mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 03:05:18 +00:00
11665 lines
339 KiB
HTML
11665 lines
339 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_7acddc1e38e9277693f3e83c2a671cbc {
|
|
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_7acddc1e38e9277693f3e83c2a671cbc" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_7acddc1e38e9277693f3e83c2a671cbc = L.map(
|
|
"map_7acddc1e38e9277693f3e83c2a671cbc",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_7aa1b1600e82f2e1af14ee12f9b5237d = 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_7aa1b1600e82f2e1af14ee12f9b5237d.addTo(map_7acddc1e38e9277693f3e83c2a671cbc);
|
|
|
|
|
|
var marker_cluster_48391cad6882c94f169343e371746003 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_0546dd497e2511a9e6ba6a4e772e64ad = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_7be98c0aff200f8e32a580d5f031bd4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cab57b7a1e830ee7e803c2c60ff4d4c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed50a32e532393f14a9c49ff99db419f = $(`<div id="html_ed50a32e532393f14a9c49ff99db419f" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_cab57b7a1e830ee7e803c2c60ff4d4c8.setContent(html_ed50a32e532393f14a9c49ff99db419f);
|
|
|
|
|
|
|
|
marker_0546dd497e2511a9e6ba6a4e772e64ad.bindPopup(popup_cab57b7a1e830ee7e803c2c60ff4d4c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0546dd497e2511a9e6ba6a4e772e64ad.setIcon(icon_7be98c0aff200f8e32a580d5f031bd4b);
|
|
|
|
|
|
var marker_f3b9201b80d707d24b24a7990d22901e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9ed52ca1e0b804534fd011bda5aef50b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a3957360ebcc28760a0903a70c63712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a294d20ad139e54027126685e9071d3 = $(`<div id="html_8a294d20ad139e54027126685e9071d3" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_3a3957360ebcc28760a0903a70c63712.setContent(html_8a294d20ad139e54027126685e9071d3);
|
|
|
|
|
|
|
|
marker_f3b9201b80d707d24b24a7990d22901e.bindPopup(popup_3a3957360ebcc28760a0903a70c63712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3b9201b80d707d24b24a7990d22901e.setIcon(icon_9ed52ca1e0b804534fd011bda5aef50b);
|
|
|
|
|
|
var marker_7edfa2a11a31a6b15e65541c90cca112 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6bbabfe9ea2635b512bc279b82cf62ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44445aa8878e3ece8ba7617a011199d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d569316363b3e112b1eb7f95cf3fcdef = $(`<div id="html_d569316363b3e112b1eb7f95cf3fcdef" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_44445aa8878e3ece8ba7617a011199d4.setContent(html_d569316363b3e112b1eb7f95cf3fcdef);
|
|
|
|
|
|
|
|
marker_7edfa2a11a31a6b15e65541c90cca112.bindPopup(popup_44445aa8878e3ece8ba7617a011199d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7edfa2a11a31a6b15e65541c90cca112.setIcon(icon_6bbabfe9ea2635b512bc279b82cf62ed);
|
|
|
|
|
|
var marker_97dd6e3d6d16e10358d88b96d228bb78 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_165e1fc2c061b4c81741286cf44f4f7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_536ca704e5d577660120ab4d6493356c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a6a633f369cc93626749da4812963d9 = $(`<div id="html_2a6a633f369cc93626749da4812963d9" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_536ca704e5d577660120ab4d6493356c.setContent(html_2a6a633f369cc93626749da4812963d9);
|
|
|
|
|
|
|
|
marker_97dd6e3d6d16e10358d88b96d228bb78.bindPopup(popup_536ca704e5d577660120ab4d6493356c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97dd6e3d6d16e10358d88b96d228bb78.setIcon(icon_165e1fc2c061b4c81741286cf44f4f7a);
|
|
|
|
|
|
var marker_a98d117619946d1129e44c6dace7803e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0ed42958e4c96b14cea0313dd5ce4945 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d94f8cb661ea4ea592ef9aeacdb16b5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_946419bbdc81284b10ce5f99059e6dd0 = $(`<div id="html_946419bbdc81284b10ce5f99059e6dd0" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_d94f8cb661ea4ea592ef9aeacdb16b5c.setContent(html_946419bbdc81284b10ce5f99059e6dd0);
|
|
|
|
|
|
|
|
marker_a98d117619946d1129e44c6dace7803e.bindPopup(popup_d94f8cb661ea4ea592ef9aeacdb16b5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a98d117619946d1129e44c6dace7803e.setIcon(icon_0ed42958e4c96b14cea0313dd5ce4945);
|
|
|
|
|
|
var marker_c738d4745a1eea5f685cfe42041cb284 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_8f111e35b364a803745adbbea80680e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e93f64925e8695b25f33750651443eb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_637ebef9fae4fb15500366ab9164d92b = $(`<div id="html_637ebef9fae4fb15500366ab9164d92b" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_e93f64925e8695b25f33750651443eb9.setContent(html_637ebef9fae4fb15500366ab9164d92b);
|
|
|
|
|
|
|
|
marker_c738d4745a1eea5f685cfe42041cb284.bindPopup(popup_e93f64925e8695b25f33750651443eb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c738d4745a1eea5f685cfe42041cb284.setIcon(icon_8f111e35b364a803745adbbea80680e9);
|
|
|
|
|
|
var marker_3824c3dcfb5653d2fd063cdce73475b1 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_11610aec014bb797e150c73bcf70836f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_918efdf155d58fc5b5df7a4753be379a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f4be3668529ad4ef570359b1886f0f3 = $(`<div id="html_1f4be3668529ad4ef570359b1886f0f3" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_918efdf155d58fc5b5df7a4753be379a.setContent(html_1f4be3668529ad4ef570359b1886f0f3);
|
|
|
|
|
|
|
|
marker_3824c3dcfb5653d2fd063cdce73475b1.bindPopup(popup_918efdf155d58fc5b5df7a4753be379a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3824c3dcfb5653d2fd063cdce73475b1.setIcon(icon_11610aec014bb797e150c73bcf70836f);
|
|
|
|
|
|
var marker_a43eccd228ffccdf6efd24a480fe1734 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_c9cad470efc30dc4a6a709c939ba9fb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_985af94057b2b19174e9d6fffa5aa45a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a11bd1621e78402b5d717fed7641b16 = $(`<div id="html_0a11bd1621e78402b5d717fed7641b16" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_985af94057b2b19174e9d6fffa5aa45a.setContent(html_0a11bd1621e78402b5d717fed7641b16);
|
|
|
|
|
|
|
|
marker_a43eccd228ffccdf6efd24a480fe1734.bindPopup(popup_985af94057b2b19174e9d6fffa5aa45a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a43eccd228ffccdf6efd24a480fe1734.setIcon(icon_c9cad470efc30dc4a6a709c939ba9fb4);
|
|
|
|
|
|
var marker_23a3442d93b4997e9102a27a4426b19d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fb35a5079fa6159801b1c849fed066e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ae3b09d3c462ee84c6648548134a02e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a63ec248a61b7bf19ed321dbb79c5873 = $(`<div id="html_a63ec248a61b7bf19ed321dbb79c5873" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_3ae3b09d3c462ee84c6648548134a02e.setContent(html_a63ec248a61b7bf19ed321dbb79c5873);
|
|
|
|
|
|
|
|
marker_23a3442d93b4997e9102a27a4426b19d.bindPopup(popup_3ae3b09d3c462ee84c6648548134a02e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23a3442d93b4997e9102a27a4426b19d.setIcon(icon_fb35a5079fa6159801b1c849fed066e7);
|
|
|
|
|
|
var marker_c4a1a71b2d17d1f7f4122a9497d1d1d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bb75fe50bbfc521f7e3fa0794fb9a682 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a7fbcc016788d4885b8bf6c60244ad7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb142e0149a70019aaab842fb91d9e63 = $(`<div id="html_bb142e0149a70019aaab842fb91d9e63" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_9a7fbcc016788d4885b8bf6c60244ad7.setContent(html_bb142e0149a70019aaab842fb91d9e63);
|
|
|
|
|
|
|
|
marker_c4a1a71b2d17d1f7f4122a9497d1d1d7.bindPopup(popup_9a7fbcc016788d4885b8bf6c60244ad7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4a1a71b2d17d1f7f4122a9497d1d1d7.setIcon(icon_bb75fe50bbfc521f7e3fa0794fb9a682);
|
|
|
|
|
|
var marker_bf991593d0046aaaabb4b39cb914433d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0fab33501f4e181101cd70567a87bea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cab9da51d298c7593fd990b70a1b302 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe4ebde73d1cc7628c3634b62282cf92 = $(`<div id="html_fe4ebde73d1cc7628c3634b62282cf92" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_6cab9da51d298c7593fd990b70a1b302.setContent(html_fe4ebde73d1cc7628c3634b62282cf92);
|
|
|
|
|
|
|
|
marker_bf991593d0046aaaabb4b39cb914433d.bindPopup(popup_6cab9da51d298c7593fd990b70a1b302)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf991593d0046aaaabb4b39cb914433d.setIcon(icon_0fab33501f4e181101cd70567a87bea0);
|
|
|
|
|
|
var marker_91b8df8c571207ae0e9e3c8ab3f109da = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bcbfec9c6d40e81de73eefe77430112d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b017113375b7d141f77dcdef1fc47f55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c406d94dc4198efdfb7399f5da099dd9 = $(`<div id="html_c406d94dc4198efdfb7399f5da099dd9" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_b017113375b7d141f77dcdef1fc47f55.setContent(html_c406d94dc4198efdfb7399f5da099dd9);
|
|
|
|
|
|
|
|
marker_91b8df8c571207ae0e9e3c8ab3f109da.bindPopup(popup_b017113375b7d141f77dcdef1fc47f55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91b8df8c571207ae0e9e3c8ab3f109da.setIcon(icon_bcbfec9c6d40e81de73eefe77430112d);
|
|
|
|
|
|
var marker_97842c4b982b4e83900d9142f7f6acfa = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fe46ed9941b428ec765c1954b6a7cf82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd6fdb36391ff45793a3f7de7e04b6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_835f29eea8ab459ebbd365ff5bdc74d1 = $(`<div id="html_835f29eea8ab459ebbd365ff5bdc74d1" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_ddd6fdb36391ff45793a3f7de7e04b6e.setContent(html_835f29eea8ab459ebbd365ff5bdc74d1);
|
|
|
|
|
|
|
|
marker_97842c4b982b4e83900d9142f7f6acfa.bindPopup(popup_ddd6fdb36391ff45793a3f7de7e04b6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97842c4b982b4e83900d9142f7f6acfa.setIcon(icon_fe46ed9941b428ec765c1954b6a7cf82);
|
|
|
|
|
|
var marker_e164d27e615480722371a4df5662a4d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_968e4fabbde3d023a0c3d6a0c5c16f97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f736ee76ec63cfe5d9381b57ad5c760 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_489f1de3ad5f7efcae6bd4c31e5e8f1a = $(`<div id="html_489f1de3ad5f7efcae6bd4c31e5e8f1a" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_0f736ee76ec63cfe5d9381b57ad5c760.setContent(html_489f1de3ad5f7efcae6bd4c31e5e8f1a);
|
|
|
|
|
|
|
|
marker_e164d27e615480722371a4df5662a4d3.bindPopup(popup_0f736ee76ec63cfe5d9381b57ad5c760)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e164d27e615480722371a4df5662a4d3.setIcon(icon_968e4fabbde3d023a0c3d6a0c5c16f97);
|
|
|
|
|
|
var marker_acae267b794078630cebc350c03231ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_1ed8ae9407c91f6ebe98101ebb2c3224 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37fa913c7d65e7ed8fb6bc7c41a49d98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f69a918e653d9e98cd86e6ac07aa2dd8 = $(`<div id="html_f69a918e653d9e98cd86e6ac07aa2dd8" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_37fa913c7d65e7ed8fb6bc7c41a49d98.setContent(html_f69a918e653d9e98cd86e6ac07aa2dd8);
|
|
|
|
|
|
|
|
marker_acae267b794078630cebc350c03231ba.bindPopup(popup_37fa913c7d65e7ed8fb6bc7c41a49d98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acae267b794078630cebc350c03231ba.setIcon(icon_1ed8ae9407c91f6ebe98101ebb2c3224);
|
|
|
|
|
|
var marker_96a1dda5975265a1a4d7a44d71c0bdc3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a2c51987e870f2274ecc5eb9f6133a95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8457884d147db7f1e0b07fcdc4f6243 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86aeb758d4e4518c634e6287651a7828 = $(`<div id="html_86aeb758d4e4518c634e6287651a7828" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_c8457884d147db7f1e0b07fcdc4f6243.setContent(html_86aeb758d4e4518c634e6287651a7828);
|
|
|
|
|
|
|
|
marker_96a1dda5975265a1a4d7a44d71c0bdc3.bindPopup(popup_c8457884d147db7f1e0b07fcdc4f6243)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a1dda5975265a1a4d7a44d71c0bdc3.setIcon(icon_a2c51987e870f2274ecc5eb9f6133a95);
|
|
|
|
|
|
var marker_5cca92d82702326732f824df26807fd8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d62f6231a31f6f74a22b58b7ac6711e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2cebca714d13e5c69e221c78464cadf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5a4a064e8f48cdf930df645a4fcecbf = $(`<div id="html_f5a4a064e8f48cdf930df645a4fcecbf" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_b2cebca714d13e5c69e221c78464cadf.setContent(html_f5a4a064e8f48cdf930df645a4fcecbf);
|
|
|
|
|
|
|
|
marker_5cca92d82702326732f824df26807fd8.bindPopup(popup_b2cebca714d13e5c69e221c78464cadf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cca92d82702326732f824df26807fd8.setIcon(icon_d62f6231a31f6f74a22b58b7ac6711e8);
|
|
|
|
|
|
var marker_4c47865a03c74f52a02629a365601656 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_786071303170cb95e84fc0e1c6da60d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2929b53a0ed36ba0cb40d303ec72b320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e068703920d6b98b4e338fe334d71a24 = $(`<div id="html_e068703920d6b98b4e338fe334d71a24" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_2929b53a0ed36ba0cb40d303ec72b320.setContent(html_e068703920d6b98b4e338fe334d71a24);
|
|
|
|
|
|
|
|
marker_4c47865a03c74f52a02629a365601656.bindPopup(popup_2929b53a0ed36ba0cb40d303ec72b320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c47865a03c74f52a02629a365601656.setIcon(icon_786071303170cb95e84fc0e1c6da60d9);
|
|
|
|
|
|
var marker_94579fd778e9ca92f9e624beaa338c53 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4d5cbac25a934b1625e7e9335ec73e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31503f3d6f2d1a70299b02266c281239 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6590cc18ecfe0e2288599ee596255591 = $(`<div id="html_6590cc18ecfe0e2288599ee596255591" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_31503f3d6f2d1a70299b02266c281239.setContent(html_6590cc18ecfe0e2288599ee596255591);
|
|
|
|
|
|
|
|
marker_94579fd778e9ca92f9e624beaa338c53.bindPopup(popup_31503f3d6f2d1a70299b02266c281239)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94579fd778e9ca92f9e624beaa338c53.setIcon(icon_4d5cbac25a934b1625e7e9335ec73e03);
|
|
|
|
|
|
var marker_1a64d0efca028c3c7ba8b50850a22bc0 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d4573726d9c2349db21da1ce25e44b23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a6d170d525d3228633398187a5b0e58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725f1af1a6d2e4c87633d964453bf004 = $(`<div id="html_725f1af1a6d2e4c87633d964453bf004" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_5a6d170d525d3228633398187a5b0e58.setContent(html_725f1af1a6d2e4c87633d964453bf004);
|
|
|
|
|
|
|
|
marker_1a64d0efca028c3c7ba8b50850a22bc0.bindPopup(popup_5a6d170d525d3228633398187a5b0e58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a64d0efca028c3c7ba8b50850a22bc0.setIcon(icon_d4573726d9c2349db21da1ce25e44b23);
|
|
|
|
|
|
var marker_61c4aa3fca1c9e68c62cf1e7bafef41b = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_dad8d386c46f60e36e469d1227c93759 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_277814ad4a48d962bb49b0f9bc053073 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5efd5af079f2813c3fa9b55e4da1a8e3 = $(`<div id="html_5efd5af079f2813c3fa9b55e4da1a8e3" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_277814ad4a48d962bb49b0f9bc053073.setContent(html_5efd5af079f2813c3fa9b55e4da1a8e3);
|
|
|
|
|
|
|
|
marker_61c4aa3fca1c9e68c62cf1e7bafef41b.bindPopup(popup_277814ad4a48d962bb49b0f9bc053073)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61c4aa3fca1c9e68c62cf1e7bafef41b.setIcon(icon_dad8d386c46f60e36e469d1227c93759);
|
|
|
|
|
|
var marker_92c34e6263ad876835efcf033ce2afe1 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e3c3a902cdef809505428773c610c1b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639fe5ef868b83f002026c84196956b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d62a72df1b7ca0906403f687202b5e16 = $(`<div id="html_d62a72df1b7ca0906403f687202b5e16" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_639fe5ef868b83f002026c84196956b8.setContent(html_d62a72df1b7ca0906403f687202b5e16);
|
|
|
|
|
|
|
|
marker_92c34e6263ad876835efcf033ce2afe1.bindPopup(popup_639fe5ef868b83f002026c84196956b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92c34e6263ad876835efcf033ce2afe1.setIcon(icon_e3c3a902cdef809505428773c610c1b5);
|
|
|
|
|
|
var marker_aa89d02424ae6ed3818c0478f56a1e7b = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_06ad6a014f3c987d7c28b9abf25cb0b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30f10ad5a786442b3ac68590f6398250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06938566e4ad6375b7f467e290d3745a = $(`<div id="html_06938566e4ad6375b7f467e290d3745a" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_30f10ad5a786442b3ac68590f6398250.setContent(html_06938566e4ad6375b7f467e290d3745a);
|
|
|
|
|
|
|
|
marker_aa89d02424ae6ed3818c0478f56a1e7b.bindPopup(popup_30f10ad5a786442b3ac68590f6398250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa89d02424ae6ed3818c0478f56a1e7b.setIcon(icon_06ad6a014f3c987d7c28b9abf25cb0b9);
|
|
|
|
|
|
var marker_4408174da39714c60f9baedd36872365 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d47ab97889cb974b3b0b28a7c8191afb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e1b5baf91c7de4ebc96bf95aab1bc93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9fedab10ad95c610755eb05e162ee56 = $(`<div id="html_d9fedab10ad95c610755eb05e162ee56" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_7e1b5baf91c7de4ebc96bf95aab1bc93.setContent(html_d9fedab10ad95c610755eb05e162ee56);
|
|
|
|
|
|
|
|
marker_4408174da39714c60f9baedd36872365.bindPopup(popup_7e1b5baf91c7de4ebc96bf95aab1bc93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4408174da39714c60f9baedd36872365.setIcon(icon_d47ab97889cb974b3b0b28a7c8191afb);
|
|
|
|
|
|
var marker_96240a688c299c6da48ca3f2ba3d8c2b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a58b8c543d571843156b22dade6e5a5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca343b75a67190898dda457385db69fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05f172c4f566a660ddb51735ecf906ef = $(`<div id="html_05f172c4f566a660ddb51735ecf906ef" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_ca343b75a67190898dda457385db69fd.setContent(html_05f172c4f566a660ddb51735ecf906ef);
|
|
|
|
|
|
|
|
marker_96240a688c299c6da48ca3f2ba3d8c2b.bindPopup(popup_ca343b75a67190898dda457385db69fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96240a688c299c6da48ca3f2ba3d8c2b.setIcon(icon_a58b8c543d571843156b22dade6e5a5f);
|
|
|
|
|
|
var marker_d097d0d3d449cef6f2e66f9999bb9064 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4231dda8956ee9d65747f6206ce5750c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04a1ee62be351ddc2e1c283ca4ee136f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_badd3e1bb1bfb11e58e31a66a81a1485 = $(`<div id="html_badd3e1bb1bfb11e58e31a66a81a1485" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_04a1ee62be351ddc2e1c283ca4ee136f.setContent(html_badd3e1bb1bfb11e58e31a66a81a1485);
|
|
|
|
|
|
|
|
marker_d097d0d3d449cef6f2e66f9999bb9064.bindPopup(popup_04a1ee62be351ddc2e1c283ca4ee136f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d097d0d3d449cef6f2e66f9999bb9064.setIcon(icon_4231dda8956ee9d65747f6206ce5750c);
|
|
|
|
|
|
var marker_c3f412d164ad86e4508805f6b8aa22dc = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a87a647bcb0b3bc40f942c648682f869 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f8dc557808aa5394adc9240b26bb871 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24e8830a5d8605955d7da3fd374f7a50 = $(`<div id="html_24e8830a5d8605955d7da3fd374f7a50" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_6f8dc557808aa5394adc9240b26bb871.setContent(html_24e8830a5d8605955d7da3fd374f7a50);
|
|
|
|
|
|
|
|
marker_c3f412d164ad86e4508805f6b8aa22dc.bindPopup(popup_6f8dc557808aa5394adc9240b26bb871)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3f412d164ad86e4508805f6b8aa22dc.setIcon(icon_a87a647bcb0b3bc40f942c648682f869);
|
|
|
|
|
|
var marker_fa7fc56bc34aab3db603510e982574c7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_01dafba731ed75ffce29b11c6f8351c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d52967d6f8aa99afb5001169e0091d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89d03c08bdbdfa72db7918d619efe7b4 = $(`<div id="html_89d03c08bdbdfa72db7918d619efe7b4" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_5d52967d6f8aa99afb5001169e0091d4.setContent(html_89d03c08bdbdfa72db7918d619efe7b4);
|
|
|
|
|
|
|
|
marker_fa7fc56bc34aab3db603510e982574c7.bindPopup(popup_5d52967d6f8aa99afb5001169e0091d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa7fc56bc34aab3db603510e982574c7.setIcon(icon_01dafba731ed75ffce29b11c6f8351c7);
|
|
|
|
|
|
var marker_86c72a6ca26bf352138797163df58b2a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2fe148a8fbe8cf4cf66f7fa3a36d00d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da3873e78ce9e6564ae12cc37df3c126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2506653eff779bd3c9ff0093a787dba2 = $(`<div id="html_2506653eff779bd3c9ff0093a787dba2" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_da3873e78ce9e6564ae12cc37df3c126.setContent(html_2506653eff779bd3c9ff0093a787dba2);
|
|
|
|
|
|
|
|
marker_86c72a6ca26bf352138797163df58b2a.bindPopup(popup_da3873e78ce9e6564ae12cc37df3c126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86c72a6ca26bf352138797163df58b2a.setIcon(icon_2fe148a8fbe8cf4cf66f7fa3a36d00d0);
|
|
|
|
|
|
var marker_ab9399abc1ae211384e7228c63e258e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_791dc646ab84031052e58dd73de675e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd3ad941c0249de9471945e3aa43eefc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9d2952776d2ca5bfccbf7c3b593ea4c = $(`<div id="html_f9d2952776d2ca5bfccbf7c3b593ea4c" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_fd3ad941c0249de9471945e3aa43eefc.setContent(html_f9d2952776d2ca5bfccbf7c3b593ea4c);
|
|
|
|
|
|
|
|
marker_ab9399abc1ae211384e7228c63e258e1.bindPopup(popup_fd3ad941c0249de9471945e3aa43eefc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab9399abc1ae211384e7228c63e258e1.setIcon(icon_791dc646ab84031052e58dd73de675e4);
|
|
|
|
|
|
var marker_4698a4e0e3fcef14245c46a837be3040 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_76da9e35145f7a6d1772abce3380fcab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df67d18ca2376b3f2192a9aeaab55029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2ae58aaed3fcd9272af8b0294f4975f = $(`<div id="html_c2ae58aaed3fcd9272af8b0294f4975f" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_df67d18ca2376b3f2192a9aeaab55029.setContent(html_c2ae58aaed3fcd9272af8b0294f4975f);
|
|
|
|
|
|
|
|
marker_4698a4e0e3fcef14245c46a837be3040.bindPopup(popup_df67d18ca2376b3f2192a9aeaab55029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4698a4e0e3fcef14245c46a837be3040.setIcon(icon_76da9e35145f7a6d1772abce3380fcab);
|
|
|
|
|
|
var marker_9b6cf3323995cedf82b2a07c66091792 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_80e3f3d1be60ef2e71523c913ab4d380 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75c606af6ebafc307d229e0d4346d5a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_366c10b03f40ba417a2889cfaa798a48 = $(`<div id="html_366c10b03f40ba417a2889cfaa798a48" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_75c606af6ebafc307d229e0d4346d5a2.setContent(html_366c10b03f40ba417a2889cfaa798a48);
|
|
|
|
|
|
|
|
marker_9b6cf3323995cedf82b2a07c66091792.bindPopup(popup_75c606af6ebafc307d229e0d4346d5a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b6cf3323995cedf82b2a07c66091792.setIcon(icon_80e3f3d1be60ef2e71523c913ab4d380);
|
|
|
|
|
|
var marker_03e86c68c151352c2637228d6686e999 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_865a3c473893fa37ef796f3554de3811 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9c9911720e0b6d56a4f37bb842a3cae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9236083e738feb60ca557474c609bd0 = $(`<div id="html_b9236083e738feb60ca557474c609bd0" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_f9c9911720e0b6d56a4f37bb842a3cae.setContent(html_b9236083e738feb60ca557474c609bd0);
|
|
|
|
|
|
|
|
marker_03e86c68c151352c2637228d6686e999.bindPopup(popup_f9c9911720e0b6d56a4f37bb842a3cae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03e86c68c151352c2637228d6686e999.setIcon(icon_865a3c473893fa37ef796f3554de3811);
|
|
|
|
|
|
var marker_0c371dafe9af580c59379a41eea378f8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_970b47b49d3753dd07a9c7366ad52dca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb058d3abc426740931c90ef41df29de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16534ab68eceadd23a6853f03064506d = $(`<div id="html_16534ab68eceadd23a6853f03064506d" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_cb058d3abc426740931c90ef41df29de.setContent(html_16534ab68eceadd23a6853f03064506d);
|
|
|
|
|
|
|
|
marker_0c371dafe9af580c59379a41eea378f8.bindPopup(popup_cb058d3abc426740931c90ef41df29de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c371dafe9af580c59379a41eea378f8.setIcon(icon_970b47b49d3753dd07a9c7366ad52dca);
|
|
|
|
|
|
var marker_f25c6978c03a2fa75bf7e9fbe7bcc92d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_da9a5f7fb33341aab32fef4c938a25e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_349a71132129379241f2236b71686c32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeb13044a8d90d54994dd0f14f661dfe = $(`<div id="html_eeb13044a8d90d54994dd0f14f661dfe" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_349a71132129379241f2236b71686c32.setContent(html_eeb13044a8d90d54994dd0f14f661dfe);
|
|
|
|
|
|
|
|
marker_f25c6978c03a2fa75bf7e9fbe7bcc92d.bindPopup(popup_349a71132129379241f2236b71686c32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f25c6978c03a2fa75bf7e9fbe7bcc92d.setIcon(icon_da9a5f7fb33341aab32fef4c938a25e7);
|
|
|
|
|
|
var marker_bd8b64e3b8bfc9d3efb51c1e5081c504 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d11ec7616f2ae0bde1281c86ab1dfa2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22587bd74f75e11010abed7620f42221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5219373e5443668a41d4be020e1ee559 = $(`<div id="html_5219373e5443668a41d4be020e1ee559" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_22587bd74f75e11010abed7620f42221.setContent(html_5219373e5443668a41d4be020e1ee559);
|
|
|
|
|
|
|
|
marker_bd8b64e3b8bfc9d3efb51c1e5081c504.bindPopup(popup_22587bd74f75e11010abed7620f42221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd8b64e3b8bfc9d3efb51c1e5081c504.setIcon(icon_d11ec7616f2ae0bde1281c86ab1dfa2d);
|
|
|
|
|
|
var marker_dc40763c72b67f9bbe8a73e3f7d6fa39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_dfc595720c1aa608f4f4f95f67dd0e7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e434693d67da27545b1712979b4e0d2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5788becfdf2fbdc89542db27dd200c7c = $(`<div id="html_5788becfdf2fbdc89542db27dd200c7c" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_e434693d67da27545b1712979b4e0d2f.setContent(html_5788becfdf2fbdc89542db27dd200c7c);
|
|
|
|
|
|
|
|
marker_dc40763c72b67f9bbe8a73e3f7d6fa39.bindPopup(popup_e434693d67da27545b1712979b4e0d2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc40763c72b67f9bbe8a73e3f7d6fa39.setIcon(icon_dfc595720c1aa608f4f4f95f67dd0e7f);
|
|
|
|
|
|
var marker_bdf79ac24ef2dcc161f704a7fed8a424 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_cf4604b4cc8f95d7a8103659ebde5213 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_088790a12a38165d62c9133995a163a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d50237c34b102a2f08cce073ac6769da = $(`<div id="html_d50237c34b102a2f08cce073ac6769da" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_088790a12a38165d62c9133995a163a5.setContent(html_d50237c34b102a2f08cce073ac6769da);
|
|
|
|
|
|
|
|
marker_bdf79ac24ef2dcc161f704a7fed8a424.bindPopup(popup_088790a12a38165d62c9133995a163a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdf79ac24ef2dcc161f704a7fed8a424.setIcon(icon_cf4604b4cc8f95d7a8103659ebde5213);
|
|
|
|
|
|
var marker_d4bd0958d9a2934582d58e140a9e332e = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bd127caa6e8c118a5158108be368ad69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bd94c7c327b98cfaff99e9f857aef68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b5a5dac72bccfb5b96f471d4c0a4580 = $(`<div id="html_9b5a5dac72bccfb5b96f471d4c0a4580" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_2bd94c7c327b98cfaff99e9f857aef68.setContent(html_9b5a5dac72bccfb5b96f471d4c0a4580);
|
|
|
|
|
|
|
|
marker_d4bd0958d9a2934582d58e140a9e332e.bindPopup(popup_2bd94c7c327b98cfaff99e9f857aef68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4bd0958d9a2934582d58e140a9e332e.setIcon(icon_bd127caa6e8c118a5158108be368ad69);
|
|
|
|
|
|
var marker_bd37a15a2221880f28b21a47560570b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6232d9e4c8d9362ba4be25ab0804329e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_599f61fb46cef67a978084772ee0e308 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fceb0a59d1261143c5a66901ee111b7 = $(`<div id="html_7fceb0a59d1261143c5a66901ee111b7" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_599f61fb46cef67a978084772ee0e308.setContent(html_7fceb0a59d1261143c5a66901ee111b7);
|
|
|
|
|
|
|
|
marker_bd37a15a2221880f28b21a47560570b9.bindPopup(popup_599f61fb46cef67a978084772ee0e308)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd37a15a2221880f28b21a47560570b9.setIcon(icon_6232d9e4c8d9362ba4be25ab0804329e);
|
|
|
|
|
|
var marker_3b9f449b0dc2b4a5e3f6846d027595bd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_23f10e6b7dc22f2cfec2dace31628bea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78ae090b9e0c409b6f4480d63b2ecbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d2f9402b6b454ed4078a1c1315a86c0 = $(`<div id="html_2d2f9402b6b454ed4078a1c1315a86c0" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_f78ae090b9e0c409b6f4480d63b2ecbc.setContent(html_2d2f9402b6b454ed4078a1c1315a86c0);
|
|
|
|
|
|
|
|
marker_3b9f449b0dc2b4a5e3f6846d027595bd.bindPopup(popup_f78ae090b9e0c409b6f4480d63b2ecbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b9f449b0dc2b4a5e3f6846d027595bd.setIcon(icon_23f10e6b7dc22f2cfec2dace31628bea);
|
|
|
|
|
|
var marker_fee0dac7bb7d9be33e82082ff559a6fd = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bb06afc15af2de3579963bdea7c00899 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbeb2ed88e454cf17d0abd2d73adb49f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2b03714b6ef263d85796e35429ecd7f = $(`<div id="html_a2b03714b6ef263d85796e35429ecd7f" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_dbeb2ed88e454cf17d0abd2d73adb49f.setContent(html_a2b03714b6ef263d85796e35429ecd7f);
|
|
|
|
|
|
|
|
marker_fee0dac7bb7d9be33e82082ff559a6fd.bindPopup(popup_dbeb2ed88e454cf17d0abd2d73adb49f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fee0dac7bb7d9be33e82082ff559a6fd.setIcon(icon_bb06afc15af2de3579963bdea7c00899);
|
|
|
|
|
|
var marker_7fc8b09c066f372a952d517395292b36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0733f4da47f45da73c1df792612515c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a74df22f117dc0d18b4a771a23a2177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_316d9957596adc65ce45d64c92601509 = $(`<div id="html_316d9957596adc65ce45d64c92601509" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_5a74df22f117dc0d18b4a771a23a2177.setContent(html_316d9957596adc65ce45d64c92601509);
|
|
|
|
|
|
|
|
marker_7fc8b09c066f372a952d517395292b36.bindPopup(popup_5a74df22f117dc0d18b4a771a23a2177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fc8b09c066f372a952d517395292b36.setIcon(icon_0733f4da47f45da73c1df792612515c6);
|
|
|
|
|
|
var marker_aa1b02697e2a57f467701894c7a47852 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d5d84391e47d863ce6c00c40b52851c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9f239b2b26aebd2f3173f7a45c2e12b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ace8c1b2a08f3183c607dd0855922bd1 = $(`<div id="html_ace8c1b2a08f3183c607dd0855922bd1" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_d9f239b2b26aebd2f3173f7a45c2e12b.setContent(html_ace8c1b2a08f3183c607dd0855922bd1);
|
|
|
|
|
|
|
|
marker_aa1b02697e2a57f467701894c7a47852.bindPopup(popup_d9f239b2b26aebd2f3173f7a45c2e12b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa1b02697e2a57f467701894c7a47852.setIcon(icon_d5d84391e47d863ce6c00c40b52851c2);
|
|
|
|
|
|
var marker_5dc2998e21a3ea0c06ddc259c562e0c2 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d1b2e0dce564e55f3f691331b3c7d520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d472df135c026fe280d92840ae66d35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a08ce66ce4e95c79cf6ef076c25ff2cd = $(`<div id="html_a08ce66ce4e95c79cf6ef076c25ff2cd" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_7d472df135c026fe280d92840ae66d35.setContent(html_a08ce66ce4e95c79cf6ef076c25ff2cd);
|
|
|
|
|
|
|
|
marker_5dc2998e21a3ea0c06ddc259c562e0c2.bindPopup(popup_7d472df135c026fe280d92840ae66d35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dc2998e21a3ea0c06ddc259c562e0c2.setIcon(icon_d1b2e0dce564e55f3f691331b3c7d520);
|
|
|
|
|
|
var marker_627959e62a3ca03427ef7f2c59df60db = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_be6d0bf1fe086c6c7ec8c898d2498606 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fb6987e6ab4c723a6d50d225f6d8f0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ece8e7d70b45a7630a68de34a1e6b38 = $(`<div id="html_3ece8e7d70b45a7630a68de34a1e6b38" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_6fb6987e6ab4c723a6d50d225f6d8f0e.setContent(html_3ece8e7d70b45a7630a68de34a1e6b38);
|
|
|
|
|
|
|
|
marker_627959e62a3ca03427ef7f2c59df60db.bindPopup(popup_6fb6987e6ab4c723a6d50d225f6d8f0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_627959e62a3ca03427ef7f2c59df60db.setIcon(icon_be6d0bf1fe086c6c7ec8c898d2498606);
|
|
|
|
|
|
var marker_5028d4a0715bf15c5b9aae9d74e71f3c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9a89b7c2ccf57fd1f928a7e53f0731dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae45b7ad2cdcf23e5bfd4f7b9cea552f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d01e394763d6172d737a490a862a832a = $(`<div id="html_d01e394763d6172d737a490a862a832a" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_ae45b7ad2cdcf23e5bfd4f7b9cea552f.setContent(html_d01e394763d6172d737a490a862a832a);
|
|
|
|
|
|
|
|
marker_5028d4a0715bf15c5b9aae9d74e71f3c.bindPopup(popup_ae45b7ad2cdcf23e5bfd4f7b9cea552f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5028d4a0715bf15c5b9aae9d74e71f3c.setIcon(icon_9a89b7c2ccf57fd1f928a7e53f0731dd);
|
|
|
|
|
|
var marker_3be317f805e4e03e02e6b539b3bc54dd = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_82cb3d374864ea3d650216fc9a3c7b66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48603b066e67fedef379ecd9092d4c21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d75b0a4c88dcaa4e056a5eb19dbfe5a9 = $(`<div id="html_d75b0a4c88dcaa4e056a5eb19dbfe5a9" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_48603b066e67fedef379ecd9092d4c21.setContent(html_d75b0a4c88dcaa4e056a5eb19dbfe5a9);
|
|
|
|
|
|
|
|
marker_3be317f805e4e03e02e6b539b3bc54dd.bindPopup(popup_48603b066e67fedef379ecd9092d4c21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3be317f805e4e03e02e6b539b3bc54dd.setIcon(icon_82cb3d374864ea3d650216fc9a3c7b66);
|
|
|
|
|
|
var marker_16728cea3665ce8719696e4769c9a02d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_52faf72dc6c203dac286fe712bae6d15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_215fd789754d7c992146b4658f55c91b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eae4ae0463b90ec2b8a88425c3845270 = $(`<div id="html_eae4ae0463b90ec2b8a88425c3845270" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_215fd789754d7c992146b4658f55c91b.setContent(html_eae4ae0463b90ec2b8a88425c3845270);
|
|
|
|
|
|
|
|
marker_16728cea3665ce8719696e4769c9a02d.bindPopup(popup_215fd789754d7c992146b4658f55c91b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16728cea3665ce8719696e4769c9a02d.setIcon(icon_52faf72dc6c203dac286fe712bae6d15);
|
|
|
|
|
|
var marker_9c480d56e851d6de9b42ea4c2630ab3b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_13acdad8a5f38d3c718e831414ff6152 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb3b9ec7e0935f0bd8b944dd42f2159e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1e77d71587ce0f304cba14fb6f51b6b = $(`<div id="html_e1e77d71587ce0f304cba14fb6f51b6b" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_cb3b9ec7e0935f0bd8b944dd42f2159e.setContent(html_e1e77d71587ce0f304cba14fb6f51b6b);
|
|
|
|
|
|
|
|
marker_9c480d56e851d6de9b42ea4c2630ab3b.bindPopup(popup_cb3b9ec7e0935f0bd8b944dd42f2159e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c480d56e851d6de9b42ea4c2630ab3b.setIcon(icon_13acdad8a5f38d3c718e831414ff6152);
|
|
|
|
|
|
var marker_c884631a9c4968307fa16ba00cfd3923 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b170679bef783f7ecf1ae6befab21035 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd671c20aa0ad5310dfcf3de9be7ff99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19ded0c3b2d221a7f469f3e1d35a0dc6 = $(`<div id="html_19ded0c3b2d221a7f469f3e1d35a0dc6" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_bd671c20aa0ad5310dfcf3de9be7ff99.setContent(html_19ded0c3b2d221a7f469f3e1d35a0dc6);
|
|
|
|
|
|
|
|
marker_c884631a9c4968307fa16ba00cfd3923.bindPopup(popup_bd671c20aa0ad5310dfcf3de9be7ff99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c884631a9c4968307fa16ba00cfd3923.setIcon(icon_b170679bef783f7ecf1ae6befab21035);
|
|
|
|
|
|
var marker_4186bd12c9c205ad7a7d2eddbbb2d75d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a333ecab97bcfea3e57873497d33f55f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82b9fa9c89681872f15992a15017481e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5040fa678192394229795acecc1c22ec = $(`<div id="html_5040fa678192394229795acecc1c22ec" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_82b9fa9c89681872f15992a15017481e.setContent(html_5040fa678192394229795acecc1c22ec);
|
|
|
|
|
|
|
|
marker_4186bd12c9c205ad7a7d2eddbbb2d75d.bindPopup(popup_82b9fa9c89681872f15992a15017481e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4186bd12c9c205ad7a7d2eddbbb2d75d.setIcon(icon_a333ecab97bcfea3e57873497d33f55f);
|
|
|
|
|
|
var marker_8b80c721563ac27ee6b2de901efe792e = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_61416e0425fb44a1fdde5969e7da4ca7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4c996520fa91dc56bfba797cce3d8ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03666c9240868ec8e90389f82254ae2d = $(`<div id="html_03666c9240868ec8e90389f82254ae2d" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_f4c996520fa91dc56bfba797cce3d8ff.setContent(html_03666c9240868ec8e90389f82254ae2d);
|
|
|
|
|
|
|
|
marker_8b80c721563ac27ee6b2de901efe792e.bindPopup(popup_f4c996520fa91dc56bfba797cce3d8ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b80c721563ac27ee6b2de901efe792e.setIcon(icon_61416e0425fb44a1fdde5969e7da4ca7);
|
|
|
|
|
|
var marker_d2ba894c57fd56deddd7c8657778285b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_06a935d6f66351c7fbd02e258ad9ad66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b3adfde590a2feb70f2d2f33ea55b21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23b6ce760878dcdbc911e036df455c3e = $(`<div id="html_23b6ce760878dcdbc911e036df455c3e" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_9b3adfde590a2feb70f2d2f33ea55b21.setContent(html_23b6ce760878dcdbc911e036df455c3e);
|
|
|
|
|
|
|
|
marker_d2ba894c57fd56deddd7c8657778285b.bindPopup(popup_9b3adfde590a2feb70f2d2f33ea55b21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2ba894c57fd56deddd7c8657778285b.setIcon(icon_06a935d6f66351c7fbd02e258ad9ad66);
|
|
|
|
|
|
var marker_3523d70b7b081e37ec9e58bcfe10134a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_29392d99b6ed1daf02f4d011b821a21c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fcd9656c86c274d6850e9ffe02531d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae18826d29130bef0636ac79ac268002 = $(`<div id="html_ae18826d29130bef0636ac79ac268002" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_3fcd9656c86c274d6850e9ffe02531d7.setContent(html_ae18826d29130bef0636ac79ac268002);
|
|
|
|
|
|
|
|
marker_3523d70b7b081e37ec9e58bcfe10134a.bindPopup(popup_3fcd9656c86c274d6850e9ffe02531d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3523d70b7b081e37ec9e58bcfe10134a.setIcon(icon_29392d99b6ed1daf02f4d011b821a21c);
|
|
|
|
|
|
var marker_5de62e61a76bdd6e858e775eb845bb48 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a28dd66577fa5445e48a05d4e110dee3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71e9b639af128ba655e4649067ae8bf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4200ddbc01289ef1afcbbc120a0552e9 = $(`<div id="html_4200ddbc01289ef1afcbbc120a0552e9" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_71e9b639af128ba655e4649067ae8bf5.setContent(html_4200ddbc01289ef1afcbbc120a0552e9);
|
|
|
|
|
|
|
|
marker_5de62e61a76bdd6e858e775eb845bb48.bindPopup(popup_71e9b639af128ba655e4649067ae8bf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5de62e61a76bdd6e858e775eb845bb48.setIcon(icon_a28dd66577fa5445e48a05d4e110dee3);
|
|
|
|
|
|
var marker_ae74fdd44eca3992e2361778f6bd22a2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fd3fe56091e995bb605b755e663ec65b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3afd0e524871320ec328c930e3116c8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eae4844fe7072ec8ec1ac86ccfa119e1 = $(`<div id="html_eae4844fe7072ec8ec1ac86ccfa119e1" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_3afd0e524871320ec328c930e3116c8d.setContent(html_eae4844fe7072ec8ec1ac86ccfa119e1);
|
|
|
|
|
|
|
|
marker_ae74fdd44eca3992e2361778f6bd22a2.bindPopup(popup_3afd0e524871320ec328c930e3116c8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae74fdd44eca3992e2361778f6bd22a2.setIcon(icon_fd3fe56091e995bb605b755e663ec65b);
|
|
|
|
|
|
var marker_391cdcccc8824b63878588f33ffa35ec = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a8e85c29d43a31409ad9f5eac7f92e1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_015a068961a5be031a86dc11719c5d01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed952fdfb82242f3f66cc6a276047b39 = $(`<div id="html_ed952fdfb82242f3f66cc6a276047b39" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_015a068961a5be031a86dc11719c5d01.setContent(html_ed952fdfb82242f3f66cc6a276047b39);
|
|
|
|
|
|
|
|
marker_391cdcccc8824b63878588f33ffa35ec.bindPopup(popup_015a068961a5be031a86dc11719c5d01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_391cdcccc8824b63878588f33ffa35ec.setIcon(icon_a8e85c29d43a31409ad9f5eac7f92e1e);
|
|
|
|
|
|
var marker_094dc762af525452c5f6cd27b76da549 = L.marker(
|
|
[37.5234, -77.3158],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5cf4ee27fc702d7a90d3746f702363e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d98b30d62b52f1fcd67dd2df3e946402 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97d115416686a970bd9ec63f325cc272 = $(`<div id="html_97d115416686a970bd9ec63f325cc272" style="width: 100.0%; height: 100.0%;">relay.sloannetworks.com</div>`)[0];
|
|
popup_d98b30d62b52f1fcd67dd2df3e946402.setContent(html_97d115416686a970bd9ec63f325cc272);
|
|
|
|
|
|
|
|
marker_094dc762af525452c5f6cd27b76da549.bindPopup(popup_d98b30d62b52f1fcd67dd2df3e946402)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_094dc762af525452c5f6cd27b76da549.setIcon(icon_5cf4ee27fc702d7a90d3746f702363e7);
|
|
|
|
|
|
var marker_e6a9c2a9c48657b82723d0284b999788 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_7e11db6fe7ba307e22c509c4aa7fe61f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_512d0edbfa1e483e685a9bef93b79a9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fa02b13b22adc2754d91a33ad4e2d0e = $(`<div id="html_5fa02b13b22adc2754d91a33ad4e2d0e" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_512d0edbfa1e483e685a9bef93b79a9d.setContent(html_5fa02b13b22adc2754d91a33ad4e2d0e);
|
|
|
|
|
|
|
|
marker_e6a9c2a9c48657b82723d0284b999788.bindPopup(popup_512d0edbfa1e483e685a9bef93b79a9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6a9c2a9c48657b82723d0284b999788.setIcon(icon_7e11db6fe7ba307e22c509c4aa7fe61f);
|
|
|
|
|
|
var marker_21a78a3efa24ee8bf087d5c0e6efc89b = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_c6488ac28db568c602a644f80e71b5f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9843e33ab780833584d9614b273e6473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5698be880e44dd23229c8e05a308ceaa = $(`<div id="html_5698be880e44dd23229c8e05a308ceaa" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_9843e33ab780833584d9614b273e6473.setContent(html_5698be880e44dd23229c8e05a308ceaa);
|
|
|
|
|
|
|
|
marker_21a78a3efa24ee8bf087d5c0e6efc89b.bindPopup(popup_9843e33ab780833584d9614b273e6473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21a78a3efa24ee8bf087d5c0e6efc89b.setIcon(icon_c6488ac28db568c602a644f80e71b5f5);
|
|
|
|
|
|
var marker_936d06ff86964b867c9c1ff2e6c2cbd6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a596a2f0685ad84d20fb9d8877785556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d5f2112a69945c173624d3851e7a8ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f80c9a2fbccd7e611df0ed358bff595 = $(`<div id="html_2f80c9a2fbccd7e611df0ed358bff595" style="width: 100.0%; height: 100.0%;">relay.rushmi0.win</div>`)[0];
|
|
popup_2d5f2112a69945c173624d3851e7a8ac.setContent(html_2f80c9a2fbccd7e611df0ed358bff595);
|
|
|
|
|
|
|
|
marker_936d06ff86964b867c9c1ff2e6c2cbd6.bindPopup(popup_2d5f2112a69945c173624d3851e7a8ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_936d06ff86964b867c9c1ff2e6c2cbd6.setIcon(icon_a596a2f0685ad84d20fb9d8877785556);
|
|
|
|
|
|
var marker_126dcc4cffc8d32daa01854a0dc720ab = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_ad5dd872cc659cd3141685f461e066e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66a5c97714ee026e764592c46b84cfb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b551322de564c6dcc2199e4d281b36c5 = $(`<div id="html_b551322de564c6dcc2199e4d281b36c5" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_66a5c97714ee026e764592c46b84cfb9.setContent(html_b551322de564c6dcc2199e4d281b36c5);
|
|
|
|
|
|
|
|
marker_126dcc4cffc8d32daa01854a0dc720ab.bindPopup(popup_66a5c97714ee026e764592c46b84cfb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_126dcc4cffc8d32daa01854a0dc720ab.setIcon(icon_ad5dd872cc659cd3141685f461e066e2);
|
|
|
|
|
|
var marker_32cb3507b8344dbe613d406892cfbb14 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_00dbba2838fdd69a308d4413f1722cf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5306a09426aa23669c8216bbc654bec8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_051471f893ff44bee2a053a3fe787e0a = $(`<div id="html_051471f893ff44bee2a053a3fe787e0a" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_5306a09426aa23669c8216bbc654bec8.setContent(html_051471f893ff44bee2a053a3fe787e0a);
|
|
|
|
|
|
|
|
marker_32cb3507b8344dbe613d406892cfbb14.bindPopup(popup_5306a09426aa23669c8216bbc654bec8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32cb3507b8344dbe613d406892cfbb14.setIcon(icon_00dbba2838fdd69a308d4413f1722cf4);
|
|
|
|
|
|
var marker_f4145e7379664cac2e1a749e1588e1c4 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2440b5a1b1cdee3fd211ccf2c30c2cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa0c960046ef15aa48198b2c09de788 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47fdfd86e57970ff204b0d06c58c6bba = $(`<div id="html_47fdfd86e57970ff204b0d06c58c6bba" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_caa0c960046ef15aa48198b2c09de788.setContent(html_47fdfd86e57970ff204b0d06c58c6bba);
|
|
|
|
|
|
|
|
marker_f4145e7379664cac2e1a749e1588e1c4.bindPopup(popup_caa0c960046ef15aa48198b2c09de788)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4145e7379664cac2e1a749e1588e1c4.setIcon(icon_2440b5a1b1cdee3fd211ccf2c30c2cab);
|
|
|
|
|
|
var marker_6364fd477ff07c6faf30e8471cc210f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_24fdc7c0b332cefaf07492ba5f1071a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be0b793e907c754a9b6c0a9d663d790 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd5e0bdb218e6b12164c9cb0e3abd448 = $(`<div id="html_bd5e0bdb218e6b12164c9cb0e3abd448" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_1be0b793e907c754a9b6c0a9d663d790.setContent(html_bd5e0bdb218e6b12164c9cb0e3abd448);
|
|
|
|
|
|
|
|
marker_6364fd477ff07c6faf30e8471cc210f5.bindPopup(popup_1be0b793e907c754a9b6c0a9d663d790)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6364fd477ff07c6faf30e8471cc210f5.setIcon(icon_24fdc7c0b332cefaf07492ba5f1071a2);
|
|
|
|
|
|
var marker_a3c9fed7ccbcc908cd5fe8feb3c6b431 = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d718c54e34255748ecd71d44c0e4c484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12d49764fbd6e3130f19009546e18a0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8083b5c68423052f26f0cf1e81911cc = $(`<div id="html_f8083b5c68423052f26f0cf1e81911cc" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_12d49764fbd6e3130f19009546e18a0e.setContent(html_f8083b5c68423052f26f0cf1e81911cc);
|
|
|
|
|
|
|
|
marker_a3c9fed7ccbcc908cd5fe8feb3c6b431.bindPopup(popup_12d49764fbd6e3130f19009546e18a0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c9fed7ccbcc908cd5fe8feb3c6b431.setIcon(icon_d718c54e34255748ecd71d44c0e4c484);
|
|
|
|
|
|
var marker_7bcc53e5cacff9e5a0b719290eaf3157 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_ac3882f3543aebb232ec44ebb2ae4951 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb2fe0dd523e83f067f8996df3ad518e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c21f94dd7e1a453f5ee884bc73857cec = $(`<div id="html_c21f94dd7e1a453f5ee884bc73857cec" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_bb2fe0dd523e83f067f8996df3ad518e.setContent(html_c21f94dd7e1a453f5ee884bc73857cec);
|
|
|
|
|
|
|
|
marker_7bcc53e5cacff9e5a0b719290eaf3157.bindPopup(popup_bb2fe0dd523e83f067f8996df3ad518e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bcc53e5cacff9e5a0b719290eaf3157.setIcon(icon_ac3882f3543aebb232ec44ebb2ae4951);
|
|
|
|
|
|
var marker_97be798fab0a1b7222ccd033d3200d1f = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_40bf1c2d727f0a85ba4175e3bd3e66c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5d41b51f2d380cf86413834244ea102 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e128577f5e015e557127153eb65b6dd5 = $(`<div id="html_e128577f5e015e557127153eb65b6dd5" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_b5d41b51f2d380cf86413834244ea102.setContent(html_e128577f5e015e557127153eb65b6dd5);
|
|
|
|
|
|
|
|
marker_97be798fab0a1b7222ccd033d3200d1f.bindPopup(popup_b5d41b51f2d380cf86413834244ea102)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97be798fab0a1b7222ccd033d3200d1f.setIcon(icon_40bf1c2d727f0a85ba4175e3bd3e66c0);
|
|
|
|
|
|
var marker_ac6fe30a7f58dec3cd637fe0442c0e2f = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_09af7f1006921212678fb1234fcd1993 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dfdb749134652652bb62bc3faa5e2fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942e88fe0a251b7ed1da71fa52c33a77 = $(`<div id="html_942e88fe0a251b7ed1da71fa52c33a77" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_4dfdb749134652652bb62bc3faa5e2fb.setContent(html_942e88fe0a251b7ed1da71fa52c33a77);
|
|
|
|
|
|
|
|
marker_ac6fe30a7f58dec3cd637fe0442c0e2f.bindPopup(popup_4dfdb749134652652bb62bc3faa5e2fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac6fe30a7f58dec3cd637fe0442c0e2f.setIcon(icon_09af7f1006921212678fb1234fcd1993);
|
|
|
|
|
|
var marker_76ae3780141f9a02e855a7625e88580e = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_dc89baabab7af845411560abacf10c44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9edf350dfad6db80a86f0ba5cc0399af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_742ee418a21f00f1ca6b9966c8e03006 = $(`<div id="html_742ee418a21f00f1ca6b9966c8e03006" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_9edf350dfad6db80a86f0ba5cc0399af.setContent(html_742ee418a21f00f1ca6b9966c8e03006);
|
|
|
|
|
|
|
|
marker_76ae3780141f9a02e855a7625e88580e.bindPopup(popup_9edf350dfad6db80a86f0ba5cc0399af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76ae3780141f9a02e855a7625e88580e.setIcon(icon_dc89baabab7af845411560abacf10c44);
|
|
|
|
|
|
var marker_35afd2db10ea3064dddd0c5762160400 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e03e877be225a112840af224702d0506 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5007b3257ea9bae2128aba2f1a3a20d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73adc4061c1f2af0ec45b71114621a35 = $(`<div id="html_73adc4061c1f2af0ec45b71114621a35" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_5007b3257ea9bae2128aba2f1a3a20d4.setContent(html_73adc4061c1f2af0ec45b71114621a35);
|
|
|
|
|
|
|
|
marker_35afd2db10ea3064dddd0c5762160400.bindPopup(popup_5007b3257ea9bae2128aba2f1a3a20d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35afd2db10ea3064dddd0c5762160400.setIcon(icon_e03e877be225a112840af224702d0506);
|
|
|
|
|
|
var marker_3fdca1f3033825d38b84f092b3c9ceb0 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_c76e0b64ed4c48efb1dd4215338f2c5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e0be56b8575bb930ba2469c1fb3aefa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea82a0eaa033098a02742d238d0bae4b = $(`<div id="html_ea82a0eaa033098a02742d238d0bae4b" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_7e0be56b8575bb930ba2469c1fb3aefa.setContent(html_ea82a0eaa033098a02742d238d0bae4b);
|
|
|
|
|
|
|
|
marker_3fdca1f3033825d38b84f092b3c9ceb0.bindPopup(popup_7e0be56b8575bb930ba2469c1fb3aefa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fdca1f3033825d38b84f092b3c9ceb0.setIcon(icon_c76e0b64ed4c48efb1dd4215338f2c5b);
|
|
|
|
|
|
var marker_ddfbe9e31bcbf90db188888ab0aeb96c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e4c37f4199f9d861e55156fdc2c42944 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c09c96d76a108aa2e5b223385a49c39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_331bb52a21f9fb2403da62918aaec71a = $(`<div id="html_331bb52a21f9fb2403da62918aaec71a" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_2c09c96d76a108aa2e5b223385a49c39.setContent(html_331bb52a21f9fb2403da62918aaec71a);
|
|
|
|
|
|
|
|
marker_ddfbe9e31bcbf90db188888ab0aeb96c.bindPopup(popup_2c09c96d76a108aa2e5b223385a49c39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddfbe9e31bcbf90db188888ab0aeb96c.setIcon(icon_e4c37f4199f9d861e55156fdc2c42944);
|
|
|
|
|
|
var marker_50350356106c154afcc2f6dcd04e088d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_093e2b99174e05dd1e7805d7a929758e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55b09af28d7c67b7ba505253d57c1990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a6b5b405e661ce001b7a1ecaeac3dfe = $(`<div id="html_4a6b5b405e661ce001b7a1ecaeac3dfe" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_55b09af28d7c67b7ba505253d57c1990.setContent(html_4a6b5b405e661ce001b7a1ecaeac3dfe);
|
|
|
|
|
|
|
|
marker_50350356106c154afcc2f6dcd04e088d.bindPopup(popup_55b09af28d7c67b7ba505253d57c1990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50350356106c154afcc2f6dcd04e088d.setIcon(icon_093e2b99174e05dd1e7805d7a929758e);
|
|
|
|
|
|
var marker_62a5f05399e4e01656eda48377d327d3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_164369bba7572e19ffb07babd9b622fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f60f834d5993b13811405876a43c22e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56ed4888b4957fa45ef78e4d4ec6ceef = $(`<div id="html_56ed4888b4957fa45ef78e4d4ec6ceef" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_f60f834d5993b13811405876a43c22e8.setContent(html_56ed4888b4957fa45ef78e4d4ec6ceef);
|
|
|
|
|
|
|
|
marker_62a5f05399e4e01656eda48377d327d3.bindPopup(popup_f60f834d5993b13811405876a43c22e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62a5f05399e4e01656eda48377d327d3.setIcon(icon_164369bba7572e19ffb07babd9b622fd);
|
|
|
|
|
|
var marker_61f760796051f410b47c2ecc7a59f3a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_690c25eec470e589591991e3bd7b64ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f6393bb12b63c95263f862bdd07f189 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7a5ca305e696eff459ce664ed1d7764 = $(`<div id="html_f7a5ca305e696eff459ce664ed1d7764" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_1f6393bb12b63c95263f862bdd07f189.setContent(html_f7a5ca305e696eff459ce664ed1d7764);
|
|
|
|
|
|
|
|
marker_61f760796051f410b47c2ecc7a59f3a5.bindPopup(popup_1f6393bb12b63c95263f862bdd07f189)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61f760796051f410b47c2ecc7a59f3a5.setIcon(icon_690c25eec470e589591991e3bd7b64ec);
|
|
|
|
|
|
var marker_17948d33628962a8b89d37eb2c57c862 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_84fbdabd5d9b193ffefd58873d7345fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5449b489c156f2a6944536b71185f912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b76d288188d9487135d6e1622b1c65a = $(`<div id="html_8b76d288188d9487135d6e1622b1c65a" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_5449b489c156f2a6944536b71185f912.setContent(html_8b76d288188d9487135d6e1622b1c65a);
|
|
|
|
|
|
|
|
marker_17948d33628962a8b89d37eb2c57c862.bindPopup(popup_5449b489c156f2a6944536b71185f912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17948d33628962a8b89d37eb2c57c862.setIcon(icon_84fbdabd5d9b193ffefd58873d7345fe);
|
|
|
|
|
|
var marker_0ee338a31cefd6c41d4bee70697f590b = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_aead9e2933edd2f91176b8490449967a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_601952b0e57513c6444950c9bf7a5bdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fcee856c81e4ac6ad292fa59855a1b9 = $(`<div id="html_1fcee856c81e4ac6ad292fa59855a1b9" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_601952b0e57513c6444950c9bf7a5bdb.setContent(html_1fcee856c81e4ac6ad292fa59855a1b9);
|
|
|
|
|
|
|
|
marker_0ee338a31cefd6c41d4bee70697f590b.bindPopup(popup_601952b0e57513c6444950c9bf7a5bdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ee338a31cefd6c41d4bee70697f590b.setIcon(icon_aead9e2933edd2f91176b8490449967a);
|
|
|
|
|
|
var marker_f369d616c6a97ac41e532befb4ae2ba9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fe244e03abf2f27e2f38e743b6afafce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5529f0f7b55f2cbcfbcca3e122f5ecb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_029312bb03a7d81eda3f852b0a7cd1d0 = $(`<div id="html_029312bb03a7d81eda3f852b0a7cd1d0" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_5529f0f7b55f2cbcfbcca3e122f5ecb9.setContent(html_029312bb03a7d81eda3f852b0a7cd1d0);
|
|
|
|
|
|
|
|
marker_f369d616c6a97ac41e532befb4ae2ba9.bindPopup(popup_5529f0f7b55f2cbcfbcca3e122f5ecb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f369d616c6a97ac41e532befb4ae2ba9.setIcon(icon_fe244e03abf2f27e2f38e743b6afafce);
|
|
|
|
|
|
var marker_31a5611b5a7d6a9fc540f16378ddc4a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4d3c3538109578aa75320d345f03a28f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfa16c6e97996aadd5448cea47be8c79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c628e444f29e7d3df88fe45d5a88c17 = $(`<div id="html_0c628e444f29e7d3df88fe45d5a88c17" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_cfa16c6e97996aadd5448cea47be8c79.setContent(html_0c628e444f29e7d3df88fe45d5a88c17);
|
|
|
|
|
|
|
|
marker_31a5611b5a7d6a9fc540f16378ddc4a4.bindPopup(popup_cfa16c6e97996aadd5448cea47be8c79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31a5611b5a7d6a9fc540f16378ddc4a4.setIcon(icon_4d3c3538109578aa75320d345f03a28f);
|
|
|
|
|
|
var marker_02b26f4714f568f029ff9efb38b7a3c5 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_14e8ae31b947d7234448f2ecc5f7ee13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_185fa4595a24476a1d38352f73784dad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edd9fb2f3d24b0957e8e856d2ff1c6df = $(`<div id="html_edd9fb2f3d24b0957e8e856d2ff1c6df" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_185fa4595a24476a1d38352f73784dad.setContent(html_edd9fb2f3d24b0957e8e856d2ff1c6df);
|
|
|
|
|
|
|
|
marker_02b26f4714f568f029ff9efb38b7a3c5.bindPopup(popup_185fa4595a24476a1d38352f73784dad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02b26f4714f568f029ff9efb38b7a3c5.setIcon(icon_14e8ae31b947d7234448f2ecc5f7ee13);
|
|
|
|
|
|
var marker_235c8a2aadd198224f876e2bf66efea2 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_653b93b4e28d49602dcc0e4cfce4e678 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b9ee8e83add3a11f20b051504023417 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_276f5167db6649fac5d66cbd57c72cea = $(`<div id="html_276f5167db6649fac5d66cbd57c72cea" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_7b9ee8e83add3a11f20b051504023417.setContent(html_276f5167db6649fac5d66cbd57c72cea);
|
|
|
|
|
|
|
|
marker_235c8a2aadd198224f876e2bf66efea2.bindPopup(popup_7b9ee8e83add3a11f20b051504023417)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_235c8a2aadd198224f876e2bf66efea2.setIcon(icon_653b93b4e28d49602dcc0e4cfce4e678);
|
|
|
|
|
|
var marker_7741d41685c33125f4d4956b64a833b0 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fda91f66ff76a6879173b5ce6ec75ef8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2da10a0f5a58cb81b1bed48d6500a122 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d00c4c062cedbbf6b1e73ed6f58167a6 = $(`<div id="html_d00c4c062cedbbf6b1e73ed6f58167a6" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_2da10a0f5a58cb81b1bed48d6500a122.setContent(html_d00c4c062cedbbf6b1e73ed6f58167a6);
|
|
|
|
|
|
|
|
marker_7741d41685c33125f4d4956b64a833b0.bindPopup(popup_2da10a0f5a58cb81b1bed48d6500a122)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7741d41685c33125f4d4956b64a833b0.setIcon(icon_fda91f66ff76a6879173b5ce6ec75ef8);
|
|
|
|
|
|
var marker_7851ec5b43dca64a4a38b8dfb090b5c5 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_03374476a9f573ce50768c4a1b1ced8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59f0f4bb3a8a1443ed5c1f20db58c58f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f13e14c133f468ac26b4d8fafdefba6 = $(`<div id="html_7f13e14c133f468ac26b4d8fafdefba6" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_59f0f4bb3a8a1443ed5c1f20db58c58f.setContent(html_7f13e14c133f468ac26b4d8fafdefba6);
|
|
|
|
|
|
|
|
marker_7851ec5b43dca64a4a38b8dfb090b5c5.bindPopup(popup_59f0f4bb3a8a1443ed5c1f20db58c58f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7851ec5b43dca64a4a38b8dfb090b5c5.setIcon(icon_03374476a9f573ce50768c4a1b1ced8a);
|
|
|
|
|
|
var marker_267ab3486dda10bc125cc38bdc3e737f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_7c73abeda43a49a4a1765b1b76d6ae83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba88ebb245903f7a057978e98089ac5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85a3e8287edcac787d0b8bd003283bbe = $(`<div id="html_85a3e8287edcac787d0b8bd003283bbe" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_ba88ebb245903f7a057978e98089ac5b.setContent(html_85a3e8287edcac787d0b8bd003283bbe);
|
|
|
|
|
|
|
|
marker_267ab3486dda10bc125cc38bdc3e737f.bindPopup(popup_ba88ebb245903f7a057978e98089ac5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_267ab3486dda10bc125cc38bdc3e737f.setIcon(icon_7c73abeda43a49a4a1765b1b76d6ae83);
|
|
|
|
|
|
var marker_8d2f5589a730207ece9d201bbd382b61 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_8c64ad30fa06e9416936593768027170 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f423fc3d0a8de6e71aa55ff0066bdd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e5fea22f6bd110c5345281529799a16 = $(`<div id="html_5e5fea22f6bd110c5345281529799a16" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_6f423fc3d0a8de6e71aa55ff0066bdd7.setContent(html_5e5fea22f6bd110c5345281529799a16);
|
|
|
|
|
|
|
|
marker_8d2f5589a730207ece9d201bbd382b61.bindPopup(popup_6f423fc3d0a8de6e71aa55ff0066bdd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d2f5589a730207ece9d201bbd382b61.setIcon(icon_8c64ad30fa06e9416936593768027170);
|
|
|
|
|
|
var marker_cffdb59737f08ce7c202ea8e3d8ea41f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5868ed735d639a031baf9aacb8a0a65c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccd0785b04703a25fc25e1c213d46097 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64781a45058c9fc783f83b46786039af = $(`<div id="html_64781a45058c9fc783f83b46786039af" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_ccd0785b04703a25fc25e1c213d46097.setContent(html_64781a45058c9fc783f83b46786039af);
|
|
|
|
|
|
|
|
marker_cffdb59737f08ce7c202ea8e3d8ea41f.bindPopup(popup_ccd0785b04703a25fc25e1c213d46097)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cffdb59737f08ce7c202ea8e3d8ea41f.setIcon(icon_5868ed735d639a031baf9aacb8a0a65c);
|
|
|
|
|
|
var marker_41767bddbc121ad99ec0d9ef6845ca4d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0167ae58307a381e2df2c911472c8763 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ead18a07cc5246081e063da34f7dff88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0b1573d18b2008a985b8a89a1df24bc = $(`<div id="html_a0b1573d18b2008a985b8a89a1df24bc" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_ead18a07cc5246081e063da34f7dff88.setContent(html_a0b1573d18b2008a985b8a89a1df24bc);
|
|
|
|
|
|
|
|
marker_41767bddbc121ad99ec0d9ef6845ca4d.bindPopup(popup_ead18a07cc5246081e063da34f7dff88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41767bddbc121ad99ec0d9ef6845ca4d.setIcon(icon_0167ae58307a381e2df2c911472c8763);
|
|
|
|
|
|
var marker_2bd44b3323b97bb61313295694c58787 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f9b3205ccec9f9ad3a3974674e8ad1d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4001346b0f42885bf78ed6b7b6126925 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ff786dc280b808e8e6a84973d39def1 = $(`<div id="html_6ff786dc280b808e8e6a84973d39def1" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_4001346b0f42885bf78ed6b7b6126925.setContent(html_6ff786dc280b808e8e6a84973d39def1);
|
|
|
|
|
|
|
|
marker_2bd44b3323b97bb61313295694c58787.bindPopup(popup_4001346b0f42885bf78ed6b7b6126925)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bd44b3323b97bb61313295694c58787.setIcon(icon_f9b3205ccec9f9ad3a3974674e8ad1d4);
|
|
|
|
|
|
var marker_7566b21efc25b2af613f5e7ddd0b5ba8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_1a74967056a8494fe7ad9b69fbe923b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96e8873bd0c128c831d90e120a3aff03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ce7abcfde95b55ff4bdd6334da3b72b = $(`<div id="html_2ce7abcfde95b55ff4bdd6334da3b72b" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_96e8873bd0c128c831d90e120a3aff03.setContent(html_2ce7abcfde95b55ff4bdd6334da3b72b);
|
|
|
|
|
|
|
|
marker_7566b21efc25b2af613f5e7ddd0b5ba8.bindPopup(popup_96e8873bd0c128c831d90e120a3aff03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7566b21efc25b2af613f5e7ddd0b5ba8.setIcon(icon_1a74967056a8494fe7ad9b69fbe923b0);
|
|
|
|
|
|
var marker_15b437a520d32a2da57753b990805cfa = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_1090cd3ebad480a045ec69e0be5dab2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7476744dccfae1762bc36342b6b54395 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c93d5b081fbb747b4c1803c0b90114f2 = $(`<div id="html_c93d5b081fbb747b4c1803c0b90114f2" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_7476744dccfae1762bc36342b6b54395.setContent(html_c93d5b081fbb747b4c1803c0b90114f2);
|
|
|
|
|
|
|
|
marker_15b437a520d32a2da57753b990805cfa.bindPopup(popup_7476744dccfae1762bc36342b6b54395)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15b437a520d32a2da57753b990805cfa.setIcon(icon_1090cd3ebad480a045ec69e0be5dab2f);
|
|
|
|
|
|
var marker_654f394bf3f0e2b3675c340e8e651d1a = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9f197d4db675233aff2c3aa3908f5430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00893b666a34415e34358cfcae6b107c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fb504bb6cebc9e18bc74d9c22946a55 = $(`<div id="html_2fb504bb6cebc9e18bc74d9c22946a55" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_00893b666a34415e34358cfcae6b107c.setContent(html_2fb504bb6cebc9e18bc74d9c22946a55);
|
|
|
|
|
|
|
|
marker_654f394bf3f0e2b3675c340e8e651d1a.bindPopup(popup_00893b666a34415e34358cfcae6b107c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_654f394bf3f0e2b3675c340e8e651d1a.setIcon(icon_9f197d4db675233aff2c3aa3908f5430);
|
|
|
|
|
|
var marker_fcabe3687f4895017a2294f472b51822 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f09da87416310dd0a00b13443ca92c7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fb3a5e1da5af21f7de6ed334a21c53d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b28ca98e66c996310b0c8b77cbc64311 = $(`<div id="html_b28ca98e66c996310b0c8b77cbc64311" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_7fb3a5e1da5af21f7de6ed334a21c53d.setContent(html_b28ca98e66c996310b0c8b77cbc64311);
|
|
|
|
|
|
|
|
marker_fcabe3687f4895017a2294f472b51822.bindPopup(popup_7fb3a5e1da5af21f7de6ed334a21c53d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcabe3687f4895017a2294f472b51822.setIcon(icon_f09da87416310dd0a00b13443ca92c7e);
|
|
|
|
|
|
var marker_2b4ab05c48a59dc99dfb650286778f4a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_530aa972d3601ad18d58785677923d80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e752fdb9d21102f390e32129c443bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8879a3f527056f2864d4c9c2d8e7ed5a = $(`<div id="html_8879a3f527056f2864d4c9c2d8e7ed5a" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_1e752fdb9d21102f390e32129c443bb9.setContent(html_8879a3f527056f2864d4c9c2d8e7ed5a);
|
|
|
|
|
|
|
|
marker_2b4ab05c48a59dc99dfb650286778f4a.bindPopup(popup_1e752fdb9d21102f390e32129c443bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b4ab05c48a59dc99dfb650286778f4a.setIcon(icon_530aa972d3601ad18d58785677923d80);
|
|
|
|
|
|
var marker_bec4b860613f93afff117f4f0898d5fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e829099731e438a3c3b4f1b76d79a184 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39c1454f3391c98ce112987bcc9fbd58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96050170eac9c3c355dc5e6b9ba2a6ff = $(`<div id="html_96050170eac9c3c355dc5e6b9ba2a6ff" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_39c1454f3391c98ce112987bcc9fbd58.setContent(html_96050170eac9c3c355dc5e6b9ba2a6ff);
|
|
|
|
|
|
|
|
marker_bec4b860613f93afff117f4f0898d5fb.bindPopup(popup_39c1454f3391c98ce112987bcc9fbd58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bec4b860613f93afff117f4f0898d5fb.setIcon(icon_e829099731e438a3c3b4f1b76d79a184);
|
|
|
|
|
|
var marker_9bda9c0f9b439fa4a734306a26da78ea = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a53749555279552b3f9df7f5c993752b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00b52256b799757eb51705bdbc902d34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f650a0c8503e329b6c7317aaaba15e0 = $(`<div id="html_1f650a0c8503e329b6c7317aaaba15e0" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_00b52256b799757eb51705bdbc902d34.setContent(html_1f650a0c8503e329b6c7317aaaba15e0);
|
|
|
|
|
|
|
|
marker_9bda9c0f9b439fa4a734306a26da78ea.bindPopup(popup_00b52256b799757eb51705bdbc902d34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bda9c0f9b439fa4a734306a26da78ea.setIcon(icon_a53749555279552b3f9df7f5c993752b);
|
|
|
|
|
|
var marker_78659ac6e5575c5d9b72da9afe097bba = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_92e0b7edb348be8108a164c2f47497a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_251494878cdb5fc4620b08258788b781 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87a36fc2d8a5aea829e59662b49d171c = $(`<div id="html_87a36fc2d8a5aea829e59662b49d171c" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_251494878cdb5fc4620b08258788b781.setContent(html_87a36fc2d8a5aea829e59662b49d171c);
|
|
|
|
|
|
|
|
marker_78659ac6e5575c5d9b72da9afe097bba.bindPopup(popup_251494878cdb5fc4620b08258788b781)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78659ac6e5575c5d9b72da9afe097bba.setIcon(icon_92e0b7edb348be8108a164c2f47497a5);
|
|
|
|
|
|
var marker_591b113c33fde90b6209047d88460b80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_767840430143991609be50a4a15c4a13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a701fcbcc88778ac7a0fc1f8ad3f822b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb979348a568f502ebc0bd1228e3726 = $(`<div id="html_9eb979348a568f502ebc0bd1228e3726" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_a701fcbcc88778ac7a0fc1f8ad3f822b.setContent(html_9eb979348a568f502ebc0bd1228e3726);
|
|
|
|
|
|
|
|
marker_591b113c33fde90b6209047d88460b80.bindPopup(popup_a701fcbcc88778ac7a0fc1f8ad3f822b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_591b113c33fde90b6209047d88460b80.setIcon(icon_767840430143991609be50a4a15c4a13);
|
|
|
|
|
|
var marker_67cb0f8ae2bbc31238a998d5acd3d434 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_cfa214504db45bdb26017de8e6919a88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a4c631777a379f8003fed3b8b102659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_684eeab1203d53a72042ded2fc2968a6 = $(`<div id="html_684eeab1203d53a72042ded2fc2968a6" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_8a4c631777a379f8003fed3b8b102659.setContent(html_684eeab1203d53a72042ded2fc2968a6);
|
|
|
|
|
|
|
|
marker_67cb0f8ae2bbc31238a998d5acd3d434.bindPopup(popup_8a4c631777a379f8003fed3b8b102659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67cb0f8ae2bbc31238a998d5acd3d434.setIcon(icon_cfa214504db45bdb26017de8e6919a88);
|
|
|
|
|
|
var marker_7c96e892fe87a45670eda535c5c649e5 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_30d268c348c0bc87f637a7f83aaa90e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d6addd75cec19d49360ce31a7e6e58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24dc70e477e8933114fb14e623f5ab9e = $(`<div id="html_24dc70e477e8933114fb14e623f5ab9e" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_e5d6addd75cec19d49360ce31a7e6e58.setContent(html_24dc70e477e8933114fb14e623f5ab9e);
|
|
|
|
|
|
|
|
marker_7c96e892fe87a45670eda535c5c649e5.bindPopup(popup_e5d6addd75cec19d49360ce31a7e6e58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c96e892fe87a45670eda535c5c649e5.setIcon(icon_30d268c348c0bc87f637a7f83aaa90e5);
|
|
|
|
|
|
var marker_f6f0a54301c5467676a4c634b0e22cdf = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_53a4a3661154a4101c92c3abd47ae8ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_482370e70c34a571cf35eb3e7fed4627 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db5bbcc9a235bbc72ead5b0981f09ea2 = $(`<div id="html_db5bbcc9a235bbc72ead5b0981f09ea2" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_482370e70c34a571cf35eb3e7fed4627.setContent(html_db5bbcc9a235bbc72ead5b0981f09ea2);
|
|
|
|
|
|
|
|
marker_f6f0a54301c5467676a4c634b0e22cdf.bindPopup(popup_482370e70c34a571cf35eb3e7fed4627)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6f0a54301c5467676a4c634b0e22cdf.setIcon(icon_53a4a3661154a4101c92c3abd47ae8ff);
|
|
|
|
|
|
var marker_94e085bbb05de94e5684e604f34f5214 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fef370cdb02d6ae9a6dd5ace39447f8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9e4690fd67c9d5595453c35ff41d1f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b28978f503b50de190201182cafc75df = $(`<div id="html_b28978f503b50de190201182cafc75df" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_f9e4690fd67c9d5595453c35ff41d1f6.setContent(html_b28978f503b50de190201182cafc75df);
|
|
|
|
|
|
|
|
marker_94e085bbb05de94e5684e604f34f5214.bindPopup(popup_f9e4690fd67c9d5595453c35ff41d1f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94e085bbb05de94e5684e604f34f5214.setIcon(icon_fef370cdb02d6ae9a6dd5ace39447f8a);
|
|
|
|
|
|
var marker_92353fe349e11fbe66a3f20d9247a947 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_652f46f6b0c717e33f4fd11a10ebb916 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_764979d740ca135c34d744d364a7794d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_133d6a067a15b0a2b750466797ceb29f = $(`<div id="html_133d6a067a15b0a2b750466797ceb29f" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_764979d740ca135c34d744d364a7794d.setContent(html_133d6a067a15b0a2b750466797ceb29f);
|
|
|
|
|
|
|
|
marker_92353fe349e11fbe66a3f20d9247a947.bindPopup(popup_764979d740ca135c34d744d364a7794d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92353fe349e11fbe66a3f20d9247a947.setIcon(icon_652f46f6b0c717e33f4fd11a10ebb916);
|
|
|
|
|
|
var marker_f967a0d6fcbc325d1036b9f614fab95e = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_54bee166dfeb850efffc3d19785d273a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d3d07fb980cc41f93639411512cb7b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_317dc098ae7646c3dc8a8824a5b11680 = $(`<div id="html_317dc098ae7646c3dc8a8824a5b11680" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_3d3d07fb980cc41f93639411512cb7b9.setContent(html_317dc098ae7646c3dc8a8824a5b11680);
|
|
|
|
|
|
|
|
marker_f967a0d6fcbc325d1036b9f614fab95e.bindPopup(popup_3d3d07fb980cc41f93639411512cb7b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f967a0d6fcbc325d1036b9f614fab95e.setIcon(icon_54bee166dfeb850efffc3d19785d273a);
|
|
|
|
|
|
var marker_ad1e596d4c6531182c5917126b186aed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9600acae68fec6485e980b005918f8e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec5d9a13b17d4df12640dc6079a2a58c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4d04cdf7e9ed1f82b31eeae9ce96804 = $(`<div id="html_e4d04cdf7e9ed1f82b31eeae9ce96804" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_ec5d9a13b17d4df12640dc6079a2a58c.setContent(html_e4d04cdf7e9ed1f82b31eeae9ce96804);
|
|
|
|
|
|
|
|
marker_ad1e596d4c6531182c5917126b186aed.bindPopup(popup_ec5d9a13b17d4df12640dc6079a2a58c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad1e596d4c6531182c5917126b186aed.setIcon(icon_9600acae68fec6485e980b005918f8e9);
|
|
|
|
|
|
var marker_7e695c2f4428dde38249d20261d0abfd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_c63d4ef661fa6213ffaee1d4f59fe311 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ced4a919869ab1356e32467ac3f3a79e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56c475227b0666ce31bd6327749621ce = $(`<div id="html_56c475227b0666ce31bd6327749621ce" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_ced4a919869ab1356e32467ac3f3a79e.setContent(html_56c475227b0666ce31bd6327749621ce);
|
|
|
|
|
|
|
|
marker_7e695c2f4428dde38249d20261d0abfd.bindPopup(popup_ced4a919869ab1356e32467ac3f3a79e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e695c2f4428dde38249d20261d0abfd.setIcon(icon_c63d4ef661fa6213ffaee1d4f59fe311);
|
|
|
|
|
|
var marker_efac9666bf7c1b75520c546d513d3d93 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_90c9348f62bad1e8fc075d310abeada1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddbfd84cb940790d232f8be028fa7dac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f99c8c4024267dea6761bebbdd7f494 = $(`<div id="html_6f99c8c4024267dea6761bebbdd7f494" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_ddbfd84cb940790d232f8be028fa7dac.setContent(html_6f99c8c4024267dea6761bebbdd7f494);
|
|
|
|
|
|
|
|
marker_efac9666bf7c1b75520c546d513d3d93.bindPopup(popup_ddbfd84cb940790d232f8be028fa7dac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efac9666bf7c1b75520c546d513d3d93.setIcon(icon_90c9348f62bad1e8fc075d310abeada1);
|
|
|
|
|
|
var marker_3885908bfa18abddf8b20419ee7138c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e2fd579dca9cccc46b92f4b344bbcf15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68d692cc2b6c469d3a5c0ac77eea499a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97fcc2697487bde3b2d0ceb716100559 = $(`<div id="html_97fcc2697487bde3b2d0ceb716100559" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_68d692cc2b6c469d3a5c0ac77eea499a.setContent(html_97fcc2697487bde3b2d0ceb716100559);
|
|
|
|
|
|
|
|
marker_3885908bfa18abddf8b20419ee7138c5.bindPopup(popup_68d692cc2b6c469d3a5c0ac77eea499a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3885908bfa18abddf8b20419ee7138c5.setIcon(icon_e2fd579dca9cccc46b92f4b344bbcf15);
|
|
|
|
|
|
var marker_2c5201a34dc4559097cb352c2b976917 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a5f34724ca1c551dc26a84cc2e0f7c82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c76e54eb30a88ebb1fc05513bf1d055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_870de64cab99075e741ae225f6640d66 = $(`<div id="html_870de64cab99075e741ae225f6640d66" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_5c76e54eb30a88ebb1fc05513bf1d055.setContent(html_870de64cab99075e741ae225f6640d66);
|
|
|
|
|
|
|
|
marker_2c5201a34dc4559097cb352c2b976917.bindPopup(popup_5c76e54eb30a88ebb1fc05513bf1d055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c5201a34dc4559097cb352c2b976917.setIcon(icon_a5f34724ca1c551dc26a84cc2e0f7c82);
|
|
|
|
|
|
var marker_128839e4fffdeedc8bd20625a31eef07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fc647f3075a8dce558dfb00694726419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_774b6a4eb88245f73fe5691881d87649 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d3238f8f929391ec13c1d335bc075d0 = $(`<div id="html_8d3238f8f929391ec13c1d335bc075d0" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_774b6a4eb88245f73fe5691881d87649.setContent(html_8d3238f8f929391ec13c1d335bc075d0);
|
|
|
|
|
|
|
|
marker_128839e4fffdeedc8bd20625a31eef07.bindPopup(popup_774b6a4eb88245f73fe5691881d87649)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_128839e4fffdeedc8bd20625a31eef07.setIcon(icon_fc647f3075a8dce558dfb00694726419);
|
|
|
|
|
|
var marker_435443bed88b59e426461c91fc5d0fa0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6d6661fa583afe9e4c36e6fd2896b796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c1a4179238811d0479c66650f3af98b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc2936f33a136d0a3fb8c904281bc6f6 = $(`<div id="html_cc2936f33a136d0a3fb8c904281bc6f6" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_3c1a4179238811d0479c66650f3af98b.setContent(html_cc2936f33a136d0a3fb8c904281bc6f6);
|
|
|
|
|
|
|
|
marker_435443bed88b59e426461c91fc5d0fa0.bindPopup(popup_3c1a4179238811d0479c66650f3af98b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_435443bed88b59e426461c91fc5d0fa0.setIcon(icon_6d6661fa583afe9e4c36e6fd2896b796);
|
|
|
|
|
|
var marker_302a56f62b29d0a65ca136939d6e7caa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_219755cda0abd70d9ef40f0b50dbb559 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be98d2c62626c4ff55c96567cdf1a10f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba514f14c04187c1a073a02100e57ee = $(`<div id="html_3ba514f14c04187c1a073a02100e57ee" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_be98d2c62626c4ff55c96567cdf1a10f.setContent(html_3ba514f14c04187c1a073a02100e57ee);
|
|
|
|
|
|
|
|
marker_302a56f62b29d0a65ca136939d6e7caa.bindPopup(popup_be98d2c62626c4ff55c96567cdf1a10f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_302a56f62b29d0a65ca136939d6e7caa.setIcon(icon_219755cda0abd70d9ef40f0b50dbb559);
|
|
|
|
|
|
var marker_4ac5ac35cac0dc71f5c5de855597c220 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_50bc5608eb6f33f7c2d34c741abc1e60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3047bd43d1df9a348726e8c9154b338 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7397cae2e97816bda778c196f2c3bf9 = $(`<div id="html_d7397cae2e97816bda778c196f2c3bf9" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_f3047bd43d1df9a348726e8c9154b338.setContent(html_d7397cae2e97816bda778c196f2c3bf9);
|
|
|
|
|
|
|
|
marker_4ac5ac35cac0dc71f5c5de855597c220.bindPopup(popup_f3047bd43d1df9a348726e8c9154b338)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ac5ac35cac0dc71f5c5de855597c220.setIcon(icon_50bc5608eb6f33f7c2d34c741abc1e60);
|
|
|
|
|
|
var marker_5bf49ee9b584333d35a6f4befef0f49d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bd9d50ba6aaf32de9494bea430719149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35e4dad652e11ed1e7fe7b2430717600 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f69b9857f2fb9707634fbdd7986f4290 = $(`<div id="html_f69b9857f2fb9707634fbdd7986f4290" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_35e4dad652e11ed1e7fe7b2430717600.setContent(html_f69b9857f2fb9707634fbdd7986f4290);
|
|
|
|
|
|
|
|
marker_5bf49ee9b584333d35a6f4befef0f49d.bindPopup(popup_35e4dad652e11ed1e7fe7b2430717600)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf49ee9b584333d35a6f4befef0f49d.setIcon(icon_bd9d50ba6aaf32de9494bea430719149);
|
|
|
|
|
|
var marker_546dfbee807ef91708a9e821e2e82c99 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b9fca16f3ef78e04ed982a5027debff8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae319455f9164bbdfbdc21ad92e0ecc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c5eea2893bf80f73d9a7744c0814ade = $(`<div id="html_6c5eea2893bf80f73d9a7744c0814ade" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_ae319455f9164bbdfbdc21ad92e0ecc2.setContent(html_6c5eea2893bf80f73d9a7744c0814ade);
|
|
|
|
|
|
|
|
marker_546dfbee807ef91708a9e821e2e82c99.bindPopup(popup_ae319455f9164bbdfbdc21ad92e0ecc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_546dfbee807ef91708a9e821e2e82c99.setIcon(icon_b9fca16f3ef78e04ed982a5027debff8);
|
|
|
|
|
|
var marker_9d1b6fe4c7be6483816d30672dbb1877 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b11751f7685412b715137083df6ff78a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5306098512ef92082f9c942d04384ca6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30e2c3c4d27c83075744e493d53428b5 = $(`<div id="html_30e2c3c4d27c83075744e493d53428b5" style="width: 100.0%; height: 100.0%;">relay.saturnali.net</div>`)[0];
|
|
popup_5306098512ef92082f9c942d04384ca6.setContent(html_30e2c3c4d27c83075744e493d53428b5);
|
|
|
|
|
|
|
|
marker_9d1b6fe4c7be6483816d30672dbb1877.bindPopup(popup_5306098512ef92082f9c942d04384ca6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d1b6fe4c7be6483816d30672dbb1877.setIcon(icon_b11751f7685412b715137083df6ff78a);
|
|
|
|
|
|
var marker_5f078beff792e2bcacc9181ed349bef8 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_52f500843c7f8935c3d219c5dcf6d777 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdfcb825aa543e5b3db369d7c8e45c31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b767402151222882e275815308ae3b3 = $(`<div id="html_3b767402151222882e275815308ae3b3" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_bdfcb825aa543e5b3db369d7c8e45c31.setContent(html_3b767402151222882e275815308ae3b3);
|
|
|
|
|
|
|
|
marker_5f078beff792e2bcacc9181ed349bef8.bindPopup(popup_bdfcb825aa543e5b3db369d7c8e45c31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f078beff792e2bcacc9181ed349bef8.setIcon(icon_52f500843c7f8935c3d219c5dcf6d777);
|
|
|
|
|
|
var marker_cd2aa8b5adb301489a122e689135b794 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_69f059e65cbb2d6703e3a4d6f89eeb1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44fea669f50c7ada6a96a322c245331e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8830bdb8a71f961c3039af4b67f0749b = $(`<div id="html_8830bdb8a71f961c3039af4b67f0749b" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_44fea669f50c7ada6a96a322c245331e.setContent(html_8830bdb8a71f961c3039af4b67f0749b);
|
|
|
|
|
|
|
|
marker_cd2aa8b5adb301489a122e689135b794.bindPopup(popup_44fea669f50c7ada6a96a322c245331e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd2aa8b5adb301489a122e689135b794.setIcon(icon_69f059e65cbb2d6703e3a4d6f89eeb1a);
|
|
|
|
|
|
var marker_0ec5bb9315744e0d83920eb5435888f2 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d2c1f337917309558c18b775f1a15988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_577d5a78024c641d24a885ab219c26e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_573f27c24d4e69ca3dd8a04590a34b12 = $(`<div id="html_573f27c24d4e69ca3dd8a04590a34b12" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_577d5a78024c641d24a885ab219c26e8.setContent(html_573f27c24d4e69ca3dd8a04590a34b12);
|
|
|
|
|
|
|
|
marker_0ec5bb9315744e0d83920eb5435888f2.bindPopup(popup_577d5a78024c641d24a885ab219c26e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ec5bb9315744e0d83920eb5435888f2.setIcon(icon_d2c1f337917309558c18b775f1a15988);
|
|
|
|
|
|
var marker_75409b65fdf2adb710ee898bf95e5d4a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_dbff9d616cdc09a49bba02e06f4c2dfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9df18254fd20ce010cf48342cd31cd82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a72de2cc82eb9ec3876a7fae1977afd = $(`<div id="html_7a72de2cc82eb9ec3876a7fae1977afd" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_9df18254fd20ce010cf48342cd31cd82.setContent(html_7a72de2cc82eb9ec3876a7fae1977afd);
|
|
|
|
|
|
|
|
marker_75409b65fdf2adb710ee898bf95e5d4a.bindPopup(popup_9df18254fd20ce010cf48342cd31cd82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75409b65fdf2adb710ee898bf95e5d4a.setIcon(icon_dbff9d616cdc09a49bba02e06f4c2dfc);
|
|
|
|
|
|
var marker_3151afede7ee71046206de87167c3075 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9cb8d993102098b891d5300d32c0eb5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72dff4c7f802b055fc0b4343d00d83cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75519866d1830ad393eb76b377a6eaad = $(`<div id="html_75519866d1830ad393eb76b377a6eaad" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_72dff4c7f802b055fc0b4343d00d83cf.setContent(html_75519866d1830ad393eb76b377a6eaad);
|
|
|
|
|
|
|
|
marker_3151afede7ee71046206de87167c3075.bindPopup(popup_72dff4c7f802b055fc0b4343d00d83cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3151afede7ee71046206de87167c3075.setIcon(icon_9cb8d993102098b891d5300d32c0eb5e);
|
|
|
|
|
|
var marker_2021aed89e848a48d94f11f2ca4cf0bd = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_eb5c61d1fa486cd57f6926938338119f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c3dd30545b83e1685fabc5e5301ce6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a88af0e0527fd283f741276300192296 = $(`<div id="html_a88af0e0527fd283f741276300192296" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_4c3dd30545b83e1685fabc5e5301ce6d.setContent(html_a88af0e0527fd283f741276300192296);
|
|
|
|
|
|
|
|
marker_2021aed89e848a48d94f11f2ca4cf0bd.bindPopup(popup_4c3dd30545b83e1685fabc5e5301ce6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2021aed89e848a48d94f11f2ca4cf0bd.setIcon(icon_eb5c61d1fa486cd57f6926938338119f);
|
|
|
|
|
|
var marker_1ac86b727ddd72e88cfbf79a41d3f628 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e7d29392bd0add6396cd4f3a0854a9a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b091dd26fdb745303c424c9a0a2e938 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f49b2b4956855cc16cd2d043ffdbaf0 = $(`<div id="html_5f49b2b4956855cc16cd2d043ffdbaf0" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_7b091dd26fdb745303c424c9a0a2e938.setContent(html_5f49b2b4956855cc16cd2d043ffdbaf0);
|
|
|
|
|
|
|
|
marker_1ac86b727ddd72e88cfbf79a41d3f628.bindPopup(popup_7b091dd26fdb745303c424c9a0a2e938)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ac86b727ddd72e88cfbf79a41d3f628.setIcon(icon_e7d29392bd0add6396cd4f3a0854a9a2);
|
|
|
|
|
|
var marker_7801eec9c39fb46a3a749bbfdcf31bb2 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fd39ecdd36be06207b85650e793b5037 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c9dda7278d125c789689527cfdcd517 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f147b01842ecc5b3d6cd4cf7af0109f2 = $(`<div id="html_f147b01842ecc5b3d6cd4cf7af0109f2" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_5c9dda7278d125c789689527cfdcd517.setContent(html_f147b01842ecc5b3d6cd4cf7af0109f2);
|
|
|
|
|
|
|
|
marker_7801eec9c39fb46a3a749bbfdcf31bb2.bindPopup(popup_5c9dda7278d125c789689527cfdcd517)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7801eec9c39fb46a3a749bbfdcf31bb2.setIcon(icon_fd39ecdd36be06207b85650e793b5037);
|
|
|
|
|
|
var marker_6663142f09570b21916b4174717be50f = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9b8c2cce8b07f9972a2add313012e6f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05ee25a7139f39d2fb367ced0dbfdc2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a815d0403060e014f1a0345a9fb5c479 = $(`<div id="html_a815d0403060e014f1a0345a9fb5c479" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_05ee25a7139f39d2fb367ced0dbfdc2a.setContent(html_a815d0403060e014f1a0345a9fb5c479);
|
|
|
|
|
|
|
|
marker_6663142f09570b21916b4174717be50f.bindPopup(popup_05ee25a7139f39d2fb367ced0dbfdc2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6663142f09570b21916b4174717be50f.setIcon(icon_9b8c2cce8b07f9972a2add313012e6f2);
|
|
|
|
|
|
var marker_86e6e3971b0809a46e429afb805c1fef = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b2af33750ac4f680990f504819c75553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50ae7f0ade0879813c2257e8fa4f6342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2ec58e3609af26e2d00bf9d7cc31180 = $(`<div id="html_c2ec58e3609af26e2d00bf9d7cc31180" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_50ae7f0ade0879813c2257e8fa4f6342.setContent(html_c2ec58e3609af26e2d00bf9d7cc31180);
|
|
|
|
|
|
|
|
marker_86e6e3971b0809a46e429afb805c1fef.bindPopup(popup_50ae7f0ade0879813c2257e8fa4f6342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86e6e3971b0809a46e429afb805c1fef.setIcon(icon_b2af33750ac4f680990f504819c75553);
|
|
|
|
|
|
var marker_7ec6b470eba5572232b78cd9bab0a4ed = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_3214b3773ce860b21d09a95fee0d0b9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2643fcac349b760e45354c2da8bd814b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3132e131d2fdc31e1aa172ee80a7232 = $(`<div id="html_c3132e131d2fdc31e1aa172ee80a7232" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_2643fcac349b760e45354c2da8bd814b.setContent(html_c3132e131d2fdc31e1aa172ee80a7232);
|
|
|
|
|
|
|
|
marker_7ec6b470eba5572232b78cd9bab0a4ed.bindPopup(popup_2643fcac349b760e45354c2da8bd814b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ec6b470eba5572232b78cd9bab0a4ed.setIcon(icon_3214b3773ce860b21d09a95fee0d0b9d);
|
|
|
|
|
|
var marker_676567881835f013836f58ac59f8827d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0521a397db374d4f96a45a762a3aeeb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b2e701bdb4331587d03be5834e12b49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea85aa3f82ffb4855d61259e4cfb1b69 = $(`<div id="html_ea85aa3f82ffb4855d61259e4cfb1b69" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_3b2e701bdb4331587d03be5834e12b49.setContent(html_ea85aa3f82ffb4855d61259e4cfb1b69);
|
|
|
|
|
|
|
|
marker_676567881835f013836f58ac59f8827d.bindPopup(popup_3b2e701bdb4331587d03be5834e12b49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_676567881835f013836f58ac59f8827d.setIcon(icon_0521a397db374d4f96a45a762a3aeeb8);
|
|
|
|
|
|
var marker_e8ab0e1d03a2f99b86edb8bbcde63f04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4c42dd091dbca7b8bad2ae01db5e8285 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_119cd52732be61df85645fd5a87bf444 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c9e178ec5e30d5bfebb4cd64ae34859 = $(`<div id="html_6c9e178ec5e30d5bfebb4cd64ae34859" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_119cd52732be61df85645fd5a87bf444.setContent(html_6c9e178ec5e30d5bfebb4cd64ae34859);
|
|
|
|
|
|
|
|
marker_e8ab0e1d03a2f99b86edb8bbcde63f04.bindPopup(popup_119cd52732be61df85645fd5a87bf444)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8ab0e1d03a2f99b86edb8bbcde63f04.setIcon(icon_4c42dd091dbca7b8bad2ae01db5e8285);
|
|
|
|
|
|
var marker_08228b70e6a100960364a275efdc60d8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0a0d2ed63f36eb0d0982545e211c0b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32d4c8ce9153a346e587bf6e4209040b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf5db2a9a252d18524d30da38d200f5b = $(`<div id="html_bf5db2a9a252d18524d30da38d200f5b" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_32d4c8ce9153a346e587bf6e4209040b.setContent(html_bf5db2a9a252d18524d30da38d200f5b);
|
|
|
|
|
|
|
|
marker_08228b70e6a100960364a275efdc60d8.bindPopup(popup_32d4c8ce9153a346e587bf6e4209040b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08228b70e6a100960364a275efdc60d8.setIcon(icon_0a0d2ed63f36eb0d0982545e211c0b86);
|
|
|
|
|
|
var marker_7d0e72e3cf97e06f2f9e5b1bca9d12b2 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_3f19898d4ac10c7c283514abcddd986f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2e60882f77c030b5dd6bf0fd1fa4734 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e1dc44923c4ea32b826fbc47caf0f2a = $(`<div id="html_7e1dc44923c4ea32b826fbc47caf0f2a" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_f2e60882f77c030b5dd6bf0fd1fa4734.setContent(html_7e1dc44923c4ea32b826fbc47caf0f2a);
|
|
|
|
|
|
|
|
marker_7d0e72e3cf97e06f2f9e5b1bca9d12b2.bindPopup(popup_f2e60882f77c030b5dd6bf0fd1fa4734)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d0e72e3cf97e06f2f9e5b1bca9d12b2.setIcon(icon_3f19898d4ac10c7c283514abcddd986f);
|
|
|
|
|
|
var marker_29e26fdb5751dd00d53502491764d355 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f5fc5fc7608329616c87c30096e8a3ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1134bde8a38b7a9e392c11bbc1b58bfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac20aa73366ce81b12ca85c983311326 = $(`<div id="html_ac20aa73366ce81b12ca85c983311326" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_1134bde8a38b7a9e392c11bbc1b58bfd.setContent(html_ac20aa73366ce81b12ca85c983311326);
|
|
|
|
|
|
|
|
marker_29e26fdb5751dd00d53502491764d355.bindPopup(popup_1134bde8a38b7a9e392c11bbc1b58bfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29e26fdb5751dd00d53502491764d355.setIcon(icon_f5fc5fc7608329616c87c30096e8a3ed);
|
|
|
|
|
|
var marker_bd94128a065a44f55826a3ade7814661 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_afd54d75dc7b3b601e0175266a347efb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_554113bb23c53e27bdaaea835643a3fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6b8823b74b0f916dd457dd0b30a7fe8 = $(`<div id="html_b6b8823b74b0f916dd457dd0b30a7fe8" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_554113bb23c53e27bdaaea835643a3fb.setContent(html_b6b8823b74b0f916dd457dd0b30a7fe8);
|
|
|
|
|
|
|
|
marker_bd94128a065a44f55826a3ade7814661.bindPopup(popup_554113bb23c53e27bdaaea835643a3fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd94128a065a44f55826a3ade7814661.setIcon(icon_afd54d75dc7b3b601e0175266a347efb);
|
|
|
|
|
|
var marker_3acbf635571e5a9f67b93b23ade683bb = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0e05ffce2bca202cff475b5f95b2f8c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaa71137aef67ff1f388dd00aef1fb22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c12c456d33995a56c3ed3d598fa5aa1a = $(`<div id="html_c12c456d33995a56c3ed3d598fa5aa1a" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_eaa71137aef67ff1f388dd00aef1fb22.setContent(html_c12c456d33995a56c3ed3d598fa5aa1a);
|
|
|
|
|
|
|
|
marker_3acbf635571e5a9f67b93b23ade683bb.bindPopup(popup_eaa71137aef67ff1f388dd00aef1fb22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3acbf635571e5a9f67b93b23ade683bb.setIcon(icon_0e05ffce2bca202cff475b5f95b2f8c1);
|
|
|
|
|
|
var marker_8aa88a7fbcb8f66a060699ec73a253d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_54b74a1b6171352f863d1e40f931dae2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd858d804733a2890502b03332751bc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d767d615cac23151aa2b02b02d8c5dfb = $(`<div id="html_d767d615cac23151aa2b02b02d8c5dfb" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_cd858d804733a2890502b03332751bc3.setContent(html_d767d615cac23151aa2b02b02d8c5dfb);
|
|
|
|
|
|
|
|
marker_8aa88a7fbcb8f66a060699ec73a253d2.bindPopup(popup_cd858d804733a2890502b03332751bc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8aa88a7fbcb8f66a060699ec73a253d2.setIcon(icon_54b74a1b6171352f863d1e40f931dae2);
|
|
|
|
|
|
var marker_4c5a9dbf952a25af269942df9b22be50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_18d62e97f3ced0958cc833727dfeca7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8775209e5cc0836c9481c712781323f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9827be3d04e12fc1574fadd2e6f468ea = $(`<div id="html_9827be3d04e12fc1574fadd2e6f468ea" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_8775209e5cc0836c9481c712781323f8.setContent(html_9827be3d04e12fc1574fadd2e6f468ea);
|
|
|
|
|
|
|
|
marker_4c5a9dbf952a25af269942df9b22be50.bindPopup(popup_8775209e5cc0836c9481c712781323f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c5a9dbf952a25af269942df9b22be50.setIcon(icon_18d62e97f3ced0958cc833727dfeca7c);
|
|
|
|
|
|
var marker_db00b61546107a1b9da4a5f045313ea4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_3a50515ca413031db04a1de4ee2d453b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eca598b534fdcb13696c517d89a5d673 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfe6307329d7381b6fc7e2e360cb033e = $(`<div id="html_dfe6307329d7381b6fc7e2e360cb033e" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_eca598b534fdcb13696c517d89a5d673.setContent(html_dfe6307329d7381b6fc7e2e360cb033e);
|
|
|
|
|
|
|
|
marker_db00b61546107a1b9da4a5f045313ea4.bindPopup(popup_eca598b534fdcb13696c517d89a5d673)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db00b61546107a1b9da4a5f045313ea4.setIcon(icon_3a50515ca413031db04a1de4ee2d453b);
|
|
|
|
|
|
var marker_dbdd567220eb4059e2f212566071a93a = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6207c1ad94329996de3f60d578998a03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0dbda7eee47d6ee557bec08831d36bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddeb961103fc82ff65176caf2c381b77 = $(`<div id="html_ddeb961103fc82ff65176caf2c381b77" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_a0dbda7eee47d6ee557bec08831d36bf.setContent(html_ddeb961103fc82ff65176caf2c381b77);
|
|
|
|
|
|
|
|
marker_dbdd567220eb4059e2f212566071a93a.bindPopup(popup_a0dbda7eee47d6ee557bec08831d36bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbdd567220eb4059e2f212566071a93a.setIcon(icon_6207c1ad94329996de3f60d578998a03);
|
|
|
|
|
|
var marker_1bd18a2cadaa64b071a813591388c073 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_015eed1c82f6f8ff12ccd3972564fad2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d11b22b4c463984a98b20538ad16b1c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc9e0fabd584469b20be7213782bc9ec = $(`<div id="html_dc9e0fabd584469b20be7213782bc9ec" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_d11b22b4c463984a98b20538ad16b1c2.setContent(html_dc9e0fabd584469b20be7213782bc9ec);
|
|
|
|
|
|
|
|
marker_1bd18a2cadaa64b071a813591388c073.bindPopup(popup_d11b22b4c463984a98b20538ad16b1c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bd18a2cadaa64b071a813591388c073.setIcon(icon_015eed1c82f6f8ff12ccd3972564fad2);
|
|
|
|
|
|
var marker_4255bd67c918a507d72abbab6a99b5f8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_87ffb73f0cc0d5a0659c92e171d8f600 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47ab3bbc7c78c15c34a92a44677798d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8aba3485635609cab970f84e5d9160c2 = $(`<div id="html_8aba3485635609cab970f84e5d9160c2" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_47ab3bbc7c78c15c34a92a44677798d6.setContent(html_8aba3485635609cab970f84e5d9160c2);
|
|
|
|
|
|
|
|
marker_4255bd67c918a507d72abbab6a99b5f8.bindPopup(popup_47ab3bbc7c78c15c34a92a44677798d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4255bd67c918a507d72abbab6a99b5f8.setIcon(icon_87ffb73f0cc0d5a0659c92e171d8f600);
|
|
|
|
|
|
var marker_5fed7d976c8817f68b577493d244fae1 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9cb3c8aa4f4c3d0273caff7d2be5fb15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28ae1115512ab04f49a78035debce4f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de435234ed1db6bf68bd337e649b58ef = $(`<div id="html_de435234ed1db6bf68bd337e649b58ef" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_28ae1115512ab04f49a78035debce4f3.setContent(html_de435234ed1db6bf68bd337e649b58ef);
|
|
|
|
|
|
|
|
marker_5fed7d976c8817f68b577493d244fae1.bindPopup(popup_28ae1115512ab04f49a78035debce4f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fed7d976c8817f68b577493d244fae1.setIcon(icon_9cb3c8aa4f4c3d0273caff7d2be5fb15);
|
|
|
|
|
|
var marker_d2fa1cdf497aa47335f62485c1ab7a25 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6dffcb265e6455ba66a953388e93e376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8342ec0598d515cfcbacf46d84756dbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98ce110407691cc3cab2516b130b1f82 = $(`<div id="html_98ce110407691cc3cab2516b130b1f82" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_8342ec0598d515cfcbacf46d84756dbe.setContent(html_98ce110407691cc3cab2516b130b1f82);
|
|
|
|
|
|
|
|
marker_d2fa1cdf497aa47335f62485c1ab7a25.bindPopup(popup_8342ec0598d515cfcbacf46d84756dbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2fa1cdf497aa47335f62485c1ab7a25.setIcon(icon_6dffcb265e6455ba66a953388e93e376);
|
|
|
|
|
|
var marker_09b5493a006b353ad5969101823e2a74 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_cd86c223f1ce02d73d734c390e0c501e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20a12f8ba65a8824d6b606de593b92a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a437c83517f7c6de2bae3d60409adc5 = $(`<div id="html_6a437c83517f7c6de2bae3d60409adc5" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_20a12f8ba65a8824d6b606de593b92a9.setContent(html_6a437c83517f7c6de2bae3d60409adc5);
|
|
|
|
|
|
|
|
marker_09b5493a006b353ad5969101823e2a74.bindPopup(popup_20a12f8ba65a8824d6b606de593b92a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09b5493a006b353ad5969101823e2a74.setIcon(icon_cd86c223f1ce02d73d734c390e0c501e);
|
|
|
|
|
|
var marker_0ad43232d842e8135e52738b63980074 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_3b0a9294fc33954fa3b59707e0973587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bc2696085f8b9079f90d8ebb7fb36f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79e8a2f49abea2060721b3d81b0de707 = $(`<div id="html_79e8a2f49abea2060721b3d81b0de707" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_9bc2696085f8b9079f90d8ebb7fb36f0.setContent(html_79e8a2f49abea2060721b3d81b0de707);
|
|
|
|
|
|
|
|
marker_0ad43232d842e8135e52738b63980074.bindPopup(popup_9bc2696085f8b9079f90d8ebb7fb36f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ad43232d842e8135e52738b63980074.setIcon(icon_3b0a9294fc33954fa3b59707e0973587);
|
|
|
|
|
|
var marker_5f36c8cde68fca7aca7c337355f70125 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b6ed731a75874f2a85c590619581883a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e0e485f47d1fc96d56947e2ffe93342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c80aa5d65fdfef30433ff590a909cffd = $(`<div id="html_c80aa5d65fdfef30433ff590a909cffd" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_1e0e485f47d1fc96d56947e2ffe93342.setContent(html_c80aa5d65fdfef30433ff590a909cffd);
|
|
|
|
|
|
|
|
marker_5f36c8cde68fca7aca7c337355f70125.bindPopup(popup_1e0e485f47d1fc96d56947e2ffe93342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f36c8cde68fca7aca7c337355f70125.setIcon(icon_b6ed731a75874f2a85c590619581883a);
|
|
|
|
|
|
var marker_a870fae4910e77a6d35a09850f79c6a6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4a749263c66f270e64045ef97dfa4345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_269d2089538e8d76b3c767c0c451bd3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8feed26076e0778159677c4e633c3744 = $(`<div id="html_8feed26076e0778159677c4e633c3744" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_269d2089538e8d76b3c767c0c451bd3f.setContent(html_8feed26076e0778159677c4e633c3744);
|
|
|
|
|
|
|
|
marker_a870fae4910e77a6d35a09850f79c6a6.bindPopup(popup_269d2089538e8d76b3c767c0c451bd3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a870fae4910e77a6d35a09850f79c6a6.setIcon(icon_4a749263c66f270e64045ef97dfa4345);
|
|
|
|
|
|
var marker_a0d93a85e1b788f1cf5d784839964c06 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9215c4ddc517ef9a93c50b14ed7de231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9059dbaa850fd957aef9bcf07e636753 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_548fa5f3ea15439aeedea14ca0f02849 = $(`<div id="html_548fa5f3ea15439aeedea14ca0f02849" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_9059dbaa850fd957aef9bcf07e636753.setContent(html_548fa5f3ea15439aeedea14ca0f02849);
|
|
|
|
|
|
|
|
marker_a0d93a85e1b788f1cf5d784839964c06.bindPopup(popup_9059dbaa850fd957aef9bcf07e636753)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0d93a85e1b788f1cf5d784839964c06.setIcon(icon_9215c4ddc517ef9a93c50b14ed7de231);
|
|
|
|
|
|
var marker_109f82307b006f06a801787c55012cb8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2be8a2451beb9b0cbc2fe2aca7be3bab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eb4fa9266cbf3b9b9f7fbd9f378ad33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c48f83549b6f9908e2d28c97bb0f4414 = $(`<div id="html_c48f83549b6f9908e2d28c97bb0f4414" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_7eb4fa9266cbf3b9b9f7fbd9f378ad33.setContent(html_c48f83549b6f9908e2d28c97bb0f4414);
|
|
|
|
|
|
|
|
marker_109f82307b006f06a801787c55012cb8.bindPopup(popup_7eb4fa9266cbf3b9b9f7fbd9f378ad33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_109f82307b006f06a801787c55012cb8.setIcon(icon_2be8a2451beb9b0cbc2fe2aca7be3bab);
|
|
|
|
|
|
var marker_403506151784acc11bb05d74b1dfc7b3 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f2a3d60718b67ee9290fafe1b0ef8801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e581828a8617458f36282e67b3fde870 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d300986f0994a895d45be176398a884 = $(`<div id="html_8d300986f0994a895d45be176398a884" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_e581828a8617458f36282e67b3fde870.setContent(html_8d300986f0994a895d45be176398a884);
|
|
|
|
|
|
|
|
marker_403506151784acc11bb05d74b1dfc7b3.bindPopup(popup_e581828a8617458f36282e67b3fde870)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_403506151784acc11bb05d74b1dfc7b3.setIcon(icon_f2a3d60718b67ee9290fafe1b0ef8801);
|
|
|
|
|
|
var marker_58f6aff6edc05891fb86a63c0ea5606b = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4b5da298ed655c343e4c5521d7810752 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e07186b17a2fe038b504e3a31302411f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25626655e68f26da034c3b2beda23175 = $(`<div id="html_25626655e68f26da034c3b2beda23175" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_e07186b17a2fe038b504e3a31302411f.setContent(html_25626655e68f26da034c3b2beda23175);
|
|
|
|
|
|
|
|
marker_58f6aff6edc05891fb86a63c0ea5606b.bindPopup(popup_e07186b17a2fe038b504e3a31302411f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58f6aff6edc05891fb86a63c0ea5606b.setIcon(icon_4b5da298ed655c343e4c5521d7810752);
|
|
|
|
|
|
var marker_fd5e097357ed31a7ee774e55cba20240 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b72dbc9ceaa6b3180e344b6a79ce7743 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6376bfbadd4467c7d98ca6381b6c86ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87e0876e67e04731383787e07693e6cb = $(`<div id="html_87e0876e67e04731383787e07693e6cb" style="width: 100.0%; height: 100.0%;">sandbox.registros.aarpia.net</div>`)[0];
|
|
popup_6376bfbadd4467c7d98ca6381b6c86ea.setContent(html_87e0876e67e04731383787e07693e6cb);
|
|
|
|
|
|
|
|
marker_fd5e097357ed31a7ee774e55cba20240.bindPopup(popup_6376bfbadd4467c7d98ca6381b6c86ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd5e097357ed31a7ee774e55cba20240.setIcon(icon_b72dbc9ceaa6b3180e344b6a79ce7743);
|
|
|
|
|
|
var marker_b6312638763f3c51a0e8f7fb6be8bdd4 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_61034646585e010d6655f86e2a82b6da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_436988c30df7581baa7c0bacb8205d0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d1982da214d242584a1d33bc86320d4 = $(`<div id="html_3d1982da214d242584a1d33bc86320d4" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_436988c30df7581baa7c0bacb8205d0b.setContent(html_3d1982da214d242584a1d33bc86320d4);
|
|
|
|
|
|
|
|
marker_b6312638763f3c51a0e8f7fb6be8bdd4.bindPopup(popup_436988c30df7581baa7c0bacb8205d0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6312638763f3c51a0e8f7fb6be8bdd4.setIcon(icon_61034646585e010d6655f86e2a82b6da);
|
|
|
|
|
|
var marker_0203cc132f72c98180ab4bb0a56fc180 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_530170b247f94c67cc8da1a6f62d09ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d47576c25de9b42d6df846edcfd25340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56b5bc81e6f5e5bfc1001d19cf580f9a = $(`<div id="html_56b5bc81e6f5e5bfc1001d19cf580f9a" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_d47576c25de9b42d6df846edcfd25340.setContent(html_56b5bc81e6f5e5bfc1001d19cf580f9a);
|
|
|
|
|
|
|
|
marker_0203cc132f72c98180ab4bb0a56fc180.bindPopup(popup_d47576c25de9b42d6df846edcfd25340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0203cc132f72c98180ab4bb0a56fc180.setIcon(icon_530170b247f94c67cc8da1a6f62d09ed);
|
|
|
|
|
|
var marker_7db0c2a71d517a3d06b73735f676fe63 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_80c99ccbf65b029561cf268196af19f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dba1ad03c1e72105d58e3dd56b10672a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03c7aff2ae045f2e7234784293b8a803 = $(`<div id="html_03c7aff2ae045f2e7234784293b8a803" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_dba1ad03c1e72105d58e3dd56b10672a.setContent(html_03c7aff2ae045f2e7234784293b8a803);
|
|
|
|
|
|
|
|
marker_7db0c2a71d517a3d06b73735f676fe63.bindPopup(popup_dba1ad03c1e72105d58e3dd56b10672a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7db0c2a71d517a3d06b73735f676fe63.setIcon(icon_80c99ccbf65b029561cf268196af19f2);
|
|
|
|
|
|
var marker_63d3550c64fb0820e07bc0a994f2248a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fbe08ee8bbaef9b6c028f8c2fd73c5ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d93fee726fcaa34b94300e55048a3c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c03b574e92041d8f9cd78179cecc964 = $(`<div id="html_3c03b574e92041d8f9cd78179cecc964" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_9d93fee726fcaa34b94300e55048a3c5.setContent(html_3c03b574e92041d8f9cd78179cecc964);
|
|
|
|
|
|
|
|
marker_63d3550c64fb0820e07bc0a994f2248a.bindPopup(popup_9d93fee726fcaa34b94300e55048a3c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63d3550c64fb0820e07bc0a994f2248a.setIcon(icon_fbe08ee8bbaef9b6c028f8c2fd73c5ce);
|
|
|
|
|
|
var marker_b475b1a5d50342828a20310416d682b4 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_69091ecbb260a26ab76b507937f53286 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b8100933e7285ab23cc2db4ecabf3d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b50bca16ee870230fbc4a23acd4f70e8 = $(`<div id="html_b50bca16ee870230fbc4a23acd4f70e8" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_0b8100933e7285ab23cc2db4ecabf3d1.setContent(html_b50bca16ee870230fbc4a23acd4f70e8);
|
|
|
|
|
|
|
|
marker_b475b1a5d50342828a20310416d682b4.bindPopup(popup_0b8100933e7285ab23cc2db4ecabf3d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b475b1a5d50342828a20310416d682b4.setIcon(icon_69091ecbb260a26ab76b507937f53286);
|
|
|
|
|
|
var marker_17513ea0f8ca04618311cfdba848e557 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_241e2c852f5897bf5099b200a376c793 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5750c1d940d5ffe6ab84eff783b46e19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d729173f88bdb5c7dbd4ed58049d2a06 = $(`<div id="html_d729173f88bdb5c7dbd4ed58049d2a06" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_5750c1d940d5ffe6ab84eff783b46e19.setContent(html_d729173f88bdb5c7dbd4ed58049d2a06);
|
|
|
|
|
|
|
|
marker_17513ea0f8ca04618311cfdba848e557.bindPopup(popup_5750c1d940d5ffe6ab84eff783b46e19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17513ea0f8ca04618311cfdba848e557.setIcon(icon_241e2c852f5897bf5099b200a376c793);
|
|
|
|
|
|
var marker_d6192a8757a7d3899354afb480f300e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_244756e440786089e49a34bba2ef0394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41fd3d2b91422b017c7553baeab02b45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45d315527568f18c0cf03a07d3357265 = $(`<div id="html_45d315527568f18c0cf03a07d3357265" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_41fd3d2b91422b017c7553baeab02b45.setContent(html_45d315527568f18c0cf03a07d3357265);
|
|
|
|
|
|
|
|
marker_d6192a8757a7d3899354afb480f300e8.bindPopup(popup_41fd3d2b91422b017c7553baeab02b45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6192a8757a7d3899354afb480f300e8.setIcon(icon_244756e440786089e49a34bba2ef0394);
|
|
|
|
|
|
var marker_e63fdce7d80234d26229dc686f8dfcbd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_27cfe8ff69becfba4c3c91e5cfbe005f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5254af44ca5abf304c7ae2f564b4ba5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3335d673a04dc244deb14e97bdddb3b9 = $(`<div id="html_3335d673a04dc244deb14e97bdddb3b9" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_b5254af44ca5abf304c7ae2f564b4ba5.setContent(html_3335d673a04dc244deb14e97bdddb3b9);
|
|
|
|
|
|
|
|
marker_e63fdce7d80234d26229dc686f8dfcbd.bindPopup(popup_b5254af44ca5abf304c7ae2f564b4ba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e63fdce7d80234d26229dc686f8dfcbd.setIcon(icon_27cfe8ff69becfba4c3c91e5cfbe005f);
|
|
|
|
|
|
var marker_6cf0c152dc12be00b4bc5a91eb335526 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9bebe14074c815c4bb60a1a0e1f2a01e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c14ec3d4ff4ce1b7fc44a84cbc31836f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_239eba71f8fe230aa4c1a96bcbb20e0b = $(`<div id="html_239eba71f8fe230aa4c1a96bcbb20e0b" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_c14ec3d4ff4ce1b7fc44a84cbc31836f.setContent(html_239eba71f8fe230aa4c1a96bcbb20e0b);
|
|
|
|
|
|
|
|
marker_6cf0c152dc12be00b4bc5a91eb335526.bindPopup(popup_c14ec3d4ff4ce1b7fc44a84cbc31836f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cf0c152dc12be00b4bc5a91eb335526.setIcon(icon_9bebe14074c815c4bb60a1a0e1f2a01e);
|
|
|
|
|
|
var marker_c1379bde45201cad008506210f67b841 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b105be43891b799acac961701914dad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b09708cffc0acfc0632261a16480911c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c3255674cc91929aaa6f59c919f19e2 = $(`<div id="html_0c3255674cc91929aaa6f59c919f19e2" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_b09708cffc0acfc0632261a16480911c.setContent(html_0c3255674cc91929aaa6f59c919f19e2);
|
|
|
|
|
|
|
|
marker_c1379bde45201cad008506210f67b841.bindPopup(popup_b09708cffc0acfc0632261a16480911c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1379bde45201cad008506210f67b841.setIcon(icon_b105be43891b799acac961701914dad9);
|
|
|
|
|
|
var marker_201ed7ac5d0f70ac620547dea4ebed5e = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b3d07b4aeca0ff6419d4e971a5c5449d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_775748d27a5ea85bbacac7689180b77e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7477a72fe860248cc486db5fa91ceb7b = $(`<div id="html_7477a72fe860248cc486db5fa91ceb7b" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_775748d27a5ea85bbacac7689180b77e.setContent(html_7477a72fe860248cc486db5fa91ceb7b);
|
|
|
|
|
|
|
|
marker_201ed7ac5d0f70ac620547dea4ebed5e.bindPopup(popup_775748d27a5ea85bbacac7689180b77e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_201ed7ac5d0f70ac620547dea4ebed5e.setIcon(icon_b3d07b4aeca0ff6419d4e971a5c5449d);
|
|
|
|
|
|
var marker_beda2f085f0d5cb05f6311cce43afa7c = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bad2dbe7360fb399464d682b924bfee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8972baa5932ebadc01eea9ce573c14f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_958d7af89bb3f6d8afa770b73d39a491 = $(`<div id="html_958d7af89bb3f6d8afa770b73d39a491" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_8972baa5932ebadc01eea9ce573c14f5.setContent(html_958d7af89bb3f6d8afa770b73d39a491);
|
|
|
|
|
|
|
|
marker_beda2f085f0d5cb05f6311cce43afa7c.bindPopup(popup_8972baa5932ebadc01eea9ce573c14f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beda2f085f0d5cb05f6311cce43afa7c.setIcon(icon_bad2dbe7360fb399464d682b924bfee8);
|
|
|
|
|
|
var marker_50b33739397b8c9649afb858ca59e76c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6e5d6fc01f39e0d2c3dd086b9c317b16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8427154eaa94648cd4781d4e881470e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4718f7b38d03489e6384ab3d1c854732 = $(`<div id="html_4718f7b38d03489e6384ab3d1c854732" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_8427154eaa94648cd4781d4e881470e4.setContent(html_4718f7b38d03489e6384ab3d1c854732);
|
|
|
|
|
|
|
|
marker_50b33739397b8c9649afb858ca59e76c.bindPopup(popup_8427154eaa94648cd4781d4e881470e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50b33739397b8c9649afb858ca59e76c.setIcon(icon_6e5d6fc01f39e0d2c3dd086b9c317b16);
|
|
|
|
|
|
var marker_2e7bc5550c3f3836433570a22d53dd2f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_287759774a43c14986152d155c6dde05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ffed805f090cc6cb3f09c65ea3427c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec063e6d268cb5f58d1f10461784a7e6 = $(`<div id="html_ec063e6d268cb5f58d1f10461784a7e6" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_8ffed805f090cc6cb3f09c65ea3427c7.setContent(html_ec063e6d268cb5f58d1f10461784a7e6);
|
|
|
|
|
|
|
|
marker_2e7bc5550c3f3836433570a22d53dd2f.bindPopup(popup_8ffed805f090cc6cb3f09c65ea3427c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e7bc5550c3f3836433570a22d53dd2f.setIcon(icon_287759774a43c14986152d155c6dde05);
|
|
|
|
|
|
var marker_3a76e5a98c0d80cce735a3026254ed8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f148f319a61c53bacebc1abb5aa974a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03540cc4e8d55dedda1b6ac9ae46692d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d79aa3dc38519e56283342ae8bb8e05 = $(`<div id="html_6d79aa3dc38519e56283342ae8bb8e05" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_03540cc4e8d55dedda1b6ac9ae46692d.setContent(html_6d79aa3dc38519e56283342ae8bb8e05);
|
|
|
|
|
|
|
|
marker_3a76e5a98c0d80cce735a3026254ed8e.bindPopup(popup_03540cc4e8d55dedda1b6ac9ae46692d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a76e5a98c0d80cce735a3026254ed8e.setIcon(icon_f148f319a61c53bacebc1abb5aa974a6);
|
|
|
|
|
|
var marker_3673e130036d8d8a3eebfa3ae9e76925 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5c68079b205eade979a3dbc51811f10f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2c88e68de20fc9bb0dedb07a8a0f47f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f61bbfd910debd71352ffcfc402c962a = $(`<div id="html_f61bbfd910debd71352ffcfc402c962a" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_c2c88e68de20fc9bb0dedb07a8a0f47f.setContent(html_f61bbfd910debd71352ffcfc402c962a);
|
|
|
|
|
|
|
|
marker_3673e130036d8d8a3eebfa3ae9e76925.bindPopup(popup_c2c88e68de20fc9bb0dedb07a8a0f47f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3673e130036d8d8a3eebfa3ae9e76925.setIcon(icon_5c68079b205eade979a3dbc51811f10f);
|
|
|
|
|
|
var marker_faa23c55f4ca32080322a4314dc07c43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_90432c540de99269e024e2228bfe51e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10f2765f6cc8b9fbcd26d46b0846b9cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9fe5a22e27015d2778309c5ec209c5 = $(`<div id="html_ea9fe5a22e27015d2778309c5ec209c5" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_10f2765f6cc8b9fbcd26d46b0846b9cb.setContent(html_ea9fe5a22e27015d2778309c5ec209c5);
|
|
|
|
|
|
|
|
marker_faa23c55f4ca32080322a4314dc07c43.bindPopup(popup_10f2765f6cc8b9fbcd26d46b0846b9cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faa23c55f4ca32080322a4314dc07c43.setIcon(icon_90432c540de99269e024e2228bfe51e3);
|
|
|
|
|
|
var marker_9d7dfd6220493ce3826f816ccea3feaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_39cc26f14b822006ce6891805fe4a27d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b1d5542923ea8a0c49c901bf0ad2268 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ffdf10c88734a1a85517e95d8d04c73 = $(`<div id="html_1ffdf10c88734a1a85517e95d8d04c73" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_8b1d5542923ea8a0c49c901bf0ad2268.setContent(html_1ffdf10c88734a1a85517e95d8d04c73);
|
|
|
|
|
|
|
|
marker_9d7dfd6220493ce3826f816ccea3feaf.bindPopup(popup_8b1d5542923ea8a0c49c901bf0ad2268)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d7dfd6220493ce3826f816ccea3feaf.setIcon(icon_39cc26f14b822006ce6891805fe4a27d);
|
|
|
|
|
|
var marker_96fbe65736abbb42c292be06250101e2 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_43e84704e9d4f0fe5c0ed591e87e5e5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_958b6cbe1395671a78a10648b0a0fada = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4383546443ca06bad7f5faae9616572b = $(`<div id="html_4383546443ca06bad7f5faae9616572b" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_958b6cbe1395671a78a10648b0a0fada.setContent(html_4383546443ca06bad7f5faae9616572b);
|
|
|
|
|
|
|
|
marker_96fbe65736abbb42c292be06250101e2.bindPopup(popup_958b6cbe1395671a78a10648b0a0fada)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96fbe65736abbb42c292be06250101e2.setIcon(icon_43e84704e9d4f0fe5c0ed591e87e5e5f);
|
|
|
|
|
|
var marker_87de4f39773fc755a2868a1aede4d612 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d81c7b1f8df94e1aa21e1e4b6f8d478a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23ba653609b95d38a936f40e81e9c0a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78be66fa3dd2a08ffef86bcff7bd2c38 = $(`<div id="html_78be66fa3dd2a08ffef86bcff7bd2c38" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_23ba653609b95d38a936f40e81e9c0a4.setContent(html_78be66fa3dd2a08ffef86bcff7bd2c38);
|
|
|
|
|
|
|
|
marker_87de4f39773fc755a2868a1aede4d612.bindPopup(popup_23ba653609b95d38a936f40e81e9c0a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87de4f39773fc755a2868a1aede4d612.setIcon(icon_d81c7b1f8df94e1aa21e1e4b6f8d478a);
|
|
|
|
|
|
var marker_924505c208fd4b1b325a39b23b73da9b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_14e64e657858cc62de84476deac7d94d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43afc5daaca977ae87b507eb0cc41623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20e7644f44f9ed6b9b245415fc4dde99 = $(`<div id="html_20e7644f44f9ed6b9b245415fc4dde99" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_43afc5daaca977ae87b507eb0cc41623.setContent(html_20e7644f44f9ed6b9b245415fc4dde99);
|
|
|
|
|
|
|
|
marker_924505c208fd4b1b325a39b23b73da9b.bindPopup(popup_43afc5daaca977ae87b507eb0cc41623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_924505c208fd4b1b325a39b23b73da9b.setIcon(icon_14e64e657858cc62de84476deac7d94d);
|
|
|
|
|
|
var marker_2063aa09085f25fd9df599a436982ed1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_af6368dc180a429a0e3fa77859f0a2e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4220ee6eaeaa2d5efd552c39afd297c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efc793ccdf5d4a9d3ca5c1ea0eebfbeb = $(`<div id="html_efc793ccdf5d4a9d3ca5c1ea0eebfbeb" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_4220ee6eaeaa2d5efd552c39afd297c6.setContent(html_efc793ccdf5d4a9d3ca5c1ea0eebfbeb);
|
|
|
|
|
|
|
|
marker_2063aa09085f25fd9df599a436982ed1.bindPopup(popup_4220ee6eaeaa2d5efd552c39afd297c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2063aa09085f25fd9df599a436982ed1.setIcon(icon_af6368dc180a429a0e3fa77859f0a2e2);
|
|
|
|
|
|
var marker_38cb8e9f4e70c389c66c9866f38c557d = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4ed200374c81a85f6d3848a22fb9bd25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c443d0c976e3290e54a9da2d25a12825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_330b47a426c0daeab52fc4c35f99bdd6 = $(`<div id="html_330b47a426c0daeab52fc4c35f99bdd6" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_c443d0c976e3290e54a9da2d25a12825.setContent(html_330b47a426c0daeab52fc4c35f99bdd6);
|
|
|
|
|
|
|
|
marker_38cb8e9f4e70c389c66c9866f38c557d.bindPopup(popup_c443d0c976e3290e54a9da2d25a12825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38cb8e9f4e70c389c66c9866f38c557d.setIcon(icon_4ed200374c81a85f6d3848a22fb9bd25);
|
|
|
|
|
|
var marker_668badf79ea61ff415de475e2fb9fa34 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_70799841a318cf99936f6eb6fa8d045a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_804a3f88e2a3f5d8726e457fea43b914 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f1a27fd65976f75fa095fb4e01d3c5f = $(`<div id="html_4f1a27fd65976f75fa095fb4e01d3c5f" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_804a3f88e2a3f5d8726e457fea43b914.setContent(html_4f1a27fd65976f75fa095fb4e01d3c5f);
|
|
|
|
|
|
|
|
marker_668badf79ea61ff415de475e2fb9fa34.bindPopup(popup_804a3f88e2a3f5d8726e457fea43b914)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_668badf79ea61ff415de475e2fb9fa34.setIcon(icon_70799841a318cf99936f6eb6fa8d045a);
|
|
|
|
|
|
var marker_3cce33d87e0f73ceeb33ee8ef886d188 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9b1d6b2127408b7789da2d216aac9516 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6eb47634dc349fcd6dea6d0019bafa2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_616aba8adc21419936db432cafc573fe = $(`<div id="html_616aba8adc21419936db432cafc573fe" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_6eb47634dc349fcd6dea6d0019bafa2a.setContent(html_616aba8adc21419936db432cafc573fe);
|
|
|
|
|
|
|
|
marker_3cce33d87e0f73ceeb33ee8ef886d188.bindPopup(popup_6eb47634dc349fcd6dea6d0019bafa2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cce33d87e0f73ceeb33ee8ef886d188.setIcon(icon_9b1d6b2127408b7789da2d216aac9516);
|
|
|
|
|
|
var marker_cf25ca16a9f34cf424b8ca1f324c427b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e7eb1eb7aad1fd706a03318674993223 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7748abade94e75bb227cd494ed4c8db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_237abfc3e71cdb8ab9a6a682534a1009 = $(`<div id="html_237abfc3e71cdb8ab9a6a682534a1009" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_d7748abade94e75bb227cd494ed4c8db.setContent(html_237abfc3e71cdb8ab9a6a682534a1009);
|
|
|
|
|
|
|
|
marker_cf25ca16a9f34cf424b8ca1f324c427b.bindPopup(popup_d7748abade94e75bb227cd494ed4c8db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf25ca16a9f34cf424b8ca1f324c427b.setIcon(icon_e7eb1eb7aad1fd706a03318674993223);
|
|
|
|
|
|
var marker_6cdba2d491a4d3d52e128cdb2098c6e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_01f8db965a02891c2e418bf5bedb0b3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2495a9dfd83fd3821a58af408a2935ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ce2252b07202bc68c43a27773d5a708 = $(`<div id="html_0ce2252b07202bc68c43a27773d5a708" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_2495a9dfd83fd3821a58af408a2935ad.setContent(html_0ce2252b07202bc68c43a27773d5a708);
|
|
|
|
|
|
|
|
marker_6cdba2d491a4d3d52e128cdb2098c6e5.bindPopup(popup_2495a9dfd83fd3821a58af408a2935ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cdba2d491a4d3d52e128cdb2098c6e5.setIcon(icon_01f8db965a02891c2e418bf5bedb0b3e);
|
|
|
|
|
|
var marker_7e3fc1f4f4022ee4d77c36a4a7982c35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_126dada8dd14474d6e25b305bdbb2fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e61ae92be49e8d75ef1e586d8eea41c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_834cdb83c4cd7f9c6781cbef4a6cb9d5 = $(`<div id="html_834cdb83c4cd7f9c6781cbef4a6cb9d5" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_7e61ae92be49e8d75ef1e586d8eea41c.setContent(html_834cdb83c4cd7f9c6781cbef4a6cb9d5);
|
|
|
|
|
|
|
|
marker_7e3fc1f4f4022ee4d77c36a4a7982c35.bindPopup(popup_7e61ae92be49e8d75ef1e586d8eea41c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e3fc1f4f4022ee4d77c36a4a7982c35.setIcon(icon_126dada8dd14474d6e25b305bdbb2fbd);
|
|
|
|
|
|
var marker_fb540e179e047d73c9218dafdce3348c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_46724a60c0d010fd59c84ebf4ee861fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8829a90a3ce37df331dc7112c96dc3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68d949c780d8508264243c54349301c4 = $(`<div id="html_68d949c780d8508264243c54349301c4" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_a8829a90a3ce37df331dc7112c96dc3b.setContent(html_68d949c780d8508264243c54349301c4);
|
|
|
|
|
|
|
|
marker_fb540e179e047d73c9218dafdce3348c.bindPopup(popup_a8829a90a3ce37df331dc7112c96dc3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb540e179e047d73c9218dafdce3348c.setIcon(icon_46724a60c0d010fd59c84ebf4ee861fe);
|
|
|
|
|
|
var marker_bc34ec0141f6a0357f91c336b2d967fe = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_089724612975ca157712c94b0c59b9cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5af0b37641c41d4337c0f406ef5c9516 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8fef55172fa167bb40569d4a763c02b = $(`<div id="html_c8fef55172fa167bb40569d4a763c02b" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_5af0b37641c41d4337c0f406ef5c9516.setContent(html_c8fef55172fa167bb40569d4a763c02b);
|
|
|
|
|
|
|
|
marker_bc34ec0141f6a0357f91c336b2d967fe.bindPopup(popup_5af0b37641c41d4337c0f406ef5c9516)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc34ec0141f6a0357f91c336b2d967fe.setIcon(icon_089724612975ca157712c94b0c59b9cd);
|
|
|
|
|
|
var marker_6cd4883b5885fc8b4ca966a9b8ee46cf = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5e86770614277d4320cd0c27186ec394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9995d9e2c82490fd57e4f111f8bcc888 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4723e1efb4ee703def810e556b3cff3c = $(`<div id="html_4723e1efb4ee703def810e556b3cff3c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_9995d9e2c82490fd57e4f111f8bcc888.setContent(html_4723e1efb4ee703def810e556b3cff3c);
|
|
|
|
|
|
|
|
marker_6cd4883b5885fc8b4ca966a9b8ee46cf.bindPopup(popup_9995d9e2c82490fd57e4f111f8bcc888)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cd4883b5885fc8b4ca966a9b8ee46cf.setIcon(icon_5e86770614277d4320cd0c27186ec394);
|
|
|
|
|
|
var marker_4afef636edd7e9ef24fbe0aa6ff49fcb = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_dfb53c25d9bf9f27ebaac090808e4e20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3df49e694f1a9048bbf7ea24bbc5c68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a547f9a7bfb3b3ca948bc4d41556cb9 = $(`<div id="html_0a547f9a7bfb3b3ca948bc4d41556cb9" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_e3df49e694f1a9048bbf7ea24bbc5c68.setContent(html_0a547f9a7bfb3b3ca948bc4d41556cb9);
|
|
|
|
|
|
|
|
marker_4afef636edd7e9ef24fbe0aa6ff49fcb.bindPopup(popup_e3df49e694f1a9048bbf7ea24bbc5c68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4afef636edd7e9ef24fbe0aa6ff49fcb.setIcon(icon_dfb53c25d9bf9f27ebaac090808e4e20);
|
|
|
|
|
|
var marker_022c02a20e269e61b04dcce9267723d4 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_535fd685189d3377115f079d2c96a357 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ddef1cbae373353ac1cc7703de12b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99181f6d89b6ecb21fa3aa28fdd707f1 = $(`<div id="html_99181f6d89b6ecb21fa3aa28fdd707f1" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_0ddef1cbae373353ac1cc7703de12b29.setContent(html_99181f6d89b6ecb21fa3aa28fdd707f1);
|
|
|
|
|
|
|
|
marker_022c02a20e269e61b04dcce9267723d4.bindPopup(popup_0ddef1cbae373353ac1cc7703de12b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_022c02a20e269e61b04dcce9267723d4.setIcon(icon_535fd685189d3377115f079d2c96a357);
|
|
|
|
|
|
var marker_6bc57c3afa2c3920a3463c71476cd109 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_699a800e741241184ca8fb443781df79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0837e5a729dad16d2c0a07fa60583ee9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a43dda5e6b33cc46a8525c66a3e728d = $(`<div id="html_5a43dda5e6b33cc46a8525c66a3e728d" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_0837e5a729dad16d2c0a07fa60583ee9.setContent(html_5a43dda5e6b33cc46a8525c66a3e728d);
|
|
|
|
|
|
|
|
marker_6bc57c3afa2c3920a3463c71476cd109.bindPopup(popup_0837e5a729dad16d2c0a07fa60583ee9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bc57c3afa2c3920a3463c71476cd109.setIcon(icon_699a800e741241184ca8fb443781df79);
|
|
|
|
|
|
var marker_5655baf40d9d38bbe93ecc2127f9cf4d = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5adc94fe711693074b96346d094ca22e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc8e04fa172b1e9763475592b2b8c12b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b908f9722d5315af2dcb07bd25e4a7b = $(`<div id="html_3b908f9722d5315af2dcb07bd25e4a7b" style="width: 100.0%; height: 100.0%;">artisanspyramid.libretechsystems.xyz</div>`)[0];
|
|
popup_fc8e04fa172b1e9763475592b2b8c12b.setContent(html_3b908f9722d5315af2dcb07bd25e4a7b);
|
|
|
|
|
|
|
|
marker_5655baf40d9d38bbe93ecc2127f9cf4d.bindPopup(popup_fc8e04fa172b1e9763475592b2b8c12b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5655baf40d9d38bbe93ecc2127f9cf4d.setIcon(icon_5adc94fe711693074b96346d094ca22e);
|
|
|
|
|
|
var marker_a5621164bff3f0a22c779732abf8e89a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4ce642e97cd5c866558471a78313b476 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ccf0e20eaf5c35c9db4e37630582f16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56b3b1ab955770ba7820d9a40d2e4e59 = $(`<div id="html_56b3b1ab955770ba7820d9a40d2e4e59" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_8ccf0e20eaf5c35c9db4e37630582f16.setContent(html_56b3b1ab955770ba7820d9a40d2e4e59);
|
|
|
|
|
|
|
|
marker_a5621164bff3f0a22c779732abf8e89a.bindPopup(popup_8ccf0e20eaf5c35c9db4e37630582f16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5621164bff3f0a22c779732abf8e89a.setIcon(icon_4ce642e97cd5c866558471a78313b476);
|
|
|
|
|
|
var marker_0f5999b57caa62cf71007151c5d0c7a9 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0802fe1fc544df46b4967a1c2f25d9b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58cf96631dff85b77dc859c245a4142e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e87373c2f068b94ec6417df5604a2ce = $(`<div id="html_2e87373c2f068b94ec6417df5604a2ce" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_58cf96631dff85b77dc859c245a4142e.setContent(html_2e87373c2f068b94ec6417df5604a2ce);
|
|
|
|
|
|
|
|
marker_0f5999b57caa62cf71007151c5d0c7a9.bindPopup(popup_58cf96631dff85b77dc859c245a4142e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f5999b57caa62cf71007151c5d0c7a9.setIcon(icon_0802fe1fc544df46b4967a1c2f25d9b5);
|
|
|
|
|
|
var marker_2797a7fc7cc605c555984ec01116b170 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_8fb4db68554171dfcae007f5ddd148cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b1b5c2201948fd180af5659763c5e81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a930db7149e01de90185f32448c3e7db = $(`<div id="html_a930db7149e01de90185f32448c3e7db" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_6b1b5c2201948fd180af5659763c5e81.setContent(html_a930db7149e01de90185f32448c3e7db);
|
|
|
|
|
|
|
|
marker_2797a7fc7cc605c555984ec01116b170.bindPopup(popup_6b1b5c2201948fd180af5659763c5e81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2797a7fc7cc605c555984ec01116b170.setIcon(icon_8fb4db68554171dfcae007f5ddd148cb);
|
|
|
|
|
|
var marker_3c82bbd78e2eef0057825c59a301fbd2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4c62668afd95269b38ec7f4fbe469af9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f85747e31c2a45250647b95d7634ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_876880610f62b111131f01be090ebdae = $(`<div id="html_876880610f62b111131f01be090ebdae" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_c5f85747e31c2a45250647b95d7634ad.setContent(html_876880610f62b111131f01be090ebdae);
|
|
|
|
|
|
|
|
marker_3c82bbd78e2eef0057825c59a301fbd2.bindPopup(popup_c5f85747e31c2a45250647b95d7634ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c82bbd78e2eef0057825c59a301fbd2.setIcon(icon_4c62668afd95269b38ec7f4fbe469af9);
|
|
|
|
|
|
var marker_dc841d6bb7632ccdfbde20dfe41787a7 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_c630c14f7661c9f4ddbdb15e632e4efc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b108c19d173dd2cdc7c299fba77e80ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44812080bba8b38ae44ebe695d287dc9 = $(`<div id="html_44812080bba8b38ae44ebe695d287dc9" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_b108c19d173dd2cdc7c299fba77e80ad.setContent(html_44812080bba8b38ae44ebe695d287dc9);
|
|
|
|
|
|
|
|
marker_dc841d6bb7632ccdfbde20dfe41787a7.bindPopup(popup_b108c19d173dd2cdc7c299fba77e80ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc841d6bb7632ccdfbde20dfe41787a7.setIcon(icon_c630c14f7661c9f4ddbdb15e632e4efc);
|
|
|
|
|
|
var marker_a1de1cbca1f06dfefbad9c47c991e0a7 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_de97362bf80f32755ccc350b8fae052d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8bfec89b63044fd65934455c47e9fe6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4c73d86e53bc837171029f952518288 = $(`<div id="html_e4c73d86e53bc837171029f952518288" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_f8bfec89b63044fd65934455c47e9fe6.setContent(html_e4c73d86e53bc837171029f952518288);
|
|
|
|
|
|
|
|
marker_a1de1cbca1f06dfefbad9c47c991e0a7.bindPopup(popup_f8bfec89b63044fd65934455c47e9fe6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1de1cbca1f06dfefbad9c47c991e0a7.setIcon(icon_de97362bf80f32755ccc350b8fae052d);
|
|
|
|
|
|
var marker_fb4a788e3848df11a045c6387d63782c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_674ec553106e767ff7dec28d57015b41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa4565fc86e04220a8d44766fbc9a5f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d50d407687ef7ecb3ee94b387390d28 = $(`<div id="html_0d50d407687ef7ecb3ee94b387390d28" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_fa4565fc86e04220a8d44766fbc9a5f9.setContent(html_0d50d407687ef7ecb3ee94b387390d28);
|
|
|
|
|
|
|
|
marker_fb4a788e3848df11a045c6387d63782c.bindPopup(popup_fa4565fc86e04220a8d44766fbc9a5f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb4a788e3848df11a045c6387d63782c.setIcon(icon_674ec553106e767ff7dec28d57015b41);
|
|
|
|
|
|
var marker_eeec6ce40c49bcb5fa8754546dbbe13a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_af05523b5e2716de2bbb2381856205c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7db02b6dc797ce24e25aec2aaaf1b385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c9f447ab92fac73c564a4ae9e3ce275 = $(`<div id="html_3c9f447ab92fac73c564a4ae9e3ce275" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_7db02b6dc797ce24e25aec2aaaf1b385.setContent(html_3c9f447ab92fac73c564a4ae9e3ce275);
|
|
|
|
|
|
|
|
marker_eeec6ce40c49bcb5fa8754546dbbe13a.bindPopup(popup_7db02b6dc797ce24e25aec2aaaf1b385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeec6ce40c49bcb5fa8754546dbbe13a.setIcon(icon_af05523b5e2716de2bbb2381856205c8);
|
|
|
|
|
|
var marker_53bd41d0851712ded89d068a28f458c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_1f4b11235346aa00e10d2b5d34b1ed1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f2a5c08501dbde4a4fe5141c28a77e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28c28d5532cafa2b05ac467720a37635 = $(`<div id="html_28c28d5532cafa2b05ac467720a37635" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_3f2a5c08501dbde4a4fe5141c28a77e2.setContent(html_28c28d5532cafa2b05ac467720a37635);
|
|
|
|
|
|
|
|
marker_53bd41d0851712ded89d068a28f458c3.bindPopup(popup_3f2a5c08501dbde4a4fe5141c28a77e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53bd41d0851712ded89d068a28f458c3.setIcon(icon_1f4b11235346aa00e10d2b5d34b1ed1a);
|
|
|
|
|
|
var marker_fbc8365af3cc5ef53e5f4dbdfbc8a76b = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_597a992a63aff19e60c6c25746cfbe3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ba84a723a7a2e46661e0a513469e51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65a08a572c231e22cd1d8451f60c8cfc = $(`<div id="html_65a08a572c231e22cd1d8451f60c8cfc" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_c1ba84a723a7a2e46661e0a513469e51.setContent(html_65a08a572c231e22cd1d8451f60c8cfc);
|
|
|
|
|
|
|
|
marker_fbc8365af3cc5ef53e5f4dbdfbc8a76b.bindPopup(popup_c1ba84a723a7a2e46661e0a513469e51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbc8365af3cc5ef53e5f4dbdfbc8a76b.setIcon(icon_597a992a63aff19e60c6c25746cfbe3d);
|
|
|
|
|
|
var marker_033c0abb272d8827e22eeea5bca9a839 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_77bcf1fe3c0cd5e63520f33c3f794d2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_786da276701082d7933feb390ddc2a32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f4abf97e1e31156fe56346967c0baa8 = $(`<div id="html_0f4abf97e1e31156fe56346967c0baa8" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_786da276701082d7933feb390ddc2a32.setContent(html_0f4abf97e1e31156fe56346967c0baa8);
|
|
|
|
|
|
|
|
marker_033c0abb272d8827e22eeea5bca9a839.bindPopup(popup_786da276701082d7933feb390ddc2a32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_033c0abb272d8827e22eeea5bca9a839.setIcon(icon_77bcf1fe3c0cd5e63520f33c3f794d2b);
|
|
|
|
|
|
var marker_426b62442a179533060bc694c5b36a2c = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_decf5d44f771fda1a72e3b6b7646f7aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89683fef3c37c60aae69d802cb3fa450 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b419f619a739230f3c4c7d93a96a0e6d = $(`<div id="html_b419f619a739230f3c4c7d93a96a0e6d" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_89683fef3c37c60aae69d802cb3fa450.setContent(html_b419f619a739230f3c4c7d93a96a0e6d);
|
|
|
|
|
|
|
|
marker_426b62442a179533060bc694c5b36a2c.bindPopup(popup_89683fef3c37c60aae69d802cb3fa450)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_426b62442a179533060bc694c5b36a2c.setIcon(icon_decf5d44f771fda1a72e3b6b7646f7aa);
|
|
|
|
|
|
var marker_b5b4dddb3282667dbae16857454fd606 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2ca74a8fdf33e1ced68d2ec038efafda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f692e275ddebfb60aa6495fe5da90fb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10d459d2accf8c76a0850e62cd5028b9 = $(`<div id="html_10d459d2accf8c76a0850e62cd5028b9" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_f692e275ddebfb60aa6495fe5da90fb6.setContent(html_10d459d2accf8c76a0850e62cd5028b9);
|
|
|
|
|
|
|
|
marker_b5b4dddb3282667dbae16857454fd606.bindPopup(popup_f692e275ddebfb60aa6495fe5da90fb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5b4dddb3282667dbae16857454fd606.setIcon(icon_2ca74a8fdf33e1ced68d2ec038efafda);
|
|
|
|
|
|
var marker_4772cbb751ce525340ab5bea81a5c6fa = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_54b27b5c7e48079a18d37646545defeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7db1f95b8dbe379f041d56f0aaabdd55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_931bf99dbf69c2daffe3148eef01f567 = $(`<div id="html_931bf99dbf69c2daffe3148eef01f567" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_7db1f95b8dbe379f041d56f0aaabdd55.setContent(html_931bf99dbf69c2daffe3148eef01f567);
|
|
|
|
|
|
|
|
marker_4772cbb751ce525340ab5bea81a5c6fa.bindPopup(popup_7db1f95b8dbe379f041d56f0aaabdd55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4772cbb751ce525340ab5bea81a5c6fa.setIcon(icon_54b27b5c7e48079a18d37646545defeb);
|
|
|
|
|
|
var marker_b384d625ec95eb19f450180419c14afe = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9ce63912985da04929df667a8982c594 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8e496367422adfa1f065334be84219c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8d6a081d7bd30881519b438031279ba = $(`<div id="html_e8d6a081d7bd30881519b438031279ba" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_e8e496367422adfa1f065334be84219c.setContent(html_e8d6a081d7bd30881519b438031279ba);
|
|
|
|
|
|
|
|
marker_b384d625ec95eb19f450180419c14afe.bindPopup(popup_e8e496367422adfa1f065334be84219c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b384d625ec95eb19f450180419c14afe.setIcon(icon_9ce63912985da04929df667a8982c594);
|
|
|
|
|
|
var marker_698076810a5a5453bb647eb5e359d18e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_20cf265abc034391777e18dee8f7b4a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6651377a6405073565e0043093eb6b97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a892bd6de25f331cda16bb2df13a1d2 = $(`<div id="html_4a892bd6de25f331cda16bb2df13a1d2" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_6651377a6405073565e0043093eb6b97.setContent(html_4a892bd6de25f331cda16bb2df13a1d2);
|
|
|
|
|
|
|
|
marker_698076810a5a5453bb647eb5e359d18e.bindPopup(popup_6651377a6405073565e0043093eb6b97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698076810a5a5453bb647eb5e359d18e.setIcon(icon_20cf265abc034391777e18dee8f7b4a7);
|
|
|
|
|
|
var marker_aeec99e9193d3fb1c70ef8d1097a6b55 = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6e7604f281f36369b9e4a77e3fc19466 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4655f1dde802494b6632453b208772a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f12143bdceaffeb8465e6fda580b93b0 = $(`<div id="html_f12143bdceaffeb8465e6fda580b93b0" style="width: 100.0%; height: 100.0%;">relay.samcorn.synology.me</div>`)[0];
|
|
popup_4655f1dde802494b6632453b208772a6.setContent(html_f12143bdceaffeb8465e6fda580b93b0);
|
|
|
|
|
|
|
|
marker_aeec99e9193d3fb1c70ef8d1097a6b55.bindPopup(popup_4655f1dde802494b6632453b208772a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aeec99e9193d3fb1c70ef8d1097a6b55.setIcon(icon_6e7604f281f36369b9e4a77e3fc19466);
|
|
|
|
|
|
var marker_41bcd23a86fc0247a21aeaa5574bf4a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_ae1996803da0f4dfc9685b309c8e24d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb5037fc1b19768a7cbfe6f1ba0968b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c31de2da910440485938dace47611d6 = $(`<div id="html_4c31de2da910440485938dace47611d6" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_eb5037fc1b19768a7cbfe6f1ba0968b1.setContent(html_4c31de2da910440485938dace47611d6);
|
|
|
|
|
|
|
|
marker_41bcd23a86fc0247a21aeaa5574bf4a4.bindPopup(popup_eb5037fc1b19768a7cbfe6f1ba0968b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41bcd23a86fc0247a21aeaa5574bf4a4.setIcon(icon_ae1996803da0f4dfc9685b309c8e24d8);
|
|
|
|
|
|
var marker_88ee0532dee2a73d7326be50b66e51fc = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b994acb4e61f1f05e420c4c5709193f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_669d733187faa5bf135306add775e1d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55af89689d4872b7765b07a9d6c559ae = $(`<div id="html_55af89689d4872b7765b07a9d6c559ae" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_669d733187faa5bf135306add775e1d6.setContent(html_55af89689d4872b7765b07a9d6c559ae);
|
|
|
|
|
|
|
|
marker_88ee0532dee2a73d7326be50b66e51fc.bindPopup(popup_669d733187faa5bf135306add775e1d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88ee0532dee2a73d7326be50b66e51fc.setIcon(icon_b994acb4e61f1f05e420c4c5709193f0);
|
|
|
|
|
|
var marker_57b71754fe437a18b8a9039b4e73bfff = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b030af05557c5ba76e7f74b7e10b05f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77da38895a0f5f62607315142a1272be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1b027f6387a7b8364ec0a81688caff1 = $(`<div id="html_b1b027f6387a7b8364ec0a81688caff1" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_77da38895a0f5f62607315142a1272be.setContent(html_b1b027f6387a7b8364ec0a81688caff1);
|
|
|
|
|
|
|
|
marker_57b71754fe437a18b8a9039b4e73bfff.bindPopup(popup_77da38895a0f5f62607315142a1272be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57b71754fe437a18b8a9039b4e73bfff.setIcon(icon_b030af05557c5ba76e7f74b7e10b05f4);
|
|
|
|
|
|
var marker_09ac8f4b1f0cbcc197ebf50cae8cf557 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b67abba90a8597467171f07e86a4a0ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3365db87ca39bd6037649698d4df5504 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15c4dd3f4646cf9610e9e9e4ae524db9 = $(`<div id="html_15c4dd3f4646cf9610e9e9e4ae524db9" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_3365db87ca39bd6037649698d4df5504.setContent(html_15c4dd3f4646cf9610e9e9e4ae524db9);
|
|
|
|
|
|
|
|
marker_09ac8f4b1f0cbcc197ebf50cae8cf557.bindPopup(popup_3365db87ca39bd6037649698d4df5504)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09ac8f4b1f0cbcc197ebf50cae8cf557.setIcon(icon_b67abba90a8597467171f07e86a4a0ac);
|
|
|
|
|
|
var marker_bb8c2d033fb390b412dbb83527e4d72b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_855447daf78c15a7cebfe6d3fde24fb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3cafdfc8706a506983d49df71daf874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecc352f44f0f5c2e5b928c9ef8a40c63 = $(`<div id="html_ecc352f44f0f5c2e5b928c9ef8a40c63" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_d3cafdfc8706a506983d49df71daf874.setContent(html_ecc352f44f0f5c2e5b928c9ef8a40c63);
|
|
|
|
|
|
|
|
marker_bb8c2d033fb390b412dbb83527e4d72b.bindPopup(popup_d3cafdfc8706a506983d49df71daf874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb8c2d033fb390b412dbb83527e4d72b.setIcon(icon_855447daf78c15a7cebfe6d3fde24fb6);
|
|
|
|
|
|
var marker_70b758b7187bf15c177d5a57b2b05ff0 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_66de9e76456d8fc6ab6c596120d574d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cadc0a030e8a14a2e9bd2eda3ceea5f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a73689aa5d2e111bfeeed03e92b39c1 = $(`<div id="html_2a73689aa5d2e111bfeeed03e92b39c1" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_cadc0a030e8a14a2e9bd2eda3ceea5f6.setContent(html_2a73689aa5d2e111bfeeed03e92b39c1);
|
|
|
|
|
|
|
|
marker_70b758b7187bf15c177d5a57b2b05ff0.bindPopup(popup_cadc0a030e8a14a2e9bd2eda3ceea5f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70b758b7187bf15c177d5a57b2b05ff0.setIcon(icon_66de9e76456d8fc6ab6c596120d574d2);
|
|
|
|
|
|
var marker_0db0a80dc764cb080de6013b460279f3 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_35c4b72718ff67b9e688ecfb76fece79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9baeff978cbb0a59aff267b2f96900c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_767a682d4ca4d66e5616b9b4f8b055a8 = $(`<div id="html_767a682d4ca4d66e5616b9b4f8b055a8" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_9baeff978cbb0a59aff267b2f96900c0.setContent(html_767a682d4ca4d66e5616b9b4f8b055a8);
|
|
|
|
|
|
|
|
marker_0db0a80dc764cb080de6013b460279f3.bindPopup(popup_9baeff978cbb0a59aff267b2f96900c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0db0a80dc764cb080de6013b460279f3.setIcon(icon_35c4b72718ff67b9e688ecfb76fece79);
|
|
|
|
|
|
var marker_890733f92957ee4d58792257f98191f1 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_c8e330653370859286cd38e3fb262518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1f38e70db46870180d45dd69a9b2d57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99c4a41fd75481fca798b5f0737d7790 = $(`<div id="html_99c4a41fd75481fca798b5f0737d7790" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_d1f38e70db46870180d45dd69a9b2d57.setContent(html_99c4a41fd75481fca798b5f0737d7790);
|
|
|
|
|
|
|
|
marker_890733f92957ee4d58792257f98191f1.bindPopup(popup_d1f38e70db46870180d45dd69a9b2d57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_890733f92957ee4d58792257f98191f1.setIcon(icon_c8e330653370859286cd38e3fb262518);
|
|
|
|
|
|
var marker_5ee0fff01eb98bdeaf2d3eec189f4808 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_cd6960614c04f3f89079c212c67f2fdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdcd7d74e1bbafe25d4d98a038848eab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcc0b48c60a39f666713fd5eb6ae1957 = $(`<div id="html_dcc0b48c60a39f666713fd5eb6ae1957" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_fdcd7d74e1bbafe25d4d98a038848eab.setContent(html_dcc0b48c60a39f666713fd5eb6ae1957);
|
|
|
|
|
|
|
|
marker_5ee0fff01eb98bdeaf2d3eec189f4808.bindPopup(popup_fdcd7d74e1bbafe25d4d98a038848eab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ee0fff01eb98bdeaf2d3eec189f4808.setIcon(icon_cd6960614c04f3f89079c212c67f2fdb);
|
|
|
|
|
|
var marker_2debe00f63e389474424b1682b96cb67 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_ea613f8e9e2ed1a5ac0df536a70623af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63bc24f0996c88d67061ea943833e62f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bea2c428bae18dfe9e540783f2aefd8e = $(`<div id="html_bea2c428bae18dfe9e540783f2aefd8e" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_63bc24f0996c88d67061ea943833e62f.setContent(html_bea2c428bae18dfe9e540783f2aefd8e);
|
|
|
|
|
|
|
|
marker_2debe00f63e389474424b1682b96cb67.bindPopup(popup_63bc24f0996c88d67061ea943833e62f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2debe00f63e389474424b1682b96cb67.setIcon(icon_ea613f8e9e2ed1a5ac0df536a70623af);
|
|
|
|
|
|
var marker_552788c3dfdf0bf63f338ef21a5ebdba = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b29988de71b42fcb098853360699c058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_571003308fdb063cfcb58ce908e6f763 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfd87e83a2ebc6f497ff6666a8725deb = $(`<div id="html_dfd87e83a2ebc6f497ff6666a8725deb" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_571003308fdb063cfcb58ce908e6f763.setContent(html_dfd87e83a2ebc6f497ff6666a8725deb);
|
|
|
|
|
|
|
|
marker_552788c3dfdf0bf63f338ef21a5ebdba.bindPopup(popup_571003308fdb063cfcb58ce908e6f763)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_552788c3dfdf0bf63f338ef21a5ebdba.setIcon(icon_b29988de71b42fcb098853360699c058);
|
|
|
|
|
|
var marker_ad61f2772fe9481df3c5cd951a78da7f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_32e978402c26725a23e5710bd8c8a598 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbb862a279cf8a629d4f6f779f1c4ee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef17b4ec226a4fc42564129be97d009 = $(`<div id="html_aef17b4ec226a4fc42564129be97d009" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_cbb862a279cf8a629d4f6f779f1c4ee2.setContent(html_aef17b4ec226a4fc42564129be97d009);
|
|
|
|
|
|
|
|
marker_ad61f2772fe9481df3c5cd951a78da7f.bindPopup(popup_cbb862a279cf8a629d4f6f779f1c4ee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad61f2772fe9481df3c5cd951a78da7f.setIcon(icon_32e978402c26725a23e5710bd8c8a598);
|
|
|
|
|
|
var marker_3572a5dfa15221fda2d59d83f00a2169 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e9165739e3366c916ab8fcc376471a9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8f51dfd09b23c94b66747fc1ba14a96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66d19a3787b847cfc4766b569fc9f6e7 = $(`<div id="html_66d19a3787b847cfc4766b569fc9f6e7" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_f8f51dfd09b23c94b66747fc1ba14a96.setContent(html_66d19a3787b847cfc4766b569fc9f6e7);
|
|
|
|
|
|
|
|
marker_3572a5dfa15221fda2d59d83f00a2169.bindPopup(popup_f8f51dfd09b23c94b66747fc1ba14a96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3572a5dfa15221fda2d59d83f00a2169.setIcon(icon_e9165739e3366c916ab8fcc376471a9b);
|
|
|
|
|
|
var marker_7d6799883d82f8f3f416ae1c04e195ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d5086b5bafa0e6d0e312d73684decae9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d65ef249b908466d888350a3c6cb018c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_355c1f04c1f4351d60af40566515c50c = $(`<div id="html_355c1f04c1f4351d60af40566515c50c" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_d65ef249b908466d888350a3c6cb018c.setContent(html_355c1f04c1f4351d60af40566515c50c);
|
|
|
|
|
|
|
|
marker_7d6799883d82f8f3f416ae1c04e195ce.bindPopup(popup_d65ef249b908466d888350a3c6cb018c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d6799883d82f8f3f416ae1c04e195ce.setIcon(icon_d5086b5bafa0e6d0e312d73684decae9);
|
|
|
|
|
|
var marker_f388ff2de7684f1fe118baaa163ba4d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9bc67d9de4f11b7222761e46b427a7ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a759435ee2edfb1b20b5cfeee024dd47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff1ec25554b374ecde28a5531d226c0c = $(`<div id="html_ff1ec25554b374ecde28a5531d226c0c" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_a759435ee2edfb1b20b5cfeee024dd47.setContent(html_ff1ec25554b374ecde28a5531d226c0c);
|
|
|
|
|
|
|
|
marker_f388ff2de7684f1fe118baaa163ba4d0.bindPopup(popup_a759435ee2edfb1b20b5cfeee024dd47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f388ff2de7684f1fe118baaa163ba4d0.setIcon(icon_9bc67d9de4f11b7222761e46b427a7ab);
|
|
|
|
|
|
var marker_2b2ff13e34308f05eb516a24be99d409 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6ae8982b8d598f533f8c3d8c036e0662 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41c3a0a9e3233d540064c4055c192de7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83bec1c09871b75afa7bafc374a28bbb = $(`<div id="html_83bec1c09871b75afa7bafc374a28bbb" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_41c3a0a9e3233d540064c4055c192de7.setContent(html_83bec1c09871b75afa7bafc374a28bbb);
|
|
|
|
|
|
|
|
marker_2b2ff13e34308f05eb516a24be99d409.bindPopup(popup_41c3a0a9e3233d540064c4055c192de7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b2ff13e34308f05eb516a24be99d409.setIcon(icon_6ae8982b8d598f533f8c3d8c036e0662);
|
|
|
|
|
|
var marker_47f72c90febd440c8f169b3828c7e660 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_ccd6ec78e4e7ac15b5ec16e22c7f387b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a03a972ea87e59b2d84f67a66a5081d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f7f341a50e29529b689ddbc044b010f = $(`<div id="html_9f7f341a50e29529b689ddbc044b010f" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_6a03a972ea87e59b2d84f67a66a5081d.setContent(html_9f7f341a50e29529b689ddbc044b010f);
|
|
|
|
|
|
|
|
marker_47f72c90febd440c8f169b3828c7e660.bindPopup(popup_6a03a972ea87e59b2d84f67a66a5081d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47f72c90febd440c8f169b3828c7e660.setIcon(icon_ccd6ec78e4e7ac15b5ec16e22c7f387b);
|
|
|
|
|
|
var marker_b91a0725fa904439055d8813dd1087dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_7e5b8a1436eee246aa59c3ce36f8bca8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02fc5fef4523d81d66eca2ce5a8bb74e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f9114e8bafad71abef83a13a4882d61 = $(`<div id="html_7f9114e8bafad71abef83a13a4882d61" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_02fc5fef4523d81d66eca2ce5a8bb74e.setContent(html_7f9114e8bafad71abef83a13a4882d61);
|
|
|
|
|
|
|
|
marker_b91a0725fa904439055d8813dd1087dd.bindPopup(popup_02fc5fef4523d81d66eca2ce5a8bb74e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b91a0725fa904439055d8813dd1087dd.setIcon(icon_7e5b8a1436eee246aa59c3ce36f8bca8);
|
|
|
|
|
|
var marker_1d6c0d38f3d15d4c0a9bd6b8b04ce84a = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9c243f782172c3f98f2c95e5d1b575b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0541651b62358a00686eac1640c2a79f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c299a8c2af4cc092a005ac41d9ed2cf0 = $(`<div id="html_c299a8c2af4cc092a005ac41d9ed2cf0" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_0541651b62358a00686eac1640c2a79f.setContent(html_c299a8c2af4cc092a005ac41d9ed2cf0);
|
|
|
|
|
|
|
|
marker_1d6c0d38f3d15d4c0a9bd6b8b04ce84a.bindPopup(popup_0541651b62358a00686eac1640c2a79f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d6c0d38f3d15d4c0a9bd6b8b04ce84a.setIcon(icon_9c243f782172c3f98f2c95e5d1b575b9);
|
|
|
|
|
|
var marker_b22a0019978b9f95a691569cc87c25af = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9e4368983c99cbaf0190cc4b46b033f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e01b298daa3e2b43fdbd04403d73377 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbad55fe8ce9205358d11ac9cd061133 = $(`<div id="html_cbad55fe8ce9205358d11ac9cd061133" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_2e01b298daa3e2b43fdbd04403d73377.setContent(html_cbad55fe8ce9205358d11ac9cd061133);
|
|
|
|
|
|
|
|
marker_b22a0019978b9f95a691569cc87c25af.bindPopup(popup_2e01b298daa3e2b43fdbd04403d73377)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b22a0019978b9f95a691569cc87c25af.setIcon(icon_9e4368983c99cbaf0190cc4b46b033f4);
|
|
|
|
|
|
var marker_2a756fef5b5ed1e0ec4c0de9f1d3730c = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6fad2e1e19244ca04c1d0cf5e3b6dab1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85289ab96ff3544e0be2e2f493ff3d6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48500fdcd29ea657db656727153ee438 = $(`<div id="html_48500fdcd29ea657db656727153ee438" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_85289ab96ff3544e0be2e2f493ff3d6a.setContent(html_48500fdcd29ea657db656727153ee438);
|
|
|
|
|
|
|
|
marker_2a756fef5b5ed1e0ec4c0de9f1d3730c.bindPopup(popup_85289ab96ff3544e0be2e2f493ff3d6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a756fef5b5ed1e0ec4c0de9f1d3730c.setIcon(icon_6fad2e1e19244ca04c1d0cf5e3b6dab1);
|
|
|
|
|
|
var marker_dccd16616cb4f3bb91d8c926bd8c421e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_94a9df630d921067d1f79b4a609b9140 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc6333956cc9167abc336cbf77d31c26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29a02c2ad302293e8828c85e9ef93f44 = $(`<div id="html_29a02c2ad302293e8828c85e9ef93f44" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_dc6333956cc9167abc336cbf77d31c26.setContent(html_29a02c2ad302293e8828c85e9ef93f44);
|
|
|
|
|
|
|
|
marker_dccd16616cb4f3bb91d8c926bd8c421e.bindPopup(popup_dc6333956cc9167abc336cbf77d31c26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dccd16616cb4f3bb91d8c926bd8c421e.setIcon(icon_94a9df630d921067d1f79b4a609b9140);
|
|
|
|
|
|
var marker_0e8c0be83f703e4e25b4994399f0165d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_459aa4017d773abb91fa732d96166cae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c7bbaa97e6a2ccc35ac028aeb1e437a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ca3cf976d36093d8214cd1dfe4a9168 = $(`<div id="html_2ca3cf976d36093d8214cd1dfe4a9168" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_6c7bbaa97e6a2ccc35ac028aeb1e437a.setContent(html_2ca3cf976d36093d8214cd1dfe4a9168);
|
|
|
|
|
|
|
|
marker_0e8c0be83f703e4e25b4994399f0165d.bindPopup(popup_6c7bbaa97e6a2ccc35ac028aeb1e437a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8c0be83f703e4e25b4994399f0165d.setIcon(icon_459aa4017d773abb91fa732d96166cae);
|
|
|
|
|
|
var marker_ea4630209b650c9ee8638c899c82f330 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b598bb632e243ddcc3472d4cad6c13c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e9422ab4e4ddc2e64e5a690a134a2db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7204c479943e7c4b2f86d3073bb4638 = $(`<div id="html_a7204c479943e7c4b2f86d3073bb4638" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_0e9422ab4e4ddc2e64e5a690a134a2db.setContent(html_a7204c479943e7c4b2f86d3073bb4638);
|
|
|
|
|
|
|
|
marker_ea4630209b650c9ee8638c899c82f330.bindPopup(popup_0e9422ab4e4ddc2e64e5a690a134a2db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea4630209b650c9ee8638c899c82f330.setIcon(icon_b598bb632e243ddcc3472d4cad6c13c6);
|
|
|
|
|
|
var marker_22d9d499214137743bafc782b53f6ea1 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_89b9e1aa96e214a87e6143627c882588 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_586987327fb81c852a1b87419436d5f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8331c1dcda622f9152b06d898996147f = $(`<div id="html_8331c1dcda622f9152b06d898996147f" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_586987327fb81c852a1b87419436d5f1.setContent(html_8331c1dcda622f9152b06d898996147f);
|
|
|
|
|
|
|
|
marker_22d9d499214137743bafc782b53f6ea1.bindPopup(popup_586987327fb81c852a1b87419436d5f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22d9d499214137743bafc782b53f6ea1.setIcon(icon_89b9e1aa96e214a87e6143627c882588);
|
|
|
|
|
|
var marker_d228e11620f411048cd5b035bc505d9b = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bf496f46171e7f213e7a78331a94450f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a0c9eb570a834f7409060bb514c3f24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1597722b5a7763a9b66f3431ec91a32 = $(`<div id="html_a1597722b5a7763a9b66f3431ec91a32" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_6a0c9eb570a834f7409060bb514c3f24.setContent(html_a1597722b5a7763a9b66f3431ec91a32);
|
|
|
|
|
|
|
|
marker_d228e11620f411048cd5b035bc505d9b.bindPopup(popup_6a0c9eb570a834f7409060bb514c3f24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d228e11620f411048cd5b035bc505d9b.setIcon(icon_bf496f46171e7f213e7a78331a94450f);
|
|
|
|
|
|
var marker_d9c99c50cc5b30e66dc95758af8c32d2 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a5477809d2599276917b27444dab5050 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_620085059d98a63a06e8422c6120b6e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8accf0119727bcdb5022cbcf8e41e12e = $(`<div id="html_8accf0119727bcdb5022cbcf8e41e12e" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_620085059d98a63a06e8422c6120b6e6.setContent(html_8accf0119727bcdb5022cbcf8e41e12e);
|
|
|
|
|
|
|
|
marker_d9c99c50cc5b30e66dc95758af8c32d2.bindPopup(popup_620085059d98a63a06e8422c6120b6e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9c99c50cc5b30e66dc95758af8c32d2.setIcon(icon_a5477809d2599276917b27444dab5050);
|
|
|
|
|
|
var marker_95095496a60a625c276b81a5705b6793 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fb113c6408282bdfab5aacfcc78d064d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e844d7023ff0daa61065e0dafbf151a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_656f87db62695553e4058fae3049d111 = $(`<div id="html_656f87db62695553e4058fae3049d111" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_e844d7023ff0daa61065e0dafbf151a9.setContent(html_656f87db62695553e4058fae3049d111);
|
|
|
|
|
|
|
|
marker_95095496a60a625c276b81a5705b6793.bindPopup(popup_e844d7023ff0daa61065e0dafbf151a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95095496a60a625c276b81a5705b6793.setIcon(icon_fb113c6408282bdfab5aacfcc78d064d);
|
|
|
|
|
|
var marker_27047c0d4f63f635383437dd7ab8687b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5d973f3de87a1c31f87e09aa9ff85295 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1fa68916539476ede102bff6e65e0a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f85cb37007aa569fbcef10bfd98c81c9 = $(`<div id="html_f85cb37007aa569fbcef10bfd98c81c9" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_c1fa68916539476ede102bff6e65e0a6.setContent(html_f85cb37007aa569fbcef10bfd98c81c9);
|
|
|
|
|
|
|
|
marker_27047c0d4f63f635383437dd7ab8687b.bindPopup(popup_c1fa68916539476ede102bff6e65e0a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27047c0d4f63f635383437dd7ab8687b.setIcon(icon_5d973f3de87a1c31f87e09aa9ff85295);
|
|
|
|
|
|
var marker_8bea555dc0503b866770e84f3f89339d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0472df3911fb0e34ea7536fb6963935d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5350899ba615fd71244b83d23f83a383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e4b1b4bd2344e870e497ad84a673af5 = $(`<div id="html_2e4b1b4bd2344e870e497ad84a673af5" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_5350899ba615fd71244b83d23f83a383.setContent(html_2e4b1b4bd2344e870e497ad84a673af5);
|
|
|
|
|
|
|
|
marker_8bea555dc0503b866770e84f3f89339d.bindPopup(popup_5350899ba615fd71244b83d23f83a383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bea555dc0503b866770e84f3f89339d.setIcon(icon_0472df3911fb0e34ea7536fb6963935d);
|
|
|
|
|
|
var marker_c48040857e3f6846633d66845b9f461a = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e80c5ebd2b892b70799475cb234091cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b65f410f70f0843c0ea641e853cd2aae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c54ce388d4897c2ea4ea8879aafbbf8 = $(`<div id="html_7c54ce388d4897c2ea4ea8879aafbbf8" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_b65f410f70f0843c0ea641e853cd2aae.setContent(html_7c54ce388d4897c2ea4ea8879aafbbf8);
|
|
|
|
|
|
|
|
marker_c48040857e3f6846633d66845b9f461a.bindPopup(popup_b65f410f70f0843c0ea641e853cd2aae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c48040857e3f6846633d66845b9f461a.setIcon(icon_e80c5ebd2b892b70799475cb234091cf);
|
|
|
|
|
|
var marker_96059d9226093dc8ed6553dce9e2bcd8 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_61fd81310cf709e087573b1a320f259c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a516299b9b4c84a5b4731890c952ffca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff033742423791c13fbb2230c615fb36 = $(`<div id="html_ff033742423791c13fbb2230c615fb36" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_a516299b9b4c84a5b4731890c952ffca.setContent(html_ff033742423791c13fbb2230c615fb36);
|
|
|
|
|
|
|
|
marker_96059d9226093dc8ed6553dce9e2bcd8.bindPopup(popup_a516299b9b4c84a5b4731890c952ffca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96059d9226093dc8ed6553dce9e2bcd8.setIcon(icon_61fd81310cf709e087573b1a320f259c);
|
|
|
|
|
|
var marker_7e7c047c9f90cbb81b8617aab09476a6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_c98d9d8c2e89ae6f3f4021fe161913e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9072ca475cba9d990a487eb468c67fc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d372fd1ee6b33c18dabe8e4ea09f74c = $(`<div id="html_4d372fd1ee6b33c18dabe8e4ea09f74c" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_9072ca475cba9d990a487eb468c67fc9.setContent(html_4d372fd1ee6b33c18dabe8e4ea09f74c);
|
|
|
|
|
|
|
|
marker_7e7c047c9f90cbb81b8617aab09476a6.bindPopup(popup_9072ca475cba9d990a487eb468c67fc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e7c047c9f90cbb81b8617aab09476a6.setIcon(icon_c98d9d8c2e89ae6f3f4021fe161913e2);
|
|
|
|
|
|
var marker_5c89e0bec6279279e77bd144f0bfd371 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5404e53b90d5a96a49e7d1500c2f5563 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc551a9980599edb45000736a2338f83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b03ae01148920d18a62d92bcf958985 = $(`<div id="html_0b03ae01148920d18a62d92bcf958985" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_bc551a9980599edb45000736a2338f83.setContent(html_0b03ae01148920d18a62d92bcf958985);
|
|
|
|
|
|
|
|
marker_5c89e0bec6279279e77bd144f0bfd371.bindPopup(popup_bc551a9980599edb45000736a2338f83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c89e0bec6279279e77bd144f0bfd371.setIcon(icon_5404e53b90d5a96a49e7d1500c2f5563);
|
|
|
|
|
|
var marker_6c87b54d764b40afbc909efd4c2349e6 = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2304ab58a71d85d7c6594578fa546149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_012bb94b382092732d8a7420fab05d52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72c727eb360616b8fb900613bfe39cc3 = $(`<div id="html_72c727eb360616b8fb900613bfe39cc3" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_012bb94b382092732d8a7420fab05d52.setContent(html_72c727eb360616b8fb900613bfe39cc3);
|
|
|
|
|
|
|
|
marker_6c87b54d764b40afbc909efd4c2349e6.bindPopup(popup_012bb94b382092732d8a7420fab05d52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c87b54d764b40afbc909efd4c2349e6.setIcon(icon_2304ab58a71d85d7c6594578fa546149);
|
|
|
|
|
|
var marker_bf20e0fa65272ecdcb2a4f39fb9de702 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_458eb26cb400c803c792aa777a60e1b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ca2b96401e68a1d126afb1e0a222948 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bde88cae96a53470ceb97548bb7ef3c3 = $(`<div id="html_bde88cae96a53470ceb97548bb7ef3c3" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_3ca2b96401e68a1d126afb1e0a222948.setContent(html_bde88cae96a53470ceb97548bb7ef3c3);
|
|
|
|
|
|
|
|
marker_bf20e0fa65272ecdcb2a4f39fb9de702.bindPopup(popup_3ca2b96401e68a1d126afb1e0a222948)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf20e0fa65272ecdcb2a4f39fb9de702.setIcon(icon_458eb26cb400c803c792aa777a60e1b6);
|
|
|
|
|
|
var marker_fad864f23715e63a619a3a132478433a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2c8ee6ae5ae66dd03fefddca91ecb84c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4930f7f4f9ace146d52d32a05ee394d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb955854aabf6551397081db4c6003ab = $(`<div id="html_cb955854aabf6551397081db4c6003ab" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_d4930f7f4f9ace146d52d32a05ee394d.setContent(html_cb955854aabf6551397081db4c6003ab);
|
|
|
|
|
|
|
|
marker_fad864f23715e63a619a3a132478433a.bindPopup(popup_d4930f7f4f9ace146d52d32a05ee394d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fad864f23715e63a619a3a132478433a.setIcon(icon_2c8ee6ae5ae66dd03fefddca91ecb84c);
|
|
|
|
|
|
var marker_6eca8476694a805334d273c5a030c1c9 = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_4c51793dce9bacc510ad3492668e22ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb8355191c54417bce70868d1da3f280 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cd116352be49eacfd92cf9935b8080b = $(`<div id="html_4cd116352be49eacfd92cf9935b8080b" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_cb8355191c54417bce70868d1da3f280.setContent(html_4cd116352be49eacfd92cf9935b8080b);
|
|
|
|
|
|
|
|
marker_6eca8476694a805334d273c5a030c1c9.bindPopup(popup_cb8355191c54417bce70868d1da3f280)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6eca8476694a805334d273c5a030c1c9.setIcon(icon_4c51793dce9bacc510ad3492668e22ef);
|
|
|
|
|
|
var marker_075fa186eacd9a105214cf4100fd5423 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5a4b8a999824bcd5c3fbddd91de9af67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdf205348f7949c07083cc76199a80b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e609f89834053b2ca05394354669d6c = $(`<div id="html_4e609f89834053b2ca05394354669d6c" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_bdf205348f7949c07083cc76199a80b6.setContent(html_4e609f89834053b2ca05394354669d6c);
|
|
|
|
|
|
|
|
marker_075fa186eacd9a105214cf4100fd5423.bindPopup(popup_bdf205348f7949c07083cc76199a80b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_075fa186eacd9a105214cf4100fd5423.setIcon(icon_5a4b8a999824bcd5c3fbddd91de9af67);
|
|
|
|
|
|
var marker_1b77405bf062d753bb8e9b75ddac8d7e = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fc9b94b96d1092ce10281522d8ae0783 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c2b09b437210e71b681fc9008e746eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2c76814c2f8ff64cfc638c417e07563 = $(`<div id="html_c2c76814c2f8ff64cfc638c417e07563" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_6c2b09b437210e71b681fc9008e746eb.setContent(html_c2c76814c2f8ff64cfc638c417e07563);
|
|
|
|
|
|
|
|
marker_1b77405bf062d753bb8e9b75ddac8d7e.bindPopup(popup_6c2b09b437210e71b681fc9008e746eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b77405bf062d753bb8e9b75ddac8d7e.setIcon(icon_fc9b94b96d1092ce10281522d8ae0783);
|
|
|
|
|
|
var marker_4ac5165996deb0d10066d7620bde55f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a220a60b3b4cc126b966923f507494c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63f29b38f128f7ea13fd7ee48627dd71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7cc454f085de511a3cf84b191a1bd17 = $(`<div id="html_d7cc454f085de511a3cf84b191a1bd17" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_63f29b38f128f7ea13fd7ee48627dd71.setContent(html_d7cc454f085de511a3cf84b191a1bd17);
|
|
|
|
|
|
|
|
marker_4ac5165996deb0d10066d7620bde55f5.bindPopup(popup_63f29b38f128f7ea13fd7ee48627dd71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ac5165996deb0d10066d7620bde55f5.setIcon(icon_a220a60b3b4cc126b966923f507494c6);
|
|
|
|
|
|
var marker_5b4351fe683b65e60dd8a74c31de7d05 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_02e07963f220b5532b91923acb42ec98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d689d5817ffb1904bcb1b518cff46b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24c4e283be336b5bf2b965093ac68018 = $(`<div id="html_24c4e283be336b5bf2b965093ac68018" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_6d689d5817ffb1904bcb1b518cff46b0.setContent(html_24c4e283be336b5bf2b965093ac68018);
|
|
|
|
|
|
|
|
marker_5b4351fe683b65e60dd8a74c31de7d05.bindPopup(popup_6d689d5817ffb1904bcb1b518cff46b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b4351fe683b65e60dd8a74c31de7d05.setIcon(icon_02e07963f220b5532b91923acb42ec98);
|
|
|
|
|
|
var marker_99f8badd807043d09e892dabb378a960 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_165fdfd3c58c5a3ff62d0e2019505e1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4acacc284042f504022a5803e0a71224 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e30703674cce1c8f2581256e573371b5 = $(`<div id="html_e30703674cce1c8f2581256e573371b5" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_4acacc284042f504022a5803e0a71224.setContent(html_e30703674cce1c8f2581256e573371b5);
|
|
|
|
|
|
|
|
marker_99f8badd807043d09e892dabb378a960.bindPopup(popup_4acacc284042f504022a5803e0a71224)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f8badd807043d09e892dabb378a960.setIcon(icon_165fdfd3c58c5a3ff62d0e2019505e1d);
|
|
|
|
|
|
var marker_07cff51d3c5abf561cd95db9f0e984b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_865ee46925d73837177bbc243e72b457 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_080eab15c9e35e74375782e5b1cbd48c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e2b15c30d2b3734d8641a0dca22c4f8 = $(`<div id="html_2e2b15c30d2b3734d8641a0dca22c4f8" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_080eab15c9e35e74375782e5b1cbd48c.setContent(html_2e2b15c30d2b3734d8641a0dca22c4f8);
|
|
|
|
|
|
|
|
marker_07cff51d3c5abf561cd95db9f0e984b3.bindPopup(popup_080eab15c9e35e74375782e5b1cbd48c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07cff51d3c5abf561cd95db9f0e984b3.setIcon(icon_865ee46925d73837177bbc243e72b457);
|
|
|
|
|
|
var marker_d1f50a8d57241d1a4850ef6e23cef926 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_ae73db3d1ca0d9e5b1d395cfd65ace11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2f5c5a811460879ba75f23cf6bc1cd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f25b618d844e039f5c043a8ce273d207 = $(`<div id="html_f25b618d844e039f5c043a8ce273d207" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_c2f5c5a811460879ba75f23cf6bc1cd8.setContent(html_f25b618d844e039f5c043a8ce273d207);
|
|
|
|
|
|
|
|
marker_d1f50a8d57241d1a4850ef6e23cef926.bindPopup(popup_c2f5c5a811460879ba75f23cf6bc1cd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1f50a8d57241d1a4850ef6e23cef926.setIcon(icon_ae73db3d1ca0d9e5b1d395cfd65ace11);
|
|
|
|
|
|
var marker_635b04c4979150cc78c53927b4f12139 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_10f764dc353b481b5a1154e57dbc0795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1987accdfe8984854f527cc47f8d0203 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8885c573c62139f6cc62a06daed8bf12 = $(`<div id="html_8885c573c62139f6cc62a06daed8bf12" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_1987accdfe8984854f527cc47f8d0203.setContent(html_8885c573c62139f6cc62a06daed8bf12);
|
|
|
|
|
|
|
|
marker_635b04c4979150cc78c53927b4f12139.bindPopup(popup_1987accdfe8984854f527cc47f8d0203)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_635b04c4979150cc78c53927b4f12139.setIcon(icon_10f764dc353b481b5a1154e57dbc0795);
|
|
|
|
|
|
var marker_173c2a5e2e3e1a4c3498e69d961b75ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fc39fbd0a99651d9a0375dfb72171117 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd822c418f012c76ecaedcd4db5dcd15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b71eb8bc80823113a4893e11ba13e673 = $(`<div id="html_b71eb8bc80823113a4893e11ba13e673" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_dd822c418f012c76ecaedcd4db5dcd15.setContent(html_b71eb8bc80823113a4893e11ba13e673);
|
|
|
|
|
|
|
|
marker_173c2a5e2e3e1a4c3498e69d961b75ea.bindPopup(popup_dd822c418f012c76ecaedcd4db5dcd15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_173c2a5e2e3e1a4c3498e69d961b75ea.setIcon(icon_fc39fbd0a99651d9a0375dfb72171117);
|
|
|
|
|
|
var marker_306c39c497b64514698d2765fc992aa4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_fe771fab3d9a2542669997c7e83ca45c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bbfd7e42d8d4544c12605d9dfedc10e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_110b431256d595eb82d0f9fb6b34fd10 = $(`<div id="html_110b431256d595eb82d0f9fb6b34fd10" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_7bbfd7e42d8d4544c12605d9dfedc10e.setContent(html_110b431256d595eb82d0f9fb6b34fd10);
|
|
|
|
|
|
|
|
marker_306c39c497b64514698d2765fc992aa4.bindPopup(popup_7bbfd7e42d8d4544c12605d9dfedc10e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_306c39c497b64514698d2765fc992aa4.setIcon(icon_fe771fab3d9a2542669997c7e83ca45c);
|
|
|
|
|
|
var marker_d78593f8fe3d92d2cb281c824ce571b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_14ead0217086d9241254d63cc1e5084c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05361a1d4b6905fb881054d76d85c3f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77a0b72956fd10b322d98cf7915c4ce2 = $(`<div id="html_77a0b72956fd10b322d98cf7915c4ce2" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_05361a1d4b6905fb881054d76d85c3f2.setContent(html_77a0b72956fd10b322d98cf7915c4ce2);
|
|
|
|
|
|
|
|
marker_d78593f8fe3d92d2cb281c824ce571b9.bindPopup(popup_05361a1d4b6905fb881054d76d85c3f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d78593f8fe3d92d2cb281c824ce571b9.setIcon(icon_14ead0217086d9241254d63cc1e5084c);
|
|
|
|
|
|
var marker_fc653d8599e4dbafb3451a0f3af1c4cc = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a31a483c281eb303c2c4f0cbab392808 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1926af43edb19f580bbaeec989166e36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbc035777bb4aeefb299e714243b3037 = $(`<div id="html_cbc035777bb4aeefb299e714243b3037" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_1926af43edb19f580bbaeec989166e36.setContent(html_cbc035777bb4aeefb299e714243b3037);
|
|
|
|
|
|
|
|
marker_fc653d8599e4dbafb3451a0f3af1c4cc.bindPopup(popup_1926af43edb19f580bbaeec989166e36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc653d8599e4dbafb3451a0f3af1c4cc.setIcon(icon_a31a483c281eb303c2c4f0cbab392808);
|
|
|
|
|
|
var marker_194f2c76aeaf581d486d64723ae58a55 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a3c9cb317fca2f36af7ded570f211d49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43bd5304194c5edc9aeb88f6eb5d1621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2315b141ed0839aa87a8336736ffe3c = $(`<div id="html_d2315b141ed0839aa87a8336736ffe3c" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_43bd5304194c5edc9aeb88f6eb5d1621.setContent(html_d2315b141ed0839aa87a8336736ffe3c);
|
|
|
|
|
|
|
|
marker_194f2c76aeaf581d486d64723ae58a55.bindPopup(popup_43bd5304194c5edc9aeb88f6eb5d1621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_194f2c76aeaf581d486d64723ae58a55.setIcon(icon_a3c9cb317fca2f36af7ded570f211d49);
|
|
|
|
|
|
var marker_52df6f84dd9123b686658f0cb310c365 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_8fb268af122c961a3e6cb836ae1f80bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_352fea272f62ea230db737f3b94e0030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b21d47fc8a0c1822d708f4315f72aed8 = $(`<div id="html_b21d47fc8a0c1822d708f4315f72aed8" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_352fea272f62ea230db737f3b94e0030.setContent(html_b21d47fc8a0c1822d708f4315f72aed8);
|
|
|
|
|
|
|
|
marker_52df6f84dd9123b686658f0cb310c365.bindPopup(popup_352fea272f62ea230db737f3b94e0030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52df6f84dd9123b686658f0cb310c365.setIcon(icon_8fb268af122c961a3e6cb836ae1f80bf);
|
|
|
|
|
|
var marker_0f195cd6d8300b4e78fc4eb066cdffd5 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_709f9f829cff1b1efa24eb59d8b23f2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ae641b4a7d03638097044532cbb450e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99c7bcf99883ebc9b2b342f73a24e306 = $(`<div id="html_99c7bcf99883ebc9b2b342f73a24e306" style="width: 100.0%; height: 100.0%;">nostr.strelok.spb.ru</div>`)[0];
|
|
popup_1ae641b4a7d03638097044532cbb450e.setContent(html_99c7bcf99883ebc9b2b342f73a24e306);
|
|
|
|
|
|
|
|
marker_0f195cd6d8300b4e78fc4eb066cdffd5.bindPopup(popup_1ae641b4a7d03638097044532cbb450e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f195cd6d8300b4e78fc4eb066cdffd5.setIcon(icon_709f9f829cff1b1efa24eb59d8b23f2b);
|
|
|
|
|
|
var marker_3961e5f7b1739c6357d9aaf218372eb9 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_dc92b06cb216b979b17a971742c372fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ea16a7d0eb6ddf2769a8107ae0e0302 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddd86e992ec350eca9a8f05e76d2dc07 = $(`<div id="html_ddd86e992ec350eca9a8f05e76d2dc07" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_3ea16a7d0eb6ddf2769a8107ae0e0302.setContent(html_ddd86e992ec350eca9a8f05e76d2dc07);
|
|
|
|
|
|
|
|
marker_3961e5f7b1739c6357d9aaf218372eb9.bindPopup(popup_3ea16a7d0eb6ddf2769a8107ae0e0302)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3961e5f7b1739c6357d9aaf218372eb9.setIcon(icon_dc92b06cb216b979b17a971742c372fe);
|
|
|
|
|
|
var marker_7c701ec840573246aa71735ef8f8f0f2 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_448584e631e07b8c0a77f8b61e362bdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f93760052421e93d24c4d4ad44e79cff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e74fd9e57ffa5cde77a8d5a7a00c63eb = $(`<div id="html_e74fd9e57ffa5cde77a8d5a7a00c63eb" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_f93760052421e93d24c4d4ad44e79cff.setContent(html_e74fd9e57ffa5cde77a8d5a7a00c63eb);
|
|
|
|
|
|
|
|
marker_7c701ec840573246aa71735ef8f8f0f2.bindPopup(popup_f93760052421e93d24c4d4ad44e79cff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c701ec840573246aa71735ef8f8f0f2.setIcon(icon_448584e631e07b8c0a77f8b61e362bdf);
|
|
|
|
|
|
var marker_b8ae7e2fe831bb66b1f40fd44e67addc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_cbe17a853aaddd9c6888443d3d52933e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b2d578a6b0ca461812dd484b16c13d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c0e04557374e0ca9b485667354d1646 = $(`<div id="html_2c0e04557374e0ca9b485667354d1646" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_8b2d578a6b0ca461812dd484b16c13d1.setContent(html_2c0e04557374e0ca9b485667354d1646);
|
|
|
|
|
|
|
|
marker_b8ae7e2fe831bb66b1f40fd44e67addc.bindPopup(popup_8b2d578a6b0ca461812dd484b16c13d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8ae7e2fe831bb66b1f40fd44e67addc.setIcon(icon_cbe17a853aaddd9c6888443d3d52933e);
|
|
|
|
|
|
var marker_8c441e24183f59b348cf1291fb7d4d44 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_e833319f783019957adc9348ff0688c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ac4cebc030cb5848c6f7fdef3fd50af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee701f38bad4188370d1a6f09dd6d5af = $(`<div id="html_ee701f38bad4188370d1a6f09dd6d5af" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_1ac4cebc030cb5848c6f7fdef3fd50af.setContent(html_ee701f38bad4188370d1a6f09dd6d5af);
|
|
|
|
|
|
|
|
marker_8c441e24183f59b348cf1291fb7d4d44.bindPopup(popup_1ac4cebc030cb5848c6f7fdef3fd50af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c441e24183f59b348cf1291fb7d4d44.setIcon(icon_e833319f783019957adc9348ff0688c9);
|
|
|
|
|
|
var marker_d3bbfa1259403bfcddbe7febbdaaa289 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_57873f8b01fbac2517c96b89c94f3a19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cad72a6ecdf3d2dfd880a369d43e2cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_604b8481972ee9b586dcff81f840f14e = $(`<div id="html_604b8481972ee9b586dcff81f840f14e" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_1cad72a6ecdf3d2dfd880a369d43e2cb.setContent(html_604b8481972ee9b586dcff81f840f14e);
|
|
|
|
|
|
|
|
marker_d3bbfa1259403bfcddbe7febbdaaa289.bindPopup(popup_1cad72a6ecdf3d2dfd880a369d43e2cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3bbfa1259403bfcddbe7febbdaaa289.setIcon(icon_57873f8b01fbac2517c96b89c94f3a19);
|
|
|
|
|
|
var marker_1857e70ea6bd214bf91ab308ce7b85e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_d8a7f668a213f6679e91db737e9694f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58012830ce65fd34bc41a3f5a7987264 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dde2b9613415dd4a1f463a7b44561523 = $(`<div id="html_dde2b9613415dd4a1f463a7b44561523" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_58012830ce65fd34bc41a3f5a7987264.setContent(html_dde2b9613415dd4a1f463a7b44561523);
|
|
|
|
|
|
|
|
marker_1857e70ea6bd214bf91ab308ce7b85e5.bindPopup(popup_58012830ce65fd34bc41a3f5a7987264)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1857e70ea6bd214bf91ab308ce7b85e5.setIcon(icon_d8a7f668a213f6679e91db737e9694f0);
|
|
|
|
|
|
var marker_3dedefef2b4768d3a9f76daaa94b7860 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_84d85eb8eba6a939038aff6e37c92be5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c885d187c1da60a8559bee33fd60b52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e7d9961d9e57982e8b275b25a6c2d99 = $(`<div id="html_6e7d9961d9e57982e8b275b25a6c2d99" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_2c885d187c1da60a8559bee33fd60b52.setContent(html_6e7d9961d9e57982e8b275b25a6c2d99);
|
|
|
|
|
|
|
|
marker_3dedefef2b4768d3a9f76daaa94b7860.bindPopup(popup_2c885d187c1da60a8559bee33fd60b52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dedefef2b4768d3a9f76daaa94b7860.setIcon(icon_84d85eb8eba6a939038aff6e37c92be5);
|
|
|
|
|
|
var marker_b87a54dc2c022d3b7b289f958ebc80df = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f45f021c566795557206be18078a38e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b77207b3585bc6353c7bd51c1cc0715c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12213d2f77a71f040bc1c6c7e458d08e = $(`<div id="html_12213d2f77a71f040bc1c6c7e458d08e" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_b77207b3585bc6353c7bd51c1cc0715c.setContent(html_12213d2f77a71f040bc1c6c7e458d08e);
|
|
|
|
|
|
|
|
marker_b87a54dc2c022d3b7b289f958ebc80df.bindPopup(popup_b77207b3585bc6353c7bd51c1cc0715c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b87a54dc2c022d3b7b289f958ebc80df.setIcon(icon_f45f021c566795557206be18078a38e6);
|
|
|
|
|
|
var marker_7335bbc2434144bd5f7034ceffc5bb0d = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_b3bfc58785e654ac3bd7f8712791341c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c691b77c3de8cf4f4f4df94535189af9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5beb497014033aa8f193331141905ace = $(`<div id="html_5beb497014033aa8f193331141905ace" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_c691b77c3de8cf4f4f4df94535189af9.setContent(html_5beb497014033aa8f193331141905ace);
|
|
|
|
|
|
|
|
marker_7335bbc2434144bd5f7034ceffc5bb0d.bindPopup(popup_c691b77c3de8cf4f4f4df94535189af9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7335bbc2434144bd5f7034ceffc5bb0d.setIcon(icon_b3bfc58785e654ac3bd7f8712791341c);
|
|
|
|
|
|
var marker_b4256436b797102f8a666b4f5875aae2 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_32389748be591e4d1ddc087d97efd62b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79c5ec324e33b2844901249de03d3797 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43c33d54dc7688c957841aafc5d090b5 = $(`<div id="html_43c33d54dc7688c957841aafc5d090b5" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_79c5ec324e33b2844901249de03d3797.setContent(html_43c33d54dc7688c957841aafc5d090b5);
|
|
|
|
|
|
|
|
marker_b4256436b797102f8a666b4f5875aae2.bindPopup(popup_79c5ec324e33b2844901249de03d3797)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4256436b797102f8a666b4f5875aae2.setIcon(icon_32389748be591e4d1ddc087d97efd62b);
|
|
|
|
|
|
var marker_9bbcffc6daddf9889f8edf862892dc02 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_df80da13ece2bd3705c17952e7255c36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7a732db2fb792383d7708722d33f675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89fba824c1299d3c67043b16248825ed = $(`<div id="html_89fba824c1299d3c67043b16248825ed" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_d7a732db2fb792383d7708722d33f675.setContent(html_89fba824c1299d3c67043b16248825ed);
|
|
|
|
|
|
|
|
marker_9bbcffc6daddf9889f8edf862892dc02.bindPopup(popup_d7a732db2fb792383d7708722d33f675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bbcffc6daddf9889f8edf862892dc02.setIcon(icon_df80da13ece2bd3705c17952e7255c36);
|
|
|
|
|
|
var marker_8bbd80b02ab734b4c1c09b316f4f657e = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_bbadb32861133c39eae75685792f81b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53743084d456e5a19f49e82be575b5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ea0dfd356003a7ab45829acc97ad1a2 = $(`<div id="html_6ea0dfd356003a7ab45829acc97ad1a2" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_f53743084d456e5a19f49e82be575b5a.setContent(html_6ea0dfd356003a7ab45829acc97ad1a2);
|
|
|
|
|
|
|
|
marker_8bbd80b02ab734b4c1c09b316f4f657e.bindPopup(popup_f53743084d456e5a19f49e82be575b5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bbd80b02ab734b4c1c09b316f4f657e.setIcon(icon_bbadb32861133c39eae75685792f81b5);
|
|
|
|
|
|
var marker_b0f2f37f5ca5850d2c491ec4bd046b99 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a4f0c1007262ab8a6d0d3083f79b1eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8017f8cfe23bfe1abcc0b8c4ab6fe2f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5aff7006229233459f5ca12ab5d4916b = $(`<div id="html_5aff7006229233459f5ca12ab5d4916b" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_8017f8cfe23bfe1abcc0b8c4ab6fe2f4.setContent(html_5aff7006229233459f5ca12ab5d4916b);
|
|
|
|
|
|
|
|
marker_b0f2f37f5ca5850d2c491ec4bd046b99.bindPopup(popup_8017f8cfe23bfe1abcc0b8c4ab6fe2f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0f2f37f5ca5850d2c491ec4bd046b99.setIcon(icon_a4f0c1007262ab8a6d0d3083f79b1eaa);
|
|
|
|
|
|
var marker_37c61a0ccc256d1366c10c4b2568ce84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9b0d89de7d1390450e21faefed3d1e4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61667b126fa1ad3214090069e136b170 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca4aa17e8345cf0e301bc7b8e8ab0c59 = $(`<div id="html_ca4aa17e8345cf0e301bc7b8e8ab0c59" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_61667b126fa1ad3214090069e136b170.setContent(html_ca4aa17e8345cf0e301bc7b8e8ab0c59);
|
|
|
|
|
|
|
|
marker_37c61a0ccc256d1366c10c4b2568ce84.bindPopup(popup_61667b126fa1ad3214090069e136b170)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c61a0ccc256d1366c10c4b2568ce84.setIcon(icon_9b0d89de7d1390450e21faefed3d1e4d);
|
|
|
|
|
|
var marker_e09ae216d542424e2ba6fa40f2bb9605 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_1409c895cc76c987b4c98ae2a04e6190 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1c9f3af0c99c5b6b2a7ae048cde36c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad9e998f255309d67372cc5e344d4a00 = $(`<div id="html_ad9e998f255309d67372cc5e344d4a00" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_f1c9f3af0c99c5b6b2a7ae048cde36c2.setContent(html_ad9e998f255309d67372cc5e344d4a00);
|
|
|
|
|
|
|
|
marker_e09ae216d542424e2ba6fa40f2bb9605.bindPopup(popup_f1c9f3af0c99c5b6b2a7ae048cde36c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e09ae216d542424e2ba6fa40f2bb9605.setIcon(icon_1409c895cc76c987b4c98ae2a04e6190);
|
|
|
|
|
|
var marker_f17f013a6161f60f613c2b8f6177e9a0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2a565cdbb28cd822183147139c98b39e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5de1621cb2136b1763c48905671a7418 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b065f80d14fe38217a09d33901a4a171 = $(`<div id="html_b065f80d14fe38217a09d33901a4a171" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_5de1621cb2136b1763c48905671a7418.setContent(html_b065f80d14fe38217a09d33901a4a171);
|
|
|
|
|
|
|
|
marker_f17f013a6161f60f613c2b8f6177e9a0.bindPopup(popup_5de1621cb2136b1763c48905671a7418)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f17f013a6161f60f613c2b8f6177e9a0.setIcon(icon_2a565cdbb28cd822183147139c98b39e);
|
|
|
|
|
|
var marker_6c0d84f239b938933a62e063013ad631 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_00a42527a8539970e7eaa57b0b6af4c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db19794b25483b811c35aed80f7655a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2531596dc77734cca4d2256c5cd0cdf1 = $(`<div id="html_2531596dc77734cca4d2256c5cd0cdf1" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_db19794b25483b811c35aed80f7655a5.setContent(html_2531596dc77734cca4d2256c5cd0cdf1);
|
|
|
|
|
|
|
|
marker_6c0d84f239b938933a62e063013ad631.bindPopup(popup_db19794b25483b811c35aed80f7655a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c0d84f239b938933a62e063013ad631.setIcon(icon_00a42527a8539970e7eaa57b0b6af4c6);
|
|
|
|
|
|
var marker_e74ff4be624bb7b347cc8adf3f67efcb = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_2efe11685e757dede453583a28b6e5fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b75202e7cf4523e114ec3b0f5a1a0f42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0349d8fa4b43e04a1d241f085b7eb6c0 = $(`<div id="html_0349d8fa4b43e04a1d241f085b7eb6c0" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_b75202e7cf4523e114ec3b0f5a1a0f42.setContent(html_0349d8fa4b43e04a1d241f085b7eb6c0);
|
|
|
|
|
|
|
|
marker_e74ff4be624bb7b347cc8adf3f67efcb.bindPopup(popup_b75202e7cf4523e114ec3b0f5a1a0f42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e74ff4be624bb7b347cc8adf3f67efcb.setIcon(icon_2efe11685e757dede453583a28b6e5fa);
|
|
|
|
|
|
var marker_44c1c2b12823ca34e44013b5c1008293 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_3b7d62f09010b6de61c10add017cc768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5d8920d06efc84f7a4c6def23b26200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2e890a771ccf8c2f6d7f824889840db = $(`<div id="html_d2e890a771ccf8c2f6d7f824889840db" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_d5d8920d06efc84f7a4c6def23b26200.setContent(html_d2e890a771ccf8c2f6d7f824889840db);
|
|
|
|
|
|
|
|
marker_44c1c2b12823ca34e44013b5c1008293.bindPopup(popup_d5d8920d06efc84f7a4c6def23b26200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44c1c2b12823ca34e44013b5c1008293.setIcon(icon_3b7d62f09010b6de61c10add017cc768);
|
|
|
|
|
|
var marker_de3f9360a282a995e81afbe88c1c7cdc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_a906eea6870d4b245a4f878f58a582e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_421b5918d9df47e67d6484f6e8974d6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e532453db705393d4e624fba9a1cc19 = $(`<div id="html_3e532453db705393d4e624fba9a1cc19" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_421b5918d9df47e67d6484f6e8974d6a.setContent(html_3e532453db705393d4e624fba9a1cc19);
|
|
|
|
|
|
|
|
marker_de3f9360a282a995e81afbe88c1c7cdc.bindPopup(popup_421b5918d9df47e67d6484f6e8974d6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de3f9360a282a995e81afbe88c1c7cdc.setIcon(icon_a906eea6870d4b245a4f878f58a582e3);
|
|
|
|
|
|
var marker_6ae84a92b42b7f5d364a6984ce9d6ffe = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_592d9a7feaa1ff27b930f9504edfd90e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_786174c3cdc6c4106ce03b3dde3ed693 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd77ade332c59b13448dcd49f341a975 = $(`<div id="html_fd77ade332c59b13448dcd49f341a975" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_786174c3cdc6c4106ce03b3dde3ed693.setContent(html_fd77ade332c59b13448dcd49f341a975);
|
|
|
|
|
|
|
|
marker_6ae84a92b42b7f5d364a6984ce9d6ffe.bindPopup(popup_786174c3cdc6c4106ce03b3dde3ed693)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ae84a92b42b7f5d364a6984ce9d6ffe.setIcon(icon_592d9a7feaa1ff27b930f9504edfd90e);
|
|
|
|
|
|
var marker_accd57b3e6a023c2aa740d1270aafc03 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_17cd29fef870ed7d3289ac61d34c8cdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbe05a08dc3fafe8d97ce22e25ee017d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfb0e977a896585cffe11ef66ea38faa = $(`<div id="html_cfb0e977a896585cffe11ef66ea38faa" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_cbe05a08dc3fafe8d97ce22e25ee017d.setContent(html_cfb0e977a896585cffe11ef66ea38faa);
|
|
|
|
|
|
|
|
marker_accd57b3e6a023c2aa740d1270aafc03.bindPopup(popup_cbe05a08dc3fafe8d97ce22e25ee017d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_accd57b3e6a023c2aa740d1270aafc03.setIcon(icon_17cd29fef870ed7d3289ac61d34c8cdf);
|
|
|
|
|
|
var marker_f8216a63f957284140e62e5d751c9589 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_11863c2b3d1d6d8870d79db36ee704d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b0468428befabd8b039ff5864f34543 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8873204939072e490cd2e22c23871a9d = $(`<div id="html_8873204939072e490cd2e22c23871a9d" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_5b0468428befabd8b039ff5864f34543.setContent(html_8873204939072e490cd2e22c23871a9d);
|
|
|
|
|
|
|
|
marker_f8216a63f957284140e62e5d751c9589.bindPopup(popup_5b0468428befabd8b039ff5864f34543)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8216a63f957284140e62e5d751c9589.setIcon(icon_11863c2b3d1d6d8870d79db36ee704d1);
|
|
|
|
|
|
var marker_f9f5fe6a384d411a8a560b23d7167a0e = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_02010bf33efba0ad030b03805ea991a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_803dd0c17460544dcb7ef126c357aebf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd924a20f7d32aa19d61f34a6fe886e6 = $(`<div id="html_bd924a20f7d32aa19d61f34a6fe886e6" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_803dd0c17460544dcb7ef126c357aebf.setContent(html_bd924a20f7d32aa19d61f34a6fe886e6);
|
|
|
|
|
|
|
|
marker_f9f5fe6a384d411a8a560b23d7167a0e.bindPopup(popup_803dd0c17460544dcb7ef126c357aebf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9f5fe6a384d411a8a560b23d7167a0e.setIcon(icon_02010bf33efba0ad030b03805ea991a1);
|
|
|
|
|
|
var marker_1c1cdb504562708b47522ee937dbfa96 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9d26eb9b3e04386d9729a91d57834321 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fee1414583c91354e8eecd444c9a7a65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c2562970562642bd0723db32da0efd0 = $(`<div id="html_2c2562970562642bd0723db32da0efd0" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_fee1414583c91354e8eecd444c9a7a65.setContent(html_2c2562970562642bd0723db32da0efd0);
|
|
|
|
|
|
|
|
marker_1c1cdb504562708b47522ee937dbfa96.bindPopup(popup_fee1414583c91354e8eecd444c9a7a65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c1cdb504562708b47522ee937dbfa96.setIcon(icon_9d26eb9b3e04386d9729a91d57834321);
|
|
|
|
|
|
var marker_83a763019301fc0ed912e9708f877f8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_7bdb511d80eaf06038bf19bb394aefbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_694a16eee3ec0ee88bb132f7a4773d2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e55267b7a6b97b7a0ab7adff200820b = $(`<div id="html_2e55267b7a6b97b7a0ab7adff200820b" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_694a16eee3ec0ee88bb132f7a4773d2d.setContent(html_2e55267b7a6b97b7a0ab7adff200820b);
|
|
|
|
|
|
|
|
marker_83a763019301fc0ed912e9708f877f8b.bindPopup(popup_694a16eee3ec0ee88bb132f7a4773d2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83a763019301fc0ed912e9708f877f8b.setIcon(icon_7bdb511d80eaf06038bf19bb394aefbf);
|
|
|
|
|
|
var marker_2e6c748b96c6ef98b0edd6dff5b7ff28 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9601af5a3f194e023e49eeac2dcc5fa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19aa2ec139ddac98015435b8b0f396eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_115c4fff412ceed6f703295363ee649e = $(`<div id="html_115c4fff412ceed6f703295363ee649e" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_19aa2ec139ddac98015435b8b0f396eb.setContent(html_115c4fff412ceed6f703295363ee649e);
|
|
|
|
|
|
|
|
marker_2e6c748b96c6ef98b0edd6dff5b7ff28.bindPopup(popup_19aa2ec139ddac98015435b8b0f396eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e6c748b96c6ef98b0edd6dff5b7ff28.setIcon(icon_9601af5a3f194e023e49eeac2dcc5fa1);
|
|
|
|
|
|
var marker_79602d3e204360dd69868d085aee841e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_ee9d34a066e04c320821553859a87d01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5730b44264380adb5ff45657ce220740 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4380fe1c11e93c2ab499b077eaa6909 = $(`<div id="html_f4380fe1c11e93c2ab499b077eaa6909" style="width: 100.0%; height: 100.0%;">relay.lnau.net</div>`)[0];
|
|
popup_5730b44264380adb5ff45657ce220740.setContent(html_f4380fe1c11e93c2ab499b077eaa6909);
|
|
|
|
|
|
|
|
marker_79602d3e204360dd69868d085aee841e.bindPopup(popup_5730b44264380adb5ff45657ce220740)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79602d3e204360dd69868d085aee841e.setIcon(icon_ee9d34a066e04c320821553859a87d01);
|
|
|
|
|
|
var marker_86a3b61cf35e95a40e6947db94445e3e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_1eaaae314c0683a97f83eb77ceed7ed5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fef98471ed166fccf72a13935f7e039 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3719e4649d92d12efcde0261d84e259b = $(`<div id="html_3719e4649d92d12efcde0261d84e259b" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_2fef98471ed166fccf72a13935f7e039.setContent(html_3719e4649d92d12efcde0261d84e259b);
|
|
|
|
|
|
|
|
marker_86a3b61cf35e95a40e6947db94445e3e.bindPopup(popup_2fef98471ed166fccf72a13935f7e039)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86a3b61cf35e95a40e6947db94445e3e.setIcon(icon_1eaaae314c0683a97f83eb77ceed7ed5);
|
|
|
|
|
|
var marker_dade1d5ef6d35e7a58cf1079f2c50d6a = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_db3c79a0f83be0116e3c905ba95a2365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4526e5dccabdf450d7f3fcab80c4636c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_825ddb6a7e5f1e3d4d01f96d5a5cd0dd = $(`<div id="html_825ddb6a7e5f1e3d4d01f96d5a5cd0dd" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_4526e5dccabdf450d7f3fcab80c4636c.setContent(html_825ddb6a7e5f1e3d4d01f96d5a5cd0dd);
|
|
|
|
|
|
|
|
marker_dade1d5ef6d35e7a58cf1079f2c50d6a.bindPopup(popup_4526e5dccabdf450d7f3fcab80c4636c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dade1d5ef6d35e7a58cf1079f2c50d6a.setIcon(icon_db3c79a0f83be0116e3c905ba95a2365);
|
|
|
|
|
|
var marker_68a71d22896d1263ec5600ac269ca273 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_cfdf990d1548ca12917c24b1bbaa6359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cae83506073a4b839c0cbdb193c0708e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1059eda988dc04c71fda4f033aa8160b = $(`<div id="html_1059eda988dc04c71fda4f033aa8160b" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_cae83506073a4b839c0cbdb193c0708e.setContent(html_1059eda988dc04c71fda4f033aa8160b);
|
|
|
|
|
|
|
|
marker_68a71d22896d1263ec5600ac269ca273.bindPopup(popup_cae83506073a4b839c0cbdb193c0708e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68a71d22896d1263ec5600ac269ca273.setIcon(icon_cfdf990d1548ca12917c24b1bbaa6359);
|
|
|
|
|
|
var marker_12de586352e5e25ff3655fb847460aeb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f10590d299758326c320a7a4fe5db867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9b0d48d34d9d2d8bc57081570423c02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a2af6fc1885b587cd70ec221f954b4e = $(`<div id="html_1a2af6fc1885b587cd70ec221f954b4e" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_c9b0d48d34d9d2d8bc57081570423c02.setContent(html_1a2af6fc1885b587cd70ec221f954b4e);
|
|
|
|
|
|
|
|
marker_12de586352e5e25ff3655fb847460aeb.bindPopup(popup_c9b0d48d34d9d2d8bc57081570423c02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12de586352e5e25ff3655fb847460aeb.setIcon(icon_f10590d299758326c320a7a4fe5db867);
|
|
|
|
|
|
var marker_5e996784a78ba44941e54509da5dcc8f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_09c31ef2ef94c54e3aba79aab0571f83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4659d099cf30528db39a2f67af19d37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bda67a9c620abfb8b6ce64be06bb6426 = $(`<div id="html_bda67a9c620abfb8b6ce64be06bb6426" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_c4659d099cf30528db39a2f67af19d37.setContent(html_bda67a9c620abfb8b6ce64be06bb6426);
|
|
|
|
|
|
|
|
marker_5e996784a78ba44941e54509da5dcc8f.bindPopup(popup_c4659d099cf30528db39a2f67af19d37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e996784a78ba44941e54509da5dcc8f.setIcon(icon_09c31ef2ef94c54e3aba79aab0571f83);
|
|
|
|
|
|
var marker_e77a9940a06f864c959ef6fd9821019e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_21a2ac577ab8dc3fcb4d7014cd5ca5f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac9d5edf2dff586c16750b8b97df4bd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29aaae6a443e08778b3daafc5c61c3b1 = $(`<div id="html_29aaae6a443e08778b3daafc5c61c3b1" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_ac9d5edf2dff586c16750b8b97df4bd5.setContent(html_29aaae6a443e08778b3daafc5c61c3b1);
|
|
|
|
|
|
|
|
marker_e77a9940a06f864c959ef6fd9821019e.bindPopup(popup_ac9d5edf2dff586c16750b8b97df4bd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e77a9940a06f864c959ef6fd9821019e.setIcon(icon_21a2ac577ab8dc3fcb4d7014cd5ca5f2);
|
|
|
|
|
|
var marker_96eba8cbe817f9eddde7bf04df04a18a = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_f043e4a3ef7f1ef1c1a3a00e3cdb6353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb257182a597688947a545ab58dd4c65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_981aca197f8b14af352e31f473817e61 = $(`<div id="html_981aca197f8b14af352e31f473817e61" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_bb257182a597688947a545ab58dd4c65.setContent(html_981aca197f8b14af352e31f473817e61);
|
|
|
|
|
|
|
|
marker_96eba8cbe817f9eddde7bf04df04a18a.bindPopup(popup_bb257182a597688947a545ab58dd4c65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96eba8cbe817f9eddde7bf04df04a18a.setIcon(icon_f043e4a3ef7f1ef1c1a3a00e3cdb6353);
|
|
|
|
|
|
var marker_3c8b012effa882d0c6b3c790b4320166 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6ba9680b2aa1efca07da9bc8220d07cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4485c01e6566e0cb2329499c41d4cf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_543e11389c575fb0538dc2fb92cc2a0c = $(`<div id="html_543e11389c575fb0538dc2fb92cc2a0c" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_c4485c01e6566e0cb2329499c41d4cf4.setContent(html_543e11389c575fb0538dc2fb92cc2a0c);
|
|
|
|
|
|
|
|
marker_3c8b012effa882d0c6b3c790b4320166.bindPopup(popup_c4485c01e6566e0cb2329499c41d4cf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c8b012effa882d0c6b3c790b4320166.setIcon(icon_6ba9680b2aa1efca07da9bc8220d07cb);
|
|
|
|
|
|
var marker_56b5f3503bdb2ba12480e93cd030bbe5 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_3dfc839ed8409fd8d44d1649eb28750d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1274a0ac6866724ad3cacec3519ce9cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df3bbec5be9598338a9b7659930da8ad = $(`<div id="html_df3bbec5be9598338a9b7659930da8ad" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_1274a0ac6866724ad3cacec3519ce9cb.setContent(html_df3bbec5be9598338a9b7659930da8ad);
|
|
|
|
|
|
|
|
marker_56b5f3503bdb2ba12480e93cd030bbe5.bindPopup(popup_1274a0ac6866724ad3cacec3519ce9cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56b5f3503bdb2ba12480e93cd030bbe5.setIcon(icon_3dfc839ed8409fd8d44d1649eb28750d);
|
|
|
|
|
|
var marker_7d3c0fcd28c66044d026100218eb951f = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9bec962c4deb0be89d1be2632db74946 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8af012dcd61961f98a4e3aa336dfd2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3242e3c9b662e82b7820fe3fdd5944ea = $(`<div id="html_3242e3c9b662e82b7820fe3fdd5944ea" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_c8af012dcd61961f98a4e3aa336dfd2c.setContent(html_3242e3c9b662e82b7820fe3fdd5944ea);
|
|
|
|
|
|
|
|
marker_7d3c0fcd28c66044d026100218eb951f.bindPopup(popup_c8af012dcd61961f98a4e3aa336dfd2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d3c0fcd28c66044d026100218eb951f.setIcon(icon_9bec962c4deb0be89d1be2632db74946);
|
|
|
|
|
|
var marker_5aee93ed1280103d01830683b6ff4fb8 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_5a16497324f61d4acb0578378060d7d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6a6b1742f79aa41178b51bc6d564004 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7809dd7cbdaf9a6a1e9cf1a3b9f2439f = $(`<div id="html_7809dd7cbdaf9a6a1e9cf1a3b9f2439f" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_c6a6b1742f79aa41178b51bc6d564004.setContent(html_7809dd7cbdaf9a6a1e9cf1a3b9f2439f);
|
|
|
|
|
|
|
|
marker_5aee93ed1280103d01830683b6ff4fb8.bindPopup(popup_c6a6b1742f79aa41178b51bc6d564004)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aee93ed1280103d01830683b6ff4fb8.setIcon(icon_5a16497324f61d4acb0578378060d7d8);
|
|
|
|
|
|
var marker_d8ecea85a612f8bedcaf639cbe9fe996 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_9ae1e5cc39e52886126f31e32cf0630f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc141c0f2d337bacbba43c1835259bee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f511fc63d0c9593e9f5310c38cc5a4d8 = $(`<div id="html_f511fc63d0c9593e9f5310c38cc5a4d8" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_bc141c0f2d337bacbba43c1835259bee.setContent(html_f511fc63d0c9593e9f5310c38cc5a4d8);
|
|
|
|
|
|
|
|
marker_d8ecea85a612f8bedcaf639cbe9fe996.bindPopup(popup_bc141c0f2d337bacbba43c1835259bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8ecea85a612f8bedcaf639cbe9fe996.setIcon(icon_9ae1e5cc39e52886126f31e32cf0630f);
|
|
|
|
|
|
var marker_8bcee2380d89564efdd001178ebc4b52 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_95cc88b15043c14536b025c34417eb4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6fcff9b5dd2699c2f9e7b8095397fbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5ab6ed75a76ea9d4807026f7fc3b75e = $(`<div id="html_f5ab6ed75a76ea9d4807026f7fc3b75e" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_e6fcff9b5dd2699c2f9e7b8095397fbf.setContent(html_f5ab6ed75a76ea9d4807026f7fc3b75e);
|
|
|
|
|
|
|
|
marker_8bcee2380d89564efdd001178ebc4b52.bindPopup(popup_e6fcff9b5dd2699c2f9e7b8095397fbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bcee2380d89564efdd001178ebc4b52.setIcon(icon_95cc88b15043c14536b025c34417eb4f);
|
|
|
|
|
|
var marker_65c99dcb0ee40c48925c1c5fe827c019 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_faef8685122d82f39a374a2f1a2f7091 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1195890e102fbe9fd57297ae03e97c53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14a99d679bf4f987217a5c7791ca2f4a = $(`<div id="html_14a99d679bf4f987217a5c7791ca2f4a" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_1195890e102fbe9fd57297ae03e97c53.setContent(html_14a99d679bf4f987217a5c7791ca2f4a);
|
|
|
|
|
|
|
|
marker_65c99dcb0ee40c48925c1c5fe827c019.bindPopup(popup_1195890e102fbe9fd57297ae03e97c53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65c99dcb0ee40c48925c1c5fe827c019.setIcon(icon_faef8685122d82f39a374a2f1a2f7091);
|
|
|
|
|
|
var marker_71d4dcd364e37d6eef1f54db857ecccf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6a0002d3b519c200b0c7350745e0a2a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce7cef46a005dc43c9799b18ed28d3e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34dcbfcd81369b0f68798d7bbf17edb9 = $(`<div id="html_34dcbfcd81369b0f68798d7bbf17edb9" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_ce7cef46a005dc43c9799b18ed28d3e3.setContent(html_34dcbfcd81369b0f68798d7bbf17edb9);
|
|
|
|
|
|
|
|
marker_71d4dcd364e37d6eef1f54db857ecccf.bindPopup(popup_ce7cef46a005dc43c9799b18ed28d3e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71d4dcd364e37d6eef1f54db857ecccf.setIcon(icon_6a0002d3b519c200b0c7350745e0a2a0);
|
|
|
|
|
|
var marker_31e4a0b899e9adb1a23c9ae90da3bc88 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_0bc6930b1668e8ad025a876385f5160a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5050bcf63165cb093d82b70bef49da4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e567315c3224ddcd32167b42b27f01d8 = $(`<div id="html_e567315c3224ddcd32167b42b27f01d8" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_b5050bcf63165cb093d82b70bef49da4.setContent(html_e567315c3224ddcd32167b42b27f01d8);
|
|
|
|
|
|
|
|
marker_31e4a0b899e9adb1a23c9ae90da3bc88.bindPopup(popup_b5050bcf63165cb093d82b70bef49da4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31e4a0b899e9adb1a23c9ae90da3bc88.setIcon(icon_0bc6930b1668e8ad025a876385f5160a);
|
|
|
|
|
|
var marker_b6d0fb19236b6aeafdf5b22727dbec1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_6692297e75db1ca4eace0da3a495e6dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad66b2cdc76a553bff889b9fb6fe592c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_191757817a0d1d4a0bc40d0b71c7ef9f = $(`<div id="html_191757817a0d1d4a0bc40d0b71c7ef9f" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_ad66b2cdc76a553bff889b9fb6fe592c.setContent(html_191757817a0d1d4a0bc40d0b71c7ef9f);
|
|
|
|
|
|
|
|
marker_b6d0fb19236b6aeafdf5b22727dbec1a.bindPopup(popup_ad66b2cdc76a553bff889b9fb6fe592c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6d0fb19236b6aeafdf5b22727dbec1a.setIcon(icon_6692297e75db1ca4eace0da3a495e6dd);
|
|
|
|
|
|
var marker_f72cd95a31ef7d31fb5d224d1fb89079 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_73c81163299996f3d62d880ca895e0d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e06357a8a8fc0179b1b364febb81204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_965bb23eddf5339cebfa5296a3a6d4cf = $(`<div id="html_965bb23eddf5339cebfa5296a3a6d4cf" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_6e06357a8a8fc0179b1b364febb81204.setContent(html_965bb23eddf5339cebfa5296a3a6d4cf);
|
|
|
|
|
|
|
|
marker_f72cd95a31ef7d31fb5d224d1fb89079.bindPopup(popup_6e06357a8a8fc0179b1b364febb81204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f72cd95a31ef7d31fb5d224d1fb89079.setIcon(icon_73c81163299996f3d62d880ca895e0d9);
|
|
|
|
|
|
var marker_7c0d7650f05140c4c161b4f52eb90117 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_48391cad6882c94f169343e371746003);
|
|
|
|
|
|
var icon_86d8d4770b7378bed56829a160fd40ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d416161f31e694a3e7bb758823b63950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04b9d569064e241cd404473f66ccf609 = $(`<div id="html_04b9d569064e241cd404473f66ccf609" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_d416161f31e694a3e7bb758823b63950.setContent(html_04b9d569064e241cd404473f66ccf609);
|
|
|
|
|
|
|
|
marker_7c0d7650f05140c4c161b4f52eb90117.bindPopup(popup_d416161f31e694a3e7bb758823b63950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c0d7650f05140c4c161b4f52eb90117.setIcon(icon_86d8d4770b7378bed56829a160fd40ba);
|
|
|
|
|
|
marker_cluster_48391cad6882c94f169343e371746003.addTo(map_7acddc1e38e9277693f3e83c2a671cbc);
|
|
|
|
</script>
|
|
</html> |