mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 07:05:19 +00:00
11209 lines
326 KiB
HTML
11209 lines
326 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_9a55d0a0b8b9a05555743be1c1081bba {
|
|
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_9a55d0a0b8b9a05555743be1c1081bba" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_9a55d0a0b8b9a05555743be1c1081bba = L.map(
|
|
"map_9a55d0a0b8b9a05555743be1c1081bba",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_2f57c484f7687c468e64ec01af2a5188 = 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_2f57c484f7687c468e64ec01af2a5188.addTo(map_9a55d0a0b8b9a05555743be1c1081bba);
|
|
|
|
|
|
var marker_cluster_2ff2d3ef214d65fee46256f64d461fab = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_4bfa1d86c74c1fe03178778759779e16 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e03635d13d4aa6aba98577a930c67317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_433ddfade13ae6fb41b3a6072d3372fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce39d93748dfd0748d9281a663804dcc = $(`<div id="html_ce39d93748dfd0748d9281a663804dcc" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_433ddfade13ae6fb41b3a6072d3372fe.setContent(html_ce39d93748dfd0748d9281a663804dcc);
|
|
|
|
|
|
|
|
marker_4bfa1d86c74c1fe03178778759779e16.bindPopup(popup_433ddfade13ae6fb41b3a6072d3372fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bfa1d86c74c1fe03178778759779e16.setIcon(icon_e03635d13d4aa6aba98577a930c67317);
|
|
|
|
|
|
var marker_bf0e289ef7ba39238c2017bc4c9f3ba2 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_867179ee7b8511b4ec9b097e7bc22eb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e5b4ec29b5fac3de21a6e7f6a18f24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_928e8e10aa5f24a301a7614a0112f76e = $(`<div id="html_928e8e10aa5f24a301a7614a0112f76e" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_90e5b4ec29b5fac3de21a6e7f6a18f24.setContent(html_928e8e10aa5f24a301a7614a0112f76e);
|
|
|
|
|
|
|
|
marker_bf0e289ef7ba39238c2017bc4c9f3ba2.bindPopup(popup_90e5b4ec29b5fac3de21a6e7f6a18f24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf0e289ef7ba39238c2017bc4c9f3ba2.setIcon(icon_867179ee7b8511b4ec9b097e7bc22eb0);
|
|
|
|
|
|
var marker_6a93c8038bf2e36ff8f58b7aed4e38c8 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_34c784f11f22b583a648f65ebe72b345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe9c900f7d5231680c99ed2f564a0dd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0b9944df79fb3cfee0595b33702884b = $(`<div id="html_a0b9944df79fb3cfee0595b33702884b" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_fe9c900f7d5231680c99ed2f564a0dd9.setContent(html_a0b9944df79fb3cfee0595b33702884b);
|
|
|
|
|
|
|
|
marker_6a93c8038bf2e36ff8f58b7aed4e38c8.bindPopup(popup_fe9c900f7d5231680c99ed2f564a0dd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a93c8038bf2e36ff8f58b7aed4e38c8.setIcon(icon_34c784f11f22b583a648f65ebe72b345);
|
|
|
|
|
|
var marker_79914e72999bbadb18d28880dd22b031 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_1b21376955867e83f650f1db21bbd098 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_396c8a3bf60ac5f10434334993e63b13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2b2f837ac159d00dcdf5c7662b08d40 = $(`<div id="html_b2b2f837ac159d00dcdf5c7662b08d40" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_396c8a3bf60ac5f10434334993e63b13.setContent(html_b2b2f837ac159d00dcdf5c7662b08d40);
|
|
|
|
|
|
|
|
marker_79914e72999bbadb18d28880dd22b031.bindPopup(popup_396c8a3bf60ac5f10434334993e63b13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79914e72999bbadb18d28880dd22b031.setIcon(icon_1b21376955867e83f650f1db21bbd098);
|
|
|
|
|
|
var marker_b3cf2a5335d0ec076d8785415ba12f1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b8a8b21348ad35fa57d99eb242432908 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_188294b883a7a2c5faa51d06a5ee9c6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aec3f090e7d1104f8134bd94048c658 = $(`<div id="html_1aec3f090e7d1104f8134bd94048c658" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_188294b883a7a2c5faa51d06a5ee9c6b.setContent(html_1aec3f090e7d1104f8134bd94048c658);
|
|
|
|
|
|
|
|
marker_b3cf2a5335d0ec076d8785415ba12f1a.bindPopup(popup_188294b883a7a2c5faa51d06a5ee9c6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3cf2a5335d0ec076d8785415ba12f1a.setIcon(icon_b8a8b21348ad35fa57d99eb242432908);
|
|
|
|
|
|
var marker_fedb37db27b6e96ad66634beb07abb0d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_db020c5ef248eb9941140af9d37cc598 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d22eed5316b4a932e72b792112383e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5512fd7ad6c7484d54bf95629ff3afc4 = $(`<div id="html_5512fd7ad6c7484d54bf95629ff3afc4" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_3d22eed5316b4a932e72b792112383e7.setContent(html_5512fd7ad6c7484d54bf95629ff3afc4);
|
|
|
|
|
|
|
|
marker_fedb37db27b6e96ad66634beb07abb0d.bindPopup(popup_3d22eed5316b4a932e72b792112383e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fedb37db27b6e96ad66634beb07abb0d.setIcon(icon_db020c5ef248eb9941140af9d37cc598);
|
|
|
|
|
|
var marker_b6096f16c0542923e82df89436044dde = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ba80d42a5c0c89ee3709edd17b06631c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7af6accb4eb2f68812cd841ea8a8a1ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_726bc3b55642d2505b45be473b9bf5ac = $(`<div id="html_726bc3b55642d2505b45be473b9bf5ac" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_7af6accb4eb2f68812cd841ea8a8a1ad.setContent(html_726bc3b55642d2505b45be473b9bf5ac);
|
|
|
|
|
|
|
|
marker_b6096f16c0542923e82df89436044dde.bindPopup(popup_7af6accb4eb2f68812cd841ea8a8a1ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6096f16c0542923e82df89436044dde.setIcon(icon_ba80d42a5c0c89ee3709edd17b06631c);
|
|
|
|
|
|
var marker_a77b8cbde5b36730b795b185a14cb042 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_2634eb00187b3744c148e8c68d4519a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5abd83ab3bd3e7a55d0fad946f99afb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52c333492471db28601c76f009b8126c = $(`<div id="html_52c333492471db28601c76f009b8126c" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_5abd83ab3bd3e7a55d0fad946f99afb0.setContent(html_52c333492471db28601c76f009b8126c);
|
|
|
|
|
|
|
|
marker_a77b8cbde5b36730b795b185a14cb042.bindPopup(popup_5abd83ab3bd3e7a55d0fad946f99afb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a77b8cbde5b36730b795b185a14cb042.setIcon(icon_2634eb00187b3744c148e8c68d4519a9);
|
|
|
|
|
|
var marker_e0add614db29a50e5886e30aa296baef = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_73b117600341c10594b9563defd4e2a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f7a62f884cf4b87b9d8ee6fbc390340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e43a56d89d54c3275ad449f2a88352b = $(`<div id="html_5e43a56d89d54c3275ad449f2a88352b" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_9f7a62f884cf4b87b9d8ee6fbc390340.setContent(html_5e43a56d89d54c3275ad449f2a88352b);
|
|
|
|
|
|
|
|
marker_e0add614db29a50e5886e30aa296baef.bindPopup(popup_9f7a62f884cf4b87b9d8ee6fbc390340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0add614db29a50e5886e30aa296baef.setIcon(icon_73b117600341c10594b9563defd4e2a2);
|
|
|
|
|
|
var marker_92fcab4361fb1e89b95bb81d33d4d3f1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_9ca0f28dda4bb1972a34bf5ef39979e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f8e0a378f0a61617b712e543245a8c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a734096ddc96d4b42361675cb1afb4d = $(`<div id="html_1a734096ddc96d4b42361675cb1afb4d" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_8f8e0a378f0a61617b712e543245a8c7.setContent(html_1a734096ddc96d4b42361675cb1afb4d);
|
|
|
|
|
|
|
|
marker_92fcab4361fb1e89b95bb81d33d4d3f1.bindPopup(popup_8f8e0a378f0a61617b712e543245a8c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92fcab4361fb1e89b95bb81d33d4d3f1.setIcon(icon_9ca0f28dda4bb1972a34bf5ef39979e2);
|
|
|
|
|
|
var marker_7ef4e9b3d65f391292182afd0b72fba1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_295651b51c24b44aaebc16ff9221490a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d47a05dc81d23c1c44e198c3070986f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8a97a3fcfb496743e17ef5d44747a72 = $(`<div id="html_a8a97a3fcfb496743e17ef5d44747a72" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_2d47a05dc81d23c1c44e198c3070986f.setContent(html_a8a97a3fcfb496743e17ef5d44747a72);
|
|
|
|
|
|
|
|
marker_7ef4e9b3d65f391292182afd0b72fba1.bindPopup(popup_2d47a05dc81d23c1c44e198c3070986f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ef4e9b3d65f391292182afd0b72fba1.setIcon(icon_295651b51c24b44aaebc16ff9221490a);
|
|
|
|
|
|
var marker_886c0cc4c4b4ba4f31278c2fe5cba345 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d84ccbcbefc76639e7ad6cc3dc2cbcff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a27d07595677950fe0d3d9fa9f24bc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_602bf85b30ae21e858bd72f05259d2cd = $(`<div id="html_602bf85b30ae21e858bd72f05259d2cd" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_5a27d07595677950fe0d3d9fa9f24bc5.setContent(html_602bf85b30ae21e858bd72f05259d2cd);
|
|
|
|
|
|
|
|
marker_886c0cc4c4b4ba4f31278c2fe5cba345.bindPopup(popup_5a27d07595677950fe0d3d9fa9f24bc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_886c0cc4c4b4ba4f31278c2fe5cba345.setIcon(icon_d84ccbcbefc76639e7ad6cc3dc2cbcff);
|
|
|
|
|
|
var marker_52378d723ff6952ed30e1dc7f82a4589 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ca4becebaa6d1066f9aa671c82dc9cf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d4910336848c8d02f1c6b2ef2f8a13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6690a20d86bf5f645a52b788d7efb50 = $(`<div id="html_b6690a20d86bf5f645a52b788d7efb50" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_e5d4910336848c8d02f1c6b2ef2f8a13.setContent(html_b6690a20d86bf5f645a52b788d7efb50);
|
|
|
|
|
|
|
|
marker_52378d723ff6952ed30e1dc7f82a4589.bindPopup(popup_e5d4910336848c8d02f1c6b2ef2f8a13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52378d723ff6952ed30e1dc7f82a4589.setIcon(icon_ca4becebaa6d1066f9aa671c82dc9cf1);
|
|
|
|
|
|
var marker_4e42186856421648715df808985330b5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ecad9451aaa377ba1536590a3dc324f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5160a3b8f3ed5b11122477d8439a0e3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d6ca63262f24072ed4dc2e552a6683b = $(`<div id="html_2d6ca63262f24072ed4dc2e552a6683b" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_5160a3b8f3ed5b11122477d8439a0e3d.setContent(html_2d6ca63262f24072ed4dc2e552a6683b);
|
|
|
|
|
|
|
|
marker_4e42186856421648715df808985330b5.bindPopup(popup_5160a3b8f3ed5b11122477d8439a0e3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e42186856421648715df808985330b5.setIcon(icon_ecad9451aaa377ba1536590a3dc324f3);
|
|
|
|
|
|
var marker_b8439e51c58591eccaa9e8682418b951 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_2edf5ace5620c3440da0d974d9917c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3126574ac4e541fc3b9388ac40ee6255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bae29b8c054291f9b3dedf914a444db3 = $(`<div id="html_bae29b8c054291f9b3dedf914a444db3" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_3126574ac4e541fc3b9388ac40ee6255.setContent(html_bae29b8c054291f9b3dedf914a444db3);
|
|
|
|
|
|
|
|
marker_b8439e51c58591eccaa9e8682418b951.bindPopup(popup_3126574ac4e541fc3b9388ac40ee6255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8439e51c58591eccaa9e8682418b951.setIcon(icon_2edf5ace5620c3440da0d974d9917c85);
|
|
|
|
|
|
var marker_1662f24b38c370db5bafda53548f0b5f = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_fdb488e0188ee41c6b43648222fc7375 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea7e416827b76b485b511d1abf5cca1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ba1b54f5b0653c27e89913570e6ac6a = $(`<div id="html_8ba1b54f5b0653c27e89913570e6ac6a" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_ea7e416827b76b485b511d1abf5cca1b.setContent(html_8ba1b54f5b0653c27e89913570e6ac6a);
|
|
|
|
|
|
|
|
marker_1662f24b38c370db5bafda53548f0b5f.bindPopup(popup_ea7e416827b76b485b511d1abf5cca1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1662f24b38c370db5bafda53548f0b5f.setIcon(icon_fdb488e0188ee41c6b43648222fc7375);
|
|
|
|
|
|
var marker_0ebb9ed79308d08325c37230e205433a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_1b580f8bc687b76c4302f1b2ec7ef36e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8d73c818c01f9eb83f1a78055397145 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f93507626d5ce2d9d1c7b19d908eeacf = $(`<div id="html_f93507626d5ce2d9d1c7b19d908eeacf" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_f8d73c818c01f9eb83f1a78055397145.setContent(html_f93507626d5ce2d9d1c7b19d908eeacf);
|
|
|
|
|
|
|
|
marker_0ebb9ed79308d08325c37230e205433a.bindPopup(popup_f8d73c818c01f9eb83f1a78055397145)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ebb9ed79308d08325c37230e205433a.setIcon(icon_1b580f8bc687b76c4302f1b2ec7ef36e);
|
|
|
|
|
|
var marker_96653078c65f7c91dac5987c39be3d17 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_05cb47fc34ee14bb36791d5b4630e60e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_726b8284d511e835e43414762fa50621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0926af7bceaa31245d8f2fd92dc87692 = $(`<div id="html_0926af7bceaa31245d8f2fd92dc87692" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_726b8284d511e835e43414762fa50621.setContent(html_0926af7bceaa31245d8f2fd92dc87692);
|
|
|
|
|
|
|
|
marker_96653078c65f7c91dac5987c39be3d17.bindPopup(popup_726b8284d511e835e43414762fa50621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96653078c65f7c91dac5987c39be3d17.setIcon(icon_05cb47fc34ee14bb36791d5b4630e60e);
|
|
|
|
|
|
var marker_a683b24e264740f06a3603ea00f44107 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_70c93e9d92008ccee76e76b8be70db9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7d8b2895b539377cebabec230aa4d99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19694b0bc3c1da0074341d129f8b41a5 = $(`<div id="html_19694b0bc3c1da0074341d129f8b41a5" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_b7d8b2895b539377cebabec230aa4d99.setContent(html_19694b0bc3c1da0074341d129f8b41a5);
|
|
|
|
|
|
|
|
marker_a683b24e264740f06a3603ea00f44107.bindPopup(popup_b7d8b2895b539377cebabec230aa4d99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a683b24e264740f06a3603ea00f44107.setIcon(icon_70c93e9d92008ccee76e76b8be70db9b);
|
|
|
|
|
|
var marker_e30e786e9fd3cef7753ee6bd3f98cf1f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_8f7cf5faf62d97be78b86787579cb9a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_993a08ab2b551b428df198f6d34450ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a55a9802ce31a0185d0b262b6a1db69 = $(`<div id="html_1a55a9802ce31a0185d0b262b6a1db69" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_993a08ab2b551b428df198f6d34450ed.setContent(html_1a55a9802ce31a0185d0b262b6a1db69);
|
|
|
|
|
|
|
|
marker_e30e786e9fd3cef7753ee6bd3f98cf1f.bindPopup(popup_993a08ab2b551b428df198f6d34450ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e30e786e9fd3cef7753ee6bd3f98cf1f.setIcon(icon_8f7cf5faf62d97be78b86787579cb9a2);
|
|
|
|
|
|
var marker_5317ee5b6c00b4ffa4d995e5d8be8313 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b54617c99a301bec83770871aabc807c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f15273f6e75ad5fac43f7c19c35bcce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d63f66e4f557d74a13a29024c73e5f6 = $(`<div id="html_1d63f66e4f557d74a13a29024c73e5f6" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_2f15273f6e75ad5fac43f7c19c35bcce.setContent(html_1d63f66e4f557d74a13a29024c73e5f6);
|
|
|
|
|
|
|
|
marker_5317ee5b6c00b4ffa4d995e5d8be8313.bindPopup(popup_2f15273f6e75ad5fac43f7c19c35bcce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5317ee5b6c00b4ffa4d995e5d8be8313.setIcon(icon_b54617c99a301bec83770871aabc807c);
|
|
|
|
|
|
var marker_4dea67991355d7ca3a00e111d38d489e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ab4d1c513b6a68afae6ac94d0174365b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4207b8f33d808b8c71c6f75781be5aae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11ec624576cef3ecd1fd5aaf875448f5 = $(`<div id="html_11ec624576cef3ecd1fd5aaf875448f5" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_4207b8f33d808b8c71c6f75781be5aae.setContent(html_11ec624576cef3ecd1fd5aaf875448f5);
|
|
|
|
|
|
|
|
marker_4dea67991355d7ca3a00e111d38d489e.bindPopup(popup_4207b8f33d808b8c71c6f75781be5aae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dea67991355d7ca3a00e111d38d489e.setIcon(icon_ab4d1c513b6a68afae6ac94d0174365b);
|
|
|
|
|
|
var marker_b94b051092304776d915363f271aaeb6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b5e8d722b80dafb19340c42af38cbf0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b15b5e94f48d02982713004043c61f9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47155d477827e18e6a609a0beaa51b0e = $(`<div id="html_47155d477827e18e6a609a0beaa51b0e" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_b15b5e94f48d02982713004043c61f9e.setContent(html_47155d477827e18e6a609a0beaa51b0e);
|
|
|
|
|
|
|
|
marker_b94b051092304776d915363f271aaeb6.bindPopup(popup_b15b5e94f48d02982713004043c61f9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b94b051092304776d915363f271aaeb6.setIcon(icon_b5e8d722b80dafb19340c42af38cbf0b);
|
|
|
|
|
|
var marker_9e9b2c8974ee10d5c4debde8dcee7853 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_bdd98197b036d4c61ed14c662cb409af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03c1f01f72ef6d8a03aabc9ad4dba9c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f34eeab7c8849754485792828543229 = $(`<div id="html_7f34eeab7c8849754485792828543229" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_03c1f01f72ef6d8a03aabc9ad4dba9c4.setContent(html_7f34eeab7c8849754485792828543229);
|
|
|
|
|
|
|
|
marker_9e9b2c8974ee10d5c4debde8dcee7853.bindPopup(popup_03c1f01f72ef6d8a03aabc9ad4dba9c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e9b2c8974ee10d5c4debde8dcee7853.setIcon(icon_bdd98197b036d4c61ed14c662cb409af);
|
|
|
|
|
|
var marker_67d495a39d86975588e02226199291d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_9dd76d8b6dd62e5a069b636c9cebe347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7f5271084b1a83054673d1ece606cea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7263334275e27c92ef46bfe2dc6356e = $(`<div id="html_b7263334275e27c92ef46bfe2dc6356e" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_f7f5271084b1a83054673d1ece606cea.setContent(html_b7263334275e27c92ef46bfe2dc6356e);
|
|
|
|
|
|
|
|
marker_67d495a39d86975588e02226199291d3.bindPopup(popup_f7f5271084b1a83054673d1ece606cea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67d495a39d86975588e02226199291d3.setIcon(icon_9dd76d8b6dd62e5a069b636c9cebe347);
|
|
|
|
|
|
var marker_d2112a22f44408a5eee6159444a1d429 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7c99e2666be99c7ad31fc53c62849b81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e911b461512d7d0e660a252b164a6282 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72cbcef3f2d0fe96b37821963212b9a8 = $(`<div id="html_72cbcef3f2d0fe96b37821963212b9a8" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_e911b461512d7d0e660a252b164a6282.setContent(html_72cbcef3f2d0fe96b37821963212b9a8);
|
|
|
|
|
|
|
|
marker_d2112a22f44408a5eee6159444a1d429.bindPopup(popup_e911b461512d7d0e660a252b164a6282)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2112a22f44408a5eee6159444a1d429.setIcon(icon_7c99e2666be99c7ad31fc53c62849b81);
|
|
|
|
|
|
var marker_31866011722a342d2456dd048c296838 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_8e1331e68a4c6e7d0b031e6266dea19b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_716bb18734349e92081dfda5da8c0e6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c7b1fee350a68058388a9bad6310928 = $(`<div id="html_1c7b1fee350a68058388a9bad6310928" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_716bb18734349e92081dfda5da8c0e6c.setContent(html_1c7b1fee350a68058388a9bad6310928);
|
|
|
|
|
|
|
|
marker_31866011722a342d2456dd048c296838.bindPopup(popup_716bb18734349e92081dfda5da8c0e6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31866011722a342d2456dd048c296838.setIcon(icon_8e1331e68a4c6e7d0b031e6266dea19b);
|
|
|
|
|
|
var marker_21b5251fd592b4839dda1828e7d0b126 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f985b9a5fac1de0db4e3e9e56ad02a45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73b467b6d4964df27587e58946a3f36f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdb29f081c8db6fef03e118d3205d595 = $(`<div id="html_fdb29f081c8db6fef03e118d3205d595" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_73b467b6d4964df27587e58946a3f36f.setContent(html_fdb29f081c8db6fef03e118d3205d595);
|
|
|
|
|
|
|
|
marker_21b5251fd592b4839dda1828e7d0b126.bindPopup(popup_73b467b6d4964df27587e58946a3f36f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21b5251fd592b4839dda1828e7d0b126.setIcon(icon_f985b9a5fac1de0db4e3e9e56ad02a45);
|
|
|
|
|
|
var marker_b3820bfa5ccc9b625cf7dfe8035a211f = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_57965a88bbbf4a999960f0037bfc33f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5384146dc9ca1a1e3941c6dd2b9fe5b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5501216e576a1201ce19e0e82f1e179a = $(`<div id="html_5501216e576a1201ce19e0e82f1e179a" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_5384146dc9ca1a1e3941c6dd2b9fe5b5.setContent(html_5501216e576a1201ce19e0e82f1e179a);
|
|
|
|
|
|
|
|
marker_b3820bfa5ccc9b625cf7dfe8035a211f.bindPopup(popup_5384146dc9ca1a1e3941c6dd2b9fe5b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3820bfa5ccc9b625cf7dfe8035a211f.setIcon(icon_57965a88bbbf4a999960f0037bfc33f9);
|
|
|
|
|
|
var marker_152dda84b08965fdf6ec16cfd265636b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6e1e73abb08b192a4b70d0444ac76008 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b18a9582e88d657e63bb61bd6bf9699f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78fc8d246ab88bf6e17987c885ea64bd = $(`<div id="html_78fc8d246ab88bf6e17987c885ea64bd" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_b18a9582e88d657e63bb61bd6bf9699f.setContent(html_78fc8d246ab88bf6e17987c885ea64bd);
|
|
|
|
|
|
|
|
marker_152dda84b08965fdf6ec16cfd265636b.bindPopup(popup_b18a9582e88d657e63bb61bd6bf9699f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_152dda84b08965fdf6ec16cfd265636b.setIcon(icon_6e1e73abb08b192a4b70d0444ac76008);
|
|
|
|
|
|
var marker_0b2a296e5252221456a6accb58ba3d59 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_fe57ed7ee1e4c9cc4442746c0d816f2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac4b8c8f4767f2e33aa60f4314e74a51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76b263bb0697e6f30976b2b1bf2146e4 = $(`<div id="html_76b263bb0697e6f30976b2b1bf2146e4" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_ac4b8c8f4767f2e33aa60f4314e74a51.setContent(html_76b263bb0697e6f30976b2b1bf2146e4);
|
|
|
|
|
|
|
|
marker_0b2a296e5252221456a6accb58ba3d59.bindPopup(popup_ac4b8c8f4767f2e33aa60f4314e74a51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b2a296e5252221456a6accb58ba3d59.setIcon(icon_fe57ed7ee1e4c9cc4442746c0d816f2d);
|
|
|
|
|
|
var marker_23e037d34c7cd82d08f5f5f380e6f6a9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_1529eeffad8f79de603e08273beb28f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20daeb0b331d7a12bf16b4f03b165cba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57cdeb298043fe9ccb4777e83c581cce = $(`<div id="html_57cdeb298043fe9ccb4777e83c581cce" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_20daeb0b331d7a12bf16b4f03b165cba.setContent(html_57cdeb298043fe9ccb4777e83c581cce);
|
|
|
|
|
|
|
|
marker_23e037d34c7cd82d08f5f5f380e6f6a9.bindPopup(popup_20daeb0b331d7a12bf16b4f03b165cba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23e037d34c7cd82d08f5f5f380e6f6a9.setIcon(icon_1529eeffad8f79de603e08273beb28f5);
|
|
|
|
|
|
var marker_e565e718110ecbead90f9f7deeffd973 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b0e25bd025153f2f9b0a3c8a04a801bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0dcfc0dc541c6761d73d05ed3b4b070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4a5330683e4072f118810f2590575b4 = $(`<div id="html_b4a5330683e4072f118810f2590575b4" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_e0dcfc0dc541c6761d73d05ed3b4b070.setContent(html_b4a5330683e4072f118810f2590575b4);
|
|
|
|
|
|
|
|
marker_e565e718110ecbead90f9f7deeffd973.bindPopup(popup_e0dcfc0dc541c6761d73d05ed3b4b070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e565e718110ecbead90f9f7deeffd973.setIcon(icon_b0e25bd025153f2f9b0a3c8a04a801bd);
|
|
|
|
|
|
var marker_f7454c995c7f8cd771e83b34f7641309 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_74936ead8493319f5e431bcc371dda94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e7cf6ff81b0e67a14f0732c1d22e361 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb34326f1d265879cfd1b007fe2ad2b2 = $(`<div id="html_fb34326f1d265879cfd1b007fe2ad2b2" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_8e7cf6ff81b0e67a14f0732c1d22e361.setContent(html_fb34326f1d265879cfd1b007fe2ad2b2);
|
|
|
|
|
|
|
|
marker_f7454c995c7f8cd771e83b34f7641309.bindPopup(popup_8e7cf6ff81b0e67a14f0732c1d22e361)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7454c995c7f8cd771e83b34f7641309.setIcon(icon_74936ead8493319f5e431bcc371dda94);
|
|
|
|
|
|
var marker_8d26e38bcf05f3ca8c9f7b9cf7c68a02 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_75e0636eec2e28f329a1bfc2fc5285ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29e3b05ddfce14f30c7f12f0a4b6a376 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6783c3c69b26a2be5b75668636a55cb9 = $(`<div id="html_6783c3c69b26a2be5b75668636a55cb9" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_29e3b05ddfce14f30c7f12f0a4b6a376.setContent(html_6783c3c69b26a2be5b75668636a55cb9);
|
|
|
|
|
|
|
|
marker_8d26e38bcf05f3ca8c9f7b9cf7c68a02.bindPopup(popup_29e3b05ddfce14f30c7f12f0a4b6a376)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d26e38bcf05f3ca8c9f7b9cf7c68a02.setIcon(icon_75e0636eec2e28f329a1bfc2fc5285ee);
|
|
|
|
|
|
var marker_c814dac6008cea894577e2d18ead27a5 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b28085eade5aaa295289d9557945d023 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4258382bf09ae30b683b4d1bd946467c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77208755789745319d4e2bd406895337 = $(`<div id="html_77208755789745319d4e2bd406895337" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_4258382bf09ae30b683b4d1bd946467c.setContent(html_77208755789745319d4e2bd406895337);
|
|
|
|
|
|
|
|
marker_c814dac6008cea894577e2d18ead27a5.bindPopup(popup_4258382bf09ae30b683b4d1bd946467c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c814dac6008cea894577e2d18ead27a5.setIcon(icon_b28085eade5aaa295289d9557945d023);
|
|
|
|
|
|
var marker_8eba41222cf6b7759fb8c0ef2b266536 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_2f37e3b25c8bf9cb2500f286dca207ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_776a43023182d1cbd0ccb257a8db6c9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40d423b40571d9cd35022ac1f1735245 = $(`<div id="html_40d423b40571d9cd35022ac1f1735245" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_776a43023182d1cbd0ccb257a8db6c9b.setContent(html_40d423b40571d9cd35022ac1f1735245);
|
|
|
|
|
|
|
|
marker_8eba41222cf6b7759fb8c0ef2b266536.bindPopup(popup_776a43023182d1cbd0ccb257a8db6c9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eba41222cf6b7759fb8c0ef2b266536.setIcon(icon_2f37e3b25c8bf9cb2500f286dca207ec);
|
|
|
|
|
|
var marker_68395d6bed156660dd1ba39e7bf320f8 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_8bd54b6c73b030e276883196ba25bff5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a275b27db364714cfb06dff8759f88a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4b37d2528624aaf856efba7b79e0304 = $(`<div id="html_d4b37d2528624aaf856efba7b79e0304" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_1a275b27db364714cfb06dff8759f88a.setContent(html_d4b37d2528624aaf856efba7b79e0304);
|
|
|
|
|
|
|
|
marker_68395d6bed156660dd1ba39e7bf320f8.bindPopup(popup_1a275b27db364714cfb06dff8759f88a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68395d6bed156660dd1ba39e7bf320f8.setIcon(icon_8bd54b6c73b030e276883196ba25bff5);
|
|
|
|
|
|
var marker_631936ef8555776379b09db5204fc8d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e9ff33f5f3ccfc25683019d86d100d62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c017480c91f2b4a174ac3e448dbf005 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d870cf6fe5d94a7eab2014247c682670 = $(`<div id="html_d870cf6fe5d94a7eab2014247c682670" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_4c017480c91f2b4a174ac3e448dbf005.setContent(html_d870cf6fe5d94a7eab2014247c682670);
|
|
|
|
|
|
|
|
marker_631936ef8555776379b09db5204fc8d1.bindPopup(popup_4c017480c91f2b4a174ac3e448dbf005)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_631936ef8555776379b09db5204fc8d1.setIcon(icon_e9ff33f5f3ccfc25683019d86d100d62);
|
|
|
|
|
|
var marker_e3e80a88bd7482f129da9363f6bd470e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_adfa13ab337aff7c5c9a6d971ff1663c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8a84630032cfccf0906ce33c4fd0fd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f3f7e95f0d15494ab056151ee98cad9 = $(`<div id="html_4f3f7e95f0d15494ab056151ee98cad9" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_d8a84630032cfccf0906ce33c4fd0fd9.setContent(html_4f3f7e95f0d15494ab056151ee98cad9);
|
|
|
|
|
|
|
|
marker_e3e80a88bd7482f129da9363f6bd470e.bindPopup(popup_d8a84630032cfccf0906ce33c4fd0fd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3e80a88bd7482f129da9363f6bd470e.setIcon(icon_adfa13ab337aff7c5c9a6d971ff1663c);
|
|
|
|
|
|
var marker_bbd71219684e1966dfe7c6d518254dc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_518fcd87ea737fb9a7793c839e15e012 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e0e32442f44abb2f1c24b67472196ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13a5fdf20467cba2d9956b6a05fa30cd = $(`<div id="html_13a5fdf20467cba2d9956b6a05fa30cd" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_6e0e32442f44abb2f1c24b67472196ad.setContent(html_13a5fdf20467cba2d9956b6a05fa30cd);
|
|
|
|
|
|
|
|
marker_bbd71219684e1966dfe7c6d518254dc0.bindPopup(popup_6e0e32442f44abb2f1c24b67472196ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbd71219684e1966dfe7c6d518254dc0.setIcon(icon_518fcd87ea737fb9a7793c839e15e012);
|
|
|
|
|
|
var marker_ba16672225dcd307b87f46f0fc18a31b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_904a4cbdc010dd8e5263495b2d36ffdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbef7c3fd8451751ad5ed96d978c15a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1943b86e2baaf4fbeea42ad0bc2c5de8 = $(`<div id="html_1943b86e2baaf4fbeea42ad0bc2c5de8" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_cbef7c3fd8451751ad5ed96d978c15a3.setContent(html_1943b86e2baaf4fbeea42ad0bc2c5de8);
|
|
|
|
|
|
|
|
marker_ba16672225dcd307b87f46f0fc18a31b.bindPopup(popup_cbef7c3fd8451751ad5ed96d978c15a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba16672225dcd307b87f46f0fc18a31b.setIcon(icon_904a4cbdc010dd8e5263495b2d36ffdf);
|
|
|
|
|
|
var marker_c629a181b7c81a23f25ddcee7e06dca5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d1ac68c8345bbb25deeface0007ce9eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b4c3ea267f23ab3aba6a14310647ebe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60301755409f4f5bd2f37c0828b6c638 = $(`<div id="html_60301755409f4f5bd2f37c0828b6c638" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_8b4c3ea267f23ab3aba6a14310647ebe.setContent(html_60301755409f4f5bd2f37c0828b6c638);
|
|
|
|
|
|
|
|
marker_c629a181b7c81a23f25ddcee7e06dca5.bindPopup(popup_8b4c3ea267f23ab3aba6a14310647ebe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c629a181b7c81a23f25ddcee7e06dca5.setIcon(icon_d1ac68c8345bbb25deeface0007ce9eb);
|
|
|
|
|
|
var marker_41bf949c3b55f6fb80c1fb98b526d587 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_cf46d419302bc466865d45a42057ca22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_212175119116ba216ed42129ee3a186f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cc73dcbbe31cf14631cb860883bf313 = $(`<div id="html_5cc73dcbbe31cf14631cb860883bf313" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_212175119116ba216ed42129ee3a186f.setContent(html_5cc73dcbbe31cf14631cb860883bf313);
|
|
|
|
|
|
|
|
marker_41bf949c3b55f6fb80c1fb98b526d587.bindPopup(popup_212175119116ba216ed42129ee3a186f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41bf949c3b55f6fb80c1fb98b526d587.setIcon(icon_cf46d419302bc466865d45a42057ca22);
|
|
|
|
|
|
var marker_2189950516add7609e67641c5e0a6c05 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b5e6303274a10dac012df12d0a36047b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5916a2691140eaac62c54e8dc05d06b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fa661b3e7200616aef04d517bbabee3 = $(`<div id="html_1fa661b3e7200616aef04d517bbabee3" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_5916a2691140eaac62c54e8dc05d06b9.setContent(html_1fa661b3e7200616aef04d517bbabee3);
|
|
|
|
|
|
|
|
marker_2189950516add7609e67641c5e0a6c05.bindPopup(popup_5916a2691140eaac62c54e8dc05d06b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2189950516add7609e67641c5e0a6c05.setIcon(icon_b5e6303274a10dac012df12d0a36047b);
|
|
|
|
|
|
var marker_3e7342dbdb4e30981ff64019b90ad897 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7f7d2a3cf7491e7e17de7ea79f163e7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70da22bec73c149df6e0b43e36a79392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d8afe255fb4425dac0358f54942c85f = $(`<div id="html_4d8afe255fb4425dac0358f54942c85f" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_70da22bec73c149df6e0b43e36a79392.setContent(html_4d8afe255fb4425dac0358f54942c85f);
|
|
|
|
|
|
|
|
marker_3e7342dbdb4e30981ff64019b90ad897.bindPopup(popup_70da22bec73c149df6e0b43e36a79392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e7342dbdb4e30981ff64019b90ad897.setIcon(icon_7f7d2a3cf7491e7e17de7ea79f163e7e);
|
|
|
|
|
|
var marker_8845a2b4c8a07316253f2cb71e8e2755 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6cdf1210090e361dabd0937119c91c01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51e9d8da0065b892f08f113a9b969e83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5757a00fda8d1ddb9fa48f2a5563b2d = $(`<div id="html_a5757a00fda8d1ddb9fa48f2a5563b2d" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_51e9d8da0065b892f08f113a9b969e83.setContent(html_a5757a00fda8d1ddb9fa48f2a5563b2d);
|
|
|
|
|
|
|
|
marker_8845a2b4c8a07316253f2cb71e8e2755.bindPopup(popup_51e9d8da0065b892f08f113a9b969e83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8845a2b4c8a07316253f2cb71e8e2755.setIcon(icon_6cdf1210090e361dabd0937119c91c01);
|
|
|
|
|
|
var marker_971f16f8d1a0164854297a321d3980b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7d22cc6763fe947d0e66ffc7afae4cbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f8cf3af549d2f012a5f23dc7581ed27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96e4d3fb7f78154752e1e763dfb28b7c = $(`<div id="html_96e4d3fb7f78154752e1e763dfb28b7c" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_7f8cf3af549d2f012a5f23dc7581ed27.setContent(html_96e4d3fb7f78154752e1e763dfb28b7c);
|
|
|
|
|
|
|
|
marker_971f16f8d1a0164854297a321d3980b8.bindPopup(popup_7f8cf3af549d2f012a5f23dc7581ed27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_971f16f8d1a0164854297a321d3980b8.setIcon(icon_7d22cc6763fe947d0e66ffc7afae4cbf);
|
|
|
|
|
|
var marker_4f6d2b3421abf5b1ab134be2fd6fe757 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d80cc4c0cbe771caf67cb52f3fa5850c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4fa626d0228e8b5ef8184051595348e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82b42d0dc2a8c11c0b793dae78debe7b = $(`<div id="html_82b42d0dc2a8c11c0b793dae78debe7b" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_a4fa626d0228e8b5ef8184051595348e.setContent(html_82b42d0dc2a8c11c0b793dae78debe7b);
|
|
|
|
|
|
|
|
marker_4f6d2b3421abf5b1ab134be2fd6fe757.bindPopup(popup_a4fa626d0228e8b5ef8184051595348e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f6d2b3421abf5b1ab134be2fd6fe757.setIcon(icon_d80cc4c0cbe771caf67cb52f3fa5850c);
|
|
|
|
|
|
var marker_183ce87d084bd9b68650f8576abbb307 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7c901cf24c8dbcf25c64ef575e7500e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d769437a0631c240fce8981c2412482d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_859b42aff4d200ab580fac52dfc2444e = $(`<div id="html_859b42aff4d200ab580fac52dfc2444e" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_d769437a0631c240fce8981c2412482d.setContent(html_859b42aff4d200ab580fac52dfc2444e);
|
|
|
|
|
|
|
|
marker_183ce87d084bd9b68650f8576abbb307.bindPopup(popup_d769437a0631c240fce8981c2412482d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_183ce87d084bd9b68650f8576abbb307.setIcon(icon_7c901cf24c8dbcf25c64ef575e7500e0);
|
|
|
|
|
|
var marker_ab9aea10ba09e2058c716d84bbfff0cd = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_debd74b61a59cbc6cb3509daa35553e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_279c51208f60c3c893060466bbe52490 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98724f2733d62f614bf11d1ef953baee = $(`<div id="html_98724f2733d62f614bf11d1ef953baee" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_279c51208f60c3c893060466bbe52490.setContent(html_98724f2733d62f614bf11d1ef953baee);
|
|
|
|
|
|
|
|
marker_ab9aea10ba09e2058c716d84bbfff0cd.bindPopup(popup_279c51208f60c3c893060466bbe52490)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab9aea10ba09e2058c716d84bbfff0cd.setIcon(icon_debd74b61a59cbc6cb3509daa35553e0);
|
|
|
|
|
|
var marker_866b6e7374ceb611ddb9efe6683cbf11 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_93c0cdbea8f28e2c4c4d524aeda5dab2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_423dce4081c13de61a4f606efbada726 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8bdb51f82c7fc47e89cf1cd4674ac30 = $(`<div id="html_e8bdb51f82c7fc47e89cf1cd4674ac30" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_423dce4081c13de61a4f606efbada726.setContent(html_e8bdb51f82c7fc47e89cf1cd4674ac30);
|
|
|
|
|
|
|
|
marker_866b6e7374ceb611ddb9efe6683cbf11.bindPopup(popup_423dce4081c13de61a4f606efbada726)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_866b6e7374ceb611ddb9efe6683cbf11.setIcon(icon_93c0cdbea8f28e2c4c4d524aeda5dab2);
|
|
|
|
|
|
var marker_7391b320fd779dcbdb2e0b134641c5e5 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_74602cc84f9f4eeb0124f11ba514025c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_332cd47774f2c67cb5be3d18c7635f16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2a4589523dce9659f660d3c93895497 = $(`<div id="html_e2a4589523dce9659f660d3c93895497" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_332cd47774f2c67cb5be3d18c7635f16.setContent(html_e2a4589523dce9659f660d3c93895497);
|
|
|
|
|
|
|
|
marker_7391b320fd779dcbdb2e0b134641c5e5.bindPopup(popup_332cd47774f2c67cb5be3d18c7635f16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7391b320fd779dcbdb2e0b134641c5e5.setIcon(icon_74602cc84f9f4eeb0124f11ba514025c);
|
|
|
|
|
|
var marker_53d7f2c95279fb364951ad33d225874f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_84775518468da288e8233247484e9aba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95a5fed465f594bce681e102f7103ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45453f1f2ef6f128c68871a5b48f460d = $(`<div id="html_45453f1f2ef6f128c68871a5b48f460d" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_95a5fed465f594bce681e102f7103ba7.setContent(html_45453f1f2ef6f128c68871a5b48f460d);
|
|
|
|
|
|
|
|
marker_53d7f2c95279fb364951ad33d225874f.bindPopup(popup_95a5fed465f594bce681e102f7103ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53d7f2c95279fb364951ad33d225874f.setIcon(icon_84775518468da288e8233247484e9aba);
|
|
|
|
|
|
var marker_4a36e91540e479aadb53b5751bbc6278 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e4ce7317e71e957abb6f31a8e104d6c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b0c0599665ae3a0283650c5fd875a38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a5be74457bfce5e9c6d57165b2b373 = $(`<div id="html_02a5be74457bfce5e9c6d57165b2b373" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_2b0c0599665ae3a0283650c5fd875a38.setContent(html_02a5be74457bfce5e9c6d57165b2b373);
|
|
|
|
|
|
|
|
marker_4a36e91540e479aadb53b5751bbc6278.bindPopup(popup_2b0c0599665ae3a0283650c5fd875a38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a36e91540e479aadb53b5751bbc6278.setIcon(icon_e4ce7317e71e957abb6f31a8e104d6c2);
|
|
|
|
|
|
var marker_f28ea7dd15c62374d109ab720882d868 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_eb948ddbae0105e00be28a248a75959e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1de63d61a9dcf634a31d47602b893cf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ba81f23038d741f72f0d2b648cc4e31 = $(`<div id="html_4ba81f23038d741f72f0d2b648cc4e31" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_1de63d61a9dcf634a31d47602b893cf2.setContent(html_4ba81f23038d741f72f0d2b648cc4e31);
|
|
|
|
|
|
|
|
marker_f28ea7dd15c62374d109ab720882d868.bindPopup(popup_1de63d61a9dcf634a31d47602b893cf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f28ea7dd15c62374d109ab720882d868.setIcon(icon_eb948ddbae0105e00be28a248a75959e);
|
|
|
|
|
|
var marker_24c130b86ef01eb386133c005c3ae9d6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_13cc4bcb6a6e1e869c93e5c79b11a276 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9e904fe8fb1d3caad6f1c261fb3293b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dda8ef33d0263a2f6299687f6a6a05e = $(`<div id="html_1dda8ef33d0263a2f6299687f6a6a05e" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_d9e904fe8fb1d3caad6f1c261fb3293b.setContent(html_1dda8ef33d0263a2f6299687f6a6a05e);
|
|
|
|
|
|
|
|
marker_24c130b86ef01eb386133c005c3ae9d6.bindPopup(popup_d9e904fe8fb1d3caad6f1c261fb3293b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24c130b86ef01eb386133c005c3ae9d6.setIcon(icon_13cc4bcb6a6e1e869c93e5c79b11a276);
|
|
|
|
|
|
var marker_7eb30e5683608bad73316091b741b1ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7ac4c6d2dc3da7c6ac9d43c846392a52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2cc0a17f83b751064a9c7916edc48f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c87426b56d1a581e818de0ec5919da3 = $(`<div id="html_4c87426b56d1a581e818de0ec5919da3" style="width: 100.0%; height: 100.0%;">voltage-leaders-dallas-theology.trycloudflare.com</div>`)[0];
|
|
popup_c2cc0a17f83b751064a9c7916edc48f9.setContent(html_4c87426b56d1a581e818de0ec5919da3);
|
|
|
|
|
|
|
|
marker_7eb30e5683608bad73316091b741b1ed.bindPopup(popup_c2cc0a17f83b751064a9c7916edc48f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7eb30e5683608bad73316091b741b1ed.setIcon(icon_7ac4c6d2dc3da7c6ac9d43c846392a52);
|
|
|
|
|
|
var marker_5d4d027fe6d803064618a18cc600ef1f = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0429e57d6433e8c539988d6a072eb0e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7af50e6467da5fcc8c25814395151d98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c8a9ef06147553810a4b9d7c0d9d1b1 = $(`<div id="html_5c8a9ef06147553810a4b9d7c0d9d1b1" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_7af50e6467da5fcc8c25814395151d98.setContent(html_5c8a9ef06147553810a4b9d7c0d9d1b1);
|
|
|
|
|
|
|
|
marker_5d4d027fe6d803064618a18cc600ef1f.bindPopup(popup_7af50e6467da5fcc8c25814395151d98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d4d027fe6d803064618a18cc600ef1f.setIcon(icon_0429e57d6433e8c539988d6a072eb0e1);
|
|
|
|
|
|
var marker_d51d109f4a544fbf8d625bd74d1ee771 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_927dcf6421b8f7ed265d5de07fa91c74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a09941d12954536db103c1bf1cc2feeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20b68738494f81280134c1f8d6bf5fc7 = $(`<div id="html_20b68738494f81280134c1f8d6bf5fc7" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_a09941d12954536db103c1bf1cc2feeb.setContent(html_20b68738494f81280134c1f8d6bf5fc7);
|
|
|
|
|
|
|
|
marker_d51d109f4a544fbf8d625bd74d1ee771.bindPopup(popup_a09941d12954536db103c1bf1cc2feeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d51d109f4a544fbf8d625bd74d1ee771.setIcon(icon_927dcf6421b8f7ed265d5de07fa91c74);
|
|
|
|
|
|
var marker_11b478fcd523c2bef2b474a4e774f09a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_1c3fdccd16eaae699e621bf802dece60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cea49e05b8c6dc8e6a926fd7c1f20d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1564b0fbed37bd0eabda2a3da6b8e99d = $(`<div id="html_1564b0fbed37bd0eabda2a3da6b8e99d" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_cea49e05b8c6dc8e6a926fd7c1f20d6f.setContent(html_1564b0fbed37bd0eabda2a3da6b8e99d);
|
|
|
|
|
|
|
|
marker_11b478fcd523c2bef2b474a4e774f09a.bindPopup(popup_cea49e05b8c6dc8e6a926fd7c1f20d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11b478fcd523c2bef2b474a4e774f09a.setIcon(icon_1c3fdccd16eaae699e621bf802dece60);
|
|
|
|
|
|
var marker_467d222e22c14089fdddcc7e431debca = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d9850be3ae8c2bad34fdddc87112f74e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c182449c0337aeea7cd2063ed29898b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d336be8509a582c27ae7759add6f834e = $(`<div id="html_d336be8509a582c27ae7759add6f834e" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_2c182449c0337aeea7cd2063ed29898b.setContent(html_d336be8509a582c27ae7759add6f834e);
|
|
|
|
|
|
|
|
marker_467d222e22c14089fdddcc7e431debca.bindPopup(popup_2c182449c0337aeea7cd2063ed29898b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_467d222e22c14089fdddcc7e431debca.setIcon(icon_d9850be3ae8c2bad34fdddc87112f74e);
|
|
|
|
|
|
var marker_b6e9138013be9d8162146e257c183495 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_39f6cc79c9e460462c805c18fa95035a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5795d916383f21feb8b01b43cb3283ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eec63484d81034286be62cd62f7cf2c9 = $(`<div id="html_eec63484d81034286be62cd62f7cf2c9" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_5795d916383f21feb8b01b43cb3283ee.setContent(html_eec63484d81034286be62cd62f7cf2c9);
|
|
|
|
|
|
|
|
marker_b6e9138013be9d8162146e257c183495.bindPopup(popup_5795d916383f21feb8b01b43cb3283ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6e9138013be9d8162146e257c183495.setIcon(icon_39f6cc79c9e460462c805c18fa95035a);
|
|
|
|
|
|
var marker_7a2accc1dc939cc4dc7a6d791c09c13c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d45b002b383320e17bc72a88bb1dd526 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5d8fadd27e00644d47123d191c6d204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_202010c80f94b6f060a7d8d89275a3d3 = $(`<div id="html_202010c80f94b6f060a7d8d89275a3d3" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_b5d8fadd27e00644d47123d191c6d204.setContent(html_202010c80f94b6f060a7d8d89275a3d3);
|
|
|
|
|
|
|
|
marker_7a2accc1dc939cc4dc7a6d791c09c13c.bindPopup(popup_b5d8fadd27e00644d47123d191c6d204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a2accc1dc939cc4dc7a6d791c09c13c.setIcon(icon_d45b002b383320e17bc72a88bb1dd526);
|
|
|
|
|
|
var marker_84fa747150000defe361191cb3375366 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_9609e41dd6e569f50199ea64a389a6d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a690c747baefdbde5dd0e7dfb3e1948d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc7ffd16d08eb8dea8372b07f477ce59 = $(`<div id="html_bc7ffd16d08eb8dea8372b07f477ce59" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_a690c747baefdbde5dd0e7dfb3e1948d.setContent(html_bc7ffd16d08eb8dea8372b07f477ce59);
|
|
|
|
|
|
|
|
marker_84fa747150000defe361191cb3375366.bindPopup(popup_a690c747baefdbde5dd0e7dfb3e1948d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84fa747150000defe361191cb3375366.setIcon(icon_9609e41dd6e569f50199ea64a389a6d2);
|
|
|
|
|
|
var marker_73e400195bdd319ed8a06e7dfaeac713 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_51c8f1b266c6fc8c15cbcbd39452b210 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf7ac62bcba3daa76b3bea477fcf94a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50d00403b7047f66773f7ffa2d76c622 = $(`<div id="html_50d00403b7047f66773f7ffa2d76c622" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_cdf7ac62bcba3daa76b3bea477fcf94a.setContent(html_50d00403b7047f66773f7ffa2d76c622);
|
|
|
|
|
|
|
|
marker_73e400195bdd319ed8a06e7dfaeac713.bindPopup(popup_cdf7ac62bcba3daa76b3bea477fcf94a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73e400195bdd319ed8a06e7dfaeac713.setIcon(icon_51c8f1b266c6fc8c15cbcbd39452b210);
|
|
|
|
|
|
var marker_95b916be268c69b2f45aa95aa83c535f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0d0d7adb6bc3888ec1b79ed32af7d9de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e844496755d2d4820caa7f2eb6c894ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a27fbac9a3d51d495488d2aec6057090 = $(`<div id="html_a27fbac9a3d51d495488d2aec6057090" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_e844496755d2d4820caa7f2eb6c894ed.setContent(html_a27fbac9a3d51d495488d2aec6057090);
|
|
|
|
|
|
|
|
marker_95b916be268c69b2f45aa95aa83c535f.bindPopup(popup_e844496755d2d4820caa7f2eb6c894ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95b916be268c69b2f45aa95aa83c535f.setIcon(icon_0d0d7adb6bc3888ec1b79ed32af7d9de);
|
|
|
|
|
|
var marker_89142209c53738090a2ba8e7149bc2e7 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c672609431c44216c13271539e45ba42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_439e9d5bd08cea63b36ceb8a572df3c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff0972854255ee208e66e378bfd4c911 = $(`<div id="html_ff0972854255ee208e66e378bfd4c911" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_439e9d5bd08cea63b36ceb8a572df3c3.setContent(html_ff0972854255ee208e66e378bfd4c911);
|
|
|
|
|
|
|
|
marker_89142209c53738090a2ba8e7149bc2e7.bindPopup(popup_439e9d5bd08cea63b36ceb8a572df3c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89142209c53738090a2ba8e7149bc2e7.setIcon(icon_c672609431c44216c13271539e45ba42);
|
|
|
|
|
|
var marker_3cea361725f59679af300fbbcf2aba86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_417a2eaca2e39133358b39f5987d8f85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ad8b778fd23820f792d643640089bdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b170e204938d7f37d728a3d0dbf8ed96 = $(`<div id="html_b170e204938d7f37d728a3d0dbf8ed96" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_3ad8b778fd23820f792d643640089bdf.setContent(html_b170e204938d7f37d728a3d0dbf8ed96);
|
|
|
|
|
|
|
|
marker_3cea361725f59679af300fbbcf2aba86.bindPopup(popup_3ad8b778fd23820f792d643640089bdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cea361725f59679af300fbbcf2aba86.setIcon(icon_417a2eaca2e39133358b39f5987d8f85);
|
|
|
|
|
|
var marker_f0e06eded28ce73041db9d184e670b4b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_858691e27f502a649688ae4ffad06b5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6308cfa92ec80716c8ecc6cc369ad2cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_929db75e194d4024bfb65f17c3aa2a79 = $(`<div id="html_929db75e194d4024bfb65f17c3aa2a79" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_6308cfa92ec80716c8ecc6cc369ad2cc.setContent(html_929db75e194d4024bfb65f17c3aa2a79);
|
|
|
|
|
|
|
|
marker_f0e06eded28ce73041db9d184e670b4b.bindPopup(popup_6308cfa92ec80716c8ecc6cc369ad2cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0e06eded28ce73041db9d184e670b4b.setIcon(icon_858691e27f502a649688ae4ffad06b5b);
|
|
|
|
|
|
var marker_661fb663989a4ca9941f31505aff40c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_50ba95568e132469b0d581ebfa211a07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18799cfc1b13937c42bf386daa7749d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00e00b942b03e495dfdc98e850476543 = $(`<div id="html_00e00b942b03e495dfdc98e850476543" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_18799cfc1b13937c42bf386daa7749d0.setContent(html_00e00b942b03e495dfdc98e850476543);
|
|
|
|
|
|
|
|
marker_661fb663989a4ca9941f31505aff40c7.bindPopup(popup_18799cfc1b13937c42bf386daa7749d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_661fb663989a4ca9941f31505aff40c7.setIcon(icon_50ba95568e132469b0d581ebfa211a07);
|
|
|
|
|
|
var marker_34692d8e92a8321788f1250dd37c3082 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_bbf709f1a77850898578833d00fe8b89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_719d1b70cfe4289fac6b4c815f5ac6f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6aed2a06cc672d4af4cef51da4cc6f79 = $(`<div id="html_6aed2a06cc672d4af4cef51da4cc6f79" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_719d1b70cfe4289fac6b4c815f5ac6f3.setContent(html_6aed2a06cc672d4af4cef51da4cc6f79);
|
|
|
|
|
|
|
|
marker_34692d8e92a8321788f1250dd37c3082.bindPopup(popup_719d1b70cfe4289fac6b4c815f5ac6f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34692d8e92a8321788f1250dd37c3082.setIcon(icon_bbf709f1a77850898578833d00fe8b89);
|
|
|
|
|
|
var marker_ef4e6c45d2b41fa6108088385e490896 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a0efefb5ddec22b9516160f79654f5a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8296e4e54ed7aabaa0aabb4d50f4a146 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0a8d184132126c61b4d6b336fcf7703 = $(`<div id="html_a0a8d184132126c61b4d6b336fcf7703" style="width: 100.0%; height: 100.0%;">relay.staging.hostr.network</div>`)[0];
|
|
popup_8296e4e54ed7aabaa0aabb4d50f4a146.setContent(html_a0a8d184132126c61b4d6b336fcf7703);
|
|
|
|
|
|
|
|
marker_ef4e6c45d2b41fa6108088385e490896.bindPopup(popup_8296e4e54ed7aabaa0aabb4d50f4a146)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef4e6c45d2b41fa6108088385e490896.setIcon(icon_a0efefb5ddec22b9516160f79654f5a7);
|
|
|
|
|
|
var marker_539ed9e072b382e3b13d4b89a5f54540 = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_05026ac4bcbc054e37e7a797ec297183 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b9a924bced8581232e5f1383ac09146 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab12e8265cd7e3969b37c55cba3c22f6 = $(`<div id="html_ab12e8265cd7e3969b37c55cba3c22f6" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_5b9a924bced8581232e5f1383ac09146.setContent(html_ab12e8265cd7e3969b37c55cba3c22f6);
|
|
|
|
|
|
|
|
marker_539ed9e072b382e3b13d4b89a5f54540.bindPopup(popup_5b9a924bced8581232e5f1383ac09146)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_539ed9e072b382e3b13d4b89a5f54540.setIcon(icon_05026ac4bcbc054e37e7a797ec297183);
|
|
|
|
|
|
var marker_456523459be2847e7d4aec0844a358d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c5bb1d2b96963955d954ecc5827f3553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f200c32cca177ae1c1509a29d59967f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_296bdad77f9a8e272f26d5e59f03abf5 = $(`<div id="html_296bdad77f9a8e272f26d5e59f03abf5" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_f200c32cca177ae1c1509a29d59967f7.setContent(html_296bdad77f9a8e272f26d5e59f03abf5);
|
|
|
|
|
|
|
|
marker_456523459be2847e7d4aec0844a358d3.bindPopup(popup_f200c32cca177ae1c1509a29d59967f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_456523459be2847e7d4aec0844a358d3.setIcon(icon_c5bb1d2b96963955d954ecc5827f3553);
|
|
|
|
|
|
var marker_43dd40768476e3bf301ec3a5f71ab930 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e514a345fed824c177bac47dc0c952fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc3f76a33e6a37d19579a60335c2a362 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd6486248043ffcdb5f0618c30ca7483 = $(`<div id="html_dd6486248043ffcdb5f0618c30ca7483" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_dc3f76a33e6a37d19579a60335c2a362.setContent(html_dd6486248043ffcdb5f0618c30ca7483);
|
|
|
|
|
|
|
|
marker_43dd40768476e3bf301ec3a5f71ab930.bindPopup(popup_dc3f76a33e6a37d19579a60335c2a362)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43dd40768476e3bf301ec3a5f71ab930.setIcon(icon_e514a345fed824c177bac47dc0c952fd);
|
|
|
|
|
|
var marker_b51a2a545a7504d3eb0c11ea0c09279f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7c998bb0085779bb392b254e97b9eeb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_569d03341704fa75650888682e1f28eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_798a350cbf4f8220b5eef28945a96eff = $(`<div id="html_798a350cbf4f8220b5eef28945a96eff" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_569d03341704fa75650888682e1f28eb.setContent(html_798a350cbf4f8220b5eef28945a96eff);
|
|
|
|
|
|
|
|
marker_b51a2a545a7504d3eb0c11ea0c09279f.bindPopup(popup_569d03341704fa75650888682e1f28eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b51a2a545a7504d3eb0c11ea0c09279f.setIcon(icon_7c998bb0085779bb392b254e97b9eeb0);
|
|
|
|
|
|
var marker_ed629209c0939d5fc8ce84b59f70eb28 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_fa139c85af8379965b4cd6c632fa702b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c01c76c073db282ab982b8f24fd93d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e806a54ac3bc35b6a69fd1af3b27b27 = $(`<div id="html_4e806a54ac3bc35b6a69fd1af3b27b27" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_6c01c76c073db282ab982b8f24fd93d1.setContent(html_4e806a54ac3bc35b6a69fd1af3b27b27);
|
|
|
|
|
|
|
|
marker_ed629209c0939d5fc8ce84b59f70eb28.bindPopup(popup_6c01c76c073db282ab982b8f24fd93d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed629209c0939d5fc8ce84b59f70eb28.setIcon(icon_fa139c85af8379965b4cd6c632fa702b);
|
|
|
|
|
|
var marker_c2380c2a0894dcbcf60c3050d15aad2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c8b145c03757092d815759e538316e60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c644fefcacc0e57867dc3fe451806e4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9a78bc25948c768728294416ae305d5 = $(`<div id="html_b9a78bc25948c768728294416ae305d5" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_c644fefcacc0e57867dc3fe451806e4a.setContent(html_b9a78bc25948c768728294416ae305d5);
|
|
|
|
|
|
|
|
marker_c2380c2a0894dcbcf60c3050d15aad2c.bindPopup(popup_c644fefcacc0e57867dc3fe451806e4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2380c2a0894dcbcf60c3050d15aad2c.setIcon(icon_c8b145c03757092d815759e538316e60);
|
|
|
|
|
|
var marker_f709acf4a8ab4809ad52479570f06db1 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e3b5df919ca629b87e7595ea20b46cdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d63f0d7d57ea3333fe01d6611bbe114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9df78f6732378aab3971f37b2be1ac4 = $(`<div id="html_f9df78f6732378aab3971f37b2be1ac4" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_7d63f0d7d57ea3333fe01d6611bbe114.setContent(html_f9df78f6732378aab3971f37b2be1ac4);
|
|
|
|
|
|
|
|
marker_f709acf4a8ab4809ad52479570f06db1.bindPopup(popup_7d63f0d7d57ea3333fe01d6611bbe114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f709acf4a8ab4809ad52479570f06db1.setIcon(icon_e3b5df919ca629b87e7595ea20b46cdc);
|
|
|
|
|
|
var marker_b81597a3cedf8859d409e4148df27f76 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_4dad6b75c69bb0d0561c0716ca017da4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33fa86e66783e250e95c359843e442b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_499da70be7a5787e21b55857d03be808 = $(`<div id="html_499da70be7a5787e21b55857d03be808" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_33fa86e66783e250e95c359843e442b2.setContent(html_499da70be7a5787e21b55857d03be808);
|
|
|
|
|
|
|
|
marker_b81597a3cedf8859d409e4148df27f76.bindPopup(popup_33fa86e66783e250e95c359843e442b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b81597a3cedf8859d409e4148df27f76.setIcon(icon_4dad6b75c69bb0d0561c0716ca017da4);
|
|
|
|
|
|
var marker_91a03572a4cd5778bffc1abc297e8795 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c77d00209e1cacf587b33b2a7076c252 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_063338a6b43f47f1c6720d8b0eb123ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67848b3d5e446fedfff064eb5ab8319f = $(`<div id="html_67848b3d5e446fedfff064eb5ab8319f" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_063338a6b43f47f1c6720d8b0eb123ca.setContent(html_67848b3d5e446fedfff064eb5ab8319f);
|
|
|
|
|
|
|
|
marker_91a03572a4cd5778bffc1abc297e8795.bindPopup(popup_063338a6b43f47f1c6720d8b0eb123ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a03572a4cd5778bffc1abc297e8795.setIcon(icon_c77d00209e1cacf587b33b2a7076c252);
|
|
|
|
|
|
var marker_a20a37c81f2df40ec1e3607358144021 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c148b5c4b971f0913631b0f75429935d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd4f125c6e1bcd560aeb9fba2669ece4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcd379d2a79f98248434015d1de2f950 = $(`<div id="html_bcd379d2a79f98248434015d1de2f950" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_bd4f125c6e1bcd560aeb9fba2669ece4.setContent(html_bcd379d2a79f98248434015d1de2f950);
|
|
|
|
|
|
|
|
marker_a20a37c81f2df40ec1e3607358144021.bindPopup(popup_bd4f125c6e1bcd560aeb9fba2669ece4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a20a37c81f2df40ec1e3607358144021.setIcon(icon_c148b5c4b971f0913631b0f75429935d);
|
|
|
|
|
|
var marker_1f93df5528dc021b8215086b8697e7c2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_bcfd7b60a71346ecd5acf243d6553741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84f2a86d219db1de0253ada5eb85b0b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d0fb1aef56bc0647aedbe83f0483504 = $(`<div id="html_2d0fb1aef56bc0647aedbe83f0483504" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_84f2a86d219db1de0253ada5eb85b0b4.setContent(html_2d0fb1aef56bc0647aedbe83f0483504);
|
|
|
|
|
|
|
|
marker_1f93df5528dc021b8215086b8697e7c2.bindPopup(popup_84f2a86d219db1de0253ada5eb85b0b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f93df5528dc021b8215086b8697e7c2.setIcon(icon_bcfd7b60a71346ecd5acf243d6553741);
|
|
|
|
|
|
var marker_7b2258c6e3868550e3b83a32e1e604f5 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_2945ce00aa34edf8015fa30d8fa3eff1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9bc2b38794914a5280cc1b41c1ec3d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc41226caf05239e52f1bdb34627ff20 = $(`<div id="html_dc41226caf05239e52f1bdb34627ff20" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_e9bc2b38794914a5280cc1b41c1ec3d7.setContent(html_dc41226caf05239e52f1bdb34627ff20);
|
|
|
|
|
|
|
|
marker_7b2258c6e3868550e3b83a32e1e604f5.bindPopup(popup_e9bc2b38794914a5280cc1b41c1ec3d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b2258c6e3868550e3b83a32e1e604f5.setIcon(icon_2945ce00aa34edf8015fa30d8fa3eff1);
|
|
|
|
|
|
var marker_c095ff5deb58b5d18c83ca49ed1a2bab = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_88d2d6f5615a601057e0641f8c57a41b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dee2ed5a72cadd1bc7b2f5aa7c427a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56c76c876fdcbd0d0419c74ae6cb20aa = $(`<div id="html_56c76c876fdcbd0d0419c74ae6cb20aa" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_4dee2ed5a72cadd1bc7b2f5aa7c427a0.setContent(html_56c76c876fdcbd0d0419c74ae6cb20aa);
|
|
|
|
|
|
|
|
marker_c095ff5deb58b5d18c83ca49ed1a2bab.bindPopup(popup_4dee2ed5a72cadd1bc7b2f5aa7c427a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c095ff5deb58b5d18c83ca49ed1a2bab.setIcon(icon_88d2d6f5615a601057e0641f8c57a41b);
|
|
|
|
|
|
var marker_4f52edaf2c8c7283e39c73b1fdd973d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b3132aa8349e87229c0385f4b30bc74b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98787f4ad6ed86aa5e723bd3be7b9705 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7951b6fe1fd451ca9d046044cc08757b = $(`<div id="html_7951b6fe1fd451ca9d046044cc08757b" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_98787f4ad6ed86aa5e723bd3be7b9705.setContent(html_7951b6fe1fd451ca9d046044cc08757b);
|
|
|
|
|
|
|
|
marker_4f52edaf2c8c7283e39c73b1fdd973d6.bindPopup(popup_98787f4ad6ed86aa5e723bd3be7b9705)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f52edaf2c8c7283e39c73b1fdd973d6.setIcon(icon_b3132aa8349e87229c0385f4b30bc74b);
|
|
|
|
|
|
var marker_a11e8422155752da0e7b209e4795a7d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e00f1a86579a691c4030ab8625b132a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_462896efefbfd3b4663a55b5c9dfa1f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_258ee0877c575025855feba81a563bb2 = $(`<div id="html_258ee0877c575025855feba81a563bb2" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_462896efefbfd3b4663a55b5c9dfa1f6.setContent(html_258ee0877c575025855feba81a563bb2);
|
|
|
|
|
|
|
|
marker_a11e8422155752da0e7b209e4795a7d5.bindPopup(popup_462896efefbfd3b4663a55b5c9dfa1f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a11e8422155752da0e7b209e4795a7d5.setIcon(icon_e00f1a86579a691c4030ab8625b132a5);
|
|
|
|
|
|
var marker_cbf17e2b6b839f64716118d8835dabb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ee500862966e4abfa8a6afe0d3cc3707 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fd9812430aaab08b9f4e896d292cd4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f63d611ca276d01b001d184d821f9c90 = $(`<div id="html_f63d611ca276d01b001d184d821f9c90" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_4fd9812430aaab08b9f4e896d292cd4b.setContent(html_f63d611ca276d01b001d184d821f9c90);
|
|
|
|
|
|
|
|
marker_cbf17e2b6b839f64716118d8835dabb0.bindPopup(popup_4fd9812430aaab08b9f4e896d292cd4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbf17e2b6b839f64716118d8835dabb0.setIcon(icon_ee500862966e4abfa8a6afe0d3cc3707);
|
|
|
|
|
|
var marker_301b65b47f4fb65ec327102eb1b9516f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_33b94808e576cb2f0e58bc6a19107415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b977f42718a486c9c5bf3b9051a488a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a53cf79e58997cc95d5c0d1aac1e4ea = $(`<div id="html_5a53cf79e58997cc95d5c0d1aac1e4ea" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_b977f42718a486c9c5bf3b9051a488a3.setContent(html_5a53cf79e58997cc95d5c0d1aac1e4ea);
|
|
|
|
|
|
|
|
marker_301b65b47f4fb65ec327102eb1b9516f.bindPopup(popup_b977f42718a486c9c5bf3b9051a488a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_301b65b47f4fb65ec327102eb1b9516f.setIcon(icon_33b94808e576cb2f0e58bc6a19107415);
|
|
|
|
|
|
var marker_d4dac870d4fc48ec4e1d80bbd3db802a = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a6aa99da52d80bb0592eb74f66d3b6b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a89a0ce8b24ab945f3efa8924ebca25d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1a85d607e012e320dd7ec5daaf424ba = $(`<div id="html_e1a85d607e012e320dd7ec5daaf424ba" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_a89a0ce8b24ab945f3efa8924ebca25d.setContent(html_e1a85d607e012e320dd7ec5daaf424ba);
|
|
|
|
|
|
|
|
marker_d4dac870d4fc48ec4e1d80bbd3db802a.bindPopup(popup_a89a0ce8b24ab945f3efa8924ebca25d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4dac870d4fc48ec4e1d80bbd3db802a.setIcon(icon_a6aa99da52d80bb0592eb74f66d3b6b9);
|
|
|
|
|
|
var marker_475bcc7889208793259da9dc2f9989d1 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_afedd751f8e4b8ea786a7b2b72379415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f660f4520df437697053bf1ef50ed7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c55a8df506e105a48cbc43358f5ea335 = $(`<div id="html_c55a8df506e105a48cbc43358f5ea335" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_6f660f4520df437697053bf1ef50ed7c.setContent(html_c55a8df506e105a48cbc43358f5ea335);
|
|
|
|
|
|
|
|
marker_475bcc7889208793259da9dc2f9989d1.bindPopup(popup_6f660f4520df437697053bf1ef50ed7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_475bcc7889208793259da9dc2f9989d1.setIcon(icon_afedd751f8e4b8ea786a7b2b72379415);
|
|
|
|
|
|
var marker_78596d268e87eeafc56c8121b5ba62cc = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e9546b844b2d87fdcc2d3ed938409ada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d012f813a15b08924ff3e20da0c09a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3522ae63f01aaddfe48f3a9c7b471b9c = $(`<div id="html_3522ae63f01aaddfe48f3a9c7b471b9c" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_1d012f813a15b08924ff3e20da0c09a5.setContent(html_3522ae63f01aaddfe48f3a9c7b471b9c);
|
|
|
|
|
|
|
|
marker_78596d268e87eeafc56c8121b5ba62cc.bindPopup(popup_1d012f813a15b08924ff3e20da0c09a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78596d268e87eeafc56c8121b5ba62cc.setIcon(icon_e9546b844b2d87fdcc2d3ed938409ada);
|
|
|
|
|
|
var marker_542bf41dff2ac1d1f15113871c2bb8c6 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f37e32ea72ab62befc898d139aee85ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20513bcb94b79a38adbca47e4f3968f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20b2f0e2fc600ae1879bfe383522b12d = $(`<div id="html_20b2f0e2fc600ae1879bfe383522b12d" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_20513bcb94b79a38adbca47e4f3968f7.setContent(html_20b2f0e2fc600ae1879bfe383522b12d);
|
|
|
|
|
|
|
|
marker_542bf41dff2ac1d1f15113871c2bb8c6.bindPopup(popup_20513bcb94b79a38adbca47e4f3968f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_542bf41dff2ac1d1f15113871c2bb8c6.setIcon(icon_f37e32ea72ab62befc898d139aee85ab);
|
|
|
|
|
|
var marker_9b074f378eb8448270d45eac110124fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_482117496d628275167cf9f072050d73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f829444b00091b07f10d6f11536739b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc242be249ce799d17ea697ee9d5e294 = $(`<div id="html_dc242be249ce799d17ea697ee9d5e294" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_0f829444b00091b07f10d6f11536739b.setContent(html_dc242be249ce799d17ea697ee9d5e294);
|
|
|
|
|
|
|
|
marker_9b074f378eb8448270d45eac110124fa.bindPopup(popup_0f829444b00091b07f10d6f11536739b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b074f378eb8448270d45eac110124fa.setIcon(icon_482117496d628275167cf9f072050d73);
|
|
|
|
|
|
var marker_dd25264cc56e559370dc4cf00cc147d4 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c59dbe297f970e0cb033296bf7773580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f44adb1bff95bcebf98742f4da78d582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09b15ca2f875db38b0c9c45bbf308486 = $(`<div id="html_09b15ca2f875db38b0c9c45bbf308486" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_f44adb1bff95bcebf98742f4da78d582.setContent(html_09b15ca2f875db38b0c9c45bbf308486);
|
|
|
|
|
|
|
|
marker_dd25264cc56e559370dc4cf00cc147d4.bindPopup(popup_f44adb1bff95bcebf98742f4da78d582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd25264cc56e559370dc4cf00cc147d4.setIcon(icon_c59dbe297f970e0cb033296bf7773580);
|
|
|
|
|
|
var marker_6ae1e21799a06a37cfd0b6a68aff4876 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_cd3fe12d837ed7313a2be69513a1fd07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bb4b48a33715f99e1934089eb3e95e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47d378427085ed762dba8113ac053715 = $(`<div id="html_47d378427085ed762dba8113ac053715" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_2bb4b48a33715f99e1934089eb3e95e7.setContent(html_47d378427085ed762dba8113ac053715);
|
|
|
|
|
|
|
|
marker_6ae1e21799a06a37cfd0b6a68aff4876.bindPopup(popup_2bb4b48a33715f99e1934089eb3e95e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ae1e21799a06a37cfd0b6a68aff4876.setIcon(icon_cd3fe12d837ed7313a2be69513a1fd07);
|
|
|
|
|
|
var marker_426ed4944a45bd6dac795b138e30784c = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ef5cffcea4c4fc5b7b4291bc8eb96bac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2bc54b2a17947c49b298e47e812fd8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deb296711fc8e8727a24702e79d2455b = $(`<div id="html_deb296711fc8e8727a24702e79d2455b" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_f2bc54b2a17947c49b298e47e812fd8c.setContent(html_deb296711fc8e8727a24702e79d2455b);
|
|
|
|
|
|
|
|
marker_426ed4944a45bd6dac795b138e30784c.bindPopup(popup_f2bc54b2a17947c49b298e47e812fd8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_426ed4944a45bd6dac795b138e30784c.setIcon(icon_ef5cffcea4c4fc5b7b4291bc8eb96bac);
|
|
|
|
|
|
var marker_04ecdf080709c2cb3e4ff555e8f88456 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_196a889cdfe2c184e981bef63cdfd4c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaef69104e351cf9613a633a5f640533 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b7408f4b500d9415099cf85930e1de1 = $(`<div id="html_9b7408f4b500d9415099cf85930e1de1" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_eaef69104e351cf9613a633a5f640533.setContent(html_9b7408f4b500d9415099cf85930e1de1);
|
|
|
|
|
|
|
|
marker_04ecdf080709c2cb3e4ff555e8f88456.bindPopup(popup_eaef69104e351cf9613a633a5f640533)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04ecdf080709c2cb3e4ff555e8f88456.setIcon(icon_196a889cdfe2c184e981bef63cdfd4c8);
|
|
|
|
|
|
var marker_57b405b0eda7c9367675c0f1bdb40b17 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7dbad1d036cb9472299159d8e4df0825 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a07a0e6aab38c6dec18086a1a068b0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35d8860701a430c502d16d6013b68831 = $(`<div id="html_35d8860701a430c502d16d6013b68831" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_5a07a0e6aab38c6dec18086a1a068b0b.setContent(html_35d8860701a430c502d16d6013b68831);
|
|
|
|
|
|
|
|
marker_57b405b0eda7c9367675c0f1bdb40b17.bindPopup(popup_5a07a0e6aab38c6dec18086a1a068b0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57b405b0eda7c9367675c0f1bdb40b17.setIcon(icon_7dbad1d036cb9472299159d8e4df0825);
|
|
|
|
|
|
var marker_19d5a58477dbf8e1b281339c3a07f236 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e93eb5b98e33af33266380e43e6bad77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2e45696121f003d9896f4b94aaffa4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ecb52a03f02b1c8d34deb2bb5312af1 = $(`<div id="html_3ecb52a03f02b1c8d34deb2bb5312af1" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_f2e45696121f003d9896f4b94aaffa4a.setContent(html_3ecb52a03f02b1c8d34deb2bb5312af1);
|
|
|
|
|
|
|
|
marker_19d5a58477dbf8e1b281339c3a07f236.bindPopup(popup_f2e45696121f003d9896f4b94aaffa4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19d5a58477dbf8e1b281339c3a07f236.setIcon(icon_e93eb5b98e33af33266380e43e6bad77);
|
|
|
|
|
|
var marker_ace61243b7472fac3e96986780be8116 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_08e674207c69d39d80afd9cec05beb9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df704301e2feb1660ee3eb57e3ed773a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d13586d19dcc03c473b2f8d1a2c20d5d = $(`<div id="html_d13586d19dcc03c473b2f8d1a2c20d5d" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_df704301e2feb1660ee3eb57e3ed773a.setContent(html_d13586d19dcc03c473b2f8d1a2c20d5d);
|
|
|
|
|
|
|
|
marker_ace61243b7472fac3e96986780be8116.bindPopup(popup_df704301e2feb1660ee3eb57e3ed773a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ace61243b7472fac3e96986780be8116.setIcon(icon_08e674207c69d39d80afd9cec05beb9f);
|
|
|
|
|
|
var marker_7d9fe9e7b0bbb6c0727de659b328591c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_392648775bcf451795ba58db2e9ab777 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b76958e2e42dbedcc822166519e1dc96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23eca147ff56df45844604eb11892e23 = $(`<div id="html_23eca147ff56df45844604eb11892e23" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_b76958e2e42dbedcc822166519e1dc96.setContent(html_23eca147ff56df45844604eb11892e23);
|
|
|
|
|
|
|
|
marker_7d9fe9e7b0bbb6c0727de659b328591c.bindPopup(popup_b76958e2e42dbedcc822166519e1dc96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d9fe9e7b0bbb6c0727de659b328591c.setIcon(icon_392648775bcf451795ba58db2e9ab777);
|
|
|
|
|
|
var marker_b8ee387af14fdde7a9e1b3568be8af4d = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_55e8f10584ac5251023cb6f84f4825f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c029a029eb4c677946527a675bc85165 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a76c8476988830e21311f5e4db24605 = $(`<div id="html_1a76c8476988830e21311f5e4db24605" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_c029a029eb4c677946527a675bc85165.setContent(html_1a76c8476988830e21311f5e4db24605);
|
|
|
|
|
|
|
|
marker_b8ee387af14fdde7a9e1b3568be8af4d.bindPopup(popup_c029a029eb4c677946527a675bc85165)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8ee387af14fdde7a9e1b3568be8af4d.setIcon(icon_55e8f10584ac5251023cb6f84f4825f8);
|
|
|
|
|
|
var marker_9ad757d635bfeb7b069219e878cdcd60 = L.marker(
|
|
[50.0755, 14.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_db663bba76c31ff26ef76021f6d8aac3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b36553ba53dad5b089cb202cd19157ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a44957bebc115d828abaa4dfcf4ba41 = $(`<div id="html_1a44957bebc115d828abaa4dfcf4ba41" style="width: 100.0%; height: 100.0%;">openrelay.ziomc.com</div>`)[0];
|
|
popup_b36553ba53dad5b089cb202cd19157ff.setContent(html_1a44957bebc115d828abaa4dfcf4ba41);
|
|
|
|
|
|
|
|
marker_9ad757d635bfeb7b069219e878cdcd60.bindPopup(popup_b36553ba53dad5b089cb202cd19157ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ad757d635bfeb7b069219e878cdcd60.setIcon(icon_db663bba76c31ff26ef76021f6d8aac3);
|
|
|
|
|
|
var marker_c77b5cd839bdb6b7c9abdc6b3f6be7ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_30a1fc37de7334d3ffd403f4ecba1340 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f01ce33a74f434897b59d35b19ac1e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25d3ca4429b8b164b030b27940c367fd = $(`<div id="html_25d3ca4429b8b164b030b27940c367fd" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_0f01ce33a74f434897b59d35b19ac1e6.setContent(html_25d3ca4429b8b164b030b27940c367fd);
|
|
|
|
|
|
|
|
marker_c77b5cd839bdb6b7c9abdc6b3f6be7ec.bindPopup(popup_0f01ce33a74f434897b59d35b19ac1e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c77b5cd839bdb6b7c9abdc6b3f6be7ec.setIcon(icon_30a1fc37de7334d3ffd403f4ecba1340);
|
|
|
|
|
|
var marker_238a2c596f99aae820b028d5011bf17c = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f86f8f3beb5c6b1417393e81c043237e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9eaf659cd667bfd3fe00d8612ddf835 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0757a4b2eaa1bdd52193b29a3e85f8b3 = $(`<div id="html_0757a4b2eaa1bdd52193b29a3e85f8b3" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_a9eaf659cd667bfd3fe00d8612ddf835.setContent(html_0757a4b2eaa1bdd52193b29a3e85f8b3);
|
|
|
|
|
|
|
|
marker_238a2c596f99aae820b028d5011bf17c.bindPopup(popup_a9eaf659cd667bfd3fe00d8612ddf835)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_238a2c596f99aae820b028d5011bf17c.setIcon(icon_f86f8f3beb5c6b1417393e81c043237e);
|
|
|
|
|
|
var marker_c8b0e40c37a2e9a3629821c5694d2c65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d93fdf685930b1dcebb049ef37b5b402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2de4207872990cf688e9f6892f709b63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59f85be2639daa68d1f256e8d7095a21 = $(`<div id="html_59f85be2639daa68d1f256e8d7095a21" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_2de4207872990cf688e9f6892f709b63.setContent(html_59f85be2639daa68d1f256e8d7095a21);
|
|
|
|
|
|
|
|
marker_c8b0e40c37a2e9a3629821c5694d2c65.bindPopup(popup_2de4207872990cf688e9f6892f709b63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8b0e40c37a2e9a3629821c5694d2c65.setIcon(icon_d93fdf685930b1dcebb049ef37b5b402);
|
|
|
|
|
|
var marker_ecbc305159356bdea6b9eb313af74be1 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ec6de5c048a3a3a9ff3d5af8c8d5fb1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_895f06e5a5ce2158a8129f4c87807792 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3244e641cec4c39fd9b9ff29037daf4 = $(`<div id="html_e3244e641cec4c39fd9b9ff29037daf4" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_895f06e5a5ce2158a8129f4c87807792.setContent(html_e3244e641cec4c39fd9b9ff29037daf4);
|
|
|
|
|
|
|
|
marker_ecbc305159356bdea6b9eb313af74be1.bindPopup(popup_895f06e5a5ce2158a8129f4c87807792)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecbc305159356bdea6b9eb313af74be1.setIcon(icon_ec6de5c048a3a3a9ff3d5af8c8d5fb1a);
|
|
|
|
|
|
var marker_4f76d2e465053018fa2621e14114f1e9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_effdc701733466308c9c24fc145b9ad6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f203fd41cef36742c1015eb02af7386d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02d246d42de0a55e582d37437f1a0825 = $(`<div id="html_02d246d42de0a55e582d37437f1a0825" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_f203fd41cef36742c1015eb02af7386d.setContent(html_02d246d42de0a55e582d37437f1a0825);
|
|
|
|
|
|
|
|
marker_4f76d2e465053018fa2621e14114f1e9.bindPopup(popup_f203fd41cef36742c1015eb02af7386d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f76d2e465053018fa2621e14114f1e9.setIcon(icon_effdc701733466308c9c24fc145b9ad6);
|
|
|
|
|
|
var marker_8deafb603c600c30fbf49ebf9b5ff047 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_fbee92bbba2f03fc88e2321861a0926d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aa2d22b43c179172b43cfa730a36722 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2060b83a36603f92b103e5fc9c49d7e = $(`<div id="html_f2060b83a36603f92b103e5fc9c49d7e" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_5aa2d22b43c179172b43cfa730a36722.setContent(html_f2060b83a36603f92b103e5fc9c49d7e);
|
|
|
|
|
|
|
|
marker_8deafb603c600c30fbf49ebf9b5ff047.bindPopup(popup_5aa2d22b43c179172b43cfa730a36722)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8deafb603c600c30fbf49ebf9b5ff047.setIcon(icon_fbee92bbba2f03fc88e2321861a0926d);
|
|
|
|
|
|
var marker_f5b52202f340ccd218cc6f67b96023e7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_74a6d94e915518171f4b4876e68bdc1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5a8f7afd8c45b79109a0b69673b48cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f19d42810a3ae0d2bc49a1c9c509891c = $(`<div id="html_f19d42810a3ae0d2bc49a1c9c509891c" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_e5a8f7afd8c45b79109a0b69673b48cc.setContent(html_f19d42810a3ae0d2bc49a1c9c509891c);
|
|
|
|
|
|
|
|
marker_f5b52202f340ccd218cc6f67b96023e7.bindPopup(popup_e5a8f7afd8c45b79109a0b69673b48cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5b52202f340ccd218cc6f67b96023e7.setIcon(icon_74a6d94e915518171f4b4876e68bdc1a);
|
|
|
|
|
|
var marker_9cd2afd8758a9ffdd697a41d9889a3df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_58a443099256a0219b532283b4478aa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01b54c65bd02037cbd012b6b1bf6f966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e57c3a7da665c09a933f97150f33a6f7 = $(`<div id="html_e57c3a7da665c09a933f97150f33a6f7" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_01b54c65bd02037cbd012b6b1bf6f966.setContent(html_e57c3a7da665c09a933f97150f33a6f7);
|
|
|
|
|
|
|
|
marker_9cd2afd8758a9ffdd697a41d9889a3df.bindPopup(popup_01b54c65bd02037cbd012b6b1bf6f966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cd2afd8758a9ffdd697a41d9889a3df.setIcon(icon_58a443099256a0219b532283b4478aa5);
|
|
|
|
|
|
var marker_c11f26798e713420c965cd817fdb6d53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_cb7ede62a8d6e5a6eb0d756c1111b624 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21f9768e9042184e106fd53675f38664 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b30bc65e2007df5a8dd0ec39d6b0083a = $(`<div id="html_b30bc65e2007df5a8dd0ec39d6b0083a" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_21f9768e9042184e106fd53675f38664.setContent(html_b30bc65e2007df5a8dd0ec39d6b0083a);
|
|
|
|
|
|
|
|
marker_c11f26798e713420c965cd817fdb6d53.bindPopup(popup_21f9768e9042184e106fd53675f38664)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c11f26798e713420c965cd817fdb6d53.setIcon(icon_cb7ede62a8d6e5a6eb0d756c1111b624);
|
|
|
|
|
|
var marker_2b0e92d6d0c931160c1e1d06bd9fecfb = L.marker(
|
|
[40.2662, 44.6393],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f25687ce38b296b423e235e8082f6d2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5298b18f9238d96681225ac4ea57fa05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0dfffa93c5b8a26a5d5959bebf25570 = $(`<div id="html_a0dfffa93c5b8a26a5d5959bebf25570" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_5298b18f9238d96681225ac4ea57fa05.setContent(html_a0dfffa93c5b8a26a5d5959bebf25570);
|
|
|
|
|
|
|
|
marker_2b0e92d6d0c931160c1e1d06bd9fecfb.bindPopup(popup_5298b18f9238d96681225ac4ea57fa05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b0e92d6d0c931160c1e1d06bd9fecfb.setIcon(icon_f25687ce38b296b423e235e8082f6d2d);
|
|
|
|
|
|
var marker_f2244a2c37629c2197802b9d19c6ccaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e51a924f06a80b6075a79808c5c12d88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7abc433fd318f44e42ad3e5f84752f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31454217c70b3e8384783bd9d652e7dc = $(`<div id="html_31454217c70b3e8384783bd9d652e7dc" style="width: 100.0%; height: 100.0%;">nostr.primz.org</div>`)[0];
|
|
popup_d7abc433fd318f44e42ad3e5f84752f8.setContent(html_31454217c70b3e8384783bd9d652e7dc);
|
|
|
|
|
|
|
|
marker_f2244a2c37629c2197802b9d19c6ccaf.bindPopup(popup_d7abc433fd318f44e42ad3e5f84752f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2244a2c37629c2197802b9d19c6ccaf.setIcon(icon_e51a924f06a80b6075a79808c5c12d88);
|
|
|
|
|
|
var marker_ce513392e3c6342357d4f38bbab40231 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_606e3d1586568a20e6ac4e125e9e9a18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dcbd31dc2cde9d21598c4787c1d41ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f07e580dacd975dd3e3765b3b730861 = $(`<div id="html_0f07e580dacd975dd3e3765b3b730861" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_3dcbd31dc2cde9d21598c4787c1d41ce.setContent(html_0f07e580dacd975dd3e3765b3b730861);
|
|
|
|
|
|
|
|
marker_ce513392e3c6342357d4f38bbab40231.bindPopup(popup_3dcbd31dc2cde9d21598c4787c1d41ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce513392e3c6342357d4f38bbab40231.setIcon(icon_606e3d1586568a20e6ac4e125e9e9a18);
|
|
|
|
|
|
var marker_c24c44d3e93c4f22033e199faac934bf = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0d6b1daee8f22a17e884c2cf978760f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d07da7093e294de4235904522f10715 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48585395aa62e49173f61978b6d77183 = $(`<div id="html_48585395aa62e49173f61978b6d77183" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_0d07da7093e294de4235904522f10715.setContent(html_48585395aa62e49173f61978b6d77183);
|
|
|
|
|
|
|
|
marker_c24c44d3e93c4f22033e199faac934bf.bindPopup(popup_0d07da7093e294de4235904522f10715)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c24c44d3e93c4f22033e199faac934bf.setIcon(icon_0d6b1daee8f22a17e884c2cf978760f8);
|
|
|
|
|
|
var marker_bb02cddd19cfbd70512f66ebcefb8d0a = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_88d0ac7582a812f64cd0044fb1ae89ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2efc8c763c418e5a25fa73fc2033bd5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bc94d176f5f178c03d0a34ef6afe474 = $(`<div id="html_5bc94d176f5f178c03d0a34ef6afe474" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_2efc8c763c418e5a25fa73fc2033bd5a.setContent(html_5bc94d176f5f178c03d0a34ef6afe474);
|
|
|
|
|
|
|
|
marker_bb02cddd19cfbd70512f66ebcefb8d0a.bindPopup(popup_2efc8c763c418e5a25fa73fc2033bd5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb02cddd19cfbd70512f66ebcefb8d0a.setIcon(icon_88d0ac7582a812f64cd0044fb1ae89ce);
|
|
|
|
|
|
var marker_fa20ea4a244a2ecf124e91ef835aa4f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b995b44fa52d7078ec1cab8a67ef2764 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_545a259d76a85984cf04b8d732a78864 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bd82ca4360a62cb19223fffa20534c8 = $(`<div id="html_7bd82ca4360a62cb19223fffa20534c8" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_545a259d76a85984cf04b8d732a78864.setContent(html_7bd82ca4360a62cb19223fffa20534c8);
|
|
|
|
|
|
|
|
marker_fa20ea4a244a2ecf124e91ef835aa4f3.bindPopup(popup_545a259d76a85984cf04b8d732a78864)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa20ea4a244a2ecf124e91ef835aa4f3.setIcon(icon_b995b44fa52d7078ec1cab8a67ef2764);
|
|
|
|
|
|
var marker_4c4fbf7cbf98b097b87114dc340acb03 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_5845af89398dc89481bbcbb8045774e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e8c2b124b91567a2807606ae191e06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2c82ffb4e8972be0906da3949d791f9 = $(`<div id="html_f2c82ffb4e8972be0906da3949d791f9" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_90e8c2b124b91567a2807606ae191e06.setContent(html_f2c82ffb4e8972be0906da3949d791f9);
|
|
|
|
|
|
|
|
marker_4c4fbf7cbf98b097b87114dc340acb03.bindPopup(popup_90e8c2b124b91567a2807606ae191e06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c4fbf7cbf98b097b87114dc340acb03.setIcon(icon_5845af89398dc89481bbcbb8045774e9);
|
|
|
|
|
|
var marker_c408999805de8dca4523d919581a0bfc = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_161f77175d2231eceb000fc8df9cd599 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b9845c50ea55558719c78f0970c5e30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_208b71df14591e2c22004d30d3b3ca6c = $(`<div id="html_208b71df14591e2c22004d30d3b3ca6c" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_9b9845c50ea55558719c78f0970c5e30.setContent(html_208b71df14591e2c22004d30d3b3ca6c);
|
|
|
|
|
|
|
|
marker_c408999805de8dca4523d919581a0bfc.bindPopup(popup_9b9845c50ea55558719c78f0970c5e30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c408999805de8dca4523d919581a0bfc.setIcon(icon_161f77175d2231eceb000fc8df9cd599);
|
|
|
|
|
|
var marker_9a20f3af7754bd44d0ecf8b1f304ebfa = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b41093506712b9d8f2ce62b54d0b6e5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_382308043c4f272f6bc2b935faa41a64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6396f018b12f959d2724decfb50dc1d0 = $(`<div id="html_6396f018b12f959d2724decfb50dc1d0" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_382308043c4f272f6bc2b935faa41a64.setContent(html_6396f018b12f959d2724decfb50dc1d0);
|
|
|
|
|
|
|
|
marker_9a20f3af7754bd44d0ecf8b1f304ebfa.bindPopup(popup_382308043c4f272f6bc2b935faa41a64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a20f3af7754bd44d0ecf8b1f304ebfa.setIcon(icon_b41093506712b9d8f2ce62b54d0b6e5b);
|
|
|
|
|
|
var marker_1d96c84dd6419e974dca4f067d244157 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a31b98bce6832e401efa78db1fd9d24e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce25225fd3474715a299f506c8c7c140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_794fb2e6be3cfdbd21c03100e2d9dc87 = $(`<div id="html_794fb2e6be3cfdbd21c03100e2d9dc87" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_ce25225fd3474715a299f506c8c7c140.setContent(html_794fb2e6be3cfdbd21c03100e2d9dc87);
|
|
|
|
|
|
|
|
marker_1d96c84dd6419e974dca4f067d244157.bindPopup(popup_ce25225fd3474715a299f506c8c7c140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d96c84dd6419e974dca4f067d244157.setIcon(icon_a31b98bce6832e401efa78db1fd9d24e);
|
|
|
|
|
|
var marker_a32a4f311ff98a34ee9b01b9fd575df4 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d643e5f196045f70e1c0b7d6e3c98e3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_776fe60a9825bc8cc1bfef0de8194cf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14b83036fdf00429e4acb0fae1f76516 = $(`<div id="html_14b83036fdf00429e4acb0fae1f76516" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_776fe60a9825bc8cc1bfef0de8194cf5.setContent(html_14b83036fdf00429e4acb0fae1f76516);
|
|
|
|
|
|
|
|
marker_a32a4f311ff98a34ee9b01b9fd575df4.bindPopup(popup_776fe60a9825bc8cc1bfef0de8194cf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a32a4f311ff98a34ee9b01b9fd575df4.setIcon(icon_d643e5f196045f70e1c0b7d6e3c98e3e);
|
|
|
|
|
|
var marker_d14ac89c6d93dd3c78e034bfa1ef78aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b5d7df5ea6eafed4e8c7ba0d9d639dc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c82d9dd07b4df25116035b18d9147fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a9a06e5921de7e539a28f9bf9b10a92 = $(`<div id="html_2a9a06e5921de7e539a28f9bf9b10a92" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_3c82d9dd07b4df25116035b18d9147fd.setContent(html_2a9a06e5921de7e539a28f9bf9b10a92);
|
|
|
|
|
|
|
|
marker_d14ac89c6d93dd3c78e034bfa1ef78aa.bindPopup(popup_3c82d9dd07b4df25116035b18d9147fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d14ac89c6d93dd3c78e034bfa1ef78aa.setIcon(icon_b5d7df5ea6eafed4e8c7ba0d9d639dc9);
|
|
|
|
|
|
var marker_f614d3e07527cedb185a1990f0a10e5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a70a20cb5b6afd877a73ffecc36cf872 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a37c6ec61f1a880624ba5c8663f6559 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56c2af41ee8804b3ec5c2e43fbebcffe = $(`<div id="html_56c2af41ee8804b3ec5c2e43fbebcffe" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_2a37c6ec61f1a880624ba5c8663f6559.setContent(html_56c2af41ee8804b3ec5c2e43fbebcffe);
|
|
|
|
|
|
|
|
marker_f614d3e07527cedb185a1990f0a10e5d.bindPopup(popup_2a37c6ec61f1a880624ba5c8663f6559)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f614d3e07527cedb185a1990f0a10e5d.setIcon(icon_a70a20cb5b6afd877a73ffecc36cf872);
|
|
|
|
|
|
var marker_6006a76655b28bd5bd881b2379096d5e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6ab9cd73557acee7b5ab9ddfbb648419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a516fc6521da1b10b72c4fd103143512 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d464edd8883ab068b26b42ed7366f945 = $(`<div id="html_d464edd8883ab068b26b42ed7366f945" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_a516fc6521da1b10b72c4fd103143512.setContent(html_d464edd8883ab068b26b42ed7366f945);
|
|
|
|
|
|
|
|
marker_6006a76655b28bd5bd881b2379096d5e.bindPopup(popup_a516fc6521da1b10b72c4fd103143512)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6006a76655b28bd5bd881b2379096d5e.setIcon(icon_6ab9cd73557acee7b5ab9ddfbb648419);
|
|
|
|
|
|
var marker_6d63ed256b2651e5afdfaabda53673d7 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_81ed56bead8864c86c490666656f12fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ea428c3b3e57fe0756c24382e14934e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_570644a5bd753dafd0635768c609a5e8 = $(`<div id="html_570644a5bd753dafd0635768c609a5e8" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_6ea428c3b3e57fe0756c24382e14934e.setContent(html_570644a5bd753dafd0635768c609a5e8);
|
|
|
|
|
|
|
|
marker_6d63ed256b2651e5afdfaabda53673d7.bindPopup(popup_6ea428c3b3e57fe0756c24382e14934e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d63ed256b2651e5afdfaabda53673d7.setIcon(icon_81ed56bead8864c86c490666656f12fa);
|
|
|
|
|
|
var marker_8d010b7e4d2a8987e98c849dd7a856ea = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_805ef3405eb1f98b733df04729a8062c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc00002d90861d9c57b5e8e315a75d35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_712a2f831556516cba06be6bb0f61f0e = $(`<div id="html_712a2f831556516cba06be6bb0f61f0e" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_cc00002d90861d9c57b5e8e315a75d35.setContent(html_712a2f831556516cba06be6bb0f61f0e);
|
|
|
|
|
|
|
|
marker_8d010b7e4d2a8987e98c849dd7a856ea.bindPopup(popup_cc00002d90861d9c57b5e8e315a75d35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d010b7e4d2a8987e98c849dd7a856ea.setIcon(icon_805ef3405eb1f98b733df04729a8062c);
|
|
|
|
|
|
var marker_ec09200508ff9ae032701400367f5f7c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7a0e5c42f453e9fbde1c0d0d623d2bc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b41cbb5c705c8e4f8431ae4eb7214f47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f604be91ef5998d609cf2e9d86188978 = $(`<div id="html_f604be91ef5998d609cf2e9d86188978" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_b41cbb5c705c8e4f8431ae4eb7214f47.setContent(html_f604be91ef5998d609cf2e9d86188978);
|
|
|
|
|
|
|
|
marker_ec09200508ff9ae032701400367f5f7c.bindPopup(popup_b41cbb5c705c8e4f8431ae4eb7214f47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec09200508ff9ae032701400367f5f7c.setIcon(icon_7a0e5c42f453e9fbde1c0d0d623d2bc0);
|
|
|
|
|
|
var marker_3a3ffd8b892fd4c562cf3281de641549 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6210aea5d3ca16c92bf73335931bf079 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7afd78c27508e91bcc77690de8240710 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdcf765cfc1cbe86d325ab5001006977 = $(`<div id="html_fdcf765cfc1cbe86d325ab5001006977" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_7afd78c27508e91bcc77690de8240710.setContent(html_fdcf765cfc1cbe86d325ab5001006977);
|
|
|
|
|
|
|
|
marker_3a3ffd8b892fd4c562cf3281de641549.bindPopup(popup_7afd78c27508e91bcc77690de8240710)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a3ffd8b892fd4c562cf3281de641549.setIcon(icon_6210aea5d3ca16c92bf73335931bf079);
|
|
|
|
|
|
var marker_767b9e028623284519a5c55a8810de2a = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e8b91772aaac9ed72c7fbdeed572477f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7365ff285527107a8b3525608a8a5e97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de27e074af44bbfb754b02abdf4cf1d5 = $(`<div id="html_de27e074af44bbfb754b02abdf4cf1d5" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_7365ff285527107a8b3525608a8a5e97.setContent(html_de27e074af44bbfb754b02abdf4cf1d5);
|
|
|
|
|
|
|
|
marker_767b9e028623284519a5c55a8810de2a.bindPopup(popup_7365ff285527107a8b3525608a8a5e97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_767b9e028623284519a5c55a8810de2a.setIcon(icon_e8b91772aaac9ed72c7fbdeed572477f);
|
|
|
|
|
|
var marker_ec243ef2945c01696b76df8059273ca5 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6deb58f4389020db4664feb289ed30a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b94542f6d27d9a45366105dede24c987 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f92db075b84111bc82136af255ad555 = $(`<div id="html_4f92db075b84111bc82136af255ad555" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_b94542f6d27d9a45366105dede24c987.setContent(html_4f92db075b84111bc82136af255ad555);
|
|
|
|
|
|
|
|
marker_ec243ef2945c01696b76df8059273ca5.bindPopup(popup_b94542f6d27d9a45366105dede24c987)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec243ef2945c01696b76df8059273ca5.setIcon(icon_6deb58f4389020db4664feb289ed30a8);
|
|
|
|
|
|
var marker_b22b036d656f836427fde1ab68ee6c27 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7f22c80c3fc92364d7019d54b686f00a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08a25af105af692b5a2ce81e7818d37e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f437778260e0c60aff92bf2c29b930c9 = $(`<div id="html_f437778260e0c60aff92bf2c29b930c9" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_08a25af105af692b5a2ce81e7818d37e.setContent(html_f437778260e0c60aff92bf2c29b930c9);
|
|
|
|
|
|
|
|
marker_b22b036d656f836427fde1ab68ee6c27.bindPopup(popup_08a25af105af692b5a2ce81e7818d37e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b22b036d656f836427fde1ab68ee6c27.setIcon(icon_7f22c80c3fc92364d7019d54b686f00a);
|
|
|
|
|
|
var marker_722e304e85ced2f5aff16637883a1ea5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_32ffc8c28facb590da215127e48ea448 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c71a0bb39588681d42472e652c0b0209 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f650f71779d6bb02d35063f181788b62 = $(`<div id="html_f650f71779d6bb02d35063f181788b62" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_c71a0bb39588681d42472e652c0b0209.setContent(html_f650f71779d6bb02d35063f181788b62);
|
|
|
|
|
|
|
|
marker_722e304e85ced2f5aff16637883a1ea5.bindPopup(popup_c71a0bb39588681d42472e652c0b0209)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_722e304e85ced2f5aff16637883a1ea5.setIcon(icon_32ffc8c28facb590da215127e48ea448);
|
|
|
|
|
|
var marker_99e1a18a4dc84ecf350914ef4b295369 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7e5e22689371696723521b6e964cbec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1e46884c7ced13b074e202f3d802959 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76ec8ffa0cfb9da83023d9927a515af0 = $(`<div id="html_76ec8ffa0cfb9da83023d9927a515af0" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_a1e46884c7ced13b074e202f3d802959.setContent(html_76ec8ffa0cfb9da83023d9927a515af0);
|
|
|
|
|
|
|
|
marker_99e1a18a4dc84ecf350914ef4b295369.bindPopup(popup_a1e46884c7ced13b074e202f3d802959)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99e1a18a4dc84ecf350914ef4b295369.setIcon(icon_7e5e22689371696723521b6e964cbec6);
|
|
|
|
|
|
var marker_8ad8439b6b07b90746839523bbf1ab84 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b436172c152168bd1d0d69f1c11ac36d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18e4fe46f3577fbb97478d21ce7b9193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45f39476f10c2595b625066da4636133 = $(`<div id="html_45f39476f10c2595b625066da4636133" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_18e4fe46f3577fbb97478d21ce7b9193.setContent(html_45f39476f10c2595b625066da4636133);
|
|
|
|
|
|
|
|
marker_8ad8439b6b07b90746839523bbf1ab84.bindPopup(popup_18e4fe46f3577fbb97478d21ce7b9193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ad8439b6b07b90746839523bbf1ab84.setIcon(icon_b436172c152168bd1d0d69f1c11ac36d);
|
|
|
|
|
|
var marker_4aa1dc9fb8580f1170a9ded976e7f6d3 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7ad7bf8b96397a442f8b2cf957503fbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_712b69a627a4914a97f2a04c420666b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e256bd439c820e784b8dce25a89e4f0 = $(`<div id="html_8e256bd439c820e784b8dce25a89e4f0" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_712b69a627a4914a97f2a04c420666b4.setContent(html_8e256bd439c820e784b8dce25a89e4f0);
|
|
|
|
|
|
|
|
marker_4aa1dc9fb8580f1170a9ded976e7f6d3.bindPopup(popup_712b69a627a4914a97f2a04c420666b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aa1dc9fb8580f1170a9ded976e7f6d3.setIcon(icon_7ad7bf8b96397a442f8b2cf957503fbe);
|
|
|
|
|
|
var marker_f8b188c0d8e648f43f747b82d2b490e0 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ab2fb6793479062b4deca8241f45617f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_224fde952717a9b1975cadff4b0d1709 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7407580b93c5211394a9bb11af2541b = $(`<div id="html_b7407580b93c5211394a9bb11af2541b" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_224fde952717a9b1975cadff4b0d1709.setContent(html_b7407580b93c5211394a9bb11af2541b);
|
|
|
|
|
|
|
|
marker_f8b188c0d8e648f43f747b82d2b490e0.bindPopup(popup_224fde952717a9b1975cadff4b0d1709)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8b188c0d8e648f43f747b82d2b490e0.setIcon(icon_ab2fb6793479062b4deca8241f45617f);
|
|
|
|
|
|
var marker_71bb6fedac0f9b4b1705ff72b62cac4a = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_474e2385238f72c255792b5bb7d3f2f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6886e0b79dfc4a94232f2dd33e0c0245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_016430fd84f4b1a17c8de03aa35ffde0 = $(`<div id="html_016430fd84f4b1a17c8de03aa35ffde0" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_6886e0b79dfc4a94232f2dd33e0c0245.setContent(html_016430fd84f4b1a17c8de03aa35ffde0);
|
|
|
|
|
|
|
|
marker_71bb6fedac0f9b4b1705ff72b62cac4a.bindPopup(popup_6886e0b79dfc4a94232f2dd33e0c0245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71bb6fedac0f9b4b1705ff72b62cac4a.setIcon(icon_474e2385238f72c255792b5bb7d3f2f5);
|
|
|
|
|
|
var marker_3064e442102dd68e0f57c0af8e55a869 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_38da6c6c3a6c95cedcaa43bb6dbf868e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99f8191e6bee8870a7617edd5d4a21d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e7d446314ee400530d0373988a9ff59 = $(`<div id="html_0e7d446314ee400530d0373988a9ff59" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_99f8191e6bee8870a7617edd5d4a21d0.setContent(html_0e7d446314ee400530d0373988a9ff59);
|
|
|
|
|
|
|
|
marker_3064e442102dd68e0f57c0af8e55a869.bindPopup(popup_99f8191e6bee8870a7617edd5d4a21d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3064e442102dd68e0f57c0af8e55a869.setIcon(icon_38da6c6c3a6c95cedcaa43bb6dbf868e);
|
|
|
|
|
|
var marker_80c47ccd1d46c3558e4997f8bf8b4b72 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a2a803560de8280c23afd58fde039545 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d8e050efcc43098ab1161c1fca2dc68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70a644d3ae69b28205b34ff76606b16c = $(`<div id="html_70a644d3ae69b28205b34ff76606b16c" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_0d8e050efcc43098ab1161c1fca2dc68.setContent(html_70a644d3ae69b28205b34ff76606b16c);
|
|
|
|
|
|
|
|
marker_80c47ccd1d46c3558e4997f8bf8b4b72.bindPopup(popup_0d8e050efcc43098ab1161c1fca2dc68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80c47ccd1d46c3558e4997f8bf8b4b72.setIcon(icon_a2a803560de8280c23afd58fde039545);
|
|
|
|
|
|
var marker_ade64f76570a1338b5d6dfc655621166 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b141ce4ac985dae7d53f374c14ec07c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a765dab74dd31a4a2a4779b7185906ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1099dba73da7e3c403a2e83fd848b6f9 = $(`<div id="html_1099dba73da7e3c403a2e83fd848b6f9" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_a765dab74dd31a4a2a4779b7185906ea.setContent(html_1099dba73da7e3c403a2e83fd848b6f9);
|
|
|
|
|
|
|
|
marker_ade64f76570a1338b5d6dfc655621166.bindPopup(popup_a765dab74dd31a4a2a4779b7185906ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ade64f76570a1338b5d6dfc655621166.setIcon(icon_b141ce4ac985dae7d53f374c14ec07c2);
|
|
|
|
|
|
var marker_a7e6745c2a9beceac28bb2d0d6a60ada = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d02c7c449e2e65d2d404546e21caeb6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9a03e8b689e1880a59d6706cb696aff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e56f089df9babff27717b244cc375823 = $(`<div id="html_e56f089df9babff27717b244cc375823" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_b9a03e8b689e1880a59d6706cb696aff.setContent(html_e56f089df9babff27717b244cc375823);
|
|
|
|
|
|
|
|
marker_a7e6745c2a9beceac28bb2d0d6a60ada.bindPopup(popup_b9a03e8b689e1880a59d6706cb696aff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7e6745c2a9beceac28bb2d0d6a60ada.setIcon(icon_d02c7c449e2e65d2d404546e21caeb6e);
|
|
|
|
|
|
var marker_a8d23acdc6bb2e6fa62bb118a4073e3b = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_3734c8ba9e7aff117003e62bb57874a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba90bd8981c2271363538b85b01dd310 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_632e95d6886589ac08895dc626e020fb = $(`<div id="html_632e95d6886589ac08895dc626e020fb" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_ba90bd8981c2271363538b85b01dd310.setContent(html_632e95d6886589ac08895dc626e020fb);
|
|
|
|
|
|
|
|
marker_a8d23acdc6bb2e6fa62bb118a4073e3b.bindPopup(popup_ba90bd8981c2271363538b85b01dd310)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8d23acdc6bb2e6fa62bb118a4073e3b.setIcon(icon_3734c8ba9e7aff117003e62bb57874a9);
|
|
|
|
|
|
var marker_48b099229db5fff9f4d7e03fa1d5dfe0 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_73d20381ac60bf57db275bbe1aed4a6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba3cee396fabbe390bf3c6ecb00925ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef3c2f32b782020d00ad10e49b061a38 = $(`<div id="html_ef3c2f32b782020d00ad10e49b061a38" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_ba3cee396fabbe390bf3c6ecb00925ba.setContent(html_ef3c2f32b782020d00ad10e49b061a38);
|
|
|
|
|
|
|
|
marker_48b099229db5fff9f4d7e03fa1d5dfe0.bindPopup(popup_ba3cee396fabbe390bf3c6ecb00925ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48b099229db5fff9f4d7e03fa1d5dfe0.setIcon(icon_73d20381ac60bf57db275bbe1aed4a6a);
|
|
|
|
|
|
var marker_2fac0b0bea12e13b48af30f6f3f68b09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_675ecb05a8a00a96567dcadead7f3a1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b3de9ce043f8f2a4c5c6138aa941177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40fbfef42e19d1623750908eb111913e = $(`<div id="html_40fbfef42e19d1623750908eb111913e" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_1b3de9ce043f8f2a4c5c6138aa941177.setContent(html_40fbfef42e19d1623750908eb111913e);
|
|
|
|
|
|
|
|
marker_2fac0b0bea12e13b48af30f6f3f68b09.bindPopup(popup_1b3de9ce043f8f2a4c5c6138aa941177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fac0b0bea12e13b48af30f6f3f68b09.setIcon(icon_675ecb05a8a00a96567dcadead7f3a1d);
|
|
|
|
|
|
var marker_ea5d8a1d73aedcb0b69d54d286c01b0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_831852f09280bcba03465ace812fd376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2eac8be04e61c9d16c5d2db93e9075e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_812a6aa8525c7577bfe58a13e9dfef69 = $(`<div id="html_812a6aa8525c7577bfe58a13e9dfef69" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_d2eac8be04e61c9d16c5d2db93e9075e.setContent(html_812a6aa8525c7577bfe58a13e9dfef69);
|
|
|
|
|
|
|
|
marker_ea5d8a1d73aedcb0b69d54d286c01b0d.bindPopup(popup_d2eac8be04e61c9d16c5d2db93e9075e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea5d8a1d73aedcb0b69d54d286c01b0d.setIcon(icon_831852f09280bcba03465ace812fd376);
|
|
|
|
|
|
var marker_2cd3df6b038570aba68415d1ab30cd02 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f729bb32f05996bb638987d2b6242e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96021b46f62d794a0b02eafc2368d7ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e0fe281b570d0065b46b7e6c417ba8c = $(`<div id="html_7e0fe281b570d0065b46b7e6c417ba8c" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_96021b46f62d794a0b02eafc2368d7ad.setContent(html_7e0fe281b570d0065b46b7e6c417ba8c);
|
|
|
|
|
|
|
|
marker_2cd3df6b038570aba68415d1ab30cd02.bindPopup(popup_96021b46f62d794a0b02eafc2368d7ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cd3df6b038570aba68415d1ab30cd02.setIcon(icon_f729bb32f05996bb638987d2b6242e6c);
|
|
|
|
|
|
var marker_8ea159665cac397971e6274e44a6e7bb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e9f3ed96b62bb07310656823fad08bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e51e10041cb25245c451949eccb8b0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f85d6c9d90dae7f3a6807fc3d1e356d5 = $(`<div id="html_f85d6c9d90dae7f3a6807fc3d1e356d5" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_6e51e10041cb25245c451949eccb8b0a.setContent(html_f85d6c9d90dae7f3a6807fc3d1e356d5);
|
|
|
|
|
|
|
|
marker_8ea159665cac397971e6274e44a6e7bb.bindPopup(popup_6e51e10041cb25245c451949eccb8b0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ea159665cac397971e6274e44a6e7bb.setIcon(icon_e9f3ed96b62bb07310656823fad08bc1);
|
|
|
|
|
|
var marker_42cb997fafcb05651e64a514e4f7f385 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_fbcd538fe1e82089001f33737caf6d09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0a8964f553569254afebfc42ef5b0e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93eae1ee05701e2c52c6e16e673720e3 = $(`<div id="html_93eae1ee05701e2c52c6e16e673720e3" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_c0a8964f553569254afebfc42ef5b0e9.setContent(html_93eae1ee05701e2c52c6e16e673720e3);
|
|
|
|
|
|
|
|
marker_42cb997fafcb05651e64a514e4f7f385.bindPopup(popup_c0a8964f553569254afebfc42ef5b0e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42cb997fafcb05651e64a514e4f7f385.setIcon(icon_fbcd538fe1e82089001f33737caf6d09);
|
|
|
|
|
|
var marker_b4e67dee993aae638a20192fde8eb2cb = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_91f500538d30702e6c9581b428510fbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a565a704a90700acf00698f239853e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50746b16201579c1169ff3b4bb0eaf2e = $(`<div id="html_50746b16201579c1169ff3b4bb0eaf2e" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_8a565a704a90700acf00698f239853e3.setContent(html_50746b16201579c1169ff3b4bb0eaf2e);
|
|
|
|
|
|
|
|
marker_b4e67dee993aae638a20192fde8eb2cb.bindPopup(popup_8a565a704a90700acf00698f239853e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4e67dee993aae638a20192fde8eb2cb.setIcon(icon_91f500538d30702e6c9581b428510fbf);
|
|
|
|
|
|
var marker_2929cb7c371d5b3dabe033eb194e60d1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_04490ae1dae7ec6a43c422dfdb1ff51d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86cabb49ecfa2c139167d8aeae4bf8f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b27ade77e91430227ffc7b4d5d2d4cf = $(`<div id="html_3b27ade77e91430227ffc7b4d5d2d4cf" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_86cabb49ecfa2c139167d8aeae4bf8f5.setContent(html_3b27ade77e91430227ffc7b4d5d2d4cf);
|
|
|
|
|
|
|
|
marker_2929cb7c371d5b3dabe033eb194e60d1.bindPopup(popup_86cabb49ecfa2c139167d8aeae4bf8f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2929cb7c371d5b3dabe033eb194e60d1.setIcon(icon_04490ae1dae7ec6a43c422dfdb1ff51d);
|
|
|
|
|
|
var marker_c2ff8b64f9f20a514de229d66a64bea4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d82541e6c04c118fa9551d1a5a9b114a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f238e9fef441b1a887c35b30a6f5bfff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_937847446706b279d1532f14e4573d17 = $(`<div id="html_937847446706b279d1532f14e4573d17" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_f238e9fef441b1a887c35b30a6f5bfff.setContent(html_937847446706b279d1532f14e4573d17);
|
|
|
|
|
|
|
|
marker_c2ff8b64f9f20a514de229d66a64bea4.bindPopup(popup_f238e9fef441b1a887c35b30a6f5bfff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2ff8b64f9f20a514de229d66a64bea4.setIcon(icon_d82541e6c04c118fa9551d1a5a9b114a);
|
|
|
|
|
|
var marker_6f9ef298431b9b0679c31aa26f7b3e81 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_89b23670368e0027a61136a69fb46920 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32058c61c6fad1153e8417ecb117d679 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c7101b9f8498508669a7e68b8326ae3 = $(`<div id="html_1c7101b9f8498508669a7e68b8326ae3" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_32058c61c6fad1153e8417ecb117d679.setContent(html_1c7101b9f8498508669a7e68b8326ae3);
|
|
|
|
|
|
|
|
marker_6f9ef298431b9b0679c31aa26f7b3e81.bindPopup(popup_32058c61c6fad1153e8417ecb117d679)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f9ef298431b9b0679c31aa26f7b3e81.setIcon(icon_89b23670368e0027a61136a69fb46920);
|
|
|
|
|
|
var marker_26d4a512f8a97997c12d38e2326c425c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e2ae1b934fe6ebc15d494b56d412cbb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0994e31c03df5d2569c6275778bed42c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_073f7ae35b8aea6dc7929652c1252e3f = $(`<div id="html_073f7ae35b8aea6dc7929652c1252e3f" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_0994e31c03df5d2569c6275778bed42c.setContent(html_073f7ae35b8aea6dc7929652c1252e3f);
|
|
|
|
|
|
|
|
marker_26d4a512f8a97997c12d38e2326c425c.bindPopup(popup_0994e31c03df5d2569c6275778bed42c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26d4a512f8a97997c12d38e2326c425c.setIcon(icon_e2ae1b934fe6ebc15d494b56d412cbb9);
|
|
|
|
|
|
var marker_0bd5b41bb2ac1f0b3adb16379be43826 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_aee3c656c885f58d17073c572640e2bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_990e7a201dfb7b6a84951492bc5d6ba2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d673032c3560a2c7d02ea4d5f8654119 = $(`<div id="html_d673032c3560a2c7d02ea4d5f8654119" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_990e7a201dfb7b6a84951492bc5d6ba2.setContent(html_d673032c3560a2c7d02ea4d5f8654119);
|
|
|
|
|
|
|
|
marker_0bd5b41bb2ac1f0b3adb16379be43826.bindPopup(popup_990e7a201dfb7b6a84951492bc5d6ba2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bd5b41bb2ac1f0b3adb16379be43826.setIcon(icon_aee3c656c885f58d17073c572640e2bd);
|
|
|
|
|
|
var marker_64d83dd01fbf9e9ae16cfb4188f8f819 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_dc19ca93cde889a6ed371b2f42b2e745 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f1974eecdfc237bfaead1143a5274f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e3c042266be83c83aafb838302a66a5 = $(`<div id="html_3e3c042266be83c83aafb838302a66a5" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_8f1974eecdfc237bfaead1143a5274f4.setContent(html_3e3c042266be83c83aafb838302a66a5);
|
|
|
|
|
|
|
|
marker_64d83dd01fbf9e9ae16cfb4188f8f819.bindPopup(popup_8f1974eecdfc237bfaead1143a5274f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64d83dd01fbf9e9ae16cfb4188f8f819.setIcon(icon_dc19ca93cde889a6ed371b2f42b2e745);
|
|
|
|
|
|
var marker_08ee101e7688dea1af23916a27f2704d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_aae1f31410b2ac1cc26a9a82f83fac3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09e9c42b370b4a2299080abbe886d7b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f242220a99b31ce0dcfc3bfedfc6bbd = $(`<div id="html_6f242220a99b31ce0dcfc3bfedfc6bbd" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_09e9c42b370b4a2299080abbe886d7b7.setContent(html_6f242220a99b31ce0dcfc3bfedfc6bbd);
|
|
|
|
|
|
|
|
marker_08ee101e7688dea1af23916a27f2704d.bindPopup(popup_09e9c42b370b4a2299080abbe886d7b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08ee101e7688dea1af23916a27f2704d.setIcon(icon_aae1f31410b2ac1cc26a9a82f83fac3e);
|
|
|
|
|
|
var marker_a4a029d6969d8257fd9d1ee9b5ff18e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f049f4ef823ea398fe2ed83227271933 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e00f5f960747adcfc11b97714906fafc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b0115fb078f7009eab43fa93fddd15a = $(`<div id="html_1b0115fb078f7009eab43fa93fddd15a" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_e00f5f960747adcfc11b97714906fafc.setContent(html_1b0115fb078f7009eab43fa93fddd15a);
|
|
|
|
|
|
|
|
marker_a4a029d6969d8257fd9d1ee9b5ff18e8.bindPopup(popup_e00f5f960747adcfc11b97714906fafc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4a029d6969d8257fd9d1ee9b5ff18e8.setIcon(icon_f049f4ef823ea398fe2ed83227271933);
|
|
|
|
|
|
var marker_4a5c810e0c0dfec07e5bb0bfd015a42c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0b9f060fa6c739f31dc5f38b5c4da6ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_302a4f6d6206359bf9270c1dca2f0c89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e6404d0e1332db82eac36ca4e20f9ff = $(`<div id="html_6e6404d0e1332db82eac36ca4e20f9ff" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_302a4f6d6206359bf9270c1dca2f0c89.setContent(html_6e6404d0e1332db82eac36ca4e20f9ff);
|
|
|
|
|
|
|
|
marker_4a5c810e0c0dfec07e5bb0bfd015a42c.bindPopup(popup_302a4f6d6206359bf9270c1dca2f0c89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a5c810e0c0dfec07e5bb0bfd015a42c.setIcon(icon_0b9f060fa6c739f31dc5f38b5c4da6ed);
|
|
|
|
|
|
var marker_b729a168a9e4aa9e1fc58f1a0f1dea14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b21b1b5042c6c01ceec7b257af84a729 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7836fad35d7ab3a72042207aa132f3ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c918a63b569ac2653d6337d708fe55af = $(`<div id="html_c918a63b569ac2653d6337d708fe55af" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_7836fad35d7ab3a72042207aa132f3ab.setContent(html_c918a63b569ac2653d6337d708fe55af);
|
|
|
|
|
|
|
|
marker_b729a168a9e4aa9e1fc58f1a0f1dea14.bindPopup(popup_7836fad35d7ab3a72042207aa132f3ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b729a168a9e4aa9e1fc58f1a0f1dea14.setIcon(icon_b21b1b5042c6c01ceec7b257af84a729);
|
|
|
|
|
|
var marker_4dd9e5af5ea1adac2128edc7de7ad849 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_43e6c24b6b48ec3609b4724a87c34c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a83c833252dce4ccad46a8408452fc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a34c6f525f4d1dfabaa60ebffed3642 = $(`<div id="html_8a34c6f525f4d1dfabaa60ebffed3642" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_3a83c833252dce4ccad46a8408452fc5.setContent(html_8a34c6f525f4d1dfabaa60ebffed3642);
|
|
|
|
|
|
|
|
marker_4dd9e5af5ea1adac2128edc7de7ad849.bindPopup(popup_3a83c833252dce4ccad46a8408452fc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dd9e5af5ea1adac2128edc7de7ad849.setIcon(icon_43e6c24b6b48ec3609b4724a87c34c0c);
|
|
|
|
|
|
var marker_a4dd7a76a135a9b8a43a3b85cdb06ebb = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_5c9ccd4c78286ebee3ee081868d8202b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_178827d2e95f58cb128c1dca83fd725f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38b05c01be0706980cef3f003151d13a = $(`<div id="html_38b05c01be0706980cef3f003151d13a" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_178827d2e95f58cb128c1dca83fd725f.setContent(html_38b05c01be0706980cef3f003151d13a);
|
|
|
|
|
|
|
|
marker_a4dd7a76a135a9b8a43a3b85cdb06ebb.bindPopup(popup_178827d2e95f58cb128c1dca83fd725f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4dd7a76a135a9b8a43a3b85cdb06ebb.setIcon(icon_5c9ccd4c78286ebee3ee081868d8202b);
|
|
|
|
|
|
var marker_4a2675b4267dbbab9c13774315479064 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_fb0764134ccb9fa3e6f27b8334c11e44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dd167e78953216447d4fac7df3eb751 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e9ff300720ffb0443c1440a87179821 = $(`<div id="html_7e9ff300720ffb0443c1440a87179821" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_3dd167e78953216447d4fac7df3eb751.setContent(html_7e9ff300720ffb0443c1440a87179821);
|
|
|
|
|
|
|
|
marker_4a2675b4267dbbab9c13774315479064.bindPopup(popup_3dd167e78953216447d4fac7df3eb751)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a2675b4267dbbab9c13774315479064.setIcon(icon_fb0764134ccb9fa3e6f27b8334c11e44);
|
|
|
|
|
|
var marker_554942a17432bddc1fd2f834f4cab637 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_39f393d82b3c4d0d1df9e4a563472c0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f7e2f0206d884470583288e64f9fce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bce7e37ee39b6c598c6f72e298c3af8b = $(`<div id="html_bce7e37ee39b6c598c6f72e298c3af8b" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_3f7e2f0206d884470583288e64f9fce5.setContent(html_bce7e37ee39b6c598c6f72e298c3af8b);
|
|
|
|
|
|
|
|
marker_554942a17432bddc1fd2f834f4cab637.bindPopup(popup_3f7e2f0206d884470583288e64f9fce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_554942a17432bddc1fd2f834f4cab637.setIcon(icon_39f393d82b3c4d0d1df9e4a563472c0a);
|
|
|
|
|
|
var marker_0a29206d09de093c529117d197ed4cdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_8233e7afc9ebed09ba461d5d745e9680 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e3988eab08c21fe2178912c4527e2d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a440d44bd72ea9e24945fabd9f31e009 = $(`<div id="html_a440d44bd72ea9e24945fabd9f31e009" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_6e3988eab08c21fe2178912c4527e2d5.setContent(html_a440d44bd72ea9e24945fabd9f31e009);
|
|
|
|
|
|
|
|
marker_0a29206d09de093c529117d197ed4cdd.bindPopup(popup_6e3988eab08c21fe2178912c4527e2d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a29206d09de093c529117d197ed4cdd.setIcon(icon_8233e7afc9ebed09ba461d5d745e9680);
|
|
|
|
|
|
var marker_cd99fe88467c3c75ce64e05edb6b5078 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_4ffded57d8c4cbd9c997944fc9abdacb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d70ae755035639af1e71256407d2e57a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2030cd36833dec585fcee8b7bd09272c = $(`<div id="html_2030cd36833dec585fcee8b7bd09272c" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_d70ae755035639af1e71256407d2e57a.setContent(html_2030cd36833dec585fcee8b7bd09272c);
|
|
|
|
|
|
|
|
marker_cd99fe88467c3c75ce64e05edb6b5078.bindPopup(popup_d70ae755035639af1e71256407d2e57a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd99fe88467c3c75ce64e05edb6b5078.setIcon(icon_4ffded57d8c4cbd9c997944fc9abdacb);
|
|
|
|
|
|
var marker_cfe216d9fcb982bdbafccc97a450033f = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_3344b357d404d9c29cbfafc21805de73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02d40f7d4cbd21ce05010816ba62020f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81f100cb3f4cdae284bc1c07a6746a5a = $(`<div id="html_81f100cb3f4cdae284bc1c07a6746a5a" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_02d40f7d4cbd21ce05010816ba62020f.setContent(html_81f100cb3f4cdae284bc1c07a6746a5a);
|
|
|
|
|
|
|
|
marker_cfe216d9fcb982bdbafccc97a450033f.bindPopup(popup_02d40f7d4cbd21ce05010816ba62020f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfe216d9fcb982bdbafccc97a450033f.setIcon(icon_3344b357d404d9c29cbfafc21805de73);
|
|
|
|
|
|
var marker_70ee119b331afe00c19c2d8208acf7a2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_cd697c40b45e361bb564bb44397ea70c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91408864ce395c33c26849b6ed1bf5bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6362dda756d2ca79a255d3f4a049e63 = $(`<div id="html_e6362dda756d2ca79a255d3f4a049e63" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_91408864ce395c33c26849b6ed1bf5bf.setContent(html_e6362dda756d2ca79a255d3f4a049e63);
|
|
|
|
|
|
|
|
marker_70ee119b331afe00c19c2d8208acf7a2.bindPopup(popup_91408864ce395c33c26849b6ed1bf5bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70ee119b331afe00c19c2d8208acf7a2.setIcon(icon_cd697c40b45e361bb564bb44397ea70c);
|
|
|
|
|
|
var marker_4552910f03eaa80af865dfdb199c5911 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_184ba931e338f428156bdeb6408de395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_632dd9978e527a9637ba4457c4a5110d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26318e98daef252efbd0f173547fc2c7 = $(`<div id="html_26318e98daef252efbd0f173547fc2c7" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_632dd9978e527a9637ba4457c4a5110d.setContent(html_26318e98daef252efbd0f173547fc2c7);
|
|
|
|
|
|
|
|
marker_4552910f03eaa80af865dfdb199c5911.bindPopup(popup_632dd9978e527a9637ba4457c4a5110d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4552910f03eaa80af865dfdb199c5911.setIcon(icon_184ba931e338f428156bdeb6408de395);
|
|
|
|
|
|
var marker_b6cc94ee9d9a57af77347fd5abe8590c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f5622a2caf949c35e9a1d5927ceedb82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82aef0bfdd6ea41ac28b82778fb77549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0073ba6d6d9b1fb56bb4336db81a4f5c = $(`<div id="html_0073ba6d6d9b1fb56bb4336db81a4f5c" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_82aef0bfdd6ea41ac28b82778fb77549.setContent(html_0073ba6d6d9b1fb56bb4336db81a4f5c);
|
|
|
|
|
|
|
|
marker_b6cc94ee9d9a57af77347fd5abe8590c.bindPopup(popup_82aef0bfdd6ea41ac28b82778fb77549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6cc94ee9d9a57af77347fd5abe8590c.setIcon(icon_f5622a2caf949c35e9a1d5927ceedb82);
|
|
|
|
|
|
var marker_a1adb656081eda8c28ee382a65c6e068 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_86cde6db78d00f1c6aea025288d49476 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e87df8520cd3feee1e3dd52ab56f4ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_909281bd502181cea8730ff15713b252 = $(`<div id="html_909281bd502181cea8730ff15713b252" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_0e87df8520cd3feee1e3dd52ab56f4ae.setContent(html_909281bd502181cea8730ff15713b252);
|
|
|
|
|
|
|
|
marker_a1adb656081eda8c28ee382a65c6e068.bindPopup(popup_0e87df8520cd3feee1e3dd52ab56f4ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1adb656081eda8c28ee382a65c6e068.setIcon(icon_86cde6db78d00f1c6aea025288d49476);
|
|
|
|
|
|
var marker_42991158f5a3e222625f74293fd7a9cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_cc18e9a249da0e9dbfcc12b02a781dc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_654336b7db3b5817f69060ff11aa41de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0641c76c0a0cdd7d89eec18e6e9877d = $(`<div id="html_d0641c76c0a0cdd7d89eec18e6e9877d" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_654336b7db3b5817f69060ff11aa41de.setContent(html_d0641c76c0a0cdd7d89eec18e6e9877d);
|
|
|
|
|
|
|
|
marker_42991158f5a3e222625f74293fd7a9cb.bindPopup(popup_654336b7db3b5817f69060ff11aa41de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42991158f5a3e222625f74293fd7a9cb.setIcon(icon_cc18e9a249da0e9dbfcc12b02a781dc7);
|
|
|
|
|
|
var marker_cb2ada7d15aab969352e32edec8d449a = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_81f08b7e5a9c9f1f8a0d52b18cc1a306 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db610227a303c7018063ddffa5bc88be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82c73ee7520aebc2884937255498f6d2 = $(`<div id="html_82c73ee7520aebc2884937255498f6d2" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_db610227a303c7018063ddffa5bc88be.setContent(html_82c73ee7520aebc2884937255498f6d2);
|
|
|
|
|
|
|
|
marker_cb2ada7d15aab969352e32edec8d449a.bindPopup(popup_db610227a303c7018063ddffa5bc88be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb2ada7d15aab969352e32edec8d449a.setIcon(icon_81f08b7e5a9c9f1f8a0d52b18cc1a306);
|
|
|
|
|
|
var marker_f9473869fe4bad80e799aff3d3f3bed4 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_02535e90cbf77b87d0bbc19b75588742 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55b31fc0da4dc8d81085ae7016339d33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecad83f869f1d1cd843f8fe0daf88a27 = $(`<div id="html_ecad83f869f1d1cd843f8fe0daf88a27" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_55b31fc0da4dc8d81085ae7016339d33.setContent(html_ecad83f869f1d1cd843f8fe0daf88a27);
|
|
|
|
|
|
|
|
marker_f9473869fe4bad80e799aff3d3f3bed4.bindPopup(popup_55b31fc0da4dc8d81085ae7016339d33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9473869fe4bad80e799aff3d3f3bed4.setIcon(icon_02535e90cbf77b87d0bbc19b75588742);
|
|
|
|
|
|
var marker_04f7b65e2d9a6e52d7b51f7daa2f6b4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_df8c487707d68c22f267df162b6802b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb7b03aea1a04e0f2d3f61eda41c3977 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0feb31b6350de0ff355c95dda5660c67 = $(`<div id="html_0feb31b6350de0ff355c95dda5660c67" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_fb7b03aea1a04e0f2d3f61eda41c3977.setContent(html_0feb31b6350de0ff355c95dda5660c67);
|
|
|
|
|
|
|
|
marker_04f7b65e2d9a6e52d7b51f7daa2f6b4b.bindPopup(popup_fb7b03aea1a04e0f2d3f61eda41c3977)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04f7b65e2d9a6e52d7b51f7daa2f6b4b.setIcon(icon_df8c487707d68c22f267df162b6802b6);
|
|
|
|
|
|
var marker_1dcb94cd1e3d32669377dd0895a592c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b4a2367d44f1836e65cc16e903f32211 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd394ccb4f29e97ff444c23e7ef3702 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67ff811b853d9b1e5fb5e92f4fcac951 = $(`<div id="html_67ff811b853d9b1e5fb5e92f4fcac951" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_ddd394ccb4f29e97ff444c23e7ef3702.setContent(html_67ff811b853d9b1e5fb5e92f4fcac951);
|
|
|
|
|
|
|
|
marker_1dcb94cd1e3d32669377dd0895a592c9.bindPopup(popup_ddd394ccb4f29e97ff444c23e7ef3702)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dcb94cd1e3d32669377dd0895a592c9.setIcon(icon_b4a2367d44f1836e65cc16e903f32211);
|
|
|
|
|
|
var marker_32baac749ea3a99fc80b014146af494d = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f1debdbb33d07b9571fd4310dffcddd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d873b50545eb9076ed6f0dc8f91b608 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48482401092edce2546c87f0413f1112 = $(`<div id="html_48482401092edce2546c87f0413f1112" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_2d873b50545eb9076ed6f0dc8f91b608.setContent(html_48482401092edce2546c87f0413f1112);
|
|
|
|
|
|
|
|
marker_32baac749ea3a99fc80b014146af494d.bindPopup(popup_2d873b50545eb9076ed6f0dc8f91b608)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32baac749ea3a99fc80b014146af494d.setIcon(icon_f1debdbb33d07b9571fd4310dffcddd2);
|
|
|
|
|
|
var marker_60917049574c8a0d52aa8e45d1b32fde = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_5e66cb53a461503063bb467281cecc5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b6c2e0566201e4dc4933f80a95d820b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d653b3d351361c4973d0a4d45c97c245 = $(`<div id="html_d653b3d351361c4973d0a4d45c97c245" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_7b6c2e0566201e4dc4933f80a95d820b.setContent(html_d653b3d351361c4973d0a4d45c97c245);
|
|
|
|
|
|
|
|
marker_60917049574c8a0d52aa8e45d1b32fde.bindPopup(popup_7b6c2e0566201e4dc4933f80a95d820b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60917049574c8a0d52aa8e45d1b32fde.setIcon(icon_5e66cb53a461503063bb467281cecc5c);
|
|
|
|
|
|
var marker_f01bb06d030a0ba327adb071bc3a4b86 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_58737eb8f2a7b81b55d3176d98b7c0aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0943038ffebbd6a4662427de2e5b83fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c47a24b51aa8bd8dd0b7a62285a68b4b = $(`<div id="html_c47a24b51aa8bd8dd0b7a62285a68b4b" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_0943038ffebbd6a4662427de2e5b83fa.setContent(html_c47a24b51aa8bd8dd0b7a62285a68b4b);
|
|
|
|
|
|
|
|
marker_f01bb06d030a0ba327adb071bc3a4b86.bindPopup(popup_0943038ffebbd6a4662427de2e5b83fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f01bb06d030a0ba327adb071bc3a4b86.setIcon(icon_58737eb8f2a7b81b55d3176d98b7c0aa);
|
|
|
|
|
|
var marker_7449ed4e26737fab6ab63c46ec82ec3d = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ba58c981552a575528ead9372131b783 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c85986a8c9b3d7bd068719fa68ad5b46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39a5a91f19df69d79a9cec8dbc6985c5 = $(`<div id="html_39a5a91f19df69d79a9cec8dbc6985c5" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_c85986a8c9b3d7bd068719fa68ad5b46.setContent(html_39a5a91f19df69d79a9cec8dbc6985c5);
|
|
|
|
|
|
|
|
marker_7449ed4e26737fab6ab63c46ec82ec3d.bindPopup(popup_c85986a8c9b3d7bd068719fa68ad5b46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7449ed4e26737fab6ab63c46ec82ec3d.setIcon(icon_ba58c981552a575528ead9372131b783);
|
|
|
|
|
|
var marker_8ebf204c4e2f37b3a536130582b073cd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a68b71e399fa5d0413e4e783263db2f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a111f09ad35c9da769f88aaee3891d9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81578c4648ab7f3a1e501ad4be3661c1 = $(`<div id="html_81578c4648ab7f3a1e501ad4be3661c1" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_a111f09ad35c9da769f88aaee3891d9d.setContent(html_81578c4648ab7f3a1e501ad4be3661c1);
|
|
|
|
|
|
|
|
marker_8ebf204c4e2f37b3a536130582b073cd.bindPopup(popup_a111f09ad35c9da769f88aaee3891d9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ebf204c4e2f37b3a536130582b073cd.setIcon(icon_a68b71e399fa5d0413e4e783263db2f2);
|
|
|
|
|
|
var marker_fe727e56d01c81a04592790b4051536c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_dd1d857e04ef3f0134dcd8a43aa19756 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_012e82125588c8d840f02e305ba1339d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8e234f06c701126aa18a652e26b914e = $(`<div id="html_a8e234f06c701126aa18a652e26b914e" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_012e82125588c8d840f02e305ba1339d.setContent(html_a8e234f06c701126aa18a652e26b914e);
|
|
|
|
|
|
|
|
marker_fe727e56d01c81a04592790b4051536c.bindPopup(popup_012e82125588c8d840f02e305ba1339d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe727e56d01c81a04592790b4051536c.setIcon(icon_dd1d857e04ef3f0134dcd8a43aa19756);
|
|
|
|
|
|
var marker_8fe34887c712323b23bfc1df4be386c6 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_4b8a457ce5396ab4c9f161307d7e8f06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce45c2e0ce1f14c3dffbd40f5caaab2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9462a799d21bd478441ff4442a0a86f = $(`<div id="html_f9462a799d21bd478441ff4442a0a86f" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_ce45c2e0ce1f14c3dffbd40f5caaab2f.setContent(html_f9462a799d21bd478441ff4442a0a86f);
|
|
|
|
|
|
|
|
marker_8fe34887c712323b23bfc1df4be386c6.bindPopup(popup_ce45c2e0ce1f14c3dffbd40f5caaab2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fe34887c712323b23bfc1df4be386c6.setIcon(icon_4b8a457ce5396ab4c9f161307d7e8f06);
|
|
|
|
|
|
var marker_354bbebf0928f1555edd88c2f9c2d306 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_969c3946802e3d896dba224bf5717a0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62b84985522a3b07289d003746784e88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89b177844545f5b0113b32dcbc77ffe4 = $(`<div id="html_89b177844545f5b0113b32dcbc77ffe4" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_62b84985522a3b07289d003746784e88.setContent(html_89b177844545f5b0113b32dcbc77ffe4);
|
|
|
|
|
|
|
|
marker_354bbebf0928f1555edd88c2f9c2d306.bindPopup(popup_62b84985522a3b07289d003746784e88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_354bbebf0928f1555edd88c2f9c2d306.setIcon(icon_969c3946802e3d896dba224bf5717a0c);
|
|
|
|
|
|
var marker_8e437c62042f8be8b9dc2e93a89288da = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_01f9ef1a911f90c43d50a9fe4ccbc455 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7937ec7a189a811c421dce17a90ab113 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af7b1d79ed311b0cc09df21d1ea41277 = $(`<div id="html_af7b1d79ed311b0cc09df21d1ea41277" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_7937ec7a189a811c421dce17a90ab113.setContent(html_af7b1d79ed311b0cc09df21d1ea41277);
|
|
|
|
|
|
|
|
marker_8e437c62042f8be8b9dc2e93a89288da.bindPopup(popup_7937ec7a189a811c421dce17a90ab113)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e437c62042f8be8b9dc2e93a89288da.setIcon(icon_01f9ef1a911f90c43d50a9fe4ccbc455);
|
|
|
|
|
|
var marker_33be41a6784019a65eb7fef98999a4d6 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_826dc76e4046130f2a672056e65ac688 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fa836cfad0788ad6404810bf1242c6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_648f2b4a97f17808ade783c0cf1cfa36 = $(`<div id="html_648f2b4a97f17808ade783c0cf1cfa36" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_6fa836cfad0788ad6404810bf1242c6b.setContent(html_648f2b4a97f17808ade783c0cf1cfa36);
|
|
|
|
|
|
|
|
marker_33be41a6784019a65eb7fef98999a4d6.bindPopup(popup_6fa836cfad0788ad6404810bf1242c6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33be41a6784019a65eb7fef98999a4d6.setIcon(icon_826dc76e4046130f2a672056e65ac688);
|
|
|
|
|
|
var marker_cc25a0c66117cc180fc4f2e79fb36a8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b9643e74f331b07f931e253f2d761567 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3951ffc0a4c041ac2665f078956929d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbeb92859e974ed6a12bac744221e827 = $(`<div id="html_dbeb92859e974ed6a12bac744221e827" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_a3951ffc0a4c041ac2665f078956929d.setContent(html_dbeb92859e974ed6a12bac744221e827);
|
|
|
|
|
|
|
|
marker_cc25a0c66117cc180fc4f2e79fb36a8b.bindPopup(popup_a3951ffc0a4c041ac2665f078956929d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc25a0c66117cc180fc4f2e79fb36a8b.setIcon(icon_b9643e74f331b07f931e253f2d761567);
|
|
|
|
|
|
var marker_0437977207e759a426d499509fd1aaf8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b9181a768c36b0773e16048ce0c3f2f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d308fb9b1c5da5c68de532da30ebd4d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_484940d206841116fb693be9ddbffa1a = $(`<div id="html_484940d206841116fb693be9ddbffa1a" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_d308fb9b1c5da5c68de532da30ebd4d0.setContent(html_484940d206841116fb693be9ddbffa1a);
|
|
|
|
|
|
|
|
marker_0437977207e759a426d499509fd1aaf8.bindPopup(popup_d308fb9b1c5da5c68de532da30ebd4d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0437977207e759a426d499509fd1aaf8.setIcon(icon_b9181a768c36b0773e16048ce0c3f2f7);
|
|
|
|
|
|
var marker_cbb74874d2077fc26871a17bef5c0ce0 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c233722e904060098169e0b51e2fb240 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93bfb8ca4a291e33320c3d82110f6b90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7475de13a10f1c37e59c15772bab6e7e = $(`<div id="html_7475de13a10f1c37e59c15772bab6e7e" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_93bfb8ca4a291e33320c3d82110f6b90.setContent(html_7475de13a10f1c37e59c15772bab6e7e);
|
|
|
|
|
|
|
|
marker_cbb74874d2077fc26871a17bef5c0ce0.bindPopup(popup_93bfb8ca4a291e33320c3d82110f6b90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbb74874d2077fc26871a17bef5c0ce0.setIcon(icon_c233722e904060098169e0b51e2fb240);
|
|
|
|
|
|
var marker_eb76ea734f7b5c26c839127502ae131f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_2b2999362b4df9c230223967d2114205 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc1e3722b8f6114e00e229dd2ddfe281 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa2f2b891acadea12359126bb4934882 = $(`<div id="html_aa2f2b891acadea12359126bb4934882" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_dc1e3722b8f6114e00e229dd2ddfe281.setContent(html_aa2f2b891acadea12359126bb4934882);
|
|
|
|
|
|
|
|
marker_eb76ea734f7b5c26c839127502ae131f.bindPopup(popup_dc1e3722b8f6114e00e229dd2ddfe281)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb76ea734f7b5c26c839127502ae131f.setIcon(icon_2b2999362b4df9c230223967d2114205);
|
|
|
|
|
|
var marker_5a4b04060f5c91ae567badbd20e91bfa = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6de18a6f0c2cde968297a9f8d482152f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf2e21a108079f88e3d64099011c4a75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42f8a9d3cc797a65e086775b60bb9aa3 = $(`<div id="html_42f8a9d3cc797a65e086775b60bb9aa3" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_cf2e21a108079f88e3d64099011c4a75.setContent(html_42f8a9d3cc797a65e086775b60bb9aa3);
|
|
|
|
|
|
|
|
marker_5a4b04060f5c91ae567badbd20e91bfa.bindPopup(popup_cf2e21a108079f88e3d64099011c4a75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a4b04060f5c91ae567badbd20e91bfa.setIcon(icon_6de18a6f0c2cde968297a9f8d482152f);
|
|
|
|
|
|
var marker_8f45e56a21a24e5b8aad435b7d101d69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_83a7321393a4afb44be9cc369df55408 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c04f9ab98d02e0ab6064174ab02c61ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39988846185589bb6b049349afc75d0a = $(`<div id="html_39988846185589bb6b049349afc75d0a" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_c04f9ab98d02e0ab6064174ab02c61ab.setContent(html_39988846185589bb6b049349afc75d0a);
|
|
|
|
|
|
|
|
marker_8f45e56a21a24e5b8aad435b7d101d69.bindPopup(popup_c04f9ab98d02e0ab6064174ab02c61ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f45e56a21a24e5b8aad435b7d101d69.setIcon(icon_83a7321393a4afb44be9cc369df55408);
|
|
|
|
|
|
var marker_5bc649406636e4e3125903d8db4e40fa = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_70e813f06868cf33d30aec87c2ed5509 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_073fd9dc6534faf08efecc0f63201e0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89b87f187171f97734150f57b6d36ac2 = $(`<div id="html_89b87f187171f97734150f57b6d36ac2" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_073fd9dc6534faf08efecc0f63201e0a.setContent(html_89b87f187171f97734150f57b6d36ac2);
|
|
|
|
|
|
|
|
marker_5bc649406636e4e3125903d8db4e40fa.bindPopup(popup_073fd9dc6534faf08efecc0f63201e0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bc649406636e4e3125903d8db4e40fa.setIcon(icon_70e813f06868cf33d30aec87c2ed5509);
|
|
|
|
|
|
var marker_57a86ce019da9681b91cb8eaaa139d69 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_071649424efd4af53e9144838ab0fea2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_950630cee64c2b1aa12545f6da18f56f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daa1244c8d39d279596bc516725967c8 = $(`<div id="html_daa1244c8d39d279596bc516725967c8" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_950630cee64c2b1aa12545f6da18f56f.setContent(html_daa1244c8d39d279596bc516725967c8);
|
|
|
|
|
|
|
|
marker_57a86ce019da9681b91cb8eaaa139d69.bindPopup(popup_950630cee64c2b1aa12545f6da18f56f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57a86ce019da9681b91cb8eaaa139d69.setIcon(icon_071649424efd4af53e9144838ab0fea2);
|
|
|
|
|
|
var marker_9808a38843937b8f62129a2a92237652 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d4071d15f930d3211374abb9e56d6441 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22d6d4640d4a9b5e56ef3f202ce14729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c8748762386bb0cc92b3c85118e6f85 = $(`<div id="html_8c8748762386bb0cc92b3c85118e6f85" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_22d6d4640d4a9b5e56ef3f202ce14729.setContent(html_8c8748762386bb0cc92b3c85118e6f85);
|
|
|
|
|
|
|
|
marker_9808a38843937b8f62129a2a92237652.bindPopup(popup_22d6d4640d4a9b5e56ef3f202ce14729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9808a38843937b8f62129a2a92237652.setIcon(icon_d4071d15f930d3211374abb9e56d6441);
|
|
|
|
|
|
var marker_be3380f413f334d88aaed55c6de9f888 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ed04b07c106e7cb0e866dcac131da108 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e8fff677bb1206c388d0b43cde13121 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_471962a9b2d50f25a57f4a1042165529 = $(`<div id="html_471962a9b2d50f25a57f4a1042165529" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_6e8fff677bb1206c388d0b43cde13121.setContent(html_471962a9b2d50f25a57f4a1042165529);
|
|
|
|
|
|
|
|
marker_be3380f413f334d88aaed55c6de9f888.bindPopup(popup_6e8fff677bb1206c388d0b43cde13121)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be3380f413f334d88aaed55c6de9f888.setIcon(icon_ed04b07c106e7cb0e866dcac131da108);
|
|
|
|
|
|
var marker_ab36c914f00ceb7e5c1792c991a8212f = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_bc7dd95b486a301ed7370dcba36069d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c944154ee938bde9d933b14183f5e15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06ee816766851b24cb1e7c6103dc8d5c = $(`<div id="html_06ee816766851b24cb1e7c6103dc8d5c" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_9c944154ee938bde9d933b14183f5e15.setContent(html_06ee816766851b24cb1e7c6103dc8d5c);
|
|
|
|
|
|
|
|
marker_ab36c914f00ceb7e5c1792c991a8212f.bindPopup(popup_9c944154ee938bde9d933b14183f5e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab36c914f00ceb7e5c1792c991a8212f.setIcon(icon_bc7dd95b486a301ed7370dcba36069d2);
|
|
|
|
|
|
var marker_9a369c7dc2f52ac2663325e912fe8ee2 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_f04fa16965e8316f4a98c90fec84fe29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f19ef670b77f99a521d8c69d6a502512 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c366323eb077de8b5537628b540b9b4a = $(`<div id="html_c366323eb077de8b5537628b540b9b4a" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_f19ef670b77f99a521d8c69d6a502512.setContent(html_c366323eb077de8b5537628b540b9b4a);
|
|
|
|
|
|
|
|
marker_9a369c7dc2f52ac2663325e912fe8ee2.bindPopup(popup_f19ef670b77f99a521d8c69d6a502512)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a369c7dc2f52ac2663325e912fe8ee2.setIcon(icon_f04fa16965e8316f4a98c90fec84fe29);
|
|
|
|
|
|
var marker_74c4fd834a83647e191216a762aa7c08 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_38261bf9741d4c2b762932d6f43dc0a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91b3da146766316773c9452d8a8810d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca7add9cc4377f51bae3969920ec33b1 = $(`<div id="html_ca7add9cc4377f51bae3969920ec33b1" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_91b3da146766316773c9452d8a8810d7.setContent(html_ca7add9cc4377f51bae3969920ec33b1);
|
|
|
|
|
|
|
|
marker_74c4fd834a83647e191216a762aa7c08.bindPopup(popup_91b3da146766316773c9452d8a8810d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74c4fd834a83647e191216a762aa7c08.setIcon(icon_38261bf9741d4c2b762932d6f43dc0a5);
|
|
|
|
|
|
var marker_ec735bb088fd3bb9ba7714f5b8f82ec4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b55f7986b4c9e69aa398542b35c81fd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aeaaf97fe0b27b8e7b1565c00ee55a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f19bee41d61825cf7804b6d734e2a44d = $(`<div id="html_f19bee41d61825cf7804b6d734e2a44d" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_2aeaaf97fe0b27b8e7b1565c00ee55a7.setContent(html_f19bee41d61825cf7804b6d734e2a44d);
|
|
|
|
|
|
|
|
marker_ec735bb088fd3bb9ba7714f5b8f82ec4.bindPopup(popup_2aeaaf97fe0b27b8e7b1565c00ee55a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec735bb088fd3bb9ba7714f5b8f82ec4.setIcon(icon_b55f7986b4c9e69aa398542b35c81fd5);
|
|
|
|
|
|
var marker_5e6776c5e1d2bad11c5c515c0dfd939e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_2e01c68ca20d12124a92196543e78dc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abcb2eabab879e42981dc0b9646137cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec4b906551135037ad2bd3ed641fc050 = $(`<div id="html_ec4b906551135037ad2bd3ed641fc050" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_abcb2eabab879e42981dc0b9646137cc.setContent(html_ec4b906551135037ad2bd3ed641fc050);
|
|
|
|
|
|
|
|
marker_5e6776c5e1d2bad11c5c515c0dfd939e.bindPopup(popup_abcb2eabab879e42981dc0b9646137cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e6776c5e1d2bad11c5c515c0dfd939e.setIcon(icon_2e01c68ca20d12124a92196543e78dc4);
|
|
|
|
|
|
var marker_46501cda624af39870adf82d21360603 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_9a6065227655f045989f910a62847cf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32a32f12635c5910df79d59917ceaf94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efaacb47538637d671695323d99b110c = $(`<div id="html_efaacb47538637d671695323d99b110c" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_32a32f12635c5910df79d59917ceaf94.setContent(html_efaacb47538637d671695323d99b110c);
|
|
|
|
|
|
|
|
marker_46501cda624af39870adf82d21360603.bindPopup(popup_32a32f12635c5910df79d59917ceaf94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46501cda624af39870adf82d21360603.setIcon(icon_9a6065227655f045989f910a62847cf9);
|
|
|
|
|
|
var marker_31640b1db3b48bd356d4841f9cd1f90f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_75899466d78b0de4b8b328a3ab1516dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d09a954ac21451122929f119e2bf6e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9d09fcd1c8bec50d7db51fdd899a219 = $(`<div id="html_a9d09fcd1c8bec50d7db51fdd899a219" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_3d09a954ac21451122929f119e2bf6e4.setContent(html_a9d09fcd1c8bec50d7db51fdd899a219);
|
|
|
|
|
|
|
|
marker_31640b1db3b48bd356d4841f9cd1f90f.bindPopup(popup_3d09a954ac21451122929f119e2bf6e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31640b1db3b48bd356d4841f9cd1f90f.setIcon(icon_75899466d78b0de4b8b328a3ab1516dd);
|
|
|
|
|
|
var marker_7dac09aafc0e5d0d9d32c8508f7bc820 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_dce09d5decd986a5493e5ae4b4dd97db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cd732f01b635508847f485eefa76c39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c9e37d59ebc46466802f3142d38afb4 = $(`<div id="html_2c9e37d59ebc46466802f3142d38afb4" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_6cd732f01b635508847f485eefa76c39.setContent(html_2c9e37d59ebc46466802f3142d38afb4);
|
|
|
|
|
|
|
|
marker_7dac09aafc0e5d0d9d32c8508f7bc820.bindPopup(popup_6cd732f01b635508847f485eefa76c39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dac09aafc0e5d0d9d32c8508f7bc820.setIcon(icon_dce09d5decd986a5493e5ae4b4dd97db);
|
|
|
|
|
|
var marker_d74f4a117b4a0dd1bd13907f83af36a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b1d7bfca438a82766e71c85fe9bc079e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c21c04b479af18c4c670b2d12049cab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b385de7be50bde849426267db969db9 = $(`<div id="html_0b385de7be50bde849426267db969db9" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_2c21c04b479af18c4c670b2d12049cab.setContent(html_0b385de7be50bde849426267db969db9);
|
|
|
|
|
|
|
|
marker_d74f4a117b4a0dd1bd13907f83af36a5.bindPopup(popup_2c21c04b479af18c4c670b2d12049cab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d74f4a117b4a0dd1bd13907f83af36a5.setIcon(icon_b1d7bfca438a82766e71c85fe9bc079e);
|
|
|
|
|
|
var marker_1d4c1e7f95ae5b71338274d1915f8e2f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ceefee372370fc157a1a9e149a8831b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7cdb9fc0dff596187f8a7925ea8a3a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6486d7d64845cd54d95965616feb565 = $(`<div id="html_c6486d7d64845cd54d95965616feb565" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_d7cdb9fc0dff596187f8a7925ea8a3a8.setContent(html_c6486d7d64845cd54d95965616feb565);
|
|
|
|
|
|
|
|
marker_1d4c1e7f95ae5b71338274d1915f8e2f.bindPopup(popup_d7cdb9fc0dff596187f8a7925ea8a3a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d4c1e7f95ae5b71338274d1915f8e2f.setIcon(icon_ceefee372370fc157a1a9e149a8831b7);
|
|
|
|
|
|
var marker_846bd8e432b7a07ffcdc83cdbbb03ab0 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_51b8381d583ecf1541baacdd5b740ec5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_087cb5eba7406b4cc112ccabcca6543b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e02aa1b88a7d5f5e299cbd32e1fd557b = $(`<div id="html_e02aa1b88a7d5f5e299cbd32e1fd557b" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_087cb5eba7406b4cc112ccabcca6543b.setContent(html_e02aa1b88a7d5f5e299cbd32e1fd557b);
|
|
|
|
|
|
|
|
marker_846bd8e432b7a07ffcdc83cdbbb03ab0.bindPopup(popup_087cb5eba7406b4cc112ccabcca6543b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846bd8e432b7a07ffcdc83cdbbb03ab0.setIcon(icon_51b8381d583ecf1541baacdd5b740ec5);
|
|
|
|
|
|
var marker_2cecb886fb231fad6d18c209e1e700cd = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b130bd4b6da4ff0169ceaf996f17b185 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fd1d06ed53f5a9231c1d5118cb577da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4cc9190a13913dc3f0e40439d81f5dd = $(`<div id="html_a4cc9190a13913dc3f0e40439d81f5dd" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_4fd1d06ed53f5a9231c1d5118cb577da.setContent(html_a4cc9190a13913dc3f0e40439d81f5dd);
|
|
|
|
|
|
|
|
marker_2cecb886fb231fad6d18c209e1e700cd.bindPopup(popup_4fd1d06ed53f5a9231c1d5118cb577da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cecb886fb231fad6d18c209e1e700cd.setIcon(icon_b130bd4b6da4ff0169ceaf996f17b185);
|
|
|
|
|
|
var marker_e81e3cee2f090528c5302a17edd5fa0f = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_58ca9f7732027f13dd9942bdbfe18eef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e840697715e6afe3acc9f64561bf688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71455798802bff22dfefc890b94d6b4d = $(`<div id="html_71455798802bff22dfefc890b94d6b4d" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_9e840697715e6afe3acc9f64561bf688.setContent(html_71455798802bff22dfefc890b94d6b4d);
|
|
|
|
|
|
|
|
marker_e81e3cee2f090528c5302a17edd5fa0f.bindPopup(popup_9e840697715e6afe3acc9f64561bf688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e81e3cee2f090528c5302a17edd5fa0f.setIcon(icon_58ca9f7732027f13dd9942bdbfe18eef);
|
|
|
|
|
|
var marker_652776675870cb003eda2f35dc5f6e0b = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_acbee65ee83e26dbf456f8b7586a199c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98cfda875af2a9540ac071bb01abea6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_721125c1fb1882559516e0da2a2261ae = $(`<div id="html_721125c1fb1882559516e0da2a2261ae" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_98cfda875af2a9540ac071bb01abea6b.setContent(html_721125c1fb1882559516e0da2a2261ae);
|
|
|
|
|
|
|
|
marker_652776675870cb003eda2f35dc5f6e0b.bindPopup(popup_98cfda875af2a9540ac071bb01abea6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_652776675870cb003eda2f35dc5f6e0b.setIcon(icon_acbee65ee83e26dbf456f8b7586a199c);
|
|
|
|
|
|
var marker_d2b20dc1b93b5bdb5b3b53bc6fc4ef0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0defc094aaf38ac126940ae508987087 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f24faaf77aec4df8768b91a7a096d73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d17f7e5d9055afcdf640bad7dfb796c7 = $(`<div id="html_d17f7e5d9055afcdf640bad7dfb796c7" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_7f24faaf77aec4df8768b91a7a096d73.setContent(html_d17f7e5d9055afcdf640bad7dfb796c7);
|
|
|
|
|
|
|
|
marker_d2b20dc1b93b5bdb5b3b53bc6fc4ef0f.bindPopup(popup_7f24faaf77aec4df8768b91a7a096d73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2b20dc1b93b5bdb5b3b53bc6fc4ef0f.setIcon(icon_0defc094aaf38ac126940ae508987087);
|
|
|
|
|
|
var marker_74bd5b243004c8ab832d12f0747f2944 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6c000933e24e7e4930911811e17a7961 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c297eb8238d584403bb69a86fd198fbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efdaf6f2f37700746fd72c970b19c4d1 = $(`<div id="html_efdaf6f2f37700746fd72c970b19c4d1" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_c297eb8238d584403bb69a86fd198fbf.setContent(html_efdaf6f2f37700746fd72c970b19c4d1);
|
|
|
|
|
|
|
|
marker_74bd5b243004c8ab832d12f0747f2944.bindPopup(popup_c297eb8238d584403bb69a86fd198fbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74bd5b243004c8ab832d12f0747f2944.setIcon(icon_6c000933e24e7e4930911811e17a7961);
|
|
|
|
|
|
var marker_cff8ba8393d967fb724ac6856f5b5bec = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a138b2c0f6d10f55e0dcb99c211735d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5739ba38be2c08a86966a314b5c30b4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65cdd034d5f2e616300bef788b951bc = $(`<div id="html_b65cdd034d5f2e616300bef788b951bc" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_5739ba38be2c08a86966a314b5c30b4c.setContent(html_b65cdd034d5f2e616300bef788b951bc);
|
|
|
|
|
|
|
|
marker_cff8ba8393d967fb724ac6856f5b5bec.bindPopup(popup_5739ba38be2c08a86966a314b5c30b4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cff8ba8393d967fb724ac6856f5b5bec.setIcon(icon_a138b2c0f6d10f55e0dcb99c211735d6);
|
|
|
|
|
|
var marker_7062a4e2bba67192a2fbe484afbbe4b9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_182efff6965e5d8f953954f713747cc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4154605df0a299d70f10154cb5580dd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e0f7da56b3ac82ac9fabf719162dd6a = $(`<div id="html_1e0f7da56b3ac82ac9fabf719162dd6a" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_4154605df0a299d70f10154cb5580dd3.setContent(html_1e0f7da56b3ac82ac9fabf719162dd6a);
|
|
|
|
|
|
|
|
marker_7062a4e2bba67192a2fbe484afbbe4b9.bindPopup(popup_4154605df0a299d70f10154cb5580dd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7062a4e2bba67192a2fbe484afbbe4b9.setIcon(icon_182efff6965e5d8f953954f713747cc6);
|
|
|
|
|
|
var marker_adc1b72f2483d510fdad25d517f36139 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ab6062a3781e252e904fe7743c724925 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac083920c5db419d37fdcd31f1e77ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ca158156df50c4366d865a7292a7eac = $(`<div id="html_2ca158156df50c4366d865a7292a7eac" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_ac083920c5db419d37fdcd31f1e77ad8.setContent(html_2ca158156df50c4366d865a7292a7eac);
|
|
|
|
|
|
|
|
marker_adc1b72f2483d510fdad25d517f36139.bindPopup(popup_ac083920c5db419d37fdcd31f1e77ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adc1b72f2483d510fdad25d517f36139.setIcon(icon_ab6062a3781e252e904fe7743c724925);
|
|
|
|
|
|
var marker_a8030ca3fe8f3ceac39b2447219ce0b5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7d293a1e2367f406a899abca410c8fec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34c33a553dad78b2bf91d4bbeabb0de6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba244ab933af2c7f83b3869d77776dd = $(`<div id="html_3ba244ab933af2c7f83b3869d77776dd" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_34c33a553dad78b2bf91d4bbeabb0de6.setContent(html_3ba244ab933af2c7f83b3869d77776dd);
|
|
|
|
|
|
|
|
marker_a8030ca3fe8f3ceac39b2447219ce0b5.bindPopup(popup_34c33a553dad78b2bf91d4bbeabb0de6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8030ca3fe8f3ceac39b2447219ce0b5.setIcon(icon_7d293a1e2367f406a899abca410c8fec);
|
|
|
|
|
|
var marker_2729ba5a934017178bb3f531d1163c05 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b50e6283250ce829e0e543201e6b286a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ae9ff18df100425f05ad87936a3f5a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dfb16b680bd49f7bbebd9cf7702bed3 = $(`<div id="html_1dfb16b680bd49f7bbebd9cf7702bed3" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_0ae9ff18df100425f05ad87936a3f5a4.setContent(html_1dfb16b680bd49f7bbebd9cf7702bed3);
|
|
|
|
|
|
|
|
marker_2729ba5a934017178bb3f531d1163c05.bindPopup(popup_0ae9ff18df100425f05ad87936a3f5a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2729ba5a934017178bb3f531d1163c05.setIcon(icon_b50e6283250ce829e0e543201e6b286a);
|
|
|
|
|
|
var marker_0c00b3281d70e65b89a7cdfbc67a7bd6 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0d10fdc63485f0d0a605457bc009f44e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37e5aaeef36f4fc26480fd50754d424a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_082971a90864216ec0310a3ec550d5a4 = $(`<div id="html_082971a90864216ec0310a3ec550d5a4" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_37e5aaeef36f4fc26480fd50754d424a.setContent(html_082971a90864216ec0310a3ec550d5a4);
|
|
|
|
|
|
|
|
marker_0c00b3281d70e65b89a7cdfbc67a7bd6.bindPopup(popup_37e5aaeef36f4fc26480fd50754d424a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c00b3281d70e65b89a7cdfbc67a7bd6.setIcon(icon_0d10fdc63485f0d0a605457bc009f44e);
|
|
|
|
|
|
var marker_03d8da3c625740165f69ab0bcbb54127 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_7c34cbf708a1cd86a54b79446a8694b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c76e683d29694502921e74af7a31599 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_017e68eea24a9d86c5d2957dba711f0f = $(`<div id="html_017e68eea24a9d86c5d2957dba711f0f" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_2c76e683d29694502921e74af7a31599.setContent(html_017e68eea24a9d86c5d2957dba711f0f);
|
|
|
|
|
|
|
|
marker_03d8da3c625740165f69ab0bcbb54127.bindPopup(popup_2c76e683d29694502921e74af7a31599)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03d8da3c625740165f69ab0bcbb54127.setIcon(icon_7c34cbf708a1cd86a54b79446a8694b3);
|
|
|
|
|
|
var marker_80ebc685136dc5e6c95b3ff8542debe7 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0a4f4344d01f2bcfad2bd41d46033961 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9a68aa346ab224069eadc8fa20ef5dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3307dd9f8b89ed6a640c13f7a51e095 = $(`<div id="html_b3307dd9f8b89ed6a640c13f7a51e095" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_c9a68aa346ab224069eadc8fa20ef5dd.setContent(html_b3307dd9f8b89ed6a640c13f7a51e095);
|
|
|
|
|
|
|
|
marker_80ebc685136dc5e6c95b3ff8542debe7.bindPopup(popup_c9a68aa346ab224069eadc8fa20ef5dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80ebc685136dc5e6c95b3ff8542debe7.setIcon(icon_0a4f4344d01f2bcfad2bd41d46033961);
|
|
|
|
|
|
var marker_5aae2c844e8d9334d2a1d2cbbfba0883 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_da62fc155ae8efceef72d1f1651a9ab2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a79d00fc5f220b5c32cb8849d2e3ed01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0786bf842ddf2afd8b7c263f3d453e19 = $(`<div id="html_0786bf842ddf2afd8b7c263f3d453e19" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_a79d00fc5f220b5c32cb8849d2e3ed01.setContent(html_0786bf842ddf2afd8b7c263f3d453e19);
|
|
|
|
|
|
|
|
marker_5aae2c844e8d9334d2a1d2cbbfba0883.bindPopup(popup_a79d00fc5f220b5c32cb8849d2e3ed01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aae2c844e8d9334d2a1d2cbbfba0883.setIcon(icon_da62fc155ae8efceef72d1f1651a9ab2);
|
|
|
|
|
|
var marker_1b36d2e6569e104f07bbab5fdb5de674 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a315227702d1ecfd9fde90344afad78f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6e514fde273a57dd78142d571e5a120 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89dc3d0c84e59fefbb4a74d6e8b4992d = $(`<div id="html_89dc3d0c84e59fefbb4a74d6e8b4992d" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_f6e514fde273a57dd78142d571e5a120.setContent(html_89dc3d0c84e59fefbb4a74d6e8b4992d);
|
|
|
|
|
|
|
|
marker_1b36d2e6569e104f07bbab5fdb5de674.bindPopup(popup_f6e514fde273a57dd78142d571e5a120)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b36d2e6569e104f07bbab5fdb5de674.setIcon(icon_a315227702d1ecfd9fde90344afad78f);
|
|
|
|
|
|
var marker_ae154c7f52895440c058d14edef5448b = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_3b7ffd87f9d5731adad62286edc0142f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_999e2f8e8001feaf0248c9b2ba461937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_877c36c313596a8f93d41e9b438f1905 = $(`<div id="html_877c36c313596a8f93d41e9b438f1905" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_999e2f8e8001feaf0248c9b2ba461937.setContent(html_877c36c313596a8f93d41e9b438f1905);
|
|
|
|
|
|
|
|
marker_ae154c7f52895440c058d14edef5448b.bindPopup(popup_999e2f8e8001feaf0248c9b2ba461937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae154c7f52895440c058d14edef5448b.setIcon(icon_3b7ffd87f9d5731adad62286edc0142f);
|
|
|
|
|
|
var marker_c12f3176dbb91c9ef4ffec964f038f33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ecd4d73a93e20ef9d847316f00234b0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a4cb2d7eb2dcceeefde66cb5be5d6a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8649e8576b7759f63876406df3f8f9b9 = $(`<div id="html_8649e8576b7759f63876406df3f8f9b9" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_3a4cb2d7eb2dcceeefde66cb5be5d6a9.setContent(html_8649e8576b7759f63876406df3f8f9b9);
|
|
|
|
|
|
|
|
marker_c12f3176dbb91c9ef4ffec964f038f33.bindPopup(popup_3a4cb2d7eb2dcceeefde66cb5be5d6a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c12f3176dbb91c9ef4ffec964f038f33.setIcon(icon_ecd4d73a93e20ef9d847316f00234b0f);
|
|
|
|
|
|
var marker_15a698e5890746462b8e35bb62fa715f = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b9e951e927052ca3dd10c00d1f36db4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28ce63893f9a80ef0c5bed38c2bf553a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d3ea1e7bd4db85fed3fa947eec2b55 = $(`<div id="html_c6d3ea1e7bd4db85fed3fa947eec2b55" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_28ce63893f9a80ef0c5bed38c2bf553a.setContent(html_c6d3ea1e7bd4db85fed3fa947eec2b55);
|
|
|
|
|
|
|
|
marker_15a698e5890746462b8e35bb62fa715f.bindPopup(popup_28ce63893f9a80ef0c5bed38c2bf553a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15a698e5890746462b8e35bb62fa715f.setIcon(icon_b9e951e927052ca3dd10c00d1f36db4c);
|
|
|
|
|
|
var marker_dd7ef880f1b1c43154c9ec741d17d5de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_9894f2cd27f77bce40bb9ff786c37092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d546564e76dc60bfdeb46b90b02ca5a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5eb28027b9e79da083b2f732d1a7d167 = $(`<div id="html_5eb28027b9e79da083b2f732d1a7d167" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_d546564e76dc60bfdeb46b90b02ca5a6.setContent(html_5eb28027b9e79da083b2f732d1a7d167);
|
|
|
|
|
|
|
|
marker_dd7ef880f1b1c43154c9ec741d17d5de.bindPopup(popup_d546564e76dc60bfdeb46b90b02ca5a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd7ef880f1b1c43154c9ec741d17d5de.setIcon(icon_9894f2cd27f77bce40bb9ff786c37092);
|
|
|
|
|
|
var marker_7f6662b864d4f84d13425b5d22518c47 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_621400123b6f3af4b0a7c42f8c6aae4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b35a368acb95d329bcef39e74230d94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_284f4f80e6c623b0d4406efaabee9f92 = $(`<div id="html_284f4f80e6c623b0d4406efaabee9f92" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_7b35a368acb95d329bcef39e74230d94.setContent(html_284f4f80e6c623b0d4406efaabee9f92);
|
|
|
|
|
|
|
|
marker_7f6662b864d4f84d13425b5d22518c47.bindPopup(popup_7b35a368acb95d329bcef39e74230d94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6662b864d4f84d13425b5d22518c47.setIcon(icon_621400123b6f3af4b0a7c42f8c6aae4a);
|
|
|
|
|
|
var marker_83d4b54e448390c7614a86d05cfbac0b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c90bb5b181639414a4e3eaa687e7ba96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c441831c918161687bdb4e2a48a27b8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b413f1b0fa638a1cab5913219260b3c = $(`<div id="html_2b413f1b0fa638a1cab5913219260b3c" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_c441831c918161687bdb4e2a48a27b8c.setContent(html_2b413f1b0fa638a1cab5913219260b3c);
|
|
|
|
|
|
|
|
marker_83d4b54e448390c7614a86d05cfbac0b.bindPopup(popup_c441831c918161687bdb4e2a48a27b8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83d4b54e448390c7614a86d05cfbac0b.setIcon(icon_c90bb5b181639414a4e3eaa687e7ba96);
|
|
|
|
|
|
var marker_146e35bea78fe9cd77d2b276fcdf21ff = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d5fb231910d01e51c19f91f18aef0f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d62b907346c26070c43dc9b24d7691d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e03cba70971712ca5f20df3c830e0bf7 = $(`<div id="html_e03cba70971712ca5f20df3c830e0bf7" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_0d62b907346c26070c43dc9b24d7691d.setContent(html_e03cba70971712ca5f20df3c830e0bf7);
|
|
|
|
|
|
|
|
marker_146e35bea78fe9cd77d2b276fcdf21ff.bindPopup(popup_0d62b907346c26070c43dc9b24d7691d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_146e35bea78fe9cd77d2b276fcdf21ff.setIcon(icon_d5fb231910d01e51c19f91f18aef0f9d);
|
|
|
|
|
|
var marker_1e8f35bda31f022ba93f3a6c50602f81 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_eb5a6f248cea2a9fd9635911fff16b28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_148daf62ece748ca2a7f7a1786ced57f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4c500b57db4c2f11207a6474592a860 = $(`<div id="html_c4c500b57db4c2f11207a6474592a860" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_148daf62ece748ca2a7f7a1786ced57f.setContent(html_c4c500b57db4c2f11207a6474592a860);
|
|
|
|
|
|
|
|
marker_1e8f35bda31f022ba93f3a6c50602f81.bindPopup(popup_148daf62ece748ca2a7f7a1786ced57f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e8f35bda31f022ba93f3a6c50602f81.setIcon(icon_eb5a6f248cea2a9fd9635911fff16b28);
|
|
|
|
|
|
var marker_bec296eaf6429e8d561ac1fa1173a57d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c8ecf265dd725a4c2ae9da27fbe5c138 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81823147c1e868fe84493ac03d05423f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a8fea40199f64c5fc8d523ac7851f0e = $(`<div id="html_3a8fea40199f64c5fc8d523ac7851f0e" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_81823147c1e868fe84493ac03d05423f.setContent(html_3a8fea40199f64c5fc8d523ac7851f0e);
|
|
|
|
|
|
|
|
marker_bec296eaf6429e8d561ac1fa1173a57d.bindPopup(popup_81823147c1e868fe84493ac03d05423f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bec296eaf6429e8d561ac1fa1173a57d.setIcon(icon_c8ecf265dd725a4c2ae9da27fbe5c138);
|
|
|
|
|
|
var marker_df5b1067da6fc425740f974326aa4522 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_1972e7171529d9a417568f62ba2ee7a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0369f6e5fd2901303535a1a4f0e5624 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0960441492ffdc0b3edbf2ed60eba0dd = $(`<div id="html_0960441492ffdc0b3edbf2ed60eba0dd" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_a0369f6e5fd2901303535a1a4f0e5624.setContent(html_0960441492ffdc0b3edbf2ed60eba0dd);
|
|
|
|
|
|
|
|
marker_df5b1067da6fc425740f974326aa4522.bindPopup(popup_a0369f6e5fd2901303535a1a4f0e5624)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df5b1067da6fc425740f974326aa4522.setIcon(icon_1972e7171529d9a417568f62ba2ee7a9);
|
|
|
|
|
|
var marker_cfb3c92d6d64d75e08b13dd9d00b4e14 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6ebc11b29104c4dbadf3f82cc0fc88d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bef36b8ad3ae1b787b3151f74911a85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1233bd625082cb301d05a73e501b3e6b = $(`<div id="html_1233bd625082cb301d05a73e501b3e6b" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_0bef36b8ad3ae1b787b3151f74911a85.setContent(html_1233bd625082cb301d05a73e501b3e6b);
|
|
|
|
|
|
|
|
marker_cfb3c92d6d64d75e08b13dd9d00b4e14.bindPopup(popup_0bef36b8ad3ae1b787b3151f74911a85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfb3c92d6d64d75e08b13dd9d00b4e14.setIcon(icon_6ebc11b29104c4dbadf3f82cc0fc88d8);
|
|
|
|
|
|
var marker_37607ee88e8cbd619b55594490c9c671 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_ed4d2ba8710b46b942b1b6b6d633562f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42c04665c1e402a44a3d66b1bdd280f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76531653679430107310b64467445e02 = $(`<div id="html_76531653679430107310b64467445e02" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_42c04665c1e402a44a3d66b1bdd280f8.setContent(html_76531653679430107310b64467445e02);
|
|
|
|
|
|
|
|
marker_37607ee88e8cbd619b55594490c9c671.bindPopup(popup_42c04665c1e402a44a3d66b1bdd280f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37607ee88e8cbd619b55594490c9c671.setIcon(icon_ed4d2ba8710b46b942b1b6b6d633562f);
|
|
|
|
|
|
var marker_e0754bebca9df5d73753dcd6cc4e6e89 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a2d0f2dc448390dcab16a86089f25111 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e57d8192d8ef171085b5ff59aaca99c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27b2dfbcd5186c4f41985ff537208d4d = $(`<div id="html_27b2dfbcd5186c4f41985ff537208d4d" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_8e57d8192d8ef171085b5ff59aaca99c.setContent(html_27b2dfbcd5186c4f41985ff537208d4d);
|
|
|
|
|
|
|
|
marker_e0754bebca9df5d73753dcd6cc4e6e89.bindPopup(popup_8e57d8192d8ef171085b5ff59aaca99c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0754bebca9df5d73753dcd6cc4e6e89.setIcon(icon_a2d0f2dc448390dcab16a86089f25111);
|
|
|
|
|
|
var marker_1ca482351a006469cd62be5013055207 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_62f30e56b05d5cb29c2af8f699c633a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_895084bf7e5a4f40a777040752064683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fecea1e36b6b181ceae087291a43b9a8 = $(`<div id="html_fecea1e36b6b181ceae087291a43b9a8" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_895084bf7e5a4f40a777040752064683.setContent(html_fecea1e36b6b181ceae087291a43b9a8);
|
|
|
|
|
|
|
|
marker_1ca482351a006469cd62be5013055207.bindPopup(popup_895084bf7e5a4f40a777040752064683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ca482351a006469cd62be5013055207.setIcon(icon_62f30e56b05d5cb29c2af8f699c633a4);
|
|
|
|
|
|
var marker_ffad1c57ccce17c96deba6076ab3efd5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_5ed34ff4c7101fa04ce5d15fe93e7894 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_337ba0e7d08817e7b2755b67868bfcf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b48417aee3962a5d92e058b721159bd = $(`<div id="html_7b48417aee3962a5d92e058b721159bd" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_337ba0e7d08817e7b2755b67868bfcf1.setContent(html_7b48417aee3962a5d92e058b721159bd);
|
|
|
|
|
|
|
|
marker_ffad1c57ccce17c96deba6076ab3efd5.bindPopup(popup_337ba0e7d08817e7b2755b67868bfcf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffad1c57ccce17c96deba6076ab3efd5.setIcon(icon_5ed34ff4c7101fa04ce5d15fe93e7894);
|
|
|
|
|
|
var marker_7408309a3bc7e9673fa41dcba1c7d54e = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_37ff52179aaa98e2029543b8f0fa79c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62deff5c6e06e3b59b3ee23b63e1d94b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c2b30244da3bee5aa0fd02462ee8fbf = $(`<div id="html_2c2b30244da3bee5aa0fd02462ee8fbf" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_62deff5c6e06e3b59b3ee23b63e1d94b.setContent(html_2c2b30244da3bee5aa0fd02462ee8fbf);
|
|
|
|
|
|
|
|
marker_7408309a3bc7e9673fa41dcba1c7d54e.bindPopup(popup_62deff5c6e06e3b59b3ee23b63e1d94b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7408309a3bc7e9673fa41dcba1c7d54e.setIcon(icon_37ff52179aaa98e2029543b8f0fa79c5);
|
|
|
|
|
|
var marker_d480b86038498f321d5bf997e4bc091c = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_563227a22cfa9e4a6c42111f738e4857 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a62c8e1bfc810aad6e6a96b97529d294 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4040fd32e3658d50a8890596055accb7 = $(`<div id="html_4040fd32e3658d50a8890596055accb7" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_a62c8e1bfc810aad6e6a96b97529d294.setContent(html_4040fd32e3658d50a8890596055accb7);
|
|
|
|
|
|
|
|
marker_d480b86038498f321d5bf997e4bc091c.bindPopup(popup_a62c8e1bfc810aad6e6a96b97529d294)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d480b86038498f321d5bf997e4bc091c.setIcon(icon_563227a22cfa9e4a6c42111f738e4857);
|
|
|
|
|
|
var marker_2f94e4e52c438c568493744562049059 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b8ef38aafdc7ef3658e7601a1a436065 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1445e546897b62bbd8f629653144447c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43a718897c491bca06623c84a950a4ea = $(`<div id="html_43a718897c491bca06623c84a950a4ea" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_1445e546897b62bbd8f629653144447c.setContent(html_43a718897c491bca06623c84a950a4ea);
|
|
|
|
|
|
|
|
marker_2f94e4e52c438c568493744562049059.bindPopup(popup_1445e546897b62bbd8f629653144447c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f94e4e52c438c568493744562049059.setIcon(icon_b8ef38aafdc7ef3658e7601a1a436065);
|
|
|
|
|
|
var marker_794fc4b3014c2684d90fbd5b358aca18 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c5c5810d46cf6b17289f7672029e3d66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aadba2e67e9787fc2677217fcaf4c8fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0937467feaaf2ef772d8ca41bb0a1a50 = $(`<div id="html_0937467feaaf2ef772d8ca41bb0a1a50" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_aadba2e67e9787fc2677217fcaf4c8fd.setContent(html_0937467feaaf2ef772d8ca41bb0a1a50);
|
|
|
|
|
|
|
|
marker_794fc4b3014c2684d90fbd5b358aca18.bindPopup(popup_aadba2e67e9787fc2677217fcaf4c8fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_794fc4b3014c2684d90fbd5b358aca18.setIcon(icon_c5c5810d46cf6b17289f7672029e3d66);
|
|
|
|
|
|
var marker_4b3ea5c49c4b3bc49c42410575948631 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_3d0e995fe243567fb7c6d2e557fc81a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48dacfdee71e47ac9d835def9e730df3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c52c5b9c46d089f75f4d5eed29bf67a2 = $(`<div id="html_c52c5b9c46d089f75f4d5eed29bf67a2" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_48dacfdee71e47ac9d835def9e730df3.setContent(html_c52c5b9c46d089f75f4d5eed29bf67a2);
|
|
|
|
|
|
|
|
marker_4b3ea5c49c4b3bc49c42410575948631.bindPopup(popup_48dacfdee71e47ac9d835def9e730df3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b3ea5c49c4b3bc49c42410575948631.setIcon(icon_3d0e995fe243567fb7c6d2e557fc81a6);
|
|
|
|
|
|
var marker_78d059f4f7234a66a603bbb3a1057940 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d5e225ad133b4445c1f75b344b4d439f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_063892c7fab94c5912aea004a6b4a6ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9def7b1b772541ec9c13ef0fc0bbbace = $(`<div id="html_9def7b1b772541ec9c13ef0fc0bbbace" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_063892c7fab94c5912aea004a6b4a6ab.setContent(html_9def7b1b772541ec9c13ef0fc0bbbace);
|
|
|
|
|
|
|
|
marker_78d059f4f7234a66a603bbb3a1057940.bindPopup(popup_063892c7fab94c5912aea004a6b4a6ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78d059f4f7234a66a603bbb3a1057940.setIcon(icon_d5e225ad133b4445c1f75b344b4d439f);
|
|
|
|
|
|
var marker_e8bd224771e1c8c20be49a1569f7e2f6 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c2a5c2cbd8f6a77424b32bf4bbaa297c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba2d8614a1546de61f5bea22f1062cc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59c376952a8010d4eb60ca8328a96af9 = $(`<div id="html_59c376952a8010d4eb60ca8328a96af9" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_ba2d8614a1546de61f5bea22f1062cc5.setContent(html_59c376952a8010d4eb60ca8328a96af9);
|
|
|
|
|
|
|
|
marker_e8bd224771e1c8c20be49a1569f7e2f6.bindPopup(popup_ba2d8614a1546de61f5bea22f1062cc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8bd224771e1c8c20be49a1569f7e2f6.setIcon(icon_c2a5c2cbd8f6a77424b32bf4bbaa297c);
|
|
|
|
|
|
var marker_15ef6a468b2224b8a32a34ed3005aafd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b1bef133c8fab5a22a94dc9a155b8921 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaf847bd3139810b4cf97ddf6c655027 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0eea41b037ff921a459ac812d6caa17a = $(`<div id="html_0eea41b037ff921a459ac812d6caa17a" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_eaf847bd3139810b4cf97ddf6c655027.setContent(html_0eea41b037ff921a459ac812d6caa17a);
|
|
|
|
|
|
|
|
marker_15ef6a468b2224b8a32a34ed3005aafd.bindPopup(popup_eaf847bd3139810b4cf97ddf6c655027)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15ef6a468b2224b8a32a34ed3005aafd.setIcon(icon_b1bef133c8fab5a22a94dc9a155b8921);
|
|
|
|
|
|
var marker_548dd3212d1c9fb9fd00b925765b14e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b79ef6dc1ebb9a083c403f411d16e101 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c95b3022c9dfc0d3adcad8bdf51d0e2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_877ccddc98a39dcfc83ca0120c24202f = $(`<div id="html_877ccddc98a39dcfc83ca0120c24202f" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_c95b3022c9dfc0d3adcad8bdf51d0e2f.setContent(html_877ccddc98a39dcfc83ca0120c24202f);
|
|
|
|
|
|
|
|
marker_548dd3212d1c9fb9fd00b925765b14e6.bindPopup(popup_c95b3022c9dfc0d3adcad8bdf51d0e2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_548dd3212d1c9fb9fd00b925765b14e6.setIcon(icon_b79ef6dc1ebb9a083c403f411d16e101);
|
|
|
|
|
|
var marker_5d56d03166afa795a1c6b2eb9aee6e60 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_1c8f0a584ee2c95debcee8600e026358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ddba5679a404f0b7dcaa471c1b22f11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4269d9b6db96097dff73747fbb803638 = $(`<div id="html_4269d9b6db96097dff73747fbb803638" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_9ddba5679a404f0b7dcaa471c1b22f11.setContent(html_4269d9b6db96097dff73747fbb803638);
|
|
|
|
|
|
|
|
marker_5d56d03166afa795a1c6b2eb9aee6e60.bindPopup(popup_9ddba5679a404f0b7dcaa471c1b22f11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d56d03166afa795a1c6b2eb9aee6e60.setIcon(icon_1c8f0a584ee2c95debcee8600e026358);
|
|
|
|
|
|
var marker_c1f6136eca65d25ecaf21bd9b2ae14f7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_8f0931fb221edbd112325888a0c4bd90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e4f8380ca7f8dd6e15bd62e60f8303f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3595b4bde50f808a97f4f09c12957eb = $(`<div id="html_d3595b4bde50f808a97f4f09c12957eb" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_7e4f8380ca7f8dd6e15bd62e60f8303f.setContent(html_d3595b4bde50f808a97f4f09c12957eb);
|
|
|
|
|
|
|
|
marker_c1f6136eca65d25ecaf21bd9b2ae14f7.bindPopup(popup_7e4f8380ca7f8dd6e15bd62e60f8303f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1f6136eca65d25ecaf21bd9b2ae14f7.setIcon(icon_8f0931fb221edbd112325888a0c4bd90);
|
|
|
|
|
|
var marker_e7956801ff3941360cc214db18b1c647 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_30be13ac79a0d4c7c205e0755180ecc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34c52b5429864f689f2d3d8532d28a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3b38aa3f98d334a4364bc30265d1951 = $(`<div id="html_b3b38aa3f98d334a4364bc30265d1951" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_34c52b5429864f689f2d3d8532d28a6d.setContent(html_b3b38aa3f98d334a4364bc30265d1951);
|
|
|
|
|
|
|
|
marker_e7956801ff3941360cc214db18b1c647.bindPopup(popup_34c52b5429864f689f2d3d8532d28a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7956801ff3941360cc214db18b1c647.setIcon(icon_30be13ac79a0d4c7c205e0755180ecc8);
|
|
|
|
|
|
var marker_001f300e65648eb1cdb241e80e39509c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_50aa4621fb4dab05ee92a42a0bcadf40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e20ceeccfb4a5ce76640f7af39cfc6d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5aada3a7cad1acd76186bc545ea1970a = $(`<div id="html_5aada3a7cad1acd76186bc545ea1970a" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_e20ceeccfb4a5ce76640f7af39cfc6d1.setContent(html_5aada3a7cad1acd76186bc545ea1970a);
|
|
|
|
|
|
|
|
marker_001f300e65648eb1cdb241e80e39509c.bindPopup(popup_e20ceeccfb4a5ce76640f7af39cfc6d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_001f300e65648eb1cdb241e80e39509c.setIcon(icon_50aa4621fb4dab05ee92a42a0bcadf40);
|
|
|
|
|
|
var marker_4828efff4a43cb403008a2000b5aeb6c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_10b68ed51ae5b13c57e78af71c8219c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b11ab45a3c2434ba12c23ef92d664c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e56f84cb256d97f5a7f83101c993c7a = $(`<div id="html_1e56f84cb256d97f5a7f83101c993c7a" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_17b11ab45a3c2434ba12c23ef92d664c.setContent(html_1e56f84cb256d97f5a7f83101c993c7a);
|
|
|
|
|
|
|
|
marker_4828efff4a43cb403008a2000b5aeb6c.bindPopup(popup_17b11ab45a3c2434ba12c23ef92d664c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4828efff4a43cb403008a2000b5aeb6c.setIcon(icon_10b68ed51ae5b13c57e78af71c8219c2);
|
|
|
|
|
|
var marker_36882334e453f871ceec19ac4d7d0a1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_bdc40d73e85c0b80deb126f93ea0ba08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78a445dadbcd1243a29daf7931568cf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_185d1a6bb86a439b797c10a33ae5dbe8 = $(`<div id="html_185d1a6bb86a439b797c10a33ae5dbe8" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_78a445dadbcd1243a29daf7931568cf2.setContent(html_185d1a6bb86a439b797c10a33ae5dbe8);
|
|
|
|
|
|
|
|
marker_36882334e453f871ceec19ac4d7d0a1d.bindPopup(popup_78a445dadbcd1243a29daf7931568cf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36882334e453f871ceec19ac4d7d0a1d.setIcon(icon_bdc40d73e85c0b80deb126f93ea0ba08);
|
|
|
|
|
|
var marker_5350cf589e33b02b24912a2902f29a0a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_c7f34dea54642862cd0204a7fe31e81b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6506a86946c8fd448f492e6e5e45b40f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_064f03712fe6da19605328f72c5dcd6b = $(`<div id="html_064f03712fe6da19605328f72c5dcd6b" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_6506a86946c8fd448f492e6e5e45b40f.setContent(html_064f03712fe6da19605328f72c5dcd6b);
|
|
|
|
|
|
|
|
marker_5350cf589e33b02b24912a2902f29a0a.bindPopup(popup_6506a86946c8fd448f492e6e5e45b40f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5350cf589e33b02b24912a2902f29a0a.setIcon(icon_c7f34dea54642862cd0204a7fe31e81b);
|
|
|
|
|
|
var marker_ae2d01d3a1acbf2d94a6379b68e5a663 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_45d30d9eb28cf82da76717562b622c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d962bace40d6e631133247ac39ba5d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_182a3fad722d915c0729a78e3612ad95 = $(`<div id="html_182a3fad722d915c0729a78e3612ad95" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_1d962bace40d6e631133247ac39ba5d8.setContent(html_182a3fad722d915c0729a78e3612ad95);
|
|
|
|
|
|
|
|
marker_ae2d01d3a1acbf2d94a6379b68e5a663.bindPopup(popup_1d962bace40d6e631133247ac39ba5d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae2d01d3a1acbf2d94a6379b68e5a663.setIcon(icon_45d30d9eb28cf82da76717562b622c0c);
|
|
|
|
|
|
var marker_8139ec8e479c90f728db28c00941842d = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_1eb346edbb4e78d2944469a396d63a4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e1ae7b0b5c27aa6c9faa6452a288c3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40c7d6409b787dcec413b37c83f54b5d = $(`<div id="html_40c7d6409b787dcec413b37c83f54b5d" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_7e1ae7b0b5c27aa6c9faa6452a288c3e.setContent(html_40c7d6409b787dcec413b37c83f54b5d);
|
|
|
|
|
|
|
|
marker_8139ec8e479c90f728db28c00941842d.bindPopup(popup_7e1ae7b0b5c27aa6c9faa6452a288c3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8139ec8e479c90f728db28c00941842d.setIcon(icon_1eb346edbb4e78d2944469a396d63a4c);
|
|
|
|
|
|
var marker_e57d208c539b1ac73d6343f90c3c478d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_2a396e0462b669203db09ba8dee12232 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee57066a4bd828240d8338a7bfa67764 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f321e7a659f098e537ed1d008c59711 = $(`<div id="html_3f321e7a659f098e537ed1d008c59711" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_ee57066a4bd828240d8338a7bfa67764.setContent(html_3f321e7a659f098e537ed1d008c59711);
|
|
|
|
|
|
|
|
marker_e57d208c539b1ac73d6343f90c3c478d.bindPopup(popup_ee57066a4bd828240d8338a7bfa67764)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e57d208c539b1ac73d6343f90c3c478d.setIcon(icon_2a396e0462b669203db09ba8dee12232);
|
|
|
|
|
|
var marker_f22e3958e02df59e6e48ea9e4c76a163 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_07129c4271079d344efd81af281d5701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f492d32caf3765b9ac19de2bda99b363 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84f7db5e5d33774acf14d2d4d2369ec2 = $(`<div id="html_84f7db5e5d33774acf14d2d4d2369ec2" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_f492d32caf3765b9ac19de2bda99b363.setContent(html_84f7db5e5d33774acf14d2d4d2369ec2);
|
|
|
|
|
|
|
|
marker_f22e3958e02df59e6e48ea9e4c76a163.bindPopup(popup_f492d32caf3765b9ac19de2bda99b363)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f22e3958e02df59e6e48ea9e4c76a163.setIcon(icon_07129c4271079d344efd81af281d5701);
|
|
|
|
|
|
var marker_59d4843e97c442930a3a18f327228d96 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_da0b8b7bdc6d18eacb6883ea2705b81b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3b095332d6c55d711c160748bafdd00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1359181fd6de879cf4289edc531db590 = $(`<div id="html_1359181fd6de879cf4289edc531db590" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_f3b095332d6c55d711c160748bafdd00.setContent(html_1359181fd6de879cf4289edc531db590);
|
|
|
|
|
|
|
|
marker_59d4843e97c442930a3a18f327228d96.bindPopup(popup_f3b095332d6c55d711c160748bafdd00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59d4843e97c442930a3a18f327228d96.setIcon(icon_da0b8b7bdc6d18eacb6883ea2705b81b);
|
|
|
|
|
|
var marker_7855c0ee10223a6c6c47b44b0b3bda45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d59129950e0e0bdae8d8addf5ee23fb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db3d1239ffb5522bc39c2c4b35d4d336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5804c8f4dca11ed231899bf7f51704eb = $(`<div id="html_5804c8f4dca11ed231899bf7f51704eb" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_db3d1239ffb5522bc39c2c4b35d4d336.setContent(html_5804c8f4dca11ed231899bf7f51704eb);
|
|
|
|
|
|
|
|
marker_7855c0ee10223a6c6c47b44b0b3bda45.bindPopup(popup_db3d1239ffb5522bc39c2c4b35d4d336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7855c0ee10223a6c6c47b44b0b3bda45.setIcon(icon_d59129950e0e0bdae8d8addf5ee23fb0);
|
|
|
|
|
|
var marker_0efa478374cffc5c6d5fc815f3afdfa1 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_e478e58250757819ec20bb3e3472613e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c77af6a7e958e60f9d7a84e1574d3c0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdcfb40ed3614c6a9120f90bbf33c023 = $(`<div id="html_fdcfb40ed3614c6a9120f90bbf33c023" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_c77af6a7e958e60f9d7a84e1574d3c0b.setContent(html_fdcfb40ed3614c6a9120f90bbf33c023);
|
|
|
|
|
|
|
|
marker_0efa478374cffc5c6d5fc815f3afdfa1.bindPopup(popup_c77af6a7e958e60f9d7a84e1574d3c0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0efa478374cffc5c6d5fc815f3afdfa1.setIcon(icon_e478e58250757819ec20bb3e3472613e);
|
|
|
|
|
|
var marker_e783d448c921a3e15740cef4b2c57e6b = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b417f82bc1ee7109f8dc3be342832ea3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b5b71abe8ec99cc471b5b3ac36f34eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec1a32d9a7b0696d0bc28db171607ea9 = $(`<div id="html_ec1a32d9a7b0696d0bc28db171607ea9" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_9b5b71abe8ec99cc471b5b3ac36f34eb.setContent(html_ec1a32d9a7b0696d0bc28db171607ea9);
|
|
|
|
|
|
|
|
marker_e783d448c921a3e15740cef4b2c57e6b.bindPopup(popup_9b5b71abe8ec99cc471b5b3ac36f34eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e783d448c921a3e15740cef4b2c57e6b.setIcon(icon_b417f82bc1ee7109f8dc3be342832ea3);
|
|
|
|
|
|
var marker_7aa3c6f726c9f04331a2912f0c93e0db = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_340264d1daab0fbabe5288d33a824518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b589c4f1e25c8903b9dc5aa5170784 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec91537064391cf5eab85895f5cffad9 = $(`<div id="html_ec91537064391cf5eab85895f5cffad9" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_83b589c4f1e25c8903b9dc5aa5170784.setContent(html_ec91537064391cf5eab85895f5cffad9);
|
|
|
|
|
|
|
|
marker_7aa3c6f726c9f04331a2912f0c93e0db.bindPopup(popup_83b589c4f1e25c8903b9dc5aa5170784)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7aa3c6f726c9f04331a2912f0c93e0db.setIcon(icon_340264d1daab0fbabe5288d33a824518);
|
|
|
|
|
|
var marker_4cec27157f7125e2f435d129b807240e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_91a11cbbd1fa6bab143ebd3bf7696428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75c0f225e0a66506decbf87046549430 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3ea73442708cab071d931eeacfc02b9 = $(`<div id="html_e3ea73442708cab071d931eeacfc02b9" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_75c0f225e0a66506decbf87046549430.setContent(html_e3ea73442708cab071d931eeacfc02b9);
|
|
|
|
|
|
|
|
marker_4cec27157f7125e2f435d129b807240e.bindPopup(popup_75c0f225e0a66506decbf87046549430)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cec27157f7125e2f435d129b807240e.setIcon(icon_91a11cbbd1fa6bab143ebd3bf7696428);
|
|
|
|
|
|
var marker_3ac3a88ddf9b422260ed4976ccd07285 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_faa4d60d5ae9ba59c7c3a6958f371cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1430cc85a86cf5e784ff0e15b48c8e81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3c07f4d0b45c80b75d043797fa93330 = $(`<div id="html_b3c07f4d0b45c80b75d043797fa93330" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_1430cc85a86cf5e784ff0e15b48c8e81.setContent(html_b3c07f4d0b45c80b75d043797fa93330);
|
|
|
|
|
|
|
|
marker_3ac3a88ddf9b422260ed4976ccd07285.bindPopup(popup_1430cc85a86cf5e784ff0e15b48c8e81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ac3a88ddf9b422260ed4976ccd07285.setIcon(icon_faa4d60d5ae9ba59c7c3a6958f371cab);
|
|
|
|
|
|
var marker_c1bd7f04cdb44a71b51ecab94130d502 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_25acf294f3cc259b8c3261ed68994e9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04e149e3857e42ad6a768af1efc6b297 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38035ec5d23e7bd030f383fc896542ed = $(`<div id="html_38035ec5d23e7bd030f383fc896542ed" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_04e149e3857e42ad6a768af1efc6b297.setContent(html_38035ec5d23e7bd030f383fc896542ed);
|
|
|
|
|
|
|
|
marker_c1bd7f04cdb44a71b51ecab94130d502.bindPopup(popup_04e149e3857e42ad6a768af1efc6b297)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1bd7f04cdb44a71b51ecab94130d502.setIcon(icon_25acf294f3cc259b8c3261ed68994e9f);
|
|
|
|
|
|
var marker_98aa2fc4854b63e1848bbb5eb16f400b = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_22d487d57934f6a8bd33bdecd78bc457 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8fde83c5bb3eeb0701d731a1cea06ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b89878ebe97f06fe0324aa0c55b88d74 = $(`<div id="html_b89878ebe97f06fe0324aa0c55b88d74" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_e8fde83c5bb3eeb0701d731a1cea06ae.setContent(html_b89878ebe97f06fe0324aa0c55b88d74);
|
|
|
|
|
|
|
|
marker_98aa2fc4854b63e1848bbb5eb16f400b.bindPopup(popup_e8fde83c5bb3eeb0701d731a1cea06ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98aa2fc4854b63e1848bbb5eb16f400b.setIcon(icon_22d487d57934f6a8bd33bdecd78bc457);
|
|
|
|
|
|
var marker_9701ccdea6c41d86a6a7d6da9c92694b = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_d05c37de918a99b6fad11329d0cc4867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fefad78254f72b7a5c97405d7906cbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a94efc218d1aaa2c5c6655d92639ece = $(`<div id="html_5a94efc218d1aaa2c5c6655d92639ece" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_3fefad78254f72b7a5c97405d7906cbe.setContent(html_5a94efc218d1aaa2c5c6655d92639ece);
|
|
|
|
|
|
|
|
marker_9701ccdea6c41d86a6a7d6da9c92694b.bindPopup(popup_3fefad78254f72b7a5c97405d7906cbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9701ccdea6c41d86a6a7d6da9c92694b.setIcon(icon_d05c37de918a99b6fad11329d0cc4867);
|
|
|
|
|
|
var marker_0476bbbf7eb6a38d4af954ae78b92774 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_a5434f4a2c3015b5a920b93a75a8a83f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_768b32b3542b3dacb8fd435d102128c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbb144509ca7a3e5189d484b6e03d082 = $(`<div id="html_bbb144509ca7a3e5189d484b6e03d082" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_768b32b3542b3dacb8fd435d102128c5.setContent(html_bbb144509ca7a3e5189d484b6e03d082);
|
|
|
|
|
|
|
|
marker_0476bbbf7eb6a38d4af954ae78b92774.bindPopup(popup_768b32b3542b3dacb8fd435d102128c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0476bbbf7eb6a38d4af954ae78b92774.setIcon(icon_a5434f4a2c3015b5a920b93a75a8a83f);
|
|
|
|
|
|
var marker_822b7b6e74700fec5c43e63dadc05c75 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_10ba19d1a127aad1888cabae0dca0818 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1df9371db3fa9380c18ebc2abc36f30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_533f622bccce55236adaeadb16a20721 = $(`<div id="html_533f622bccce55236adaeadb16a20721" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_c1df9371db3fa9380c18ebc2abc36f30.setContent(html_533f622bccce55236adaeadb16a20721);
|
|
|
|
|
|
|
|
marker_822b7b6e74700fec5c43e63dadc05c75.bindPopup(popup_c1df9371db3fa9380c18ebc2abc36f30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822b7b6e74700fec5c43e63dadc05c75.setIcon(icon_10ba19d1a127aad1888cabae0dca0818);
|
|
|
|
|
|
var marker_5b07b73812c9f95b15ca408b9f051590 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_25a6b1770b6a4ccf511b18f7d15f4dde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff7c647f69f03dec9db809322122d169 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_904bcd49cd3ccb7749b7fec49539f87b = $(`<div id="html_904bcd49cd3ccb7749b7fec49539f87b" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_ff7c647f69f03dec9db809322122d169.setContent(html_904bcd49cd3ccb7749b7fec49539f87b);
|
|
|
|
|
|
|
|
marker_5b07b73812c9f95b15ca408b9f051590.bindPopup(popup_ff7c647f69f03dec9db809322122d169)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b07b73812c9f95b15ca408b9f051590.setIcon(icon_25a6b1770b6a4ccf511b18f7d15f4dde);
|
|
|
|
|
|
var marker_f712506cf964588ad71441aacd73ed0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_3b2a3bfa6361adf0babba0f3aaa284dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63cafd246520e64fee8b88934a5bafc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_576295e0a322290a4106a55eab3c00b2 = $(`<div id="html_576295e0a322290a4106a55eab3c00b2" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_63cafd246520e64fee8b88934a5bafc0.setContent(html_576295e0a322290a4106a55eab3c00b2);
|
|
|
|
|
|
|
|
marker_f712506cf964588ad71441aacd73ed0f.bindPopup(popup_63cafd246520e64fee8b88934a5bafc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f712506cf964588ad71441aacd73ed0f.setIcon(icon_3b2a3bfa6361adf0babba0f3aaa284dc);
|
|
|
|
|
|
var marker_af45226b608157d545484e6b43644ebc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6af5f3beb4074d64324453f1aec0d854 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adddaf6dc2fcdb153c7ca081cfd3848f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fa3c234a45ddbf7170133688290f76e = $(`<div id="html_5fa3c234a45ddbf7170133688290f76e" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_adddaf6dc2fcdb153c7ca081cfd3848f.setContent(html_5fa3c234a45ddbf7170133688290f76e);
|
|
|
|
|
|
|
|
marker_af45226b608157d545484e6b43644ebc.bindPopup(popup_adddaf6dc2fcdb153c7ca081cfd3848f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af45226b608157d545484e6b43644ebc.setIcon(icon_6af5f3beb4074d64324453f1aec0d854);
|
|
|
|
|
|
var marker_98b156b1d92b0eaeb320d0369ac32dad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_5e1190b7676ddf3ec4866b9556515ce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9bbda997e8aaafaeb84433fb8f14991 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c73a932f3e3366e126392752021656a = $(`<div id="html_5c73a932f3e3366e126392752021656a" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_f9bbda997e8aaafaeb84433fb8f14991.setContent(html_5c73a932f3e3366e126392752021656a);
|
|
|
|
|
|
|
|
marker_98b156b1d92b0eaeb320d0369ac32dad.bindPopup(popup_f9bbda997e8aaafaeb84433fb8f14991)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98b156b1d92b0eaeb320d0369ac32dad.setIcon(icon_5e1190b7676ddf3ec4866b9556515ce9);
|
|
|
|
|
|
var marker_935900ac7bd4caff3d7d476acff06431 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_b7ef8c700962945cd7c0c6919614abd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_472c769d71de987eefe4bf6a4f841f1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b68d9a6227209f9bbd494d0d54e65e4c = $(`<div id="html_b68d9a6227209f9bbd494d0d54e65e4c" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_472c769d71de987eefe4bf6a4f841f1b.setContent(html_b68d9a6227209f9bbd494d0d54e65e4c);
|
|
|
|
|
|
|
|
marker_935900ac7bd4caff3d7d476acff06431.bindPopup(popup_472c769d71de987eefe4bf6a4f841f1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_935900ac7bd4caff3d7d476acff06431.setIcon(icon_b7ef8c700962945cd7c0c6919614abd4);
|
|
|
|
|
|
var marker_10684d3b2b9b2a81377c67735888d6c3 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_47275e35992e00c14a5b3eb2301f2254 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3037a0aeb09d42144849f74c5beb1ff2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5047c6ed104a3a3b1dc0f2cb8d9fc340 = $(`<div id="html_5047c6ed104a3a3b1dc0f2cb8d9fc340" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_3037a0aeb09d42144849f74c5beb1ff2.setContent(html_5047c6ed104a3a3b1dc0f2cb8d9fc340);
|
|
|
|
|
|
|
|
marker_10684d3b2b9b2a81377c67735888d6c3.bindPopup(popup_3037a0aeb09d42144849f74c5beb1ff2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10684d3b2b9b2a81377c67735888d6c3.setIcon(icon_47275e35992e00c14a5b3eb2301f2254);
|
|
|
|
|
|
var marker_5f0ab8597dffeac970f7f0f02a5c89d5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_489805682f47517e7781291f38ec6fce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46be4874cfb82d2d72e2392f5ec714cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f0f1851cc3536b0266aa66562f363b2 = $(`<div id="html_4f0f1851cc3536b0266aa66562f363b2" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_46be4874cfb82d2d72e2392f5ec714cc.setContent(html_4f0f1851cc3536b0266aa66562f363b2);
|
|
|
|
|
|
|
|
marker_5f0ab8597dffeac970f7f0f02a5c89d5.bindPopup(popup_46be4874cfb82d2d72e2392f5ec714cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f0ab8597dffeac970f7f0f02a5c89d5.setIcon(icon_489805682f47517e7781291f38ec6fce);
|
|
|
|
|
|
var marker_7f94ed908e7d25c80cc2973e9bc8f28e = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_3bdcb25dcf6c55eea5620df1c96881c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_567c74ea1379eda3cb983f0316fc8d14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c74b42e66f5a4b54ca296f415dfbf21a = $(`<div id="html_c74b42e66f5a4b54ca296f415dfbf21a" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_567c74ea1379eda3cb983f0316fc8d14.setContent(html_c74b42e66f5a4b54ca296f415dfbf21a);
|
|
|
|
|
|
|
|
marker_7f94ed908e7d25c80cc2973e9bc8f28e.bindPopup(popup_567c74ea1379eda3cb983f0316fc8d14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f94ed908e7d25c80cc2973e9bc8f28e.setIcon(icon_3bdcb25dcf6c55eea5620df1c96881c2);
|
|
|
|
|
|
var marker_a602bc62a3449395e6e9f87865d63823 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_dea7c2f34eb03c4d586ac6750a00a846 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a2176d394d6839e39b9f16228db1362 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_352956a560ae7ddc1e42c72f4f793a57 = $(`<div id="html_352956a560ae7ddc1e42c72f4f793a57" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_0a2176d394d6839e39b9f16228db1362.setContent(html_352956a560ae7ddc1e42c72f4f793a57);
|
|
|
|
|
|
|
|
marker_a602bc62a3449395e6e9f87865d63823.bindPopup(popup_0a2176d394d6839e39b9f16228db1362)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a602bc62a3449395e6e9f87865d63823.setIcon(icon_dea7c2f34eb03c4d586ac6750a00a846);
|
|
|
|
|
|
var marker_9edfc422d5216543843325b4d9b4e25a = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_23f42102d3b922a31d2dec9c0c1cfec7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb002faa3d1b330bb8f93d860674300e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6df723dc6294f7b17c829ab0c4e74685 = $(`<div id="html_6df723dc6294f7b17c829ab0c4e74685" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_bb002faa3d1b330bb8f93d860674300e.setContent(html_6df723dc6294f7b17c829ab0c4e74685);
|
|
|
|
|
|
|
|
marker_9edfc422d5216543843325b4d9b4e25a.bindPopup(popup_bb002faa3d1b330bb8f93d860674300e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9edfc422d5216543843325b4d9b4e25a.setIcon(icon_23f42102d3b922a31d2dec9c0c1cfec7);
|
|
|
|
|
|
var marker_66d3ba7c387b1291e62a3c7c3298c297 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6c909853b43e12df3487b967b6b4173f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f334933f7cf5e93437b1aab3a83d8c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_505117218fe9464d63f4cf3a0dee94a1 = $(`<div id="html_505117218fe9464d63f4cf3a0dee94a1" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_9f334933f7cf5e93437b1aab3a83d8c1.setContent(html_505117218fe9464d63f4cf3a0dee94a1);
|
|
|
|
|
|
|
|
marker_66d3ba7c387b1291e62a3c7c3298c297.bindPopup(popup_9f334933f7cf5e93437b1aab3a83d8c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66d3ba7c387b1291e62a3c7c3298c297.setIcon(icon_6c909853b43e12df3487b967b6b4173f);
|
|
|
|
|
|
var marker_e224ab73a6e564fee5ef79260299f121 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_155784079ace89a198c5c67cbfa03698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a98ef9dad977beeb4af669d9cc7f4ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_432b81db7ae77cbfa9ee9b1f5f0a70b0 = $(`<div id="html_432b81db7ae77cbfa9ee9b1f5f0a70b0" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_5a98ef9dad977beeb4af669d9cc7f4ad.setContent(html_432b81db7ae77cbfa9ee9b1f5f0a70b0);
|
|
|
|
|
|
|
|
marker_e224ab73a6e564fee5ef79260299f121.bindPopup(popup_5a98ef9dad977beeb4af669d9cc7f4ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e224ab73a6e564fee5ef79260299f121.setIcon(icon_155784079ace89a198c5c67cbfa03698);
|
|
|
|
|
|
var marker_2368c17fe536e7c84b09c8cf56ec2176 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_72324fd615b9f335fe20134035226b2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca1662f3e04fb084eb911b0371af6695 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15d841a2dd835d9f03ac7a45a5592cdb = $(`<div id="html_15d841a2dd835d9f03ac7a45a5592cdb" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_ca1662f3e04fb084eb911b0371af6695.setContent(html_15d841a2dd835d9f03ac7a45a5592cdb);
|
|
|
|
|
|
|
|
marker_2368c17fe536e7c84b09c8cf56ec2176.bindPopup(popup_ca1662f3e04fb084eb911b0371af6695)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2368c17fe536e7c84b09c8cf56ec2176.setIcon(icon_72324fd615b9f335fe20134035226b2f);
|
|
|
|
|
|
var marker_265783cb0229a5bb45f7361c855e2d5c = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_6db948462d8698850fb49e5ddf4ab397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1333b0b49f0625292dba0fc759a6df5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33a2c8a2ea0eafef6c8231d1dcd799b4 = $(`<div id="html_33a2c8a2ea0eafef6c8231d1dcd799b4" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_a1333b0b49f0625292dba0fc759a6df5.setContent(html_33a2c8a2ea0eafef6c8231d1dcd799b4);
|
|
|
|
|
|
|
|
marker_265783cb0229a5bb45f7361c855e2d5c.bindPopup(popup_a1333b0b49f0625292dba0fc759a6df5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_265783cb0229a5bb45f7361c855e2d5c.setIcon(icon_6db948462d8698850fb49e5ddf4ab397);
|
|
|
|
|
|
var marker_19f286dfa77a36017db7629cbc3d06fd = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_607a47ea5ff09d726fdabce3b43c4474 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cbc21e48627d7783de9983f0900f8a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b20df323f156837eb5a178c19ab98d5 = $(`<div id="html_0b20df323f156837eb5a178c19ab98d5" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_2cbc21e48627d7783de9983f0900f8a9.setContent(html_0b20df323f156837eb5a178c19ab98d5);
|
|
|
|
|
|
|
|
marker_19f286dfa77a36017db7629cbc3d06fd.bindPopup(popup_2cbc21e48627d7783de9983f0900f8a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19f286dfa77a36017db7629cbc3d06fd.setIcon(icon_607a47ea5ff09d726fdabce3b43c4474);
|
|
|
|
|
|
var marker_9f79de7d465fe3300006fb66320eed3a = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_bc47da8d789bf764da3cc5b6b647ff79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbaf2e2a556ae71b4d93eed12b71775f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fc5794e0ee269643c53dfab60a7a400 = $(`<div id="html_7fc5794e0ee269643c53dfab60a7a400" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_dbaf2e2a556ae71b4d93eed12b71775f.setContent(html_7fc5794e0ee269643c53dfab60a7a400);
|
|
|
|
|
|
|
|
marker_9f79de7d465fe3300006fb66320eed3a.bindPopup(popup_dbaf2e2a556ae71b4d93eed12b71775f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f79de7d465fe3300006fb66320eed3a.setIcon(icon_bc47da8d789bf764da3cc5b6b647ff79);
|
|
|
|
|
|
var marker_209d66358f550b425b2d2aeb34bf0635 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_83d8d452e2306ce047368bb58cae5064 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b39bfba1fe6cb59c55864e3e3aad4f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1669ff279a1d65c31cad3504baa7c753 = $(`<div id="html_1669ff279a1d65c31cad3504baa7c753" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_3b39bfba1fe6cb59c55864e3e3aad4f7.setContent(html_1669ff279a1d65c31cad3504baa7c753);
|
|
|
|
|
|
|
|
marker_209d66358f550b425b2d2aeb34bf0635.bindPopup(popup_3b39bfba1fe6cb59c55864e3e3aad4f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_209d66358f550b425b2d2aeb34bf0635.setIcon(icon_83d8d452e2306ce047368bb58cae5064);
|
|
|
|
|
|
var marker_4cf72189165190d7cfb300213f50e3ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_cfa2065b509c930ce2188d826e62bc6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_753350c411eb5f2376e13af6d9d9194d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e02b28c10be9731f2682d83fe82c4c3f = $(`<div id="html_e02b28c10be9731f2682d83fe82c4c3f" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_753350c411eb5f2376e13af6d9d9194d.setContent(html_e02b28c10be9731f2682d83fe82c4c3f);
|
|
|
|
|
|
|
|
marker_4cf72189165190d7cfb300213f50e3ca.bindPopup(popup_753350c411eb5f2376e13af6d9d9194d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cf72189165190d7cfb300213f50e3ca.setIcon(icon_cfa2065b509c930ce2188d826e62bc6b);
|
|
|
|
|
|
var marker_b61c1d927d96d61361c8fe09196c3f0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_8d9d8da151e15e89ed2a8eab9a8dcc5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a884ef4e11ef63c56f2116b2827dc2a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7205cb634d4a43dc47f8039da6e9c0a8 = $(`<div id="html_7205cb634d4a43dc47f8039da6e9c0a8" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_a884ef4e11ef63c56f2116b2827dc2a6.setContent(html_7205cb634d4a43dc47f8039da6e9c0a8);
|
|
|
|
|
|
|
|
marker_b61c1d927d96d61361c8fe09196c3f0a.bindPopup(popup_a884ef4e11ef63c56f2116b2827dc2a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b61c1d927d96d61361c8fe09196c3f0a.setIcon(icon_8d9d8da151e15e89ed2a8eab9a8dcc5f);
|
|
|
|
|
|
var marker_ed79fee250f38a9403d432567587a6b0 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2ff2d3ef214d65fee46256f64d461fab);
|
|
|
|
|
|
var icon_0112d345667edcf791161a1cd1e6e47d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec34afbcc22bf573ab3225805ba5c91e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb2334c8fe22525142a58c350fed9b3d = $(`<div id="html_eb2334c8fe22525142a58c350fed9b3d" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_ec34afbcc22bf573ab3225805ba5c91e.setContent(html_eb2334c8fe22525142a58c350fed9b3d);
|
|
|
|
|
|
|
|
marker_ed79fee250f38a9403d432567587a6b0.bindPopup(popup_ec34afbcc22bf573ab3225805ba5c91e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed79fee250f38a9403d432567587a6b0.setIcon(icon_0112d345667edcf791161a1cd1e6e47d);
|
|
|
|
|
|
marker_cluster_2ff2d3ef214d65fee46256f64d461fab.addTo(map_9a55d0a0b8b9a05555743be1c1081bba);
|
|
|
|
</script>
|
|
</html> |