mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 10:05:19 +00:00
11361 lines
330 KiB
HTML
11361 lines
330 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_89874df5da6d9d988280ca637fb80444 {
|
|
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_89874df5da6d9d988280ca637fb80444" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_89874df5da6d9d988280ca637fb80444 = L.map(
|
|
"map_89874df5da6d9d988280ca637fb80444",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_45f55ea5844ebc53890d1bc1fde21d42 = 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_45f55ea5844ebc53890d1bc1fde21d42.addTo(map_89874df5da6d9d988280ca637fb80444);
|
|
|
|
|
|
var marker_cluster_e98e66308875dc750a417d677065b09c = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_4f0993503d11251e13c091c635b48153 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_181a2225f7c1bc861e416fec05d031c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c341e46eca7dadf0898b81f6829f23a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aeba934230273df161c0f75570c0434 = $(`<div id="html_1aeba934230273df161c0f75570c0434" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_c341e46eca7dadf0898b81f6829f23a2.setContent(html_1aeba934230273df161c0f75570c0434);
|
|
|
|
|
|
|
|
marker_4f0993503d11251e13c091c635b48153.bindPopup(popup_c341e46eca7dadf0898b81f6829f23a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f0993503d11251e13c091c635b48153.setIcon(icon_181a2225f7c1bc861e416fec05d031c4);
|
|
|
|
|
|
var marker_73f2369beeb298482edad9b04c262e84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_bc5dfc540bd690d03a5b1dbcde48cc80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36e64de4845a6564fe97258ec4f8a30d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_086dce9507058bdecf2e7d277b2d6a4d = $(`<div id="html_086dce9507058bdecf2e7d277b2d6a4d" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_36e64de4845a6564fe97258ec4f8a30d.setContent(html_086dce9507058bdecf2e7d277b2d6a4d);
|
|
|
|
|
|
|
|
marker_73f2369beeb298482edad9b04c262e84.bindPopup(popup_36e64de4845a6564fe97258ec4f8a30d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73f2369beeb298482edad9b04c262e84.setIcon(icon_bc5dfc540bd690d03a5b1dbcde48cc80);
|
|
|
|
|
|
var marker_d600a4f09255da41c920a0eb83af6d09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ffcf12587110321c5ed8de944d8ef82d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6568102a70a334acfa7e904dd017df18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ff622078422af6b92aae32ea5e7fa1a = $(`<div id="html_8ff622078422af6b92aae32ea5e7fa1a" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_6568102a70a334acfa7e904dd017df18.setContent(html_8ff622078422af6b92aae32ea5e7fa1a);
|
|
|
|
|
|
|
|
marker_d600a4f09255da41c920a0eb83af6d09.bindPopup(popup_6568102a70a334acfa7e904dd017df18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d600a4f09255da41c920a0eb83af6d09.setIcon(icon_ffcf12587110321c5ed8de944d8ef82d);
|
|
|
|
|
|
var marker_7eadc3b5e39262742a39b094abcc305e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_39999fff8e97017e257fdeecadae2198 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_103ddfe325adaf63269cd3635c5ad189 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a466a1b560ad6ec5aa13136ff58c45c0 = $(`<div id="html_a466a1b560ad6ec5aa13136ff58c45c0" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_103ddfe325adaf63269cd3635c5ad189.setContent(html_a466a1b560ad6ec5aa13136ff58c45c0);
|
|
|
|
|
|
|
|
marker_7eadc3b5e39262742a39b094abcc305e.bindPopup(popup_103ddfe325adaf63269cd3635c5ad189)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7eadc3b5e39262742a39b094abcc305e.setIcon(icon_39999fff8e97017e257fdeecadae2198);
|
|
|
|
|
|
var marker_182b34ce0f98dd417c722ad9734b3abf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_506150731098d4e1e1f33ffd1db284b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ed0315e7b1e64cb6b59e9b6f72018b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17f27e65d7524edece6502255a2cc0b7 = $(`<div id="html_17f27e65d7524edece6502255a2cc0b7" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_0ed0315e7b1e64cb6b59e9b6f72018b2.setContent(html_17f27e65d7524edece6502255a2cc0b7);
|
|
|
|
|
|
|
|
marker_182b34ce0f98dd417c722ad9734b3abf.bindPopup(popup_0ed0315e7b1e64cb6b59e9b6f72018b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_182b34ce0f98dd417c722ad9734b3abf.setIcon(icon_506150731098d4e1e1f33ffd1db284b0);
|
|
|
|
|
|
var marker_3cc4704bf1a46f9422324aef2c09710c = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_03dfcd988750ef78b1a26dd3b573aee3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06f0be90f256d609395ddae58f353566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_523f14e5656d573ff530a5c4e0e1f636 = $(`<div id="html_523f14e5656d573ff530a5c4e0e1f636" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_06f0be90f256d609395ddae58f353566.setContent(html_523f14e5656d573ff530a5c4e0e1f636);
|
|
|
|
|
|
|
|
marker_3cc4704bf1a46f9422324aef2c09710c.bindPopup(popup_06f0be90f256d609395ddae58f353566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cc4704bf1a46f9422324aef2c09710c.setIcon(icon_03dfcd988750ef78b1a26dd3b573aee3);
|
|
|
|
|
|
var marker_ab2789249dfe5214ec0bcfb32f36a121 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9ca1a1df5b487e1da9d612e812992d4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c56f63d763f2c5cb1fe232c0db265a8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_467956e74b6de4cb88a3d8177cfa6a0a = $(`<div id="html_467956e74b6de4cb88a3d8177cfa6a0a" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_c56f63d763f2c5cb1fe232c0db265a8b.setContent(html_467956e74b6de4cb88a3d8177cfa6a0a);
|
|
|
|
|
|
|
|
marker_ab2789249dfe5214ec0bcfb32f36a121.bindPopup(popup_c56f63d763f2c5cb1fe232c0db265a8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2789249dfe5214ec0bcfb32f36a121.setIcon(icon_9ca1a1df5b487e1da9d612e812992d4e);
|
|
|
|
|
|
var marker_ce7ca3be3eada019f0bc91b17d30f6a2 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_056d2a2897c608908fddf7a835d4cf14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57655d8b61193b109f893fcf00dc0a71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd03827a0fd198e9b5ee629c7f83c998 = $(`<div id="html_dd03827a0fd198e9b5ee629c7f83c998" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_57655d8b61193b109f893fcf00dc0a71.setContent(html_dd03827a0fd198e9b5ee629c7f83c998);
|
|
|
|
|
|
|
|
marker_ce7ca3be3eada019f0bc91b17d30f6a2.bindPopup(popup_57655d8b61193b109f893fcf00dc0a71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce7ca3be3eada019f0bc91b17d30f6a2.setIcon(icon_056d2a2897c608908fddf7a835d4cf14);
|
|
|
|
|
|
var marker_57aa62e87717b6f556b3e99e1c340d5b = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ab36ea174184859d7c8fd693e3f2c38a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e307e59643c293332f88f1740946bed7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2270c66b03405a6697cba4ea5a489c38 = $(`<div id="html_2270c66b03405a6697cba4ea5a489c38" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_e307e59643c293332f88f1740946bed7.setContent(html_2270c66b03405a6697cba4ea5a489c38);
|
|
|
|
|
|
|
|
marker_57aa62e87717b6f556b3e99e1c340d5b.bindPopup(popup_e307e59643c293332f88f1740946bed7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57aa62e87717b6f556b3e99e1c340d5b.setIcon(icon_ab36ea174184859d7c8fd693e3f2c38a);
|
|
|
|
|
|
var marker_a437f96a9018abe1f05801851e994f05 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3560386c1d106fa0e070a862c3aa08de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_011cb42d4447dc5a9a6d3e062852afcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d175c3b68ec40d40208ae85ee8095186 = $(`<div id="html_d175c3b68ec40d40208ae85ee8095186" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_011cb42d4447dc5a9a6d3e062852afcd.setContent(html_d175c3b68ec40d40208ae85ee8095186);
|
|
|
|
|
|
|
|
marker_a437f96a9018abe1f05801851e994f05.bindPopup(popup_011cb42d4447dc5a9a6d3e062852afcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a437f96a9018abe1f05801851e994f05.setIcon(icon_3560386c1d106fa0e070a862c3aa08de);
|
|
|
|
|
|
var marker_00763044f2f3cfd6f052b1deb0028b2f = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_7ed3927a75c96db20eebe362e09f2a06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4615c53a9a5b98dd8f38e01b3381b8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e0ec20374c712cc98d934611cd191f6 = $(`<div id="html_3e0ec20374c712cc98d934611cd191f6" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_c4615c53a9a5b98dd8f38e01b3381b8e.setContent(html_3e0ec20374c712cc98d934611cd191f6);
|
|
|
|
|
|
|
|
marker_00763044f2f3cfd6f052b1deb0028b2f.bindPopup(popup_c4615c53a9a5b98dd8f38e01b3381b8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00763044f2f3cfd6f052b1deb0028b2f.setIcon(icon_7ed3927a75c96db20eebe362e09f2a06);
|
|
|
|
|
|
var marker_9952f64007bb1ac5554014f4490ba6e4 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ff823aa13b21b76d92998a01bbb6863d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fa380748a32c217098c4588f4758a76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e37a45a5715c5f42f895d0b4168fcdb = $(`<div id="html_1e37a45a5715c5f42f895d0b4168fcdb" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_2fa380748a32c217098c4588f4758a76.setContent(html_1e37a45a5715c5f42f895d0b4168fcdb);
|
|
|
|
|
|
|
|
marker_9952f64007bb1ac5554014f4490ba6e4.bindPopup(popup_2fa380748a32c217098c4588f4758a76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9952f64007bb1ac5554014f4490ba6e4.setIcon(icon_ff823aa13b21b76d92998a01bbb6863d);
|
|
|
|
|
|
var marker_7a0d3d77ddbcb41efe0ba59298180370 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2da2cc312acbcc98849f0f77ebbd1ed8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2bc65b709837976f74d43b64139b5e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3007c9a0fed8e00fa0c86192470d2f4 = $(`<div id="html_e3007c9a0fed8e00fa0c86192470d2f4" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_a2bc65b709837976f74d43b64139b5e1.setContent(html_e3007c9a0fed8e00fa0c86192470d2f4);
|
|
|
|
|
|
|
|
marker_7a0d3d77ddbcb41efe0ba59298180370.bindPopup(popup_a2bc65b709837976f74d43b64139b5e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a0d3d77ddbcb41efe0ba59298180370.setIcon(icon_2da2cc312acbcc98849f0f77ebbd1ed8);
|
|
|
|
|
|
var marker_d432d49b92f8252bf5263ff1be6654ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_536fd49f92425b03f4b47f4cffd1f2a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b980e8a3b4b0f6465211a1359f1fd32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46e4215bc4141bf81d8f667f49a3f1c8 = $(`<div id="html_46e4215bc4141bf81d8f667f49a3f1c8" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_3b980e8a3b4b0f6465211a1359f1fd32.setContent(html_46e4215bc4141bf81d8f667f49a3f1c8);
|
|
|
|
|
|
|
|
marker_d432d49b92f8252bf5263ff1be6654ff.bindPopup(popup_3b980e8a3b4b0f6465211a1359f1fd32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d432d49b92f8252bf5263ff1be6654ff.setIcon(icon_536fd49f92425b03f4b47f4cffd1f2a3);
|
|
|
|
|
|
var marker_dddc6695d0c43c77efd3b3460c937579 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3126eea3de8403d5705427d5e69e0c9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f2e00f8ff8da782b1d6a8c403e1b779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c9e255a4b3b5053bbed6e9d42f44f3a = $(`<div id="html_4c9e255a4b3b5053bbed6e9d42f44f3a" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_1f2e00f8ff8da782b1d6a8c403e1b779.setContent(html_4c9e255a4b3b5053bbed6e9d42f44f3a);
|
|
|
|
|
|
|
|
marker_dddc6695d0c43c77efd3b3460c937579.bindPopup(popup_1f2e00f8ff8da782b1d6a8c403e1b779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dddc6695d0c43c77efd3b3460c937579.setIcon(icon_3126eea3de8403d5705427d5e69e0c9e);
|
|
|
|
|
|
var marker_835d7a021bcdfb15297b6592bad4f455 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_6b9400464c97dc1540665875afb87ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97998f1b6f50a984a62aa6b79c1aa100 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06eadb16bc70c7686348c29ea46a8c10 = $(`<div id="html_06eadb16bc70c7686348c29ea46a8c10" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_97998f1b6f50a984a62aa6b79c1aa100.setContent(html_06eadb16bc70c7686348c29ea46a8c10);
|
|
|
|
|
|
|
|
marker_835d7a021bcdfb15297b6592bad4f455.bindPopup(popup_97998f1b6f50a984a62aa6b79c1aa100)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_835d7a021bcdfb15297b6592bad4f455.setIcon(icon_6b9400464c97dc1540665875afb87ea9);
|
|
|
|
|
|
var marker_f75fcdfe4d63007f1efec5b83d1eca20 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4c6da6d6f97314df17d8b3f0db10f6e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ee1a350b5ed88d5ac79d35dd201b2a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d035454cdaabbc1c4e9f4b8c5772239c = $(`<div id="html_d035454cdaabbc1c4e9f4b8c5772239c" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_0ee1a350b5ed88d5ac79d35dd201b2a8.setContent(html_d035454cdaabbc1c4e9f4b8c5772239c);
|
|
|
|
|
|
|
|
marker_f75fcdfe4d63007f1efec5b83d1eca20.bindPopup(popup_0ee1a350b5ed88d5ac79d35dd201b2a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f75fcdfe4d63007f1efec5b83d1eca20.setIcon(icon_4c6da6d6f97314df17d8b3f0db10f6e6);
|
|
|
|
|
|
var marker_db5c678eec559a206c9202248266108b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_945ff40eb6a5aee085dda0b9b3868943 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cebda6da5f17f7ae9b9bbab96028cbfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d2736997595eb8b78fd0229325a1d1c = $(`<div id="html_7d2736997595eb8b78fd0229325a1d1c" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_cebda6da5f17f7ae9b9bbab96028cbfd.setContent(html_7d2736997595eb8b78fd0229325a1d1c);
|
|
|
|
|
|
|
|
marker_db5c678eec559a206c9202248266108b.bindPopup(popup_cebda6da5f17f7ae9b9bbab96028cbfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db5c678eec559a206c9202248266108b.setIcon(icon_945ff40eb6a5aee085dda0b9b3868943);
|
|
|
|
|
|
var marker_3e2db85eeedcb30d0a9e8d06892c04b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5fac501a76cddbc7160c03a00da2a7a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b8160894f4fe3ff3afda76b2f4c9f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6072788d344be236fc52b3ab8e45ad26 = $(`<div id="html_6072788d344be236fc52b3ab8e45ad26" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_1b8160894f4fe3ff3afda76b2f4c9f31.setContent(html_6072788d344be236fc52b3ab8e45ad26);
|
|
|
|
|
|
|
|
marker_3e2db85eeedcb30d0a9e8d06892c04b6.bindPopup(popup_1b8160894f4fe3ff3afda76b2f4c9f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e2db85eeedcb30d0a9e8d06892c04b6.setIcon(icon_5fac501a76cddbc7160c03a00da2a7a9);
|
|
|
|
|
|
var marker_0b05490834463576c0dca55706eab78e = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4bef504de2549e2cf6689bab423067cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61971a438324044f3880945abf12e356 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc8bb2bfe01e05785f55bff8982f9bc9 = $(`<div id="html_cc8bb2bfe01e05785f55bff8982f9bc9" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_61971a438324044f3880945abf12e356.setContent(html_cc8bb2bfe01e05785f55bff8982f9bc9);
|
|
|
|
|
|
|
|
marker_0b05490834463576c0dca55706eab78e.bindPopup(popup_61971a438324044f3880945abf12e356)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b05490834463576c0dca55706eab78e.setIcon(icon_4bef504de2549e2cf6689bab423067cc);
|
|
|
|
|
|
var marker_75e4c1704e856e539bae695bcfe1a4fd = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ab0332fc5eab9c3639a62aebf8126da5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_736a63896f40ae078db87f4f9ff3e983 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1856391c178780f32bea42b82200fb3c = $(`<div id="html_1856391c178780f32bea42b82200fb3c" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_736a63896f40ae078db87f4f9ff3e983.setContent(html_1856391c178780f32bea42b82200fb3c);
|
|
|
|
|
|
|
|
marker_75e4c1704e856e539bae695bcfe1a4fd.bindPopup(popup_736a63896f40ae078db87f4f9ff3e983)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75e4c1704e856e539bae695bcfe1a4fd.setIcon(icon_ab0332fc5eab9c3639a62aebf8126da5);
|
|
|
|
|
|
var marker_931f58fd048490377e0378a605f5ca3c = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_94e0256558c300b9828f811d06607618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86f3f0eeb57edd93b257675819e8c6dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64be28db01164da182708c03cb8d15aa = $(`<div id="html_64be28db01164da182708c03cb8d15aa" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_86f3f0eeb57edd93b257675819e8c6dc.setContent(html_64be28db01164da182708c03cb8d15aa);
|
|
|
|
|
|
|
|
marker_931f58fd048490377e0378a605f5ca3c.bindPopup(popup_86f3f0eeb57edd93b257675819e8c6dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_931f58fd048490377e0378a605f5ca3c.setIcon(icon_94e0256558c300b9828f811d06607618);
|
|
|
|
|
|
var marker_556b0143f320f3a35a89b8f53373548b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ea7c5c45f25af9573106368c27e69a12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e193a22a8bf68b2fd00f2494206a0876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9479f66061fcccb1c0c1ffc441836ddb = $(`<div id="html_9479f66061fcccb1c0c1ffc441836ddb" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_e193a22a8bf68b2fd00f2494206a0876.setContent(html_9479f66061fcccb1c0c1ffc441836ddb);
|
|
|
|
|
|
|
|
marker_556b0143f320f3a35a89b8f53373548b.bindPopup(popup_e193a22a8bf68b2fd00f2494206a0876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_556b0143f320f3a35a89b8f53373548b.setIcon(icon_ea7c5c45f25af9573106368c27e69a12);
|
|
|
|
|
|
var marker_34fb24dbf59204e4ae956f7f2b7d2720 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_00750780a081c9ae2a856e7a36f45f42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e849abb8b2f005b85698bd4f3b84b6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c77c7d00c1cf8be6516f2ae2a06cbec8 = $(`<div id="html_c77c7d00c1cf8be6516f2ae2a06cbec8" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_3e849abb8b2f005b85698bd4f3b84b6f.setContent(html_c77c7d00c1cf8be6516f2ae2a06cbec8);
|
|
|
|
|
|
|
|
marker_34fb24dbf59204e4ae956f7f2b7d2720.bindPopup(popup_3e849abb8b2f005b85698bd4f3b84b6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34fb24dbf59204e4ae956f7f2b7d2720.setIcon(icon_00750780a081c9ae2a856e7a36f45f42);
|
|
|
|
|
|
var marker_c9d9bc4478542f157666ba438a75faad = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c952b1cb08bad6457d984af08b7601fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ccaa428722127a10456bc15a9f22cbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a80e9229472f5bf8c49e92f31d80087a = $(`<div id="html_a80e9229472f5bf8c49e92f31d80087a" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_4ccaa428722127a10456bc15a9f22cbd.setContent(html_a80e9229472f5bf8c49e92f31d80087a);
|
|
|
|
|
|
|
|
marker_c9d9bc4478542f157666ba438a75faad.bindPopup(popup_4ccaa428722127a10456bc15a9f22cbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9d9bc4478542f157666ba438a75faad.setIcon(icon_c952b1cb08bad6457d984af08b7601fd);
|
|
|
|
|
|
var marker_ee714640b7a89f64cd64adb5fbdb7767 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_16ab7954aaa69b22570c8ebbf3452abe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26035db91208fdcac409a994d2113ace = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5de60d2ba85318758ccc58bae5078af3 = $(`<div id="html_5de60d2ba85318758ccc58bae5078af3" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_26035db91208fdcac409a994d2113ace.setContent(html_5de60d2ba85318758ccc58bae5078af3);
|
|
|
|
|
|
|
|
marker_ee714640b7a89f64cd64adb5fbdb7767.bindPopup(popup_26035db91208fdcac409a994d2113ace)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee714640b7a89f64cd64adb5fbdb7767.setIcon(icon_16ab7954aaa69b22570c8ebbf3452abe);
|
|
|
|
|
|
var marker_3848db1df67920ef6b0e67d7c9d67dca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d750aefb3a35012e7ac09226ebecfe4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5e7cb25f871737366231fbdc20b0124 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_362ea3898bb4928807edb1a89402bc5d = $(`<div id="html_362ea3898bb4928807edb1a89402bc5d" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_e5e7cb25f871737366231fbdc20b0124.setContent(html_362ea3898bb4928807edb1a89402bc5d);
|
|
|
|
|
|
|
|
marker_3848db1df67920ef6b0e67d7c9d67dca.bindPopup(popup_e5e7cb25f871737366231fbdc20b0124)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3848db1df67920ef6b0e67d7c9d67dca.setIcon(icon_d750aefb3a35012e7ac09226ebecfe4f);
|
|
|
|
|
|
var marker_e90f1828ac97123c37d7253064c20061 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_280973253e22fc1d03457255a4714b98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_874325c96874ec8097a4199f1be7d2e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_030efefc5834ea430b2dd5a23800e147 = $(`<div id="html_030efefc5834ea430b2dd5a23800e147" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_874325c96874ec8097a4199f1be7d2e1.setContent(html_030efefc5834ea430b2dd5a23800e147);
|
|
|
|
|
|
|
|
marker_e90f1828ac97123c37d7253064c20061.bindPopup(popup_874325c96874ec8097a4199f1be7d2e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e90f1828ac97123c37d7253064c20061.setIcon(icon_280973253e22fc1d03457255a4714b98);
|
|
|
|
|
|
var marker_78b99570659b923d021b2a541326b638 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2e04a770b00956a0e8b2551c8fdb38f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56916502172769a49762188330bf99ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13ab304ea58bed705ec995184731fc08 = $(`<div id="html_13ab304ea58bed705ec995184731fc08" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_56916502172769a49762188330bf99ff.setContent(html_13ab304ea58bed705ec995184731fc08);
|
|
|
|
|
|
|
|
marker_78b99570659b923d021b2a541326b638.bindPopup(popup_56916502172769a49762188330bf99ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78b99570659b923d021b2a541326b638.setIcon(icon_2e04a770b00956a0e8b2551c8fdb38f5);
|
|
|
|
|
|
var marker_ef975af038eb9f6d92e09c4072d25767 = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_38a18f9a0539e8469118436fa463f3c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4105af31d1496024ce38c68143f08da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b81c0cd92a2004aa3d21e357c0f0118 = $(`<div id="html_1b81c0cd92a2004aa3d21e357c0f0118" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_d4105af31d1496024ce38c68143f08da.setContent(html_1b81c0cd92a2004aa3d21e357c0f0118);
|
|
|
|
|
|
|
|
marker_ef975af038eb9f6d92e09c4072d25767.bindPopup(popup_d4105af31d1496024ce38c68143f08da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef975af038eb9f6d92e09c4072d25767.setIcon(icon_38a18f9a0539e8469118436fa463f3c2);
|
|
|
|
|
|
var marker_f9e1ca719b328ea174d5b59099484cb9 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_51648a20ddc7f2499e37f02af69016f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4e3f7ff3b8928a7b3ed63f5f086446b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30420c8f2a979b685534dc034fe1f044 = $(`<div id="html_30420c8f2a979b685534dc034fe1f044" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_e4e3f7ff3b8928a7b3ed63f5f086446b.setContent(html_30420c8f2a979b685534dc034fe1f044);
|
|
|
|
|
|
|
|
marker_f9e1ca719b328ea174d5b59099484cb9.bindPopup(popup_e4e3f7ff3b8928a7b3ed63f5f086446b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9e1ca719b328ea174d5b59099484cb9.setIcon(icon_51648a20ddc7f2499e37f02af69016f4);
|
|
|
|
|
|
var marker_3e3cbc75b038d8d027034952bd8ae719 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_199354160b4cd96af3e4aa618488d8ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a66d864b05c033246f33532bfde8f8af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42b87e419d572009280a9b6592967da0 = $(`<div id="html_42b87e419d572009280a9b6592967da0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_a66d864b05c033246f33532bfde8f8af.setContent(html_42b87e419d572009280a9b6592967da0);
|
|
|
|
|
|
|
|
marker_3e3cbc75b038d8d027034952bd8ae719.bindPopup(popup_a66d864b05c033246f33532bfde8f8af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e3cbc75b038d8d027034952bd8ae719.setIcon(icon_199354160b4cd96af3e4aa618488d8ed);
|
|
|
|
|
|
var marker_3c1a8c57dfe1a8d76fd8b2bd1860f531 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2cba4efc51ab14b739aa5efa6c0723f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_967d2b13916f9c1b7d915cdc3019427a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9b324a1a4be72f138e31ab9820a9270 = $(`<div id="html_c9b324a1a4be72f138e31ab9820a9270" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_967d2b13916f9c1b7d915cdc3019427a.setContent(html_c9b324a1a4be72f138e31ab9820a9270);
|
|
|
|
|
|
|
|
marker_3c1a8c57dfe1a8d76fd8b2bd1860f531.bindPopup(popup_967d2b13916f9c1b7d915cdc3019427a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c1a8c57dfe1a8d76fd8b2bd1860f531.setIcon(icon_2cba4efc51ab14b739aa5efa6c0723f7);
|
|
|
|
|
|
var marker_0741e63d80e4e1859956306c6915b143 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2ae1d1b68bf942290bd6f28cb866ac7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac0fe976ad3d3ec20e76eb9450ce3535 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fa3455877874056c57797a3574a35c9 = $(`<div id="html_4fa3455877874056c57797a3574a35c9" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_ac0fe976ad3d3ec20e76eb9450ce3535.setContent(html_4fa3455877874056c57797a3574a35c9);
|
|
|
|
|
|
|
|
marker_0741e63d80e4e1859956306c6915b143.bindPopup(popup_ac0fe976ad3d3ec20e76eb9450ce3535)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0741e63d80e4e1859956306c6915b143.setIcon(icon_2ae1d1b68bf942290bd6f28cb866ac7b);
|
|
|
|
|
|
var marker_322aea503fe8eb0e8f88f40bfca70144 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ca3f2320bcdc31a072744ae955b77a9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53c0584e48b4b748f83924329920404a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d78cffee292a5217bebe1cf5ed867903 = $(`<div id="html_d78cffee292a5217bebe1cf5ed867903" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_53c0584e48b4b748f83924329920404a.setContent(html_d78cffee292a5217bebe1cf5ed867903);
|
|
|
|
|
|
|
|
marker_322aea503fe8eb0e8f88f40bfca70144.bindPopup(popup_53c0584e48b4b748f83924329920404a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_322aea503fe8eb0e8f88f40bfca70144.setIcon(icon_ca3f2320bcdc31a072744ae955b77a9c);
|
|
|
|
|
|
var marker_da31f048ee21d96e1053b0c909904452 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ff62202a635adda0462310f1d8a87f08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a6a224f185bad22e6dc0a23f7a2aada = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d9ca71ef6b4fd3687d4ffd85907307a = $(`<div id="html_4d9ca71ef6b4fd3687d4ffd85907307a" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_9a6a224f185bad22e6dc0a23f7a2aada.setContent(html_4d9ca71ef6b4fd3687d4ffd85907307a);
|
|
|
|
|
|
|
|
marker_da31f048ee21d96e1053b0c909904452.bindPopup(popup_9a6a224f185bad22e6dc0a23f7a2aada)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da31f048ee21d96e1053b0c909904452.setIcon(icon_ff62202a635adda0462310f1d8a87f08);
|
|
|
|
|
|
var marker_2d716b30ea39ee485c5d558fd60c1515 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_8f3d64c0c415a7c0ff8573f6e4d58e15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dcc7120050403a58f6e4b0758ebc5b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c9d9cf84fd8ad964540fd9d9fb621f0 = $(`<div id="html_9c9d9cf84fd8ad964540fd9d9fb621f0" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_9dcc7120050403a58f6e4b0758ebc5b5.setContent(html_9c9d9cf84fd8ad964540fd9d9fb621f0);
|
|
|
|
|
|
|
|
marker_2d716b30ea39ee485c5d558fd60c1515.bindPopup(popup_9dcc7120050403a58f6e4b0758ebc5b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d716b30ea39ee485c5d558fd60c1515.setIcon(icon_8f3d64c0c415a7c0ff8573f6e4d58e15);
|
|
|
|
|
|
var marker_b073a429b77bef665d5d63388d9716c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_82ec1901832d6d1a72be9dc978286766 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c86809f4a62cfab7dd94aaf01e4729d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d0d3f0db3d49e9778288066471f760 = $(`<div id="html_c6d0d3f0db3d49e9778288066471f760" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_0c86809f4a62cfab7dd94aaf01e4729d.setContent(html_c6d0d3f0db3d49e9778288066471f760);
|
|
|
|
|
|
|
|
marker_b073a429b77bef665d5d63388d9716c5.bindPopup(popup_0c86809f4a62cfab7dd94aaf01e4729d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b073a429b77bef665d5d63388d9716c5.setIcon(icon_82ec1901832d6d1a72be9dc978286766);
|
|
|
|
|
|
var marker_1877816de96e6ec36da91e4e9af5523f = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e43cb870d1037ed733662f34e41cc733 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c1b2289fea0e818057feecfffb3000c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a41ccac7a69f2bd9437624eec5a82985 = $(`<div id="html_a41ccac7a69f2bd9437624eec5a82985" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_4c1b2289fea0e818057feecfffb3000c.setContent(html_a41ccac7a69f2bd9437624eec5a82985);
|
|
|
|
|
|
|
|
marker_1877816de96e6ec36da91e4e9af5523f.bindPopup(popup_4c1b2289fea0e818057feecfffb3000c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1877816de96e6ec36da91e4e9af5523f.setIcon(icon_e43cb870d1037ed733662f34e41cc733);
|
|
|
|
|
|
var marker_a51be621b5f647548fd068bafc28041a = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c31da5966582a88eef0e63d7ae7df604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04c025d51e883a1b00db80ba77692739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac46ceea16d2aa4064160276eaaea92b = $(`<div id="html_ac46ceea16d2aa4064160276eaaea92b" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_04c025d51e883a1b00db80ba77692739.setContent(html_ac46ceea16d2aa4064160276eaaea92b);
|
|
|
|
|
|
|
|
marker_a51be621b5f647548fd068bafc28041a.bindPopup(popup_04c025d51e883a1b00db80ba77692739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a51be621b5f647548fd068bafc28041a.setIcon(icon_c31da5966582a88eef0e63d7ae7df604);
|
|
|
|
|
|
var marker_45fd14cf9aacfadd6a1ee2e4a0766238 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f1fbd797b1858522bd533030943632b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59ab2890b0b7d11126710cd86d322651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ff275291d752706519365bd14026c1d = $(`<div id="html_2ff275291d752706519365bd14026c1d" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_59ab2890b0b7d11126710cd86d322651.setContent(html_2ff275291d752706519365bd14026c1d);
|
|
|
|
|
|
|
|
marker_45fd14cf9aacfadd6a1ee2e4a0766238.bindPopup(popup_59ab2890b0b7d11126710cd86d322651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45fd14cf9aacfadd6a1ee2e4a0766238.setIcon(icon_f1fbd797b1858522bd533030943632b6);
|
|
|
|
|
|
var marker_f3cdcab79355408b0a00da13b38f54e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_fc03c1b3d4ad293fcd64b1d276500cd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0805a239b816b22088841a0be03c6234 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cde6cc531b359c29c896ac32fdc4e98 = $(`<div id="html_1cde6cc531b359c29c896ac32fdc4e98" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_0805a239b816b22088841a0be03c6234.setContent(html_1cde6cc531b359c29c896ac32fdc4e98);
|
|
|
|
|
|
|
|
marker_f3cdcab79355408b0a00da13b38f54e6.bindPopup(popup_0805a239b816b22088841a0be03c6234)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3cdcab79355408b0a00da13b38f54e6.setIcon(icon_fc03c1b3d4ad293fcd64b1d276500cd4);
|
|
|
|
|
|
var marker_88fe6df14a0d7a112349a6152fd9f478 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_241ab3d7dacd3ee6b56e5a0afe6e6f94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ffa3642fbba61f840ceb1df058c2b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ec6ae56277883b8e48648e17148e940 = $(`<div id="html_3ec6ae56277883b8e48648e17148e940" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_f9ffa3642fbba61f840ceb1df058c2b2.setContent(html_3ec6ae56277883b8e48648e17148e940);
|
|
|
|
|
|
|
|
marker_88fe6df14a0d7a112349a6152fd9f478.bindPopup(popup_f9ffa3642fbba61f840ceb1df058c2b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88fe6df14a0d7a112349a6152fd9f478.setIcon(icon_241ab3d7dacd3ee6b56e5a0afe6e6f94);
|
|
|
|
|
|
var marker_6c96f3f30d866e088f0357f9c98eff21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_05b35a96d9d60b7e11bc7e38b3fe32f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b59badada842900205b4cd886f9f99a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4783e4de5e1c0771ba07c43872ccd2a8 = $(`<div id="html_4783e4de5e1c0771ba07c43872ccd2a8" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_b59badada842900205b4cd886f9f99a6.setContent(html_4783e4de5e1c0771ba07c43872ccd2a8);
|
|
|
|
|
|
|
|
marker_6c96f3f30d866e088f0357f9c98eff21.bindPopup(popup_b59badada842900205b4cd886f9f99a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c96f3f30d866e088f0357f9c98eff21.setIcon(icon_05b35a96d9d60b7e11bc7e38b3fe32f8);
|
|
|
|
|
|
var marker_f25128fdab0ade91aeb238fd3b7d29ee = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_18fcd9c729246f5e15075dd74d1eba8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3787b2afcb134dedf7817c63ce47b72b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4fb43b85fe3b1fdbe5bbc4888ab9d74 = $(`<div id="html_c4fb43b85fe3b1fdbe5bbc4888ab9d74" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_3787b2afcb134dedf7817c63ce47b72b.setContent(html_c4fb43b85fe3b1fdbe5bbc4888ab9d74);
|
|
|
|
|
|
|
|
marker_f25128fdab0ade91aeb238fd3b7d29ee.bindPopup(popup_3787b2afcb134dedf7817c63ce47b72b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f25128fdab0ade91aeb238fd3b7d29ee.setIcon(icon_18fcd9c729246f5e15075dd74d1eba8f);
|
|
|
|
|
|
var marker_8becbd63a8b3573497a519f3e35da036 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c1141c57232e94199cacbd06458c83d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0cebd23266a1aedf0245fee39b54f5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a4534fef11f779844bb65396daae98a = $(`<div id="html_2a4534fef11f779844bb65396daae98a" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_f0cebd23266a1aedf0245fee39b54f5f.setContent(html_2a4534fef11f779844bb65396daae98a);
|
|
|
|
|
|
|
|
marker_8becbd63a8b3573497a519f3e35da036.bindPopup(popup_f0cebd23266a1aedf0245fee39b54f5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8becbd63a8b3573497a519f3e35da036.setIcon(icon_c1141c57232e94199cacbd06458c83d3);
|
|
|
|
|
|
var marker_19c6245ffa799a42f8711b24e0698f02 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_346f11fb8ee314ebbfec86feab655344 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_530cd6426b984d6855a0c5707360d2f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d6f7be71ec7e09bc0f2183c0ea6a7c6 = $(`<div id="html_2d6f7be71ec7e09bc0f2183c0ea6a7c6" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_530cd6426b984d6855a0c5707360d2f8.setContent(html_2d6f7be71ec7e09bc0f2183c0ea6a7c6);
|
|
|
|
|
|
|
|
marker_19c6245ffa799a42f8711b24e0698f02.bindPopup(popup_530cd6426b984d6855a0c5707360d2f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19c6245ffa799a42f8711b24e0698f02.setIcon(icon_346f11fb8ee314ebbfec86feab655344);
|
|
|
|
|
|
var marker_09ba4043e21e7e8d306f6c2d748eb670 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_8410d22678e90fafeceb18d6ed2868d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_587939de68909555e95cbbf9ca04fd5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98a66cc59f532b6aadd5f481431c682f = $(`<div id="html_98a66cc59f532b6aadd5f481431c682f" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_587939de68909555e95cbbf9ca04fd5d.setContent(html_98a66cc59f532b6aadd5f481431c682f);
|
|
|
|
|
|
|
|
marker_09ba4043e21e7e8d306f6c2d748eb670.bindPopup(popup_587939de68909555e95cbbf9ca04fd5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09ba4043e21e7e8d306f6c2d748eb670.setIcon(icon_8410d22678e90fafeceb18d6ed2868d8);
|
|
|
|
|
|
var marker_36e616a3af1a623760fbc1117579f0f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4f48b27a190bca707562288271b89e56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b014c6fc41dc91bab792a716fb4e1348 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_149a6766701cf01050a91af59186c64a = $(`<div id="html_149a6766701cf01050a91af59186c64a" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_b014c6fc41dc91bab792a716fb4e1348.setContent(html_149a6766701cf01050a91af59186c64a);
|
|
|
|
|
|
|
|
marker_36e616a3af1a623760fbc1117579f0f5.bindPopup(popup_b014c6fc41dc91bab792a716fb4e1348)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36e616a3af1a623760fbc1117579f0f5.setIcon(icon_4f48b27a190bca707562288271b89e56);
|
|
|
|
|
|
var marker_de2f95e977686413299ee78bdbbdce5e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3078b7772bc034df6b1f979272176839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db2ae4093ccc924a122a9d539a738d4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2738427dbd4879c0258ff2f42f5df85 = $(`<div id="html_e2738427dbd4879c0258ff2f42f5df85" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_db2ae4093ccc924a122a9d539a738d4c.setContent(html_e2738427dbd4879c0258ff2f42f5df85);
|
|
|
|
|
|
|
|
marker_de2f95e977686413299ee78bdbbdce5e.bindPopup(popup_db2ae4093ccc924a122a9d539a738d4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de2f95e977686413299ee78bdbbdce5e.setIcon(icon_3078b7772bc034df6b1f979272176839);
|
|
|
|
|
|
var marker_c735febe5ca73615b791c22755dfdbeb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b198b80ceaef5fb881122cc5b00b459b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b0e07aefcbb39e529729d87715d4157 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0246d4c5d4e54464760ab112debbd5c1 = $(`<div id="html_0246d4c5d4e54464760ab112debbd5c1" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_1b0e07aefcbb39e529729d87715d4157.setContent(html_0246d4c5d4e54464760ab112debbd5c1);
|
|
|
|
|
|
|
|
marker_c735febe5ca73615b791c22755dfdbeb.bindPopup(popup_1b0e07aefcbb39e529729d87715d4157)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c735febe5ca73615b791c22755dfdbeb.setIcon(icon_b198b80ceaef5fb881122cc5b00b459b);
|
|
|
|
|
|
var marker_b9a883089ad4be62bcced7fdd8e23a2d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4bb088888312ff3bbc312c474e16a9b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63cf5e58484eb9017ad68725e3c0a618 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_560abfa5264f17a99a376213b970262a = $(`<div id="html_560abfa5264f17a99a376213b970262a" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_63cf5e58484eb9017ad68725e3c0a618.setContent(html_560abfa5264f17a99a376213b970262a);
|
|
|
|
|
|
|
|
marker_b9a883089ad4be62bcced7fdd8e23a2d.bindPopup(popup_63cf5e58484eb9017ad68725e3c0a618)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9a883089ad4be62bcced7fdd8e23a2d.setIcon(icon_4bb088888312ff3bbc312c474e16a9b3);
|
|
|
|
|
|
var marker_c5cceaefaa76e7e6df8e03c517f0e99a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4555fcbf4f230dfe262eb4e10c6a9245 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639a42c26c706d40e68243326b7b5210 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7099fd9a52c3511d6e5d2de437aab1c = $(`<div id="html_b7099fd9a52c3511d6e5d2de437aab1c" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_639a42c26c706d40e68243326b7b5210.setContent(html_b7099fd9a52c3511d6e5d2de437aab1c);
|
|
|
|
|
|
|
|
marker_c5cceaefaa76e7e6df8e03c517f0e99a.bindPopup(popup_639a42c26c706d40e68243326b7b5210)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5cceaefaa76e7e6df8e03c517f0e99a.setIcon(icon_4555fcbf4f230dfe262eb4e10c6a9245);
|
|
|
|
|
|
var marker_b696fc56e4073259c3a79bae0c8d34ee = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b59436644922583b94e6de41e948077f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fb0ad6d8d00048b3fb6679d04d457ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d10eae52aaa8d5600d302eeb28a16f88 = $(`<div id="html_d10eae52aaa8d5600d302eeb28a16f88" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_1fb0ad6d8d00048b3fb6679d04d457ed.setContent(html_d10eae52aaa8d5600d302eeb28a16f88);
|
|
|
|
|
|
|
|
marker_b696fc56e4073259c3a79bae0c8d34ee.bindPopup(popup_1fb0ad6d8d00048b3fb6679d04d457ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b696fc56e4073259c3a79bae0c8d34ee.setIcon(icon_b59436644922583b94e6de41e948077f);
|
|
|
|
|
|
var marker_84b467b54a86ccf1a46619ac54968edc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_90a377a0a34ae54f913938ff4d211caf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aa425d1318b0b486576580a00e0fd6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc5dd4eed4a1ebedbfd9b20c2010bc97 = $(`<div id="html_cc5dd4eed4a1ebedbfd9b20c2010bc97" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_9aa425d1318b0b486576580a00e0fd6a.setContent(html_cc5dd4eed4a1ebedbfd9b20c2010bc97);
|
|
|
|
|
|
|
|
marker_84b467b54a86ccf1a46619ac54968edc.bindPopup(popup_9aa425d1318b0b486576580a00e0fd6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84b467b54a86ccf1a46619ac54968edc.setIcon(icon_90a377a0a34ae54f913938ff4d211caf);
|
|
|
|
|
|
var marker_c05659ab96798a177bdca4f9f961f819 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_64644633ae07251378ac2994efcaa938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f259cf24c51e7ceb4c113188131df5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeaf9ba5a1a12ef1860363841a99586a = $(`<div id="html_eeaf9ba5a1a12ef1860363841a99586a" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_8f259cf24c51e7ceb4c113188131df5d.setContent(html_eeaf9ba5a1a12ef1860363841a99586a);
|
|
|
|
|
|
|
|
marker_c05659ab96798a177bdca4f9f961f819.bindPopup(popup_8f259cf24c51e7ceb4c113188131df5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c05659ab96798a177bdca4f9f961f819.setIcon(icon_64644633ae07251378ac2994efcaa938);
|
|
|
|
|
|
var marker_7a874bc5a683c72c6aebe92d742b32aa = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_030cd1a0a6a0ff185be191808791c928 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5436e187845bf6d23bcf9e77844ec22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8de7906c66f6cba22faba1903049cd55 = $(`<div id="html_8de7906c66f6cba22faba1903049cd55" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_e5436e187845bf6d23bcf9e77844ec22.setContent(html_8de7906c66f6cba22faba1903049cd55);
|
|
|
|
|
|
|
|
marker_7a874bc5a683c72c6aebe92d742b32aa.bindPopup(popup_e5436e187845bf6d23bcf9e77844ec22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a874bc5a683c72c6aebe92d742b32aa.setIcon(icon_030cd1a0a6a0ff185be191808791c928);
|
|
|
|
|
|
var marker_44f1143481d09312e753fe85b9cd8e52 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_db3cbf97e0eff69dbd14507e1cf19207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d7bcca7f0924c86dc703a261bc5d442 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c36903ef6883da65e37a04fd78b0dfd5 = $(`<div id="html_c36903ef6883da65e37a04fd78b0dfd5" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_4d7bcca7f0924c86dc703a261bc5d442.setContent(html_c36903ef6883da65e37a04fd78b0dfd5);
|
|
|
|
|
|
|
|
marker_44f1143481d09312e753fe85b9cd8e52.bindPopup(popup_4d7bcca7f0924c86dc703a261bc5d442)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44f1143481d09312e753fe85b9cd8e52.setIcon(icon_db3cbf97e0eff69dbd14507e1cf19207);
|
|
|
|
|
|
var marker_52eeebdbef6654688dd15829bb97e7bc = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_98bbe30b7f9c733a758e296b4bd7ef18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b72c3c72c1f51a58a73c0382e6d93c65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1078aa8d4e97d8bfafd7d7b5a80da3df = $(`<div id="html_1078aa8d4e97d8bfafd7d7b5a80da3df" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_b72c3c72c1f51a58a73c0382e6d93c65.setContent(html_1078aa8d4e97d8bfafd7d7b5a80da3df);
|
|
|
|
|
|
|
|
marker_52eeebdbef6654688dd15829bb97e7bc.bindPopup(popup_b72c3c72c1f51a58a73c0382e6d93c65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52eeebdbef6654688dd15829bb97e7bc.setIcon(icon_98bbe30b7f9c733a758e296b4bd7ef18);
|
|
|
|
|
|
var marker_0bb3d91f06285cd9af028ae86884cbc9 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_6163f2bbba56e8c88e717bfa88816c45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbf7dbdef273b5486c2750b3d5051c70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f02d368cf39b4936fe514397df9de0f3 = $(`<div id="html_f02d368cf39b4936fe514397df9de0f3" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_cbf7dbdef273b5486c2750b3d5051c70.setContent(html_f02d368cf39b4936fe514397df9de0f3);
|
|
|
|
|
|
|
|
marker_0bb3d91f06285cd9af028ae86884cbc9.bindPopup(popup_cbf7dbdef273b5486c2750b3d5051c70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bb3d91f06285cd9af028ae86884cbc9.setIcon(icon_6163f2bbba56e8c88e717bfa88816c45);
|
|
|
|
|
|
var marker_a63c23bda01f99680a6164105c8f2af7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_007864e3ced346901c52808c92a1f022 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4460e1fd0f0c39f9eded915e50e91208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd4fbddffa0094153f9a2d817dcfb1ba = $(`<div id="html_fd4fbddffa0094153f9a2d817dcfb1ba" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_4460e1fd0f0c39f9eded915e50e91208.setContent(html_fd4fbddffa0094153f9a2d817dcfb1ba);
|
|
|
|
|
|
|
|
marker_a63c23bda01f99680a6164105c8f2af7.bindPopup(popup_4460e1fd0f0c39f9eded915e50e91208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a63c23bda01f99680a6164105c8f2af7.setIcon(icon_007864e3ced346901c52808c92a1f022);
|
|
|
|
|
|
var marker_f20c629c2823b5d38713b6de84856a12 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e0aa9b783ded3886cff0a014f9a04f82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c1fbf6a12f09de0f290ed84ceb6cdad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_218a7750a2d8f151751c83e4ea82efad = $(`<div id="html_218a7750a2d8f151751c83e4ea82efad" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_0c1fbf6a12f09de0f290ed84ceb6cdad.setContent(html_218a7750a2d8f151751c83e4ea82efad);
|
|
|
|
|
|
|
|
marker_f20c629c2823b5d38713b6de84856a12.bindPopup(popup_0c1fbf6a12f09de0f290ed84ceb6cdad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f20c629c2823b5d38713b6de84856a12.setIcon(icon_e0aa9b783ded3886cff0a014f9a04f82);
|
|
|
|
|
|
var marker_96c76c0b7440c892309d605839a728b2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_595212d6d95de4f81a9c045b74ab5ed2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_930350dd5bee098d4dce6ae6d3ccc81b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c95c082e57fdefe5a39bfd479295437a = $(`<div id="html_c95c082e57fdefe5a39bfd479295437a" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_930350dd5bee098d4dce6ae6d3ccc81b.setContent(html_c95c082e57fdefe5a39bfd479295437a);
|
|
|
|
|
|
|
|
marker_96c76c0b7440c892309d605839a728b2.bindPopup(popup_930350dd5bee098d4dce6ae6d3ccc81b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96c76c0b7440c892309d605839a728b2.setIcon(icon_595212d6d95de4f81a9c045b74ab5ed2);
|
|
|
|
|
|
var marker_56f02d1fe851639cdfeab8c552cd63ed = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_0347ff0daa7fa28e35a0601adf466f8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_494b72ce7d4d918c630ae5cde572eedf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faa78be47b0c239d8503c45dbe014b8a = $(`<div id="html_faa78be47b0c239d8503c45dbe014b8a" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_494b72ce7d4d918c630ae5cde572eedf.setContent(html_faa78be47b0c239d8503c45dbe014b8a);
|
|
|
|
|
|
|
|
marker_56f02d1fe851639cdfeab8c552cd63ed.bindPopup(popup_494b72ce7d4d918c630ae5cde572eedf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56f02d1fe851639cdfeab8c552cd63ed.setIcon(icon_0347ff0daa7fa28e35a0601adf466f8f);
|
|
|
|
|
|
var marker_9028bb57f0bc2a3c9c1d9c9d0ccbc7b8 = L.marker(
|
|
[60.4032, 25.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9dcb8be6ad1ae81ac91337cde3330f58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ce9ff52bb8b35bdba7ff2469396cdad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e75a18dbf9ea52eb697245f6ea60064 = $(`<div id="html_1e75a18dbf9ea52eb697245f6ea60064" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_5ce9ff52bb8b35bdba7ff2469396cdad.setContent(html_1e75a18dbf9ea52eb697245f6ea60064);
|
|
|
|
|
|
|
|
marker_9028bb57f0bc2a3c9c1d9c9d0ccbc7b8.bindPopup(popup_5ce9ff52bb8b35bdba7ff2469396cdad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9028bb57f0bc2a3c9c1d9c9d0ccbc7b8.setIcon(icon_9dcb8be6ad1ae81ac91337cde3330f58);
|
|
|
|
|
|
var marker_76cc35902a6014f60ea433f000b2924e = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_fde669a498a2479025df1c55717c7d2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a434a725cc05f93bdd2508e63c754083 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ea8a38e71ef5c6fc565b06bcaa663ff = $(`<div id="html_1ea8a38e71ef5c6fc565b06bcaa663ff" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_a434a725cc05f93bdd2508e63c754083.setContent(html_1ea8a38e71ef5c6fc565b06bcaa663ff);
|
|
|
|
|
|
|
|
marker_76cc35902a6014f60ea433f000b2924e.bindPopup(popup_a434a725cc05f93bdd2508e63c754083)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76cc35902a6014f60ea433f000b2924e.setIcon(icon_fde669a498a2479025df1c55717c7d2c);
|
|
|
|
|
|
var marker_ae8059e521322b49a1c2cde2ef97f32f = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_1de1907e48ef27df58375aa1c8888b98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8e92b3d920fa19d20aaff6d81bd776d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_138e27c46f447a61bb9a0a59b8d6469c = $(`<div id="html_138e27c46f447a61bb9a0a59b8d6469c" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_e8e92b3d920fa19d20aaff6d81bd776d.setContent(html_138e27c46f447a61bb9a0a59b8d6469c);
|
|
|
|
|
|
|
|
marker_ae8059e521322b49a1c2cde2ef97f32f.bindPopup(popup_e8e92b3d920fa19d20aaff6d81bd776d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae8059e521322b49a1c2cde2ef97f32f.setIcon(icon_1de1907e48ef27df58375aa1c8888b98);
|
|
|
|
|
|
var marker_1621a4d4d0f4cdeef92fa6e7f69b992c = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ba0989ac931e2c066353e2c34af15de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3061e421b8654e403bc571ed1d3dbbe1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd722cdb64734d08163762fff9d6e318 = $(`<div id="html_bd722cdb64734d08163762fff9d6e318" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_3061e421b8654e403bc571ed1d3dbbe1.setContent(html_bd722cdb64734d08163762fff9d6e318);
|
|
|
|
|
|
|
|
marker_1621a4d4d0f4cdeef92fa6e7f69b992c.bindPopup(popup_3061e421b8654e403bc571ed1d3dbbe1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1621a4d4d0f4cdeef92fa6e7f69b992c.setIcon(icon_ba0989ac931e2c066353e2c34af15de2);
|
|
|
|
|
|
var marker_33e876c6043e931bbb0a4a3f70b74013 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9fc3004fe05d5eb57fd37fd5323f19c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dd7dd48de6d276e28a2a393259463c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f48eb7687117608b69254c7f59fe1024 = $(`<div id="html_f48eb7687117608b69254c7f59fe1024" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_9dd7dd48de6d276e28a2a393259463c1.setContent(html_f48eb7687117608b69254c7f59fe1024);
|
|
|
|
|
|
|
|
marker_33e876c6043e931bbb0a4a3f70b74013.bindPopup(popup_9dd7dd48de6d276e28a2a393259463c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33e876c6043e931bbb0a4a3f70b74013.setIcon(icon_9fc3004fe05d5eb57fd37fd5323f19c8);
|
|
|
|
|
|
var marker_a00e6417eb6855a878fe7aa4e44a3299 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3a9a19f6964f28d5ede7f1163e417381 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_426524916d24a1affd064f7d019f4a3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c7fd71a3cc30963f4f2bdf7305a666d = $(`<div id="html_4c7fd71a3cc30963f4f2bdf7305a666d" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_426524916d24a1affd064f7d019f4a3d.setContent(html_4c7fd71a3cc30963f4f2bdf7305a666d);
|
|
|
|
|
|
|
|
marker_a00e6417eb6855a878fe7aa4e44a3299.bindPopup(popup_426524916d24a1affd064f7d019f4a3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a00e6417eb6855a878fe7aa4e44a3299.setIcon(icon_3a9a19f6964f28d5ede7f1163e417381);
|
|
|
|
|
|
var marker_1f8fc93a5b53366e5d1cfdcf8de3920b = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_02423f454507abb4dea19370205e5eea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48360d94a6f94e18595e4a2fa495177c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d1c5c16fad372040fd6cad740fc6958 = $(`<div id="html_7d1c5c16fad372040fd6cad740fc6958" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_48360d94a6f94e18595e4a2fa495177c.setContent(html_7d1c5c16fad372040fd6cad740fc6958);
|
|
|
|
|
|
|
|
marker_1f8fc93a5b53366e5d1cfdcf8de3920b.bindPopup(popup_48360d94a6f94e18595e4a2fa495177c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f8fc93a5b53366e5d1cfdcf8de3920b.setIcon(icon_02423f454507abb4dea19370205e5eea);
|
|
|
|
|
|
var marker_5590ff8c95b0d2b90855f3dc74dca4cc = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ed30eb7b5fa6071acf1715b057000092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a17acb7568a00a09197683fc5f5548 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6bee7983c2a0e4253f1301dce496fc0 = $(`<div id="html_c6bee7983c2a0e4253f1301dce496fc0" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_f1a17acb7568a00a09197683fc5f5548.setContent(html_c6bee7983c2a0e4253f1301dce496fc0);
|
|
|
|
|
|
|
|
marker_5590ff8c95b0d2b90855f3dc74dca4cc.bindPopup(popup_f1a17acb7568a00a09197683fc5f5548)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5590ff8c95b0d2b90855f3dc74dca4cc.setIcon(icon_ed30eb7b5fa6071acf1715b057000092);
|
|
|
|
|
|
var marker_7c9eaf2eaf35a46736828ca293021a76 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_28182e5c42d2d14b29f768f354cb5731 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d1f8f9db53eecd04a294cb1ed83b8c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac3b5540f97d837d67042ccc2c08b7d0 = $(`<div id="html_ac3b5540f97d837d67042ccc2c08b7d0" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_7d1f8f9db53eecd04a294cb1ed83b8c4.setContent(html_ac3b5540f97d837d67042ccc2c08b7d0);
|
|
|
|
|
|
|
|
marker_7c9eaf2eaf35a46736828ca293021a76.bindPopup(popup_7d1f8f9db53eecd04a294cb1ed83b8c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c9eaf2eaf35a46736828ca293021a76.setIcon(icon_28182e5c42d2d14b29f768f354cb5731);
|
|
|
|
|
|
var marker_033026a3a8618869c71ec19926cfdfae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_906c48bba99d13fc2587f794e502c2ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4635097fa094fd9ba5436f991886d63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ceba52afc40603b8d24a81da8877ada = $(`<div id="html_5ceba52afc40603b8d24a81da8877ada" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_a4635097fa094fd9ba5436f991886d63.setContent(html_5ceba52afc40603b8d24a81da8877ada);
|
|
|
|
|
|
|
|
marker_033026a3a8618869c71ec19926cfdfae.bindPopup(popup_a4635097fa094fd9ba5436f991886d63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_033026a3a8618869c71ec19926cfdfae.setIcon(icon_906c48bba99d13fc2587f794e502c2ce);
|
|
|
|
|
|
var marker_4860d9f6c0eaab89ad63240d8d62b1e4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_94593972affd5b1f1045f9823c7cae53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45abc0d3c2bb6e2aad2bfd6509bb8ba0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e6608058818df03d80039fceb59772c = $(`<div id="html_5e6608058818df03d80039fceb59772c" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_45abc0d3c2bb6e2aad2bfd6509bb8ba0.setContent(html_5e6608058818df03d80039fceb59772c);
|
|
|
|
|
|
|
|
marker_4860d9f6c0eaab89ad63240d8d62b1e4.bindPopup(popup_45abc0d3c2bb6e2aad2bfd6509bb8ba0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4860d9f6c0eaab89ad63240d8d62b1e4.setIcon(icon_94593972affd5b1f1045f9823c7cae53);
|
|
|
|
|
|
var marker_5bd3a79ef6454e39d6b546c514b6c651 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f52c51aa911a9e227e7237abac8bf607 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d16ffd81be6a10dfd2bd015c82decdd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75a61f5a8a56da949155c2bfbc2698a0 = $(`<div id="html_75a61f5a8a56da949155c2bfbc2698a0" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_d16ffd81be6a10dfd2bd015c82decdd9.setContent(html_75a61f5a8a56da949155c2bfbc2698a0);
|
|
|
|
|
|
|
|
marker_5bd3a79ef6454e39d6b546c514b6c651.bindPopup(popup_d16ffd81be6a10dfd2bd015c82decdd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bd3a79ef6454e39d6b546c514b6c651.setIcon(icon_f52c51aa911a9e227e7237abac8bf607);
|
|
|
|
|
|
var marker_5c4483117934c711cd0a1ffdaeaf59f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_978fad24d087c91c944f7d503a30d9c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6a1b92c718b01bfb37dcfc8cc0b9de6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60c2449434015f040fb97130cf826adf = $(`<div id="html_60c2449434015f040fb97130cf826adf" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_c6a1b92c718b01bfb37dcfc8cc0b9de6.setContent(html_60c2449434015f040fb97130cf826adf);
|
|
|
|
|
|
|
|
marker_5c4483117934c711cd0a1ffdaeaf59f9.bindPopup(popup_c6a1b92c718b01bfb37dcfc8cc0b9de6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c4483117934c711cd0a1ffdaeaf59f9.setIcon(icon_978fad24d087c91c944f7d503a30d9c0);
|
|
|
|
|
|
var marker_1a9efb3c33d3fca21c21757a5b6b5b05 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_78e52c9e273e1ec6c2a5ef6265e301f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_288f1f33dc4fffe76c564565f6e6b285 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9c81c74e3a072c47bcb2acf78034e3b = $(`<div id="html_a9c81c74e3a072c47bcb2acf78034e3b" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_288f1f33dc4fffe76c564565f6e6b285.setContent(html_a9c81c74e3a072c47bcb2acf78034e3b);
|
|
|
|
|
|
|
|
marker_1a9efb3c33d3fca21c21757a5b6b5b05.bindPopup(popup_288f1f33dc4fffe76c564565f6e6b285)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a9efb3c33d3fca21c21757a5b6b5b05.setIcon(icon_78e52c9e273e1ec6c2a5ef6265e301f1);
|
|
|
|
|
|
var marker_1e98f07d4d61bdd32185e5db6ea6fe79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ae6c5f2487cf26aa6bd8e5f4504c16cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7d354feabf9ad9e6e3b8d54cfa3fe2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b332a12005a0932b97bde233abc553fa = $(`<div id="html_b332a12005a0932b97bde233abc553fa" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_b7d354feabf9ad9e6e3b8d54cfa3fe2f.setContent(html_b332a12005a0932b97bde233abc553fa);
|
|
|
|
|
|
|
|
marker_1e98f07d4d61bdd32185e5db6ea6fe79.bindPopup(popup_b7d354feabf9ad9e6e3b8d54cfa3fe2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e98f07d4d61bdd32185e5db6ea6fe79.setIcon(icon_ae6c5f2487cf26aa6bd8e5f4504c16cb);
|
|
|
|
|
|
var marker_4cb383862679ae0e13de9e679a9a9e2b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_47b986ab62a95ac6dd1e0c84bdee0fff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e676e7522af8788e59a23d2aa7ad94b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b1e80c24f4795a2a073fde3bb51e41a = $(`<div id="html_3b1e80c24f4795a2a073fde3bb51e41a" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_2e676e7522af8788e59a23d2aa7ad94b.setContent(html_3b1e80c24f4795a2a073fde3bb51e41a);
|
|
|
|
|
|
|
|
marker_4cb383862679ae0e13de9e679a9a9e2b.bindPopup(popup_2e676e7522af8788e59a23d2aa7ad94b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cb383862679ae0e13de9e679a9a9e2b.setIcon(icon_47b986ab62a95ac6dd1e0c84bdee0fff);
|
|
|
|
|
|
var marker_7ec189a9344f4222b52b7ec826ee6dd2 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_44cc030f71e2534f2b95a2fd4a7c2904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e73fef16fbb4f1908bee2f6167011a17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28d667590c7bf9aa37576af8d0b76491 = $(`<div id="html_28d667590c7bf9aa37576af8d0b76491" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_e73fef16fbb4f1908bee2f6167011a17.setContent(html_28d667590c7bf9aa37576af8d0b76491);
|
|
|
|
|
|
|
|
marker_7ec189a9344f4222b52b7ec826ee6dd2.bindPopup(popup_e73fef16fbb4f1908bee2f6167011a17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ec189a9344f4222b52b7ec826ee6dd2.setIcon(icon_44cc030f71e2534f2b95a2fd4a7c2904);
|
|
|
|
|
|
var marker_698f51c17cf3a67a6d6b75e1bec8e268 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e1fc430bcc1edce3cfbe797a6c3cca05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29a5ba18fb22e42331a194b433a00832 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bab63e4805fb511396a8e08d5b3ba30 = $(`<div id="html_9bab63e4805fb511396a8e08d5b3ba30" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_29a5ba18fb22e42331a194b433a00832.setContent(html_9bab63e4805fb511396a8e08d5b3ba30);
|
|
|
|
|
|
|
|
marker_698f51c17cf3a67a6d6b75e1bec8e268.bindPopup(popup_29a5ba18fb22e42331a194b433a00832)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698f51c17cf3a67a6d6b75e1bec8e268.setIcon(icon_e1fc430bcc1edce3cfbe797a6c3cca05);
|
|
|
|
|
|
var marker_e6ab1223cb73dc6f61b03c5443dfb777 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_483b8bf9a747590f58a47e531e1f3d53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b711706e3ebf74ba7e5af8d3a7468098 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21a47dda52acab84c9cbbb4cc50f9a09 = $(`<div id="html_21a47dda52acab84c9cbbb4cc50f9a09" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_b711706e3ebf74ba7e5af8d3a7468098.setContent(html_21a47dda52acab84c9cbbb4cc50f9a09);
|
|
|
|
|
|
|
|
marker_e6ab1223cb73dc6f61b03c5443dfb777.bindPopup(popup_b711706e3ebf74ba7e5af8d3a7468098)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6ab1223cb73dc6f61b03c5443dfb777.setIcon(icon_483b8bf9a747590f58a47e531e1f3d53);
|
|
|
|
|
|
var marker_58231b00857b99c094d4a735d5989ea4 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2282690375adebe468d36cdf2b2b73dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61ef16a19a599c7edcee96af4121f8f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfd6e1ccef69ac55d00850afa89f1766 = $(`<div id="html_dfd6e1ccef69ac55d00850afa89f1766" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_61ef16a19a599c7edcee96af4121f8f1.setContent(html_dfd6e1ccef69ac55d00850afa89f1766);
|
|
|
|
|
|
|
|
marker_58231b00857b99c094d4a735d5989ea4.bindPopup(popup_61ef16a19a599c7edcee96af4121f8f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58231b00857b99c094d4a735d5989ea4.setIcon(icon_2282690375adebe468d36cdf2b2b73dc);
|
|
|
|
|
|
var marker_9a47263a848cfa331fd7a738ca5dcb9b = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ad43d8dfd0251eab8c283e46f0fa3817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4732914f464a855ac9d6d92d0483306e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_619880147337283a0ff4b41e6effd7ad = $(`<div id="html_619880147337283a0ff4b41e6effd7ad" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_4732914f464a855ac9d6d92d0483306e.setContent(html_619880147337283a0ff4b41e6effd7ad);
|
|
|
|
|
|
|
|
marker_9a47263a848cfa331fd7a738ca5dcb9b.bindPopup(popup_4732914f464a855ac9d6d92d0483306e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a47263a848cfa331fd7a738ca5dcb9b.setIcon(icon_ad43d8dfd0251eab8c283e46f0fa3817);
|
|
|
|
|
|
var marker_9daab831427832471851b05fd2df45dd = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a394ed327be497a07508d746ee278e5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_373837a4887e927671ee49ae2ffe2a85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0342092bf37104efe41a4b2a27735ac8 = $(`<div id="html_0342092bf37104efe41a4b2a27735ac8" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_373837a4887e927671ee49ae2ffe2a85.setContent(html_0342092bf37104efe41a4b2a27735ac8);
|
|
|
|
|
|
|
|
marker_9daab831427832471851b05fd2df45dd.bindPopup(popup_373837a4887e927671ee49ae2ffe2a85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9daab831427832471851b05fd2df45dd.setIcon(icon_a394ed327be497a07508d746ee278e5c);
|
|
|
|
|
|
var marker_bfbbe8ea29f4ec608086871844ded52d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a97f06d2721e70734282826c986e0128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdd7c6a018b16e313a046efc068c741a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_023bb14db4e8a5ad03233b00e0a6ec0c = $(`<div id="html_023bb14db4e8a5ad03233b00e0a6ec0c" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_bdd7c6a018b16e313a046efc068c741a.setContent(html_023bb14db4e8a5ad03233b00e0a6ec0c);
|
|
|
|
|
|
|
|
marker_bfbbe8ea29f4ec608086871844ded52d.bindPopup(popup_bdd7c6a018b16e313a046efc068c741a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfbbe8ea29f4ec608086871844ded52d.setIcon(icon_a97f06d2721e70734282826c986e0128);
|
|
|
|
|
|
var marker_a570a6e5c4cbed8a6f8c8f5fca619920 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5fe619df0234d39a5ba23ad24c7ccdb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c403d86cd514f197f3eef4d69c1c4c5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87b067ddd4ad206a73b640734afa3bf5 = $(`<div id="html_87b067ddd4ad206a73b640734afa3bf5" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_c403d86cd514f197f3eef4d69c1c4c5d.setContent(html_87b067ddd4ad206a73b640734afa3bf5);
|
|
|
|
|
|
|
|
marker_a570a6e5c4cbed8a6f8c8f5fca619920.bindPopup(popup_c403d86cd514f197f3eef4d69c1c4c5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a570a6e5c4cbed8a6f8c8f5fca619920.setIcon(icon_5fe619df0234d39a5ba23ad24c7ccdb3);
|
|
|
|
|
|
var marker_57032e116a1cb8bcf162678df9243361 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_7cb73d3df4a2341c7553124e22660b74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_756724852c388ab6806ed5705427efea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a55eb165aeec2205b558ee91729256c = $(`<div id="html_0a55eb165aeec2205b558ee91729256c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_756724852c388ab6806ed5705427efea.setContent(html_0a55eb165aeec2205b558ee91729256c);
|
|
|
|
|
|
|
|
marker_57032e116a1cb8bcf162678df9243361.bindPopup(popup_756724852c388ab6806ed5705427efea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57032e116a1cb8bcf162678df9243361.setIcon(icon_7cb73d3df4a2341c7553124e22660b74);
|
|
|
|
|
|
var marker_cff1ee4453635b2961ef7306a72fa015 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9ef3d21ec11038b315cfaea5891ffda2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fe236f0a930e2134f3ca28d59ee7b4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_840b683f6b1f5e9034e686c52416e95f = $(`<div id="html_840b683f6b1f5e9034e686c52416e95f" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_2fe236f0a930e2134f3ca28d59ee7b4f.setContent(html_840b683f6b1f5e9034e686c52416e95f);
|
|
|
|
|
|
|
|
marker_cff1ee4453635b2961ef7306a72fa015.bindPopup(popup_2fe236f0a930e2134f3ca28d59ee7b4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cff1ee4453635b2961ef7306a72fa015.setIcon(icon_9ef3d21ec11038b315cfaea5891ffda2);
|
|
|
|
|
|
var marker_8b9a24abe2e45d9a7b04904ac2909adf = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b1f0d95ef4cf68e6e8e19fefc903801c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e83218327431022c5e1a1d948ff9a11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e56a05d30ac79a81b1c5863bd146fbaf = $(`<div id="html_e56a05d30ac79a81b1c5863bd146fbaf" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_0e83218327431022c5e1a1d948ff9a11.setContent(html_e56a05d30ac79a81b1c5863bd146fbaf);
|
|
|
|
|
|
|
|
marker_8b9a24abe2e45d9a7b04904ac2909adf.bindPopup(popup_0e83218327431022c5e1a1d948ff9a11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b9a24abe2e45d9a7b04904ac2909adf.setIcon(icon_b1f0d95ef4cf68e6e8e19fefc903801c);
|
|
|
|
|
|
var marker_ac21c2b8a5b88877bdc38fb84f04871f = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a36a623c888f90e3a8450a8f40ba7014 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0b71e750bda81128576ef5cefcf41bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d512a1da4bda5d0c2a94af65e6b0c0a1 = $(`<div id="html_d512a1da4bda5d0c2a94af65e6b0c0a1" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_e0b71e750bda81128576ef5cefcf41bb.setContent(html_d512a1da4bda5d0c2a94af65e6b0c0a1);
|
|
|
|
|
|
|
|
marker_ac21c2b8a5b88877bdc38fb84f04871f.bindPopup(popup_e0b71e750bda81128576ef5cefcf41bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac21c2b8a5b88877bdc38fb84f04871f.setIcon(icon_a36a623c888f90e3a8450a8f40ba7014);
|
|
|
|
|
|
var marker_93c4dc011851ad44b0b0a3d8060a504e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_011184c8af85e33ca34e80440910e2d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24a31f2a5a2cee04b2650f25cf9dd11a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c76f583afe932f96f9c09eec0f4b4c7 = $(`<div id="html_7c76f583afe932f96f9c09eec0f4b4c7" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_24a31f2a5a2cee04b2650f25cf9dd11a.setContent(html_7c76f583afe932f96f9c09eec0f4b4c7);
|
|
|
|
|
|
|
|
marker_93c4dc011851ad44b0b0a3d8060a504e.bindPopup(popup_24a31f2a5a2cee04b2650f25cf9dd11a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93c4dc011851ad44b0b0a3d8060a504e.setIcon(icon_011184c8af85e33ca34e80440910e2d5);
|
|
|
|
|
|
var marker_8bb247f3ac77a524f997ad0db8c09c8b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2ab085990a4b8b35e98e0fb42b7e3d93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_647df69b0935c84a3e8fd8e919f840c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acd2127e97602f3d9a3bc2f25582e7eb = $(`<div id="html_acd2127e97602f3d9a3bc2f25582e7eb" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_647df69b0935c84a3e8fd8e919f840c4.setContent(html_acd2127e97602f3d9a3bc2f25582e7eb);
|
|
|
|
|
|
|
|
marker_8bb247f3ac77a524f997ad0db8c09c8b.bindPopup(popup_647df69b0935c84a3e8fd8e919f840c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bb247f3ac77a524f997ad0db8c09c8b.setIcon(icon_2ab085990a4b8b35e98e0fb42b7e3d93);
|
|
|
|
|
|
var marker_0cf32aae34ece1a7ed3c57ca6a624b92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5f1781b2685362357f4cb083eaf7f8d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_909734bbaedce41c8199483d371b08a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e54f92e6b087818d20540c88b7afcab = $(`<div id="html_3e54f92e6b087818d20540c88b7afcab" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_909734bbaedce41c8199483d371b08a0.setContent(html_3e54f92e6b087818d20540c88b7afcab);
|
|
|
|
|
|
|
|
marker_0cf32aae34ece1a7ed3c57ca6a624b92.bindPopup(popup_909734bbaedce41c8199483d371b08a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cf32aae34ece1a7ed3c57ca6a624b92.setIcon(icon_5f1781b2685362357f4cb083eaf7f8d0);
|
|
|
|
|
|
var marker_95cd263ec71ed4161164e6f25242b4c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ecf4edd23451bc10c3fcdcc1c291fd90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8197f98615772a3e0c26d46616c5e68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca595d6c0e1dfd4c8f4ad6d56dc27d41 = $(`<div id="html_ca595d6c0e1dfd4c8f4ad6d56dc27d41" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_b8197f98615772a3e0c26d46616c5e68.setContent(html_ca595d6c0e1dfd4c8f4ad6d56dc27d41);
|
|
|
|
|
|
|
|
marker_95cd263ec71ed4161164e6f25242b4c6.bindPopup(popup_b8197f98615772a3e0c26d46616c5e68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95cd263ec71ed4161164e6f25242b4c6.setIcon(icon_ecf4edd23451bc10c3fcdcc1c291fd90);
|
|
|
|
|
|
var marker_7f41c25b232ee5b43f2f7cd6d5ef1547 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_11e5072fadca3d57a5d6d62174fc51fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb9eb071b0ee508f1e2b59a3439da6b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1be2574616e89754a9841e14b4b2f5f4 = $(`<div id="html_1be2574616e89754a9841e14b4b2f5f4" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_cb9eb071b0ee508f1e2b59a3439da6b9.setContent(html_1be2574616e89754a9841e14b4b2f5f4);
|
|
|
|
|
|
|
|
marker_7f41c25b232ee5b43f2f7cd6d5ef1547.bindPopup(popup_cb9eb071b0ee508f1e2b59a3439da6b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f41c25b232ee5b43f2f7cd6d5ef1547.setIcon(icon_11e5072fadca3d57a5d6d62174fc51fe);
|
|
|
|
|
|
var marker_e904f15cf014d1aa45da63e4deb8aa84 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_73803381285be7fd46eb388c2252114e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b142120f95cb9b1d2b3c505967ced65f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0918f85d4adf063155774ef3e3a0ff4 = $(`<div id="html_a0918f85d4adf063155774ef3e3a0ff4" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_b142120f95cb9b1d2b3c505967ced65f.setContent(html_a0918f85d4adf063155774ef3e3a0ff4);
|
|
|
|
|
|
|
|
marker_e904f15cf014d1aa45da63e4deb8aa84.bindPopup(popup_b142120f95cb9b1d2b3c505967ced65f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e904f15cf014d1aa45da63e4deb8aa84.setIcon(icon_73803381285be7fd46eb388c2252114e);
|
|
|
|
|
|
var marker_98ae68598b96ec524551d32b3754c210 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9a2df6dcb63a001bc89685a19f730a53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4004445917f21e9da67e238a0ac75466 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a10f9d16eee403fc3e2055bde4804e6 = $(`<div id="html_0a10f9d16eee403fc3e2055bde4804e6" style="width: 100.0%; height: 100.0%;">relay.cathouse-propeller.com</div>`)[0];
|
|
popup_4004445917f21e9da67e238a0ac75466.setContent(html_0a10f9d16eee403fc3e2055bde4804e6);
|
|
|
|
|
|
|
|
marker_98ae68598b96ec524551d32b3754c210.bindPopup(popup_4004445917f21e9da67e238a0ac75466)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98ae68598b96ec524551d32b3754c210.setIcon(icon_9a2df6dcb63a001bc89685a19f730a53);
|
|
|
|
|
|
var marker_5fdb541869d0c76a2a94e72c12a5a0dd = L.marker(
|
|
[43.6591, -70.2568],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a1fe33b4d80b2aa3829e505a9ecaba36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef57dcf558f40c55d94dc4dc41c047fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a183bdab070a306a6dc3bf0644a66e42 = $(`<div id="html_a183bdab070a306a6dc3bf0644a66e42" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_ef57dcf558f40c55d94dc4dc41c047fb.setContent(html_a183bdab070a306a6dc3bf0644a66e42);
|
|
|
|
|
|
|
|
marker_5fdb541869d0c76a2a94e72c12a5a0dd.bindPopup(popup_ef57dcf558f40c55d94dc4dc41c047fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fdb541869d0c76a2a94e72c12a5a0dd.setIcon(icon_a1fe33b4d80b2aa3829e505a9ecaba36);
|
|
|
|
|
|
var marker_29b1943e21c3be363cb973bb7a9773d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_55b4301a3b831f404c4ec114af4ef431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d130cce5b435d75a054564d38a098953 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a29975bde12b75edf528c8ac1758e110 = $(`<div id="html_a29975bde12b75edf528c8ac1758e110" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_d130cce5b435d75a054564d38a098953.setContent(html_a29975bde12b75edf528c8ac1758e110);
|
|
|
|
|
|
|
|
marker_29b1943e21c3be363cb973bb7a9773d0.bindPopup(popup_d130cce5b435d75a054564d38a098953)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29b1943e21c3be363cb973bb7a9773d0.setIcon(icon_55b4301a3b831f404c4ec114af4ef431);
|
|
|
|
|
|
var marker_badd4e28801026dfa5716d787aed266b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_15519869530bba95296a3537c12f141e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_957e3725d93b5a6f24c01b862c9e4c62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6da4a000ffa378fdd44f2d6cdd6e6f9 = $(`<div id="html_a6da4a000ffa378fdd44f2d6cdd6e6f9" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_957e3725d93b5a6f24c01b862c9e4c62.setContent(html_a6da4a000ffa378fdd44f2d6cdd6e6f9);
|
|
|
|
|
|
|
|
marker_badd4e28801026dfa5716d787aed266b.bindPopup(popup_957e3725d93b5a6f24c01b862c9e4c62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_badd4e28801026dfa5716d787aed266b.setIcon(icon_15519869530bba95296a3537c12f141e);
|
|
|
|
|
|
var marker_8b1860430025acc5a7a33cbc9090e24d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a68226a4ea85f1db117d13168717daec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2a372cbefd585beba8cdf585c95d240 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_327ac151b5b8b48a3fd244256b1b695d = $(`<div id="html_327ac151b5b8b48a3fd244256b1b695d" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_d2a372cbefd585beba8cdf585c95d240.setContent(html_327ac151b5b8b48a3fd244256b1b695d);
|
|
|
|
|
|
|
|
marker_8b1860430025acc5a7a33cbc9090e24d.bindPopup(popup_d2a372cbefd585beba8cdf585c95d240)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b1860430025acc5a7a33cbc9090e24d.setIcon(icon_a68226a4ea85f1db117d13168717daec);
|
|
|
|
|
|
var marker_45ebca130def75b950bfbe62fd30e8d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9d223037e3d22d57267d8e00c7da05da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6e6ea467a5125a898d6bd6fd828bc16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5a7dd7377a0a32f843920246fbed3e9 = $(`<div id="html_d5a7dd7377a0a32f843920246fbed3e9" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_a6e6ea467a5125a898d6bd6fd828bc16.setContent(html_d5a7dd7377a0a32f843920246fbed3e9);
|
|
|
|
|
|
|
|
marker_45ebca130def75b950bfbe62fd30e8d3.bindPopup(popup_a6e6ea467a5125a898d6bd6fd828bc16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45ebca130def75b950bfbe62fd30e8d3.setIcon(icon_9d223037e3d22d57267d8e00c7da05da);
|
|
|
|
|
|
var marker_42400b916dcafff8d4c25d5d24b55aab = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_6ace5536605bba6322891e853b41a347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df84a1061cf34cc58385c5a3b680b266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_931134e23e5cd89491771da7035097e5 = $(`<div id="html_931134e23e5cd89491771da7035097e5" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_df84a1061cf34cc58385c5a3b680b266.setContent(html_931134e23e5cd89491771da7035097e5);
|
|
|
|
|
|
|
|
marker_42400b916dcafff8d4c25d5d24b55aab.bindPopup(popup_df84a1061cf34cc58385c5a3b680b266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42400b916dcafff8d4c25d5d24b55aab.setIcon(icon_6ace5536605bba6322891e853b41a347);
|
|
|
|
|
|
var marker_a007f21911ee288c2c83f46847fec74b = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_6db71dff1e141ba2d54e71f597a7dc4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9d511a86ef737d8d5d7f1ea41ac7b66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75ce6034be319a3d4078b424c7c8d24c = $(`<div id="html_75ce6034be319a3d4078b424c7c8d24c" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_d9d511a86ef737d8d5d7f1ea41ac7b66.setContent(html_75ce6034be319a3d4078b424c7c8d24c);
|
|
|
|
|
|
|
|
marker_a007f21911ee288c2c83f46847fec74b.bindPopup(popup_d9d511a86ef737d8d5d7f1ea41ac7b66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a007f21911ee288c2c83f46847fec74b.setIcon(icon_6db71dff1e141ba2d54e71f597a7dc4d);
|
|
|
|
|
|
var marker_324874386f25ea0f66f0e8f792820c91 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9e92bfa0109c94c0bf18b86bb87d5bc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7302b3b3c403b729e7f08577fde354d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8921824c459ebd1e932c7a84704aeb09 = $(`<div id="html_8921824c459ebd1e932c7a84704aeb09" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_a7302b3b3c403b729e7f08577fde354d.setContent(html_8921824c459ebd1e932c7a84704aeb09);
|
|
|
|
|
|
|
|
marker_324874386f25ea0f66f0e8f792820c91.bindPopup(popup_a7302b3b3c403b729e7f08577fde354d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_324874386f25ea0f66f0e8f792820c91.setIcon(icon_9e92bfa0109c94c0bf18b86bb87d5bc9);
|
|
|
|
|
|
var marker_4f8f3fad9fd6217309c503473ce8abc6 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c25c26825eefa09507ffe7ae792814bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0ce83095993da86db039ad11723b20c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7c9f4b3a10e44d1851c8dbdc3c52aaa = $(`<div id="html_a7c9f4b3a10e44d1851c8dbdc3c52aaa" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_b0ce83095993da86db039ad11723b20c.setContent(html_a7c9f4b3a10e44d1851c8dbdc3c52aaa);
|
|
|
|
|
|
|
|
marker_4f8f3fad9fd6217309c503473ce8abc6.bindPopup(popup_b0ce83095993da86db039ad11723b20c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f8f3fad9fd6217309c503473ce8abc6.setIcon(icon_c25c26825eefa09507ffe7ae792814bd);
|
|
|
|
|
|
var marker_10b2afc4f56d22dfa1237b05afdaf225 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_0cbec7f98b97a69d7b40a91f6be90758 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af864ebe7208c83fcffedf0c03b9cb01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc03920d94e2c9f18426c676b85e24aa = $(`<div id="html_bc03920d94e2c9f18426c676b85e24aa" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_af864ebe7208c83fcffedf0c03b9cb01.setContent(html_bc03920d94e2c9f18426c676b85e24aa);
|
|
|
|
|
|
|
|
marker_10b2afc4f56d22dfa1237b05afdaf225.bindPopup(popup_af864ebe7208c83fcffedf0c03b9cb01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10b2afc4f56d22dfa1237b05afdaf225.setIcon(icon_0cbec7f98b97a69d7b40a91f6be90758);
|
|
|
|
|
|
var marker_035f3025f2c1740ed14ccd9d2e3c2548 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_1646074d9f69a34057785fc8f74fa84b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72466fb3041aa722442235bcc7a970e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41786756823e527e2a174d79a923d504 = $(`<div id="html_41786756823e527e2a174d79a923d504" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_72466fb3041aa722442235bcc7a970e5.setContent(html_41786756823e527e2a174d79a923d504);
|
|
|
|
|
|
|
|
marker_035f3025f2c1740ed14ccd9d2e3c2548.bindPopup(popup_72466fb3041aa722442235bcc7a970e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_035f3025f2c1740ed14ccd9d2e3c2548.setIcon(icon_1646074d9f69a34057785fc8f74fa84b);
|
|
|
|
|
|
var marker_726c8cc099ba3bfd00913f4cf73e3645 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3fbd51dff28d6a34d4103786fe2a9133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a3efd37fd61975be2fab10339ad68e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af46de6d7dba1ac4a1b661cace7eebd9 = $(`<div id="html_af46de6d7dba1ac4a1b661cace7eebd9" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_8a3efd37fd61975be2fab10339ad68e8.setContent(html_af46de6d7dba1ac4a1b661cace7eebd9);
|
|
|
|
|
|
|
|
marker_726c8cc099ba3bfd00913f4cf73e3645.bindPopup(popup_8a3efd37fd61975be2fab10339ad68e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_726c8cc099ba3bfd00913f4cf73e3645.setIcon(icon_3fbd51dff28d6a34d4103786fe2a9133);
|
|
|
|
|
|
var marker_af39b75f85a16e146e0de91fe04863ba = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_441b9ca7cdb8797de571a652907ffcce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639bc3221f4fb1b829e0a45624d59757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_811ca146e4049a4814387a07dfa69024 = $(`<div id="html_811ca146e4049a4814387a07dfa69024" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_639bc3221f4fb1b829e0a45624d59757.setContent(html_811ca146e4049a4814387a07dfa69024);
|
|
|
|
|
|
|
|
marker_af39b75f85a16e146e0de91fe04863ba.bindPopup(popup_639bc3221f4fb1b829e0a45624d59757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af39b75f85a16e146e0de91fe04863ba.setIcon(icon_441b9ca7cdb8797de571a652907ffcce);
|
|
|
|
|
|
var marker_c9720ecde30bf9745709c2ead92b7226 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2f28ee4d9ea5004d9482ba59c75e97f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3222a7f54c09258c14c6210acdf7475c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af715b86a2574a0836301c404e0e188d = $(`<div id="html_af715b86a2574a0836301c404e0e188d" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_3222a7f54c09258c14c6210acdf7475c.setContent(html_af715b86a2574a0836301c404e0e188d);
|
|
|
|
|
|
|
|
marker_c9720ecde30bf9745709c2ead92b7226.bindPopup(popup_3222a7f54c09258c14c6210acdf7475c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9720ecde30bf9745709c2ead92b7226.setIcon(icon_2f28ee4d9ea5004d9482ba59c75e97f7);
|
|
|
|
|
|
var marker_f82cf9807717d1198e80c9bce45c6f94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d69e53d2ffe94dd2d2d9d3dd4db466f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_573d7419dd8ce1ffdcadc1c5549a4181 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_700783595aa893e7e9ca237e30e5973e = $(`<div id="html_700783595aa893e7e9ca237e30e5973e" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_573d7419dd8ce1ffdcadc1c5549a4181.setContent(html_700783595aa893e7e9ca237e30e5973e);
|
|
|
|
|
|
|
|
marker_f82cf9807717d1198e80c9bce45c6f94.bindPopup(popup_573d7419dd8ce1ffdcadc1c5549a4181)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f82cf9807717d1198e80c9bce45c6f94.setIcon(icon_d69e53d2ffe94dd2d2d9d3dd4db466f7);
|
|
|
|
|
|
var marker_b6e064b027c9957ac798598cd74b20c2 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_7a68ff1c641174312722f867c8eedf02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78a2a0f21bb1bf162c822c90e1766feb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86b935a237840bff696c7d1793ef7746 = $(`<div id="html_86b935a237840bff696c7d1793ef7746" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_78a2a0f21bb1bf162c822c90e1766feb.setContent(html_86b935a237840bff696c7d1793ef7746);
|
|
|
|
|
|
|
|
marker_b6e064b027c9957ac798598cd74b20c2.bindPopup(popup_78a2a0f21bb1bf162c822c90e1766feb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6e064b027c9957ac798598cd74b20c2.setIcon(icon_7a68ff1c641174312722f867c8eedf02);
|
|
|
|
|
|
var marker_a99916eac1d8e61d8f31ca3a9d332068 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_fbb525f7598a0fb0df20cf794424dad0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cb5964fdd6c51c04c10f754b1cbbfcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68f37fad0a9d74e967446a29d94e75da = $(`<div id="html_68f37fad0a9d74e967446a29d94e75da" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_0cb5964fdd6c51c04c10f754b1cbbfcf.setContent(html_68f37fad0a9d74e967446a29d94e75da);
|
|
|
|
|
|
|
|
marker_a99916eac1d8e61d8f31ca3a9d332068.bindPopup(popup_0cb5964fdd6c51c04c10f754b1cbbfcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a99916eac1d8e61d8f31ca3a9d332068.setIcon(icon_fbb525f7598a0fb0df20cf794424dad0);
|
|
|
|
|
|
var marker_b09783814772cd79da64676b96647960 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_0aa622a02d50cd83ec8a781cb49adc2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b115920b2e4001198b6ca876bb02c2c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f191b8d8401c8cf5ad4ea021aa33d80 = $(`<div id="html_7f191b8d8401c8cf5ad4ea021aa33d80" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_b115920b2e4001198b6ca876bb02c2c9.setContent(html_7f191b8d8401c8cf5ad4ea021aa33d80);
|
|
|
|
|
|
|
|
marker_b09783814772cd79da64676b96647960.bindPopup(popup_b115920b2e4001198b6ca876bb02c2c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b09783814772cd79da64676b96647960.setIcon(icon_0aa622a02d50cd83ec8a781cb49adc2e);
|
|
|
|
|
|
var marker_900160331f64492a350932c0cbbfa893 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_42f1a346ae582bbf01003a70b1e23025 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5efb065e5fd4223e0657d2780ed3be26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1537ae6b3c4e6398b7f87510018bc24c = $(`<div id="html_1537ae6b3c4e6398b7f87510018bc24c" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_5efb065e5fd4223e0657d2780ed3be26.setContent(html_1537ae6b3c4e6398b7f87510018bc24c);
|
|
|
|
|
|
|
|
marker_900160331f64492a350932c0cbbfa893.bindPopup(popup_5efb065e5fd4223e0657d2780ed3be26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_900160331f64492a350932c0cbbfa893.setIcon(icon_42f1a346ae582bbf01003a70b1e23025);
|
|
|
|
|
|
var marker_f34cdf9fff7b08cfc19515de9c22800a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2f504e06cbb287243c8dd677495de06e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bf7350adf34b2c704c47ee67eae1c1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ff04fb79feaef88ede567d070815b33 = $(`<div id="html_7ff04fb79feaef88ede567d070815b33" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_0bf7350adf34b2c704c47ee67eae1c1d.setContent(html_7ff04fb79feaef88ede567d070815b33);
|
|
|
|
|
|
|
|
marker_f34cdf9fff7b08cfc19515de9c22800a.bindPopup(popup_0bf7350adf34b2c704c47ee67eae1c1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f34cdf9fff7b08cfc19515de9c22800a.setIcon(icon_2f504e06cbb287243c8dd677495de06e);
|
|
|
|
|
|
var marker_44ca150822eb99439777d55c95e575f5 = L.marker(
|
|
[34.0653, -118.244],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_6dbc3de2345e5108ff5c00e420094d6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be10208d3d8f552d4cc63ba053551eb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d774ae81490e3d3aa607485b3e30b9d0 = $(`<div id="html_d774ae81490e3d3aa607485b3e30b9d0" style="width: 100.0%; height: 100.0%;">relay.carlos-cdb.top</div>`)[0];
|
|
popup_be10208d3d8f552d4cc63ba053551eb6.setContent(html_d774ae81490e3d3aa607485b3e30b9d0);
|
|
|
|
|
|
|
|
marker_44ca150822eb99439777d55c95e575f5.bindPopup(popup_be10208d3d8f552d4cc63ba053551eb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44ca150822eb99439777d55c95e575f5.setIcon(icon_6dbc3de2345e5108ff5c00e420094d6b);
|
|
|
|
|
|
var marker_cfc1bcdea6a07720a1354f7440505c80 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_771ed542c2d862bc8f3d7b0c53536ff7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a46b208c3e3a2990ecbcdb8f7be8b469 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98a6ac9f99a5bae5d0358663a0daaacb = $(`<div id="html_98a6ac9f99a5bae5d0358663a0daaacb" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_a46b208c3e3a2990ecbcdb8f7be8b469.setContent(html_98a6ac9f99a5bae5d0358663a0daaacb);
|
|
|
|
|
|
|
|
marker_cfc1bcdea6a07720a1354f7440505c80.bindPopup(popup_a46b208c3e3a2990ecbcdb8f7be8b469)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfc1bcdea6a07720a1354f7440505c80.setIcon(icon_771ed542c2d862bc8f3d7b0c53536ff7);
|
|
|
|
|
|
var marker_a0eb2322b5cd8018748db32ec72d9234 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_686fb5c760b82351702c31c77efde0e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31a33208c28a026b3f8d9b0e27bed91f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2f13950d9b5b560f0cb01db742a6010 = $(`<div id="html_b2f13950d9b5b560f0cb01db742a6010" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_31a33208c28a026b3f8d9b0e27bed91f.setContent(html_b2f13950d9b5b560f0cb01db742a6010);
|
|
|
|
|
|
|
|
marker_a0eb2322b5cd8018748db32ec72d9234.bindPopup(popup_31a33208c28a026b3f8d9b0e27bed91f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0eb2322b5cd8018748db32ec72d9234.setIcon(icon_686fb5c760b82351702c31c77efde0e4);
|
|
|
|
|
|
var marker_da01dbd09f700bbe1f1ac335f88bdb47 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_8654f3b934b609a524e476c9d2cc6720 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f5c5d54642bbcc4cd22d0aa35e1eb5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b9328eb1759520d51d4303911bd8e9 = $(`<div id="html_70b9328eb1759520d51d4303911bd8e9" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_4f5c5d54642bbcc4cd22d0aa35e1eb5e.setContent(html_70b9328eb1759520d51d4303911bd8e9);
|
|
|
|
|
|
|
|
marker_da01dbd09f700bbe1f1ac335f88bdb47.bindPopup(popup_4f5c5d54642bbcc4cd22d0aa35e1eb5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da01dbd09f700bbe1f1ac335f88bdb47.setIcon(icon_8654f3b934b609a524e476c9d2cc6720);
|
|
|
|
|
|
var marker_49fa099032d4b35950392a244ae3b4ba = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_be91234e6506a0570ad083bfdea6bee0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74e5b9b7f594d3a8de48a849551b7cd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21ad80c6319cc02ffc9a429158b94f56 = $(`<div id="html_21ad80c6319cc02ffc9a429158b94f56" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_74e5b9b7f594d3a8de48a849551b7cd1.setContent(html_21ad80c6319cc02ffc9a429158b94f56);
|
|
|
|
|
|
|
|
marker_49fa099032d4b35950392a244ae3b4ba.bindPopup(popup_74e5b9b7f594d3a8de48a849551b7cd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49fa099032d4b35950392a244ae3b4ba.setIcon(icon_be91234e6506a0570ad083bfdea6bee0);
|
|
|
|
|
|
var marker_a883fc7eb02d801489dcc1eab57202af = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ce0eecdeedff22bd5b5e37f32a6206d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a03b6a8ddd7719911287e0d5fcab9aea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_563edbbd4efb9ae3854bf779f0688754 = $(`<div id="html_563edbbd4efb9ae3854bf779f0688754" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_a03b6a8ddd7719911287e0d5fcab9aea.setContent(html_563edbbd4efb9ae3854bf779f0688754);
|
|
|
|
|
|
|
|
marker_a883fc7eb02d801489dcc1eab57202af.bindPopup(popup_a03b6a8ddd7719911287e0d5fcab9aea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a883fc7eb02d801489dcc1eab57202af.setIcon(icon_ce0eecdeedff22bd5b5e37f32a6206d8);
|
|
|
|
|
|
var marker_a292bcba16562907abe0fc8405ad1749 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_434c06edd4241689b0d580b615f60dad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58f9907c24bfac72fdcfc78d17acb900 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ef7a420a379d860636876b5dd4d2d67 = $(`<div id="html_8ef7a420a379d860636876b5dd4d2d67" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_58f9907c24bfac72fdcfc78d17acb900.setContent(html_8ef7a420a379d860636876b5dd4d2d67);
|
|
|
|
|
|
|
|
marker_a292bcba16562907abe0fc8405ad1749.bindPopup(popup_58f9907c24bfac72fdcfc78d17acb900)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a292bcba16562907abe0fc8405ad1749.setIcon(icon_434c06edd4241689b0d580b615f60dad);
|
|
|
|
|
|
var marker_d23255ab2db17f24dc2c8263a45878a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5c7dab8bf8f2c22afe684da69c75afd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_401af55174c37302b714df00955e0d82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef11bbcca8fb208a9d5d458ce6736afd = $(`<div id="html_ef11bbcca8fb208a9d5d458ce6736afd" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_401af55174c37302b714df00955e0d82.setContent(html_ef11bbcca8fb208a9d5d458ce6736afd);
|
|
|
|
|
|
|
|
marker_d23255ab2db17f24dc2c8263a45878a5.bindPopup(popup_401af55174c37302b714df00955e0d82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d23255ab2db17f24dc2c8263a45878a5.setIcon(icon_5c7dab8bf8f2c22afe684da69c75afd2);
|
|
|
|
|
|
var marker_2cef96cbb9c77972041088c6b97e8834 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_05811e352372df936eb60bc47ee17fc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbf042cb4807ade83434fd0e36f6d24c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff3016a05325768d959eef2014b19c4f = $(`<div id="html_ff3016a05325768d959eef2014b19c4f" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_dbf042cb4807ade83434fd0e36f6d24c.setContent(html_ff3016a05325768d959eef2014b19c4f);
|
|
|
|
|
|
|
|
marker_2cef96cbb9c77972041088c6b97e8834.bindPopup(popup_dbf042cb4807ade83434fd0e36f6d24c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cef96cbb9c77972041088c6b97e8834.setIcon(icon_05811e352372df936eb60bc47ee17fc0);
|
|
|
|
|
|
var marker_24430341ed8c436d612cb9b71a8321cb = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_70d2f7c87ae50d73c7609bad63da2db0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_958dc9fc4790e0fb0a68f4a8f10b76a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e520b6c40f8d4927d1728e15ed10f7b = $(`<div id="html_6e520b6c40f8d4927d1728e15ed10f7b" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_958dc9fc4790e0fb0a68f4a8f10b76a7.setContent(html_6e520b6c40f8d4927d1728e15ed10f7b);
|
|
|
|
|
|
|
|
marker_24430341ed8c436d612cb9b71a8321cb.bindPopup(popup_958dc9fc4790e0fb0a68f4a8f10b76a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24430341ed8c436d612cb9b71a8321cb.setIcon(icon_70d2f7c87ae50d73c7609bad63da2db0);
|
|
|
|
|
|
var marker_90f740f38c169c1809ab266e13411ebd = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4e0b1c7fe97f484b4d48fd1a0507d7de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_348179210b5cda763a999237b359d984 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bc89175654b546bb556c6e23d5dfe7c = $(`<div id="html_4bc89175654b546bb556c6e23d5dfe7c" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_348179210b5cda763a999237b359d984.setContent(html_4bc89175654b546bb556c6e23d5dfe7c);
|
|
|
|
|
|
|
|
marker_90f740f38c169c1809ab266e13411ebd.bindPopup(popup_348179210b5cda763a999237b359d984)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90f740f38c169c1809ab266e13411ebd.setIcon(icon_4e0b1c7fe97f484b4d48fd1a0507d7de);
|
|
|
|
|
|
var marker_32e2b9c149ed650e95c203cb06f2b32c = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_945a5405b151db8324ad5c97fb5273ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c652066ce089544cafc9cb1ce9c503b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b77d5a29fd22140e257cf8fc06cc24e = $(`<div id="html_3b77d5a29fd22140e257cf8fc06cc24e" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_c652066ce089544cafc9cb1ce9c503b1.setContent(html_3b77d5a29fd22140e257cf8fc06cc24e);
|
|
|
|
|
|
|
|
marker_32e2b9c149ed650e95c203cb06f2b32c.bindPopup(popup_c652066ce089544cafc9cb1ce9c503b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32e2b9c149ed650e95c203cb06f2b32c.setIcon(icon_945a5405b151db8324ad5c97fb5273ef);
|
|
|
|
|
|
var marker_cff7f52d515824392b4017a0fcf5d1b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_91e7646371577b68651c52901c3cef87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0df02ff8b0f4bc3b4d43cc29332c99c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c354bf7664927bec020c61d21a3db4e7 = $(`<div id="html_c354bf7664927bec020c61d21a3db4e7" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_0df02ff8b0f4bc3b4d43cc29332c99c4.setContent(html_c354bf7664927bec020c61d21a3db4e7);
|
|
|
|
|
|
|
|
marker_cff7f52d515824392b4017a0fcf5d1b1.bindPopup(popup_0df02ff8b0f4bc3b4d43cc29332c99c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cff7f52d515824392b4017a0fcf5d1b1.setIcon(icon_91e7646371577b68651c52901c3cef87);
|
|
|
|
|
|
var marker_1eb8e3d9faafa88674379a865e1a441e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_647671ce2ce1cd07cca3002e31bd0bf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fed4a393ead143e8031ea3419b0ef4ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caa930316aba6cb6481567ee03c49e09 = $(`<div id="html_caa930316aba6cb6481567ee03c49e09" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_fed4a393ead143e8031ea3419b0ef4ca.setContent(html_caa930316aba6cb6481567ee03c49e09);
|
|
|
|
|
|
|
|
marker_1eb8e3d9faafa88674379a865e1a441e.bindPopup(popup_fed4a393ead143e8031ea3419b0ef4ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eb8e3d9faafa88674379a865e1a441e.setIcon(icon_647671ce2ce1cd07cca3002e31bd0bf3);
|
|
|
|
|
|
var marker_c9ba48ccdeb31e80dc1f335202678489 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_83596918cf317785d0a3043b36093f51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca3e3988f08a064f7d04267d960b11b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85b5d97e46630a6de20716294bd4d238 = $(`<div id="html_85b5d97e46630a6de20716294bd4d238" style="width: 100.0%; height: 100.0%;">relay.wayback.st</div>`)[0];
|
|
popup_ca3e3988f08a064f7d04267d960b11b1.setContent(html_85b5d97e46630a6de20716294bd4d238);
|
|
|
|
|
|
|
|
marker_c9ba48ccdeb31e80dc1f335202678489.bindPopup(popup_ca3e3988f08a064f7d04267d960b11b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9ba48ccdeb31e80dc1f335202678489.setIcon(icon_83596918cf317785d0a3043b36093f51);
|
|
|
|
|
|
var marker_8983a9d290623c053200e79df904e680 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_554b4583154a3dde0c04cff03dac7bb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92f8f67cf9eadf75940c5115f5a0b6ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bdf91f9e99de1bb6036ede13e5951ff = $(`<div id="html_2bdf91f9e99de1bb6036ede13e5951ff" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_92f8f67cf9eadf75940c5115f5a0b6ab.setContent(html_2bdf91f9e99de1bb6036ede13e5951ff);
|
|
|
|
|
|
|
|
marker_8983a9d290623c053200e79df904e680.bindPopup(popup_92f8f67cf9eadf75940c5115f5a0b6ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8983a9d290623c053200e79df904e680.setIcon(icon_554b4583154a3dde0c04cff03dac7bb3);
|
|
|
|
|
|
var marker_684045dea9df0815dfb223aa8322e11b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b2e75273aef33fe1cca62c44b49cb091 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d383f7b1196532bcfebc494d509f68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbe0de97293f2102adfd6f66727f3d45 = $(`<div id="html_fbe0de97293f2102adfd6f66727f3d45" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_86d383f7b1196532bcfebc494d509f68.setContent(html_fbe0de97293f2102adfd6f66727f3d45);
|
|
|
|
|
|
|
|
marker_684045dea9df0815dfb223aa8322e11b.bindPopup(popup_86d383f7b1196532bcfebc494d509f68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_684045dea9df0815dfb223aa8322e11b.setIcon(icon_b2e75273aef33fe1cca62c44b49cb091);
|
|
|
|
|
|
var marker_5331769e22037bc76da496f66af3baa0 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_7db962f8e17368df362adce68f561311 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42c4bbcb88687d88b1fc46451fa9f2fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce4f1a9d450d872d6a9d7668d5fa0b9a = $(`<div id="html_ce4f1a9d450d872d6a9d7668d5fa0b9a" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_42c4bbcb88687d88b1fc46451fa9f2fc.setContent(html_ce4f1a9d450d872d6a9d7668d5fa0b9a);
|
|
|
|
|
|
|
|
marker_5331769e22037bc76da496f66af3baa0.bindPopup(popup_42c4bbcb88687d88b1fc46451fa9f2fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5331769e22037bc76da496f66af3baa0.setIcon(icon_7db962f8e17368df362adce68f561311);
|
|
|
|
|
|
var marker_d8174c95185c35bf784ff4bc557da074 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_fc7f891cd1faea6dec8cdc88b8399c2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f10e2b3731999a187df3d17f2b1cc373 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4626da61c0efef1de24403273c12ae54 = $(`<div id="html_4626da61c0efef1de24403273c12ae54" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_f10e2b3731999a187df3d17f2b1cc373.setContent(html_4626da61c0efef1de24403273c12ae54);
|
|
|
|
|
|
|
|
marker_d8174c95185c35bf784ff4bc557da074.bindPopup(popup_f10e2b3731999a187df3d17f2b1cc373)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8174c95185c35bf784ff4bc557da074.setIcon(icon_fc7f891cd1faea6dec8cdc88b8399c2d);
|
|
|
|
|
|
var marker_587942aeeb6b0e59c58773f2f56d7201 = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d1e55d7136b365d28f0e423e9356899b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34ce1ba448ce4b0a3e4f9020d57794dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_688ce9a43f8a66448a73f2532de77305 = $(`<div id="html_688ce9a43f8a66448a73f2532de77305" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_34ce1ba448ce4b0a3e4f9020d57794dd.setContent(html_688ce9a43f8a66448a73f2532de77305);
|
|
|
|
|
|
|
|
marker_587942aeeb6b0e59c58773f2f56d7201.bindPopup(popup_34ce1ba448ce4b0a3e4f9020d57794dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_587942aeeb6b0e59c58773f2f56d7201.setIcon(icon_d1e55d7136b365d28f0e423e9356899b);
|
|
|
|
|
|
var marker_8879577df601106e5ceac2679fbe410d = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4234dcbda7502a77c29d0a2927a4ff40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f926e22df9bf07071a66a79b60bd47b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c9d1a3ccd13f4d40defb28005930254 = $(`<div id="html_5c9d1a3ccd13f4d40defb28005930254" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_f926e22df9bf07071a66a79b60bd47b0.setContent(html_5c9d1a3ccd13f4d40defb28005930254);
|
|
|
|
|
|
|
|
marker_8879577df601106e5ceac2679fbe410d.bindPopup(popup_f926e22df9bf07071a66a79b60bd47b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8879577df601106e5ceac2679fbe410d.setIcon(icon_4234dcbda7502a77c29d0a2927a4ff40);
|
|
|
|
|
|
var marker_3cf9e8507a1d6f22f7d3d7837f0e0f1f = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f46ec6c5ba9b527b02068a52de4950f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a2c32a3571fcc1d9b38100fbbfa7ad7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7afaf2c60a60c2480b44d127574208ab = $(`<div id="html_7afaf2c60a60c2480b44d127574208ab" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_4a2c32a3571fcc1d9b38100fbbfa7ad7.setContent(html_7afaf2c60a60c2480b44d127574208ab);
|
|
|
|
|
|
|
|
marker_3cf9e8507a1d6f22f7d3d7837f0e0f1f.bindPopup(popup_4a2c32a3571fcc1d9b38100fbbfa7ad7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cf9e8507a1d6f22f7d3d7837f0e0f1f.setIcon(icon_f46ec6c5ba9b527b02068a52de4950f5);
|
|
|
|
|
|
var marker_aea26aca088b6e127374b45f0dbf0699 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_8b873b9be004152a0cd2425d408782e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e43e1c8255d892b05262d4b4a4885e99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db961560f982ac131ef4001dcc3f9247 = $(`<div id="html_db961560f982ac131ef4001dcc3f9247" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_e43e1c8255d892b05262d4b4a4885e99.setContent(html_db961560f982ac131ef4001dcc3f9247);
|
|
|
|
|
|
|
|
marker_aea26aca088b6e127374b45f0dbf0699.bindPopup(popup_e43e1c8255d892b05262d4b4a4885e99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aea26aca088b6e127374b45f0dbf0699.setIcon(icon_8b873b9be004152a0cd2425d408782e8);
|
|
|
|
|
|
var marker_4ea1ecb8bd8294de10210ee53fd35bdb = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e90078b008a308c21b1beaf314307700 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2245b71d21b23421fb167075c352d1a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd6e04a71006b4cf5cc584149a175fdc = $(`<div id="html_fd6e04a71006b4cf5cc584149a175fdc" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_2245b71d21b23421fb167075c352d1a4.setContent(html_fd6e04a71006b4cf5cc584149a175fdc);
|
|
|
|
|
|
|
|
marker_4ea1ecb8bd8294de10210ee53fd35bdb.bindPopup(popup_2245b71d21b23421fb167075c352d1a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ea1ecb8bd8294de10210ee53fd35bdb.setIcon(icon_e90078b008a308c21b1beaf314307700);
|
|
|
|
|
|
var marker_1d28d54abb636aa23e13a44d3b7df01e = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a7cd05c07b426f6653e119ab9d1b381e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf3c314538d011c950bd2e075e751918 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf67245742eedbf6c1987dbf464e6019 = $(`<div id="html_cf67245742eedbf6c1987dbf464e6019" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_bf3c314538d011c950bd2e075e751918.setContent(html_cf67245742eedbf6c1987dbf464e6019);
|
|
|
|
|
|
|
|
marker_1d28d54abb636aa23e13a44d3b7df01e.bindPopup(popup_bf3c314538d011c950bd2e075e751918)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d28d54abb636aa23e13a44d3b7df01e.setIcon(icon_a7cd05c07b426f6653e119ab9d1b381e);
|
|
|
|
|
|
var marker_bf86ccc889486b48feed6f45ce5de158 = L.marker(
|
|
[39.1429, -94.573],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_cdd26d1e8f7c22be77eb597a873648f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24e09abe667baed669990fab1e4e1517 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4736d71b2b1c1f7a5e4a3dcf2e923db2 = $(`<div id="html_4736d71b2b1c1f7a5e4a3dcf2e923db2" style="width: 100.0%; height: 100.0%;">toby.nettek.io</div>`)[0];
|
|
popup_24e09abe667baed669990fab1e4e1517.setContent(html_4736d71b2b1c1f7a5e4a3dcf2e923db2);
|
|
|
|
|
|
|
|
marker_bf86ccc889486b48feed6f45ce5de158.bindPopup(popup_24e09abe667baed669990fab1e4e1517)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf86ccc889486b48feed6f45ce5de158.setIcon(icon_cdd26d1e8f7c22be77eb597a873648f9);
|
|
|
|
|
|
var marker_52736a4636ccce6b03a9bd4d6f8e1604 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f96b45feb38346912c54811658d41e71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7648b6fe554a589f28c0bd3f4c15514 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11abbc180118ae89863cba8f63930911 = $(`<div id="html_11abbc180118ae89863cba8f63930911" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_d7648b6fe554a589f28c0bd3f4c15514.setContent(html_11abbc180118ae89863cba8f63930911);
|
|
|
|
|
|
|
|
marker_52736a4636ccce6b03a9bd4d6f8e1604.bindPopup(popup_d7648b6fe554a589f28c0bd3f4c15514)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52736a4636ccce6b03a9bd4d6f8e1604.setIcon(icon_f96b45feb38346912c54811658d41e71);
|
|
|
|
|
|
var marker_f346e8ca086a85d43ccfa7061f870918 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_7e818079e4806b931ce32553a39f78da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43a2902fee6241da55fd43c98ef7eb5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66de08634d3f495dc8ad16e269e5b94e = $(`<div id="html_66de08634d3f495dc8ad16e269e5b94e" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_43a2902fee6241da55fd43c98ef7eb5c.setContent(html_66de08634d3f495dc8ad16e269e5b94e);
|
|
|
|
|
|
|
|
marker_f346e8ca086a85d43ccfa7061f870918.bindPopup(popup_43a2902fee6241da55fd43c98ef7eb5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f346e8ca086a85d43ccfa7061f870918.setIcon(icon_7e818079e4806b931ce32553a39f78da);
|
|
|
|
|
|
var marker_8cd96f5620b45dade7005d92197b6546 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_64cfca89bf08ac5a8f757e72904c5063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_400fc71b9bce534feec52de4ea6fa185 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d462f159068d4da478f7e2fdc482615e = $(`<div id="html_d462f159068d4da478f7e2fdc482615e" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_400fc71b9bce534feec52de4ea6fa185.setContent(html_d462f159068d4da478f7e2fdc482615e);
|
|
|
|
|
|
|
|
marker_8cd96f5620b45dade7005d92197b6546.bindPopup(popup_400fc71b9bce534feec52de4ea6fa185)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cd96f5620b45dade7005d92197b6546.setIcon(icon_64cfca89bf08ac5a8f757e72904c5063);
|
|
|
|
|
|
var marker_99714da6b726e246eb73e5cb778e8894 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_03b2e6eadd68200222f600ebcdac96f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dbfe343e8003af8297aebd863f63c3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e1eff18ba33832b861b6f3bc4aa82e8 = $(`<div id="html_3e1eff18ba33832b861b6f3bc4aa82e8" style="width: 100.0%; height: 100.0%;">nostr-relay.aruku.kro.kr</div>`)[0];
|
|
popup_6dbfe343e8003af8297aebd863f63c3e.setContent(html_3e1eff18ba33832b861b6f3bc4aa82e8);
|
|
|
|
|
|
|
|
marker_99714da6b726e246eb73e5cb778e8894.bindPopup(popup_6dbfe343e8003af8297aebd863f63c3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99714da6b726e246eb73e5cb778e8894.setIcon(icon_03b2e6eadd68200222f600ebcdac96f9);
|
|
|
|
|
|
var marker_8e3d276fe5692ae5f6884c0705b32c8e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e2c06f463c9217cfd591034bbeaca0a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8584b873b03552d72c437a1acd3625b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e72f86f16a9f6433ee4c39b8aa1282f0 = $(`<div id="html_e72f86f16a9f6433ee4c39b8aa1282f0" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_8584b873b03552d72c437a1acd3625b3.setContent(html_e72f86f16a9f6433ee4c39b8aa1282f0);
|
|
|
|
|
|
|
|
marker_8e3d276fe5692ae5f6884c0705b32c8e.bindPopup(popup_8584b873b03552d72c437a1acd3625b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e3d276fe5692ae5f6884c0705b32c8e.setIcon(icon_e2c06f463c9217cfd591034bbeaca0a3);
|
|
|
|
|
|
var marker_e6f6d03a00ddaa4a04344d24198419f2 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3f4840f2d791ef45a8be42c9fc9a56e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27b77b611f489e7cbeda9e696321f657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19324590d45e151924af4f3538a23b09 = $(`<div id="html_19324590d45e151924af4f3538a23b09" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_27b77b611f489e7cbeda9e696321f657.setContent(html_19324590d45e151924af4f3538a23b09);
|
|
|
|
|
|
|
|
marker_e6f6d03a00ddaa4a04344d24198419f2.bindPopup(popup_27b77b611f489e7cbeda9e696321f657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f6d03a00ddaa4a04344d24198419f2.setIcon(icon_3f4840f2d791ef45a8be42c9fc9a56e3);
|
|
|
|
|
|
var marker_3a3a34d25e3b2a5b7a56dd54676da24c = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f9fb9b23f3ea5ef3bc5278070a5c0a9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0060c50ec490af28107df13557c3dc85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10b10749e700de33c685469c2de7553d = $(`<div id="html_10b10749e700de33c685469c2de7553d" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_0060c50ec490af28107df13557c3dc85.setContent(html_10b10749e700de33c685469c2de7553d);
|
|
|
|
|
|
|
|
marker_3a3a34d25e3b2a5b7a56dd54676da24c.bindPopup(popup_0060c50ec490af28107df13557c3dc85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a3a34d25e3b2a5b7a56dd54676da24c.setIcon(icon_f9fb9b23f3ea5ef3bc5278070a5c0a9c);
|
|
|
|
|
|
var marker_e9b8dead24bad91057482dd78e86e221 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ed3beba549332fd984682e25cfc12c64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46b32abb5b759b0f326ac658d5dc03a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7624c0212aa882ac0ba0e00f5d1e0a7 = $(`<div id="html_d7624c0212aa882ac0ba0e00f5d1e0a7" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_46b32abb5b759b0f326ac658d5dc03a9.setContent(html_d7624c0212aa882ac0ba0e00f5d1e0a7);
|
|
|
|
|
|
|
|
marker_e9b8dead24bad91057482dd78e86e221.bindPopup(popup_46b32abb5b759b0f326ac658d5dc03a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9b8dead24bad91057482dd78e86e221.setIcon(icon_ed3beba549332fd984682e25cfc12c64);
|
|
|
|
|
|
var marker_5836108787c19157cf2f2726beab332c = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_70ec4ae901dcbc154d8b8c5572f6e011 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6884c99f1880adccb2530af3f0081d0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64e3a790d1cbf9b828d63b0fd21d3b19 = $(`<div id="html_64e3a790d1cbf9b828d63b0fd21d3b19" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_6884c99f1880adccb2530af3f0081d0f.setContent(html_64e3a790d1cbf9b828d63b0fd21d3b19);
|
|
|
|
|
|
|
|
marker_5836108787c19157cf2f2726beab332c.bindPopup(popup_6884c99f1880adccb2530af3f0081d0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5836108787c19157cf2f2726beab332c.setIcon(icon_70ec4ae901dcbc154d8b8c5572f6e011);
|
|
|
|
|
|
var marker_23adcff94c84e43a00b0dda6618adca3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_fdc6b1ced4e99cd35f7ff9d4b812801b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23b19384b654a87cba54cebd37f167e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c6f9a0adebe59106346b8ddb15fa759 = $(`<div id="html_3c6f9a0adebe59106346b8ddb15fa759" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_23b19384b654a87cba54cebd37f167e9.setContent(html_3c6f9a0adebe59106346b8ddb15fa759);
|
|
|
|
|
|
|
|
marker_23adcff94c84e43a00b0dda6618adca3.bindPopup(popup_23b19384b654a87cba54cebd37f167e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23adcff94c84e43a00b0dda6618adca3.setIcon(icon_fdc6b1ced4e99cd35f7ff9d4b812801b);
|
|
|
|
|
|
var marker_2b4cbd3c26faf3893743fcd2493f33bd = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b570aa7b1cd2f7eed8bc43faf23eb62c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05dc2cbbe6dff13acb79d3fea5d7738b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c15bf8f4a97c85f3f46de1adc28f4e8 = $(`<div id="html_2c15bf8f4a97c85f3f46de1adc28f4e8" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_05dc2cbbe6dff13acb79d3fea5d7738b.setContent(html_2c15bf8f4a97c85f3f46de1adc28f4e8);
|
|
|
|
|
|
|
|
marker_2b4cbd3c26faf3893743fcd2493f33bd.bindPopup(popup_05dc2cbbe6dff13acb79d3fea5d7738b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b4cbd3c26faf3893743fcd2493f33bd.setIcon(icon_b570aa7b1cd2f7eed8bc43faf23eb62c);
|
|
|
|
|
|
var marker_cc5eebebf4d946809ceac04cc3f8924d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ef3c0fc192b68de44f2bf3137633deb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e04e9f5c0fa28bb60bb8d5ca2cc361e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bec59af8b71de1e84e2b28e165400d3c = $(`<div id="html_bec59af8b71de1e84e2b28e165400d3c" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_8e04e9f5c0fa28bb60bb8d5ca2cc361e.setContent(html_bec59af8b71de1e84e2b28e165400d3c);
|
|
|
|
|
|
|
|
marker_cc5eebebf4d946809ceac04cc3f8924d.bindPopup(popup_8e04e9f5c0fa28bb60bb8d5ca2cc361e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc5eebebf4d946809ceac04cc3f8924d.setIcon(icon_ef3c0fc192b68de44f2bf3137633deb7);
|
|
|
|
|
|
var marker_40712b0405fe115de0a69d1463818055 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2047cd5fc2da345a9b41a4972553f5d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdf5d508cfa17681e3f8c2e3b081414b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a17e156490b109b9fc031aa2cb1ff1ea = $(`<div id="html_a17e156490b109b9fc031aa2cb1ff1ea" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_fdf5d508cfa17681e3f8c2e3b081414b.setContent(html_a17e156490b109b9fc031aa2cb1ff1ea);
|
|
|
|
|
|
|
|
marker_40712b0405fe115de0a69d1463818055.bindPopup(popup_fdf5d508cfa17681e3f8c2e3b081414b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40712b0405fe115de0a69d1463818055.setIcon(icon_2047cd5fc2da345a9b41a4972553f5d3);
|
|
|
|
|
|
var marker_7b694d88f9170cf55fcbfa5f6de5e023 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_87a5e19ad98aa3c30381ebf65d0c6824 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c13b439d6e2fada3a96d1340d87e8a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eb988503e4724e22731bd4da60a6f0b = $(`<div id="html_1eb988503e4724e22731bd4da60a6f0b" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_7c13b439d6e2fada3a96d1340d87e8a9.setContent(html_1eb988503e4724e22731bd4da60a6f0b);
|
|
|
|
|
|
|
|
marker_7b694d88f9170cf55fcbfa5f6de5e023.bindPopup(popup_7c13b439d6e2fada3a96d1340d87e8a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b694d88f9170cf55fcbfa5f6de5e023.setIcon(icon_87a5e19ad98aa3c30381ebf65d0c6824);
|
|
|
|
|
|
var marker_9ca83722c01361e078b5435baf21850e = L.marker(
|
|
[49.029, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4d80d09807733f3d2c020953906a0d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4cd4b7acb54bfa25bd4de0d5e8908be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_885f9ae14a8c22debda20b9cade0e056 = $(`<div id="html_885f9ae14a8c22debda20b9cade0e056" style="width: 100.0%; height: 100.0%;">nostr.0cx.de</div>`)[0];
|
|
popup_c4cd4b7acb54bfa25bd4de0d5e8908be.setContent(html_885f9ae14a8c22debda20b9cade0e056);
|
|
|
|
|
|
|
|
marker_9ca83722c01361e078b5435baf21850e.bindPopup(popup_c4cd4b7acb54bfa25bd4de0d5e8908be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ca83722c01361e078b5435baf21850e.setIcon(icon_4d80d09807733f3d2c020953906a0d8b);
|
|
|
|
|
|
var marker_16ce4dbbfcd02a9c0b2ee48a3f1d8cdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c3588e0c343ba334522032fcf6854fc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ff4225d0ba117636b324da4ca68d635 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d03779d12ec3c4be451d3d20662c108 = $(`<div id="html_1d03779d12ec3c4be451d3d20662c108" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_7ff4225d0ba117636b324da4ca68d635.setContent(html_1d03779d12ec3c4be451d3d20662c108);
|
|
|
|
|
|
|
|
marker_16ce4dbbfcd02a9c0b2ee48a3f1d8cdd.bindPopup(popup_7ff4225d0ba117636b324da4ca68d635)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16ce4dbbfcd02a9c0b2ee48a3f1d8cdd.setIcon(icon_c3588e0c343ba334522032fcf6854fc8);
|
|
|
|
|
|
var marker_c436b9531a7237fd8ea2461a3c68a1f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c0dbd562adfdbf8136b3ece9a162b251 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_664be690a0878c8a87a24bba955c8d26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c3cd7d46f6282c9ffad51d2107360f1 = $(`<div id="html_2c3cd7d46f6282c9ffad51d2107360f1" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_664be690a0878c8a87a24bba955c8d26.setContent(html_2c3cd7d46f6282c9ffad51d2107360f1);
|
|
|
|
|
|
|
|
marker_c436b9531a7237fd8ea2461a3c68a1f1.bindPopup(popup_664be690a0878c8a87a24bba955c8d26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c436b9531a7237fd8ea2461a3c68a1f1.setIcon(icon_c0dbd562adfdbf8136b3ece9a162b251);
|
|
|
|
|
|
var marker_aec81838c3f2bf85ca729d8aac795660 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3b17168eef494dc4bdfde2c56a4ec75e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97dd3ea0d06fa74f4437fefe3bbf2fa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4367c82bc62a30ac4036af4da35b9b0c = $(`<div id="html_4367c82bc62a30ac4036af4da35b9b0c" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_97dd3ea0d06fa74f4437fefe3bbf2fa4.setContent(html_4367c82bc62a30ac4036af4da35b9b0c);
|
|
|
|
|
|
|
|
marker_aec81838c3f2bf85ca729d8aac795660.bindPopup(popup_97dd3ea0d06fa74f4437fefe3bbf2fa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aec81838c3f2bf85ca729d8aac795660.setIcon(icon_3b17168eef494dc4bdfde2c56a4ec75e);
|
|
|
|
|
|
var marker_8590d40ecf1aa1d15bcf840b28607200 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b564b96dda0ac7ffa795c07747c09fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbb3f082a870056315495df43258d5d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8affcfb2657718dae5bf79e20c182856 = $(`<div id="html_8affcfb2657718dae5bf79e20c182856" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_dbb3f082a870056315495df43258d5d1.setContent(html_8affcfb2657718dae5bf79e20c182856);
|
|
|
|
|
|
|
|
marker_8590d40ecf1aa1d15bcf840b28607200.bindPopup(popup_dbb3f082a870056315495df43258d5d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8590d40ecf1aa1d15bcf840b28607200.setIcon(icon_b564b96dda0ac7ffa795c07747c09fbd);
|
|
|
|
|
|
var marker_eea156ade2d2468bbea0c9691df3d7a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e76c0504aa518666aa065aa9f44e136a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_402e1b8fc15a79ca539b061a911fc39d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d5b324d1c14371dc9822904d152367e = $(`<div id="html_3d5b324d1c14371dc9822904d152367e" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_402e1b8fc15a79ca539b061a911fc39d.setContent(html_3d5b324d1c14371dc9822904d152367e);
|
|
|
|
|
|
|
|
marker_eea156ade2d2468bbea0c9691df3d7a2.bindPopup(popup_402e1b8fc15a79ca539b061a911fc39d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eea156ade2d2468bbea0c9691df3d7a2.setIcon(icon_e76c0504aa518666aa065aa9f44e136a);
|
|
|
|
|
|
var marker_f8d762ce310615862561448b5332b7c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3d403aade13fcfb21f623a585842838c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa7ff71b4814b936593e998bce93d9cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c93fad02c0a56c654ec61a5d079cc27b = $(`<div id="html_c93fad02c0a56c654ec61a5d079cc27b" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_aa7ff71b4814b936593e998bce93d9cc.setContent(html_c93fad02c0a56c654ec61a5d079cc27b);
|
|
|
|
|
|
|
|
marker_f8d762ce310615862561448b5332b7c7.bindPopup(popup_aa7ff71b4814b936593e998bce93d9cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8d762ce310615862561448b5332b7c7.setIcon(icon_3d403aade13fcfb21f623a585842838c);
|
|
|
|
|
|
var marker_8a3e3bec99d6017dd3004d9658d428e5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3015a797998801d8888594aa35af23c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_140e0310821070e4ee435b9854b63c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_312e18ab4eea1b7fd76b07973ede753c = $(`<div id="html_312e18ab4eea1b7fd76b07973ede753c" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_140e0310821070e4ee435b9854b63c92.setContent(html_312e18ab4eea1b7fd76b07973ede753c);
|
|
|
|
|
|
|
|
marker_8a3e3bec99d6017dd3004d9658d428e5.bindPopup(popup_140e0310821070e4ee435b9854b63c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a3e3bec99d6017dd3004d9658d428e5.setIcon(icon_3015a797998801d8888594aa35af23c7);
|
|
|
|
|
|
var marker_293b8cb7ac8a36b4014488c153a9c611 = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c73d745002b8f8d172c9bc9cf5f9972e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e97f15c9fcbab07d9bf2342c53c92eda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fd78dcddc39cec1945d9e1bc5047f3f = $(`<div id="html_3fd78dcddc39cec1945d9e1bc5047f3f" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_e97f15c9fcbab07d9bf2342c53c92eda.setContent(html_3fd78dcddc39cec1945d9e1bc5047f3f);
|
|
|
|
|
|
|
|
marker_293b8cb7ac8a36b4014488c153a9c611.bindPopup(popup_e97f15c9fcbab07d9bf2342c53c92eda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_293b8cb7ac8a36b4014488c153a9c611.setIcon(icon_c73d745002b8f8d172c9bc9cf5f9972e);
|
|
|
|
|
|
var marker_eb1945b6b62095eaecb63cd3300dc18c = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f5556e040b954198ad13ec96e6e746a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee449f535a6c191760b0f64fd45f7e42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0b2c6bf3ead0d5f9eeeab36e5198d96 = $(`<div id="html_b0b2c6bf3ead0d5f9eeeab36e5198d96" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_ee449f535a6c191760b0f64fd45f7e42.setContent(html_b0b2c6bf3ead0d5f9eeeab36e5198d96);
|
|
|
|
|
|
|
|
marker_eb1945b6b62095eaecb63cd3300dc18c.bindPopup(popup_ee449f535a6c191760b0f64fd45f7e42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb1945b6b62095eaecb63cd3300dc18c.setIcon(icon_f5556e040b954198ad13ec96e6e746a7);
|
|
|
|
|
|
var marker_95e1896d3022b657d8db21ea4165f32e = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_005fdb72ef3b5cb79a6d29043d8d398b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71125f2dc80bbb988ff9029d0edec003 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e6acb412f5e54a6deefb49a5f4a5a9a = $(`<div id="html_8e6acb412f5e54a6deefb49a5f4a5a9a" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_71125f2dc80bbb988ff9029d0edec003.setContent(html_8e6acb412f5e54a6deefb49a5f4a5a9a);
|
|
|
|
|
|
|
|
marker_95e1896d3022b657d8db21ea4165f32e.bindPopup(popup_71125f2dc80bbb988ff9029d0edec003)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95e1896d3022b657d8db21ea4165f32e.setIcon(icon_005fdb72ef3b5cb79a6d29043d8d398b);
|
|
|
|
|
|
var marker_8bb8b33c0d72400fe0b1e732fb3dc01d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_51c346be9746cfbe9207c2bac60f57ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2cf135b61893ff6e4c13e549925344e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6686858a8b20523e1963addf75364023 = $(`<div id="html_6686858a8b20523e1963addf75364023" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_d2cf135b61893ff6e4c13e549925344e.setContent(html_6686858a8b20523e1963addf75364023);
|
|
|
|
|
|
|
|
marker_8bb8b33c0d72400fe0b1e732fb3dc01d.bindPopup(popup_d2cf135b61893ff6e4c13e549925344e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bb8b33c0d72400fe0b1e732fb3dc01d.setIcon(icon_51c346be9746cfbe9207c2bac60f57ca);
|
|
|
|
|
|
var marker_cdeee8759ea54b4b7d22114ecd3fd9c0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_bfc62699ab666ab5709d0b751b0ff977 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0fa8a1ec5c8fbeb129ebb2bfc9d468b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4292437fcf241df95e8a1b6379cf2a74 = $(`<div id="html_4292437fcf241df95e8a1b6379cf2a74" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_e0fa8a1ec5c8fbeb129ebb2bfc9d468b.setContent(html_4292437fcf241df95e8a1b6379cf2a74);
|
|
|
|
|
|
|
|
marker_cdeee8759ea54b4b7d22114ecd3fd9c0.bindPopup(popup_e0fa8a1ec5c8fbeb129ebb2bfc9d468b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdeee8759ea54b4b7d22114ecd3fd9c0.setIcon(icon_bfc62699ab666ab5709d0b751b0ff977);
|
|
|
|
|
|
var marker_e0b91356c7f7173ba5a2a20b119b004a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_feceeac4d396215e6963ba52dbcf8bc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ae4e14811120b56ba304b9b4141bab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_457d6bffcf70d324afda1f70355349e2 = $(`<div id="html_457d6bffcf70d324afda1f70355349e2" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_2ae4e14811120b56ba304b9b4141bab3.setContent(html_457d6bffcf70d324afda1f70355349e2);
|
|
|
|
|
|
|
|
marker_e0b91356c7f7173ba5a2a20b119b004a.bindPopup(popup_2ae4e14811120b56ba304b9b4141bab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0b91356c7f7173ba5a2a20b119b004a.setIcon(icon_feceeac4d396215e6963ba52dbcf8bc9);
|
|
|
|
|
|
var marker_baeb29d08b83e16805dda6a42b6e2673 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c339485768a2407bfd773b7006f33a8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_301a36f73ec12f90096e7a5f74801843 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0e05f3ecb3677a1e8d0dcf86b522ba3 = $(`<div id="html_a0e05f3ecb3677a1e8d0dcf86b522ba3" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_301a36f73ec12f90096e7a5f74801843.setContent(html_a0e05f3ecb3677a1e8d0dcf86b522ba3);
|
|
|
|
|
|
|
|
marker_baeb29d08b83e16805dda6a42b6e2673.bindPopup(popup_301a36f73ec12f90096e7a5f74801843)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baeb29d08b83e16805dda6a42b6e2673.setIcon(icon_c339485768a2407bfd773b7006f33a8a);
|
|
|
|
|
|
var marker_ca464728150d5f874d8c957c85abe804 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d51c600ec9d2cd11f34f93eb3fa04741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee70b1b1f18c0d4e6a01c9246d4a78b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f30dc971c5dcee8bb1dedcd8fd18388 = $(`<div id="html_9f30dc971c5dcee8bb1dedcd8fd18388" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_6ee70b1b1f18c0d4e6a01c9246d4a78b.setContent(html_9f30dc971c5dcee8bb1dedcd8fd18388);
|
|
|
|
|
|
|
|
marker_ca464728150d5f874d8c957c85abe804.bindPopup(popup_6ee70b1b1f18c0d4e6a01c9246d4a78b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca464728150d5f874d8c957c85abe804.setIcon(icon_d51c600ec9d2cd11f34f93eb3fa04741);
|
|
|
|
|
|
var marker_b218c9eef17884cda2a2e087d505c093 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_419dfaf301a4beb86c0d10370b15a154 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03419cb0a187349a0bb333c783bea4da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4786d1a0bf3b7f9da32384c30c5e1e8d = $(`<div id="html_4786d1a0bf3b7f9da32384c30c5e1e8d" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_03419cb0a187349a0bb333c783bea4da.setContent(html_4786d1a0bf3b7f9da32384c30c5e1e8d);
|
|
|
|
|
|
|
|
marker_b218c9eef17884cda2a2e087d505c093.bindPopup(popup_03419cb0a187349a0bb333c783bea4da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b218c9eef17884cda2a2e087d505c093.setIcon(icon_419dfaf301a4beb86c0d10370b15a154);
|
|
|
|
|
|
var marker_d43eb146a978c572ed3ead85ece95df6 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_75a8bbdcf5cf91cfe49e02b202b8e666 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ce0b5de4f316cf75879f4d4a5baff55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dffa00d908ba92065490a23bb944e873 = $(`<div id="html_dffa00d908ba92065490a23bb944e873" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_4ce0b5de4f316cf75879f4d4a5baff55.setContent(html_dffa00d908ba92065490a23bb944e873);
|
|
|
|
|
|
|
|
marker_d43eb146a978c572ed3ead85ece95df6.bindPopup(popup_4ce0b5de4f316cf75879f4d4a5baff55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d43eb146a978c572ed3ead85ece95df6.setIcon(icon_75a8bbdcf5cf91cfe49e02b202b8e666);
|
|
|
|
|
|
var marker_66dafd1cb00311f51c5366da390ff23e = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_42a81ef1f6dfbc8a57ca51a8998fc67c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4947e745d67942a86991073281580fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99dbc9c2a0dc95eca9430e1cdd393204 = $(`<div id="html_99dbc9c2a0dc95eca9430e1cdd393204" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_b4947e745d67942a86991073281580fb.setContent(html_99dbc9c2a0dc95eca9430e1cdd393204);
|
|
|
|
|
|
|
|
marker_66dafd1cb00311f51c5366da390ff23e.bindPopup(popup_b4947e745d67942a86991073281580fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66dafd1cb00311f51c5366da390ff23e.setIcon(icon_42a81ef1f6dfbc8a57ca51a8998fc67c);
|
|
|
|
|
|
var marker_3149132c13164d0dc7dac1662c76c596 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9dcaf1588c6b73873b0853e0ca3d328e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_761ff113cf24634a84299a15837853c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eba087f75e5488e529fdd02d9c0dac40 = $(`<div id="html_eba087f75e5488e529fdd02d9c0dac40" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_761ff113cf24634a84299a15837853c0.setContent(html_eba087f75e5488e529fdd02d9c0dac40);
|
|
|
|
|
|
|
|
marker_3149132c13164d0dc7dac1662c76c596.bindPopup(popup_761ff113cf24634a84299a15837853c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3149132c13164d0dc7dac1662c76c596.setIcon(icon_9dcaf1588c6b73873b0853e0ca3d328e);
|
|
|
|
|
|
var marker_fa9ce6fcdac36158094056ef074d7a8c = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_1b23df6788ca9ecd08c024e7734d681c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_731c8dac42e5330d1d9f7377eb46a0fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8df77164c5df5752d2cc0e7ebecf532 = $(`<div id="html_f8df77164c5df5752d2cc0e7ebecf532" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_731c8dac42e5330d1d9f7377eb46a0fe.setContent(html_f8df77164c5df5752d2cc0e7ebecf532);
|
|
|
|
|
|
|
|
marker_fa9ce6fcdac36158094056ef074d7a8c.bindPopup(popup_731c8dac42e5330d1d9f7377eb46a0fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa9ce6fcdac36158094056ef074d7a8c.setIcon(icon_1b23df6788ca9ecd08c024e7734d681c);
|
|
|
|
|
|
var marker_24d92883a484da1631cc5a02d2c914c7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_854098edf8c8e41045d4b7525c039aa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93c724e73b9a4a4bebbdbe6755860916 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9df630d78bbabc594a813a99594e2b68 = $(`<div id="html_9df630d78bbabc594a813a99594e2b68" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_93c724e73b9a4a4bebbdbe6755860916.setContent(html_9df630d78bbabc594a813a99594e2b68);
|
|
|
|
|
|
|
|
marker_24d92883a484da1631cc5a02d2c914c7.bindPopup(popup_93c724e73b9a4a4bebbdbe6755860916)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24d92883a484da1631cc5a02d2c914c7.setIcon(icon_854098edf8c8e41045d4b7525c039aa2);
|
|
|
|
|
|
var marker_ac5d50ea72a328d417d2d15b96cf4a18 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_570faadf4f4787c8419686e22558e0c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4a06e628ac5462cd870ce3a9aaa0a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3f80e2400b5767f7e30ca6f5f6deb6f = $(`<div id="html_e3f80e2400b5767f7e30ca6f5f6deb6f" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_d4a06e628ac5462cd870ce3a9aaa0a70.setContent(html_e3f80e2400b5767f7e30ca6f5f6deb6f);
|
|
|
|
|
|
|
|
marker_ac5d50ea72a328d417d2d15b96cf4a18.bindPopup(popup_d4a06e628ac5462cd870ce3a9aaa0a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac5d50ea72a328d417d2d15b96cf4a18.setIcon(icon_570faadf4f4787c8419686e22558e0c6);
|
|
|
|
|
|
var marker_76b46d46002c55152b45ab8cb00fcce3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_734987c4933dc550ff954d585b36af08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3921cc7e0ffa58253a814a09822f341 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cf8652f61b067f845a3d7f9576f32b7 = $(`<div id="html_4cf8652f61b067f845a3d7f9576f32b7" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_b3921cc7e0ffa58253a814a09822f341.setContent(html_4cf8652f61b067f845a3d7f9576f32b7);
|
|
|
|
|
|
|
|
marker_76b46d46002c55152b45ab8cb00fcce3.bindPopup(popup_b3921cc7e0ffa58253a814a09822f341)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76b46d46002c55152b45ab8cb00fcce3.setIcon(icon_734987c4933dc550ff954d585b36af08);
|
|
|
|
|
|
var marker_9c8ae2e1a0e868bd46dedddfde9984c2 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_705ec9b4c2cd8617ed365b121bb6165f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_101bc14527e179d5349318e540752ade = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_707021c7bedf873bc525de3331915870 = $(`<div id="html_707021c7bedf873bc525de3331915870" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_101bc14527e179d5349318e540752ade.setContent(html_707021c7bedf873bc525de3331915870);
|
|
|
|
|
|
|
|
marker_9c8ae2e1a0e868bd46dedddfde9984c2.bindPopup(popup_101bc14527e179d5349318e540752ade)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c8ae2e1a0e868bd46dedddfde9984c2.setIcon(icon_705ec9b4c2cd8617ed365b121bb6165f);
|
|
|
|
|
|
var marker_1b66b92d2842db0a594712509319e153 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_76b3e6af81bf0529e953a8fde368b960 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_349229349650a937e85382fe53e6ab81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c0a7a6ea37b7c71d59314d8358fc973 = $(`<div id="html_5c0a7a6ea37b7c71d59314d8358fc973" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_349229349650a937e85382fe53e6ab81.setContent(html_5c0a7a6ea37b7c71d59314d8358fc973);
|
|
|
|
|
|
|
|
marker_1b66b92d2842db0a594712509319e153.bindPopup(popup_349229349650a937e85382fe53e6ab81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b66b92d2842db0a594712509319e153.setIcon(icon_76b3e6af81bf0529e953a8fde368b960);
|
|
|
|
|
|
var marker_f56ccfb67765a7fad5f115d759a9b97d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b91f30a8ae417e1a8ce023ac1327fa0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0fca6c6891b53d57511c24f9d60a365 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1d507c97a7533896580fbf40fced6fc = $(`<div id="html_f1d507c97a7533896580fbf40fced6fc" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_c0fca6c6891b53d57511c24f9d60a365.setContent(html_f1d507c97a7533896580fbf40fced6fc);
|
|
|
|
|
|
|
|
marker_f56ccfb67765a7fad5f115d759a9b97d.bindPopup(popup_c0fca6c6891b53d57511c24f9d60a365)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f56ccfb67765a7fad5f115d759a9b97d.setIcon(icon_b91f30a8ae417e1a8ce023ac1327fa0f);
|
|
|
|
|
|
var marker_52c89dfdca978b90a94834da147cec11 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ec7230153919175b029ada700a538f35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3c7575ed33465cb0594e905d2461ffb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48ef0f4ae4f300c34c117e1965b2d897 = $(`<div id="html_48ef0f4ae4f300c34c117e1965b2d897" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_a3c7575ed33465cb0594e905d2461ffb.setContent(html_48ef0f4ae4f300c34c117e1965b2d897);
|
|
|
|
|
|
|
|
marker_52c89dfdca978b90a94834da147cec11.bindPopup(popup_a3c7575ed33465cb0594e905d2461ffb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52c89dfdca978b90a94834da147cec11.setIcon(icon_ec7230153919175b029ada700a538f35);
|
|
|
|
|
|
var marker_ad910f5dd45f4831ec7655cd3cbcfbd4 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_09ab33d7f8bf05be6e52566483da2075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec7fceb0fec6eda7bb35a4e29f62d1a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_559c67ff7fe4891fa078d7001814f8ac = $(`<div id="html_559c67ff7fe4891fa078d7001814f8ac" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_ec7fceb0fec6eda7bb35a4e29f62d1a6.setContent(html_559c67ff7fe4891fa078d7001814f8ac);
|
|
|
|
|
|
|
|
marker_ad910f5dd45f4831ec7655cd3cbcfbd4.bindPopup(popup_ec7fceb0fec6eda7bb35a4e29f62d1a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad910f5dd45f4831ec7655cd3cbcfbd4.setIcon(icon_09ab33d7f8bf05be6e52566483da2075);
|
|
|
|
|
|
var marker_9912db732f4622ea36fbceeea1fe38b3 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e512d122bbbd93a274e4e663dcbc9bff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52e0211176ca33901cbe795a8e7c61ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caaec46b65334748b3c96038beeb0bce = $(`<div id="html_caaec46b65334748b3c96038beeb0bce" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_52e0211176ca33901cbe795a8e7c61ab.setContent(html_caaec46b65334748b3c96038beeb0bce);
|
|
|
|
|
|
|
|
marker_9912db732f4622ea36fbceeea1fe38b3.bindPopup(popup_52e0211176ca33901cbe795a8e7c61ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9912db732f4622ea36fbceeea1fe38b3.setIcon(icon_e512d122bbbd93a274e4e663dcbc9bff);
|
|
|
|
|
|
var marker_1ba18f8e6bded6323294e39aadbe4fbd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a0d9d1dbc46d1d4f59e46f28da77d73a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_152dab35ecd7cbb91401452bbb2de135 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_190368f2475bf106aebe4815593391ef = $(`<div id="html_190368f2475bf106aebe4815593391ef" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_152dab35ecd7cbb91401452bbb2de135.setContent(html_190368f2475bf106aebe4815593391ef);
|
|
|
|
|
|
|
|
marker_1ba18f8e6bded6323294e39aadbe4fbd.bindPopup(popup_152dab35ecd7cbb91401452bbb2de135)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ba18f8e6bded6323294e39aadbe4fbd.setIcon(icon_a0d9d1dbc46d1d4f59e46f28da77d73a);
|
|
|
|
|
|
var marker_f94ffa53f346d382b40d4435d74247fd = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_dfa335c54a39b25048aef70506444787 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a06e5e3dfa9c6ab57733861d7e3644d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b891e004969d6c2eaf93b2ffaea2b23 = $(`<div id="html_7b891e004969d6c2eaf93b2ffaea2b23" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_8a06e5e3dfa9c6ab57733861d7e3644d.setContent(html_7b891e004969d6c2eaf93b2ffaea2b23);
|
|
|
|
|
|
|
|
marker_f94ffa53f346d382b40d4435d74247fd.bindPopup(popup_8a06e5e3dfa9c6ab57733861d7e3644d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f94ffa53f346d382b40d4435d74247fd.setIcon(icon_dfa335c54a39b25048aef70506444787);
|
|
|
|
|
|
var marker_c7ee8ade01f67d1f33d5abdfa667e049 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_78a9c4095e43e109c994833879972902 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69038e7f6027f7b25d51a5d521798d69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe16666f5705d63756762c8a553e5588 = $(`<div id="html_fe16666f5705d63756762c8a553e5588" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_69038e7f6027f7b25d51a5d521798d69.setContent(html_fe16666f5705d63756762c8a553e5588);
|
|
|
|
|
|
|
|
marker_c7ee8ade01f67d1f33d5abdfa667e049.bindPopup(popup_69038e7f6027f7b25d51a5d521798d69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7ee8ade01f67d1f33d5abdfa667e049.setIcon(icon_78a9c4095e43e109c994833879972902);
|
|
|
|
|
|
var marker_f064384c7c6e27827bdba3ebb9500b8e = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_8ee66362bcb44a4e33f087e5a3ea1b0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3f905825e3413eb63a740c8112c0f55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab369598ced960fce30ff9f3f8569ae8 = $(`<div id="html_ab369598ced960fce30ff9f3f8569ae8" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_f3f905825e3413eb63a740c8112c0f55.setContent(html_ab369598ced960fce30ff9f3f8569ae8);
|
|
|
|
|
|
|
|
marker_f064384c7c6e27827bdba3ebb9500b8e.bindPopup(popup_f3f905825e3413eb63a740c8112c0f55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f064384c7c6e27827bdba3ebb9500b8e.setIcon(icon_8ee66362bcb44a4e33f087e5a3ea1b0b);
|
|
|
|
|
|
var marker_f6dee03181619d888c4fce539f067b5a = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_0c9eaecdc7193ce1044c54c5ee4a199f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6751ed2ab4c6fcac758e899934217bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a194cadc4734dd79861d91da22e8c108 = $(`<div id="html_a194cadc4734dd79861d91da22e8c108" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_e6751ed2ab4c6fcac758e899934217bf.setContent(html_a194cadc4734dd79861d91da22e8c108);
|
|
|
|
|
|
|
|
marker_f6dee03181619d888c4fce539f067b5a.bindPopup(popup_e6751ed2ab4c6fcac758e899934217bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6dee03181619d888c4fce539f067b5a.setIcon(icon_0c9eaecdc7193ce1044c54c5ee4a199f);
|
|
|
|
|
|
var marker_88ce57113ae803be1c6f3cb4d6912392 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3288928e9f6b89c33f997ee3d22605ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a72eb0ef99784728661521c07e03d81f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a01d7f3448f1ec85ba45607f57c519e7 = $(`<div id="html_a01d7f3448f1ec85ba45607f57c519e7" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_a72eb0ef99784728661521c07e03d81f.setContent(html_a01d7f3448f1ec85ba45607f57c519e7);
|
|
|
|
|
|
|
|
marker_88ce57113ae803be1c6f3cb4d6912392.bindPopup(popup_a72eb0ef99784728661521c07e03d81f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88ce57113ae803be1c6f3cb4d6912392.setIcon(icon_3288928e9f6b89c33f997ee3d22605ed);
|
|
|
|
|
|
var marker_716518eee03a60382c0febc7328d98d2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_19a4cfecb39603b083329caba10b508f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a264efc74dc176d5ba5661fa1ad0f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdaae50562729066dfbbbd50ce1c40d8 = $(`<div id="html_cdaae50562729066dfbbbd50ce1c40d8" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_f1a264efc74dc176d5ba5661fa1ad0f7.setContent(html_cdaae50562729066dfbbbd50ce1c40d8);
|
|
|
|
|
|
|
|
marker_716518eee03a60382c0febc7328d98d2.bindPopup(popup_f1a264efc74dc176d5ba5661fa1ad0f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_716518eee03a60382c0febc7328d98d2.setIcon(icon_19a4cfecb39603b083329caba10b508f);
|
|
|
|
|
|
var marker_8dc14967978d0ff845a4831663ef3507 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9fbf91f2e205ed4bf44420ccdde49628 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c4cc1827db0f3bfac655f7ffb4f6706 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a173d7649bf4e524b24b25db22c4c890 = $(`<div id="html_a173d7649bf4e524b24b25db22c4c890" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_7c4cc1827db0f3bfac655f7ffb4f6706.setContent(html_a173d7649bf4e524b24b25db22c4c890);
|
|
|
|
|
|
|
|
marker_8dc14967978d0ff845a4831663ef3507.bindPopup(popup_7c4cc1827db0f3bfac655f7ffb4f6706)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dc14967978d0ff845a4831663ef3507.setIcon(icon_9fbf91f2e205ed4bf44420ccdde49628);
|
|
|
|
|
|
var marker_73b9b90485fea24fc44e6abeff3ca511 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_62247c24dd9e60587561d12cc1585e0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53930f60d9195feaff318a237f0eb683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84897c155133e3e75bb10343f3e23e2c = $(`<div id="html_84897c155133e3e75bb10343f3e23e2c" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_53930f60d9195feaff318a237f0eb683.setContent(html_84897c155133e3e75bb10343f3e23e2c);
|
|
|
|
|
|
|
|
marker_73b9b90485fea24fc44e6abeff3ca511.bindPopup(popup_53930f60d9195feaff318a237f0eb683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73b9b90485fea24fc44e6abeff3ca511.setIcon(icon_62247c24dd9e60587561d12cc1585e0a);
|
|
|
|
|
|
var marker_2dd29ddb494acb6c13750cbf8acd6cd2 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2d4cd2a5ea920a908463aa7b87d8583b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e1c362b6360430bd3f6f3f72626813e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0ce2f7700274f1c7dd69399beca1cf7 = $(`<div id="html_f0ce2f7700274f1c7dd69399beca1cf7" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_5e1c362b6360430bd3f6f3f72626813e.setContent(html_f0ce2f7700274f1c7dd69399beca1cf7);
|
|
|
|
|
|
|
|
marker_2dd29ddb494acb6c13750cbf8acd6cd2.bindPopup(popup_5e1c362b6360430bd3f6f3f72626813e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dd29ddb494acb6c13750cbf8acd6cd2.setIcon(icon_2d4cd2a5ea920a908463aa7b87d8583b);
|
|
|
|
|
|
var marker_581bbedfe8e8fb52bfdfffd6ce36680d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3b621eb797b5fac709ca073990c664b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de933cd0d33b5fa3d9483d2c14ff913e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af6aa804ae0f9b25ec6f460c459a031a = $(`<div id="html_af6aa804ae0f9b25ec6f460c459a031a" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_de933cd0d33b5fa3d9483d2c14ff913e.setContent(html_af6aa804ae0f9b25ec6f460c459a031a);
|
|
|
|
|
|
|
|
marker_581bbedfe8e8fb52bfdfffd6ce36680d.bindPopup(popup_de933cd0d33b5fa3d9483d2c14ff913e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_581bbedfe8e8fb52bfdfffd6ce36680d.setIcon(icon_3b621eb797b5fac709ca073990c664b7);
|
|
|
|
|
|
var marker_7c532dad6728093cb63b69a80d432fb6 = L.marker(
|
|
[29.7057, -95.2706],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c05017c4abd621bf827ce3cda72c233e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_390564f613a58b5b5f27d6d6cef63bce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_010418d5daa90787a72d14d4d87cdf35 = $(`<div id="html_010418d5daa90787a72d14d4d87cdf35" style="width: 100.0%; height: 100.0%;">nostr.spacecitynode.com</div>`)[0];
|
|
popup_390564f613a58b5b5f27d6d6cef63bce.setContent(html_010418d5daa90787a72d14d4d87cdf35);
|
|
|
|
|
|
|
|
marker_7c532dad6728093cb63b69a80d432fb6.bindPopup(popup_390564f613a58b5b5f27d6d6cef63bce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c532dad6728093cb63b69a80d432fb6.setIcon(icon_c05017c4abd621bf827ce3cda72c233e);
|
|
|
|
|
|
var marker_d328f8c8de90c9f3cdf5e409258241d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_6e8dac9833f2a1a37caa49b1b69310c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1149f79cd481c44177602fdad1e89775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaf1db445e97bcbb61d35f7ae976344a = $(`<div id="html_eaf1db445e97bcbb61d35f7ae976344a" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_1149f79cd481c44177602fdad1e89775.setContent(html_eaf1db445e97bcbb61d35f7ae976344a);
|
|
|
|
|
|
|
|
marker_d328f8c8de90c9f3cdf5e409258241d3.bindPopup(popup_1149f79cd481c44177602fdad1e89775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d328f8c8de90c9f3cdf5e409258241d3.setIcon(icon_6e8dac9833f2a1a37caa49b1b69310c8);
|
|
|
|
|
|
var marker_d33299ee5c71b58862989c591a871a38 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_e279ddc3e52e7d9ea20c5fbfa2ed1eac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11c9980a3f80a5311db8cbf33661d52b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff8b26cef9f8070ccbf0b8ff3e3428c2 = $(`<div id="html_ff8b26cef9f8070ccbf0b8ff3e3428c2" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_11c9980a3f80a5311db8cbf33661d52b.setContent(html_ff8b26cef9f8070ccbf0b8ff3e3428c2);
|
|
|
|
|
|
|
|
marker_d33299ee5c71b58862989c591a871a38.bindPopup(popup_11c9980a3f80a5311db8cbf33661d52b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d33299ee5c71b58862989c591a871a38.setIcon(icon_e279ddc3e52e7d9ea20c5fbfa2ed1eac);
|
|
|
|
|
|
var marker_5ef4b482f003907605af636d5640554e = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_013d190231fd694addf89eb6733c97ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a7339f5e8502bcad5318106691f550d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46a483cd8510ccb3de945c0a97cd9c2e = $(`<div id="html_46a483cd8510ccb3de945c0a97cd9c2e" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_0a7339f5e8502bcad5318106691f550d.setContent(html_46a483cd8510ccb3de945c0a97cd9c2e);
|
|
|
|
|
|
|
|
marker_5ef4b482f003907605af636d5640554e.bindPopup(popup_0a7339f5e8502bcad5318106691f550d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ef4b482f003907605af636d5640554e.setIcon(icon_013d190231fd694addf89eb6733c97ce);
|
|
|
|
|
|
var marker_dc628838117a5f17931db853d51df1b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5781d6f5cf80743a98501ad40593b25e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39c2cb80c097c7fe9be22f0ac948118a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_873cd30acb4ac28a08d413cd60d6e451 = $(`<div id="html_873cd30acb4ac28a08d413cd60d6e451" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_39c2cb80c097c7fe9be22f0ac948118a.setContent(html_873cd30acb4ac28a08d413cd60d6e451);
|
|
|
|
|
|
|
|
marker_dc628838117a5f17931db853d51df1b6.bindPopup(popup_39c2cb80c097c7fe9be22f0ac948118a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc628838117a5f17931db853d51df1b6.setIcon(icon_5781d6f5cf80743a98501ad40593b25e);
|
|
|
|
|
|
var marker_c901a8861293d63b36f795c59b48ca64 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c0085190b5a5f29a3845080017fbeaf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3ee1accd5da180d2b9b7cbc3ebb6eea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72148d03fe09e3e1420c375fd19614a3 = $(`<div id="html_72148d03fe09e3e1420c375fd19614a3" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_d3ee1accd5da180d2b9b7cbc3ebb6eea.setContent(html_72148d03fe09e3e1420c375fd19614a3);
|
|
|
|
|
|
|
|
marker_c901a8861293d63b36f795c59b48ca64.bindPopup(popup_d3ee1accd5da180d2b9b7cbc3ebb6eea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c901a8861293d63b36f795c59b48ca64.setIcon(icon_c0085190b5a5f29a3845080017fbeaf3);
|
|
|
|
|
|
var marker_37b08742eb58f7183d96adf93aecfaac = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b66878ec2cc562498b4cfc3a5d10fe4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec41679b456bad568330c67a1d3e0c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7069161aa7aaeba659a64f040d471239 = $(`<div id="html_7069161aa7aaeba659a64f040d471239" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_ec41679b456bad568330c67a1d3e0c69.setContent(html_7069161aa7aaeba659a64f040d471239);
|
|
|
|
|
|
|
|
marker_37b08742eb58f7183d96adf93aecfaac.bindPopup(popup_ec41679b456bad568330c67a1d3e0c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37b08742eb58f7183d96adf93aecfaac.setIcon(icon_b66878ec2cc562498b4cfc3a5d10fe4b);
|
|
|
|
|
|
var marker_16e32fe2f9b48463137f140801de8bb3 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a6dbe72ade0a6a4da2dd33f330554535 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c7e3b40f547de522f012f07f65cc33a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b432ad70f64a14e1363e198e074d7bbd = $(`<div id="html_b432ad70f64a14e1363e198e074d7bbd" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_4c7e3b40f547de522f012f07f65cc33a.setContent(html_b432ad70f64a14e1363e198e074d7bbd);
|
|
|
|
|
|
|
|
marker_16e32fe2f9b48463137f140801de8bb3.bindPopup(popup_4c7e3b40f547de522f012f07f65cc33a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16e32fe2f9b48463137f140801de8bb3.setIcon(icon_a6dbe72ade0a6a4da2dd33f330554535);
|
|
|
|
|
|
var marker_27a34e92dff4501d9f05ffc54ec90ae2 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_7c9e3539be28e5236f0b18db69373d0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f91a416abbd551e5b10fdd50a32c7280 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81b8169901850534eacddf7df85c3e4f = $(`<div id="html_81b8169901850534eacddf7df85c3e4f" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_f91a416abbd551e5b10fdd50a32c7280.setContent(html_81b8169901850534eacddf7df85c3e4f);
|
|
|
|
|
|
|
|
marker_27a34e92dff4501d9f05ffc54ec90ae2.bindPopup(popup_f91a416abbd551e5b10fdd50a32c7280)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27a34e92dff4501d9f05ffc54ec90ae2.setIcon(icon_7c9e3539be28e5236f0b18db69373d0e);
|
|
|
|
|
|
var marker_9258ba2c0910b3d1968feaa90cfd5c5f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_0cf31a97f7087ee5ee072706485e8a20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d30d6307e7cc40904570c621bd9d0f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70bdd7aa5a21dc1958d4bfbe6d25c66b = $(`<div id="html_70bdd7aa5a21dc1958d4bfbe6d25c66b" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_9d30d6307e7cc40904570c621bd9d0f0.setContent(html_70bdd7aa5a21dc1958d4bfbe6d25c66b);
|
|
|
|
|
|
|
|
marker_9258ba2c0910b3d1968feaa90cfd5c5f.bindPopup(popup_9d30d6307e7cc40904570c621bd9d0f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9258ba2c0910b3d1968feaa90cfd5c5f.setIcon(icon_0cf31a97f7087ee5ee072706485e8a20);
|
|
|
|
|
|
var marker_34c4f82e41b48b8917de612d273f4513 = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_da451023d898822aedaefd37e60d87b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62b369da7810416a4b7bd987b54de183 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c9782c06d6b6eb675f76d701e39749a = $(`<div id="html_1c9782c06d6b6eb675f76d701e39749a" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_62b369da7810416a4b7bd987b54de183.setContent(html_1c9782c06d6b6eb675f76d701e39749a);
|
|
|
|
|
|
|
|
marker_34c4f82e41b48b8917de612d273f4513.bindPopup(popup_62b369da7810416a4b7bd987b54de183)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34c4f82e41b48b8917de612d273f4513.setIcon(icon_da451023d898822aedaefd37e60d87b3);
|
|
|
|
|
|
var marker_50c49a8e4ed317e5841714e94b0a2442 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b0a6ec8698b4b62d5f0220dec5efb5a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90ad79d4b6b475affa77e8a2cf7828c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6b88faa9abd8028e95e9c34f4870256 = $(`<div id="html_b6b88faa9abd8028e95e9c34f4870256" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_90ad79d4b6b475affa77e8a2cf7828c3.setContent(html_b6b88faa9abd8028e95e9c34f4870256);
|
|
|
|
|
|
|
|
marker_50c49a8e4ed317e5841714e94b0a2442.bindPopup(popup_90ad79d4b6b475affa77e8a2cf7828c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50c49a8e4ed317e5841714e94b0a2442.setIcon(icon_b0a6ec8698b4b62d5f0220dec5efb5a5);
|
|
|
|
|
|
var marker_d4dac42c3a717fc84d2df23fab15d6d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_fc368b98cb1aca67e897c8f0640458ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a1bc1ec03732510b877f13615f89c38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b86dfc17a76d6cee9ef023bec4db173 = $(`<div id="html_4b86dfc17a76d6cee9ef023bec4db173" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_9a1bc1ec03732510b877f13615f89c38.setContent(html_4b86dfc17a76d6cee9ef023bec4db173);
|
|
|
|
|
|
|
|
marker_d4dac42c3a717fc84d2df23fab15d6d4.bindPopup(popup_9a1bc1ec03732510b877f13615f89c38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4dac42c3a717fc84d2df23fab15d6d4.setIcon(icon_fc368b98cb1aca67e897c8f0640458ea);
|
|
|
|
|
|
var marker_88b1f4c85a4a401a962ec74fbef44452 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d416d625655179f8ca9f0594a8c7e96f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_618544994af4ee232e1b44509d300040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9261bfc6064a2b8eb050f68dc6bbd69 = $(`<div id="html_c9261bfc6064a2b8eb050f68dc6bbd69" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_618544994af4ee232e1b44509d300040.setContent(html_c9261bfc6064a2b8eb050f68dc6bbd69);
|
|
|
|
|
|
|
|
marker_88b1f4c85a4a401a962ec74fbef44452.bindPopup(popup_618544994af4ee232e1b44509d300040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88b1f4c85a4a401a962ec74fbef44452.setIcon(icon_d416d625655179f8ca9f0594a8c7e96f);
|
|
|
|
|
|
var marker_881d9cd167e3c61f0cec4f248825f38f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a506f0c49af821c5f567d5325dea71e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48b9c7b7f98112ebe752a8b50d9b4990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f2a1ea4f22480940217470bca6faa15 = $(`<div id="html_2f2a1ea4f22480940217470bca6faa15" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_48b9c7b7f98112ebe752a8b50d9b4990.setContent(html_2f2a1ea4f22480940217470bca6faa15);
|
|
|
|
|
|
|
|
marker_881d9cd167e3c61f0cec4f248825f38f.bindPopup(popup_48b9c7b7f98112ebe752a8b50d9b4990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_881d9cd167e3c61f0cec4f248825f38f.setIcon(icon_a506f0c49af821c5f567d5325dea71e6);
|
|
|
|
|
|
var marker_99801b89176244247571485c66f542ad = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d420db42d896718984cc46f2c9df7540 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_390c8782d4ad6705c6e21797c3133923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_361da5007f7f55355d11d05552a43035 = $(`<div id="html_361da5007f7f55355d11d05552a43035" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_390c8782d4ad6705c6e21797c3133923.setContent(html_361da5007f7f55355d11d05552a43035);
|
|
|
|
|
|
|
|
marker_99801b89176244247571485c66f542ad.bindPopup(popup_390c8782d4ad6705c6e21797c3133923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99801b89176244247571485c66f542ad.setIcon(icon_d420db42d896718984cc46f2c9df7540);
|
|
|
|
|
|
var marker_bae4da866d9776ec3eea6b7290c9fda4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_6344a86247a556c4fe3d7e5f242a78da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50429f9bb4be5041a623cf0fcf708ee7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df12c6b3773dd52bdaeac1b614f1d3e6 = $(`<div id="html_df12c6b3773dd52bdaeac1b614f1d3e6" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_50429f9bb4be5041a623cf0fcf708ee7.setContent(html_df12c6b3773dd52bdaeac1b614f1d3e6);
|
|
|
|
|
|
|
|
marker_bae4da866d9776ec3eea6b7290c9fda4.bindPopup(popup_50429f9bb4be5041a623cf0fcf708ee7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bae4da866d9776ec3eea6b7290c9fda4.setIcon(icon_6344a86247a556c4fe3d7e5f242a78da);
|
|
|
|
|
|
var marker_1476d9944affb6d2aaedda2c67b1fe20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_cc88fe2aa1438c2520cef0dca9859504 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a23145019dc948993008a5feddf38dff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10d43b9bf5e09544a40c36edad31671a = $(`<div id="html_10d43b9bf5e09544a40c36edad31671a" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_a23145019dc948993008a5feddf38dff.setContent(html_10d43b9bf5e09544a40c36edad31671a);
|
|
|
|
|
|
|
|
marker_1476d9944affb6d2aaedda2c67b1fe20.bindPopup(popup_a23145019dc948993008a5feddf38dff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1476d9944affb6d2aaedda2c67b1fe20.setIcon(icon_cc88fe2aa1438c2520cef0dca9859504);
|
|
|
|
|
|
var marker_b7270a98e52acb6c855425751ab564f5 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_54e35838e878948cfc74012451165904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_086e185c9c989a47b72d3be5ef399a79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a063fbc345c860c9ccb1952d63fde27f = $(`<div id="html_a063fbc345c860c9ccb1952d63fde27f" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_086e185c9c989a47b72d3be5ef399a79.setContent(html_a063fbc345c860c9ccb1952d63fde27f);
|
|
|
|
|
|
|
|
marker_b7270a98e52acb6c855425751ab564f5.bindPopup(popup_086e185c9c989a47b72d3be5ef399a79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7270a98e52acb6c855425751ab564f5.setIcon(icon_54e35838e878948cfc74012451165904);
|
|
|
|
|
|
var marker_40e97ed662c9bfa069de6b9aced37771 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f65d05848816af71bef99ffdbf980cc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4dc0e68acca7ce248ec3cfa72e10c3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54ddc5fe5c9f9b48ba27ef0824070fc0 = $(`<div id="html_54ddc5fe5c9f9b48ba27ef0824070fc0" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_d4dc0e68acca7ce248ec3cfa72e10c3b.setContent(html_54ddc5fe5c9f9b48ba27ef0824070fc0);
|
|
|
|
|
|
|
|
marker_40e97ed662c9bfa069de6b9aced37771.bindPopup(popup_d4dc0e68acca7ce248ec3cfa72e10c3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40e97ed662c9bfa069de6b9aced37771.setIcon(icon_f65d05848816af71bef99ffdbf980cc5);
|
|
|
|
|
|
var marker_5bc8c68a4d8e6b2a3c0e42fa84c547e8 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_89d38423a6b2e3fe02f6a4c99dc6dfce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad7a937cdea425e55f1b2e5edd805c5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcba8b8067fe37e1af96c221367257d1 = $(`<div id="html_bcba8b8067fe37e1af96c221367257d1" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_ad7a937cdea425e55f1b2e5edd805c5e.setContent(html_bcba8b8067fe37e1af96c221367257d1);
|
|
|
|
|
|
|
|
marker_5bc8c68a4d8e6b2a3c0e42fa84c547e8.bindPopup(popup_ad7a937cdea425e55f1b2e5edd805c5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bc8c68a4d8e6b2a3c0e42fa84c547e8.setIcon(icon_89d38423a6b2e3fe02f6a4c99dc6dfce);
|
|
|
|
|
|
var marker_e493af050270acdbf3b061cbbab47b54 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_daee9972d3e2053470131cb534b2a2fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_666be5d5bf10544506812c1356ec0f82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_191e7c1cd224fd80c21958bb3ddfbf46 = $(`<div id="html_191e7c1cd224fd80c21958bb3ddfbf46" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_666be5d5bf10544506812c1356ec0f82.setContent(html_191e7c1cd224fd80c21958bb3ddfbf46);
|
|
|
|
|
|
|
|
marker_e493af050270acdbf3b061cbbab47b54.bindPopup(popup_666be5d5bf10544506812c1356ec0f82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e493af050270acdbf3b061cbbab47b54.setIcon(icon_daee9972d3e2053470131cb534b2a2fa);
|
|
|
|
|
|
var marker_37c4dab92a771d40894198a3ece5a348 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b6d4e401f76d830bfe63624b413c82de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7e85da46e7b8ae70e1633fc0227d19d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4402524751c5c4fc4df320da5ee7c88 = $(`<div id="html_f4402524751c5c4fc4df320da5ee7c88" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_d7e85da46e7b8ae70e1633fc0227d19d.setContent(html_f4402524751c5c4fc4df320da5ee7c88);
|
|
|
|
|
|
|
|
marker_37c4dab92a771d40894198a3ece5a348.bindPopup(popup_d7e85da46e7b8ae70e1633fc0227d19d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c4dab92a771d40894198a3ece5a348.setIcon(icon_b6d4e401f76d830bfe63624b413c82de);
|
|
|
|
|
|
var marker_45d0535e89e1867415c9f988bcdc97b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_1d39c76234a239101f36d1d17efb36a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6746eaa347d71218ad81491f2e3bd26e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1f069346c59c062fc29362f9a225822 = $(`<div id="html_e1f069346c59c062fc29362f9a225822" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_6746eaa347d71218ad81491f2e3bd26e.setContent(html_e1f069346c59c062fc29362f9a225822);
|
|
|
|
|
|
|
|
marker_45d0535e89e1867415c9f988bcdc97b5.bindPopup(popup_6746eaa347d71218ad81491f2e3bd26e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45d0535e89e1867415c9f988bcdc97b5.setIcon(icon_1d39c76234a239101f36d1d17efb36a7);
|
|
|
|
|
|
var marker_1aa094a1b1396feaa567af4e0f656db5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c43492da8af64dabf966ee4418ebf4cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ec966030662438af3d3f767e88ce804 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_090c850988ed8d4ff6c5e0e83f6bebe3 = $(`<div id="html_090c850988ed8d4ff6c5e0e83f6bebe3" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_4ec966030662438af3d3f767e88ce804.setContent(html_090c850988ed8d4ff6c5e0e83f6bebe3);
|
|
|
|
|
|
|
|
marker_1aa094a1b1396feaa567af4e0f656db5.bindPopup(popup_4ec966030662438af3d3f767e88ce804)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aa094a1b1396feaa567af4e0f656db5.setIcon(icon_c43492da8af64dabf966ee4418ebf4cb);
|
|
|
|
|
|
var marker_f373097b25f2ebce68ce5222afa46f0a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d453c1e73eb5d171de939a886033f3a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ea34b6a91a7c266dd5f2533fa23b32e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b358d92970a64748f23eca4d57862f16 = $(`<div id="html_b358d92970a64748f23eca4d57862f16" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_1ea34b6a91a7c266dd5f2533fa23b32e.setContent(html_b358d92970a64748f23eca4d57862f16);
|
|
|
|
|
|
|
|
marker_f373097b25f2ebce68ce5222afa46f0a.bindPopup(popup_1ea34b6a91a7c266dd5f2533fa23b32e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f373097b25f2ebce68ce5222afa46f0a.setIcon(icon_d453c1e73eb5d171de939a886033f3a9);
|
|
|
|
|
|
var marker_98ca5c922026bc86e14c5eb221289b5e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_109f038c68d845ea963b2a4a804497e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8941367c2190d1eec60267055f15f911 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14ab96449e8d3547eeb737aab9275f17 = $(`<div id="html_14ab96449e8d3547eeb737aab9275f17" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_8941367c2190d1eec60267055f15f911.setContent(html_14ab96449e8d3547eeb737aab9275f17);
|
|
|
|
|
|
|
|
marker_98ca5c922026bc86e14c5eb221289b5e.bindPopup(popup_8941367c2190d1eec60267055f15f911)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98ca5c922026bc86e14c5eb221289b5e.setIcon(icon_109f038c68d845ea963b2a4a804497e2);
|
|
|
|
|
|
var marker_2de3e00b078e5b3d155b93909c08d9e3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b3d79e9dde2389785bac3ce96e0d5e36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1225ce66d08b00139487ce803f97b0c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_363b167889cdb15a9aeb2bea2c23e2de = $(`<div id="html_363b167889cdb15a9aeb2bea2c23e2de" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_1225ce66d08b00139487ce803f97b0c9.setContent(html_363b167889cdb15a9aeb2bea2c23e2de);
|
|
|
|
|
|
|
|
marker_2de3e00b078e5b3d155b93909c08d9e3.bindPopup(popup_1225ce66d08b00139487ce803f97b0c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2de3e00b078e5b3d155b93909c08d9e3.setIcon(icon_b3d79e9dde2389785bac3ce96e0d5e36);
|
|
|
|
|
|
var marker_7c55e3cd695a7492756b8661e56ad8cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_070542723918f15acd14bd43a0397300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45e0350b57944a9a35c0eaa5a78d908d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c7b8ee2485b34dd0575c42a2f127e0a = $(`<div id="html_1c7b8ee2485b34dd0575c42a2f127e0a" style="width: 100.0%; height: 100.0%;">taxation-capable-cards-takes.trycloudflare.com</div>`)[0];
|
|
popup_45e0350b57944a9a35c0eaa5a78d908d.setContent(html_1c7b8ee2485b34dd0575c42a2f127e0a);
|
|
|
|
|
|
|
|
marker_7c55e3cd695a7492756b8661e56ad8cb.bindPopup(popup_45e0350b57944a9a35c0eaa5a78d908d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c55e3cd695a7492756b8661e56ad8cb.setIcon(icon_070542723918f15acd14bd43a0397300);
|
|
|
|
|
|
var marker_f3d63324652b88c4b5525470c0e1dc9a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b349beb2e305ef052f949df9e8198300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c924b75d8f3a0f30acd9f7527a6802a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5aed88846d518836ff75a3563c169261 = $(`<div id="html_5aed88846d518836ff75a3563c169261" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_c924b75d8f3a0f30acd9f7527a6802a6.setContent(html_5aed88846d518836ff75a3563c169261);
|
|
|
|
|
|
|
|
marker_f3d63324652b88c4b5525470c0e1dc9a.bindPopup(popup_c924b75d8f3a0f30acd9f7527a6802a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d63324652b88c4b5525470c0e1dc9a.setIcon(icon_b349beb2e305ef052f949df9e8198300);
|
|
|
|
|
|
var marker_5e73dd1964174cbc72457708dc5f2302 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ade0142ef529f61c6a5a7b737a5e3bfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbf99b1849502a0123a94f6c0494f2b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03a0f831be7b3f9fca58826c388a8b70 = $(`<div id="html_03a0f831be7b3f9fca58826c388a8b70" style="width: 100.0%; height: 100.0%;">testorly.nosfabrica.com</div>`)[0];
|
|
popup_fbf99b1849502a0123a94f6c0494f2b0.setContent(html_03a0f831be7b3f9fca58826c388a8b70);
|
|
|
|
|
|
|
|
marker_5e73dd1964174cbc72457708dc5f2302.bindPopup(popup_fbf99b1849502a0123a94f6c0494f2b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e73dd1964174cbc72457708dc5f2302.setIcon(icon_ade0142ef529f61c6a5a7b737a5e3bfe);
|
|
|
|
|
|
var marker_de4f01054c48f596bafa40c7e95cb49f = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_2d1aa154ed200e8e14277fb9d7458db1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec58448418f0a64fecb1d5af4b537f7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39d68d22fc350f017b830528ed896366 = $(`<div id="html_39d68d22fc350f017b830528ed896366" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_ec58448418f0a64fecb1d5af4b537f7c.setContent(html_39d68d22fc350f017b830528ed896366);
|
|
|
|
|
|
|
|
marker_de4f01054c48f596bafa40c7e95cb49f.bindPopup(popup_ec58448418f0a64fecb1d5af4b537f7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de4f01054c48f596bafa40c7e95cb49f.setIcon(icon_2d1aa154ed200e8e14277fb9d7458db1);
|
|
|
|
|
|
var marker_b1ed82bcb618e0c7751c18618b0073f5 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_9228caac4f8d4e0753138ec05ab556f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8739c6fd55b989a426a6bc6d204e7330 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57052aa2904ae8ba83bd4768965bd13d = $(`<div id="html_57052aa2904ae8ba83bd4768965bd13d" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_8739c6fd55b989a426a6bc6d204e7330.setContent(html_57052aa2904ae8ba83bd4768965bd13d);
|
|
|
|
|
|
|
|
marker_b1ed82bcb618e0c7751c18618b0073f5.bindPopup(popup_8739c6fd55b989a426a6bc6d204e7330)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1ed82bcb618e0c7751c18618b0073f5.setIcon(icon_9228caac4f8d4e0753138ec05ab556f9);
|
|
|
|
|
|
var marker_d7ae935d0df545c8bc12ec0154bca57d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_fe4bd1f2069b63e47c2c7c3d5d6b41d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd15fc110ca06468e3c288d4619ee2c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_167583acae7f6df6fc90955cedaa1efb = $(`<div id="html_167583acae7f6df6fc90955cedaa1efb" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_dd15fc110ca06468e3c288d4619ee2c6.setContent(html_167583acae7f6df6fc90955cedaa1efb);
|
|
|
|
|
|
|
|
marker_d7ae935d0df545c8bc12ec0154bca57d.bindPopup(popup_dd15fc110ca06468e3c288d4619ee2c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7ae935d0df545c8bc12ec0154bca57d.setIcon(icon_fe4bd1f2069b63e47c2c7c3d5d6b41d8);
|
|
|
|
|
|
var marker_c0e99fdefb0f6245f9a9bb9c1795c870 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_29792a9d786ffbe9d3190b27cd3cc4a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b44db38703d86046361cd4ca0197235c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d01e27edb54495a24680a391a74f8ae6 = $(`<div id="html_d01e27edb54495a24680a391a74f8ae6" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_b44db38703d86046361cd4ca0197235c.setContent(html_d01e27edb54495a24680a391a74f8ae6);
|
|
|
|
|
|
|
|
marker_c0e99fdefb0f6245f9a9bb9c1795c870.bindPopup(popup_b44db38703d86046361cd4ca0197235c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0e99fdefb0f6245f9a9bb9c1795c870.setIcon(icon_29792a9d786ffbe9d3190b27cd3cc4a4);
|
|
|
|
|
|
var marker_eb4ed1e17cea8258fccad5267e25e327 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b829e5c5a84b09131c92ac9d035824e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b305390e6ed5d577bc3e13ae2500f519 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53ca8dd1ebb764f8c52c09f6379adfce = $(`<div id="html_53ca8dd1ebb764f8c52c09f6379adfce" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_b305390e6ed5d577bc3e13ae2500f519.setContent(html_53ca8dd1ebb764f8c52c09f6379adfce);
|
|
|
|
|
|
|
|
marker_eb4ed1e17cea8258fccad5267e25e327.bindPopup(popup_b305390e6ed5d577bc3e13ae2500f519)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb4ed1e17cea8258fccad5267e25e327.setIcon(icon_b829e5c5a84b09131c92ac9d035824e7);
|
|
|
|
|
|
var marker_af6eae1dfea06f0c80b3532717a40e42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_aa87e9cb15ade7801aaf2bcc77c64b1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dc885f160d62b088990a744ff94567d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfc886392232c82be642c450bb9bda27 = $(`<div id="html_cfc886392232c82be642c450bb9bda27" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_3dc885f160d62b088990a744ff94567d.setContent(html_cfc886392232c82be642c450bb9bda27);
|
|
|
|
|
|
|
|
marker_af6eae1dfea06f0c80b3532717a40e42.bindPopup(popup_3dc885f160d62b088990a744ff94567d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af6eae1dfea06f0c80b3532717a40e42.setIcon(icon_aa87e9cb15ade7801aaf2bcc77c64b1b);
|
|
|
|
|
|
var marker_71b3d7f91002020a3aca85d45ff19ed1 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_aa66a0abafe122b3007612e2555d785a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dd55bef4ba5e3012b6e526e3bb45746 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fb3c7eaf3a3b15b2474564a6c9ae6a9 = $(`<div id="html_8fb3c7eaf3a3b15b2474564a6c9ae6a9" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_3dd55bef4ba5e3012b6e526e3bb45746.setContent(html_8fb3c7eaf3a3b15b2474564a6c9ae6a9);
|
|
|
|
|
|
|
|
marker_71b3d7f91002020a3aca85d45ff19ed1.bindPopup(popup_3dd55bef4ba5e3012b6e526e3bb45746)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71b3d7f91002020a3aca85d45ff19ed1.setIcon(icon_aa66a0abafe122b3007612e2555d785a);
|
|
|
|
|
|
var marker_5ad47be0ca49c011046c32a69064b358 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_1761b46320583c709cbb1ff729970b09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c88e4461c2628ec58a1c0874c27207c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4524b796565b06a5783c1b35e807535a = $(`<div id="html_4524b796565b06a5783c1b35e807535a" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_c88e4461c2628ec58a1c0874c27207c6.setContent(html_4524b796565b06a5783c1b35e807535a);
|
|
|
|
|
|
|
|
marker_5ad47be0ca49c011046c32a69064b358.bindPopup(popup_c88e4461c2628ec58a1c0874c27207c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ad47be0ca49c011046c32a69064b358.setIcon(icon_1761b46320583c709cbb1ff729970b09);
|
|
|
|
|
|
var marker_ea51a10f716fc78c27e5680bc0f97b5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_74c402f026fc46cd4db6c1c7efa3f741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5dc437e39d2eb079424be4046ea5796 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b4ff41cb7f0fb030be143d52f7c3dbd = $(`<div id="html_0b4ff41cb7f0fb030be143d52f7c3dbd" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_a5dc437e39d2eb079424be4046ea5796.setContent(html_0b4ff41cb7f0fb030be143d52f7c3dbd);
|
|
|
|
|
|
|
|
marker_ea51a10f716fc78c27e5680bc0f97b5d.bindPopup(popup_a5dc437e39d2eb079424be4046ea5796)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea51a10f716fc78c27e5680bc0f97b5d.setIcon(icon_74c402f026fc46cd4db6c1c7efa3f741);
|
|
|
|
|
|
var marker_af5d9ecfeff966e7bc87005833b16758 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_8eb31b10b3bfbdee7aaa8135bfb9c3f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f26d270f6e5c5ea91c866dc4dbdfd98b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c56e9943bd1344d28b7ca3b994ea0430 = $(`<div id="html_c56e9943bd1344d28b7ca3b994ea0430" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_f26d270f6e5c5ea91c866dc4dbdfd98b.setContent(html_c56e9943bd1344d28b7ca3b994ea0430);
|
|
|
|
|
|
|
|
marker_af5d9ecfeff966e7bc87005833b16758.bindPopup(popup_f26d270f6e5c5ea91c866dc4dbdfd98b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af5d9ecfeff966e7bc87005833b16758.setIcon(icon_8eb31b10b3bfbdee7aaa8135bfb9c3f7);
|
|
|
|
|
|
var marker_946e0f6d399b7749799ff53da9a363b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_feb05f5501890f5cc9f113863acfd89d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70077875eda9e5e15948dba2ec8d7cd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a0bf29a3152536904902d568572f082 = $(`<div id="html_8a0bf29a3152536904902d568572f082" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_70077875eda9e5e15948dba2ec8d7cd7.setContent(html_8a0bf29a3152536904902d568572f082);
|
|
|
|
|
|
|
|
marker_946e0f6d399b7749799ff53da9a363b0.bindPopup(popup_70077875eda9e5e15948dba2ec8d7cd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_946e0f6d399b7749799ff53da9a363b0.setIcon(icon_feb05f5501890f5cc9f113863acfd89d);
|
|
|
|
|
|
var marker_e5d85b0058b05712361cdd0f24d65842 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d4973b24f48edbd4e17815b6b9f993ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3c5d73c98656f9b47eb334723f010df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0559e9844b9fe95f46f9ac790ae6e78c = $(`<div id="html_0559e9844b9fe95f46f9ac790ae6e78c" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_a3c5d73c98656f9b47eb334723f010df.setContent(html_0559e9844b9fe95f46f9ac790ae6e78c);
|
|
|
|
|
|
|
|
marker_e5d85b0058b05712361cdd0f24d65842.bindPopup(popup_a3c5d73c98656f9b47eb334723f010df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5d85b0058b05712361cdd0f24d65842.setIcon(icon_d4973b24f48edbd4e17815b6b9f993ca);
|
|
|
|
|
|
var marker_4444351aa0c09b0ea810ee248f5e9069 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_0ca5db41ae1678d5f742b32ca44cde9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bac23f894bc55e2febadfee07e5c71a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5ea703a1db1a7c81e2de15e8288f661 = $(`<div id="html_e5ea703a1db1a7c81e2de15e8288f661" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_3bac23f894bc55e2febadfee07e5c71a.setContent(html_e5ea703a1db1a7c81e2de15e8288f661);
|
|
|
|
|
|
|
|
marker_4444351aa0c09b0ea810ee248f5e9069.bindPopup(popup_3bac23f894bc55e2febadfee07e5c71a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4444351aa0c09b0ea810ee248f5e9069.setIcon(icon_0ca5db41ae1678d5f742b32ca44cde9e);
|
|
|
|
|
|
var marker_f96e1cf902a1421d0ab76c254d5e8fa7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_1fb4d381931ba152a8555bfb688f6562 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b85a484868bf990b47d2759d78758221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fe987143c382c11c3dc6660777734c3 = $(`<div id="html_1fe987143c382c11c3dc6660777734c3" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_b85a484868bf990b47d2759d78758221.setContent(html_1fe987143c382c11c3dc6660777734c3);
|
|
|
|
|
|
|
|
marker_f96e1cf902a1421d0ab76c254d5e8fa7.bindPopup(popup_b85a484868bf990b47d2759d78758221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f96e1cf902a1421d0ab76c254d5e8fa7.setIcon(icon_1fb4d381931ba152a8555bfb688f6562);
|
|
|
|
|
|
var marker_dcb8960d372ef94e89ba70ce7ddb4365 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_454bd7a840ed75295187afe57bc501dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7583e9965d4b289fb287483141b82f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4011597b2477ea04badc569ca04d62d0 = $(`<div id="html_4011597b2477ea04badc569ca04d62d0" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_e7583e9965d4b289fb287483141b82f2.setContent(html_4011597b2477ea04badc569ca04d62d0);
|
|
|
|
|
|
|
|
marker_dcb8960d372ef94e89ba70ce7ddb4365.bindPopup(popup_e7583e9965d4b289fb287483141b82f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcb8960d372ef94e89ba70ce7ddb4365.setIcon(icon_454bd7a840ed75295187afe57bc501dd);
|
|
|
|
|
|
var marker_ade23c23377e8cbac0fc2c8d84043fd8 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_06f1a3e10d0490e2bdae9619f883804d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5cebb437b38c4e12eff758ef65aa361 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6465d2af840be16bd16c7ed9f2e9b55 = $(`<div id="html_f6465d2af840be16bd16c7ed9f2e9b55" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_a5cebb437b38c4e12eff758ef65aa361.setContent(html_f6465d2af840be16bd16c7ed9f2e9b55);
|
|
|
|
|
|
|
|
marker_ade23c23377e8cbac0fc2c8d84043fd8.bindPopup(popup_a5cebb437b38c4e12eff758ef65aa361)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ade23c23377e8cbac0fc2c8d84043fd8.setIcon(icon_06f1a3e10d0490e2bdae9619f883804d);
|
|
|
|
|
|
var marker_05055537990d4d8319b8ba8950b90f9d = L.marker(
|
|
[47.674, -122.122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ed4b47ff1e6061f3e5daa8f06caf427d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_790f41050aa06a2daebac0ba63e51836 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d89336ba4daee3bd909334d77b6ec43 = $(`<div id="html_5d89336ba4daee3bd909334d77b6ec43" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_790f41050aa06a2daebac0ba63e51836.setContent(html_5d89336ba4daee3bd909334d77b6ec43);
|
|
|
|
|
|
|
|
marker_05055537990d4d8319b8ba8950b90f9d.bindPopup(popup_790f41050aa06a2daebac0ba63e51836)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05055537990d4d8319b8ba8950b90f9d.setIcon(icon_ed4b47ff1e6061f3e5daa8f06caf427d);
|
|
|
|
|
|
var marker_fe2e35e72fcdae383bf109f7d74d8eaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f83b2f1f45e5173ce29ed23bc2a9f63b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_650c33c046fba25b7ca611747914e24a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5445128610a95767a2f0250bc3b6e8cf = $(`<div id="html_5445128610a95767a2f0250bc3b6e8cf" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_650c33c046fba25b7ca611747914e24a.setContent(html_5445128610a95767a2f0250bc3b6e8cf);
|
|
|
|
|
|
|
|
marker_fe2e35e72fcdae383bf109f7d74d8eaa.bindPopup(popup_650c33c046fba25b7ca611747914e24a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe2e35e72fcdae383bf109f7d74d8eaa.setIcon(icon_f83b2f1f45e5173ce29ed23bc2a9f63b);
|
|
|
|
|
|
var marker_970088dbb545a188f9f5051cad4310d2 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ddb3681ff58b3ccba9d33e44aa8daacd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7841860e6bbca0f141ef354edd950de6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a9db3bc5708d1181fea9ec310c9dc48 = $(`<div id="html_3a9db3bc5708d1181fea9ec310c9dc48" style="width: 100.0%; height: 100.0%;">relay.aruku.kro.kr</div>`)[0];
|
|
popup_7841860e6bbca0f141ef354edd950de6.setContent(html_3a9db3bc5708d1181fea9ec310c9dc48);
|
|
|
|
|
|
|
|
marker_970088dbb545a188f9f5051cad4310d2.bindPopup(popup_7841860e6bbca0f141ef354edd950de6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_970088dbb545a188f9f5051cad4310d2.setIcon(icon_ddb3681ff58b3ccba9d33e44aa8daacd);
|
|
|
|
|
|
var marker_27cc4bb0d4f9ca6cac56bd5f772d3ab9 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5ba21d7f489decf52850caa0de072a5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be4229d132acc24a175ddb1e5e59a14b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ae2ef7ebbad32e25ba5b57945ed26d2 = $(`<div id="html_1ae2ef7ebbad32e25ba5b57945ed26d2" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_be4229d132acc24a175ddb1e5e59a14b.setContent(html_1ae2ef7ebbad32e25ba5b57945ed26d2);
|
|
|
|
|
|
|
|
marker_27cc4bb0d4f9ca6cac56bd5f772d3ab9.bindPopup(popup_be4229d132acc24a175ddb1e5e59a14b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27cc4bb0d4f9ca6cac56bd5f772d3ab9.setIcon(icon_5ba21d7f489decf52850caa0de072a5f);
|
|
|
|
|
|
var marker_f42a5b0feeb5d7044db20a567ec212ec = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a94f5803ee55bffdc31724b6086b0bd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_630261d28fd54811bf968a06039b00ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_062019258b0e1237101d44ea9c2bf3b1 = $(`<div id="html_062019258b0e1237101d44ea9c2bf3b1" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_630261d28fd54811bf968a06039b00ef.setContent(html_062019258b0e1237101d44ea9c2bf3b1);
|
|
|
|
|
|
|
|
marker_f42a5b0feeb5d7044db20a567ec212ec.bindPopup(popup_630261d28fd54811bf968a06039b00ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f42a5b0feeb5d7044db20a567ec212ec.setIcon(icon_a94f5803ee55bffdc31724b6086b0bd4);
|
|
|
|
|
|
var marker_28be043e56a41c5a43550b304e1fa9e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5fbbe49a9dacd2cfa1f124e1c566e82b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6c7b98e1b88cefd2ab1097e3a54e0a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be964c17a91195166cb0ff02a6be3bcd = $(`<div id="html_be964c17a91195166cb0ff02a6be3bcd" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_f6c7b98e1b88cefd2ab1097e3a54e0a2.setContent(html_be964c17a91195166cb0ff02a6be3bcd);
|
|
|
|
|
|
|
|
marker_28be043e56a41c5a43550b304e1fa9e5.bindPopup(popup_f6c7b98e1b88cefd2ab1097e3a54e0a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28be043e56a41c5a43550b304e1fa9e5.setIcon(icon_5fbbe49a9dacd2cfa1f124e1c566e82b);
|
|
|
|
|
|
var marker_c4c25b0acb2addc8203a124dd8564c4f = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_1c1980062f6072c8c4e6a61c56640e8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c91afa46cf3343b15cc61b15b5c4906d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac87f52f39f8f5866894c81fb8702ef6 = $(`<div id="html_ac87f52f39f8f5866894c81fb8702ef6" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_c91afa46cf3343b15cc61b15b5c4906d.setContent(html_ac87f52f39f8f5866894c81fb8702ef6);
|
|
|
|
|
|
|
|
marker_c4c25b0acb2addc8203a124dd8564c4f.bindPopup(popup_c91afa46cf3343b15cc61b15b5c4906d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4c25b0acb2addc8203a124dd8564c4f.setIcon(icon_1c1980062f6072c8c4e6a61c56640e8d);
|
|
|
|
|
|
var marker_fbfecea2669cedd7b475ac836eb76f15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_80f95c922b095f57d480da1b9bc3e918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a25640f0a22da438e17b1ae214b66a28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f386bbd9c3bdfc11294d900fe7bef4a = $(`<div id="html_6f386bbd9c3bdfc11294d900fe7bef4a" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_a25640f0a22da438e17b1ae214b66a28.setContent(html_6f386bbd9c3bdfc11294d900fe7bef4a);
|
|
|
|
|
|
|
|
marker_fbfecea2669cedd7b475ac836eb76f15.bindPopup(popup_a25640f0a22da438e17b1ae214b66a28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbfecea2669cedd7b475ac836eb76f15.setIcon(icon_80f95c922b095f57d480da1b9bc3e918);
|
|
|
|
|
|
var marker_a388f50e303fd79c9d06b27f5c2822aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_47cec047ca4480c66fb8ea9b1fc6ccbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f86034969248edca61a5406e7590ddca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccdf8effb0f95b2d0450c1c9ec3c0c6a = $(`<div id="html_ccdf8effb0f95b2d0450c1c9ec3c0c6a" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_f86034969248edca61a5406e7590ddca.setContent(html_ccdf8effb0f95b2d0450c1c9ec3c0c6a);
|
|
|
|
|
|
|
|
marker_a388f50e303fd79c9d06b27f5c2822aa.bindPopup(popup_f86034969248edca61a5406e7590ddca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a388f50e303fd79c9d06b27f5c2822aa.setIcon(icon_47cec047ca4480c66fb8ea9b1fc6ccbf);
|
|
|
|
|
|
var marker_f5445490ba4aafef6b4d82898f054bf6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d99eb094e50ec137d3fc32bfed744d77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efe6b5fdcdcf718e8582639d59f7bf5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4723886a1fb67f5685132d642d89b989 = $(`<div id="html_4723886a1fb67f5685132d642d89b989" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_efe6b5fdcdcf718e8582639d59f7bf5e.setContent(html_4723886a1fb67f5685132d642d89b989);
|
|
|
|
|
|
|
|
marker_f5445490ba4aafef6b4d82898f054bf6.bindPopup(popup_efe6b5fdcdcf718e8582639d59f7bf5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5445490ba4aafef6b4d82898f054bf6.setIcon(icon_d99eb094e50ec137d3fc32bfed744d77);
|
|
|
|
|
|
var marker_e6e425bc47daa45c2a4c8a06732e2e32 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_84dce7dbdf873cea9160173bc238b472 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87ba6592f76e7b8afa14e05501470256 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f6da4c1528ffd503bbb8c7b0b8cfa47 = $(`<div id="html_9f6da4c1528ffd503bbb8c7b0b8cfa47" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_87ba6592f76e7b8afa14e05501470256.setContent(html_9f6da4c1528ffd503bbb8c7b0b8cfa47);
|
|
|
|
|
|
|
|
marker_e6e425bc47daa45c2a4c8a06732e2e32.bindPopup(popup_87ba6592f76e7b8afa14e05501470256)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6e425bc47daa45c2a4c8a06732e2e32.setIcon(icon_84dce7dbdf873cea9160173bc238b472);
|
|
|
|
|
|
var marker_0d3dc7b74df4df473d5da84aa9a5624e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_53aa020c448442dbc6f116625f9c9558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a19dc5ecb91babec1d4e72cb19cfab9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f00cbd7e77f6e99806446f5c234d735c = $(`<div id="html_f00cbd7e77f6e99806446f5c234d735c" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_9a19dc5ecb91babec1d4e72cb19cfab9.setContent(html_f00cbd7e77f6e99806446f5c234d735c);
|
|
|
|
|
|
|
|
marker_0d3dc7b74df4df473d5da84aa9a5624e.bindPopup(popup_9a19dc5ecb91babec1d4e72cb19cfab9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d3dc7b74df4df473d5da84aa9a5624e.setIcon(icon_53aa020c448442dbc6f116625f9c9558);
|
|
|
|
|
|
var marker_46f582fce8b5f529614922ac264b7570 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5a6cd4d32fb0241937ba3621bcadf909 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34aa1b03981096ac1a8d48ad777eb003 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f447447e6215ce9effeacef6d2d428b = $(`<div id="html_0f447447e6215ce9effeacef6d2d428b" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_34aa1b03981096ac1a8d48ad777eb003.setContent(html_0f447447e6215ce9effeacef6d2d428b);
|
|
|
|
|
|
|
|
marker_46f582fce8b5f529614922ac264b7570.bindPopup(popup_34aa1b03981096ac1a8d48ad777eb003)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46f582fce8b5f529614922ac264b7570.setIcon(icon_5a6cd4d32fb0241937ba3621bcadf909);
|
|
|
|
|
|
var marker_5352ad52b5fe9a925367240f9396505b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_cb16029cba56fe40e47e70b622724855 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_667dd922e0350bf39bb8ac11cdb5ad89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4769dc054654d89060a10ecda4122579 = $(`<div id="html_4769dc054654d89060a10ecda4122579" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_667dd922e0350bf39bb8ac11cdb5ad89.setContent(html_4769dc054654d89060a10ecda4122579);
|
|
|
|
|
|
|
|
marker_5352ad52b5fe9a925367240f9396505b.bindPopup(popup_667dd922e0350bf39bb8ac11cdb5ad89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5352ad52b5fe9a925367240f9396505b.setIcon(icon_cb16029cba56fe40e47e70b622724855);
|
|
|
|
|
|
var marker_6e76f4c9e42dd93e5ec7f9d6766f6569 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d4ee15a54847de4c2c4fd8f2440a4d25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4fe52ae87f74c84a7cb7dc5f137f593 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6296e181d3a9cccb915e1137711bc59 = $(`<div id="html_b6296e181d3a9cccb915e1137711bc59" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_c4fe52ae87f74c84a7cb7dc5f137f593.setContent(html_b6296e181d3a9cccb915e1137711bc59);
|
|
|
|
|
|
|
|
marker_6e76f4c9e42dd93e5ec7f9d6766f6569.bindPopup(popup_c4fe52ae87f74c84a7cb7dc5f137f593)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e76f4c9e42dd93e5ec7f9d6766f6569.setIcon(icon_d4ee15a54847de4c2c4fd8f2440a4d25);
|
|
|
|
|
|
var marker_cad47a20287ff0fae773e8215a929f3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f4d6b5887f2e062a41f0319f13195434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea8bd73a0b1affea573da197977aba8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff5711dc08e985e5527c4e0c28e29edf = $(`<div id="html_ff5711dc08e985e5527c4e0c28e29edf" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_ea8bd73a0b1affea573da197977aba8d.setContent(html_ff5711dc08e985e5527c4e0c28e29edf);
|
|
|
|
|
|
|
|
marker_cad47a20287ff0fae773e8215a929f3c.bindPopup(popup_ea8bd73a0b1affea573da197977aba8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cad47a20287ff0fae773e8215a929f3c.setIcon(icon_f4d6b5887f2e062a41f0319f13195434);
|
|
|
|
|
|
var marker_3a55ef95cd6325484731152d6a37491e = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a76f75c07c73e530e63720c7577212ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c6a80cdbcfb82d77f0e9dde11310042 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc581844910117b538937d25c07931ef = $(`<div id="html_bc581844910117b538937d25c07931ef" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_0c6a80cdbcfb82d77f0e9dde11310042.setContent(html_bc581844910117b538937d25c07931ef);
|
|
|
|
|
|
|
|
marker_3a55ef95cd6325484731152d6a37491e.bindPopup(popup_0c6a80cdbcfb82d77f0e9dde11310042)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a55ef95cd6325484731152d6a37491e.setIcon(icon_a76f75c07c73e530e63720c7577212ec);
|
|
|
|
|
|
var marker_8351c804741060b1cefc1da279c7e080 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ff9568c86afb931bf655344b431aaaed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_039691137b9340700d2343741a37c572 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f55d74504cdf3a39ea4fb236b3f91087 = $(`<div id="html_f55d74504cdf3a39ea4fb236b3f91087" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_039691137b9340700d2343741a37c572.setContent(html_f55d74504cdf3a39ea4fb236b3f91087);
|
|
|
|
|
|
|
|
marker_8351c804741060b1cefc1da279c7e080.bindPopup(popup_039691137b9340700d2343741a37c572)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8351c804741060b1cefc1da279c7e080.setIcon(icon_ff9568c86afb931bf655344b431aaaed);
|
|
|
|
|
|
var marker_2eabb2596df6fb5b12261e8eff3e8eda = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b116dd336aa024dceb836326c301eeab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4384a9276c6827c0b8c0765225912c19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80e037124dbdafbeab27cbd038393575 = $(`<div id="html_80e037124dbdafbeab27cbd038393575" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_4384a9276c6827c0b8c0765225912c19.setContent(html_80e037124dbdafbeab27cbd038393575);
|
|
|
|
|
|
|
|
marker_2eabb2596df6fb5b12261e8eff3e8eda.bindPopup(popup_4384a9276c6827c0b8c0765225912c19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eabb2596df6fb5b12261e8eff3e8eda.setIcon(icon_b116dd336aa024dceb836326c301eeab);
|
|
|
|
|
|
var marker_05df516a149912440eaffd3cadbd73ee = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_37e812d1b537529b212b1b06dc9cc27e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e43ba5de17b3527a838edaa3fd3a58da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bc3fac2fa8a838b16fc0c647d45fcd5 = $(`<div id="html_2bc3fac2fa8a838b16fc0c647d45fcd5" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_e43ba5de17b3527a838edaa3fd3a58da.setContent(html_2bc3fac2fa8a838b16fc0c647d45fcd5);
|
|
|
|
|
|
|
|
marker_05df516a149912440eaffd3cadbd73ee.bindPopup(popup_e43ba5de17b3527a838edaa3fd3a58da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05df516a149912440eaffd3cadbd73ee.setIcon(icon_37e812d1b537529b212b1b06dc9cc27e);
|
|
|
|
|
|
var marker_581a4345f2dfe18975cd87c37d7230ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f15c4a8500f1444e3ff4a9710212b748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_580d514d05a38bf2f66416953e53c8bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9b66a86bae56b49313365286c120849 = $(`<div id="html_d9b66a86bae56b49313365286c120849" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_580d514d05a38bf2f66416953e53c8bb.setContent(html_d9b66a86bae56b49313365286c120849);
|
|
|
|
|
|
|
|
marker_581a4345f2dfe18975cd87c37d7230ce.bindPopup(popup_580d514d05a38bf2f66416953e53c8bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_581a4345f2dfe18975cd87c37d7230ce.setIcon(icon_f15c4a8500f1444e3ff4a9710212b748);
|
|
|
|
|
|
var marker_2ab06929d45dd05dd0f18965512d7e44 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_609e82fefd9d0f92b33f5e867197f86b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26a28292f69c46b50ff8f9f1a4e17078 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d8eca380b4e212be2d58a3f68263c90 = $(`<div id="html_8d8eca380b4e212be2d58a3f68263c90" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_26a28292f69c46b50ff8f9f1a4e17078.setContent(html_8d8eca380b4e212be2d58a3f68263c90);
|
|
|
|
|
|
|
|
marker_2ab06929d45dd05dd0f18965512d7e44.bindPopup(popup_26a28292f69c46b50ff8f9f1a4e17078)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ab06929d45dd05dd0f18965512d7e44.setIcon(icon_609e82fefd9d0f92b33f5e867197f86b);
|
|
|
|
|
|
var marker_1ccb91edfb5f6515c5542bc3e5ef8135 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_826e72d2c7655094a779c98d7259a39a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43010924947e6b33dbb19ae70d8ad296 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16a124db01bcf66f0c49639e80f1f295 = $(`<div id="html_16a124db01bcf66f0c49639e80f1f295" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_43010924947e6b33dbb19ae70d8ad296.setContent(html_16a124db01bcf66f0c49639e80f1f295);
|
|
|
|
|
|
|
|
marker_1ccb91edfb5f6515c5542bc3e5ef8135.bindPopup(popup_43010924947e6b33dbb19ae70d8ad296)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ccb91edfb5f6515c5542bc3e5ef8135.setIcon(icon_826e72d2c7655094a779c98d7259a39a);
|
|
|
|
|
|
var marker_a4e892421ad67dac545664ef5bd11e81 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f70b35187ec14100b325b1764804c217 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33a80c3e210d54ae04094380a5b10e96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2528b91aadc8a4e3611353ab225e1e4 = $(`<div id="html_e2528b91aadc8a4e3611353ab225e1e4" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_33a80c3e210d54ae04094380a5b10e96.setContent(html_e2528b91aadc8a4e3611353ab225e1e4);
|
|
|
|
|
|
|
|
marker_a4e892421ad67dac545664ef5bd11e81.bindPopup(popup_33a80c3e210d54ae04094380a5b10e96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4e892421ad67dac545664ef5bd11e81.setIcon(icon_f70b35187ec14100b325b1764804c217);
|
|
|
|
|
|
var marker_cef5e586726c81c3a7d8cbb711b5e589 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_14f49da7999d26b8079e9f472732ff68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e99bf18d9223bda6cdf454cdb5bd67d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93454c8d937a9b3d8c69f525d90973c0 = $(`<div id="html_93454c8d937a9b3d8c69f525d90973c0" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_e99bf18d9223bda6cdf454cdb5bd67d9.setContent(html_93454c8d937a9b3d8c69f525d90973c0);
|
|
|
|
|
|
|
|
marker_cef5e586726c81c3a7d8cbb711b5e589.bindPopup(popup_e99bf18d9223bda6cdf454cdb5bd67d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cef5e586726c81c3a7d8cbb711b5e589.setIcon(icon_14f49da7999d26b8079e9f472732ff68);
|
|
|
|
|
|
var marker_ccfab6e694a5b85b68a590d4a2c9a1d6 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_4439dbeea11cdc55aca99d9f1823732f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5284bbe394d9dbd86daaa9b4408bac8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ea23a9b506a4bb06a05ac04138e89f1 = $(`<div id="html_4ea23a9b506a4bb06a05ac04138e89f1" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_a5284bbe394d9dbd86daaa9b4408bac8.setContent(html_4ea23a9b506a4bb06a05ac04138e89f1);
|
|
|
|
|
|
|
|
marker_ccfab6e694a5b85b68a590d4a2c9a1d6.bindPopup(popup_a5284bbe394d9dbd86daaa9b4408bac8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccfab6e694a5b85b68a590d4a2c9a1d6.setIcon(icon_4439dbeea11cdc55aca99d9f1823732f);
|
|
|
|
|
|
var marker_94c71e360ca7f3c75863f2dd655808b3 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_7707b4c748430241e129399d299462b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9eadf954dcfaaf7d47cf6bbbd503f14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6e1c0f2fada5bb6bf5ae3fde0435db = $(`<div id="html_cd6e1c0f2fada5bb6bf5ae3fde0435db" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_c9eadf954dcfaaf7d47cf6bbbd503f14.setContent(html_cd6e1c0f2fada5bb6bf5ae3fde0435db);
|
|
|
|
|
|
|
|
marker_94c71e360ca7f3c75863f2dd655808b3.bindPopup(popup_c9eadf954dcfaaf7d47cf6bbbd503f14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94c71e360ca7f3c75863f2dd655808b3.setIcon(icon_7707b4c748430241e129399d299462b8);
|
|
|
|
|
|
var marker_e5e98994918bc2181ce188471d3776c5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_11df7c63309a97570f590cc3bb01743c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_180350c6e9f6358bed9a04d8750a598b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e73f4fb59dca60743af9afce684f3166 = $(`<div id="html_e73f4fb59dca60743af9afce684f3166" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_180350c6e9f6358bed9a04d8750a598b.setContent(html_e73f4fb59dca60743af9afce684f3166);
|
|
|
|
|
|
|
|
marker_e5e98994918bc2181ce188471d3776c5.bindPopup(popup_180350c6e9f6358bed9a04d8750a598b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5e98994918bc2181ce188471d3776c5.setIcon(icon_11df7c63309a97570f590cc3bb01743c);
|
|
|
|
|
|
var marker_8c7355fecd5ae58190900e4862b3c0d2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_32c1b22263d034e245f91b2950d3378b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_708d4fb0ee82e1f5669dfbef887ff3fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7e65f045b8fe4e4d60cfbabd3aba100 = $(`<div id="html_f7e65f045b8fe4e4d60cfbabd3aba100" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_708d4fb0ee82e1f5669dfbef887ff3fa.setContent(html_f7e65f045b8fe4e4d60cfbabd3aba100);
|
|
|
|
|
|
|
|
marker_8c7355fecd5ae58190900e4862b3c0d2.bindPopup(popup_708d4fb0ee82e1f5669dfbef887ff3fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c7355fecd5ae58190900e4862b3c0d2.setIcon(icon_32c1b22263d034e245f91b2950d3378b);
|
|
|
|
|
|
var marker_95b59f06a022c00106f359e21b907374 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_250a827d668e14a6376dbbbceb9bdb47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_497f8839b9ebc36b095c9c2ce4bf6e78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26c7845886c270f8ba2931a37431c3cd = $(`<div id="html_26c7845886c270f8ba2931a37431c3cd" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_497f8839b9ebc36b095c9c2ce4bf6e78.setContent(html_26c7845886c270f8ba2931a37431c3cd);
|
|
|
|
|
|
|
|
marker_95b59f06a022c00106f359e21b907374.bindPopup(popup_497f8839b9ebc36b095c9c2ce4bf6e78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95b59f06a022c00106f359e21b907374.setIcon(icon_250a827d668e14a6376dbbbceb9bdb47);
|
|
|
|
|
|
var marker_dffdd4e07f3bf8e16b765da882edbdf2 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_55b7b28dfa09f4320b691cfe742b7b79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_365a90e5207faf0b6b23e1162d5837ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8850e4b49a7c5a995cc7c40a8ebc982c = $(`<div id="html_8850e4b49a7c5a995cc7c40a8ebc982c" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_365a90e5207faf0b6b23e1162d5837ca.setContent(html_8850e4b49a7c5a995cc7c40a8ebc982c);
|
|
|
|
|
|
|
|
marker_dffdd4e07f3bf8e16b765da882edbdf2.bindPopup(popup_365a90e5207faf0b6b23e1162d5837ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dffdd4e07f3bf8e16b765da882edbdf2.setIcon(icon_55b7b28dfa09f4320b691cfe742b7b79);
|
|
|
|
|
|
var marker_55c921649d27f28103490cd5abaec47d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_d79477b7e8c7e4dd5ca5dd8e53e88357 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1e337748474f043600f680a0991a5b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1e8022bc49ad6ff29c6045d57bd96ed = $(`<div id="html_f1e8022bc49ad6ff29c6045d57bd96ed" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_b1e337748474f043600f680a0991a5b6.setContent(html_f1e8022bc49ad6ff29c6045d57bd96ed);
|
|
|
|
|
|
|
|
marker_55c921649d27f28103490cd5abaec47d.bindPopup(popup_b1e337748474f043600f680a0991a5b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55c921649d27f28103490cd5abaec47d.setIcon(icon_d79477b7e8c7e4dd5ca5dd8e53e88357);
|
|
|
|
|
|
var marker_50e801a259a949b882f78a71d3423f16 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f8f867ad5b738cd0adc1379c807a1a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd733a5c1a42ded4af67ddb318efbca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2476fbf0c1f51727cac9ba8c53314e0 = $(`<div id="html_d2476fbf0c1f51727cac9ba8c53314e0" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_ddd733a5c1a42ded4af67ddb318efbca.setContent(html_d2476fbf0c1f51727cac9ba8c53314e0);
|
|
|
|
|
|
|
|
marker_50e801a259a949b882f78a71d3423f16.bindPopup(popup_ddd733a5c1a42ded4af67ddb318efbca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50e801a259a949b882f78a71d3423f16.setIcon(icon_f8f867ad5b738cd0adc1379c807a1a6d);
|
|
|
|
|
|
var marker_11c04cf03273c48b672450876f1f045f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ca9cb25d6e7416fc076deac5ed4fccb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9a348c017c4fb0660829f85cdf99656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3bd1d745ae32dcc4328f4eb5a5516c2 = $(`<div id="html_e3bd1d745ae32dcc4328f4eb5a5516c2" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_e9a348c017c4fb0660829f85cdf99656.setContent(html_e3bd1d745ae32dcc4328f4eb5a5516c2);
|
|
|
|
|
|
|
|
marker_11c04cf03273c48b672450876f1f045f.bindPopup(popup_e9a348c017c4fb0660829f85cdf99656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11c04cf03273c48b672450876f1f045f.setIcon(icon_ca9cb25d6e7416fc076deac5ed4fccb2);
|
|
|
|
|
|
var marker_1bc79df0c936777dc97b3e8bc39ab425 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_ca3f26d74fd90e3097dc4be8c542572c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc46a7af0fabad28d856b2b6ff4774b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaf5e4cdc168a4278cd4d9c2ea756595 = $(`<div id="html_eaf5e4cdc168a4278cd4d9c2ea756595" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_cc46a7af0fabad28d856b2b6ff4774b3.setContent(html_eaf5e4cdc168a4278cd4d9c2ea756595);
|
|
|
|
|
|
|
|
marker_1bc79df0c936777dc97b3e8bc39ab425.bindPopup(popup_cc46a7af0fabad28d856b2b6ff4774b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bc79df0c936777dc97b3e8bc39ab425.setIcon(icon_ca3f26d74fd90e3097dc4be8c542572c);
|
|
|
|
|
|
var marker_b4480638bd3ad663d6f0acdbab593187 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_13c40150ec875caeaa335cd3a1828cba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1cbaca5f4c4f684d197524e1fbff0ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33baa5978e1a9309008112bcbb0a483d = $(`<div id="html_33baa5978e1a9309008112bcbb0a483d" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_b1cbaca5f4c4f684d197524e1fbff0ff.setContent(html_33baa5978e1a9309008112bcbb0a483d);
|
|
|
|
|
|
|
|
marker_b4480638bd3ad663d6f0acdbab593187.bindPopup(popup_b1cbaca5f4c4f684d197524e1fbff0ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4480638bd3ad663d6f0acdbab593187.setIcon(icon_13c40150ec875caeaa335cd3a1828cba);
|
|
|
|
|
|
var marker_e16b33af5ee11efb361346aa346b956c = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_373ba88ddb3173a1327eef4602fa8d29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3a4878f215a9aa16f6800660460fa3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b29010b162ec034626065649ffb0e51f = $(`<div id="html_b29010b162ec034626065649ffb0e51f" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_d3a4878f215a9aa16f6800660460fa3a.setContent(html_b29010b162ec034626065649ffb0e51f);
|
|
|
|
|
|
|
|
marker_e16b33af5ee11efb361346aa346b956c.bindPopup(popup_d3a4878f215a9aa16f6800660460fa3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e16b33af5ee11efb361346aa346b956c.setIcon(icon_373ba88ddb3173a1327eef4602fa8d29);
|
|
|
|
|
|
var marker_8071448242048d68c1406094df52d1ea = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_5ffcb03688f75ff9acb49da0340a2ecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abe7a44c7b80559e5b7b861adbb3a892 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8553f28f7c152f8f6bb4a2c6eaaecb67 = $(`<div id="html_8553f28f7c152f8f6bb4a2c6eaaecb67" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_abe7a44c7b80559e5b7b861adbb3a892.setContent(html_8553f28f7c152f8f6bb4a2c6eaaecb67);
|
|
|
|
|
|
|
|
marker_8071448242048d68c1406094df52d1ea.bindPopup(popup_abe7a44c7b80559e5b7b861adbb3a892)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8071448242048d68c1406094df52d1ea.setIcon(icon_5ffcb03688f75ff9acb49da0340a2ecc);
|
|
|
|
|
|
var marker_5913c8267a509ec9987182c6b0b1b77b = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_70aa4674a875340a1b2668cb84d0b604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e5666c6c3c1f879b2e03484149dac1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_384fb6eae8f27093755c5d2cc0752105 = $(`<div id="html_384fb6eae8f27093755c5d2cc0752105" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_84e5666c6c3c1f879b2e03484149dac1.setContent(html_384fb6eae8f27093755c5d2cc0752105);
|
|
|
|
|
|
|
|
marker_5913c8267a509ec9987182c6b0b1b77b.bindPopup(popup_84e5666c6c3c1f879b2e03484149dac1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5913c8267a509ec9987182c6b0b1b77b.setIcon(icon_70aa4674a875340a1b2668cb84d0b604);
|
|
|
|
|
|
var marker_5fdccb5debeb75f1ea7a5c65540c2c2f = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_705e80d59f8668a4bb1c1f41ec7eb6ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79f811ab66cd46a2958d18c74c0f4a3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6faec6abeaf6ed61fc20c9e3dcc85a7c = $(`<div id="html_6faec6abeaf6ed61fc20c9e3dcc85a7c" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_79f811ab66cd46a2958d18c74c0f4a3c.setContent(html_6faec6abeaf6ed61fc20c9e3dcc85a7c);
|
|
|
|
|
|
|
|
marker_5fdccb5debeb75f1ea7a5c65540c2c2f.bindPopup(popup_79f811ab66cd46a2958d18c74c0f4a3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fdccb5debeb75f1ea7a5c65540c2c2f.setIcon(icon_705e80d59f8668a4bb1c1f41ec7eb6ac);
|
|
|
|
|
|
var marker_d01fb8cc8d54f781824eae823251aa9d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_bd70d8b40ce80eb534e6c1a435095940 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65ddc785a1c8b4fe231e8cae907c42c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3c294624d941b18a20d2f3f208cf16b = $(`<div id="html_c3c294624d941b18a20d2f3f208cf16b" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_65ddc785a1c8b4fe231e8cae907c42c4.setContent(html_c3c294624d941b18a20d2f3f208cf16b);
|
|
|
|
|
|
|
|
marker_d01fb8cc8d54f781824eae823251aa9d.bindPopup(popup_65ddc785a1c8b4fe231e8cae907c42c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d01fb8cc8d54f781824eae823251aa9d.setIcon(icon_bd70d8b40ce80eb534e6c1a435095940);
|
|
|
|
|
|
var marker_4ad37f814b4f21c36fbbfc59a82c9a50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_60b90ebdd9735f0cb20248fcfe660c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c6b581b49d5d4ec782dc323f23c34bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d254d80c53d11f38335178153b6536a = $(`<div id="html_0d254d80c53d11f38335178153b6536a" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_0c6b581b49d5d4ec782dc323f23c34bb.setContent(html_0d254d80c53d11f38335178153b6536a);
|
|
|
|
|
|
|
|
marker_4ad37f814b4f21c36fbbfc59a82c9a50.bindPopup(popup_0c6b581b49d5d4ec782dc323f23c34bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ad37f814b4f21c36fbbfc59a82c9a50.setIcon(icon_60b90ebdd9735f0cb20248fcfe660c85);
|
|
|
|
|
|
var marker_b388796f20ddcfe76bfa887a8771634b = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_f2cbdfd609eb90ff314eb6a020674c12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6756b4139d5280b8a85b8ce4f9175ad0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd83f3d6c5d0864782e76c6e875ba5b5 = $(`<div id="html_fd83f3d6c5d0864782e76c6e875ba5b5" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_6756b4139d5280b8a85b8ce4f9175ad0.setContent(html_fd83f3d6c5d0864782e76c6e875ba5b5);
|
|
|
|
|
|
|
|
marker_b388796f20ddcfe76bfa887a8771634b.bindPopup(popup_6756b4139d5280b8a85b8ce4f9175ad0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b388796f20ddcfe76bfa887a8771634b.setIcon(icon_f2cbdfd609eb90ff314eb6a020674c12);
|
|
|
|
|
|
var marker_cf8a133fabdc8eb55c7e1e8f253fb963 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_14dbe44dda6ecc71043c09340b775277 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2decf152902689169a964c9bbf1f7140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd73d3edad9093d9388e740d8f608e7c = $(`<div id="html_bd73d3edad9093d9388e740d8f608e7c" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_2decf152902689169a964c9bbf1f7140.setContent(html_bd73d3edad9093d9388e740d8f608e7c);
|
|
|
|
|
|
|
|
marker_cf8a133fabdc8eb55c7e1e8f253fb963.bindPopup(popup_2decf152902689169a964c9bbf1f7140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf8a133fabdc8eb55c7e1e8f253fb963.setIcon(icon_14dbe44dda6ecc71043c09340b775277);
|
|
|
|
|
|
var marker_a1a667ad514621e9f6d39591bb5942c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_455aed2bcee949fb5e46ff6193747c0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f0eb55113a88eb6240c1c9729d938f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ed66640cd2f79e6e8d15bf04b5efc06 = $(`<div id="html_3ed66640cd2f79e6e8d15bf04b5efc06" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_4f0eb55113a88eb6240c1c9729d938f1.setContent(html_3ed66640cd2f79e6e8d15bf04b5efc06);
|
|
|
|
|
|
|
|
marker_a1a667ad514621e9f6d39591bb5942c7.bindPopup(popup_4f0eb55113a88eb6240c1c9729d938f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1a667ad514621e9f6d39591bb5942c7.setIcon(icon_455aed2bcee949fb5e46ff6193747c0f);
|
|
|
|
|
|
var marker_d3be349a22240fa16a44ad57395b255a = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_b3066742a75b5299034a762a09712259 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90c33a7e0272eff1cc6af6655192bc1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abed2ce9b08161ae7894f7c62e18042f = $(`<div id="html_abed2ce9b08161ae7894f7c62e18042f" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_90c33a7e0272eff1cc6af6655192bc1f.setContent(html_abed2ce9b08161ae7894f7c62e18042f);
|
|
|
|
|
|
|
|
marker_d3be349a22240fa16a44ad57395b255a.bindPopup(popup_90c33a7e0272eff1cc6af6655192bc1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3be349a22240fa16a44ad57395b255a.setIcon(icon_b3066742a75b5299034a762a09712259);
|
|
|
|
|
|
var marker_3b3c5bb8447e924b4c6a0461001068f1 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_c7aff546b0606ed6bbc4a0a3044a8b6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b1e5efdd56cf82072c641e5a46de02c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb6809a4f31c00df23ec393a133fdad3 = $(`<div id="html_cb6809a4f31c00df23ec393a133fdad3" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_8b1e5efdd56cf82072c641e5a46de02c.setContent(html_cb6809a4f31c00df23ec393a133fdad3);
|
|
|
|
|
|
|
|
marker_3b3c5bb8447e924b4c6a0461001068f1.bindPopup(popup_8b1e5efdd56cf82072c641e5a46de02c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b3c5bb8447e924b4c6a0461001068f1.setIcon(icon_c7aff546b0606ed6bbc4a0a3044a8b6b);
|
|
|
|
|
|
var marker_dbfb3f99f1658ccb2777f5e35962dff3 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_a5c5e0543c23b429391afdad03285bbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e344d5e9d24e027d34c66141041f1548 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d10fed0be55b9439f17ae732463292f = $(`<div id="html_5d10fed0be55b9439f17ae732463292f" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_e344d5e9d24e027d34c66141041f1548.setContent(html_5d10fed0be55b9439f17ae732463292f);
|
|
|
|
|
|
|
|
marker_dbfb3f99f1658ccb2777f5e35962dff3.bindPopup(popup_e344d5e9d24e027d34c66141041f1548)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbfb3f99f1658ccb2777f5e35962dff3.setIcon(icon_a5c5e0543c23b429391afdad03285bbc);
|
|
|
|
|
|
var marker_f9a31ab4b047d7b0ddf1606c46734b2b = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e98e66308875dc750a417d677065b09c);
|
|
|
|
|
|
var icon_3320966ba39f381cd5d155ce372fa8bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_143f4b3749f9d68e710d1cab3e990cb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3d5c260f4d2b4bf5565eaab1930318f = $(`<div id="html_c3d5c260f4d2b4bf5565eaab1930318f" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_143f4b3749f9d68e710d1cab3e990cb7.setContent(html_c3d5c260f4d2b4bf5565eaab1930318f);
|
|
|
|
|
|
|
|
marker_f9a31ab4b047d7b0ddf1606c46734b2b.bindPopup(popup_143f4b3749f9d68e710d1cab3e990cb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9a31ab4b047d7b0ddf1606c46734b2b.setIcon(icon_3320966ba39f381cd5d155ce372fa8bf);
|
|
|
|
|
|
marker_cluster_e98e66308875dc750a417d677065b09c.addTo(map_89874df5da6d9d988280ca637fb80444);
|
|
|
|
</script>
|
|
</html> |