mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 23:45:17 +00:00
11095 lines
323 KiB
HTML
11095 lines
323 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
|
|
|
<meta name="viewport" content="width=device-width,
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<style>
|
|
#map_b123f80c8531a072c885d960a696f44a {
|
|
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_b123f80c8531a072c885d960a696f44a" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_b123f80c8531a072c885d960a696f44a = L.map(
|
|
"map_b123f80c8531a072c885d960a696f44a",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_da35052af3003d97d8ef1cf749c8a5ef = 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_da35052af3003d97d8ef1cf749c8a5ef.addTo(map_b123f80c8531a072c885d960a696f44a);
|
|
|
|
|
|
var marker_cluster_e510ff6230c947505d910309dc8db5ea = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_52756d24c8ae0883453653e5b7d68183 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_628496cc67b0fe7eaf72c8989171a3ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c39cd6ce652568c203808e1e2e7a02a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_192b09e030eac9ce641f533dc069d924 = $(`<div id="html_192b09e030eac9ce641f533dc069d924" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_9c39cd6ce652568c203808e1e2e7a02a.setContent(html_192b09e030eac9ce641f533dc069d924);
|
|
|
|
|
|
|
|
marker_52756d24c8ae0883453653e5b7d68183.bindPopup(popup_9c39cd6ce652568c203808e1e2e7a02a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52756d24c8ae0883453653e5b7d68183.setIcon(icon_628496cc67b0fe7eaf72c8989171a3ab);
|
|
|
|
|
|
var marker_5603749bcf7f37bd55abc4e245e10324 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_30ef5a9f006db05e28c72df8b6fa1f7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_800c32791dfa82e0172173c99be9f4b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3268673b53101d77f7b2a809af82ec9 = $(`<div id="html_d3268673b53101d77f7b2a809af82ec9" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_800c32791dfa82e0172173c99be9f4b2.setContent(html_d3268673b53101d77f7b2a809af82ec9);
|
|
|
|
|
|
|
|
marker_5603749bcf7f37bd55abc4e245e10324.bindPopup(popup_800c32791dfa82e0172173c99be9f4b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5603749bcf7f37bd55abc4e245e10324.setIcon(icon_30ef5a9f006db05e28c72df8b6fa1f7d);
|
|
|
|
|
|
var marker_7635b64fbead07827e0b2c7c8743d889 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b8674840e07380524dfdec3fb7721f4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07803e8e51c63de76b155ac59ada8a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e799d9de3d4542dec253d41192267f15 = $(`<div id="html_e799d9de3d4542dec253d41192267f15" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_07803e8e51c63de76b155ac59ada8a4a.setContent(html_e799d9de3d4542dec253d41192267f15);
|
|
|
|
|
|
|
|
marker_7635b64fbead07827e0b2c7c8743d889.bindPopup(popup_07803e8e51c63de76b155ac59ada8a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7635b64fbead07827e0b2c7c8743d889.setIcon(icon_b8674840e07380524dfdec3fb7721f4e);
|
|
|
|
|
|
var marker_052e16438aff11ee4c9ffbfd04a1d6da = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_82df79a895a62c797015e143e8f59db4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d7dca63d3f3b1e2fcdde09eeea97bbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f2525497e736b0cdf1cd30a869b87a7 = $(`<div id="html_5f2525497e736b0cdf1cd30a869b87a7" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_4d7dca63d3f3b1e2fcdde09eeea97bbc.setContent(html_5f2525497e736b0cdf1cd30a869b87a7);
|
|
|
|
|
|
|
|
marker_052e16438aff11ee4c9ffbfd04a1d6da.bindPopup(popup_4d7dca63d3f3b1e2fcdde09eeea97bbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_052e16438aff11ee4c9ffbfd04a1d6da.setIcon(icon_82df79a895a62c797015e143e8f59db4);
|
|
|
|
|
|
var marker_a4fbf3f0244a8ee0bf3246bd59a2a1af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_51190c40db311a87e124716b4fdc6b32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_776a077dc5f719a76f2251a722723ef1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23b67e856cc887da5e1fa24717e36666 = $(`<div id="html_23b67e856cc887da5e1fa24717e36666" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_776a077dc5f719a76f2251a722723ef1.setContent(html_23b67e856cc887da5e1fa24717e36666);
|
|
|
|
|
|
|
|
marker_a4fbf3f0244a8ee0bf3246bd59a2a1af.bindPopup(popup_776a077dc5f719a76f2251a722723ef1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4fbf3f0244a8ee0bf3246bd59a2a1af.setIcon(icon_51190c40db311a87e124716b4fdc6b32);
|
|
|
|
|
|
var marker_e2f6a8a38fc9d1a3f177c5647310ff9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_251187ab6e0b75116fa39fe7ce90a52c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_168b5c8decb5a9d700f8caac4f3bbe78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00ef393d7ce746994b062ab44c7ff312 = $(`<div id="html_00ef393d7ce746994b062ab44c7ff312" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_168b5c8decb5a9d700f8caac4f3bbe78.setContent(html_00ef393d7ce746994b062ab44c7ff312);
|
|
|
|
|
|
|
|
marker_e2f6a8a38fc9d1a3f177c5647310ff9d.bindPopup(popup_168b5c8decb5a9d700f8caac4f3bbe78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2f6a8a38fc9d1a3f177c5647310ff9d.setIcon(icon_251187ab6e0b75116fa39fe7ce90a52c);
|
|
|
|
|
|
var marker_f9017f88cc51a3418b77b437c9ddf615 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f17ad8626d40775585594777826f5008 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51c4c6ab0d803669d2dbdc7da47b0c4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dfcd06ac370dcf6d7bb1a240a4a40e0 = $(`<div id="html_8dfcd06ac370dcf6d7bb1a240a4a40e0" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_51c4c6ab0d803669d2dbdc7da47b0c4d.setContent(html_8dfcd06ac370dcf6d7bb1a240a4a40e0);
|
|
|
|
|
|
|
|
marker_f9017f88cc51a3418b77b437c9ddf615.bindPopup(popup_51c4c6ab0d803669d2dbdc7da47b0c4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9017f88cc51a3418b77b437c9ddf615.setIcon(icon_f17ad8626d40775585594777826f5008);
|
|
|
|
|
|
var marker_71ef7bbbebded9d2bda41532c5fc7da4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_edaf93acd06405e64abddd8acfe8361a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3293f072ddcb3fe00f4a0e7a9e2fdbd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6e1ee496946dd25109bd5879215a93e = $(`<div id="html_e6e1ee496946dd25109bd5879215a93e" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_3293f072ddcb3fe00f4a0e7a9e2fdbd2.setContent(html_e6e1ee496946dd25109bd5879215a93e);
|
|
|
|
|
|
|
|
marker_71ef7bbbebded9d2bda41532c5fc7da4.bindPopup(popup_3293f072ddcb3fe00f4a0e7a9e2fdbd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71ef7bbbebded9d2bda41532c5fc7da4.setIcon(icon_edaf93acd06405e64abddd8acfe8361a);
|
|
|
|
|
|
var marker_69d7fda6eda43ea70c1fa00f6f0c38de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c4dae36d0df60fc1d7d2a6b1a2ea9cf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf3cfb7ade03b0102328a870b6b6581f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58b309cf5ef5ebdcd94a0aa5778ce8df = $(`<div id="html_58b309cf5ef5ebdcd94a0aa5778ce8df" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_cf3cfb7ade03b0102328a870b6b6581f.setContent(html_58b309cf5ef5ebdcd94a0aa5778ce8df);
|
|
|
|
|
|
|
|
marker_69d7fda6eda43ea70c1fa00f6f0c38de.bindPopup(popup_cf3cfb7ade03b0102328a870b6b6581f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69d7fda6eda43ea70c1fa00f6f0c38de.setIcon(icon_c4dae36d0df60fc1d7d2a6b1a2ea9cf2);
|
|
|
|
|
|
var marker_c276a3bf03fb4c9b672cb021fd8cab58 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c01b6415551221e2bec33ca988305bf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c52a77f5be6429d3adac652946d20a3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_105583881c56294c89c36e86b0b9d62e = $(`<div id="html_105583881c56294c89c36e86b0b9d62e" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_c52a77f5be6429d3adac652946d20a3e.setContent(html_105583881c56294c89c36e86b0b9d62e);
|
|
|
|
|
|
|
|
marker_c276a3bf03fb4c9b672cb021fd8cab58.bindPopup(popup_c52a77f5be6429d3adac652946d20a3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c276a3bf03fb4c9b672cb021fd8cab58.setIcon(icon_c01b6415551221e2bec33ca988305bf8);
|
|
|
|
|
|
var marker_40fbf5dff354e781988fc57170d8faf7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_431cb8f21e4b7f623e89e16cfe01c544 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2772ac449025b841374a7ae039f2de7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2deaa49e034aaa0a964ce83bef2316c1 = $(`<div id="html_2deaa49e034aaa0a964ce83bef2316c1" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_2772ac449025b841374a7ae039f2de7b.setContent(html_2deaa49e034aaa0a964ce83bef2316c1);
|
|
|
|
|
|
|
|
marker_40fbf5dff354e781988fc57170d8faf7.bindPopup(popup_2772ac449025b841374a7ae039f2de7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40fbf5dff354e781988fc57170d8faf7.setIcon(icon_431cb8f21e4b7f623e89e16cfe01c544);
|
|
|
|
|
|
var marker_7399bb74db07b9ef5063a833026431bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_82acf0be170530f83bf1b071c7ef9cc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e5ffed487b5e5ce0f82b1bcc7b07026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d2d25b12a9db502c9f3a3da0a58f1f2 = $(`<div id="html_7d2d25b12a9db502c9f3a3da0a58f1f2" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_4e5ffed487b5e5ce0f82b1bcc7b07026.setContent(html_7d2d25b12a9db502c9f3a3da0a58f1f2);
|
|
|
|
|
|
|
|
marker_7399bb74db07b9ef5063a833026431bc.bindPopup(popup_4e5ffed487b5e5ce0f82b1bcc7b07026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7399bb74db07b9ef5063a833026431bc.setIcon(icon_82acf0be170530f83bf1b071c7ef9cc3);
|
|
|
|
|
|
var marker_056600c7d661b7e4edcf9f84173fee9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_887daf65d4364da3433b73f3f8427e01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e59d09b26edd40f3f354888d4cbddf07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5d948a624f54c7861c87fbcb47eff58 = $(`<div id="html_d5d948a624f54c7861c87fbcb47eff58" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_e59d09b26edd40f3f354888d4cbddf07.setContent(html_d5d948a624f54c7861c87fbcb47eff58);
|
|
|
|
|
|
|
|
marker_056600c7d661b7e4edcf9f84173fee9a.bindPopup(popup_e59d09b26edd40f3f354888d4cbddf07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_056600c7d661b7e4edcf9f84173fee9a.setIcon(icon_887daf65d4364da3433b73f3f8427e01);
|
|
|
|
|
|
var marker_020e290d72da776ba471559d6fc65e8a = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8e147eefed0f9d93578990e0b28657db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1bb6249d77014c337362cf238dd6994 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01c488a456b163b3ce07ac100c166ec6 = $(`<div id="html_01c488a456b163b3ce07ac100c166ec6" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_e1bb6249d77014c337362cf238dd6994.setContent(html_01c488a456b163b3ce07ac100c166ec6);
|
|
|
|
|
|
|
|
marker_020e290d72da776ba471559d6fc65e8a.bindPopup(popup_e1bb6249d77014c337362cf238dd6994)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_020e290d72da776ba471559d6fc65e8a.setIcon(icon_8e147eefed0f9d93578990e0b28657db);
|
|
|
|
|
|
var marker_7f4fe20a4f23d2d61f83fb2b45bb9b89 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a1cdf6e7868cb66b6852376ddfc9c78e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_861d8f2f88b5e82299112ec7978030f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4a79bab8656c741a60f7dca55d671d3 = $(`<div id="html_c4a79bab8656c741a60f7dca55d671d3" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_861d8f2f88b5e82299112ec7978030f3.setContent(html_c4a79bab8656c741a60f7dca55d671d3);
|
|
|
|
|
|
|
|
marker_7f4fe20a4f23d2d61f83fb2b45bb9b89.bindPopup(popup_861d8f2f88b5e82299112ec7978030f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f4fe20a4f23d2d61f83fb2b45bb9b89.setIcon(icon_a1cdf6e7868cb66b6852376ddfc9c78e);
|
|
|
|
|
|
var marker_977370c4c01dfebfef621b27ed7df0af = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_de0ec1bc5ae00ed31d620912db303a69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5a597035ebb0e4050025c3a15f7da8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06cd31abb3ddb8487271208811aa9e44 = $(`<div id="html_06cd31abb3ddb8487271208811aa9e44" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_d5a597035ebb0e4050025c3a15f7da8a.setContent(html_06cd31abb3ddb8487271208811aa9e44);
|
|
|
|
|
|
|
|
marker_977370c4c01dfebfef621b27ed7df0af.bindPopup(popup_d5a597035ebb0e4050025c3a15f7da8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_977370c4c01dfebfef621b27ed7df0af.setIcon(icon_de0ec1bc5ae00ed31d620912db303a69);
|
|
|
|
|
|
var marker_2628bab6431dffdb4b5ef1aeb8b56a35 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_90d5a4fa1cbc1d2df1a78b97d2c2d6f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b0850d806a156f6e86a05e9f438f990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a858ba8390b88a7d1a0c4548d74d5ccf = $(`<div id="html_a858ba8390b88a7d1a0c4548d74d5ccf" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_3b0850d806a156f6e86a05e9f438f990.setContent(html_a858ba8390b88a7d1a0c4548d74d5ccf);
|
|
|
|
|
|
|
|
marker_2628bab6431dffdb4b5ef1aeb8b56a35.bindPopup(popup_3b0850d806a156f6e86a05e9f438f990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2628bab6431dffdb4b5ef1aeb8b56a35.setIcon(icon_90d5a4fa1cbc1d2df1a78b97d2c2d6f5);
|
|
|
|
|
|
var marker_3b3f88227f217303ab434c0efe1701fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1e2bd82ec7e17193c2646886acc47fa3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53e9fbec0380b7210882aaa934ea9177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95bebb5e0df909c724a6be2828b358fd = $(`<div id="html_95bebb5e0df909c724a6be2828b358fd" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_53e9fbec0380b7210882aaa934ea9177.setContent(html_95bebb5e0df909c724a6be2828b358fd);
|
|
|
|
|
|
|
|
marker_3b3f88227f217303ab434c0efe1701fe.bindPopup(popup_53e9fbec0380b7210882aaa934ea9177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b3f88227f217303ab434c0efe1701fe.setIcon(icon_1e2bd82ec7e17193c2646886acc47fa3);
|
|
|
|
|
|
var marker_5343bf219b95bfacba27bf30f8e2680c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3057f6315e84a80fdb8f4519d967aad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fd459364328b8081efdc59ece76781d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24f9d52c47b36cd479f4b17e4773d4b4 = $(`<div id="html_24f9d52c47b36cd479f4b17e4773d4b4" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_0fd459364328b8081efdc59ece76781d.setContent(html_24f9d52c47b36cd479f4b17e4773d4b4);
|
|
|
|
|
|
|
|
marker_5343bf219b95bfacba27bf30f8e2680c.bindPopup(popup_0fd459364328b8081efdc59ece76781d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5343bf219b95bfacba27bf30f8e2680c.setIcon(icon_3057f6315e84a80fdb8f4519d967aad9);
|
|
|
|
|
|
var marker_d959e7a37c43c834738607e99bf0f842 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e2a969513daafc15acb3036107bff514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acf4d591bf00255f126d3b8558006b58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76e19b63251bac78dc579a98bbdffe26 = $(`<div id="html_76e19b63251bac78dc579a98bbdffe26" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_acf4d591bf00255f126d3b8558006b58.setContent(html_76e19b63251bac78dc579a98bbdffe26);
|
|
|
|
|
|
|
|
marker_d959e7a37c43c834738607e99bf0f842.bindPopup(popup_acf4d591bf00255f126d3b8558006b58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d959e7a37c43c834738607e99bf0f842.setIcon(icon_e2a969513daafc15acb3036107bff514);
|
|
|
|
|
|
var marker_8e2afc0f0767784aa7b9dbc8ef3366f0 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_7e775109b41ee33ff7b0a79fda361a3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8936b94ee6bfdeed506125aede011f2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fce69cab70f9499e6306d085a5883209 = $(`<div id="html_fce69cab70f9499e6306d085a5883209" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_8936b94ee6bfdeed506125aede011f2c.setContent(html_fce69cab70f9499e6306d085a5883209);
|
|
|
|
|
|
|
|
marker_8e2afc0f0767784aa7b9dbc8ef3366f0.bindPopup(popup_8936b94ee6bfdeed506125aede011f2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e2afc0f0767784aa7b9dbc8ef3366f0.setIcon(icon_7e775109b41ee33ff7b0a79fda361a3b);
|
|
|
|
|
|
var marker_32f059f32b894b9a3b71bb61c452924a = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_47acf28e88ce80f270d91daa4586bf50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c19e792ef34b59af1ab7ee624822d13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cc643634415b8bfc143dfdb5f86bf6d = $(`<div id="html_3cc643634415b8bfc143dfdb5f86bf6d" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_0c19e792ef34b59af1ab7ee624822d13.setContent(html_3cc643634415b8bfc143dfdb5f86bf6d);
|
|
|
|
|
|
|
|
marker_32f059f32b894b9a3b71bb61c452924a.bindPopup(popup_0c19e792ef34b59af1ab7ee624822d13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32f059f32b894b9a3b71bb61c452924a.setIcon(icon_47acf28e88ce80f270d91daa4586bf50);
|
|
|
|
|
|
var marker_57b111843e008856b8e739ec73be5c8b = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1abce9612ffbf45f704366f058939645 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac4f0b180310f417d8ca9442b795dc7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edc2a56579f8992cf1c61a8411857ad1 = $(`<div id="html_edc2a56579f8992cf1c61a8411857ad1" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_ac4f0b180310f417d8ca9442b795dc7f.setContent(html_edc2a56579f8992cf1c61a8411857ad1);
|
|
|
|
|
|
|
|
marker_57b111843e008856b8e739ec73be5c8b.bindPopup(popup_ac4f0b180310f417d8ca9442b795dc7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57b111843e008856b8e739ec73be5c8b.setIcon(icon_1abce9612ffbf45f704366f058939645);
|
|
|
|
|
|
var marker_8fcafe5107f106ae1b84980b0cb868a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d5d97d0d1927181af26cf05659f3c408 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68a3049c89651beb88cd0cc6cfb7b20a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35f635c931de55f7122e54549e56ebbf = $(`<div id="html_35f635c931de55f7122e54549e56ebbf" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_68a3049c89651beb88cd0cc6cfb7b20a.setContent(html_35f635c931de55f7122e54549e56ebbf);
|
|
|
|
|
|
|
|
marker_8fcafe5107f106ae1b84980b0cb868a9.bindPopup(popup_68a3049c89651beb88cd0cc6cfb7b20a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fcafe5107f106ae1b84980b0cb868a9.setIcon(icon_d5d97d0d1927181af26cf05659f3c408);
|
|
|
|
|
|
var marker_193d20f87b55b828d0446123ad7f4341 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_129d927784fb35ca39864545022b2d02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbb0b0c24f82ec47f649cbf393c67c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9becb1816ab7a42329c5c4f65a7a3271 = $(`<div id="html_9becb1816ab7a42329c5c4f65a7a3271" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_1dbb0b0c24f82ec47f649cbf393c67c0.setContent(html_9becb1816ab7a42329c5c4f65a7a3271);
|
|
|
|
|
|
|
|
marker_193d20f87b55b828d0446123ad7f4341.bindPopup(popup_1dbb0b0c24f82ec47f649cbf393c67c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_193d20f87b55b828d0446123ad7f4341.setIcon(icon_129d927784fb35ca39864545022b2d02);
|
|
|
|
|
|
var marker_b349d48511d8b3a699f8e15bc45dc6c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8ef7b97545856bac7836ed9144ac03ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2095b65e5940fa707f7947042bd26d32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3bd8a5d9e32e3e166be78dcff610fff = $(`<div id="html_f3bd8a5d9e32e3e166be78dcff610fff" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_2095b65e5940fa707f7947042bd26d32.setContent(html_f3bd8a5d9e32e3e166be78dcff610fff);
|
|
|
|
|
|
|
|
marker_b349d48511d8b3a699f8e15bc45dc6c2.bindPopup(popup_2095b65e5940fa707f7947042bd26d32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b349d48511d8b3a699f8e15bc45dc6c2.setIcon(icon_8ef7b97545856bac7836ed9144ac03ad);
|
|
|
|
|
|
var marker_679bf429f01c063e453b2d9268a861b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_02e5646e055d795157a4a8bae4afc30e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b795087ea6a5fd242f41f2d04032efbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cb661075cb8d40806cd2e268c5bb609 = $(`<div id="html_8cb661075cb8d40806cd2e268c5bb609" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_b795087ea6a5fd242f41f2d04032efbd.setContent(html_8cb661075cb8d40806cd2e268c5bb609);
|
|
|
|
|
|
|
|
marker_679bf429f01c063e453b2d9268a861b4.bindPopup(popup_b795087ea6a5fd242f41f2d04032efbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_679bf429f01c063e453b2d9268a861b4.setIcon(icon_02e5646e055d795157a4a8bae4afc30e);
|
|
|
|
|
|
var marker_784955eebec660bee417802bd4384bbd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_44bebd8d33a9343a9cb07924c8ebc8fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2a8f9bf3f36ec8c275faedd07c0a186 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_277a1100df10c67a98a02694bc3e9efc = $(`<div id="html_277a1100df10c67a98a02694bc3e9efc" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_d2a8f9bf3f36ec8c275faedd07c0a186.setContent(html_277a1100df10c67a98a02694bc3e9efc);
|
|
|
|
|
|
|
|
marker_784955eebec660bee417802bd4384bbd.bindPopup(popup_d2a8f9bf3f36ec8c275faedd07c0a186)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_784955eebec660bee417802bd4384bbd.setIcon(icon_44bebd8d33a9343a9cb07924c8ebc8fe);
|
|
|
|
|
|
var marker_8a97f0cd802ecdc6f5e9f3576c6e44d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e1e92d542aee5fd05232c68fe5ccebbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ade4b58f68711f56ae9f914f3c2a4cca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be1c42c6a16aaa293e61172951a9f5ec = $(`<div id="html_be1c42c6a16aaa293e61172951a9f5ec" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_ade4b58f68711f56ae9f914f3c2a4cca.setContent(html_be1c42c6a16aaa293e61172951a9f5ec);
|
|
|
|
|
|
|
|
marker_8a97f0cd802ecdc6f5e9f3576c6e44d1.bindPopup(popup_ade4b58f68711f56ae9f914f3c2a4cca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a97f0cd802ecdc6f5e9f3576c6e44d1.setIcon(icon_e1e92d542aee5fd05232c68fe5ccebbb);
|
|
|
|
|
|
var marker_7359233a473f63600b5b390cfa847b72 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c10784eac7bfe138497307556764f4ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_076ad68319efb5cf0cefb60959858d8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fcafae1b70375c0d3c7d5b4935b5a54 = $(`<div id="html_6fcafae1b70375c0d3c7d5b4935b5a54" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_076ad68319efb5cf0cefb60959858d8b.setContent(html_6fcafae1b70375c0d3c7d5b4935b5a54);
|
|
|
|
|
|
|
|
marker_7359233a473f63600b5b390cfa847b72.bindPopup(popup_076ad68319efb5cf0cefb60959858d8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7359233a473f63600b5b390cfa847b72.setIcon(icon_c10784eac7bfe138497307556764f4ed);
|
|
|
|
|
|
var marker_f423478c74619cd3a5636e717be0c89a = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5435f066b624469b1a004f7980c6f7ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1555da299e328b4a81cf6fc07f6b51ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09c241bea39352ae0e9f7f8f35569ba2 = $(`<div id="html_09c241bea39352ae0e9f7f8f35569ba2" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_1555da299e328b4a81cf6fc07f6b51ae.setContent(html_09c241bea39352ae0e9f7f8f35569ba2);
|
|
|
|
|
|
|
|
marker_f423478c74619cd3a5636e717be0c89a.bindPopup(popup_1555da299e328b4a81cf6fc07f6b51ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f423478c74619cd3a5636e717be0c89a.setIcon(icon_5435f066b624469b1a004f7980c6f7ec);
|
|
|
|
|
|
var marker_dac521e3fb54598ac5d739f704894798 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_55a5ee09d089d60a4988c78a380f17c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2234d468aa0ae37c7e5df2a313c28a59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5fdd89b1d6101537d97518e8de11f54 = $(`<div id="html_a5fdd89b1d6101537d97518e8de11f54" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_2234d468aa0ae37c7e5df2a313c28a59.setContent(html_a5fdd89b1d6101537d97518e8de11f54);
|
|
|
|
|
|
|
|
marker_dac521e3fb54598ac5d739f704894798.bindPopup(popup_2234d468aa0ae37c7e5df2a313c28a59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dac521e3fb54598ac5d739f704894798.setIcon(icon_55a5ee09d089d60a4988c78a380f17c0);
|
|
|
|
|
|
var marker_713df3337931b8bff8c423bf7497d024 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_76ef004fa7aa702102715664d776f5dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edcc620c18e5abede226121e3a476af1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ec789c5506c319a94f613e03452adab = $(`<div id="html_6ec789c5506c319a94f613e03452adab" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_edcc620c18e5abede226121e3a476af1.setContent(html_6ec789c5506c319a94f613e03452adab);
|
|
|
|
|
|
|
|
marker_713df3337931b8bff8c423bf7497d024.bindPopup(popup_edcc620c18e5abede226121e3a476af1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_713df3337931b8bff8c423bf7497d024.setIcon(icon_76ef004fa7aa702102715664d776f5dc);
|
|
|
|
|
|
var marker_9a0b748045b7e3eb1d6244b213cfe3c5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_32be66ce8d5d9e2cfca692fde41366d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a847d78fee9cef2483a64058a5e74fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13da5b8e46bd25c7b08b0a22ad8292ac = $(`<div id="html_13da5b8e46bd25c7b08b0a22ad8292ac" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_9a847d78fee9cef2483a64058a5e74fd.setContent(html_13da5b8e46bd25c7b08b0a22ad8292ac);
|
|
|
|
|
|
|
|
marker_9a0b748045b7e3eb1d6244b213cfe3c5.bindPopup(popup_9a847d78fee9cef2483a64058a5e74fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a0b748045b7e3eb1d6244b213cfe3c5.setIcon(icon_32be66ce8d5d9e2cfca692fde41366d8);
|
|
|
|
|
|
var marker_d010f334248387186e48d4d3ce443d9e = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f52e59cc769f22285c80e51b11b9ebc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fa6fa4cf8081d7b376e148dbcabb50b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44c45f90546ca516b7dac8aa6e58884f = $(`<div id="html_44c45f90546ca516b7dac8aa6e58884f" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_1fa6fa4cf8081d7b376e148dbcabb50b.setContent(html_44c45f90546ca516b7dac8aa6e58884f);
|
|
|
|
|
|
|
|
marker_d010f334248387186e48d4d3ce443d9e.bindPopup(popup_1fa6fa4cf8081d7b376e148dbcabb50b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d010f334248387186e48d4d3ce443d9e.setIcon(icon_f52e59cc769f22285c80e51b11b9ebc1);
|
|
|
|
|
|
var marker_7fee5c055dbe98d474c5f6a845d4ae16 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8d230f77e7c507da9af367b72fb6acf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49b9df73a869a3bbf1da341a93448a4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f0de444bfc7015ab4def584395e2e74 = $(`<div id="html_2f0de444bfc7015ab4def584395e2e74" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_49b9df73a869a3bbf1da341a93448a4b.setContent(html_2f0de444bfc7015ab4def584395e2e74);
|
|
|
|
|
|
|
|
marker_7fee5c055dbe98d474c5f6a845d4ae16.bindPopup(popup_49b9df73a869a3bbf1da341a93448a4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fee5c055dbe98d474c5f6a845d4ae16.setIcon(icon_8d230f77e7c507da9af367b72fb6acf4);
|
|
|
|
|
|
var marker_cfe1af891e3283dcd5b85b772aef2700 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_969b91f4bba80ef7fc581368dd3363b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d1051434a4caeb1864e89911a97aa75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2070bcfacc8e827703dd35ede0128c2 = $(`<div id="html_c2070bcfacc8e827703dd35ede0128c2" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_8d1051434a4caeb1864e89911a97aa75.setContent(html_c2070bcfacc8e827703dd35ede0128c2);
|
|
|
|
|
|
|
|
marker_cfe1af891e3283dcd5b85b772aef2700.bindPopup(popup_8d1051434a4caeb1864e89911a97aa75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfe1af891e3283dcd5b85b772aef2700.setIcon(icon_969b91f4bba80ef7fc581368dd3363b9);
|
|
|
|
|
|
var marker_77636159a8c84af0256bbcd2028c95f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2fe6f4c9a624df105f64bfd363b74381 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8fa142f3c4e26a8a0e6515326d1d907 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1783f6beab9a5095bd3a8bb87f6e5a2f = $(`<div id="html_1783f6beab9a5095bd3a8bb87f6e5a2f" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_a8fa142f3c4e26a8a0e6515326d1d907.setContent(html_1783f6beab9a5095bd3a8bb87f6e5a2f);
|
|
|
|
|
|
|
|
marker_77636159a8c84af0256bbcd2028c95f1.bindPopup(popup_a8fa142f3c4e26a8a0e6515326d1d907)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77636159a8c84af0256bbcd2028c95f1.setIcon(icon_2fe6f4c9a624df105f64bfd363b74381);
|
|
|
|
|
|
var marker_428c679206664ebe30c52158ce2857a4 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_75c7d856b767aa3601f8479bf9bb91f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0adc6853e13e23ccc9e67d92de3e019 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_490033bd143c2e7f83eaa2476b96df43 = $(`<div id="html_490033bd143c2e7f83eaa2476b96df43" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_b0adc6853e13e23ccc9e67d92de3e019.setContent(html_490033bd143c2e7f83eaa2476b96df43);
|
|
|
|
|
|
|
|
marker_428c679206664ebe30c52158ce2857a4.bindPopup(popup_b0adc6853e13e23ccc9e67d92de3e019)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_428c679206664ebe30c52158ce2857a4.setIcon(icon_75c7d856b767aa3601f8479bf9bb91f7);
|
|
|
|
|
|
var marker_7f701bc151bbf09f70bc5dab4e80997a = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a11a5e165425832994d34dde54b116ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfefab4884e61ce08c1926d517ecd256 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb45f208b9750227b774983d1c228803 = $(`<div id="html_bb45f208b9750227b774983d1c228803" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_dfefab4884e61ce08c1926d517ecd256.setContent(html_bb45f208b9750227b774983d1c228803);
|
|
|
|
|
|
|
|
marker_7f701bc151bbf09f70bc5dab4e80997a.bindPopup(popup_dfefab4884e61ce08c1926d517ecd256)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f701bc151bbf09f70bc5dab4e80997a.setIcon(icon_a11a5e165425832994d34dde54b116ec);
|
|
|
|
|
|
var marker_88cb7f27c705c7642eebacb55a0c541d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c684d7af8aa08364c8fcf7dadd6c3c52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_171349f1718704025fe6340eb0405780 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4354f785b78d287fdcf126c8acab7c2 = $(`<div id="html_c4354f785b78d287fdcf126c8acab7c2" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_171349f1718704025fe6340eb0405780.setContent(html_c4354f785b78d287fdcf126c8acab7c2);
|
|
|
|
|
|
|
|
marker_88cb7f27c705c7642eebacb55a0c541d.bindPopup(popup_171349f1718704025fe6340eb0405780)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88cb7f27c705c7642eebacb55a0c541d.setIcon(icon_c684d7af8aa08364c8fcf7dadd6c3c52);
|
|
|
|
|
|
var marker_e424eb4867d9edd926b79f76eef2c0ed = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_71d8f679fcd4c20dc4a8cda23b48268f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a989a4098c84ccd6052eb30188f3e009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77e3811147635baede8e1fec046c3531 = $(`<div id="html_77e3811147635baede8e1fec046c3531" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_a989a4098c84ccd6052eb30188f3e009.setContent(html_77e3811147635baede8e1fec046c3531);
|
|
|
|
|
|
|
|
marker_e424eb4867d9edd926b79f76eef2c0ed.bindPopup(popup_a989a4098c84ccd6052eb30188f3e009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e424eb4867d9edd926b79f76eef2c0ed.setIcon(icon_71d8f679fcd4c20dc4a8cda23b48268f);
|
|
|
|
|
|
var marker_9c2aec55c372e5be27da0fae2ad5ccde = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8f82bd32af2a85cc7c3f58605330af82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4cdfa4c75addf9b407d3776bac079a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b6abba2790156d4cdae98fbe7d9c92e = $(`<div id="html_2b6abba2790156d4cdae98fbe7d9c92e" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_b4cdfa4c75addf9b407d3776bac079a5.setContent(html_2b6abba2790156d4cdae98fbe7d9c92e);
|
|
|
|
|
|
|
|
marker_9c2aec55c372e5be27da0fae2ad5ccde.bindPopup(popup_b4cdfa4c75addf9b407d3776bac079a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c2aec55c372e5be27da0fae2ad5ccde.setIcon(icon_8f82bd32af2a85cc7c3f58605330af82);
|
|
|
|
|
|
var marker_d6ac24014d062ecf23ec264c08af250c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9c74298b09f9027d2af488bb1dbc1780 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1205a5f48963d3e8f98317d1bdc34bc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_237387ad60a7f96f7f0c2f660c0fb0e6 = $(`<div id="html_237387ad60a7f96f7f0c2f660c0fb0e6" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_1205a5f48963d3e8f98317d1bdc34bc1.setContent(html_237387ad60a7f96f7f0c2f660c0fb0e6);
|
|
|
|
|
|
|
|
marker_d6ac24014d062ecf23ec264c08af250c.bindPopup(popup_1205a5f48963d3e8f98317d1bdc34bc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6ac24014d062ecf23ec264c08af250c.setIcon(icon_9c74298b09f9027d2af488bb1dbc1780);
|
|
|
|
|
|
var marker_32f9f3ff66289119cee3e75153a8e13f = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_6d4dafb1ac69025a7b8248c6e422ecf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e02c43bcbde95462ef95a90798fa3681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_924a03bc042fc27f5b93bac2960ed8ea = $(`<div id="html_924a03bc042fc27f5b93bac2960ed8ea" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_e02c43bcbde95462ef95a90798fa3681.setContent(html_924a03bc042fc27f5b93bac2960ed8ea);
|
|
|
|
|
|
|
|
marker_32f9f3ff66289119cee3e75153a8e13f.bindPopup(popup_e02c43bcbde95462ef95a90798fa3681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32f9f3ff66289119cee3e75153a8e13f.setIcon(icon_6d4dafb1ac69025a7b8248c6e422ecf7);
|
|
|
|
|
|
var marker_2bf2edc877e227d75afa353e5874a9ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_49b6e201f3828de6be68c7b60da4c553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b512811d037cd474c6fb9d123a6f132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ac6796533f8451fc6df7e5312ad9774 = $(`<div id="html_6ac6796533f8451fc6df7e5312ad9774" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_0b512811d037cd474c6fb9d123a6f132.setContent(html_6ac6796533f8451fc6df7e5312ad9774);
|
|
|
|
|
|
|
|
marker_2bf2edc877e227d75afa353e5874a9ed.bindPopup(popup_0b512811d037cd474c6fb9d123a6f132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bf2edc877e227d75afa353e5874a9ed.setIcon(icon_49b6e201f3828de6be68c7b60da4c553);
|
|
|
|
|
|
var marker_b3ec31dcee3109285c67be0aef74d02c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5f45a87cd8dd29625f4a029da71af780 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d1e0edc0c91d6d5b1b6410900122aa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8877e72c7cf40d9fcb8984e48ce3b9d8 = $(`<div id="html_8877e72c7cf40d9fcb8984e48ce3b9d8" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_2d1e0edc0c91d6d5b1b6410900122aa7.setContent(html_8877e72c7cf40d9fcb8984e48ce3b9d8);
|
|
|
|
|
|
|
|
marker_b3ec31dcee3109285c67be0aef74d02c.bindPopup(popup_2d1e0edc0c91d6d5b1b6410900122aa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3ec31dcee3109285c67be0aef74d02c.setIcon(icon_5f45a87cd8dd29625f4a029da71af780);
|
|
|
|
|
|
var marker_30f0244f6261913e5d1774bd995bc306 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c103da2c9e73af3100f866663ad3a5db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3461de477e70a33074e71bcff60a92df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6187dcb35e41095e5a37b85fa0df298e = $(`<div id="html_6187dcb35e41095e5a37b85fa0df298e" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_3461de477e70a33074e71bcff60a92df.setContent(html_6187dcb35e41095e5a37b85fa0df298e);
|
|
|
|
|
|
|
|
marker_30f0244f6261913e5d1774bd995bc306.bindPopup(popup_3461de477e70a33074e71bcff60a92df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30f0244f6261913e5d1774bd995bc306.setIcon(icon_c103da2c9e73af3100f866663ad3a5db);
|
|
|
|
|
|
var marker_98d602e7e8fbc2629548a371a5b3f85b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e32351eafc5863e91d2954eb9b25de61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd933df0a8d609b6f3dfa681e49ffa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bf0fa743ff04b875e27b975b38d91fa = $(`<div id="html_3bf0fa743ff04b875e27b975b38d91fa" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_5dd933df0a8d609b6f3dfa681e49ffa5.setContent(html_3bf0fa743ff04b875e27b975b38d91fa);
|
|
|
|
|
|
|
|
marker_98d602e7e8fbc2629548a371a5b3f85b.bindPopup(popup_5dd933df0a8d609b6f3dfa681e49ffa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98d602e7e8fbc2629548a371a5b3f85b.setIcon(icon_e32351eafc5863e91d2954eb9b25de61);
|
|
|
|
|
|
var marker_54d69f026bd249c08b55c91940ef2ae1 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f500ec6fad6327aaa059bce4461caeb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8eeb4af832395e6a940a27fd355ae10e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeb290fca1ee86b17291984c089a8f6d = $(`<div id="html_eeb290fca1ee86b17291984c089a8f6d" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_8eeb4af832395e6a940a27fd355ae10e.setContent(html_eeb290fca1ee86b17291984c089a8f6d);
|
|
|
|
|
|
|
|
marker_54d69f026bd249c08b55c91940ef2ae1.bindPopup(popup_8eeb4af832395e6a940a27fd355ae10e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54d69f026bd249c08b55c91940ef2ae1.setIcon(icon_f500ec6fad6327aaa059bce4461caeb3);
|
|
|
|
|
|
var marker_25179bedac9dfc60ad192637985f2ffa = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_79d1afee5df668001e197a44fd340698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff4fe9007b421ae5797dac3ca75b6661 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb2f061c2398f23a0b1c32aa63f81793 = $(`<div id="html_fb2f061c2398f23a0b1c32aa63f81793" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_ff4fe9007b421ae5797dac3ca75b6661.setContent(html_fb2f061c2398f23a0b1c32aa63f81793);
|
|
|
|
|
|
|
|
marker_25179bedac9dfc60ad192637985f2ffa.bindPopup(popup_ff4fe9007b421ae5797dac3ca75b6661)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25179bedac9dfc60ad192637985f2ffa.setIcon(icon_79d1afee5df668001e197a44fd340698);
|
|
|
|
|
|
var marker_c9c3b396c564aea7e806f6eca340c472 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_eb85426fb744871239bfd702c4132bfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68c43dda3988bd908d4c9772b3e48a0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2680f42e0bfe04651a55da79ca581643 = $(`<div id="html_2680f42e0bfe04651a55da79ca581643" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_68c43dda3988bd908d4c9772b3e48a0d.setContent(html_2680f42e0bfe04651a55da79ca581643);
|
|
|
|
|
|
|
|
marker_c9c3b396c564aea7e806f6eca340c472.bindPopup(popup_68c43dda3988bd908d4c9772b3e48a0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9c3b396c564aea7e806f6eca340c472.setIcon(icon_eb85426fb744871239bfd702c4132bfe);
|
|
|
|
|
|
var marker_a91abc51095f7a5bed9078058f764e72 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_647667b6e4dc9986343efe8cbf199d86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddcd57fa05ab1b9743151e0d2ddbfa81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2fe838881a8e955b166c654d51a2522 = $(`<div id="html_d2fe838881a8e955b166c654d51a2522" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_ddcd57fa05ab1b9743151e0d2ddbfa81.setContent(html_d2fe838881a8e955b166c654d51a2522);
|
|
|
|
|
|
|
|
marker_a91abc51095f7a5bed9078058f764e72.bindPopup(popup_ddcd57fa05ab1b9743151e0d2ddbfa81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a91abc51095f7a5bed9078058f764e72.setIcon(icon_647667b6e4dc9986343efe8cbf199d86);
|
|
|
|
|
|
var marker_7d1b569d733d270ec49ed74c6fb1030c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_dd9fc4c8ad25075ae1e1a9dff8178dfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1105ea3332909ac7f6b2c6f79a36457 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_470dbccbf2ab3ddfcfa37d9c2ca239bf = $(`<div id="html_470dbccbf2ab3ddfcfa37d9c2ca239bf" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_e1105ea3332909ac7f6b2c6f79a36457.setContent(html_470dbccbf2ab3ddfcfa37d9c2ca239bf);
|
|
|
|
|
|
|
|
marker_7d1b569d733d270ec49ed74c6fb1030c.bindPopup(popup_e1105ea3332909ac7f6b2c6f79a36457)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d1b569d733d270ec49ed74c6fb1030c.setIcon(icon_dd9fc4c8ad25075ae1e1a9dff8178dfe);
|
|
|
|
|
|
var marker_2370f7b32e8cc6de67076074dbf6d984 = L.marker(
|
|
[-27.4971, 152.976],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_acf75a380f73f81a8dba83e68cf2458d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f082361a07b48a9d4c13a87291fb963f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d53a93a8bf77456644ecc8edffc1d61 = $(`<div id="html_2d53a93a8bf77456644ecc8edffc1d61" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_f082361a07b48a9d4c13a87291fb963f.setContent(html_2d53a93a8bf77456644ecc8edffc1d61);
|
|
|
|
|
|
|
|
marker_2370f7b32e8cc6de67076074dbf6d984.bindPopup(popup_f082361a07b48a9d4c13a87291fb963f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2370f7b32e8cc6de67076074dbf6d984.setIcon(icon_acf75a380f73f81a8dba83e68cf2458d);
|
|
|
|
|
|
var marker_9e514bf90cbd94db13bfe3bee6ab7927 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_ec8abe70643d35b52050314417f83358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65091e7e83bd72500e6ca0f0c39ba4a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b8d38de17644f4248cb9bd595d97053 = $(`<div id="html_0b8d38de17644f4248cb9bd595d97053" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_65091e7e83bd72500e6ca0f0c39ba4a5.setContent(html_0b8d38de17644f4248cb9bd595d97053);
|
|
|
|
|
|
|
|
marker_9e514bf90cbd94db13bfe3bee6ab7927.bindPopup(popup_65091e7e83bd72500e6ca0f0c39ba4a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e514bf90cbd94db13bfe3bee6ab7927.setIcon(icon_ec8abe70643d35b52050314417f83358);
|
|
|
|
|
|
var marker_0bc01822d8df931c6fd6980e48c03c7c = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_89770fdcdeb27202dd18382e5b846667 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_976c7bced9dc70a158c5b3547c76c04f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cbb2193955e2aeddaf1e50361c7d972 = $(`<div id="html_8cbb2193955e2aeddaf1e50361c7d972" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_976c7bced9dc70a158c5b3547c76c04f.setContent(html_8cbb2193955e2aeddaf1e50361c7d972);
|
|
|
|
|
|
|
|
marker_0bc01822d8df931c6fd6980e48c03c7c.bindPopup(popup_976c7bced9dc70a158c5b3547c76c04f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bc01822d8df931c6fd6980e48c03c7c.setIcon(icon_89770fdcdeb27202dd18382e5b846667);
|
|
|
|
|
|
var marker_a77db29485e25a67efd63fe576a386d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_cc68fa183bfc7ed720928b669c6e6514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89d68b95e4f075998a6750db3b47b7bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_937ac3457bd2ce741dea663e33be8e27 = $(`<div id="html_937ac3457bd2ce741dea663e33be8e27" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_89d68b95e4f075998a6750db3b47b7bb.setContent(html_937ac3457bd2ce741dea663e33be8e27);
|
|
|
|
|
|
|
|
marker_a77db29485e25a67efd63fe576a386d4.bindPopup(popup_89d68b95e4f075998a6750db3b47b7bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a77db29485e25a67efd63fe576a386d4.setIcon(icon_cc68fa183bfc7ed720928b669c6e6514);
|
|
|
|
|
|
var marker_19c27f3a04f1a1172f9abcb3ccd116a8 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_70ba87f856461136b49b57e2115e301a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fecb2b1acff38d823a68d27e80381c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a590c637e73f9dd2b258a1677fc1d49d = $(`<div id="html_a590c637e73f9dd2b258a1677fc1d49d" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_9fecb2b1acff38d823a68d27e80381c6.setContent(html_a590c637e73f9dd2b258a1677fc1d49d);
|
|
|
|
|
|
|
|
marker_19c27f3a04f1a1172f9abcb3ccd116a8.bindPopup(popup_9fecb2b1acff38d823a68d27e80381c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19c27f3a04f1a1172f9abcb3ccd116a8.setIcon(icon_70ba87f856461136b49b57e2115e301a);
|
|
|
|
|
|
var marker_77edb835326dd549b2f2ecab4b4870bc = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_21e3d3bc27f5e0551356291075966f77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da315c21fdcd9abbb563bbaea496e6b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edb57f6a96fe1124407b6dd607c03f91 = $(`<div id="html_edb57f6a96fe1124407b6dd607c03f91" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_da315c21fdcd9abbb563bbaea496e6b0.setContent(html_edb57f6a96fe1124407b6dd607c03f91);
|
|
|
|
|
|
|
|
marker_77edb835326dd549b2f2ecab4b4870bc.bindPopup(popup_da315c21fdcd9abbb563bbaea496e6b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77edb835326dd549b2f2ecab4b4870bc.setIcon(icon_21e3d3bc27f5e0551356291075966f77);
|
|
|
|
|
|
var marker_253eebbbe53d77e1473beb6394d83a0b = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b8205e4acf28c4483e68b552fa02c10f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_356257041921ab9d2454faaf31c1de9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44fada01b8d0ba6daa35080e00de51ff = $(`<div id="html_44fada01b8d0ba6daa35080e00de51ff" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_356257041921ab9d2454faaf31c1de9f.setContent(html_44fada01b8d0ba6daa35080e00de51ff);
|
|
|
|
|
|
|
|
marker_253eebbbe53d77e1473beb6394d83a0b.bindPopup(popup_356257041921ab9d2454faaf31c1de9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_253eebbbe53d77e1473beb6394d83a0b.setIcon(icon_b8205e4acf28c4483e68b552fa02c10f);
|
|
|
|
|
|
var marker_c62d5a5a91e63b6aa015bfd7af5d748b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_13acca7347827823aa4b89ca01faefde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f3ab3d1c76989ab00ddebb2b33c5ae0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed779241ec192760c7bbd1e6ab2c4509 = $(`<div id="html_ed779241ec192760c7bbd1e6ab2c4509" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_8f3ab3d1c76989ab00ddebb2b33c5ae0.setContent(html_ed779241ec192760c7bbd1e6ab2c4509);
|
|
|
|
|
|
|
|
marker_c62d5a5a91e63b6aa015bfd7af5d748b.bindPopup(popup_8f3ab3d1c76989ab00ddebb2b33c5ae0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c62d5a5a91e63b6aa015bfd7af5d748b.setIcon(icon_13acca7347827823aa4b89ca01faefde);
|
|
|
|
|
|
var marker_e5e694f3768986f8870a82ec61e31775 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2f2eadad1f07ea758519997c36315ebf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95f56546c74539cce797e2d8cdd13c14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1cb9e426debce56d06648b428a4f7ad = $(`<div id="html_f1cb9e426debce56d06648b428a4f7ad" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_95f56546c74539cce797e2d8cdd13c14.setContent(html_f1cb9e426debce56d06648b428a4f7ad);
|
|
|
|
|
|
|
|
marker_e5e694f3768986f8870a82ec61e31775.bindPopup(popup_95f56546c74539cce797e2d8cdd13c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5e694f3768986f8870a82ec61e31775.setIcon(icon_2f2eadad1f07ea758519997c36315ebf);
|
|
|
|
|
|
var marker_3cb401a901cae993785fcaa4da1d1ada = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_affcc697a031a5eedf404a8f8071f8c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3e78e4289e16091cd3b869c304ef023 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5df620023f08d9faa87d33337e812123 = $(`<div id="html_5df620023f08d9faa87d33337e812123" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_a3e78e4289e16091cd3b869c304ef023.setContent(html_5df620023f08d9faa87d33337e812123);
|
|
|
|
|
|
|
|
marker_3cb401a901cae993785fcaa4da1d1ada.bindPopup(popup_a3e78e4289e16091cd3b869c304ef023)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cb401a901cae993785fcaa4da1d1ada.setIcon(icon_affcc697a031a5eedf404a8f8071f8c7);
|
|
|
|
|
|
var marker_b0cc46bc17df6400c6b9be24f57c6c3c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_047e953e8461c359f6cd1708ed2ebb62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14efbeba5536f64becdb43b0fe0de70a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2054752a084d53836d572da2726c6bdf = $(`<div id="html_2054752a084d53836d572da2726c6bdf" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_14efbeba5536f64becdb43b0fe0de70a.setContent(html_2054752a084d53836d572da2726c6bdf);
|
|
|
|
|
|
|
|
marker_b0cc46bc17df6400c6b9be24f57c6c3c.bindPopup(popup_14efbeba5536f64becdb43b0fe0de70a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0cc46bc17df6400c6b9be24f57c6c3c.setIcon(icon_047e953e8461c359f6cd1708ed2ebb62);
|
|
|
|
|
|
var marker_4b8b21b8f6e50011171fe18130c4157c = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_714318d736526ad378f7dbb4c1f3c72d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_703f2b7c5a29ac2348ac34998b3b7d73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74a67dae809f3a4325a84f3cc06f6e72 = $(`<div id="html_74a67dae809f3a4325a84f3cc06f6e72" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_703f2b7c5a29ac2348ac34998b3b7d73.setContent(html_74a67dae809f3a4325a84f3cc06f6e72);
|
|
|
|
|
|
|
|
marker_4b8b21b8f6e50011171fe18130c4157c.bindPopup(popup_703f2b7c5a29ac2348ac34998b3b7d73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b8b21b8f6e50011171fe18130c4157c.setIcon(icon_714318d736526ad378f7dbb4c1f3c72d);
|
|
|
|
|
|
var marker_0f7db9463f39b2dfe34a28f35190cf11 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b1c484d5120899f0cab12000260a07a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5be891d341bd73443bd51a360a950a68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd1f01d07be793eeb8d4077ff9d1befe = $(`<div id="html_dd1f01d07be793eeb8d4077ff9d1befe" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_5be891d341bd73443bd51a360a950a68.setContent(html_dd1f01d07be793eeb8d4077ff9d1befe);
|
|
|
|
|
|
|
|
marker_0f7db9463f39b2dfe34a28f35190cf11.bindPopup(popup_5be891d341bd73443bd51a360a950a68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f7db9463f39b2dfe34a28f35190cf11.setIcon(icon_b1c484d5120899f0cab12000260a07a8);
|
|
|
|
|
|
var marker_ecf7e2059385b52b77b3244bfe23789e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_ccc6f23c1ca92670a9f76e7167816143 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b60239697ee93da5dd619e0ec63d7609 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40a560d05ded0322e59f0efa5093193b = $(`<div id="html_40a560d05ded0322e59f0efa5093193b" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_b60239697ee93da5dd619e0ec63d7609.setContent(html_40a560d05ded0322e59f0efa5093193b);
|
|
|
|
|
|
|
|
marker_ecf7e2059385b52b77b3244bfe23789e.bindPopup(popup_b60239697ee93da5dd619e0ec63d7609)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecf7e2059385b52b77b3244bfe23789e.setIcon(icon_ccc6f23c1ca92670a9f76e7167816143);
|
|
|
|
|
|
var marker_c42b22b25e6b7f8c343f3209bb78eaa6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0b4b6ca9c1693adde546e8e5146edb23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1c58fc7aa7e2405d0430b0a9af58d1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cb7bfcb88212ac5f95c3f766759a296 = $(`<div id="html_7cb7bfcb88212ac5f95c3f766759a296" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_c1c58fc7aa7e2405d0430b0a9af58d1f.setContent(html_7cb7bfcb88212ac5f95c3f766759a296);
|
|
|
|
|
|
|
|
marker_c42b22b25e6b7f8c343f3209bb78eaa6.bindPopup(popup_c1c58fc7aa7e2405d0430b0a9af58d1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c42b22b25e6b7f8c343f3209bb78eaa6.setIcon(icon_0b4b6ca9c1693adde546e8e5146edb23);
|
|
|
|
|
|
var marker_603c45831b72a54a8f90d3ed8329e453 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_51490d6a6cf3b82fc0efab1e354662d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_240883f9a63aef7cde85dc537284aded = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fc13aa75dff686f5d557ccb60090a74 = $(`<div id="html_4fc13aa75dff686f5d557ccb60090a74" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_240883f9a63aef7cde85dc537284aded.setContent(html_4fc13aa75dff686f5d557ccb60090a74);
|
|
|
|
|
|
|
|
marker_603c45831b72a54a8f90d3ed8329e453.bindPopup(popup_240883f9a63aef7cde85dc537284aded)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_603c45831b72a54a8f90d3ed8329e453.setIcon(icon_51490d6a6cf3b82fc0efab1e354662d1);
|
|
|
|
|
|
var marker_b5f39d2d02d15a29b5b48c5aa2066b4f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b0c10804b84c4d97be5f7d02319fa9f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca591dee7308be96a10d9719e085c5da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_401c602dc95dd2a1a173cc27a15c10eb = $(`<div id="html_401c602dc95dd2a1a173cc27a15c10eb" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_ca591dee7308be96a10d9719e085c5da.setContent(html_401c602dc95dd2a1a173cc27a15c10eb);
|
|
|
|
|
|
|
|
marker_b5f39d2d02d15a29b5b48c5aa2066b4f.bindPopup(popup_ca591dee7308be96a10d9719e085c5da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5f39d2d02d15a29b5b48c5aa2066b4f.setIcon(icon_b0c10804b84c4d97be5f7d02319fa9f5);
|
|
|
|
|
|
var marker_222760d3e808e4d577a261f5c4801103 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a94ac0f76495a68cc2985c570b70c15c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54caa8abc3fd2b6d1e5ef9c6a85f6cd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e670675ae21e1590d0d676a8ff573146 = $(`<div id="html_e670675ae21e1590d0d676a8ff573146" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_54caa8abc3fd2b6d1e5ef9c6a85f6cd9.setContent(html_e670675ae21e1590d0d676a8ff573146);
|
|
|
|
|
|
|
|
marker_222760d3e808e4d577a261f5c4801103.bindPopup(popup_54caa8abc3fd2b6d1e5ef9c6a85f6cd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_222760d3e808e4d577a261f5c4801103.setIcon(icon_a94ac0f76495a68cc2985c570b70c15c);
|
|
|
|
|
|
var marker_0a93cd82bab0c191d4c239a1473d555c = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8560705d30b33e1fe64fb42449af58bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e465613b71e3ef17ecb7f5c7790bcc24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df5cad7cf19005d1059ce090a5916dc5 = $(`<div id="html_df5cad7cf19005d1059ce090a5916dc5" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_e465613b71e3ef17ecb7f5c7790bcc24.setContent(html_df5cad7cf19005d1059ce090a5916dc5);
|
|
|
|
|
|
|
|
marker_0a93cd82bab0c191d4c239a1473d555c.bindPopup(popup_e465613b71e3ef17ecb7f5c7790bcc24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a93cd82bab0c191d4c239a1473d555c.setIcon(icon_8560705d30b33e1fe64fb42449af58bc);
|
|
|
|
|
|
var marker_d2f51794c4fe8d1bd2e22719176abe49 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_dd1e6b49374dd1a8a95c1c4dd69699fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f517196d8841127a49994634978a6bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d68725db51eda4312916db999bc9bfb = $(`<div id="html_6d68725db51eda4312916db999bc9bfb" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_3f517196d8841127a49994634978a6bc.setContent(html_6d68725db51eda4312916db999bc9bfb);
|
|
|
|
|
|
|
|
marker_d2f51794c4fe8d1bd2e22719176abe49.bindPopup(popup_3f517196d8841127a49994634978a6bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2f51794c4fe8d1bd2e22719176abe49.setIcon(icon_dd1e6b49374dd1a8a95c1c4dd69699fe);
|
|
|
|
|
|
var marker_3db8c2363caa1c29324dfd973acd2097 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_dbc9921558f63a8852c62f629497744c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aac77c864d8bb10adb567f2e5f01f6b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39bdc01129373e91239c34d789331fb4 = $(`<div id="html_39bdc01129373e91239c34d789331fb4" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_aac77c864d8bb10adb567f2e5f01f6b5.setContent(html_39bdc01129373e91239c34d789331fb4);
|
|
|
|
|
|
|
|
marker_3db8c2363caa1c29324dfd973acd2097.bindPopup(popup_aac77c864d8bb10adb567f2e5f01f6b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3db8c2363caa1c29324dfd973acd2097.setIcon(icon_dbc9921558f63a8852c62f629497744c);
|
|
|
|
|
|
var marker_7c3b7bd70426ff926a911fcb4f4848d5 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_afb90ee2e7e574c475dd13efb3549566 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bbde412f18e6cec85494acb1f03a9e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c6e5c95010371b27f01e204804da223 = $(`<div id="html_4c6e5c95010371b27f01e204804da223" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_8bbde412f18e6cec85494acb1f03a9e7.setContent(html_4c6e5c95010371b27f01e204804da223);
|
|
|
|
|
|
|
|
marker_7c3b7bd70426ff926a911fcb4f4848d5.bindPopup(popup_8bbde412f18e6cec85494acb1f03a9e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c3b7bd70426ff926a911fcb4f4848d5.setIcon(icon_afb90ee2e7e574c475dd13efb3549566);
|
|
|
|
|
|
var marker_147eaab906f09dece91cb66b0cf4b77f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_7fc362fcfd91e5488e7ae9e66897f57c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47b94bd62a71a2b6d832081691ab08d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ae95a0eb17fbef68e72b89d65ccdda3 = $(`<div id="html_0ae95a0eb17fbef68e72b89d65ccdda3" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_47b94bd62a71a2b6d832081691ab08d6.setContent(html_0ae95a0eb17fbef68e72b89d65ccdda3);
|
|
|
|
|
|
|
|
marker_147eaab906f09dece91cb66b0cf4b77f.bindPopup(popup_47b94bd62a71a2b6d832081691ab08d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_147eaab906f09dece91cb66b0cf4b77f.setIcon(icon_7fc362fcfd91e5488e7ae9e66897f57c);
|
|
|
|
|
|
var marker_91ee16085428b55d618a9fec82b9420c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_deee5a783bb3d8e1e45746c2b05df6ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31208dab131bc4bbfd6aecefc04367ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b13d0dc108aca25fb1b8f5bfc3b3daab = $(`<div id="html_b13d0dc108aca25fb1b8f5bfc3b3daab" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_31208dab131bc4bbfd6aecefc04367ba.setContent(html_b13d0dc108aca25fb1b8f5bfc3b3daab);
|
|
|
|
|
|
|
|
marker_91ee16085428b55d618a9fec82b9420c.bindPopup(popup_31208dab131bc4bbfd6aecefc04367ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91ee16085428b55d618a9fec82b9420c.setIcon(icon_deee5a783bb3d8e1e45746c2b05df6ed);
|
|
|
|
|
|
var marker_5e3e3df55011907e29b934e94cbd642c = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_fd5814cc641bdad9627f487b5925b699 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5351da3977318c6675df55a38849b00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f11ecc531f44727e61b9ca567c51b71 = $(`<div id="html_2f11ecc531f44727e61b9ca567c51b71" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_d5351da3977318c6675df55a38849b00.setContent(html_2f11ecc531f44727e61b9ca567c51b71);
|
|
|
|
|
|
|
|
marker_5e3e3df55011907e29b934e94cbd642c.bindPopup(popup_d5351da3977318c6675df55a38849b00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e3e3df55011907e29b934e94cbd642c.setIcon(icon_fd5814cc641bdad9627f487b5925b699);
|
|
|
|
|
|
var marker_6ef0b18466107208a6e4cc73b7a8612f = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_90705445facd0b1b01739a36dfe671c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7180b6ffbc2895eefbb57500086a071e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92a54fffaf6e3e929adde54da881c222 = $(`<div id="html_92a54fffaf6e3e929adde54da881c222" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_7180b6ffbc2895eefbb57500086a071e.setContent(html_92a54fffaf6e3e929adde54da881c222);
|
|
|
|
|
|
|
|
marker_6ef0b18466107208a6e4cc73b7a8612f.bindPopup(popup_7180b6ffbc2895eefbb57500086a071e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ef0b18466107208a6e4cc73b7a8612f.setIcon(icon_90705445facd0b1b01739a36dfe671c8);
|
|
|
|
|
|
var marker_dbffd00929a4410e8cb8628d09f4536a = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_354f558d3a1ea0111b55a2c81ca3cc49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e9267d9a511447aa7c3118db1ae9782 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29ab000d10817f711f8b54916e919072 = $(`<div id="html_29ab000d10817f711f8b54916e919072" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_6e9267d9a511447aa7c3118db1ae9782.setContent(html_29ab000d10817f711f8b54916e919072);
|
|
|
|
|
|
|
|
marker_dbffd00929a4410e8cb8628d09f4536a.bindPopup(popup_6e9267d9a511447aa7c3118db1ae9782)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbffd00929a4410e8cb8628d09f4536a.setIcon(icon_354f558d3a1ea0111b55a2c81ca3cc49);
|
|
|
|
|
|
var marker_85fadfafba0bda2c0a58b8d3c1cf63be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_cbeb2033ea8129685373f208f6a7ca98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcb81751a5a9a7ab4c0fa6a796e8ce19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca5b53bc404b25845e56dd50dc99d144 = $(`<div id="html_ca5b53bc404b25845e56dd50dc99d144" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_dcb81751a5a9a7ab4c0fa6a796e8ce19.setContent(html_ca5b53bc404b25845e56dd50dc99d144);
|
|
|
|
|
|
|
|
marker_85fadfafba0bda2c0a58b8d3c1cf63be.bindPopup(popup_dcb81751a5a9a7ab4c0fa6a796e8ce19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85fadfafba0bda2c0a58b8d3c1cf63be.setIcon(icon_cbeb2033ea8129685373f208f6a7ca98);
|
|
|
|
|
|
var marker_a99b78f5cf98f0896a233eab9a313178 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a115672af9056c6ff47f16860e9d0461 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aef129c586f12c2c9fce6e52e514093 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f74ebd06cb1bf1846497fa9b03531153 = $(`<div id="html_f74ebd06cb1bf1846497fa9b03531153" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_3aef129c586f12c2c9fce6e52e514093.setContent(html_f74ebd06cb1bf1846497fa9b03531153);
|
|
|
|
|
|
|
|
marker_a99b78f5cf98f0896a233eab9a313178.bindPopup(popup_3aef129c586f12c2c9fce6e52e514093)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a99b78f5cf98f0896a233eab9a313178.setIcon(icon_a115672af9056c6ff47f16860e9d0461);
|
|
|
|
|
|
var marker_13c2170a75cc45e2a7eb755e6d263c4d = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_70eb5268a8386e10607d728e14c058bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d7841abbd0b0a584d662b7c61777be0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daae2eba6754da6c0967597b3281ab77 = $(`<div id="html_daae2eba6754da6c0967597b3281ab77" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_7d7841abbd0b0a584d662b7c61777be0.setContent(html_daae2eba6754da6c0967597b3281ab77);
|
|
|
|
|
|
|
|
marker_13c2170a75cc45e2a7eb755e6d263c4d.bindPopup(popup_7d7841abbd0b0a584d662b7c61777be0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13c2170a75cc45e2a7eb755e6d263c4d.setIcon(icon_70eb5268a8386e10607d728e14c058bc);
|
|
|
|
|
|
var marker_fd3e8bf1e99b433881c84987d48bd61d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f35ca64978ce40ffd1231d537a01b350 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0961eb964d31feeb10ebab114c48a2b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41b8cbf49435e7a9aad86527f9054eb9 = $(`<div id="html_41b8cbf49435e7a9aad86527f9054eb9" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_0961eb964d31feeb10ebab114c48a2b8.setContent(html_41b8cbf49435e7a9aad86527f9054eb9);
|
|
|
|
|
|
|
|
marker_fd3e8bf1e99b433881c84987d48bd61d.bindPopup(popup_0961eb964d31feeb10ebab114c48a2b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd3e8bf1e99b433881c84987d48bd61d.setIcon(icon_f35ca64978ce40ffd1231d537a01b350);
|
|
|
|
|
|
var marker_f92887633e05a71487d38b940300d102 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_36288b863b256952ea02557465e5b45d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66a19d66b20e7ec7430857e7fea6f849 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ba30f8a6d9f9ec53d8edbaca77dcffb = $(`<div id="html_5ba30f8a6d9f9ec53d8edbaca77dcffb" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_66a19d66b20e7ec7430857e7fea6f849.setContent(html_5ba30f8a6d9f9ec53d8edbaca77dcffb);
|
|
|
|
|
|
|
|
marker_f92887633e05a71487d38b940300d102.bindPopup(popup_66a19d66b20e7ec7430857e7fea6f849)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f92887633e05a71487d38b940300d102.setIcon(icon_36288b863b256952ea02557465e5b45d);
|
|
|
|
|
|
var marker_0c24e4f0cbf8c927ad58a48747337633 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_57bdddbc8a31a6f3588a78ec3d6638cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7161f2597362b23838f411fba56d512a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a6c8f3117769ee3979c03351d1d97d0 = $(`<div id="html_0a6c8f3117769ee3979c03351d1d97d0" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_7161f2597362b23838f411fba56d512a.setContent(html_0a6c8f3117769ee3979c03351d1d97d0);
|
|
|
|
|
|
|
|
marker_0c24e4f0cbf8c927ad58a48747337633.bindPopup(popup_7161f2597362b23838f411fba56d512a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c24e4f0cbf8c927ad58a48747337633.setIcon(icon_57bdddbc8a31a6f3588a78ec3d6638cf);
|
|
|
|
|
|
var marker_d7267d694940b41c017ccb3b528a8965 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_eca6f14e8ae776f5e26a18af0a63bd75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b17fa9ace700665193103f1a5381c9f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0c028d89b058eb972d17bc07aa01719 = $(`<div id="html_d0c028d89b058eb972d17bc07aa01719" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_b17fa9ace700665193103f1a5381c9f7.setContent(html_d0c028d89b058eb972d17bc07aa01719);
|
|
|
|
|
|
|
|
marker_d7267d694940b41c017ccb3b528a8965.bindPopup(popup_b17fa9ace700665193103f1a5381c9f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7267d694940b41c017ccb3b528a8965.setIcon(icon_eca6f14e8ae776f5e26a18af0a63bd75);
|
|
|
|
|
|
var marker_513ed5e207aae3a79118b1af387436fb = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c81396ef905e8869fb04e0c4dc9d7abf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a68c4d10f4d8fa147f676454374c3ef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4d07ad886a144f192797cee0e1243db = $(`<div id="html_f4d07ad886a144f192797cee0e1243db" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_a68c4d10f4d8fa147f676454374c3ef2.setContent(html_f4d07ad886a144f192797cee0e1243db);
|
|
|
|
|
|
|
|
marker_513ed5e207aae3a79118b1af387436fb.bindPopup(popup_a68c4d10f4d8fa147f676454374c3ef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_513ed5e207aae3a79118b1af387436fb.setIcon(icon_c81396ef905e8869fb04e0c4dc9d7abf);
|
|
|
|
|
|
var marker_bfa565b9fb1fa073709a41d758b7f910 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_81c8f9d37fb8da359f24b7355e0b9788 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6faf3fa4e89846377fda973fb034d25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e1bff729d19dbf588c31612c19358b7 = $(`<div id="html_5e1bff729d19dbf588c31612c19358b7" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_e6faf3fa4e89846377fda973fb034d25.setContent(html_5e1bff729d19dbf588c31612c19358b7);
|
|
|
|
|
|
|
|
marker_bfa565b9fb1fa073709a41d758b7f910.bindPopup(popup_e6faf3fa4e89846377fda973fb034d25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa565b9fb1fa073709a41d758b7f910.setIcon(icon_81c8f9d37fb8da359f24b7355e0b9788);
|
|
|
|
|
|
var marker_4df7a69b12bc78286e60ab97fb357a5d = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_eea88b4375811ccb325d7dc1b0205b8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86beb546317915537c93eb10386d1a63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e65674074f0710defa93998104bcde43 = $(`<div id="html_e65674074f0710defa93998104bcde43" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_86beb546317915537c93eb10386d1a63.setContent(html_e65674074f0710defa93998104bcde43);
|
|
|
|
|
|
|
|
marker_4df7a69b12bc78286e60ab97fb357a5d.bindPopup(popup_86beb546317915537c93eb10386d1a63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4df7a69b12bc78286e60ab97fb357a5d.setIcon(icon_eea88b4375811ccb325d7dc1b0205b8f);
|
|
|
|
|
|
var marker_f450c7de0563ee6d8ab9884476940984 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5ed33315294135784ba90a8b99ca1346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c4359eb9350eb2c35017d171669dc51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12f876395ad155dbd41fe2f4837e7cfb = $(`<div id="html_12f876395ad155dbd41fe2f4837e7cfb" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_2c4359eb9350eb2c35017d171669dc51.setContent(html_12f876395ad155dbd41fe2f4837e7cfb);
|
|
|
|
|
|
|
|
marker_f450c7de0563ee6d8ab9884476940984.bindPopup(popup_2c4359eb9350eb2c35017d171669dc51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f450c7de0563ee6d8ab9884476940984.setIcon(icon_5ed33315294135784ba90a8b99ca1346);
|
|
|
|
|
|
var marker_e7f3ce2af275528cef4b0f46863d2472 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5b5c93bc3bc1fce00a184fb217fa4ca1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5f8e0793007da8c0e00500e461fd5eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa8cb8ce85f61fa6ed15042f613051d1 = $(`<div id="html_aa8cb8ce85f61fa6ed15042f613051d1" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_b5f8e0793007da8c0e00500e461fd5eb.setContent(html_aa8cb8ce85f61fa6ed15042f613051d1);
|
|
|
|
|
|
|
|
marker_e7f3ce2af275528cef4b0f46863d2472.bindPopup(popup_b5f8e0793007da8c0e00500e461fd5eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7f3ce2af275528cef4b0f46863d2472.setIcon(icon_5b5c93bc3bc1fce00a184fb217fa4ca1);
|
|
|
|
|
|
var marker_f1c836afe4dab6b34128ba5a291c6db4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c4e3fc9b33d050d6ab8e8ec111289455 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f996ade300421d512e0c823bb7b29ace = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a8a893d56642a281d4a35d7081535c1 = $(`<div id="html_9a8a893d56642a281d4a35d7081535c1" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_f996ade300421d512e0c823bb7b29ace.setContent(html_9a8a893d56642a281d4a35d7081535c1);
|
|
|
|
|
|
|
|
marker_f1c836afe4dab6b34128ba5a291c6db4.bindPopup(popup_f996ade300421d512e0c823bb7b29ace)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1c836afe4dab6b34128ba5a291c6db4.setIcon(icon_c4e3fc9b33d050d6ab8e8ec111289455);
|
|
|
|
|
|
var marker_e12f6ffd6881ed6583bc1574f3368ae0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_16ca5851fd77cb63740b6fc8a9658782 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7fe23a1c2263cda9aca8d6d12c1e82b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c488f46ea5715333e08f0b7a5ac39825 = $(`<div id="html_c488f46ea5715333e08f0b7a5ac39825" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_e7fe23a1c2263cda9aca8d6d12c1e82b.setContent(html_c488f46ea5715333e08f0b7a5ac39825);
|
|
|
|
|
|
|
|
marker_e12f6ffd6881ed6583bc1574f3368ae0.bindPopup(popup_e7fe23a1c2263cda9aca8d6d12c1e82b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e12f6ffd6881ed6583bc1574f3368ae0.setIcon(icon_16ca5851fd77cb63740b6fc8a9658782);
|
|
|
|
|
|
var marker_886e6dce09c3b7f5fb7b4ff49be09c1d = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e7329e9acd611769839c455e6861c492 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98827c16637940d8f740a75cf30a9822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_973bd160c5c70bfa03e807fe077ea21f = $(`<div id="html_973bd160c5c70bfa03e807fe077ea21f" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_98827c16637940d8f740a75cf30a9822.setContent(html_973bd160c5c70bfa03e807fe077ea21f);
|
|
|
|
|
|
|
|
marker_886e6dce09c3b7f5fb7b4ff49be09c1d.bindPopup(popup_98827c16637940d8f740a75cf30a9822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_886e6dce09c3b7f5fb7b4ff49be09c1d.setIcon(icon_e7329e9acd611769839c455e6861c492);
|
|
|
|
|
|
var marker_7e34662fe938091db30ffaa672607073 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9fa9df7c04cc2726d22eb9aa439ed5cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32eaed745e55c07c971f73aac859d199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd6c7e17f962cd1ac0890f5c38b3fca6 = $(`<div id="html_fd6c7e17f962cd1ac0890f5c38b3fca6" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_32eaed745e55c07c971f73aac859d199.setContent(html_fd6c7e17f962cd1ac0890f5c38b3fca6);
|
|
|
|
|
|
|
|
marker_7e34662fe938091db30ffaa672607073.bindPopup(popup_32eaed745e55c07c971f73aac859d199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e34662fe938091db30ffaa672607073.setIcon(icon_9fa9df7c04cc2726d22eb9aa439ed5cf);
|
|
|
|
|
|
var marker_5a15235243812fc7463e5fe1a8523795 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d47579fb86ab081371deab5b48966876 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1709ddfa30fab564946000c29191eed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_252373990770836d84b7681bf7787ddd = $(`<div id="html_252373990770836d84b7681bf7787ddd" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_a1709ddfa30fab564946000c29191eed.setContent(html_252373990770836d84b7681bf7787ddd);
|
|
|
|
|
|
|
|
marker_5a15235243812fc7463e5fe1a8523795.bindPopup(popup_a1709ddfa30fab564946000c29191eed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a15235243812fc7463e5fe1a8523795.setIcon(icon_d47579fb86ab081371deab5b48966876);
|
|
|
|
|
|
var marker_111f64bf6d028d0ed97c2c138454a327 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_87edd0b6d17b816866580493b3d48aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f718930ea2123db5568e88f0d773a0cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce46c67a2cf422624766eab9bdea1c66 = $(`<div id="html_ce46c67a2cf422624766eab9bdea1c66" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_f718930ea2123db5568e88f0d773a0cb.setContent(html_ce46c67a2cf422624766eab9bdea1c66);
|
|
|
|
|
|
|
|
marker_111f64bf6d028d0ed97c2c138454a327.bindPopup(popup_f718930ea2123db5568e88f0d773a0cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_111f64bf6d028d0ed97c2c138454a327.setIcon(icon_87edd0b6d17b816866580493b3d48aee);
|
|
|
|
|
|
var marker_9a6f468dea167622e045e42bdaaf6f77 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a7505292694eb7c33d7c63c8cfa1a1fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cecfdeb8388e28fc331ef9fa4626f39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d9609adefd6f2fd61feba647e473ff3 = $(`<div id="html_6d9609adefd6f2fd61feba647e473ff3" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_6cecfdeb8388e28fc331ef9fa4626f39.setContent(html_6d9609adefd6f2fd61feba647e473ff3);
|
|
|
|
|
|
|
|
marker_9a6f468dea167622e045e42bdaaf6f77.bindPopup(popup_6cecfdeb8388e28fc331ef9fa4626f39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a6f468dea167622e045e42bdaaf6f77.setIcon(icon_a7505292694eb7c33d7c63c8cfa1a1fb);
|
|
|
|
|
|
var marker_62d35e5c751052cc31a4457e4de7860f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8839ddb917370efaf0ed25008efb48c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36eb8ae2de34fecd4636582915d2655f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfb5f096e18ebec1b80a849c4d1d2c6e = $(`<div id="html_cfb5f096e18ebec1b80a849c4d1d2c6e" style="width: 100.0%; height: 100.0%;">additions-rev-rainbow-task.trycloudflare.com</div>`)[0];
|
|
popup_36eb8ae2de34fecd4636582915d2655f.setContent(html_cfb5f096e18ebec1b80a849c4d1d2c6e);
|
|
|
|
|
|
|
|
marker_62d35e5c751052cc31a4457e4de7860f.bindPopup(popup_36eb8ae2de34fecd4636582915d2655f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62d35e5c751052cc31a4457e4de7860f.setIcon(icon_8839ddb917370efaf0ed25008efb48c7);
|
|
|
|
|
|
var marker_f83868c787976f01cf2f7cbf1e669701 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c113de5ca920bb16b6910d75b60c80a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91c2bc54185d8c008a38a73ed7bc5a65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0aea8c3ec37a0a512d501faf8056c23c = $(`<div id="html_0aea8c3ec37a0a512d501faf8056c23c" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_91c2bc54185d8c008a38a73ed7bc5a65.setContent(html_0aea8c3ec37a0a512d501faf8056c23c);
|
|
|
|
|
|
|
|
marker_f83868c787976f01cf2f7cbf1e669701.bindPopup(popup_91c2bc54185d8c008a38a73ed7bc5a65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f83868c787976f01cf2f7cbf1e669701.setIcon(icon_c113de5ca920bb16b6910d75b60c80a5);
|
|
|
|
|
|
var marker_0cb6be40c048cde5b37b26f016cf5598 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_92ebcda1e839a8a725c0c12bc99215ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f0450cc8e22b5e7654a5bba5d2cfc85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_073749ec7830fb201c35640ff3a33374 = $(`<div id="html_073749ec7830fb201c35640ff3a33374" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_6f0450cc8e22b5e7654a5bba5d2cfc85.setContent(html_073749ec7830fb201c35640ff3a33374);
|
|
|
|
|
|
|
|
marker_0cb6be40c048cde5b37b26f016cf5598.bindPopup(popup_6f0450cc8e22b5e7654a5bba5d2cfc85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cb6be40c048cde5b37b26f016cf5598.setIcon(icon_92ebcda1e839a8a725c0c12bc99215ed);
|
|
|
|
|
|
var marker_fa2e3e2a7d7ce7594988e85446b2fa49 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b60e49232cc8756b799a06f1bdee0d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a509d87d2cef22ba61e95c8572a8d79c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a76c339c0d5236dec7b246352e950c56 = $(`<div id="html_a76c339c0d5236dec7b246352e950c56" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_a509d87d2cef22ba61e95c8572a8d79c.setContent(html_a76c339c0d5236dec7b246352e950c56);
|
|
|
|
|
|
|
|
marker_fa2e3e2a7d7ce7594988e85446b2fa49.bindPopup(popup_a509d87d2cef22ba61e95c8572a8d79c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa2e3e2a7d7ce7594988e85446b2fa49.setIcon(icon_b60e49232cc8756b799a06f1bdee0d9d);
|
|
|
|
|
|
var marker_723bde2c1bb3ad176a7df4314f3c91e0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1c34d3c9835c1a7658aad88f0b6983f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eabcf1b89e058c81cd2ca376e7edf13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af64ef51f2c77a2a13f7fd360aa394d4 = $(`<div id="html_af64ef51f2c77a2a13f7fd360aa394d4" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_7eabcf1b89e058c81cd2ca376e7edf13.setContent(html_af64ef51f2c77a2a13f7fd360aa394d4);
|
|
|
|
|
|
|
|
marker_723bde2c1bb3ad176a7df4314f3c91e0.bindPopup(popup_7eabcf1b89e058c81cd2ca376e7edf13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_723bde2c1bb3ad176a7df4314f3c91e0.setIcon(icon_1c34d3c9835c1a7658aad88f0b6983f1);
|
|
|
|
|
|
var marker_605cca33f129f937b33e4418e5bf7a4b = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_ed9ff9ef10b8d77e9212d91ea3d7009f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8594da0f76faae2faf36ec80dad22c31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba516f14abe67534ddde59cb047f2500 = $(`<div id="html_ba516f14abe67534ddde59cb047f2500" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_8594da0f76faae2faf36ec80dad22c31.setContent(html_ba516f14abe67534ddde59cb047f2500);
|
|
|
|
|
|
|
|
marker_605cca33f129f937b33e4418e5bf7a4b.bindPopup(popup_8594da0f76faae2faf36ec80dad22c31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_605cca33f129f937b33e4418e5bf7a4b.setIcon(icon_ed9ff9ef10b8d77e9212d91ea3d7009f);
|
|
|
|
|
|
var marker_1c870fb078953f8995270f0781496e4b = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2a89e32280741622ab9ab7f9c3a3097e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48449937f8591b55d3e2b29bc442e53e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c9c0f3765749e73a3a7a49eaa4347b4 = $(`<div id="html_3c9c0f3765749e73a3a7a49eaa4347b4" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_48449937f8591b55d3e2b29bc442e53e.setContent(html_3c9c0f3765749e73a3a7a49eaa4347b4);
|
|
|
|
|
|
|
|
marker_1c870fb078953f8995270f0781496e4b.bindPopup(popup_48449937f8591b55d3e2b29bc442e53e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c870fb078953f8995270f0781496e4b.setIcon(icon_2a89e32280741622ab9ab7f9c3a3097e);
|
|
|
|
|
|
var marker_84ea5c42fb942676ed76d54c16eac7a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0d72c834451f6a211db05748a0be3e81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1b306d25eac78041a950e87ac158f53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c122b0e65bb1ac9d7f8c202b2b9fce0 = $(`<div id="html_1c122b0e65bb1ac9d7f8c202b2b9fce0" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_f1b306d25eac78041a950e87ac158f53.setContent(html_1c122b0e65bb1ac9d7f8c202b2b9fce0);
|
|
|
|
|
|
|
|
marker_84ea5c42fb942676ed76d54c16eac7a6.bindPopup(popup_f1b306d25eac78041a950e87ac158f53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84ea5c42fb942676ed76d54c16eac7a6.setIcon(icon_0d72c834451f6a211db05748a0be3e81);
|
|
|
|
|
|
var marker_2f3f280782ec2033d99c4725242c447d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_dacf9b5578b03e1bc83ea93930a6bf3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad89519c61121489d0f038b1215c4485 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ab5f8584f07663cba7f457958518bc = $(`<div id="html_88ab5f8584f07663cba7f457958518bc" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_ad89519c61121489d0f038b1215c4485.setContent(html_88ab5f8584f07663cba7f457958518bc);
|
|
|
|
|
|
|
|
marker_2f3f280782ec2033d99c4725242c447d.bindPopup(popup_ad89519c61121489d0f038b1215c4485)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f3f280782ec2033d99c4725242c447d.setIcon(icon_dacf9b5578b03e1bc83ea93930a6bf3a);
|
|
|
|
|
|
var marker_15da995f07ff6797b7d571b0cee38fef = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a052e1bcb28c1085b7fc96741d0db881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1017d340917c6a11f5912feef1a00530 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e19f3cdce48c4740bd833ec6513dbbfb = $(`<div id="html_e19f3cdce48c4740bd833ec6513dbbfb" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_1017d340917c6a11f5912feef1a00530.setContent(html_e19f3cdce48c4740bd833ec6513dbbfb);
|
|
|
|
|
|
|
|
marker_15da995f07ff6797b7d571b0cee38fef.bindPopup(popup_1017d340917c6a11f5912feef1a00530)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15da995f07ff6797b7d571b0cee38fef.setIcon(icon_a052e1bcb28c1085b7fc96741d0db881);
|
|
|
|
|
|
var marker_7cacca7dd94f4ca6aedf8c4323b48f2d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a4e9a942899448d60430591355e6bb6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2f9058e9b319ef6df952afe9635bae8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caaae900ec20c6f53740c49810cb7164 = $(`<div id="html_caaae900ec20c6f53740c49810cb7164" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_b2f9058e9b319ef6df952afe9635bae8.setContent(html_caaae900ec20c6f53740c49810cb7164);
|
|
|
|
|
|
|
|
marker_7cacca7dd94f4ca6aedf8c4323b48f2d.bindPopup(popup_b2f9058e9b319ef6df952afe9635bae8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cacca7dd94f4ca6aedf8c4323b48f2d.setIcon(icon_a4e9a942899448d60430591355e6bb6d);
|
|
|
|
|
|
var marker_a50e07e93492ff5d7725b880c7803fe4 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9a1e8e4f7f43299133c7eabbb9d3d21a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d49eb956cc2065cb9ccb975278640d3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2af904b2076ea136c79efa20ac748f7f = $(`<div id="html_2af904b2076ea136c79efa20ac748f7f" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_d49eb956cc2065cb9ccb975278640d3a.setContent(html_2af904b2076ea136c79efa20ac748f7f);
|
|
|
|
|
|
|
|
marker_a50e07e93492ff5d7725b880c7803fe4.bindPopup(popup_d49eb956cc2065cb9ccb975278640d3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a50e07e93492ff5d7725b880c7803fe4.setIcon(icon_9a1e8e4f7f43299133c7eabbb9d3d21a);
|
|
|
|
|
|
var marker_454a18ff12dbc8c495258388ed06adec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_4db7ffa039bd275c1c750e40a41b6664 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_418fb995ebd5480168f3b20afcd1cfd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_503ce29e99fa34c266712b9c6081483c = $(`<div id="html_503ce29e99fa34c266712b9c6081483c" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_418fb995ebd5480168f3b20afcd1cfd4.setContent(html_503ce29e99fa34c266712b9c6081483c);
|
|
|
|
|
|
|
|
marker_454a18ff12dbc8c495258388ed06adec.bindPopup(popup_418fb995ebd5480168f3b20afcd1cfd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_454a18ff12dbc8c495258388ed06adec.setIcon(icon_4db7ffa039bd275c1c750e40a41b6664);
|
|
|
|
|
|
var marker_e9fd345f1e3c9cac174263edc4f22233 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_6bc712a4c0e71f3fa0599d3edf07f0e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce98d4dea0d31f8316bfd65b92220fbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4458d01833cd208eff6c31b7c8b7877b = $(`<div id="html_4458d01833cd208eff6c31b7c8b7877b" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_ce98d4dea0d31f8316bfd65b92220fbc.setContent(html_4458d01833cd208eff6c31b7c8b7877b);
|
|
|
|
|
|
|
|
marker_e9fd345f1e3c9cac174263edc4f22233.bindPopup(popup_ce98d4dea0d31f8316bfd65b92220fbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9fd345f1e3c9cac174263edc4f22233.setIcon(icon_6bc712a4c0e71f3fa0599d3edf07f0e7);
|
|
|
|
|
|
var marker_8d24c2af7f277b6fc86552569a205bc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_009bbba18f73b714fd36a02fd97fb75f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50b4ab3684a3fe368678a741c27d741a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c89a620e0d8d7c19db670e899c0bfc62 = $(`<div id="html_c89a620e0d8d7c19db670e899c0bfc62" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_50b4ab3684a3fe368678a741c27d741a.setContent(html_c89a620e0d8d7c19db670e899c0bfc62);
|
|
|
|
|
|
|
|
marker_8d24c2af7f277b6fc86552569a205bc7.bindPopup(popup_50b4ab3684a3fe368678a741c27d741a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d24c2af7f277b6fc86552569a205bc7.setIcon(icon_009bbba18f73b714fd36a02fd97fb75f);
|
|
|
|
|
|
var marker_974ae75b619998f49e5df18c335a3ff3 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0fe572cdf5791dfcc6e24c7498482e5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6d1bed073f0df317e9a41ae2e03dad5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3210d11b6aab59acd9e82c1ba9d3b8d2 = $(`<div id="html_3210d11b6aab59acd9e82c1ba9d3b8d2" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_a6d1bed073f0df317e9a41ae2e03dad5.setContent(html_3210d11b6aab59acd9e82c1ba9d3b8d2);
|
|
|
|
|
|
|
|
marker_974ae75b619998f49e5df18c335a3ff3.bindPopup(popup_a6d1bed073f0df317e9a41ae2e03dad5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_974ae75b619998f49e5df18c335a3ff3.setIcon(icon_0fe572cdf5791dfcc6e24c7498482e5c);
|
|
|
|
|
|
var marker_2e8c959489e17c47490c462cd0f6da91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8e214034ce97b9ba001f3218da391fe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db9e2c27a78ade27ad427601c5e7d359 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41bfb518e89b8ba4205a5b75b32e0a01 = $(`<div id="html_41bfb518e89b8ba4205a5b75b32e0a01" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_db9e2c27a78ade27ad427601c5e7d359.setContent(html_41bfb518e89b8ba4205a5b75b32e0a01);
|
|
|
|
|
|
|
|
marker_2e8c959489e17c47490c462cd0f6da91.bindPopup(popup_db9e2c27a78ade27ad427601c5e7d359)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e8c959489e17c47490c462cd0f6da91.setIcon(icon_8e214034ce97b9ba001f3218da391fe2);
|
|
|
|
|
|
var marker_52216bb8ef9ebb247e57b92e819bfa37 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d43847cc5934d69aadd525eb6719f936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a34336e6dd3186f74ad2ba84a64d3ffc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0294fa2b8ae18394d390119ef6e1eb75 = $(`<div id="html_0294fa2b8ae18394d390119ef6e1eb75" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_a34336e6dd3186f74ad2ba84a64d3ffc.setContent(html_0294fa2b8ae18394d390119ef6e1eb75);
|
|
|
|
|
|
|
|
marker_52216bb8ef9ebb247e57b92e819bfa37.bindPopup(popup_a34336e6dd3186f74ad2ba84a64d3ffc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52216bb8ef9ebb247e57b92e819bfa37.setIcon(icon_d43847cc5934d69aadd525eb6719f936);
|
|
|
|
|
|
var marker_ab7079b70451c53134e7fad003dbbe93 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c1fd5bea6df77c3aed2706e3b020556a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c0ff4fdaec0d9b0b06b71d606c9d948 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c7edb3fd38495b1b81db872681cf5d7 = $(`<div id="html_7c7edb3fd38495b1b81db872681cf5d7" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_3c0ff4fdaec0d9b0b06b71d606c9d948.setContent(html_7c7edb3fd38495b1b81db872681cf5d7);
|
|
|
|
|
|
|
|
marker_ab7079b70451c53134e7fad003dbbe93.bindPopup(popup_3c0ff4fdaec0d9b0b06b71d606c9d948)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab7079b70451c53134e7fad003dbbe93.setIcon(icon_c1fd5bea6df77c3aed2706e3b020556a);
|
|
|
|
|
|
var marker_087d6ea8fcdbdfadde09441e271c141b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_ca3ffbf7ad64090a521345d2e5842af5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c66f71767cf4cdc779be890b813e2b8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07aafdba433acc4a739494ee5bece264 = $(`<div id="html_07aafdba433acc4a739494ee5bece264" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_c66f71767cf4cdc779be890b813e2b8c.setContent(html_07aafdba433acc4a739494ee5bece264);
|
|
|
|
|
|
|
|
marker_087d6ea8fcdbdfadde09441e271c141b.bindPopup(popup_c66f71767cf4cdc779be890b813e2b8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087d6ea8fcdbdfadde09441e271c141b.setIcon(icon_ca3ffbf7ad64090a521345d2e5842af5);
|
|
|
|
|
|
var marker_afec5205f1a4f8884623139b34799227 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_40150bd7a1596ae888d1872b950893ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86aad3fc4eb4c1585d8cce292d2bb5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2153cc3baba836d4be02556048b58be = $(`<div id="html_c2153cc3baba836d4be02556048b58be" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_d86aad3fc4eb4c1585d8cce292d2bb5b.setContent(html_c2153cc3baba836d4be02556048b58be);
|
|
|
|
|
|
|
|
marker_afec5205f1a4f8884623139b34799227.bindPopup(popup_d86aad3fc4eb4c1585d8cce292d2bb5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afec5205f1a4f8884623139b34799227.setIcon(icon_40150bd7a1596ae888d1872b950893ac);
|
|
|
|
|
|
var marker_18d79a024dbf4fd3d5ec264cd5ab91d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d155838b92c11e90b00324aa5c991bb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27435fefd01ccc9dbc9277800289a424 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad3a2dce0f4a47f4c4c23a2d4b8c0311 = $(`<div id="html_ad3a2dce0f4a47f4c4c23a2d4b8c0311" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_27435fefd01ccc9dbc9277800289a424.setContent(html_ad3a2dce0f4a47f4c4c23a2d4b8c0311);
|
|
|
|
|
|
|
|
marker_18d79a024dbf4fd3d5ec264cd5ab91d1.bindPopup(popup_27435fefd01ccc9dbc9277800289a424)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18d79a024dbf4fd3d5ec264cd5ab91d1.setIcon(icon_d155838b92c11e90b00324aa5c991bb0);
|
|
|
|
|
|
var marker_352b9be550507b098f41bebd71766930 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_de86472d22068213085adf7e0551ea35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd589d6745c08cc9c7fb82a4c6d94835 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9dab5d51e304cacfbb5d33f373d93d2 = $(`<div id="html_a9dab5d51e304cacfbb5d33f373d93d2" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_dd589d6745c08cc9c7fb82a4c6d94835.setContent(html_a9dab5d51e304cacfbb5d33f373d93d2);
|
|
|
|
|
|
|
|
marker_352b9be550507b098f41bebd71766930.bindPopup(popup_dd589d6745c08cc9c7fb82a4c6d94835)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_352b9be550507b098f41bebd71766930.setIcon(icon_de86472d22068213085adf7e0551ea35);
|
|
|
|
|
|
var marker_2ac1509152f71986e3087ebc9f792fd1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_37732183b6546eb94390411388d0677e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3354d43c654f8d0281a77d855476f8c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_718a3f72c7d040f83a5fb12cafbff1b0 = $(`<div id="html_718a3f72c7d040f83a5fb12cafbff1b0" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_3354d43c654f8d0281a77d855476f8c8.setContent(html_718a3f72c7d040f83a5fb12cafbff1b0);
|
|
|
|
|
|
|
|
marker_2ac1509152f71986e3087ebc9f792fd1.bindPopup(popup_3354d43c654f8d0281a77d855476f8c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ac1509152f71986e3087ebc9f792fd1.setIcon(icon_37732183b6546eb94390411388d0677e);
|
|
|
|
|
|
var marker_62ecf3ad3bdc34050e11c2ada8cb60dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b4bc655615124f970289d65e6b26cbb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3788f203fa223f104116f9730c595813 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5889918eac4e9cc8e895629bf02ea82 = $(`<div id="html_f5889918eac4e9cc8e895629bf02ea82" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_3788f203fa223f104116f9730c595813.setContent(html_f5889918eac4e9cc8e895629bf02ea82);
|
|
|
|
|
|
|
|
marker_62ecf3ad3bdc34050e11c2ada8cb60dd.bindPopup(popup_3788f203fa223f104116f9730c595813)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62ecf3ad3bdc34050e11c2ada8cb60dd.setIcon(icon_b4bc655615124f970289d65e6b26cbb3);
|
|
|
|
|
|
var marker_ec7b134c34fc2d23ac9ed3c7abbaef40 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f339f61111cf41188d456348b10e342d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_082ca0543afbc00adebaa73357704e01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d450d3625c62224cb1554aee862aabd = $(`<div id="html_6d450d3625c62224cb1554aee862aabd" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_082ca0543afbc00adebaa73357704e01.setContent(html_6d450d3625c62224cb1554aee862aabd);
|
|
|
|
|
|
|
|
marker_ec7b134c34fc2d23ac9ed3c7abbaef40.bindPopup(popup_082ca0543afbc00adebaa73357704e01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec7b134c34fc2d23ac9ed3c7abbaef40.setIcon(icon_f339f61111cf41188d456348b10e342d);
|
|
|
|
|
|
var marker_3fcaa396079d8ced7a9a33b8319c00e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_de96ad04d672639218932f0c28ffed1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b45c65644d80fa91fe01feb0be88f26b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d7104298d085f19c8131fb0d8b57a1 = $(`<div id="html_c6d7104298d085f19c8131fb0d8b57a1" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_b45c65644d80fa91fe01feb0be88f26b.setContent(html_c6d7104298d085f19c8131fb0d8b57a1);
|
|
|
|
|
|
|
|
marker_3fcaa396079d8ced7a9a33b8319c00e1.bindPopup(popup_b45c65644d80fa91fe01feb0be88f26b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fcaa396079d8ced7a9a33b8319c00e1.setIcon(icon_de96ad04d672639218932f0c28ffed1b);
|
|
|
|
|
|
var marker_8169141241986ad692c36810c2de8be3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_43f0bfa83600eaa9f0a9250dbe159e1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_093f7b6235e217fa6c60a5bcfd918723 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_105012d09c02f31d8bee35ee9da7cd88 = $(`<div id="html_105012d09c02f31d8bee35ee9da7cd88" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_093f7b6235e217fa6c60a5bcfd918723.setContent(html_105012d09c02f31d8bee35ee9da7cd88);
|
|
|
|
|
|
|
|
marker_8169141241986ad692c36810c2de8be3.bindPopup(popup_093f7b6235e217fa6c60a5bcfd918723)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8169141241986ad692c36810c2de8be3.setIcon(icon_43f0bfa83600eaa9f0a9250dbe159e1f);
|
|
|
|
|
|
var marker_73a234f21b4683d2675cd2ffed0a7378 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a8f388bcf9fa91f2b96a68a8e84ab54b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da2dcbd7b53d33d22f9a181f4a10952e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3514bddcc391a3da18a60e4e84a5a1f = $(`<div id="html_a3514bddcc391a3da18a60e4e84a5a1f" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_da2dcbd7b53d33d22f9a181f4a10952e.setContent(html_a3514bddcc391a3da18a60e4e84a5a1f);
|
|
|
|
|
|
|
|
marker_73a234f21b4683d2675cd2ffed0a7378.bindPopup(popup_da2dcbd7b53d33d22f9a181f4a10952e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73a234f21b4683d2675cd2ffed0a7378.setIcon(icon_a8f388bcf9fa91f2b96a68a8e84ab54b);
|
|
|
|
|
|
var marker_43d7fc39a4897a9fdc602d059acca86d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9b28e5b931395fcdbbd02ce0a6af8969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cd9302bf9ff4981368b7760aff9a521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_017a50aa45870c4965097da1dad3414b = $(`<div id="html_017a50aa45870c4965097da1dad3414b" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_5cd9302bf9ff4981368b7760aff9a521.setContent(html_017a50aa45870c4965097da1dad3414b);
|
|
|
|
|
|
|
|
marker_43d7fc39a4897a9fdc602d059acca86d.bindPopup(popup_5cd9302bf9ff4981368b7760aff9a521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43d7fc39a4897a9fdc602d059acca86d.setIcon(icon_9b28e5b931395fcdbbd02ce0a6af8969);
|
|
|
|
|
|
var marker_8658bd8d2ee585a52702584a9d25ba68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9ae65ed0db0beb819ef0791e0a3ffb8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c4122ca164b3bb54605ffc9c98c59d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11d85cca559c0e9484c7ea332b5c57db = $(`<div id="html_11d85cca559c0e9484c7ea332b5c57db" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_4c4122ca164b3bb54605ffc9c98c59d8.setContent(html_11d85cca559c0e9484c7ea332b5c57db);
|
|
|
|
|
|
|
|
marker_8658bd8d2ee585a52702584a9d25ba68.bindPopup(popup_4c4122ca164b3bb54605ffc9c98c59d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8658bd8d2ee585a52702584a9d25ba68.setIcon(icon_9ae65ed0db0beb819ef0791e0a3ffb8e);
|
|
|
|
|
|
var marker_557e238132e4303ba3cd598b146cb20a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9cea25e6fb8ad2204ece264d97f4ac47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a11e934a1e384e77587f436e8ce7fde0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b9d904471f67a4345053d885ddc0877 = $(`<div id="html_5b9d904471f67a4345053d885ddc0877" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_a11e934a1e384e77587f436e8ce7fde0.setContent(html_5b9d904471f67a4345053d885ddc0877);
|
|
|
|
|
|
|
|
marker_557e238132e4303ba3cd598b146cb20a.bindPopup(popup_a11e934a1e384e77587f436e8ce7fde0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_557e238132e4303ba3cd598b146cb20a.setIcon(icon_9cea25e6fb8ad2204ece264d97f4ac47);
|
|
|
|
|
|
var marker_6e89504bedcf56b2be7971d70874c32a = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_70a223f6f594ef2925863b01f9d679da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd47bc45fea3b934f4c682553492d5b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_830a190c606b8f888e8fac1524e51c55 = $(`<div id="html_830a190c606b8f888e8fac1524e51c55" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_cd47bc45fea3b934f4c682553492d5b1.setContent(html_830a190c606b8f888e8fac1524e51c55);
|
|
|
|
|
|
|
|
marker_6e89504bedcf56b2be7971d70874c32a.bindPopup(popup_cd47bc45fea3b934f4c682553492d5b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e89504bedcf56b2be7971d70874c32a.setIcon(icon_70a223f6f594ef2925863b01f9d679da);
|
|
|
|
|
|
var marker_c206758c4f7666bcd9ee0be42fa27916 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e743d4763191b50d3989fdce5684f833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7002d1b54c16d8e8973c5f6fbb1a579 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_417f41108ff79fe0091cf7698a4b6fee = $(`<div id="html_417f41108ff79fe0091cf7698a4b6fee" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_f7002d1b54c16d8e8973c5f6fbb1a579.setContent(html_417f41108ff79fe0091cf7698a4b6fee);
|
|
|
|
|
|
|
|
marker_c206758c4f7666bcd9ee0be42fa27916.bindPopup(popup_f7002d1b54c16d8e8973c5f6fbb1a579)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c206758c4f7666bcd9ee0be42fa27916.setIcon(icon_e743d4763191b50d3989fdce5684f833);
|
|
|
|
|
|
var marker_68bb8ce2d5cd8bb5f32f196743d1aeae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_65f9bb7e058523b2d594aed046b22115 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b47833dab7bc44026063144db37a5476 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84ec5b37f98690595fe7f81fedc822fa = $(`<div id="html_84ec5b37f98690595fe7f81fedc822fa" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_b47833dab7bc44026063144db37a5476.setContent(html_84ec5b37f98690595fe7f81fedc822fa);
|
|
|
|
|
|
|
|
marker_68bb8ce2d5cd8bb5f32f196743d1aeae.bindPopup(popup_b47833dab7bc44026063144db37a5476)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68bb8ce2d5cd8bb5f32f196743d1aeae.setIcon(icon_65f9bb7e058523b2d594aed046b22115);
|
|
|
|
|
|
var marker_32e680ae9a90a3589fcd40c22681369b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3812c8a397b6cfdc0192903063a282c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d627ce41fd98981b4130342289dd91a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fc17785ddb3b4e59213cda066347341 = $(`<div id="html_4fc17785ddb3b4e59213cda066347341" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_7d627ce41fd98981b4130342289dd91a.setContent(html_4fc17785ddb3b4e59213cda066347341);
|
|
|
|
|
|
|
|
marker_32e680ae9a90a3589fcd40c22681369b.bindPopup(popup_7d627ce41fd98981b4130342289dd91a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32e680ae9a90a3589fcd40c22681369b.setIcon(icon_3812c8a397b6cfdc0192903063a282c7);
|
|
|
|
|
|
var marker_353d29450d15c9bd17294f840477e828 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2e7d2c926b4a9a5f2635432688a36904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31b470c62b38f2df9e7e25c9942baf52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c07a83767ab3b5cecff7b3a9767d80a = $(`<div id="html_0c07a83767ab3b5cecff7b3a9767d80a" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_31b470c62b38f2df9e7e25c9942baf52.setContent(html_0c07a83767ab3b5cecff7b3a9767d80a);
|
|
|
|
|
|
|
|
marker_353d29450d15c9bd17294f840477e828.bindPopup(popup_31b470c62b38f2df9e7e25c9942baf52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_353d29450d15c9bd17294f840477e828.setIcon(icon_2e7d2c926b4a9a5f2635432688a36904);
|
|
|
|
|
|
var marker_d7859dcaaf91ec1f051e1a4e6ea42a50 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d740d0e49e0c8ce9d801c9430cc51395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bb9a6b19ad2f4f27f97830d737afff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea1ee4d3294b95911851e87759b509f8 = $(`<div id="html_ea1ee4d3294b95911851e87759b509f8" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_8bb9a6b19ad2f4f27f97830d737afff9.setContent(html_ea1ee4d3294b95911851e87759b509f8);
|
|
|
|
|
|
|
|
marker_d7859dcaaf91ec1f051e1a4e6ea42a50.bindPopup(popup_8bb9a6b19ad2f4f27f97830d737afff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7859dcaaf91ec1f051e1a4e6ea42a50.setIcon(icon_d740d0e49e0c8ce9d801c9430cc51395);
|
|
|
|
|
|
var marker_0acd835ab83f3f3e342249441ebf94d6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9dd6bd09afe0d4ac2927dc8749042341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daf5c6852f4941b4683c7f7b9f24b8d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0633060e9389ce4be20f025a5498e18 = $(`<div id="html_c0633060e9389ce4be20f025a5498e18" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_daf5c6852f4941b4683c7f7b9f24b8d9.setContent(html_c0633060e9389ce4be20f025a5498e18);
|
|
|
|
|
|
|
|
marker_0acd835ab83f3f3e342249441ebf94d6.bindPopup(popup_daf5c6852f4941b4683c7f7b9f24b8d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0acd835ab83f3f3e342249441ebf94d6.setIcon(icon_9dd6bd09afe0d4ac2927dc8749042341);
|
|
|
|
|
|
var marker_c372141c1f036be36abda39abfdcbe26 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_89249fd8c6e03175fa4d19341cc7824c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ba7c514a1707f333d26247c2eb2353f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_377496d597a8790ca7c991bb8b64dae8 = $(`<div id="html_377496d597a8790ca7c991bb8b64dae8" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_0ba7c514a1707f333d26247c2eb2353f.setContent(html_377496d597a8790ca7c991bb8b64dae8);
|
|
|
|
|
|
|
|
marker_c372141c1f036be36abda39abfdcbe26.bindPopup(popup_0ba7c514a1707f333d26247c2eb2353f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c372141c1f036be36abda39abfdcbe26.setIcon(icon_89249fd8c6e03175fa4d19341cc7824c);
|
|
|
|
|
|
var marker_1859ef2893bb0250e95a0f1ea0f1482a = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_843964a1b5d129cc121f0bd5b579156d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_941e137e1b9b7a98a7051ff0430a0b8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_962b53a508361b31f727e7382071fd6d = $(`<div id="html_962b53a508361b31f727e7382071fd6d" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_941e137e1b9b7a98a7051ff0430a0b8f.setContent(html_962b53a508361b31f727e7382071fd6d);
|
|
|
|
|
|
|
|
marker_1859ef2893bb0250e95a0f1ea0f1482a.bindPopup(popup_941e137e1b9b7a98a7051ff0430a0b8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1859ef2893bb0250e95a0f1ea0f1482a.setIcon(icon_843964a1b5d129cc121f0bd5b579156d);
|
|
|
|
|
|
var marker_edce913209f16842851d1edbe8c1fdb7 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e8992efa876452f86bbe0c8a9265eaed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c09c8d9f29b7081de0f03c15f9fcb45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07cbb97cd4a9be98f27085c1ab9449ed = $(`<div id="html_07cbb97cd4a9be98f27085c1ab9449ed" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_5c09c8d9f29b7081de0f03c15f9fcb45.setContent(html_07cbb97cd4a9be98f27085c1ab9449ed);
|
|
|
|
|
|
|
|
marker_edce913209f16842851d1edbe8c1fdb7.bindPopup(popup_5c09c8d9f29b7081de0f03c15f9fcb45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edce913209f16842851d1edbe8c1fdb7.setIcon(icon_e8992efa876452f86bbe0c8a9265eaed);
|
|
|
|
|
|
var marker_c968d42b0eeeca449e95e8d9df6a0902 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_bcc2219d99a1a9596ce025dd29f00832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a58cf4fd996b27123bb330ebb1c9c0c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81aed49b801cc3ea63ebd4ecc9dab1c5 = $(`<div id="html_81aed49b801cc3ea63ebd4ecc9dab1c5" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_a58cf4fd996b27123bb330ebb1c9c0c4.setContent(html_81aed49b801cc3ea63ebd4ecc9dab1c5);
|
|
|
|
|
|
|
|
marker_c968d42b0eeeca449e95e8d9df6a0902.bindPopup(popup_a58cf4fd996b27123bb330ebb1c9c0c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c968d42b0eeeca449e95e8d9df6a0902.setIcon(icon_bcc2219d99a1a9596ce025dd29f00832);
|
|
|
|
|
|
var marker_41f98871f8907800edc07c1838ad3390 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d755e6607a39cb5f13cf219ddecdda63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05d2c755820c04e337bdc4fe5ab09aa1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4783e6448373cd57d181365d327db775 = $(`<div id="html_4783e6448373cd57d181365d327db775" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_05d2c755820c04e337bdc4fe5ab09aa1.setContent(html_4783e6448373cd57d181365d327db775);
|
|
|
|
|
|
|
|
marker_41f98871f8907800edc07c1838ad3390.bindPopup(popup_05d2c755820c04e337bdc4fe5ab09aa1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41f98871f8907800edc07c1838ad3390.setIcon(icon_d755e6607a39cb5f13cf219ddecdda63);
|
|
|
|
|
|
var marker_ff3b656710f9663a3c6d0cf247facd07 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2e85e91dc30887ed06222e6bfc525e4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4545891cf68198f26c31a778eaaa8fe0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47c211110cb0c694996159cb273ea921 = $(`<div id="html_47c211110cb0c694996159cb273ea921" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_4545891cf68198f26c31a778eaaa8fe0.setContent(html_47c211110cb0c694996159cb273ea921);
|
|
|
|
|
|
|
|
marker_ff3b656710f9663a3c6d0cf247facd07.bindPopup(popup_4545891cf68198f26c31a778eaaa8fe0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff3b656710f9663a3c6d0cf247facd07.setIcon(icon_2e85e91dc30887ed06222e6bfc525e4f);
|
|
|
|
|
|
var marker_e697f3ee70d2caff39698dfceaf09746 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_bee739c79ab47c3e643e3b7900b0d90d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a509a3ad8a53ca12b3885a8cf0f1f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdab041bd547679cba87e1a8fdcbc149 = $(`<div id="html_bdab041bd547679cba87e1a8fdcbc149" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_6a509a3ad8a53ca12b3885a8cf0f1f31.setContent(html_bdab041bd547679cba87e1a8fdcbc149);
|
|
|
|
|
|
|
|
marker_e697f3ee70d2caff39698dfceaf09746.bindPopup(popup_6a509a3ad8a53ca12b3885a8cf0f1f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e697f3ee70d2caff39698dfceaf09746.setIcon(icon_bee739c79ab47c3e643e3b7900b0d90d);
|
|
|
|
|
|
var marker_ca3d8a181d39c898194712701aa2275a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d3cadb3e001dc42026ab368560cbeaba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_766f26d5e02c035d0622dd22083a9255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8710318955c533380965074368a8d333 = $(`<div id="html_8710318955c533380965074368a8d333" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_766f26d5e02c035d0622dd22083a9255.setContent(html_8710318955c533380965074368a8d333);
|
|
|
|
|
|
|
|
marker_ca3d8a181d39c898194712701aa2275a.bindPopup(popup_766f26d5e02c035d0622dd22083a9255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca3d8a181d39c898194712701aa2275a.setIcon(icon_d3cadb3e001dc42026ab368560cbeaba);
|
|
|
|
|
|
var marker_8ef67d690556315a925146a0c8729af1 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_262feb96926b78edd1163c8c8534a6a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86866546d79cdc1f274280e5ca9a070e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1de5dc28eeed47bfb5519a8242119329 = $(`<div id="html_1de5dc28eeed47bfb5519a8242119329" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_86866546d79cdc1f274280e5ca9a070e.setContent(html_1de5dc28eeed47bfb5519a8242119329);
|
|
|
|
|
|
|
|
marker_8ef67d690556315a925146a0c8729af1.bindPopup(popup_86866546d79cdc1f274280e5ca9a070e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ef67d690556315a925146a0c8729af1.setIcon(icon_262feb96926b78edd1163c8c8534a6a1);
|
|
|
|
|
|
var marker_3bf1bb1027f072eb5dfb25f0b570c80a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_85e7c08a773fcfd23256d13d6d770593 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaf1213d6de42a17a13293a7ecd47d02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0eb0ac2feb4abb1e224e6335193476d = $(`<div id="html_e0eb0ac2feb4abb1e224e6335193476d" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_aaf1213d6de42a17a13293a7ecd47d02.setContent(html_e0eb0ac2feb4abb1e224e6335193476d);
|
|
|
|
|
|
|
|
marker_3bf1bb1027f072eb5dfb25f0b570c80a.bindPopup(popup_aaf1213d6de42a17a13293a7ecd47d02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bf1bb1027f072eb5dfb25f0b570c80a.setIcon(icon_85e7c08a773fcfd23256d13d6d770593);
|
|
|
|
|
|
var marker_8d2deb3fd23e63a3b4629403c2614adb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f36036ec6cf47eec91f2c1c4c0deeaa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f4d880d9f6bb25ef2881e05692960c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e021f776517c5ebbb96244c87ea22f38 = $(`<div id="html_e021f776517c5ebbb96244c87ea22f38" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_8f4d880d9f6bb25ef2881e05692960c7.setContent(html_e021f776517c5ebbb96244c87ea22f38);
|
|
|
|
|
|
|
|
marker_8d2deb3fd23e63a3b4629403c2614adb.bindPopup(popup_8f4d880d9f6bb25ef2881e05692960c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d2deb3fd23e63a3b4629403c2614adb.setIcon(icon_f36036ec6cf47eec91f2c1c4c0deeaa0);
|
|
|
|
|
|
var marker_4ad85f4acfa8a4028d59e7b9061b6194 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1c248707f01c0c47028e21a4de43aa70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fc636f1f59723ffd431cc56eb3a183f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4d84497034592de4570cea9e20a828b = $(`<div id="html_b4d84497034592de4570cea9e20a828b" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_3fc636f1f59723ffd431cc56eb3a183f.setContent(html_b4d84497034592de4570cea9e20a828b);
|
|
|
|
|
|
|
|
marker_4ad85f4acfa8a4028d59e7b9061b6194.bindPopup(popup_3fc636f1f59723ffd431cc56eb3a183f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ad85f4acfa8a4028d59e7b9061b6194.setIcon(icon_1c248707f01c0c47028e21a4de43aa70);
|
|
|
|
|
|
var marker_0380af18debe48304e1bba3cc51a3661 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8ad9dcfcdf4d1cacf8b5a79f98911740 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_105eea4a8bdd244d2ec16f1fc13e3840 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86cda1020553c93fa079e058da102b19 = $(`<div id="html_86cda1020553c93fa079e058da102b19" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_105eea4a8bdd244d2ec16f1fc13e3840.setContent(html_86cda1020553c93fa079e058da102b19);
|
|
|
|
|
|
|
|
marker_0380af18debe48304e1bba3cc51a3661.bindPopup(popup_105eea4a8bdd244d2ec16f1fc13e3840)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0380af18debe48304e1bba3cc51a3661.setIcon(icon_8ad9dcfcdf4d1cacf8b5a79f98911740);
|
|
|
|
|
|
var marker_817616831442bb6fd0ee10183b896339 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c9a965ed93b6b42c23dab7c63fb9cf04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_200b3d45d4dd615ba64353ac6230a05b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5ca0182dfea586c995074fe0685c081 = $(`<div id="html_e5ca0182dfea586c995074fe0685c081" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_200b3d45d4dd615ba64353ac6230a05b.setContent(html_e5ca0182dfea586c995074fe0685c081);
|
|
|
|
|
|
|
|
marker_817616831442bb6fd0ee10183b896339.bindPopup(popup_200b3d45d4dd615ba64353ac6230a05b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_817616831442bb6fd0ee10183b896339.setIcon(icon_c9a965ed93b6b42c23dab7c63fb9cf04);
|
|
|
|
|
|
var marker_63ef1efa44d33485ab7ec127e706a150 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e50ae22bd37cad0937c69ff1b9857e1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e7b273ce003a1b57866de67b2c972dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd6a82b6ff533acace093af5a69fb546 = $(`<div id="html_fd6a82b6ff533acace093af5a69fb546" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_4e7b273ce003a1b57866de67b2c972dc.setContent(html_fd6a82b6ff533acace093af5a69fb546);
|
|
|
|
|
|
|
|
marker_63ef1efa44d33485ab7ec127e706a150.bindPopup(popup_4e7b273ce003a1b57866de67b2c972dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63ef1efa44d33485ab7ec127e706a150.setIcon(icon_e50ae22bd37cad0937c69ff1b9857e1d);
|
|
|
|
|
|
var marker_199c2e5a7ba523fc3c123832c408e8f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_09122ae9f1a5b96d74c5b16ab002769c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca4eb19163df0a39cc7dded5dcbecfc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d141611a37dfc0733a3d80d848c408c = $(`<div id="html_1d141611a37dfc0733a3d80d848c408c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_ca4eb19163df0a39cc7dded5dcbecfc4.setContent(html_1d141611a37dfc0733a3d80d848c408c);
|
|
|
|
|
|
|
|
marker_199c2e5a7ba523fc3c123832c408e8f5.bindPopup(popup_ca4eb19163df0a39cc7dded5dcbecfc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_199c2e5a7ba523fc3c123832c408e8f5.setIcon(icon_09122ae9f1a5b96d74c5b16ab002769c);
|
|
|
|
|
|
var marker_c0ebfd0077191e7e03e7efa4c47b8e3b = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_fc23496baf12296d8045c0c00b652b55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2eb46f63ab36d7b6f2d4945ddde7be5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02f00f426b5b7520003fd9232e9f771c = $(`<div id="html_02f00f426b5b7520003fd9232e9f771c" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_a2eb46f63ab36d7b6f2d4945ddde7be5.setContent(html_02f00f426b5b7520003fd9232e9f771c);
|
|
|
|
|
|
|
|
marker_c0ebfd0077191e7e03e7efa4c47b8e3b.bindPopup(popup_a2eb46f63ab36d7b6f2d4945ddde7be5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ebfd0077191e7e03e7efa4c47b8e3b.setIcon(icon_fc23496baf12296d8045c0c00b652b55);
|
|
|
|
|
|
var marker_f14215ab3c203d6c3d60ffc8ecf06b55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_cc5d315e2abf20d9d355fd48f33e8831 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a168ae8d51c70eee5a9b6e5f0d20c2f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d4bace68c478ea7d068df8178933131 = $(`<div id="html_1d4bace68c478ea7d068df8178933131" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_a168ae8d51c70eee5a9b6e5f0d20c2f8.setContent(html_1d4bace68c478ea7d068df8178933131);
|
|
|
|
|
|
|
|
marker_f14215ab3c203d6c3d60ffc8ecf06b55.bindPopup(popup_a168ae8d51c70eee5a9b6e5f0d20c2f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f14215ab3c203d6c3d60ffc8ecf06b55.setIcon(icon_cc5d315e2abf20d9d355fd48f33e8831);
|
|
|
|
|
|
var marker_d2d07dd6c36a259e51584d06beda4a81 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_fe6fc311e5fb370ee53efcba42f84922 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_448166a998125427305bd2b4b53bff4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e615d9fd3654dd287f9f6c6808f35c3 = $(`<div id="html_4e615d9fd3654dd287f9f6c6808f35c3" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_448166a998125427305bd2b4b53bff4f.setContent(html_4e615d9fd3654dd287f9f6c6808f35c3);
|
|
|
|
|
|
|
|
marker_d2d07dd6c36a259e51584d06beda4a81.bindPopup(popup_448166a998125427305bd2b4b53bff4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2d07dd6c36a259e51584d06beda4a81.setIcon(icon_fe6fc311e5fb370ee53efcba42f84922);
|
|
|
|
|
|
var marker_f757224ab02af173ae02e918e6c9f79a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_263bf8e0cab0166e7084e2ac963f7c12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2d240a2d049b139f98a2d9e16e75c53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51438cfb0d1434a212e0e206a1e667fa = $(`<div id="html_51438cfb0d1434a212e0e206a1e667fa" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_e2d240a2d049b139f98a2d9e16e75c53.setContent(html_51438cfb0d1434a212e0e206a1e667fa);
|
|
|
|
|
|
|
|
marker_f757224ab02af173ae02e918e6c9f79a.bindPopup(popup_e2d240a2d049b139f98a2d9e16e75c53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f757224ab02af173ae02e918e6c9f79a.setIcon(icon_263bf8e0cab0166e7084e2ac963f7c12);
|
|
|
|
|
|
var marker_efb222554156b3077ae2b068c96798ef = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f77e7079256ead39afaa99ece1395221 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_304b034521b2bc9996cc62591df5b277 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b33f5509b4f412aec15234017d27583b = $(`<div id="html_b33f5509b4f412aec15234017d27583b" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_304b034521b2bc9996cc62591df5b277.setContent(html_b33f5509b4f412aec15234017d27583b);
|
|
|
|
|
|
|
|
marker_efb222554156b3077ae2b068c96798ef.bindPopup(popup_304b034521b2bc9996cc62591df5b277)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efb222554156b3077ae2b068c96798ef.setIcon(icon_f77e7079256ead39afaa99ece1395221);
|
|
|
|
|
|
var marker_0844f13080c547eace768b4c7477b557 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b2603036c0282081366e667a97d9a0f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d684b3c3663f67070827680325d7da9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_447af8449b2b0ba7d5627baa808a7c93 = $(`<div id="html_447af8449b2b0ba7d5627baa808a7c93" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_d684b3c3663f67070827680325d7da9c.setContent(html_447af8449b2b0ba7d5627baa808a7c93);
|
|
|
|
|
|
|
|
marker_0844f13080c547eace768b4c7477b557.bindPopup(popup_d684b3c3663f67070827680325d7da9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0844f13080c547eace768b4c7477b557.setIcon(icon_b2603036c0282081366e667a97d9a0f0);
|
|
|
|
|
|
var marker_76891a904bc90185b20300aedb599bbe = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_26f12e16b63dcb84dd419e93df1f0874 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_016541ab0afdc98f1d37f2489473283e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e023cb2776dfa7a3c3c5f4b8ec3637d = $(`<div id="html_5e023cb2776dfa7a3c3c5f4b8ec3637d" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_016541ab0afdc98f1d37f2489473283e.setContent(html_5e023cb2776dfa7a3c3c5f4b8ec3637d);
|
|
|
|
|
|
|
|
marker_76891a904bc90185b20300aedb599bbe.bindPopup(popup_016541ab0afdc98f1d37f2489473283e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76891a904bc90185b20300aedb599bbe.setIcon(icon_26f12e16b63dcb84dd419e93df1f0874);
|
|
|
|
|
|
var marker_5dc4827ec5c26bc39c5d1b752d7eeaa3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_60e596a1e05923c1d21b363a1cbfa93a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b042d0dce7df89c512c127f7c21b44d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1c88e1c69834a78ab4c21eeef431e98 = $(`<div id="html_b1c88e1c69834a78ab4c21eeef431e98" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_b042d0dce7df89c512c127f7c21b44d3.setContent(html_b1c88e1c69834a78ab4c21eeef431e98);
|
|
|
|
|
|
|
|
marker_5dc4827ec5c26bc39c5d1b752d7eeaa3.bindPopup(popup_b042d0dce7df89c512c127f7c21b44d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dc4827ec5c26bc39c5d1b752d7eeaa3.setIcon(icon_60e596a1e05923c1d21b363a1cbfa93a);
|
|
|
|
|
|
var marker_d8f286d2c7301e71aa6f5f41215a856a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2e587bbaca8b37edc1840492922bc8f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54f5257d809b8f83c7e868f4dfb62810 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f58d234a31e855bb79febaf90803537d = $(`<div id="html_f58d234a31e855bb79febaf90803537d" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_54f5257d809b8f83c7e868f4dfb62810.setContent(html_f58d234a31e855bb79febaf90803537d);
|
|
|
|
|
|
|
|
marker_d8f286d2c7301e71aa6f5f41215a856a.bindPopup(popup_54f5257d809b8f83c7e868f4dfb62810)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8f286d2c7301e71aa6f5f41215a856a.setIcon(icon_2e587bbaca8b37edc1840492922bc8f2);
|
|
|
|
|
|
var marker_066a4997dc004a3e66548a2a275e852a = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f98618becb6a3390ef633f53c5e38c1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c0ad7d4d6e3ede2f15808aa5716e210 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_741ca73c432e69811f1833354c495739 = $(`<div id="html_741ca73c432e69811f1833354c495739" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_4c0ad7d4d6e3ede2f15808aa5716e210.setContent(html_741ca73c432e69811f1833354c495739);
|
|
|
|
|
|
|
|
marker_066a4997dc004a3e66548a2a275e852a.bindPopup(popup_4c0ad7d4d6e3ede2f15808aa5716e210)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_066a4997dc004a3e66548a2a275e852a.setIcon(icon_f98618becb6a3390ef633f53c5e38c1b);
|
|
|
|
|
|
var marker_26a6294499b9114347f083faca2d1991 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_cb1d16a0aa94d4944b63321f22cb5d9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc7fd0f1a5da40e5844f2f62ca7be71c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3903daf94b5f9e7f591dc9fb9da80349 = $(`<div id="html_3903daf94b5f9e7f591dc9fb9da80349" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_dc7fd0f1a5da40e5844f2f62ca7be71c.setContent(html_3903daf94b5f9e7f591dc9fb9da80349);
|
|
|
|
|
|
|
|
marker_26a6294499b9114347f083faca2d1991.bindPopup(popup_dc7fd0f1a5da40e5844f2f62ca7be71c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26a6294499b9114347f083faca2d1991.setIcon(icon_cb1d16a0aa94d4944b63321f22cb5d9f);
|
|
|
|
|
|
var marker_a499b323fc371a1780305886593f6e0f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_392d794fdc6b6d5a60c5fa4877894bc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6266a014e4c7e3f939841d58b0f35ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ee598e4298e1dfb09ff6ab3766cf939 = $(`<div id="html_6ee598e4298e1dfb09ff6ab3766cf939" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_d6266a014e4c7e3f939841d58b0f35ab.setContent(html_6ee598e4298e1dfb09ff6ab3766cf939);
|
|
|
|
|
|
|
|
marker_a499b323fc371a1780305886593f6e0f.bindPopup(popup_d6266a014e4c7e3f939841d58b0f35ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a499b323fc371a1780305886593f6e0f.setIcon(icon_392d794fdc6b6d5a60c5fa4877894bc4);
|
|
|
|
|
|
var marker_c3f49f4c3ce27672c544cdda11b29b15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a8365044f19cbca0ecbd05512c9b4f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1b9e936faa47937268bf38b13418e18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7ba1645d2d243ae7d5033cb582db513 = $(`<div id="html_b7ba1645d2d243ae7d5033cb582db513" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_a1b9e936faa47937268bf38b13418e18.setContent(html_b7ba1645d2d243ae7d5033cb582db513);
|
|
|
|
|
|
|
|
marker_c3f49f4c3ce27672c544cdda11b29b15.bindPopup(popup_a1b9e936faa47937268bf38b13418e18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3f49f4c3ce27672c544cdda11b29b15.setIcon(icon_a8365044f19cbca0ecbd05512c9b4f9d);
|
|
|
|
|
|
var marker_cc163164876b6f978e18cf0b8d082e9f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_616015b2a5d8242efc86e6ca68a7d296 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3fd185b34e95ba4b742bde6142c03f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f800167a9c8fa3fa1dbffd454b3b746 = $(`<div id="html_9f800167a9c8fa3fa1dbffd454b3b746" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_a3fd185b34e95ba4b742bde6142c03f1.setContent(html_9f800167a9c8fa3fa1dbffd454b3b746);
|
|
|
|
|
|
|
|
marker_cc163164876b6f978e18cf0b8d082e9f.bindPopup(popup_a3fd185b34e95ba4b742bde6142c03f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc163164876b6f978e18cf0b8d082e9f.setIcon(icon_616015b2a5d8242efc86e6ca68a7d296);
|
|
|
|
|
|
var marker_3525a872b5245e0b2ab214d27ca07b67 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_53055e25fd0d7b441ad358c6a220668b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a903ed7d07e2363325496f50033e9d8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53bcbf7e97fa46b15940dd56e6da7695 = $(`<div id="html_53bcbf7e97fa46b15940dd56e6da7695" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_a903ed7d07e2363325496f50033e9d8c.setContent(html_53bcbf7e97fa46b15940dd56e6da7695);
|
|
|
|
|
|
|
|
marker_3525a872b5245e0b2ab214d27ca07b67.bindPopup(popup_a903ed7d07e2363325496f50033e9d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3525a872b5245e0b2ab214d27ca07b67.setIcon(icon_53055e25fd0d7b441ad358c6a220668b);
|
|
|
|
|
|
var marker_09714546c11444dae824622060034bd3 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b69ca304f8deef76ef0b2ed73791e136 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a96714ac9f284b00c659ce8e4d98111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89f8d1482c4494e50c75f99ac91492b6 = $(`<div id="html_89f8d1482c4494e50c75f99ac91492b6" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_0a96714ac9f284b00c659ce8e4d98111.setContent(html_89f8d1482c4494e50c75f99ac91492b6);
|
|
|
|
|
|
|
|
marker_09714546c11444dae824622060034bd3.bindPopup(popup_0a96714ac9f284b00c659ce8e4d98111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09714546c11444dae824622060034bd3.setIcon(icon_b69ca304f8deef76ef0b2ed73791e136);
|
|
|
|
|
|
var marker_a84a3ead2cd3e6416f8fe7ef74484dac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_bf565ca38d6786fd05ad184d873e7a1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d8cba0526a9a08e32de928c293f49c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_940e3a4869c44f91627dffc5631fc736 = $(`<div id="html_940e3a4869c44f91627dffc5631fc736" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_7d8cba0526a9a08e32de928c293f49c7.setContent(html_940e3a4869c44f91627dffc5631fc736);
|
|
|
|
|
|
|
|
marker_a84a3ead2cd3e6416f8fe7ef74484dac.bindPopup(popup_7d8cba0526a9a08e32de928c293f49c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a84a3ead2cd3e6416f8fe7ef74484dac.setIcon(icon_bf565ca38d6786fd05ad184d873e7a1d);
|
|
|
|
|
|
var marker_59bbcd885fdefe7cf4b02f0d130a3ee6 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8007962eb513712e7b357309c6c5a3f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5bdfea543d1c9b5b50775d0330a5c8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96f3d0ceb11208ed1dc995bf4d8b3f19 = $(`<div id="html_96f3d0ceb11208ed1dc995bf4d8b3f19" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_e5bdfea543d1c9b5b50775d0330a5c8a.setContent(html_96f3d0ceb11208ed1dc995bf4d8b3f19);
|
|
|
|
|
|
|
|
marker_59bbcd885fdefe7cf4b02f0d130a3ee6.bindPopup(popup_e5bdfea543d1c9b5b50775d0330a5c8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59bbcd885fdefe7cf4b02f0d130a3ee6.setIcon(icon_8007962eb513712e7b357309c6c5a3f9);
|
|
|
|
|
|
var marker_42ab38ead0defb4b4dceddaa5835dcdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a1f408bf37dde8ed9b5b365fb659a5b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9599e3ca12a69cbdbf39f3b151e5998c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59db8d35f63b59128b09296b1e141ffd = $(`<div id="html_59db8d35f63b59128b09296b1e141ffd" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_9599e3ca12a69cbdbf39f3b151e5998c.setContent(html_59db8d35f63b59128b09296b1e141ffd);
|
|
|
|
|
|
|
|
marker_42ab38ead0defb4b4dceddaa5835dcdd.bindPopup(popup_9599e3ca12a69cbdbf39f3b151e5998c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42ab38ead0defb4b4dceddaa5835dcdd.setIcon(icon_a1f408bf37dde8ed9b5b365fb659a5b2);
|
|
|
|
|
|
var marker_baadbb8c309334050e13e5c060febae0 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f2c6b3f31560386e51720ed678a66f42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4880b12772bd506225e488df95d01e43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36adb714e879a07e0e18b2d60a404690 = $(`<div id="html_36adb714e879a07e0e18b2d60a404690" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_4880b12772bd506225e488df95d01e43.setContent(html_36adb714e879a07e0e18b2d60a404690);
|
|
|
|
|
|
|
|
marker_baadbb8c309334050e13e5c060febae0.bindPopup(popup_4880b12772bd506225e488df95d01e43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baadbb8c309334050e13e5c060febae0.setIcon(icon_f2c6b3f31560386e51720ed678a66f42);
|
|
|
|
|
|
var marker_6f9d31705aa5f678e97575f0d6835ae9 = L.marker(
|
|
[41.1976, 1.11167],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2e963868b921e0c155fb0ea879b8b341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_880ce7dafee86a18fa561118f7d2ef60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dba569b8a14372dd4b0a7d8e2bbcdbf = $(`<div id="html_3dba569b8a14372dd4b0a7d8e2bbcdbf" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_880ce7dafee86a18fa561118f7d2ef60.setContent(html_3dba569b8a14372dd4b0a7d8e2bbcdbf);
|
|
|
|
|
|
|
|
marker_6f9d31705aa5f678e97575f0d6835ae9.bindPopup(popup_880ce7dafee86a18fa561118f7d2ef60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f9d31705aa5f678e97575f0d6835ae9.setIcon(icon_2e963868b921e0c155fb0ea879b8b341);
|
|
|
|
|
|
var marker_5769c18f891267cc13f325b26febd141 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c274aadbfacd87aff51c3561501205cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba7b4b4621634b6026590786a552a647 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4370be141eb43669dba78f5446e52a5e = $(`<div id="html_4370be141eb43669dba78f5446e52a5e" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_ba7b4b4621634b6026590786a552a647.setContent(html_4370be141eb43669dba78f5446e52a5e);
|
|
|
|
|
|
|
|
marker_5769c18f891267cc13f325b26febd141.bindPopup(popup_ba7b4b4621634b6026590786a552a647)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5769c18f891267cc13f325b26febd141.setIcon(icon_c274aadbfacd87aff51c3561501205cc);
|
|
|
|
|
|
var marker_f09e7f69f2b3c51fab3866b8cba78358 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_6037db0861d27a320542504c8189d098 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a6d770d8c23ae0d031bb2e77b7232cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f143681266c6888c54ac904509abf1fe = $(`<div id="html_f143681266c6888c54ac904509abf1fe" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_1a6d770d8c23ae0d031bb2e77b7232cf.setContent(html_f143681266c6888c54ac904509abf1fe);
|
|
|
|
|
|
|
|
marker_f09e7f69f2b3c51fab3866b8cba78358.bindPopup(popup_1a6d770d8c23ae0d031bb2e77b7232cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f09e7f69f2b3c51fab3866b8cba78358.setIcon(icon_6037db0861d27a320542504c8189d098);
|
|
|
|
|
|
var marker_2a7ad5e95a71aef8d179060cdb648da1 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_50f1158511b15fc70297d25bb1f773a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd21b638db692fee10542a4da9b7804e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_607994abc78e6187b79d85b621f857da = $(`<div id="html_607994abc78e6187b79d85b621f857da" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_bd21b638db692fee10542a4da9b7804e.setContent(html_607994abc78e6187b79d85b621f857da);
|
|
|
|
|
|
|
|
marker_2a7ad5e95a71aef8d179060cdb648da1.bindPopup(popup_bd21b638db692fee10542a4da9b7804e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a7ad5e95a71aef8d179060cdb648da1.setIcon(icon_50f1158511b15fc70297d25bb1f773a5);
|
|
|
|
|
|
var marker_5dd6dc59702390e0538533c731d52e7c = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_47412dc2edb1997f1c063f842976156e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63e708b576201294781abba158c22cce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf9d77d9747fa9621c0fbb9723b48f61 = $(`<div id="html_bf9d77d9747fa9621c0fbb9723b48f61" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_63e708b576201294781abba158c22cce.setContent(html_bf9d77d9747fa9621c0fbb9723b48f61);
|
|
|
|
|
|
|
|
marker_5dd6dc59702390e0538533c731d52e7c.bindPopup(popup_63e708b576201294781abba158c22cce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dd6dc59702390e0538533c731d52e7c.setIcon(icon_47412dc2edb1997f1c063f842976156e);
|
|
|
|
|
|
var marker_a343975e7239a32e6ee1db3c950375aa = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_711a7ed9ead18d79df2c04d5c6600782 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d415f479638db7fda13ddcb43ae83287 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09010ffb11ab5d5383b94ac2a7c9b88f = $(`<div id="html_09010ffb11ab5d5383b94ac2a7c9b88f" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_d415f479638db7fda13ddcb43ae83287.setContent(html_09010ffb11ab5d5383b94ac2a7c9b88f);
|
|
|
|
|
|
|
|
marker_a343975e7239a32e6ee1db3c950375aa.bindPopup(popup_d415f479638db7fda13ddcb43ae83287)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a343975e7239a32e6ee1db3c950375aa.setIcon(icon_711a7ed9ead18d79df2c04d5c6600782);
|
|
|
|
|
|
var marker_4d1a2223d6f6491bdccdf690b20f288e = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_167f9d86d4a28fb1b9a8bab2ac78d2cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e1f35437f672e886c803d536ab92009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9532c18fe7d1b298918d779b448b41af = $(`<div id="html_9532c18fe7d1b298918d779b448b41af" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_6e1f35437f672e886c803d536ab92009.setContent(html_9532c18fe7d1b298918d779b448b41af);
|
|
|
|
|
|
|
|
marker_4d1a2223d6f6491bdccdf690b20f288e.bindPopup(popup_6e1f35437f672e886c803d536ab92009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d1a2223d6f6491bdccdf690b20f288e.setIcon(icon_167f9d86d4a28fb1b9a8bab2ac78d2cd);
|
|
|
|
|
|
var marker_a308d493c2dc607ab142d8c7b2f051be = L.marker(
|
|
[40.2662, 44.6393],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1f9b84efa2a9d7dda7bdef52a89f9d5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e7e1f36d5e0a7270b4a5ea8a83b326b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ddafc4ad24f916252697d90beff3696 = $(`<div id="html_6ddafc4ad24f916252697d90beff3696" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_8e7e1f36d5e0a7270b4a5ea8a83b326b.setContent(html_6ddafc4ad24f916252697d90beff3696);
|
|
|
|
|
|
|
|
marker_a308d493c2dc607ab142d8c7b2f051be.bindPopup(popup_8e7e1f36d5e0a7270b4a5ea8a83b326b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a308d493c2dc607ab142d8c7b2f051be.setIcon(icon_1f9b84efa2a9d7dda7bdef52a89f9d5e);
|
|
|
|
|
|
var marker_12a51a246860a7f3392f0aac5105046d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5a64b5adeae42ee3038837d21082e5f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8476c38c649a0e49789ef5045045d9a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e917cf9f56de955da039a812564742 = $(`<div id="html_86e917cf9f56de955da039a812564742" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_8476c38c649a0e49789ef5045045d9a0.setContent(html_86e917cf9f56de955da039a812564742);
|
|
|
|
|
|
|
|
marker_12a51a246860a7f3392f0aac5105046d.bindPopup(popup_8476c38c649a0e49789ef5045045d9a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12a51a246860a7f3392f0aac5105046d.setIcon(icon_5a64b5adeae42ee3038837d21082e5f8);
|
|
|
|
|
|
var marker_e5828cf489abf05fd44e990a1dce8174 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2f2a1d2fbe3648eca838d05f19f5429d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87620b1e7ec068648844c6c67ee08936 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ed1e729b4eb856cba5ee7a6df5e9c1e = $(`<div id="html_9ed1e729b4eb856cba5ee7a6df5e9c1e" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_87620b1e7ec068648844c6c67ee08936.setContent(html_9ed1e729b4eb856cba5ee7a6df5e9c1e);
|
|
|
|
|
|
|
|
marker_e5828cf489abf05fd44e990a1dce8174.bindPopup(popup_87620b1e7ec068648844c6c67ee08936)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5828cf489abf05fd44e990a1dce8174.setIcon(icon_2f2a1d2fbe3648eca838d05f19f5429d);
|
|
|
|
|
|
var marker_fbd768ed36a71ad8b273129acef09c12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e594678724f1e7201f6a78e09f0788df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac5393e18dd5e571d4920b47c1dfa2f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0c80c6ea14188b9d05f3075573039c4 = $(`<div id="html_c0c80c6ea14188b9d05f3075573039c4" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_ac5393e18dd5e571d4920b47c1dfa2f4.setContent(html_c0c80c6ea14188b9d05f3075573039c4);
|
|
|
|
|
|
|
|
marker_fbd768ed36a71ad8b273129acef09c12.bindPopup(popup_ac5393e18dd5e571d4920b47c1dfa2f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbd768ed36a71ad8b273129acef09c12.setIcon(icon_e594678724f1e7201f6a78e09f0788df);
|
|
|
|
|
|
var marker_3846c4e0aab0250cae7600e851e99165 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_77a91491e06af3547d4f8cc6dab5e873 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61f9b1d831e5cf273ae7930a6ead5c4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0ea244b2e02f8f66ab10f0a29cb9821 = $(`<div id="html_c0ea244b2e02f8f66ab10f0a29cb9821" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_61f9b1d831e5cf273ae7930a6ead5c4c.setContent(html_c0ea244b2e02f8f66ab10f0a29cb9821);
|
|
|
|
|
|
|
|
marker_3846c4e0aab0250cae7600e851e99165.bindPopup(popup_61f9b1d831e5cf273ae7930a6ead5c4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3846c4e0aab0250cae7600e851e99165.setIcon(icon_77a91491e06af3547d4f8cc6dab5e873);
|
|
|
|
|
|
var marker_7ca5ed021fee702d590db3c065e1e0e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5664cad063b883aa23fdba93ec811c5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b6606f307fd3276ba0f6ac33a5d58f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c490492327fccffe8b0849757369a75a = $(`<div id="html_c490492327fccffe8b0849757369a75a" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_8b6606f307fd3276ba0f6ac33a5d58f9.setContent(html_c490492327fccffe8b0849757369a75a);
|
|
|
|
|
|
|
|
marker_7ca5ed021fee702d590db3c065e1e0e2.bindPopup(popup_8b6606f307fd3276ba0f6ac33a5d58f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca5ed021fee702d590db3c065e1e0e2.setIcon(icon_5664cad063b883aa23fdba93ec811c5a);
|
|
|
|
|
|
var marker_0c684c65f24d9c70f1be3df4a5130cb2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d7b21f731304a24d9ce14152c2eae291 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8462155c198de8d9398b7b9421fcc6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a70c5dd8efbc1294c81d9f1defba0cb1 = $(`<div id="html_a70c5dd8efbc1294c81d9f1defba0cb1" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_d8462155c198de8d9398b7b9421fcc6a.setContent(html_a70c5dd8efbc1294c81d9f1defba0cb1);
|
|
|
|
|
|
|
|
marker_0c684c65f24d9c70f1be3df4a5130cb2.bindPopup(popup_d8462155c198de8d9398b7b9421fcc6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c684c65f24d9c70f1be3df4a5130cb2.setIcon(icon_d7b21f731304a24d9ce14152c2eae291);
|
|
|
|
|
|
var marker_e31097f862a6d5a3b7c8436158a88b92 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_38763b02217e3d7c26b0fee9ae13b51c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2e3869aa3e715649757d4b545a652b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37a2bd20f13d9d1400816daf0ca1547a = $(`<div id="html_37a2bd20f13d9d1400816daf0ca1547a" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_e2e3869aa3e715649757d4b545a652b0.setContent(html_37a2bd20f13d9d1400816daf0ca1547a);
|
|
|
|
|
|
|
|
marker_e31097f862a6d5a3b7c8436158a88b92.bindPopup(popup_e2e3869aa3e715649757d4b545a652b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e31097f862a6d5a3b7c8436158a88b92.setIcon(icon_38763b02217e3d7c26b0fee9ae13b51c);
|
|
|
|
|
|
var marker_79fa56e632c6d2f06480f38f9c533b06 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_13c48184402dc20d749533dbdf980a9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0a63d40fcc53a179484e5b9c6116a71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbc7ab59b185da6f03778525b2438270 = $(`<div id="html_cbc7ab59b185da6f03778525b2438270" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_c0a63d40fcc53a179484e5b9c6116a71.setContent(html_cbc7ab59b185da6f03778525b2438270);
|
|
|
|
|
|
|
|
marker_79fa56e632c6d2f06480f38f9c533b06.bindPopup(popup_c0a63d40fcc53a179484e5b9c6116a71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79fa56e632c6d2f06480f38f9c533b06.setIcon(icon_13c48184402dc20d749533dbdf980a9e);
|
|
|
|
|
|
var marker_e678e85e8444af38a1890cb3ebfccf62 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d03b77471306fe58ef6440f98258bd65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_517556183190c0aae8a24944c9b832f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03aaf92a25da6dcf41a5fc858cfdb6d5 = $(`<div id="html_03aaf92a25da6dcf41a5fc858cfdb6d5" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_517556183190c0aae8a24944c9b832f3.setContent(html_03aaf92a25da6dcf41a5fc858cfdb6d5);
|
|
|
|
|
|
|
|
marker_e678e85e8444af38a1890cb3ebfccf62.bindPopup(popup_517556183190c0aae8a24944c9b832f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e678e85e8444af38a1890cb3ebfccf62.setIcon(icon_d03b77471306fe58ef6440f98258bd65);
|
|
|
|
|
|
var marker_ee3bdf4e899d7b814c1b092690a1cbba = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_054d74d90977080de5fd5562e6122f8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1683ef948b33b6a2194174b0e7a4899f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c9d9749b36fce92bb6c417c6f1410ce = $(`<div id="html_9c9d9749b36fce92bb6c417c6f1410ce" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_1683ef948b33b6a2194174b0e7a4899f.setContent(html_9c9d9749b36fce92bb6c417c6f1410ce);
|
|
|
|
|
|
|
|
marker_ee3bdf4e899d7b814c1b092690a1cbba.bindPopup(popup_1683ef948b33b6a2194174b0e7a4899f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee3bdf4e899d7b814c1b092690a1cbba.setIcon(icon_054d74d90977080de5fd5562e6122f8b);
|
|
|
|
|
|
var marker_ad1fa5333244b375f2a11897f70f695a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_6dea99157ee0fa41d4ab0328b3badf4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d585b989f44942f2697080f5c112765f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_789c8c66b860b38b31f544b1fb6aa519 = $(`<div id="html_789c8c66b860b38b31f544b1fb6aa519" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_d585b989f44942f2697080f5c112765f.setContent(html_789c8c66b860b38b31f544b1fb6aa519);
|
|
|
|
|
|
|
|
marker_ad1fa5333244b375f2a11897f70f695a.bindPopup(popup_d585b989f44942f2697080f5c112765f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad1fa5333244b375f2a11897f70f695a.setIcon(icon_6dea99157ee0fa41d4ab0328b3badf4c);
|
|
|
|
|
|
var marker_a6828f1c53ad293347fac8b8cee2b826 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_083042827da15eb53eb3e719d6f3d6a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01b3271a262667b8042677b373aa34dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1775c2a840fd0ee4f32de02acced8b75 = $(`<div id="html_1775c2a840fd0ee4f32de02acced8b75" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_01b3271a262667b8042677b373aa34dc.setContent(html_1775c2a840fd0ee4f32de02acced8b75);
|
|
|
|
|
|
|
|
marker_a6828f1c53ad293347fac8b8cee2b826.bindPopup(popup_01b3271a262667b8042677b373aa34dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6828f1c53ad293347fac8b8cee2b826.setIcon(icon_083042827da15eb53eb3e719d6f3d6a8);
|
|
|
|
|
|
var marker_202f23e185d02f94cb574c503f6f32df = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_899b525df90f7a8032f6612758c3825e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc0d2995a22b328ccb7fa18b49cba036 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26cb793b66395126bcbb5baf97e18cfd = $(`<div id="html_26cb793b66395126bcbb5baf97e18cfd" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_cc0d2995a22b328ccb7fa18b49cba036.setContent(html_26cb793b66395126bcbb5baf97e18cfd);
|
|
|
|
|
|
|
|
marker_202f23e185d02f94cb574c503f6f32df.bindPopup(popup_cc0d2995a22b328ccb7fa18b49cba036)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_202f23e185d02f94cb574c503f6f32df.setIcon(icon_899b525df90f7a8032f6612758c3825e);
|
|
|
|
|
|
var marker_12a8ca8ed721aa7c866b6e2d28e74035 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_16b50faff8a614ac0e9d2643d2ae62ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83805e9e61571308499ee137411d3ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e8eb5407bad7032de7b606dce95ca44 = $(`<div id="html_2e8eb5407bad7032de7b606dce95ca44" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_83805e9e61571308499ee137411d3ba1.setContent(html_2e8eb5407bad7032de7b606dce95ca44);
|
|
|
|
|
|
|
|
marker_12a8ca8ed721aa7c866b6e2d28e74035.bindPopup(popup_83805e9e61571308499ee137411d3ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12a8ca8ed721aa7c866b6e2d28e74035.setIcon(icon_16b50faff8a614ac0e9d2643d2ae62ba);
|
|
|
|
|
|
var marker_ac469ac4807907e837d178b656719016 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_bfdb47c637025903a0da6ad4592d7438 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9f926ef5b27f671ee8aeeb2d0d5c7b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_545a810f7ac3bcd2789e27420effbaf8 = $(`<div id="html_545a810f7ac3bcd2789e27420effbaf8" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_c9f926ef5b27f671ee8aeeb2d0d5c7b4.setContent(html_545a810f7ac3bcd2789e27420effbaf8);
|
|
|
|
|
|
|
|
marker_ac469ac4807907e837d178b656719016.bindPopup(popup_c9f926ef5b27f671ee8aeeb2d0d5c7b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac469ac4807907e837d178b656719016.setIcon(icon_bfdb47c637025903a0da6ad4592d7438);
|
|
|
|
|
|
var marker_3bb33a09ade5921413fe4bdca3a3179a = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_528b669c0b286686d10d7a5a6a168971 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffe43185cd31a7871dc6b1165420387e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32dbff245bde6f3e906e566bd7a2203f = $(`<div id="html_32dbff245bde6f3e906e566bd7a2203f" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_ffe43185cd31a7871dc6b1165420387e.setContent(html_32dbff245bde6f3e906e566bd7a2203f);
|
|
|
|
|
|
|
|
marker_3bb33a09ade5921413fe4bdca3a3179a.bindPopup(popup_ffe43185cd31a7871dc6b1165420387e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bb33a09ade5921413fe4bdca3a3179a.setIcon(icon_528b669c0b286686d10d7a5a6a168971);
|
|
|
|
|
|
var marker_b7b7ec4e06c9a260eeebe8e8d2416bc4 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8c539613a87927ac265768127da36cf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc9efbca25c85994dfb41c6916bde026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17149fc15eb124bfd1befdda1f6adb8a = $(`<div id="html_17149fc15eb124bfd1befdda1f6adb8a" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_cc9efbca25c85994dfb41c6916bde026.setContent(html_17149fc15eb124bfd1befdda1f6adb8a);
|
|
|
|
|
|
|
|
marker_b7b7ec4e06c9a260eeebe8e8d2416bc4.bindPopup(popup_cc9efbca25c85994dfb41c6916bde026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7b7ec4e06c9a260eeebe8e8d2416bc4.setIcon(icon_8c539613a87927ac265768127da36cf4);
|
|
|
|
|
|
var marker_75c365eafc4bc931415b446816598768 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_49bfe20ae4d789af8973488fd53db9b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96bcdd95a94131517d3c343316b505f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bbea60ca8c55a03112beb20da26fd8e = $(`<div id="html_4bbea60ca8c55a03112beb20da26fd8e" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_96bcdd95a94131517d3c343316b505f3.setContent(html_4bbea60ca8c55a03112beb20da26fd8e);
|
|
|
|
|
|
|
|
marker_75c365eafc4bc931415b446816598768.bindPopup(popup_96bcdd95a94131517d3c343316b505f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75c365eafc4bc931415b446816598768.setIcon(icon_49bfe20ae4d789af8973488fd53db9b7);
|
|
|
|
|
|
var marker_97feca56feb55a52c27281bb58880f09 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5126295e5556a238c8008c14a914f6ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f0eaa5fd617e4204b4cac86c79886b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce3102307644e1192623f2eaafa1f696 = $(`<div id="html_ce3102307644e1192623f2eaafa1f696" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_7f0eaa5fd617e4204b4cac86c79886b7.setContent(html_ce3102307644e1192623f2eaafa1f696);
|
|
|
|
|
|
|
|
marker_97feca56feb55a52c27281bb58880f09.bindPopup(popup_7f0eaa5fd617e4204b4cac86c79886b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97feca56feb55a52c27281bb58880f09.setIcon(icon_5126295e5556a238c8008c14a914f6ac);
|
|
|
|
|
|
var marker_7cd4a2482fba4c83fcff104dac98740c = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3a0162dbdef774a65cec2d70960de941 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b90bf22110da73ed27fb7a0e2344efd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d82e4a82dad406c0e65607399ea52a09 = $(`<div id="html_d82e4a82dad406c0e65607399ea52a09" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_b90bf22110da73ed27fb7a0e2344efd9.setContent(html_d82e4a82dad406c0e65607399ea52a09);
|
|
|
|
|
|
|
|
marker_7cd4a2482fba4c83fcff104dac98740c.bindPopup(popup_b90bf22110da73ed27fb7a0e2344efd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cd4a2482fba4c83fcff104dac98740c.setIcon(icon_3a0162dbdef774a65cec2d70960de941);
|
|
|
|
|
|
var marker_6745266d9f1c79ca591b0d9ff5d55033 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_7b16435fc531a116fcdcb9c6cf752863 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3df969677557f28ffd78a4069fbb32e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14cea02ec4e3bb9afa7c5cb23b33094d = $(`<div id="html_14cea02ec4e3bb9afa7c5cb23b33094d" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_3df969677557f28ffd78a4069fbb32e7.setContent(html_14cea02ec4e3bb9afa7c5cb23b33094d);
|
|
|
|
|
|
|
|
marker_6745266d9f1c79ca591b0d9ff5d55033.bindPopup(popup_3df969677557f28ffd78a4069fbb32e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6745266d9f1c79ca591b0d9ff5d55033.setIcon(icon_7b16435fc531a116fcdcb9c6cf752863);
|
|
|
|
|
|
var marker_3a33f9a58cc9c4f61fe4674054c7a204 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_719b719a89d324388fa066f96fa4a288 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20428f778a2a06c2e50890f346ac9cd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dea3a197ce6cea62b463ce9ed87ed28 = $(`<div id="html_7dea3a197ce6cea62b463ce9ed87ed28" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_20428f778a2a06c2e50890f346ac9cd7.setContent(html_7dea3a197ce6cea62b463ce9ed87ed28);
|
|
|
|
|
|
|
|
marker_3a33f9a58cc9c4f61fe4674054c7a204.bindPopup(popup_20428f778a2a06c2e50890f346ac9cd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a33f9a58cc9c4f61fe4674054c7a204.setIcon(icon_719b719a89d324388fa066f96fa4a288);
|
|
|
|
|
|
var marker_936fb05eb26ee01fa6426695db409b0c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_ee11341e830ff58abd6ed69579a283b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fcdd3be8c9035f442a5afcfa87447db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e7306173bb4a156be26b0eb8dccca8f = $(`<div id="html_5e7306173bb4a156be26b0eb8dccca8f" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_0fcdd3be8c9035f442a5afcfa87447db.setContent(html_5e7306173bb4a156be26b0eb8dccca8f);
|
|
|
|
|
|
|
|
marker_936fb05eb26ee01fa6426695db409b0c.bindPopup(popup_0fcdd3be8c9035f442a5afcfa87447db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_936fb05eb26ee01fa6426695db409b0c.setIcon(icon_ee11341e830ff58abd6ed69579a283b5);
|
|
|
|
|
|
var marker_a718b3eee4b7d443415d29441178a353 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f4e02c19300b4ff274bb5c734a7e0271 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca6a9601b688f68197d8c869a85956ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f71df82d41cf9115bd5752ad00f8bb = $(`<div id="html_d6f71df82d41cf9115bd5752ad00f8bb" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_ca6a9601b688f68197d8c869a85956ae.setContent(html_d6f71df82d41cf9115bd5752ad00f8bb);
|
|
|
|
|
|
|
|
marker_a718b3eee4b7d443415d29441178a353.bindPopup(popup_ca6a9601b688f68197d8c869a85956ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a718b3eee4b7d443415d29441178a353.setIcon(icon_f4e02c19300b4ff274bb5c734a7e0271);
|
|
|
|
|
|
var marker_300e3341f1c6411676d5b86dfe85274d = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_7bc30157de29591f3e4bc505c9c27651 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d4a76523b94bd149e561d575779d9da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58fe00e64271d24a323ca3360d68bb57 = $(`<div id="html_58fe00e64271d24a323ca3360d68bb57" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_7d4a76523b94bd149e561d575779d9da.setContent(html_58fe00e64271d24a323ca3360d68bb57);
|
|
|
|
|
|
|
|
marker_300e3341f1c6411676d5b86dfe85274d.bindPopup(popup_7d4a76523b94bd149e561d575779d9da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_300e3341f1c6411676d5b86dfe85274d.setIcon(icon_7bc30157de29591f3e4bc505c9c27651);
|
|
|
|
|
|
var marker_7a2f4066dc1b2232f2d1161c7d42fa2e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3553e6b9ce3b21efc84d9d12e9b58809 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f6e1adfb205729ef1d4e9a708e7c2ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b178cba6e20b88e77f6ba46b4ff15a79 = $(`<div id="html_b178cba6e20b88e77f6ba46b4ff15a79" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_2f6e1adfb205729ef1d4e9a708e7c2ee.setContent(html_b178cba6e20b88e77f6ba46b4ff15a79);
|
|
|
|
|
|
|
|
marker_7a2f4066dc1b2232f2d1161c7d42fa2e.bindPopup(popup_2f6e1adfb205729ef1d4e9a708e7c2ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a2f4066dc1b2232f2d1161c7d42fa2e.setIcon(icon_3553e6b9ce3b21efc84d9d12e9b58809);
|
|
|
|
|
|
var marker_47f21001b5376f222edae421dad1fbc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_99cba6559a738508fc7d939e78461971 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa1db459aebdfd2dd57957676aba5a11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_758010bbf05156d07c0c91548a6b2864 = $(`<div id="html_758010bbf05156d07c0c91548a6b2864" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_aa1db459aebdfd2dd57957676aba5a11.setContent(html_758010bbf05156d07c0c91548a6b2864);
|
|
|
|
|
|
|
|
marker_47f21001b5376f222edae421dad1fbc0.bindPopup(popup_aa1db459aebdfd2dd57957676aba5a11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47f21001b5376f222edae421dad1fbc0.setIcon(icon_99cba6559a738508fc7d939e78461971);
|
|
|
|
|
|
var marker_afeef592c0afc6ec8b7c081e2667c9a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1869427ee9a7f02ec1c961f811de76bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52a474b55fbf9dc28b32add6401ffd77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9ce8c73af191d3d309e39800a0f7ae8 = $(`<div id="html_e9ce8c73af191d3d309e39800a0f7ae8" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_52a474b55fbf9dc28b32add6401ffd77.setContent(html_e9ce8c73af191d3d309e39800a0f7ae8);
|
|
|
|
|
|
|
|
marker_afeef592c0afc6ec8b7c081e2667c9a2.bindPopup(popup_52a474b55fbf9dc28b32add6401ffd77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afeef592c0afc6ec8b7c081e2667c9a2.setIcon(icon_1869427ee9a7f02ec1c961f811de76bd);
|
|
|
|
|
|
var marker_418edd0a465f61082373bdaa63b5ee64 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3f421276817299d546859a285b289f13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54d5f3472d063be4f154f96ff241701 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_684329450361868cbf87722fa20103fe = $(`<div id="html_684329450361868cbf87722fa20103fe" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_a54d5f3472d063be4f154f96ff241701.setContent(html_684329450361868cbf87722fa20103fe);
|
|
|
|
|
|
|
|
marker_418edd0a465f61082373bdaa63b5ee64.bindPopup(popup_a54d5f3472d063be4f154f96ff241701)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_418edd0a465f61082373bdaa63b5ee64.setIcon(icon_3f421276817299d546859a285b289f13);
|
|
|
|
|
|
var marker_befac0f3cd2348cf11e475586c8d1fb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_56a462fc1470bf82350c3f116dfa42a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e5d0ee5ed7adde9e3bf2863c0d4a6c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_255b5cd772703737b65901fe9fe7ab8d = $(`<div id="html_255b5cd772703737b65901fe9fe7ab8d" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_4e5d0ee5ed7adde9e3bf2863c0d4a6c6.setContent(html_255b5cd772703737b65901fe9fe7ab8d);
|
|
|
|
|
|
|
|
marker_befac0f3cd2348cf11e475586c8d1fb1.bindPopup(popup_4e5d0ee5ed7adde9e3bf2863c0d4a6c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_befac0f3cd2348cf11e475586c8d1fb1.setIcon(icon_56a462fc1470bf82350c3f116dfa42a5);
|
|
|
|
|
|
var marker_2d4c29d30fbdd48915588cad88519e2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_927b2fa3842ee00d733e9700df8f45d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba0708dc17f93378b734e26c739ad089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93f0d9ea90739f42d38318dbd1b0e718 = $(`<div id="html_93f0d9ea90739f42d38318dbd1b0e718" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_ba0708dc17f93378b734e26c739ad089.setContent(html_93f0d9ea90739f42d38318dbd1b0e718);
|
|
|
|
|
|
|
|
marker_2d4c29d30fbdd48915588cad88519e2a.bindPopup(popup_ba0708dc17f93378b734e26c739ad089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d4c29d30fbdd48915588cad88519e2a.setIcon(icon_927b2fa3842ee00d733e9700df8f45d5);
|
|
|
|
|
|
var marker_7790bfcc78172e143d0f8d4fc05bb99e = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1ecaae36ec2a61b12cc9cdd35d446fd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92df1a674e333d2224169478e795f2ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_933b358f05d6b802b4d01fb77a4c6bba = $(`<div id="html_933b358f05d6b802b4d01fb77a4c6bba" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_92df1a674e333d2224169478e795f2ed.setContent(html_933b358f05d6b802b4d01fb77a4c6bba);
|
|
|
|
|
|
|
|
marker_7790bfcc78172e143d0f8d4fc05bb99e.bindPopup(popup_92df1a674e333d2224169478e795f2ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7790bfcc78172e143d0f8d4fc05bb99e.setIcon(icon_1ecaae36ec2a61b12cc9cdd35d446fd7);
|
|
|
|
|
|
var marker_e537745f8160e12f8c49b7f3bfcff070 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5ffb3ce8a5ee745b9ac4079cf589b7a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1d2e6c629504ea9f17065e5398d1f49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1621c220ed642c9f157fcfd5aa034a20 = $(`<div id="html_1621c220ed642c9f157fcfd5aa034a20" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_f1d2e6c629504ea9f17065e5398d1f49.setContent(html_1621c220ed642c9f157fcfd5aa034a20);
|
|
|
|
|
|
|
|
marker_e537745f8160e12f8c49b7f3bfcff070.bindPopup(popup_f1d2e6c629504ea9f17065e5398d1f49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e537745f8160e12f8c49b7f3bfcff070.setIcon(icon_5ffb3ce8a5ee745b9ac4079cf589b7a3);
|
|
|
|
|
|
var marker_84fb0af98bedcb3c1f9ed03b693064c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_ef9f31e1a4893fd5001cfa09d2f9faca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1070e951ddf3c0a8b40c02c6dfc9b48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a81f8b5d858dc8f5ab88985940c6a30d = $(`<div id="html_a81f8b5d858dc8f5ab88985940c6a30d" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_b1070e951ddf3c0a8b40c02c6dfc9b48.setContent(html_a81f8b5d858dc8f5ab88985940c6a30d);
|
|
|
|
|
|
|
|
marker_84fb0af98bedcb3c1f9ed03b693064c6.bindPopup(popup_b1070e951ddf3c0a8b40c02c6dfc9b48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84fb0af98bedcb3c1f9ed03b693064c6.setIcon(icon_ef9f31e1a4893fd5001cfa09d2f9faca);
|
|
|
|
|
|
var marker_e6d10095754c4029bdd7f5c5ca62a174 = L.marker(
|
|
[41.1542, -8.60964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3e1735f4ba0e0ac5585db3f7e1baf629 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5126d2df8fa26d498e644baafe3d7c7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8829f691a68eab284a91f50cd7db24de = $(`<div id="html_8829f691a68eab284a91f50cd7db24de" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_5126d2df8fa26d498e644baafe3d7c7c.setContent(html_8829f691a68eab284a91f50cd7db24de);
|
|
|
|
|
|
|
|
marker_e6d10095754c4029bdd7f5c5ca62a174.bindPopup(popup_5126d2df8fa26d498e644baafe3d7c7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6d10095754c4029bdd7f5c5ca62a174.setIcon(icon_3e1735f4ba0e0ac5585db3f7e1baf629);
|
|
|
|
|
|
var marker_55a4dbd5dfee5d407468cc8e82878025 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_76acab0f77af7c3c0a5f22cad7ea007d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_993f9e386208114da25e8cd97078b75d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c65861f66ae9a4cb4fd55c282df47570 = $(`<div id="html_c65861f66ae9a4cb4fd55c282df47570" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_993f9e386208114da25e8cd97078b75d.setContent(html_c65861f66ae9a4cb4fd55c282df47570);
|
|
|
|
|
|
|
|
marker_55a4dbd5dfee5d407468cc8e82878025.bindPopup(popup_993f9e386208114da25e8cd97078b75d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55a4dbd5dfee5d407468cc8e82878025.setIcon(icon_76acab0f77af7c3c0a5f22cad7ea007d);
|
|
|
|
|
|
var marker_62cdb13bceec5f3cdbbd55597e290e8c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_915a08ab88dc4c1c83756110e70afe97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b474f5144d6bebf4b0f242d263bee52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_954ab9a8d4516bc897192ac796a2e4c0 = $(`<div id="html_954ab9a8d4516bc897192ac796a2e4c0" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_9b474f5144d6bebf4b0f242d263bee52.setContent(html_954ab9a8d4516bc897192ac796a2e4c0);
|
|
|
|
|
|
|
|
marker_62cdb13bceec5f3cdbbd55597e290e8c.bindPopup(popup_9b474f5144d6bebf4b0f242d263bee52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62cdb13bceec5f3cdbbd55597e290e8c.setIcon(icon_915a08ab88dc4c1c83756110e70afe97);
|
|
|
|
|
|
var marker_f64485b3230e36e6006d6485d02cfd24 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_403ac39df2a80ef11834d25ee097065b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2602d133c7c42eccfab4cb4781c96007 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd7686e8cc9ce4cbd37d4de7605dccd5 = $(`<div id="html_cd7686e8cc9ce4cbd37d4de7605dccd5" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_2602d133c7c42eccfab4cb4781c96007.setContent(html_cd7686e8cc9ce4cbd37d4de7605dccd5);
|
|
|
|
|
|
|
|
marker_f64485b3230e36e6006d6485d02cfd24.bindPopup(popup_2602d133c7c42eccfab4cb4781c96007)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f64485b3230e36e6006d6485d02cfd24.setIcon(icon_403ac39df2a80ef11834d25ee097065b);
|
|
|
|
|
|
var marker_fc51bf3a0c0d129ce589547a701b1054 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5e749e361bb3cacdcbf3dc8121d7b1d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1005fbbb9ebe783943e9dc847997d11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32d6c3fde80d3c78772bdb575a68ceee = $(`<div id="html_32d6c3fde80d3c78772bdb575a68ceee" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_c1005fbbb9ebe783943e9dc847997d11.setContent(html_32d6c3fde80d3c78772bdb575a68ceee);
|
|
|
|
|
|
|
|
marker_fc51bf3a0c0d129ce589547a701b1054.bindPopup(popup_c1005fbbb9ebe783943e9dc847997d11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc51bf3a0c0d129ce589547a701b1054.setIcon(icon_5e749e361bb3cacdcbf3dc8121d7b1d8);
|
|
|
|
|
|
var marker_67f572eb9547b10b1dceb384370eb5df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8a8c1b18c7abc3d5a2589a0257db0539 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10242faa1f40080335721fc4f8dcae8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_000ad5121bda26dba8120f8dfacfe9e2 = $(`<div id="html_000ad5121bda26dba8120f8dfacfe9e2" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_10242faa1f40080335721fc4f8dcae8d.setContent(html_000ad5121bda26dba8120f8dfacfe9e2);
|
|
|
|
|
|
|
|
marker_67f572eb9547b10b1dceb384370eb5df.bindPopup(popup_10242faa1f40080335721fc4f8dcae8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67f572eb9547b10b1dceb384370eb5df.setIcon(icon_8a8c1b18c7abc3d5a2589a0257db0539);
|
|
|
|
|
|
var marker_7158c512e624a23280c66468d680f5c8 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_05ce7bdbd72a9526bbd7487ec8fe16e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_773cee86858dc9dd989f45ad4533b94e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0a7b481b9629c090cfec406c0eef36e = $(`<div id="html_d0a7b481b9629c090cfec406c0eef36e" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_773cee86858dc9dd989f45ad4533b94e.setContent(html_d0a7b481b9629c090cfec406c0eef36e);
|
|
|
|
|
|
|
|
marker_7158c512e624a23280c66468d680f5c8.bindPopup(popup_773cee86858dc9dd989f45ad4533b94e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7158c512e624a23280c66468d680f5c8.setIcon(icon_05ce7bdbd72a9526bbd7487ec8fe16e7);
|
|
|
|
|
|
var marker_a5f870aad8588299f5a7bae35accf53c = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_6c63a9bdc94f0d47bfae30240da783df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_502b4cba878d2ece9d25c3c753b7a85a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cba3bc3b9e84ca4d067272cf445e470 = $(`<div id="html_6cba3bc3b9e84ca4d067272cf445e470" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_502b4cba878d2ece9d25c3c753b7a85a.setContent(html_6cba3bc3b9e84ca4d067272cf445e470);
|
|
|
|
|
|
|
|
marker_a5f870aad8588299f5a7bae35accf53c.bindPopup(popup_502b4cba878d2ece9d25c3c753b7a85a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5f870aad8588299f5a7bae35accf53c.setIcon(icon_6c63a9bdc94f0d47bfae30240da783df);
|
|
|
|
|
|
var marker_093c7ac3586ba079678cdb4c0ee6da76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_30c7e7d3384efe73673b4aa86e0813d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f548a5fcde25fc2fbcdc107463ea6075 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3ab950eb0b1290b3bbcfbc168958e0c = $(`<div id="html_e3ab950eb0b1290b3bbcfbc168958e0c" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_f548a5fcde25fc2fbcdc107463ea6075.setContent(html_e3ab950eb0b1290b3bbcfbc168958e0c);
|
|
|
|
|
|
|
|
marker_093c7ac3586ba079678cdb4c0ee6da76.bindPopup(popup_f548a5fcde25fc2fbcdc107463ea6075)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_093c7ac3586ba079678cdb4c0ee6da76.setIcon(icon_30c7e7d3384efe73673b4aa86e0813d6);
|
|
|
|
|
|
var marker_f206a822c03fc09ddbe20f6d3a743613 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_ceba5c78b99d9bc947f4f9fe9f8c8ebd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f70734be6b6b22b626e94ac7500ed37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3223e832644d1557158e40f5a17929ea = $(`<div id="html_3223e832644d1557158e40f5a17929ea" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_6f70734be6b6b22b626e94ac7500ed37.setContent(html_3223e832644d1557158e40f5a17929ea);
|
|
|
|
|
|
|
|
marker_f206a822c03fc09ddbe20f6d3a743613.bindPopup(popup_6f70734be6b6b22b626e94ac7500ed37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f206a822c03fc09ddbe20f6d3a743613.setIcon(icon_ceba5c78b99d9bc947f4f9fe9f8c8ebd);
|
|
|
|
|
|
var marker_09a73e7efc7510cc1b57922823009eb8 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c82de48d366cf66792a96c0f2b6d6266 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed8dba7c5db55b007142e8f8fe0568c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f720ec9a6097752fdb88f5e4097149a = $(`<div id="html_8f720ec9a6097752fdb88f5e4097149a" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_ed8dba7c5db55b007142e8f8fe0568c9.setContent(html_8f720ec9a6097752fdb88f5e4097149a);
|
|
|
|
|
|
|
|
marker_09a73e7efc7510cc1b57922823009eb8.bindPopup(popup_ed8dba7c5db55b007142e8f8fe0568c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09a73e7efc7510cc1b57922823009eb8.setIcon(icon_c82de48d366cf66792a96c0f2b6d6266);
|
|
|
|
|
|
var marker_a7d021a77a52b26dd051838036ebbe19 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0aaf15d766a2992ae2b998e0fbeccdc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12b7862ac9a871446a505f78a10c65c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc1cb820b844ea46dc7b096cac5f3600 = $(`<div id="html_dc1cb820b844ea46dc7b096cac5f3600" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_12b7862ac9a871446a505f78a10c65c8.setContent(html_dc1cb820b844ea46dc7b096cac5f3600);
|
|
|
|
|
|
|
|
marker_a7d021a77a52b26dd051838036ebbe19.bindPopup(popup_12b7862ac9a871446a505f78a10c65c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7d021a77a52b26dd051838036ebbe19.setIcon(icon_0aaf15d766a2992ae2b998e0fbeccdc6);
|
|
|
|
|
|
var marker_992f68c36d6675db3dfa582b03c529b3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_9052bf43e0603237847fa19dec38755c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcb77c1d93543a0fb5b4b8d23eb4770b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb69effd5f5cfd57a0f22c91cc6139b1 = $(`<div id="html_bb69effd5f5cfd57a0f22c91cc6139b1" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_fcb77c1d93543a0fb5b4b8d23eb4770b.setContent(html_bb69effd5f5cfd57a0f22c91cc6139b1);
|
|
|
|
|
|
|
|
marker_992f68c36d6675db3dfa582b03c529b3.bindPopup(popup_fcb77c1d93543a0fb5b4b8d23eb4770b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_992f68c36d6675db3dfa582b03c529b3.setIcon(icon_9052bf43e0603237847fa19dec38755c);
|
|
|
|
|
|
var marker_dcbe76b8d6d422b9a87c05686371dd1a = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b4ca0b4a05bcae1f19d720ff28e193b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78a6094011476b5701df928cdb2b4b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fc026eae33c489c8f979c787dd37ab9 = $(`<div id="html_5fc026eae33c489c8f979c787dd37ab9" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_f78a6094011476b5701df928cdb2b4b6.setContent(html_5fc026eae33c489c8f979c787dd37ab9);
|
|
|
|
|
|
|
|
marker_dcbe76b8d6d422b9a87c05686371dd1a.bindPopup(popup_f78a6094011476b5701df928cdb2b4b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcbe76b8d6d422b9a87c05686371dd1a.setIcon(icon_b4ca0b4a05bcae1f19d720ff28e193b2);
|
|
|
|
|
|
var marker_20f945248107b95826d9aaa3512b1c53 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f27fa2e7d4c847609a65946b2ed01c95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e490bf2b04a7af6da8ac05d2b88b91da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaeda8030b6034898286ed5d41dc52ca = $(`<div id="html_aaeda8030b6034898286ed5d41dc52ca" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_e490bf2b04a7af6da8ac05d2b88b91da.setContent(html_aaeda8030b6034898286ed5d41dc52ca);
|
|
|
|
|
|
|
|
marker_20f945248107b95826d9aaa3512b1c53.bindPopup(popup_e490bf2b04a7af6da8ac05d2b88b91da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20f945248107b95826d9aaa3512b1c53.setIcon(icon_f27fa2e7d4c847609a65946b2ed01c95);
|
|
|
|
|
|
var marker_2c84b28310b66f8310d0b814c04f8224 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_6aff827023289d44795ca421465bdc4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_243b1d9fb21af47259367d52d498a0a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dce602e8cc8ef047e3ffb12299b9f630 = $(`<div id="html_dce602e8cc8ef047e3ffb12299b9f630" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_243b1d9fb21af47259367d52d498a0a9.setContent(html_dce602e8cc8ef047e3ffb12299b9f630);
|
|
|
|
|
|
|
|
marker_2c84b28310b66f8310d0b814c04f8224.bindPopup(popup_243b1d9fb21af47259367d52d498a0a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c84b28310b66f8310d0b814c04f8224.setIcon(icon_6aff827023289d44795ca421465bdc4e);
|
|
|
|
|
|
var marker_852b5f70ba250b1d18f27c1c8a336f96 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_631ccb223b8b279c56cc78c42679d649 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8d65b932daa0bb26df2769506ef9746 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7199b164696baa4fed46812dbd55b819 = $(`<div id="html_7199b164696baa4fed46812dbd55b819" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_e8d65b932daa0bb26df2769506ef9746.setContent(html_7199b164696baa4fed46812dbd55b819);
|
|
|
|
|
|
|
|
marker_852b5f70ba250b1d18f27c1c8a336f96.bindPopup(popup_e8d65b932daa0bb26df2769506ef9746)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_852b5f70ba250b1d18f27c1c8a336f96.setIcon(icon_631ccb223b8b279c56cc78c42679d649);
|
|
|
|
|
|
var marker_b77c9e12f56ec64cd683d38e9c903067 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_4bf896866b9427f4bfb1c4d8e59ae305 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d76c65b0277f471f27f6cea524948200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1809ad2df1510a1ded75df6597074f04 = $(`<div id="html_1809ad2df1510a1ded75df6597074f04" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_d76c65b0277f471f27f6cea524948200.setContent(html_1809ad2df1510a1ded75df6597074f04);
|
|
|
|
|
|
|
|
marker_b77c9e12f56ec64cd683d38e9c903067.bindPopup(popup_d76c65b0277f471f27f6cea524948200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b77c9e12f56ec64cd683d38e9c903067.setIcon(icon_4bf896866b9427f4bfb1c4d8e59ae305);
|
|
|
|
|
|
var marker_0af83b6a8a29265f1977302b413a7a45 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_b4f13499ca6bf0360251a62d650e29a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2d1cd1280f6e7d84543cfb84823dc85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69ea329c356a6c69991673364949c27e = $(`<div id="html_69ea329c356a6c69991673364949c27e" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_f2d1cd1280f6e7d84543cfb84823dc85.setContent(html_69ea329c356a6c69991673364949c27e);
|
|
|
|
|
|
|
|
marker_0af83b6a8a29265f1977302b413a7a45.bindPopup(popup_f2d1cd1280f6e7d84543cfb84823dc85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0af83b6a8a29265f1977302b413a7a45.setIcon(icon_b4f13499ca6bf0360251a62d650e29a5);
|
|
|
|
|
|
var marker_466cef78a6fb2a88cae823bb2baf8012 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_4f4eb0cf3ce5a11971cdce40ceed2a14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40332c214b3f476d7393337119cb09a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_703452c7ca13fdd517462842085e664a = $(`<div id="html_703452c7ca13fdd517462842085e664a" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_40332c214b3f476d7393337119cb09a1.setContent(html_703452c7ca13fdd517462842085e664a);
|
|
|
|
|
|
|
|
marker_466cef78a6fb2a88cae823bb2baf8012.bindPopup(popup_40332c214b3f476d7393337119cb09a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_466cef78a6fb2a88cae823bb2baf8012.setIcon(icon_4f4eb0cf3ce5a11971cdce40ceed2a14);
|
|
|
|
|
|
var marker_545ee4e1b61ba94478f4aa43881aa870 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_18c4e02f230e6ca88eb6d417c16d3de1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66840d2f5cf19245b777b0b70e3f64d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab132def16381e7d871f0713fb238c4b = $(`<div id="html_ab132def16381e7d871f0713fb238c4b" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_66840d2f5cf19245b777b0b70e3f64d1.setContent(html_ab132def16381e7d871f0713fb238c4b);
|
|
|
|
|
|
|
|
marker_545ee4e1b61ba94478f4aa43881aa870.bindPopup(popup_66840d2f5cf19245b777b0b70e3f64d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_545ee4e1b61ba94478f4aa43881aa870.setIcon(icon_18c4e02f230e6ca88eb6d417c16d3de1);
|
|
|
|
|
|
var marker_ce9ce3befa5d0a2624ef208562f92581 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1bec37f03850c4edac994a25a4cabf6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c3d0e6bdd77d2f31e5844d31034e7ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06f6e69aa3f0c25d2dffc82bc31b0148 = $(`<div id="html_06f6e69aa3f0c25d2dffc82bc31b0148" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_7c3d0e6bdd77d2f31e5844d31034e7ca.setContent(html_06f6e69aa3f0c25d2dffc82bc31b0148);
|
|
|
|
|
|
|
|
marker_ce9ce3befa5d0a2624ef208562f92581.bindPopup(popup_7c3d0e6bdd77d2f31e5844d31034e7ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce9ce3befa5d0a2624ef208562f92581.setIcon(icon_1bec37f03850c4edac994a25a4cabf6a);
|
|
|
|
|
|
var marker_0da4d2f7da3a8722129ea354ceee3f48 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_744fbe3086d11ee4be82d3c02674d841 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_076393f35939d6b14d7548c3d836b660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_013e574fa158882188da25e9b11faa95 = $(`<div id="html_013e574fa158882188da25e9b11faa95" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_076393f35939d6b14d7548c3d836b660.setContent(html_013e574fa158882188da25e9b11faa95);
|
|
|
|
|
|
|
|
marker_0da4d2f7da3a8722129ea354ceee3f48.bindPopup(popup_076393f35939d6b14d7548c3d836b660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0da4d2f7da3a8722129ea354ceee3f48.setIcon(icon_744fbe3086d11ee4be82d3c02674d841);
|
|
|
|
|
|
var marker_f10cc8f820c0cd8976e0ba83736bc2ea = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a7f06cca8b0e3b3f8f01e7f3eb0aadbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a781e9c92d3a3f06f69b98acb6c7821f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91886a849dd90bdc7dd79e028f646181 = $(`<div id="html_91886a849dd90bdc7dd79e028f646181" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_a781e9c92d3a3f06f69b98acb6c7821f.setContent(html_91886a849dd90bdc7dd79e028f646181);
|
|
|
|
|
|
|
|
marker_f10cc8f820c0cd8976e0ba83736bc2ea.bindPopup(popup_a781e9c92d3a3f06f69b98acb6c7821f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f10cc8f820c0cd8976e0ba83736bc2ea.setIcon(icon_a7f06cca8b0e3b3f8f01e7f3eb0aadbf);
|
|
|
|
|
|
var marker_31f03c27a3787d82d7ce1cb1acc89d91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_4e77e5110dddb95a723d9b84d3734790 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8daaf34a1d57fb895547e68af6735af8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e7ab9e74d248fecf2484f8d7ddf621c = $(`<div id="html_7e7ab9e74d248fecf2484f8d7ddf621c" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_8daaf34a1d57fb895547e68af6735af8.setContent(html_7e7ab9e74d248fecf2484f8d7ddf621c);
|
|
|
|
|
|
|
|
marker_31f03c27a3787d82d7ce1cb1acc89d91.bindPopup(popup_8daaf34a1d57fb895547e68af6735af8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31f03c27a3787d82d7ce1cb1acc89d91.setIcon(icon_4e77e5110dddb95a723d9b84d3734790);
|
|
|
|
|
|
var marker_5e23e2dbd444df9d2aca308b15d438be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d5107bf593f9d7dd21360945ca2479be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f65d5193642ec68b19d1a75893389dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1517ac8bca9ee610af64fc59a79e37e = $(`<div id="html_e1517ac8bca9ee610af64fc59a79e37e" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_6f65d5193642ec68b19d1a75893389dd.setContent(html_e1517ac8bca9ee610af64fc59a79e37e);
|
|
|
|
|
|
|
|
marker_5e23e2dbd444df9d2aca308b15d438be.bindPopup(popup_6f65d5193642ec68b19d1a75893389dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e23e2dbd444df9d2aca308b15d438be.setIcon(icon_d5107bf593f9d7dd21360945ca2479be);
|
|
|
|
|
|
var marker_557d96d51ae2443e3b61e10e33c0adea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8d92e1a2e5a18443353ffdaa475b4d69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bf5a4c325bacd449e41d087fe7e71b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef0a2613387f4c8ddbe8be10accf4911 = $(`<div id="html_ef0a2613387f4c8ddbe8be10accf4911" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_6bf5a4c325bacd449e41d087fe7e71b2.setContent(html_ef0a2613387f4c8ddbe8be10accf4911);
|
|
|
|
|
|
|
|
marker_557d96d51ae2443e3b61e10e33c0adea.bindPopup(popup_6bf5a4c325bacd449e41d087fe7e71b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_557d96d51ae2443e3b61e10e33c0adea.setIcon(icon_8d92e1a2e5a18443353ffdaa475b4d69);
|
|
|
|
|
|
var marker_069746280ddcf921c27b23017b0b4e3e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e1f4cbcb3deee2bac1bd9e25b56d790e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f48c820336723f259338bb3f61f539de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49e3ae521a630f63e93489b00d12043a = $(`<div id="html_49e3ae521a630f63e93489b00d12043a" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_f48c820336723f259338bb3f61f539de.setContent(html_49e3ae521a630f63e93489b00d12043a);
|
|
|
|
|
|
|
|
marker_069746280ddcf921c27b23017b0b4e3e.bindPopup(popup_f48c820336723f259338bb3f61f539de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_069746280ddcf921c27b23017b0b4e3e.setIcon(icon_e1f4cbcb3deee2bac1bd9e25b56d790e);
|
|
|
|
|
|
var marker_0da22eee0a8fe86ac039de92ca650a20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3583f3b1112dffb29f75eefa6f7afcaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63ba0344e1882ba6877ff03e1002bb65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f2b55dc6a0cb0db82642cb56d4519ec = $(`<div id="html_4f2b55dc6a0cb0db82642cb56d4519ec" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_63ba0344e1882ba6877ff03e1002bb65.setContent(html_4f2b55dc6a0cb0db82642cb56d4519ec);
|
|
|
|
|
|
|
|
marker_0da22eee0a8fe86ac039de92ca650a20.bindPopup(popup_63ba0344e1882ba6877ff03e1002bb65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0da22eee0a8fe86ac039de92ca650a20.setIcon(icon_3583f3b1112dffb29f75eefa6f7afcaa);
|
|
|
|
|
|
var marker_c00944fc3674cc71f04b15b2f9126968 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c79dde1cd1bd06602bbd0fc323d33f23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7139ed19e5645aeef38a224f7abd51d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe01babb6495b3f96de797ddc31e2c0 = $(`<div id="html_9fe01babb6495b3f96de797ddc31e2c0" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_7139ed19e5645aeef38a224f7abd51d9.setContent(html_9fe01babb6495b3f96de797ddc31e2c0);
|
|
|
|
|
|
|
|
marker_c00944fc3674cc71f04b15b2f9126968.bindPopup(popup_7139ed19e5645aeef38a224f7abd51d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c00944fc3674cc71f04b15b2f9126968.setIcon(icon_c79dde1cd1bd06602bbd0fc323d33f23);
|
|
|
|
|
|
var marker_0021dd96e25a82cc0898a70ab671c357 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_66a3b58d5f11d67b95701295acb0adc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_424c4c91af78472231a3662bbb71f102 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2dbc346df30bfcb00d105021f1c67625 = $(`<div id="html_2dbc346df30bfcb00d105021f1c67625" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_424c4c91af78472231a3662bbb71f102.setContent(html_2dbc346df30bfcb00d105021f1c67625);
|
|
|
|
|
|
|
|
marker_0021dd96e25a82cc0898a70ab671c357.bindPopup(popup_424c4c91af78472231a3662bbb71f102)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0021dd96e25a82cc0898a70ab671c357.setIcon(icon_66a3b58d5f11d67b95701295acb0adc8);
|
|
|
|
|
|
var marker_4ae6270ba9001277f0caac6692823583 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a6829f94e7962f819a336aa3a32edbe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35c9a6722956697e0556566c30ca5f8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_067edaeadb6c2dd01162d5303cf9a643 = $(`<div id="html_067edaeadb6c2dd01162d5303cf9a643" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_35c9a6722956697e0556566c30ca5f8c.setContent(html_067edaeadb6c2dd01162d5303cf9a643);
|
|
|
|
|
|
|
|
marker_4ae6270ba9001277f0caac6692823583.bindPopup(popup_35c9a6722956697e0556566c30ca5f8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ae6270ba9001277f0caac6692823583.setIcon(icon_a6829f94e7962f819a336aa3a32edbe3);
|
|
|
|
|
|
var marker_d45ee393b27eb783aa5b9c24f96d5450 = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2203af752be946d5157e9836b0a9fa7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ee0b441fb029705b52dc22aa9853c4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72916a0142fc1710b7e6b26331e06dbd = $(`<div id="html_72916a0142fc1710b7e6b26331e06dbd" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_8ee0b441fb029705b52dc22aa9853c4b.setContent(html_72916a0142fc1710b7e6b26331e06dbd);
|
|
|
|
|
|
|
|
marker_d45ee393b27eb783aa5b9c24f96d5450.bindPopup(popup_8ee0b441fb029705b52dc22aa9853c4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d45ee393b27eb783aa5b9c24f96d5450.setIcon(icon_2203af752be946d5157e9836b0a9fa7c);
|
|
|
|
|
|
var marker_2adb124ca41716274bf58f430dc9b748 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_5fd9eb6ef6570fa953f156a878b0b289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52f17ccf83e275792abe8364fdc1ca2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c7813224025b340b0476edc74a80c6f = $(`<div id="html_8c7813224025b340b0476edc74a80c6f" style="width: 100.0%; height: 100.0%;">relay.staging.hostr.network</div>`)[0];
|
|
popup_52f17ccf83e275792abe8364fdc1ca2f.setContent(html_8c7813224025b340b0476edc74a80c6f);
|
|
|
|
|
|
|
|
marker_2adb124ca41716274bf58f430dc9b748.bindPopup(popup_52f17ccf83e275792abe8364fdc1ca2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2adb124ca41716274bf58f430dc9b748.setIcon(icon_5fd9eb6ef6570fa953f156a878b0b289);
|
|
|
|
|
|
var marker_35f04f27902132f8fc8fa81d2e537410 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_a046f0b8304ba3d7b5bd2e921295c977 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b75c85a3e0c7bdb971d6ed4cabb8303f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb194134fd0e07e048336a3918d10d6e = $(`<div id="html_bb194134fd0e07e048336a3918d10d6e" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_b75c85a3e0c7bdb971d6ed4cabb8303f.setContent(html_bb194134fd0e07e048336a3918d10d6e);
|
|
|
|
|
|
|
|
marker_35f04f27902132f8fc8fa81d2e537410.bindPopup(popup_b75c85a3e0c7bdb971d6ed4cabb8303f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35f04f27902132f8fc8fa81d2e537410.setIcon(icon_a046f0b8304ba3d7b5bd2e921295c977);
|
|
|
|
|
|
var marker_919c2092fe6442331af0b6e6fc2f46bb = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3badcdd9dd996e7cddf5d4d51e13a581 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48031f30d4cefc9732127d8ab90ee4bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8236b0e6704ab0060e989c6b7684122f = $(`<div id="html_8236b0e6704ab0060e989c6b7684122f" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_48031f30d4cefc9732127d8ab90ee4bc.setContent(html_8236b0e6704ab0060e989c6b7684122f);
|
|
|
|
|
|
|
|
marker_919c2092fe6442331af0b6e6fc2f46bb.bindPopup(popup_48031f30d4cefc9732127d8ab90ee4bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_919c2092fe6442331af0b6e6fc2f46bb.setIcon(icon_3badcdd9dd996e7cddf5d4d51e13a581);
|
|
|
|
|
|
var marker_38786cad64b477061f75fd9335a29dad = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8393a3f161d723dc57a133bff7fafa16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20268fca006f1525d09dd7614273a2f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9c9d672eb9d34a1dcd484b8aec8dd2e = $(`<div id="html_b9c9d672eb9d34a1dcd484b8aec8dd2e" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_20268fca006f1525d09dd7614273a2f4.setContent(html_b9c9d672eb9d34a1dcd484b8aec8dd2e);
|
|
|
|
|
|
|
|
marker_38786cad64b477061f75fd9335a29dad.bindPopup(popup_20268fca006f1525d09dd7614273a2f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38786cad64b477061f75fd9335a29dad.setIcon(icon_8393a3f161d723dc57a133bff7fafa16);
|
|
|
|
|
|
var marker_e8ecc9d82e19b1b87678d540a4293cae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_444c819d9220685faf4fc3092a82ba20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f145a5fc8eb0c5bbee2e1306a6629736 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebf6cde06e004b036aadfd07254ed75e = $(`<div id="html_ebf6cde06e004b036aadfd07254ed75e" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_f145a5fc8eb0c5bbee2e1306a6629736.setContent(html_ebf6cde06e004b036aadfd07254ed75e);
|
|
|
|
|
|
|
|
marker_e8ecc9d82e19b1b87678d540a4293cae.bindPopup(popup_f145a5fc8eb0c5bbee2e1306a6629736)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8ecc9d82e19b1b87678d540a4293cae.setIcon(icon_444c819d9220685faf4fc3092a82ba20);
|
|
|
|
|
|
var marker_f72fcb5c4b6321c428f9a0e97f128a72 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_85805b6b5e6f8f2b78edda52ddc1e675 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a7d9b8eb7f973b63a8f5d70c19625b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b459f24e9d89c698bafed7498907e03 = $(`<div id="html_7b459f24e9d89c698bafed7498907e03" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_9a7d9b8eb7f973b63a8f5d70c19625b2.setContent(html_7b459f24e9d89c698bafed7498907e03);
|
|
|
|
|
|
|
|
marker_f72fcb5c4b6321c428f9a0e97f128a72.bindPopup(popup_9a7d9b8eb7f973b63a8f5d70c19625b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f72fcb5c4b6321c428f9a0e97f128a72.setIcon(icon_85805b6b5e6f8f2b78edda52ddc1e675);
|
|
|
|
|
|
var marker_1e9c2dedd38742d09d865b59a2a3be93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_4de827d621293640a937d7d4431077d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbab2eee727ccd6aa2297ba1c1b5fa62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5904453f88861ef0184ea2667d8c8cc9 = $(`<div id="html_5904453f88861ef0184ea2667d8c8cc9" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_bbab2eee727ccd6aa2297ba1c1b5fa62.setContent(html_5904453f88861ef0184ea2667d8c8cc9);
|
|
|
|
|
|
|
|
marker_1e9c2dedd38742d09d865b59a2a3be93.bindPopup(popup_bbab2eee727ccd6aa2297ba1c1b5fa62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e9c2dedd38742d09d865b59a2a3be93.setIcon(icon_4de827d621293640a937d7d4431077d1);
|
|
|
|
|
|
var marker_0745500635070065f60370004b08c5f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_230827ca255767f43f70228a7f2946af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d38cf3872c356da2926e5cb1f8703f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffac551a8a7e6e793565f3805904ad6d = $(`<div id="html_ffac551a8a7e6e793565f3805904ad6d" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_6d38cf3872c356da2926e5cb1f8703f6.setContent(html_ffac551a8a7e6e793565f3805904ad6d);
|
|
|
|
|
|
|
|
marker_0745500635070065f60370004b08c5f9.bindPopup(popup_6d38cf3872c356da2926e5cb1f8703f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0745500635070065f60370004b08c5f9.setIcon(icon_230827ca255767f43f70228a7f2946af);
|
|
|
|
|
|
var marker_baf59fbe6b20f8763bf4920a4666395c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_106bfd46c41ec0819f02d5dc79fa1fdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d769c840f9fb41b896a499ae03f8e7e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4bc7a5cca62cebb535bf8c4d7b55e49 = $(`<div id="html_a4bc7a5cca62cebb535bf8c4d7b55e49" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_d769c840f9fb41b896a499ae03f8e7e9.setContent(html_a4bc7a5cca62cebb535bf8c4d7b55e49);
|
|
|
|
|
|
|
|
marker_baf59fbe6b20f8763bf4920a4666395c.bindPopup(popup_d769c840f9fb41b896a499ae03f8e7e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baf59fbe6b20f8763bf4920a4666395c.setIcon(icon_106bfd46c41ec0819f02d5dc79fa1fdf);
|
|
|
|
|
|
var marker_78e8b4d94df0a86c4491e6f81fcce0ab = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_08eb1806ed61ad16cd894b383f5325b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e57e72473d1f5fb0fe65fc1cf2d9393 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cee73f6ab48ce7ec8840836f70878426 = $(`<div id="html_cee73f6ab48ce7ec8840836f70878426" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_0e57e72473d1f5fb0fe65fc1cf2d9393.setContent(html_cee73f6ab48ce7ec8840836f70878426);
|
|
|
|
|
|
|
|
marker_78e8b4d94df0a86c4491e6f81fcce0ab.bindPopup(popup_0e57e72473d1f5fb0fe65fc1cf2d9393)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78e8b4d94df0a86c4491e6f81fcce0ab.setIcon(icon_08eb1806ed61ad16cd894b383f5325b8);
|
|
|
|
|
|
var marker_b650437bdc5e905db0754135985a7562 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8e6bf88a47f418a4477ffbf13c8d405d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2402e0c6602d386ef049ab451a5fdfd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_306cc560d88b0cbc5d009e164853a5eb = $(`<div id="html_306cc560d88b0cbc5d009e164853a5eb" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_2402e0c6602d386ef049ab451a5fdfd4.setContent(html_306cc560d88b0cbc5d009e164853a5eb);
|
|
|
|
|
|
|
|
marker_b650437bdc5e905db0754135985a7562.bindPopup(popup_2402e0c6602d386ef049ab451a5fdfd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b650437bdc5e905db0754135985a7562.setIcon(icon_8e6bf88a47f418a4477ffbf13c8d405d);
|
|
|
|
|
|
var marker_111c33da7522d870be9cd1bb2f662792 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_dd2cbddfc5bf96a863c59f67e9f00007 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f35bc6858ab3cddbc13fb3c1abdd2721 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca8ae4325e9649c413280174c3576ab = $(`<div id="html_1ca8ae4325e9649c413280174c3576ab" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_f35bc6858ab3cddbc13fb3c1abdd2721.setContent(html_1ca8ae4325e9649c413280174c3576ab);
|
|
|
|
|
|
|
|
marker_111c33da7522d870be9cd1bb2f662792.bindPopup(popup_f35bc6858ab3cddbc13fb3c1abdd2721)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_111c33da7522d870be9cd1bb2f662792.setIcon(icon_dd2cbddfc5bf96a863c59f67e9f00007);
|
|
|
|
|
|
var marker_ad98ef4a9c320d978279c3db36e51cbc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0ecbfaf64741c575bfc7c8c974d0903b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_872c82bd28c33223306b9219e2d98b30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7635f75d4b2b08300cd167474f4d7757 = $(`<div id="html_7635f75d4b2b08300cd167474f4d7757" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_872c82bd28c33223306b9219e2d98b30.setContent(html_7635f75d4b2b08300cd167474f4d7757);
|
|
|
|
|
|
|
|
marker_ad98ef4a9c320d978279c3db36e51cbc.bindPopup(popup_872c82bd28c33223306b9219e2d98b30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad98ef4a9c320d978279c3db36e51cbc.setIcon(icon_0ecbfaf64741c575bfc7c8c974d0903b);
|
|
|
|
|
|
var marker_60d8b35614180a1757b6f0f40399c498 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3d843cddecbc1a3c0dc40a3d82f1753d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d928ca897fe76ae785c7f5f3e2b8837 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b61c1bd49d6c1790d4f8a05054822584 = $(`<div id="html_b61c1bd49d6c1790d4f8a05054822584" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_0d928ca897fe76ae785c7f5f3e2b8837.setContent(html_b61c1bd49d6c1790d4f8a05054822584);
|
|
|
|
|
|
|
|
marker_60d8b35614180a1757b6f0f40399c498.bindPopup(popup_0d928ca897fe76ae785c7f5f3e2b8837)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60d8b35614180a1757b6f0f40399c498.setIcon(icon_3d843cddecbc1a3c0dc40a3d82f1753d);
|
|
|
|
|
|
var marker_34afc21fd83784d890241fe8f5ee2ee4 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0c8d5af487b07dbf3731148c3eee9183 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ad51c6f1d04b32ec80081e2435ccca5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_774a366a46b84b84734da5e2789b8c46 = $(`<div id="html_774a366a46b84b84734da5e2789b8c46" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_7ad51c6f1d04b32ec80081e2435ccca5.setContent(html_774a366a46b84b84734da5e2789b8c46);
|
|
|
|
|
|
|
|
marker_34afc21fd83784d890241fe8f5ee2ee4.bindPopup(popup_7ad51c6f1d04b32ec80081e2435ccca5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34afc21fd83784d890241fe8f5ee2ee4.setIcon(icon_0c8d5af487b07dbf3731148c3eee9183);
|
|
|
|
|
|
var marker_6b93c604b7b6f20474f8a376c9fc1058 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f96192d8620e6b9d9a788ed224e4186f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63b8d768341db968d6aff5284623baab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2df0b934ae27fc9f610a41fdad20d937 = $(`<div id="html_2df0b934ae27fc9f610a41fdad20d937" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_63b8d768341db968d6aff5284623baab.setContent(html_2df0b934ae27fc9f610a41fdad20d937);
|
|
|
|
|
|
|
|
marker_6b93c604b7b6f20474f8a376c9fc1058.bindPopup(popup_63b8d768341db968d6aff5284623baab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b93c604b7b6f20474f8a376c9fc1058.setIcon(icon_f96192d8620e6b9d9a788ed224e4186f);
|
|
|
|
|
|
var marker_0e494640b5770fa8199ec991b97b2821 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_2451d4845a25ec121c0608db7a588c70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97aaf943733cd9d37d38d7be4adf7144 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1d69fa4434f40f1fa7bc4823f98eb13 = $(`<div id="html_f1d69fa4434f40f1fa7bc4823f98eb13" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_97aaf943733cd9d37d38d7be4adf7144.setContent(html_f1d69fa4434f40f1fa7bc4823f98eb13);
|
|
|
|
|
|
|
|
marker_0e494640b5770fa8199ec991b97b2821.bindPopup(popup_97aaf943733cd9d37d38d7be4adf7144)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e494640b5770fa8199ec991b97b2821.setIcon(icon_2451d4845a25ec121c0608db7a588c70);
|
|
|
|
|
|
var marker_aae99b5491d1e5cfe412f23ad5823368 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_74b637616d494ab04cd82c2745f08056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fdc8d0f628ad0612bdc818f7d55fcb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a593eee21faa24460dec5cd6ac193020 = $(`<div id="html_a593eee21faa24460dec5cd6ac193020" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_0fdc8d0f628ad0612bdc818f7d55fcb8.setContent(html_a593eee21faa24460dec5cd6ac193020);
|
|
|
|
|
|
|
|
marker_aae99b5491d1e5cfe412f23ad5823368.bindPopup(popup_0fdc8d0f628ad0612bdc818f7d55fcb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aae99b5491d1e5cfe412f23ad5823368.setIcon(icon_74b637616d494ab04cd82c2745f08056);
|
|
|
|
|
|
var marker_92643781872d89c1f680277a4651d37c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_138ade4563e1c49b0c7eab559fbe795d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94cfe38c952f9ee7278c5ab6c9479549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c620aaa2a2e12402e08267de6bd2bdd1 = $(`<div id="html_c620aaa2a2e12402e08267de6bd2bdd1" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_94cfe38c952f9ee7278c5ab6c9479549.setContent(html_c620aaa2a2e12402e08267de6bd2bdd1);
|
|
|
|
|
|
|
|
marker_92643781872d89c1f680277a4651d37c.bindPopup(popup_94cfe38c952f9ee7278c5ab6c9479549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92643781872d89c1f680277a4651d37c.setIcon(icon_138ade4563e1c49b0c7eab559fbe795d);
|
|
|
|
|
|
var marker_5ec107b262ab0d03febe998a95276579 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_cb5174a0d4000d7200dcaae8f0f08f64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a30ed9382777d3fdc8f91b0e2915e515 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8253dc8dfff92454a66edd1c2459b82e = $(`<div id="html_8253dc8dfff92454a66edd1c2459b82e" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_a30ed9382777d3fdc8f91b0e2915e515.setContent(html_8253dc8dfff92454a66edd1c2459b82e);
|
|
|
|
|
|
|
|
marker_5ec107b262ab0d03febe998a95276579.bindPopup(popup_a30ed9382777d3fdc8f91b0e2915e515)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ec107b262ab0d03febe998a95276579.setIcon(icon_cb5174a0d4000d7200dcaae8f0f08f64);
|
|
|
|
|
|
var marker_47ea379aae25f89ec110c8995344d7f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0a3a1dc3ab63a04dfd4f56ba044077ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7bcf5ca63e4cd43703a310a3dfaa578 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b77a30a553d533fe9c24eed35ecb2db = $(`<div id="html_7b77a30a553d533fe9c24eed35ecb2db" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_f7bcf5ca63e4cd43703a310a3dfaa578.setContent(html_7b77a30a553d533fe9c24eed35ecb2db);
|
|
|
|
|
|
|
|
marker_47ea379aae25f89ec110c8995344d7f2.bindPopup(popup_f7bcf5ca63e4cd43703a310a3dfaa578)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47ea379aae25f89ec110c8995344d7f2.setIcon(icon_0a3a1dc3ab63a04dfd4f56ba044077ff);
|
|
|
|
|
|
var marker_304733fed511813e6b9a1ce03367c715 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_67de43843666e4297403a06234310c13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50a748348db7a9fbc6fcbfb66e96549d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_105eb91bfc345e69c69a5647fa727c84 = $(`<div id="html_105eb91bfc345e69c69a5647fa727c84" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_50a748348db7a9fbc6fcbfb66e96549d.setContent(html_105eb91bfc345e69c69a5647fa727c84);
|
|
|
|
|
|
|
|
marker_304733fed511813e6b9a1ce03367c715.bindPopup(popup_50a748348db7a9fbc6fcbfb66e96549d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_304733fed511813e6b9a1ce03367c715.setIcon(icon_67de43843666e4297403a06234310c13);
|
|
|
|
|
|
var marker_8b5e14a16824e6d26f642db6c330b97b = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d1ed760e0d367bf1fb6d5b85a15bba34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5dea9544981cc943384e4c14356cc07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bba995e4d9c0134bd344c5cbd5d83afc = $(`<div id="html_bba995e4d9c0134bd344c5cbd5d83afc" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_b5dea9544981cc943384e4c14356cc07.setContent(html_bba995e4d9c0134bd344c5cbd5d83afc);
|
|
|
|
|
|
|
|
marker_8b5e14a16824e6d26f642db6c330b97b.bindPopup(popup_b5dea9544981cc943384e4c14356cc07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b5e14a16824e6d26f642db6c330b97b.setIcon(icon_d1ed760e0d367bf1fb6d5b85a15bba34);
|
|
|
|
|
|
var marker_030e99965f3c3ba21c86c4c7dfbfd993 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3f38697c8bc0bc30d24ed6bee18e8123 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62d22e9af23a38e2f09b83d867fe629b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_091114ba9d3ce46b7dd99874e8ac393d = $(`<div id="html_091114ba9d3ce46b7dd99874e8ac393d" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_62d22e9af23a38e2f09b83d867fe629b.setContent(html_091114ba9d3ce46b7dd99874e8ac393d);
|
|
|
|
|
|
|
|
marker_030e99965f3c3ba21c86c4c7dfbfd993.bindPopup(popup_62d22e9af23a38e2f09b83d867fe629b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_030e99965f3c3ba21c86c4c7dfbfd993.setIcon(icon_3f38697c8bc0bc30d24ed6bee18e8123);
|
|
|
|
|
|
var marker_827982a79900872b8e34543a4c6dab69 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_c6a8937172950b4c75dd3f3fed922d2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77c9a04dfad70e9094676f2a7293c881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b99121952347e23632b5fb0ec4736a7 = $(`<div id="html_8b99121952347e23632b5fb0ec4736a7" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_77c9a04dfad70e9094676f2a7293c881.setContent(html_8b99121952347e23632b5fb0ec4736a7);
|
|
|
|
|
|
|
|
marker_827982a79900872b8e34543a4c6dab69.bindPopup(popup_77c9a04dfad70e9094676f2a7293c881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_827982a79900872b8e34543a4c6dab69.setIcon(icon_c6a8937172950b4c75dd3f3fed922d2f);
|
|
|
|
|
|
var marker_aaa3d5fc81db60a5ec0baa6b90f30806 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_de7cb3123618fcf164524706aa6cfa58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d7a9ca3df2be3d3abcb45d8893d4bf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94746fe48f317919c4e5de48df821652 = $(`<div id="html_94746fe48f317919c4e5de48df821652" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_2d7a9ca3df2be3d3abcb45d8893d4bf8.setContent(html_94746fe48f317919c4e5de48df821652);
|
|
|
|
|
|
|
|
marker_aaa3d5fc81db60a5ec0baa6b90f30806.bindPopup(popup_2d7a9ca3df2be3d3abcb45d8893d4bf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaa3d5fc81db60a5ec0baa6b90f30806.setIcon(icon_de7cb3123618fcf164524706aa6cfa58);
|
|
|
|
|
|
var marker_a54ffb69b715ed010a3a68f9b5d5942c = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_f658eed3def38a617eca439836599515 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a72f18683f33866e0b0f0e376ce5acb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c22e4947489eb82a81ef7dee3532288a = $(`<div id="html_c22e4947489eb82a81ef7dee3532288a" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_7a72f18683f33866e0b0f0e376ce5acb.setContent(html_c22e4947489eb82a81ef7dee3532288a);
|
|
|
|
|
|
|
|
marker_a54ffb69b715ed010a3a68f9b5d5942c.bindPopup(popup_7a72f18683f33866e0b0f0e376ce5acb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a54ffb69b715ed010a3a68f9b5d5942c.setIcon(icon_f658eed3def38a617eca439836599515);
|
|
|
|
|
|
var marker_9e0f140370e67f117bf58be21d2a00b4 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_12ad824420938cd11b32978aee0d3c2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffa8630af7d9efb260700e797e873e27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8519ad06bb08c7b014fbebcc5b1935fb = $(`<div id="html_8519ad06bb08c7b014fbebcc5b1935fb" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_ffa8630af7d9efb260700e797e873e27.setContent(html_8519ad06bb08c7b014fbebcc5b1935fb);
|
|
|
|
|
|
|
|
marker_9e0f140370e67f117bf58be21d2a00b4.bindPopup(popup_ffa8630af7d9efb260700e797e873e27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e0f140370e67f117bf58be21d2a00b4.setIcon(icon_12ad824420938cd11b32978aee0d3c2f);
|
|
|
|
|
|
var marker_43e7fa89da6d84ee1b1f78a50fae10ac = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_e579223b1591a185e97e84b8fc4af43d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bba43c6f2f0f512309acaa241d6c175f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7fd9154d44c8a4b699280771caa55bd = $(`<div id="html_f7fd9154d44c8a4b699280771caa55bd" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_bba43c6f2f0f512309acaa241d6c175f.setContent(html_f7fd9154d44c8a4b699280771caa55bd);
|
|
|
|
|
|
|
|
marker_43e7fa89da6d84ee1b1f78a50fae10ac.bindPopup(popup_bba43c6f2f0f512309acaa241d6c175f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43e7fa89da6d84ee1b1f78a50fae10ac.setIcon(icon_e579223b1591a185e97e84b8fc4af43d);
|
|
|
|
|
|
var marker_c320655e8bcf4414013c1f693010427b = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_8664086b3dd5ab989f7a7981f1d950ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c635ea7b4e1673c38d026e6827917c81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_333f1f4437235450d17c089a7356ec58 = $(`<div id="html_333f1f4437235450d17c089a7356ec58" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_c635ea7b4e1673c38d026e6827917c81.setContent(html_333f1f4437235450d17c089a7356ec58);
|
|
|
|
|
|
|
|
marker_c320655e8bcf4414013c1f693010427b.bindPopup(popup_c635ea7b4e1673c38d026e6827917c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c320655e8bcf4414013c1f693010427b.setIcon(icon_8664086b3dd5ab989f7a7981f1d950ac);
|
|
|
|
|
|
var marker_4dba7a28a632b64d11de485acee06768 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_be508b654bcb8cb429c586c518333534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_311f9874c35cad1e5a10aceee7ac6712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_085f116d32337d5dd6ca57cdab79065f = $(`<div id="html_085f116d32337d5dd6ca57cdab79065f" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_311f9874c35cad1e5a10aceee7ac6712.setContent(html_085f116d32337d5dd6ca57cdab79065f);
|
|
|
|
|
|
|
|
marker_4dba7a28a632b64d11de485acee06768.bindPopup(popup_311f9874c35cad1e5a10aceee7ac6712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dba7a28a632b64d11de485acee06768.setIcon(icon_be508b654bcb8cb429c586c518333534);
|
|
|
|
|
|
var marker_cb5a81db239da62013e0ee1756dccc49 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_58223ac030f2a149b7a5161147abcfa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04e17d5f1fa8558df4abad17d9edc071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5aeb323ccb7d2f7381e7400f24cc57ee = $(`<div id="html_5aeb323ccb7d2f7381e7400f24cc57ee" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_04e17d5f1fa8558df4abad17d9edc071.setContent(html_5aeb323ccb7d2f7381e7400f24cc57ee);
|
|
|
|
|
|
|
|
marker_cb5a81db239da62013e0ee1756dccc49.bindPopup(popup_04e17d5f1fa8558df4abad17d9edc071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb5a81db239da62013e0ee1756dccc49.setIcon(icon_58223ac030f2a149b7a5161147abcfa2);
|
|
|
|
|
|
var marker_446c87105ec26bf2147d344b63a6dc94 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_3df5ed046501c0fa3583a4f8db58ff6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_538ae99216fcc8b3e1871d665e32e09e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ac4440c1fb1b38c109ddd2a6b999c0c = $(`<div id="html_9ac4440c1fb1b38c109ddd2a6b999c0c" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_538ae99216fcc8b3e1871d665e32e09e.setContent(html_9ac4440c1fb1b38c109ddd2a6b999c0c);
|
|
|
|
|
|
|
|
marker_446c87105ec26bf2147d344b63a6dc94.bindPopup(popup_538ae99216fcc8b3e1871d665e32e09e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_446c87105ec26bf2147d344b63a6dc94.setIcon(icon_3df5ed046501c0fa3583a4f8db58ff6b);
|
|
|
|
|
|
var marker_37c40eceaf679ef2f58fc4a73db7a7b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0260fe7068367fa7cfef2dfd3221dd03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65e73c95c4cc55520cf09d08f414f0c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0422cfb996dbfc3d5d03136c6b1df75 = $(`<div id="html_b0422cfb996dbfc3d5d03136c6b1df75" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_65e73c95c4cc55520cf09d08f414f0c3.setContent(html_b0422cfb996dbfc3d5d03136c6b1df75);
|
|
|
|
|
|
|
|
marker_37c40eceaf679ef2f58fc4a73db7a7b0.bindPopup(popup_65e73c95c4cc55520cf09d08f414f0c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c40eceaf679ef2f58fc4a73db7a7b0.setIcon(icon_0260fe7068367fa7cfef2dfd3221dd03);
|
|
|
|
|
|
var marker_25d174615af07eb3f6535d65b3bb9295 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0aa4fb447f4f39818d7d10a20f37be4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_829a1d53e6e32ab681d966c357bcf978 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e700793828b91438269cbdceb32ecca8 = $(`<div id="html_e700793828b91438269cbdceb32ecca8" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_829a1d53e6e32ab681d966c357bcf978.setContent(html_e700793828b91438269cbdceb32ecca8);
|
|
|
|
|
|
|
|
marker_25d174615af07eb3f6535d65b3bb9295.bindPopup(popup_829a1d53e6e32ab681d966c357bcf978)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25d174615af07eb3f6535d65b3bb9295.setIcon(icon_0aa4fb447f4f39818d7d10a20f37be4a);
|
|
|
|
|
|
var marker_70cae1d864841489b7ffc975299e5c3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_1b475af95e33e1a1fc3403fdba2a8f52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbe3fb2bad641bfcbec4217629928018 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbe1d68c69eba0c2a4db9b8c5707e256 = $(`<div id="html_dbe1d68c69eba0c2a4db9b8c5707e256" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_fbe3fb2bad641bfcbec4217629928018.setContent(html_dbe1d68c69eba0c2a4db9b8c5707e256);
|
|
|
|
|
|
|
|
marker_70cae1d864841489b7ffc975299e5c3c.bindPopup(popup_fbe3fb2bad641bfcbec4217629928018)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70cae1d864841489b7ffc975299e5c3c.setIcon(icon_1b475af95e33e1a1fc3403fdba2a8f52);
|
|
|
|
|
|
var marker_4ae1da1d5edbf1721ed61113188bbff6 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_116cd26b8ba8d70ed582c3102d36d9ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2539f1bb01399578338822c40412b848 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17550715966f45e15e1a3f2c7c87749a = $(`<div id="html_17550715966f45e15e1a3f2c7c87749a" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_2539f1bb01399578338822c40412b848.setContent(html_17550715966f45e15e1a3f2c7c87749a);
|
|
|
|
|
|
|
|
marker_4ae1da1d5edbf1721ed61113188bbff6.bindPopup(popup_2539f1bb01399578338822c40412b848)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ae1da1d5edbf1721ed61113188bbff6.setIcon(icon_116cd26b8ba8d70ed582c3102d36d9ed);
|
|
|
|
|
|
var marker_1cd6ed0fca70e508897f51593d5a30ee = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_0f22345a93f74f48f29cf69d70519f52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4276cd1dc82f4e4cf894e078d08e2777 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20a4928d24e5872618c1c6b019254187 = $(`<div id="html_20a4928d24e5872618c1c6b019254187" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_4276cd1dc82f4e4cf894e078d08e2777.setContent(html_20a4928d24e5872618c1c6b019254187);
|
|
|
|
|
|
|
|
marker_1cd6ed0fca70e508897f51593d5a30ee.bindPopup(popup_4276cd1dc82f4e4cf894e078d08e2777)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cd6ed0fca70e508897f51593d5a30ee.setIcon(icon_0f22345a93f74f48f29cf69d70519f52);
|
|
|
|
|
|
var marker_19c954b83da2c31bcdd4007f6ffbf7c3 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e510ff6230c947505d910309dc8db5ea);
|
|
|
|
|
|
var icon_d11671e40c0023ac3c99f635e9d06d5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c2f6afa531603e7cc47f3a3b57a4e05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83e93e1c5e535f4917a48c0e7461e58d = $(`<div id="html_83e93e1c5e535f4917a48c0e7461e58d" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_4c2f6afa531603e7cc47f3a3b57a4e05.setContent(html_83e93e1c5e535f4917a48c0e7461e58d);
|
|
|
|
|
|
|
|
marker_19c954b83da2c31bcdd4007f6ffbf7c3.bindPopup(popup_4c2f6afa531603e7cc47f3a3b57a4e05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19c954b83da2c31bcdd4007f6ffbf7c3.setIcon(icon_d11671e40c0023ac3c99f635e9d06d5d);
|
|
|
|
|
|
marker_cluster_e510ff6230c947505d910309dc8db5ea.addTo(map_b123f80c8531a072c885d960a696f44a);
|
|
|
|
</script>
|
|
</html> |