mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 09:05:19 +00:00
11019 lines
320 KiB
HTML
11019 lines
320 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_edbb9a5c4e55b1f60adcd0e738809709 {
|
|
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_edbb9a5c4e55b1f60adcd0e738809709" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_edbb9a5c4e55b1f60adcd0e738809709 = L.map(
|
|
"map_edbb9a5c4e55b1f60adcd0e738809709",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_4e6e3ba635435a8d7d6a1a1bdd710052 = 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_4e6e3ba635435a8d7d6a1a1bdd710052.addTo(map_edbb9a5c4e55b1f60adcd0e738809709);
|
|
|
|
|
|
var marker_cluster_860883f3368b7e5662d26d6f34d1a1d9 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_4fc0d5fc7fdea52245d70369766ea12e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4c76469d35ad4abe7256f501126ef5f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d096424b21bcb9e0422c1756096bd426 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_666d170d8c9434473c392a978d73cec2 = $(`<div id="html_666d170d8c9434473c392a978d73cec2" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_d096424b21bcb9e0422c1756096bd426.setContent(html_666d170d8c9434473c392a978d73cec2);
|
|
|
|
|
|
|
|
marker_4fc0d5fc7fdea52245d70369766ea12e.bindPopup(popup_d096424b21bcb9e0422c1756096bd426)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fc0d5fc7fdea52245d70369766ea12e.setIcon(icon_4c76469d35ad4abe7256f501126ef5f2);
|
|
|
|
|
|
var marker_3d175b1b046a06b6c7fbc5e7db66da8b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_193de2b932925437f6dc9146e29de9d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b92d645d8148cb8c8de7d2bb5f0fb3af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e823e449fd22b529eb9a06cca6eb21b = $(`<div id="html_1e823e449fd22b529eb9a06cca6eb21b" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_b92d645d8148cb8c8de7d2bb5f0fb3af.setContent(html_1e823e449fd22b529eb9a06cca6eb21b);
|
|
|
|
|
|
|
|
marker_3d175b1b046a06b6c7fbc5e7db66da8b.bindPopup(popup_b92d645d8148cb8c8de7d2bb5f0fb3af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d175b1b046a06b6c7fbc5e7db66da8b.setIcon(icon_193de2b932925437f6dc9146e29de9d0);
|
|
|
|
|
|
var marker_5e1dff93c1df70e996f7e0a47e4c36a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_21e444c6ec460b0d13b928286efc79bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a2a8625ce58016bb4c51e141c8a698d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2ffceaa457700944abbe3e52bd5fec0 = $(`<div id="html_f2ffceaa457700944abbe3e52bd5fec0" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_3a2a8625ce58016bb4c51e141c8a698d.setContent(html_f2ffceaa457700944abbe3e52bd5fec0);
|
|
|
|
|
|
|
|
marker_5e1dff93c1df70e996f7e0a47e4c36a1.bindPopup(popup_3a2a8625ce58016bb4c51e141c8a698d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e1dff93c1df70e996f7e0a47e4c36a1.setIcon(icon_21e444c6ec460b0d13b928286efc79bb);
|
|
|
|
|
|
var marker_a5491e0f8588a9c708fe4482f1f7f4a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1f962ec4f437728a56140b45e15a0b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99dc73692d6ff6889b044cec3a742b2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cef47dbfd9b1cc7a0689b42123a6dc1 = $(`<div id="html_7cef47dbfd9b1cc7a0689b42123a6dc1" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_99dc73692d6ff6889b044cec3a742b2f.setContent(html_7cef47dbfd9b1cc7a0689b42123a6dc1);
|
|
|
|
|
|
|
|
marker_a5491e0f8588a9c708fe4482f1f7f4a6.bindPopup(popup_99dc73692d6ff6889b044cec3a742b2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5491e0f8588a9c708fe4482f1f7f4a6.setIcon(icon_1f962ec4f437728a56140b45e15a0b29);
|
|
|
|
|
|
var marker_400180161987924ff78861e47ac9cac0 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c6361e59f82bcc480a57d642d8c053e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e22ef8159560ac6fcc10e8173d607e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c02d9065551f61f8a98854d20066cf14 = $(`<div id="html_c02d9065551f61f8a98854d20066cf14" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_8e22ef8159560ac6fcc10e8173d607e5.setContent(html_c02d9065551f61f8a98854d20066cf14);
|
|
|
|
|
|
|
|
marker_400180161987924ff78861e47ac9cac0.bindPopup(popup_8e22ef8159560ac6fcc10e8173d607e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_400180161987924ff78861e47ac9cac0.setIcon(icon_c6361e59f82bcc480a57d642d8c053e4);
|
|
|
|
|
|
var marker_9bc1c4576f2c53a27e2f6e36b7845615 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_eb243012c9827b4497b4cac2b68b6c7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c053b3bf1e99f9535fb765dd31312c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43ffe958df92cc8cefa4d90118574cd6 = $(`<div id="html_43ffe958df92cc8cefa4d90118574cd6" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_6c053b3bf1e99f9535fb765dd31312c9.setContent(html_43ffe958df92cc8cefa4d90118574cd6);
|
|
|
|
|
|
|
|
marker_9bc1c4576f2c53a27e2f6e36b7845615.bindPopup(popup_6c053b3bf1e99f9535fb765dd31312c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bc1c4576f2c53a27e2f6e36b7845615.setIcon(icon_eb243012c9827b4497b4cac2b68b6c7c);
|
|
|
|
|
|
var marker_308b7afcd269fd6a6145a8ef089c6eb1 = L.marker(
|
|
[39.1429, -94.573],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_306b55c02402901b8dcf79aa9fc2ee1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e5ef80e0c9e89fba9e7b5345861799e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05afac76873465def09368c66dab7f82 = $(`<div id="html_05afac76873465def09368c66dab7f82" style="width: 100.0%; height: 100.0%;">neuromancer.nettek.io</div>`)[0];
|
|
popup_2e5ef80e0c9e89fba9e7b5345861799e.setContent(html_05afac76873465def09368c66dab7f82);
|
|
|
|
|
|
|
|
marker_308b7afcd269fd6a6145a8ef089c6eb1.bindPopup(popup_2e5ef80e0c9e89fba9e7b5345861799e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_308b7afcd269fd6a6145a8ef089c6eb1.setIcon(icon_306b55c02402901b8dcf79aa9fc2ee1b);
|
|
|
|
|
|
var marker_b17f4c0e7d2379350561b18a31265d52 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b7250162e0e67c66c526f77d54c66f0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15b0039f2be61cdbb6fc10bf746f5f36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e712b6fca93130561fb951ed25c8f97 = $(`<div id="html_5e712b6fca93130561fb951ed25c8f97" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_15b0039f2be61cdbb6fc10bf746f5f36.setContent(html_5e712b6fca93130561fb951ed25c8f97);
|
|
|
|
|
|
|
|
marker_b17f4c0e7d2379350561b18a31265d52.bindPopup(popup_15b0039f2be61cdbb6fc10bf746f5f36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b17f4c0e7d2379350561b18a31265d52.setIcon(icon_b7250162e0e67c66c526f77d54c66f0c);
|
|
|
|
|
|
var marker_5c4afa07a197540aa73bb8fa5c5091df = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_10c3c8e98db066c1f770904ab51a1997 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_398699e03716732d9974a96c0d068544 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_308f5f32197090fe8046ce3fff400571 = $(`<div id="html_308f5f32197090fe8046ce3fff400571" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_398699e03716732d9974a96c0d068544.setContent(html_308f5f32197090fe8046ce3fff400571);
|
|
|
|
|
|
|
|
marker_5c4afa07a197540aa73bb8fa5c5091df.bindPopup(popup_398699e03716732d9974a96c0d068544)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c4afa07a197540aa73bb8fa5c5091df.setIcon(icon_10c3c8e98db066c1f770904ab51a1997);
|
|
|
|
|
|
var marker_375d58ef1d2c0cceec52fe13a2eb2850 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_029185cad93e9e3fcc69bf728d79ce1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20ae2920ca46f182e8fb82ee1c8769ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13fc91e4a75d9cb54393af34a3e5f9b8 = $(`<div id="html_13fc91e4a75d9cb54393af34a3e5f9b8" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_20ae2920ca46f182e8fb82ee1c8769ac.setContent(html_13fc91e4a75d9cb54393af34a3e5f9b8);
|
|
|
|
|
|
|
|
marker_375d58ef1d2c0cceec52fe13a2eb2850.bindPopup(popup_20ae2920ca46f182e8fb82ee1c8769ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_375d58ef1d2c0cceec52fe13a2eb2850.setIcon(icon_029185cad93e9e3fcc69bf728d79ce1f);
|
|
|
|
|
|
var marker_cb56c3fa892ba7551931452b605fb46d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c171227e4198674ea0f77fddb52042a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16842f2845e70029f8cfbc5d06a04678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a99b30e95e36bae863372735944069e = $(`<div id="html_9a99b30e95e36bae863372735944069e" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_16842f2845e70029f8cfbc5d06a04678.setContent(html_9a99b30e95e36bae863372735944069e);
|
|
|
|
|
|
|
|
marker_cb56c3fa892ba7551931452b605fb46d.bindPopup(popup_16842f2845e70029f8cfbc5d06a04678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb56c3fa892ba7551931452b605fb46d.setIcon(icon_c171227e4198674ea0f77fddb52042a6);
|
|
|
|
|
|
var marker_cc80d63f1ca395dfc20d14ce28edf1ba = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_81ec21121c3d9504f216bdbc69ce9f1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d00c76dce78bd9fa1d1492f5056dc902 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a2b3f4bdf01ed035d91b61fcf43a307 = $(`<div id="html_9a2b3f4bdf01ed035d91b61fcf43a307" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_d00c76dce78bd9fa1d1492f5056dc902.setContent(html_9a2b3f4bdf01ed035d91b61fcf43a307);
|
|
|
|
|
|
|
|
marker_cc80d63f1ca395dfc20d14ce28edf1ba.bindPopup(popup_d00c76dce78bd9fa1d1492f5056dc902)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc80d63f1ca395dfc20d14ce28edf1ba.setIcon(icon_81ec21121c3d9504f216bdbc69ce9f1a);
|
|
|
|
|
|
var marker_c95c8022d32980a4e7af01fd0de24a8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_eadcf81817469414206ec36fd3f2108c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57e5451e6a345b8cd65bf5b192cc2a66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d235922ddbed4d75d0304d86c7396e82 = $(`<div id="html_d235922ddbed4d75d0304d86c7396e82" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_57e5451e6a345b8cd65bf5b192cc2a66.setContent(html_d235922ddbed4d75d0304d86c7396e82);
|
|
|
|
|
|
|
|
marker_c95c8022d32980a4e7af01fd0de24a8b.bindPopup(popup_57e5451e6a345b8cd65bf5b192cc2a66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c95c8022d32980a4e7af01fd0de24a8b.setIcon(icon_eadcf81817469414206ec36fd3f2108c);
|
|
|
|
|
|
var marker_98a5df92307934eecbac5f4bf1b69e4b = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b146e47da79627d03118a17ba873a571 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a6d22ce6cdcb1c0f9021c3f52c94cf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faa4658abb4b20e0e3369a0e6eda93d4 = $(`<div id="html_faa4658abb4b20e0e3369a0e6eda93d4" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_2a6d22ce6cdcb1c0f9021c3f52c94cf1.setContent(html_faa4658abb4b20e0e3369a0e6eda93d4);
|
|
|
|
|
|
|
|
marker_98a5df92307934eecbac5f4bf1b69e4b.bindPopup(popup_2a6d22ce6cdcb1c0f9021c3f52c94cf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98a5df92307934eecbac5f4bf1b69e4b.setIcon(icon_b146e47da79627d03118a17ba873a571);
|
|
|
|
|
|
var marker_3c462e78cabe0b6f6bceb835137226e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ad8b7ccffab93b8c80ce43c76ca32837 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5216aa7b7428be0c24156caad87d3fce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea7f2a064fb9f6e192fc73d74197757a = $(`<div id="html_ea7f2a064fb9f6e192fc73d74197757a" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_5216aa7b7428be0c24156caad87d3fce.setContent(html_ea7f2a064fb9f6e192fc73d74197757a);
|
|
|
|
|
|
|
|
marker_3c462e78cabe0b6f6bceb835137226e4.bindPopup(popup_5216aa7b7428be0c24156caad87d3fce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c462e78cabe0b6f6bceb835137226e4.setIcon(icon_ad8b7ccffab93b8c80ce43c76ca32837);
|
|
|
|
|
|
var marker_b3411f4bbb696b0a8cfa9c555ad11342 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_26d9054843aeddc959b7ce22f2618a83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fa77f6c5a2f2fa63b96f6e2cf55743f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73fd308f48b8913f650a869bc998e9f3 = $(`<div id="html_73fd308f48b8913f650a869bc998e9f3" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_2fa77f6c5a2f2fa63b96f6e2cf55743f.setContent(html_73fd308f48b8913f650a869bc998e9f3);
|
|
|
|
|
|
|
|
marker_b3411f4bbb696b0a8cfa9c555ad11342.bindPopup(popup_2fa77f6c5a2f2fa63b96f6e2cf55743f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3411f4bbb696b0a8cfa9c555ad11342.setIcon(icon_26d9054843aeddc959b7ce22f2618a83);
|
|
|
|
|
|
var marker_4c7e6e7a475305e8bb2f3bbe657100a1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d5ce640f75418f3df8a06a918f4cb8eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c875d078d62a4e199458d1d6870903fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96dd4a16ca9991e44918ae22fcd63b2e = $(`<div id="html_96dd4a16ca9991e44918ae22fcd63b2e" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_c875d078d62a4e199458d1d6870903fc.setContent(html_96dd4a16ca9991e44918ae22fcd63b2e);
|
|
|
|
|
|
|
|
marker_4c7e6e7a475305e8bb2f3bbe657100a1.bindPopup(popup_c875d078d62a4e199458d1d6870903fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c7e6e7a475305e8bb2f3bbe657100a1.setIcon(icon_d5ce640f75418f3df8a06a918f4cb8eb);
|
|
|
|
|
|
var marker_99ad1aa231684bfea846426755266db6 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e745870ef975de0185083a9cfb6f118c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd93adb2687d08bd988e898101c47d53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c151f53d46b5524ea8d1578440a68828 = $(`<div id="html_c151f53d46b5524ea8d1578440a68828" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_cd93adb2687d08bd988e898101c47d53.setContent(html_c151f53d46b5524ea8d1578440a68828);
|
|
|
|
|
|
|
|
marker_99ad1aa231684bfea846426755266db6.bindPopup(popup_cd93adb2687d08bd988e898101c47d53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99ad1aa231684bfea846426755266db6.setIcon(icon_e745870ef975de0185083a9cfb6f118c);
|
|
|
|
|
|
var marker_6d5d63ed97b52354fdf48e000e17db1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1535a9ac2b4124fa0d6e51c8d2f6bdd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99170a218b5454580951867d3c8eaf47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83b8ce31193d78f4b827c7b776e981ba = $(`<div id="html_83b8ce31193d78f4b827c7b776e981ba" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_99170a218b5454580951867d3c8eaf47.setContent(html_83b8ce31193d78f4b827c7b776e981ba);
|
|
|
|
|
|
|
|
marker_6d5d63ed97b52354fdf48e000e17db1b.bindPopup(popup_99170a218b5454580951867d3c8eaf47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d5d63ed97b52354fdf48e000e17db1b.setIcon(icon_1535a9ac2b4124fa0d6e51c8d2f6bdd5);
|
|
|
|
|
|
var marker_c58475d26e9d17df494fbc45f8eca1ff = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d31cb572b324951b46a7e8996ce937a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc24f754ee7955ed9648321145ce78e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ee530a46be31d36b7ecc344094a2f74 = $(`<div id="html_4ee530a46be31d36b7ecc344094a2f74" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_cc24f754ee7955ed9648321145ce78e4.setContent(html_4ee530a46be31d36b7ecc344094a2f74);
|
|
|
|
|
|
|
|
marker_c58475d26e9d17df494fbc45f8eca1ff.bindPopup(popup_cc24f754ee7955ed9648321145ce78e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c58475d26e9d17df494fbc45f8eca1ff.setIcon(icon_d31cb572b324951b46a7e8996ce937a3);
|
|
|
|
|
|
var marker_8f6cace47e2f1e7f26dc6f06c3cc8673 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4608fa5b8d53844467807522fb404a16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e2def9834c7c9f4d99ac2b137e3fe1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31db4af45d86ab5d909cde00245835d7 = $(`<div id="html_31db4af45d86ab5d909cde00245835d7" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_6e2def9834c7c9f4d99ac2b137e3fe1f.setContent(html_31db4af45d86ab5d909cde00245835d7);
|
|
|
|
|
|
|
|
marker_8f6cace47e2f1e7f26dc6f06c3cc8673.bindPopup(popup_6e2def9834c7c9f4d99ac2b137e3fe1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f6cace47e2f1e7f26dc6f06c3cc8673.setIcon(icon_4608fa5b8d53844467807522fb404a16);
|
|
|
|
|
|
var marker_7ea5df1e27890a37d2172a5a0ce1bae7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_cb956d2196ce1d6712262821132b00f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b043e5f70eed11350e3a4e93ed382973 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7078aa3d8653ec1a792f158b01cc0424 = $(`<div id="html_7078aa3d8653ec1a792f158b01cc0424" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_b043e5f70eed11350e3a4e93ed382973.setContent(html_7078aa3d8653ec1a792f158b01cc0424);
|
|
|
|
|
|
|
|
marker_7ea5df1e27890a37d2172a5a0ce1bae7.bindPopup(popup_b043e5f70eed11350e3a4e93ed382973)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ea5df1e27890a37d2172a5a0ce1bae7.setIcon(icon_cb956d2196ce1d6712262821132b00f3);
|
|
|
|
|
|
var marker_d8fe0596f90cb2d9796e1dd2a370aae7 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e70b33c7d09839d3b2569eee543717cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5e8205bd62be91612d6b69badc5015b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9ab4cbb84361f37fba59fb3e61f9bf7 = $(`<div id="html_c9ab4cbb84361f37fba59fb3e61f9bf7" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_b5e8205bd62be91612d6b69badc5015b.setContent(html_c9ab4cbb84361f37fba59fb3e61f9bf7);
|
|
|
|
|
|
|
|
marker_d8fe0596f90cb2d9796e1dd2a370aae7.bindPopup(popup_b5e8205bd62be91612d6b69badc5015b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8fe0596f90cb2d9796e1dd2a370aae7.setIcon(icon_e70b33c7d09839d3b2569eee543717cc);
|
|
|
|
|
|
var marker_303ae2530602429d66e2a1bddc53308a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5294d50903f87f0ffe3a49d183e8531f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c63b62f08a5e8da81093e807b1e11d7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6790bffcdd337e1e0044ae830319ef7f = $(`<div id="html_6790bffcdd337e1e0044ae830319ef7f" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_c63b62f08a5e8da81093e807b1e11d7e.setContent(html_6790bffcdd337e1e0044ae830319ef7f);
|
|
|
|
|
|
|
|
marker_303ae2530602429d66e2a1bddc53308a.bindPopup(popup_c63b62f08a5e8da81093e807b1e11d7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_303ae2530602429d66e2a1bddc53308a.setIcon(icon_5294d50903f87f0ffe3a49d183e8531f);
|
|
|
|
|
|
var marker_dcc14afd53c3b34ad2241612533662bb = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ecb2e21be5f0f037cf563694fc4082e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dac892077decf9cda29fc05cec9468c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7758e20f3c96a9c3be61f4cf6239c38e = $(`<div id="html_7758e20f3c96a9c3be61f4cf6239c38e" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_2dac892077decf9cda29fc05cec9468c.setContent(html_7758e20f3c96a9c3be61f4cf6239c38e);
|
|
|
|
|
|
|
|
marker_dcc14afd53c3b34ad2241612533662bb.bindPopup(popup_2dac892077decf9cda29fc05cec9468c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcc14afd53c3b34ad2241612533662bb.setIcon(icon_ecb2e21be5f0f037cf563694fc4082e5);
|
|
|
|
|
|
var marker_819ce88945d7572c45a1e048cc6d22d7 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5af027f98e9c8696bca8c19a87eb92a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fbc641f785c0883869a9764f747d652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5c574594b5e990a7e8829f5d11113e1 = $(`<div id="html_a5c574594b5e990a7e8829f5d11113e1" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_9fbc641f785c0883869a9764f747d652.setContent(html_a5c574594b5e990a7e8829f5d11113e1);
|
|
|
|
|
|
|
|
marker_819ce88945d7572c45a1e048cc6d22d7.bindPopup(popup_9fbc641f785c0883869a9764f747d652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_819ce88945d7572c45a1e048cc6d22d7.setIcon(icon_5af027f98e9c8696bca8c19a87eb92a1);
|
|
|
|
|
|
var marker_1277853088250b3072a1211406da9a10 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_62f76437f3bd9cf90c62edc90a5b2442 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_210620a0cc7d2152aef20733d1e73038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5867e24727dd5eff96ff8e8b4d5badb3 = $(`<div id="html_5867e24727dd5eff96ff8e8b4d5badb3" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_210620a0cc7d2152aef20733d1e73038.setContent(html_5867e24727dd5eff96ff8e8b4d5badb3);
|
|
|
|
|
|
|
|
marker_1277853088250b3072a1211406da9a10.bindPopup(popup_210620a0cc7d2152aef20733d1e73038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1277853088250b3072a1211406da9a10.setIcon(icon_62f76437f3bd9cf90c62edc90a5b2442);
|
|
|
|
|
|
var marker_9aadc5e5b5b1e57a3e1dc421e09a089a = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_7a46728a0ddeb82bb891967983d3efb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a9d21a67a537c0ff3ab354c19d41fc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb965181a874e3474777b4713270d2d0 = $(`<div id="html_bb965181a874e3474777b4713270d2d0" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_2a9d21a67a537c0ff3ab354c19d41fc7.setContent(html_bb965181a874e3474777b4713270d2d0);
|
|
|
|
|
|
|
|
marker_9aadc5e5b5b1e57a3e1dc421e09a089a.bindPopup(popup_2a9d21a67a537c0ff3ab354c19d41fc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9aadc5e5b5b1e57a3e1dc421e09a089a.setIcon(icon_7a46728a0ddeb82bb891967983d3efb3);
|
|
|
|
|
|
var marker_56366d8c1998025bc929805ede82bea8 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0519b04c9c2dec902322c2601549ac5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_843bbb0508d518de486caf94ec241243 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70acf0362a2ccdef9048ca9ab4f88216 = $(`<div id="html_70acf0362a2ccdef9048ca9ab4f88216" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_843bbb0508d518de486caf94ec241243.setContent(html_70acf0362a2ccdef9048ca9ab4f88216);
|
|
|
|
|
|
|
|
marker_56366d8c1998025bc929805ede82bea8.bindPopup(popup_843bbb0508d518de486caf94ec241243)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56366d8c1998025bc929805ede82bea8.setIcon(icon_0519b04c9c2dec902322c2601549ac5b);
|
|
|
|
|
|
var marker_7f0e038356f6c89014145cbc806620d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f754e054185ff4284efdce444cdbd76f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_655720c264c0bb6d609a2912d9474ed0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caf518b4b352381db221d322ad76d270 = $(`<div id="html_caf518b4b352381db221d322ad76d270" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_655720c264c0bb6d609a2912d9474ed0.setContent(html_caf518b4b352381db221d322ad76d270);
|
|
|
|
|
|
|
|
marker_7f0e038356f6c89014145cbc806620d2.bindPopup(popup_655720c264c0bb6d609a2912d9474ed0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f0e038356f6c89014145cbc806620d2.setIcon(icon_f754e054185ff4284efdce444cdbd76f);
|
|
|
|
|
|
var marker_6aaffe34388055e5775eed41876b0203 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f119168b1383447a4e4b22441fda6847 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5371a8fbdd9b90d6fb3da5ef8cb855e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3d0b17ea02123d9dc1fe2fcc481f748 = $(`<div id="html_b3d0b17ea02123d9dc1fe2fcc481f748" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_5371a8fbdd9b90d6fb3da5ef8cb855e7.setContent(html_b3d0b17ea02123d9dc1fe2fcc481f748);
|
|
|
|
|
|
|
|
marker_6aaffe34388055e5775eed41876b0203.bindPopup(popup_5371a8fbdd9b90d6fb3da5ef8cb855e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aaffe34388055e5775eed41876b0203.setIcon(icon_f119168b1383447a4e4b22441fda6847);
|
|
|
|
|
|
var marker_0560c60ceae21130b05282624cba30aa = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_58ba34f1c29369f6b409041afad2eb2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbc5256a146de4c664ea68eb0754e042 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5423e2fe0f1b0f4d52160471f36a825 = $(`<div id="html_f5423e2fe0f1b0f4d52160471f36a825" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_bbc5256a146de4c664ea68eb0754e042.setContent(html_f5423e2fe0f1b0f4d52160471f36a825);
|
|
|
|
|
|
|
|
marker_0560c60ceae21130b05282624cba30aa.bindPopup(popup_bbc5256a146de4c664ea68eb0754e042)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0560c60ceae21130b05282624cba30aa.setIcon(icon_58ba34f1c29369f6b409041afad2eb2c);
|
|
|
|
|
|
var marker_7388de8bce99e799c43a50a006c9a288 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_dd7a7008fc1bbd71e1d5fe9900a3d44b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32469f8f73e10ad76875a3b9f1dd6cbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_635c2fafd9c52ebac1b4e23374a21eca = $(`<div id="html_635c2fafd9c52ebac1b4e23374a21eca" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_32469f8f73e10ad76875a3b9f1dd6cbc.setContent(html_635c2fafd9c52ebac1b4e23374a21eca);
|
|
|
|
|
|
|
|
marker_7388de8bce99e799c43a50a006c9a288.bindPopup(popup_32469f8f73e10ad76875a3b9f1dd6cbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7388de8bce99e799c43a50a006c9a288.setIcon(icon_dd7a7008fc1bbd71e1d5fe9900a3d44b);
|
|
|
|
|
|
var marker_c25ed17d3b7280e4620c6908cd1ab7de = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4fd64466ac9cb70b9e4482fa5a542923 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4385de90a06c1c9815bae4f784bacf61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abbed8494d7850b5f7af172be19ae2f1 = $(`<div id="html_abbed8494d7850b5f7af172be19ae2f1" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_4385de90a06c1c9815bae4f784bacf61.setContent(html_abbed8494d7850b5f7af172be19ae2f1);
|
|
|
|
|
|
|
|
marker_c25ed17d3b7280e4620c6908cd1ab7de.bindPopup(popup_4385de90a06c1c9815bae4f784bacf61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c25ed17d3b7280e4620c6908cd1ab7de.setIcon(icon_4fd64466ac9cb70b9e4482fa5a542923);
|
|
|
|
|
|
var marker_19fb0f2cc04bbac7a3a494d85619d02f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f27f091aaaba3fec1eca3766944245fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7665560342e84d5332975245d848923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e31db25b252690d9c002863de9d85e2 = $(`<div id="html_3e31db25b252690d9c002863de9d85e2" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_e7665560342e84d5332975245d848923.setContent(html_3e31db25b252690d9c002863de9d85e2);
|
|
|
|
|
|
|
|
marker_19fb0f2cc04bbac7a3a494d85619d02f.bindPopup(popup_e7665560342e84d5332975245d848923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19fb0f2cc04bbac7a3a494d85619d02f.setIcon(icon_f27f091aaaba3fec1eca3766944245fc);
|
|
|
|
|
|
var marker_b913c565249efdcb5cb66bdf47bfc841 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ca63f99b90fefb51e9c7d394a09adad2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e27c7c76a115e5db62b19dbb406f80e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea20d3dd758ddf97cf3998c11874c141 = $(`<div id="html_ea20d3dd758ddf97cf3998c11874c141" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_e27c7c76a115e5db62b19dbb406f80e0.setContent(html_ea20d3dd758ddf97cf3998c11874c141);
|
|
|
|
|
|
|
|
marker_b913c565249efdcb5cb66bdf47bfc841.bindPopup(popup_e27c7c76a115e5db62b19dbb406f80e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b913c565249efdcb5cb66bdf47bfc841.setIcon(icon_ca63f99b90fefb51e9c7d394a09adad2);
|
|
|
|
|
|
var marker_e7dcd25475766c46f7a75df3554a4cd5 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4e38e3d01761f36e2765b3f95e1919c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a36339e6831e2a21d5d0362689834e46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c07efadc796a15d311142d8ee4f4760 = $(`<div id="html_3c07efadc796a15d311142d8ee4f4760" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_a36339e6831e2a21d5d0362689834e46.setContent(html_3c07efadc796a15d311142d8ee4f4760);
|
|
|
|
|
|
|
|
marker_e7dcd25475766c46f7a75df3554a4cd5.bindPopup(popup_a36339e6831e2a21d5d0362689834e46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7dcd25475766c46f7a75df3554a4cd5.setIcon(icon_4e38e3d01761f36e2765b3f95e1919c2);
|
|
|
|
|
|
var marker_8c281391094709f02d41076172900727 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8d930c2c9f1ed530dba464363293ba67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d9b502f300e0d6cc6e0e76ed5f9d5d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76a1c2fa02db4eae948c44818d29cd78 = $(`<div id="html_76a1c2fa02db4eae948c44818d29cd78" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_0d9b502f300e0d6cc6e0e76ed5f9d5d7.setContent(html_76a1c2fa02db4eae948c44818d29cd78);
|
|
|
|
|
|
|
|
marker_8c281391094709f02d41076172900727.bindPopup(popup_0d9b502f300e0d6cc6e0e76ed5f9d5d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c281391094709f02d41076172900727.setIcon(icon_8d930c2c9f1ed530dba464363293ba67);
|
|
|
|
|
|
var marker_abf5e6c4b7f7299d81a98509405e2c90 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ca5dc09f7f65d256c71e4c69f4f07326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_027bb30caf3ef17a25df7f12054211ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_756e89f0b5659fb765716f152a8d4936 = $(`<div id="html_756e89f0b5659fb765716f152a8d4936" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_027bb30caf3ef17a25df7f12054211ef.setContent(html_756e89f0b5659fb765716f152a8d4936);
|
|
|
|
|
|
|
|
marker_abf5e6c4b7f7299d81a98509405e2c90.bindPopup(popup_027bb30caf3ef17a25df7f12054211ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abf5e6c4b7f7299d81a98509405e2c90.setIcon(icon_ca5dc09f7f65d256c71e4c69f4f07326);
|
|
|
|
|
|
var marker_3b55315fcc580b8f936762beb8c55448 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_78e9ea4fe2eced79e48055d6d9c8d460 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bccc5b658e70553fd987a12b7e70882 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aea208ccad1dcd7f3b0a9c1935183e06 = $(`<div id="html_aea208ccad1dcd7f3b0a9c1935183e06" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_3bccc5b658e70553fd987a12b7e70882.setContent(html_aea208ccad1dcd7f3b0a9c1935183e06);
|
|
|
|
|
|
|
|
marker_3b55315fcc580b8f936762beb8c55448.bindPopup(popup_3bccc5b658e70553fd987a12b7e70882)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b55315fcc580b8f936762beb8c55448.setIcon(icon_78e9ea4fe2eced79e48055d6d9c8d460);
|
|
|
|
|
|
var marker_0d1e0c37dd15ffd65ead93b18136f891 = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_7c8a11882fa2d3cd43915d5f05a4ae68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7e6f2a1a57245d1549d4ac9ccd5fa78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_595119eaccced074f73e10b5c9ab4f7f = $(`<div id="html_595119eaccced074f73e10b5c9ab4f7f" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_c7e6f2a1a57245d1549d4ac9ccd5fa78.setContent(html_595119eaccced074f73e10b5c9ab4f7f);
|
|
|
|
|
|
|
|
marker_0d1e0c37dd15ffd65ead93b18136f891.bindPopup(popup_c7e6f2a1a57245d1549d4ac9ccd5fa78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d1e0c37dd15ffd65ead93b18136f891.setIcon(icon_7c8a11882fa2d3cd43915d5f05a4ae68);
|
|
|
|
|
|
var marker_4af791d1b8cea813dd2242f98b93fdea = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_404a72b5c19ec12c93a0a4e4943b8cf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b960d5856481620387d43e0067ef943 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce11afcbf8e66ee94926f943d74f2c0f = $(`<div id="html_ce11afcbf8e66ee94926f943d74f2c0f" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_1b960d5856481620387d43e0067ef943.setContent(html_ce11afcbf8e66ee94926f943d74f2c0f);
|
|
|
|
|
|
|
|
marker_4af791d1b8cea813dd2242f98b93fdea.bindPopup(popup_1b960d5856481620387d43e0067ef943)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4af791d1b8cea813dd2242f98b93fdea.setIcon(icon_404a72b5c19ec12c93a0a4e4943b8cf7);
|
|
|
|
|
|
var marker_4c249b75ba81f82529d375314798a6f3 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f677e08a359fe954e585b575e69f9550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89a30e8b497d03d92fcb94d3b47ee89b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e04631c8b47acd68bcf6eb5508bbaef = $(`<div id="html_3e04631c8b47acd68bcf6eb5508bbaef" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_89a30e8b497d03d92fcb94d3b47ee89b.setContent(html_3e04631c8b47acd68bcf6eb5508bbaef);
|
|
|
|
|
|
|
|
marker_4c249b75ba81f82529d375314798a6f3.bindPopup(popup_89a30e8b497d03d92fcb94d3b47ee89b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c249b75ba81f82529d375314798a6f3.setIcon(icon_f677e08a359fe954e585b575e69f9550);
|
|
|
|
|
|
var marker_8a468c9e2005e49e6fb5cd352dce2d13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5eee6fef72c722dff90ec123287f5402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74548b231ac01894f4c9e243b1b5909f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_688603cd92eeba509b0ac6646132f17c = $(`<div id="html_688603cd92eeba509b0ac6646132f17c" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_74548b231ac01894f4c9e243b1b5909f.setContent(html_688603cd92eeba509b0ac6646132f17c);
|
|
|
|
|
|
|
|
marker_8a468c9e2005e49e6fb5cd352dce2d13.bindPopup(popup_74548b231ac01894f4c9e243b1b5909f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a468c9e2005e49e6fb5cd352dce2d13.setIcon(icon_5eee6fef72c722dff90ec123287f5402);
|
|
|
|
|
|
var marker_670502c58914bc885c98fb8cabd653f9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f3a0d6a0cf924e564bc5edb78a44c6b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87cfb24aeb8695338532b5fa52b05d48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dd36e94865f951d41e88164dfc8debd = $(`<div id="html_7dd36e94865f951d41e88164dfc8debd" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_87cfb24aeb8695338532b5fa52b05d48.setContent(html_7dd36e94865f951d41e88164dfc8debd);
|
|
|
|
|
|
|
|
marker_670502c58914bc885c98fb8cabd653f9.bindPopup(popup_87cfb24aeb8695338532b5fa52b05d48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_670502c58914bc885c98fb8cabd653f9.setIcon(icon_f3a0d6a0cf924e564bc5edb78a44c6b8);
|
|
|
|
|
|
var marker_572ad4f97488ecf156f5e15932cea6bb = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_be080fb3a48ddd3efa4d7dbc0545d437 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96d3227b316813c0fa965d22239906f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_738836311450c3ef083bc3bb785d7141 = $(`<div id="html_738836311450c3ef083bc3bb785d7141" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_96d3227b316813c0fa965d22239906f8.setContent(html_738836311450c3ef083bc3bb785d7141);
|
|
|
|
|
|
|
|
marker_572ad4f97488ecf156f5e15932cea6bb.bindPopup(popup_96d3227b316813c0fa965d22239906f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_572ad4f97488ecf156f5e15932cea6bb.setIcon(icon_be080fb3a48ddd3efa4d7dbc0545d437);
|
|
|
|
|
|
var marker_4a46d5f20ecba091313477abc7c68aa2 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_67dbdeb242ed82d014326b3f161d181d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75db9f63b2dbba6d479f99ec29f68217 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ec47b8d590483c2b7ecc1c162315a5 = $(`<div id="html_33ec47b8d590483c2b7ecc1c162315a5" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_75db9f63b2dbba6d479f99ec29f68217.setContent(html_33ec47b8d590483c2b7ecc1c162315a5);
|
|
|
|
|
|
|
|
marker_4a46d5f20ecba091313477abc7c68aa2.bindPopup(popup_75db9f63b2dbba6d479f99ec29f68217)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a46d5f20ecba091313477abc7c68aa2.setIcon(icon_67dbdeb242ed82d014326b3f161d181d);
|
|
|
|
|
|
var marker_945ef432178d0cb97d21ac568d2c5698 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b6ab62a918e2b1bbd1ba1e9a07d7fa26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0efe93f76f9ffbfc523e47fba957360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac06352fc0b8fce9363738dd067a3bf1 = $(`<div id="html_ac06352fc0b8fce9363738dd067a3bf1" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_c0efe93f76f9ffbfc523e47fba957360.setContent(html_ac06352fc0b8fce9363738dd067a3bf1);
|
|
|
|
|
|
|
|
marker_945ef432178d0cb97d21ac568d2c5698.bindPopup(popup_c0efe93f76f9ffbfc523e47fba957360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_945ef432178d0cb97d21ac568d2c5698.setIcon(icon_b6ab62a918e2b1bbd1ba1e9a07d7fa26);
|
|
|
|
|
|
var marker_3830c4a6d2f102bd022756a729059517 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_63674eee4096638e21cbf68a0b25a23e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9dd63658baf33a70ba71510b446a60d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33bd6a8d1533ef6cd363eb8e4b002bfc = $(`<div id="html_33bd6a8d1533ef6cd363eb8e4b002bfc" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_f9dd63658baf33a70ba71510b446a60d.setContent(html_33bd6a8d1533ef6cd363eb8e4b002bfc);
|
|
|
|
|
|
|
|
marker_3830c4a6d2f102bd022756a729059517.bindPopup(popup_f9dd63658baf33a70ba71510b446a60d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3830c4a6d2f102bd022756a729059517.setIcon(icon_63674eee4096638e21cbf68a0b25a23e);
|
|
|
|
|
|
var marker_41730ed44ed635010e25581c3ac305b1 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ebf1ef83bb9c0c7e59294e007303d652 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_830f45dccd638aa00554e877674fb88a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcc02f87ce2ca49c00a62dedc64695e7 = $(`<div id="html_dcc02f87ce2ca49c00a62dedc64695e7" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_830f45dccd638aa00554e877674fb88a.setContent(html_dcc02f87ce2ca49c00a62dedc64695e7);
|
|
|
|
|
|
|
|
marker_41730ed44ed635010e25581c3ac305b1.bindPopup(popup_830f45dccd638aa00554e877674fb88a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41730ed44ed635010e25581c3ac305b1.setIcon(icon_ebf1ef83bb9c0c7e59294e007303d652);
|
|
|
|
|
|
var marker_7bcb03fb31ee2b611b811dd47526b478 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_799a216f5735b31623ecd80818084105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c94c878bcd872e8fbc03e86f44d45f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_621bdbe03a896057537783058a2f3859 = $(`<div id="html_621bdbe03a896057537783058a2f3859" style="width: 100.0%; height: 100.0%;">relay.jmoose.rocks</div>`)[0];
|
|
popup_98c94c878bcd872e8fbc03e86f44d45f.setContent(html_621bdbe03a896057537783058a2f3859);
|
|
|
|
|
|
|
|
marker_7bcb03fb31ee2b611b811dd47526b478.bindPopup(popup_98c94c878bcd872e8fbc03e86f44d45f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bcb03fb31ee2b611b811dd47526b478.setIcon(icon_799a216f5735b31623ecd80818084105);
|
|
|
|
|
|
var marker_a3a8ad483cb30f76d8138df760db7604 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_a2d10d6c2c2e72dc6668445c23933ba0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a715b1619010fd4010c35b825099ff2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5969769186184d3c358819982a1d97b2 = $(`<div id="html_5969769186184d3c358819982a1d97b2" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_6a715b1619010fd4010c35b825099ff2.setContent(html_5969769186184d3c358819982a1d97b2);
|
|
|
|
|
|
|
|
marker_a3a8ad483cb30f76d8138df760db7604.bindPopup(popup_6a715b1619010fd4010c35b825099ff2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3a8ad483cb30f76d8138df760db7604.setIcon(icon_a2d10d6c2c2e72dc6668445c23933ba0);
|
|
|
|
|
|
var marker_5417a154d2dc52ba20adfb2df102bc3f = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_83dc2e6e3b3ec71fb2afd17d7379f10e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afa1767564c2404c449d6fe9a3f1918a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8105b59a8f3bc4504ec5b1633aaf239f = $(`<div id="html_8105b59a8f3bc4504ec5b1633aaf239f" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_afa1767564c2404c449d6fe9a3f1918a.setContent(html_8105b59a8f3bc4504ec5b1633aaf239f);
|
|
|
|
|
|
|
|
marker_5417a154d2dc52ba20adfb2df102bc3f.bindPopup(popup_afa1767564c2404c449d6fe9a3f1918a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5417a154d2dc52ba20adfb2df102bc3f.setIcon(icon_83dc2e6e3b3ec71fb2afd17d7379f10e);
|
|
|
|
|
|
var marker_8d9efe559ba60f8f785941ba54087001 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_96442f3d7137ac564afc78b8b810e201 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cf2ab0d120696982a5697e1584e2189 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a11383bea688b37239a3f0d678beaa3b = $(`<div id="html_a11383bea688b37239a3f0d678beaa3b" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_5cf2ab0d120696982a5697e1584e2189.setContent(html_a11383bea688b37239a3f0d678beaa3b);
|
|
|
|
|
|
|
|
marker_8d9efe559ba60f8f785941ba54087001.bindPopup(popup_5cf2ab0d120696982a5697e1584e2189)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d9efe559ba60f8f785941ba54087001.setIcon(icon_96442f3d7137ac564afc78b8b810e201);
|
|
|
|
|
|
var marker_baeebc1f627b4b82639f716f95945a3d = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d906079f5eb89e37ce26d9de930c542d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d3fd97d8e96eea57181e1142412acb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f41b334cf9a09bf06d54edac6f07f3db = $(`<div id="html_f41b334cf9a09bf06d54edac6f07f3db" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_4d3fd97d8e96eea57181e1142412acb9.setContent(html_f41b334cf9a09bf06d54edac6f07f3db);
|
|
|
|
|
|
|
|
marker_baeebc1f627b4b82639f716f95945a3d.bindPopup(popup_4d3fd97d8e96eea57181e1142412acb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baeebc1f627b4b82639f716f95945a3d.setIcon(icon_d906079f5eb89e37ce26d9de930c542d);
|
|
|
|
|
|
var marker_c40caef16d9e8827096aa96d36d6d389 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_030e58735c83ea6a08dd36f912fb114a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3869656acc6d4531a9d3fb8e17b3bc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e73a3994919a1497ecac28f58f5a648e = $(`<div id="html_e73a3994919a1497ecac28f58f5a648e" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_a3869656acc6d4531a9d3fb8e17b3bc9.setContent(html_e73a3994919a1497ecac28f58f5a648e);
|
|
|
|
|
|
|
|
marker_c40caef16d9e8827096aa96d36d6d389.bindPopup(popup_a3869656acc6d4531a9d3fb8e17b3bc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c40caef16d9e8827096aa96d36d6d389.setIcon(icon_030e58735c83ea6a08dd36f912fb114a);
|
|
|
|
|
|
var marker_a07a6f245e784e170c31c3c7323307f7 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1d7667507b57eafa02ffcfd2c341530e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6747177e4e44c7a105f74dc46bcc5ccb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54348ed8ebcb109f7cedadfc1ea7a5bb = $(`<div id="html_54348ed8ebcb109f7cedadfc1ea7a5bb" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_6747177e4e44c7a105f74dc46bcc5ccb.setContent(html_54348ed8ebcb109f7cedadfc1ea7a5bb);
|
|
|
|
|
|
|
|
marker_a07a6f245e784e170c31c3c7323307f7.bindPopup(popup_6747177e4e44c7a105f74dc46bcc5ccb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a07a6f245e784e170c31c3c7323307f7.setIcon(icon_1d7667507b57eafa02ffcfd2c341530e);
|
|
|
|
|
|
var marker_a1aa4d40f462ad1f798536ecc5e280c7 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0b4778a1081befb261f759ea0c6c9c75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da8e8d9da2745e48681b183bd3191507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7c039a446c03693730a4fb960215f1a = $(`<div id="html_c7c039a446c03693730a4fb960215f1a" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_da8e8d9da2745e48681b183bd3191507.setContent(html_c7c039a446c03693730a4fb960215f1a);
|
|
|
|
|
|
|
|
marker_a1aa4d40f462ad1f798536ecc5e280c7.bindPopup(popup_da8e8d9da2745e48681b183bd3191507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1aa4d40f462ad1f798536ecc5e280c7.setIcon(icon_0b4778a1081befb261f759ea0c6c9c75);
|
|
|
|
|
|
var marker_37c3f3ae388b501305d187123a4a9b0f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c6ffc34b9c0a566b85cc78b5ddf24c4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65a0fad5c01aa02a2c7d64497e6910df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc9bb5371a6268bcbb85dda4109d660c = $(`<div id="html_bc9bb5371a6268bcbb85dda4109d660c" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_65a0fad5c01aa02a2c7d64497e6910df.setContent(html_bc9bb5371a6268bcbb85dda4109d660c);
|
|
|
|
|
|
|
|
marker_37c3f3ae388b501305d187123a4a9b0f.bindPopup(popup_65a0fad5c01aa02a2c7d64497e6910df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c3f3ae388b501305d187123a4a9b0f.setIcon(icon_c6ffc34b9c0a566b85cc78b5ddf24c4b);
|
|
|
|
|
|
var marker_8ad79e2beb549df0aa14200eb3cabed6 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_dc9cb75406fde0b89ee79f2d78188b3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19776dd972433cf22c4e1d1ec32b414b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_995b8d34830cbd54f99d0febbb123e0a = $(`<div id="html_995b8d34830cbd54f99d0febbb123e0a" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_19776dd972433cf22c4e1d1ec32b414b.setContent(html_995b8d34830cbd54f99d0febbb123e0a);
|
|
|
|
|
|
|
|
marker_8ad79e2beb549df0aa14200eb3cabed6.bindPopup(popup_19776dd972433cf22c4e1d1ec32b414b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ad79e2beb549df0aa14200eb3cabed6.setIcon(icon_dc9cb75406fde0b89ee79f2d78188b3a);
|
|
|
|
|
|
var marker_7939ee679098a1b365290f5f0ae88339 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_2ee2b33c363608ae9d82200f5bb16168 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c2494cc5978bc0762beda9875cf9290 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d52706e288bfe0841610bd08cc8d3ad = $(`<div id="html_3d52706e288bfe0841610bd08cc8d3ad" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_3c2494cc5978bc0762beda9875cf9290.setContent(html_3d52706e288bfe0841610bd08cc8d3ad);
|
|
|
|
|
|
|
|
marker_7939ee679098a1b365290f5f0ae88339.bindPopup(popup_3c2494cc5978bc0762beda9875cf9290)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7939ee679098a1b365290f5f0ae88339.setIcon(icon_2ee2b33c363608ae9d82200f5bb16168);
|
|
|
|
|
|
var marker_1f983c6c67781cea41231d236bafb8e6 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e8f2b641f586af6796bf97ca2624a91e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dda71367ee59581f38255b95c953a09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9c969c74ccfc694edf5cba1998c08b2 = $(`<div id="html_b9c969c74ccfc694edf5cba1998c08b2" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_6dda71367ee59581f38255b95c953a09.setContent(html_b9c969c74ccfc694edf5cba1998c08b2);
|
|
|
|
|
|
|
|
marker_1f983c6c67781cea41231d236bafb8e6.bindPopup(popup_6dda71367ee59581f38255b95c953a09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f983c6c67781cea41231d236bafb8e6.setIcon(icon_e8f2b641f586af6796bf97ca2624a91e);
|
|
|
|
|
|
var marker_56b2aa285e694a0c41007712e748f989 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6f610d983ec83e48c60a7cde3ecefb05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79ad0bf51a1c02864266492045dd5fd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ee12234f6658d5f82852ab4bacc7e98 = $(`<div id="html_9ee12234f6658d5f82852ab4bacc7e98" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_79ad0bf51a1c02864266492045dd5fd3.setContent(html_9ee12234f6658d5f82852ab4bacc7e98);
|
|
|
|
|
|
|
|
marker_56b2aa285e694a0c41007712e748f989.bindPopup(popup_79ad0bf51a1c02864266492045dd5fd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56b2aa285e694a0c41007712e748f989.setIcon(icon_6f610d983ec83e48c60a7cde3ecefb05);
|
|
|
|
|
|
var marker_414e4419429bb645a5ce6f696d44d472 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_67bc5b52ba53161f942d11789d80313a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd26c72e56852a74cf2cb22ba8da8d7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3ddec69ed823d05f2d4e20a30807de4 = $(`<div id="html_b3ddec69ed823d05f2d4e20a30807de4" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_bd26c72e56852a74cf2cb22ba8da8d7b.setContent(html_b3ddec69ed823d05f2d4e20a30807de4);
|
|
|
|
|
|
|
|
marker_414e4419429bb645a5ce6f696d44d472.bindPopup(popup_bd26c72e56852a74cf2cb22ba8da8d7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_414e4419429bb645a5ce6f696d44d472.setIcon(icon_67bc5b52ba53161f942d11789d80313a);
|
|
|
|
|
|
var marker_5b6d9ae33b132e8e1bc4f5ad65d57a07 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_018da083a06451befc91c8c0a1cd01f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80a2e8631489ce55061236be922933c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a69707f7356e8e380b757d836c38634 = $(`<div id="html_4a69707f7356e8e380b757d836c38634" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_80a2e8631489ce55061236be922933c3.setContent(html_4a69707f7356e8e380b757d836c38634);
|
|
|
|
|
|
|
|
marker_5b6d9ae33b132e8e1bc4f5ad65d57a07.bindPopup(popup_80a2e8631489ce55061236be922933c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b6d9ae33b132e8e1bc4f5ad65d57a07.setIcon(icon_018da083a06451befc91c8c0a1cd01f3);
|
|
|
|
|
|
var marker_14f6a1a9c417aa1d0a9a69c4c4c1b2ff = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e1547d47f3eef1b2439af22d769633bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff3760eda5244f4af68a24702c905e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d10f0a505c8db07b6eb95a7bea01d2f = $(`<div id="html_3d10f0a505c8db07b6eb95a7bea01d2f" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_ff3760eda5244f4af68a24702c905e71.setContent(html_3d10f0a505c8db07b6eb95a7bea01d2f);
|
|
|
|
|
|
|
|
marker_14f6a1a9c417aa1d0a9a69c4c4c1b2ff.bindPopup(popup_ff3760eda5244f4af68a24702c905e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14f6a1a9c417aa1d0a9a69c4c4c1b2ff.setIcon(icon_e1547d47f3eef1b2439af22d769633bd);
|
|
|
|
|
|
var marker_7cf5d1a8884e6696132a6e2c5209985e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e4ba115752582238744bc55cfe219d68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d80d760da50125b8779322d1ef72558f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0a9e172e18c0f8043e937484e7a2bbc = $(`<div id="html_e0a9e172e18c0f8043e937484e7a2bbc" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_d80d760da50125b8779322d1ef72558f.setContent(html_e0a9e172e18c0f8043e937484e7a2bbc);
|
|
|
|
|
|
|
|
marker_7cf5d1a8884e6696132a6e2c5209985e.bindPopup(popup_d80d760da50125b8779322d1ef72558f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cf5d1a8884e6696132a6e2c5209985e.setIcon(icon_e4ba115752582238744bc55cfe219d68);
|
|
|
|
|
|
var marker_ff3571377891af61bcd39bed5c105f94 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_14967bf910b1d787c278a7d6f8f18b20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d244aae87bf2f47c7203281ed19cea37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a756ccc01d5b1fcb7cb4b370616e9b6 = $(`<div id="html_6a756ccc01d5b1fcb7cb4b370616e9b6" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_d244aae87bf2f47c7203281ed19cea37.setContent(html_6a756ccc01d5b1fcb7cb4b370616e9b6);
|
|
|
|
|
|
|
|
marker_ff3571377891af61bcd39bed5c105f94.bindPopup(popup_d244aae87bf2f47c7203281ed19cea37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff3571377891af61bcd39bed5c105f94.setIcon(icon_14967bf910b1d787c278a7d6f8f18b20);
|
|
|
|
|
|
var marker_11a81ab6b0264608e068543a38cfa4db = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_252d0c25eca0ab597c6fccda53e61a67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c03259cdc2d3a500650d2a2181506cb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8462f03c60ae6acb902968318d5aabdf = $(`<div id="html_8462f03c60ae6acb902968318d5aabdf" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_c03259cdc2d3a500650d2a2181506cb5.setContent(html_8462f03c60ae6acb902968318d5aabdf);
|
|
|
|
|
|
|
|
marker_11a81ab6b0264608e068543a38cfa4db.bindPopup(popup_c03259cdc2d3a500650d2a2181506cb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11a81ab6b0264608e068543a38cfa4db.setIcon(icon_252d0c25eca0ab597c6fccda53e61a67);
|
|
|
|
|
|
var marker_5d4df5481919da5beff4d7e9214d91dc = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8433596f5052ee8590c309537853e597 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_824d9ac82965eb629f6d3ce66658340b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16c427a7c16eaccb38a585dc84663688 = $(`<div id="html_16c427a7c16eaccb38a585dc84663688" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_824d9ac82965eb629f6d3ce66658340b.setContent(html_16c427a7c16eaccb38a585dc84663688);
|
|
|
|
|
|
|
|
marker_5d4df5481919da5beff4d7e9214d91dc.bindPopup(popup_824d9ac82965eb629f6d3ce66658340b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d4df5481919da5beff4d7e9214d91dc.setIcon(icon_8433596f5052ee8590c309537853e597);
|
|
|
|
|
|
var marker_0f6f5c980289edaa5a9b31b3f12c7bcb = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f175d5e136ac9bc221aea62c39e1fcf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55989d9dc0c1680ce59a8622d6e8ca17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67cdf4411da3a3a269ab2bc2e5d4de68 = $(`<div id="html_67cdf4411da3a3a269ab2bc2e5d4de68" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_55989d9dc0c1680ce59a8622d6e8ca17.setContent(html_67cdf4411da3a3a269ab2bc2e5d4de68);
|
|
|
|
|
|
|
|
marker_0f6f5c980289edaa5a9b31b3f12c7bcb.bindPopup(popup_55989d9dc0c1680ce59a8622d6e8ca17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f6f5c980289edaa5a9b31b3f12c7bcb.setIcon(icon_f175d5e136ac9bc221aea62c39e1fcf2);
|
|
|
|
|
|
var marker_e18fa44843f44056909a2c6d945b4670 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d7b3196f855d9d7b7c6f35296f64a936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_282968a667bbcd312ef90518bdb34418 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66fd6f525a4c1e71e16c19f325645558 = $(`<div id="html_66fd6f525a4c1e71e16c19f325645558" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_282968a667bbcd312ef90518bdb34418.setContent(html_66fd6f525a4c1e71e16c19f325645558);
|
|
|
|
|
|
|
|
marker_e18fa44843f44056909a2c6d945b4670.bindPopup(popup_282968a667bbcd312ef90518bdb34418)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e18fa44843f44056909a2c6d945b4670.setIcon(icon_d7b3196f855d9d7b7c6f35296f64a936);
|
|
|
|
|
|
var marker_f193dcbe6095d537cc1cd3a519c9ef7c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ff8b443db3cc88690c8eaffba7121c19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccdc9ca2a7e86829815eba3e9db8d64a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c86ddf7427615a4e08318d42edbb432 = $(`<div id="html_5c86ddf7427615a4e08318d42edbb432" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_ccdc9ca2a7e86829815eba3e9db8d64a.setContent(html_5c86ddf7427615a4e08318d42edbb432);
|
|
|
|
|
|
|
|
marker_f193dcbe6095d537cc1cd3a519c9ef7c.bindPopup(popup_ccdc9ca2a7e86829815eba3e9db8d64a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f193dcbe6095d537cc1cd3a519c9ef7c.setIcon(icon_ff8b443db3cc88690c8eaffba7121c19);
|
|
|
|
|
|
var marker_75256a1d6b71c5028841593a4cfedfbe = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_72d308359579e10d79450e44e2e51224 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afd652800b70b69ebc26d824b5f35ff5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf6e53b90f995cfa6b149af1c6c3e5bb = $(`<div id="html_cf6e53b90f995cfa6b149af1c6c3e5bb" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_afd652800b70b69ebc26d824b5f35ff5.setContent(html_cf6e53b90f995cfa6b149af1c6c3e5bb);
|
|
|
|
|
|
|
|
marker_75256a1d6b71c5028841593a4cfedfbe.bindPopup(popup_afd652800b70b69ebc26d824b5f35ff5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75256a1d6b71c5028841593a4cfedfbe.setIcon(icon_72d308359579e10d79450e44e2e51224);
|
|
|
|
|
|
var marker_8a00710adae6e9d45af2cbe80038d3fc = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_db438330e53d6a140e34f4334fa6cd0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f933992b44c45cef2fcb933a45501e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_676fe953c7e0f9067fde7bd82d121d06 = $(`<div id="html_676fe953c7e0f9067fde7bd82d121d06" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_7f933992b44c45cef2fcb933a45501e4.setContent(html_676fe953c7e0f9067fde7bd82d121d06);
|
|
|
|
|
|
|
|
marker_8a00710adae6e9d45af2cbe80038d3fc.bindPopup(popup_7f933992b44c45cef2fcb933a45501e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a00710adae6e9d45af2cbe80038d3fc.setIcon(icon_db438330e53d6a140e34f4334fa6cd0b);
|
|
|
|
|
|
var marker_93fea409d40d48e447a5a1898d89d4e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_60774e43264cdae4c2b79b2cc101626d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c631474d2973e05199940304f7ac6db8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1db2decf51e511f72045e0c4e6299a00 = $(`<div id="html_1db2decf51e511f72045e0c4e6299a00" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_c631474d2973e05199940304f7ac6db8.setContent(html_1db2decf51e511f72045e0c4e6299a00);
|
|
|
|
|
|
|
|
marker_93fea409d40d48e447a5a1898d89d4e6.bindPopup(popup_c631474d2973e05199940304f7ac6db8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93fea409d40d48e447a5a1898d89d4e6.setIcon(icon_60774e43264cdae4c2b79b2cc101626d);
|
|
|
|
|
|
var marker_ed4f99e33456d1d7b6a54d1c07e0ad25 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3ccef093f4a65cb24b981fa3f0a2c74d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f116bb827d24bf352b59ea166bdc208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0dfa4c8bafcb18f93698ef6566147a3 = $(`<div id="html_f0dfa4c8bafcb18f93698ef6566147a3" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_8f116bb827d24bf352b59ea166bdc208.setContent(html_f0dfa4c8bafcb18f93698ef6566147a3);
|
|
|
|
|
|
|
|
marker_ed4f99e33456d1d7b6a54d1c07e0ad25.bindPopup(popup_8f116bb827d24bf352b59ea166bdc208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed4f99e33456d1d7b6a54d1c07e0ad25.setIcon(icon_3ccef093f4a65cb24b981fa3f0a2c74d);
|
|
|
|
|
|
var marker_8c8c5527c4687e0891fc5357a8e908e4 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_9b13dac4359b2249f7aac5ce96a7bed1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9ca59d41250b9590b5c2a3edd749721 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bc3ea7a6b5971664f101a16f5bf3155 = $(`<div id="html_3bc3ea7a6b5971664f101a16f5bf3155" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_b9ca59d41250b9590b5c2a3edd749721.setContent(html_3bc3ea7a6b5971664f101a16f5bf3155);
|
|
|
|
|
|
|
|
marker_8c8c5527c4687e0891fc5357a8e908e4.bindPopup(popup_b9ca59d41250b9590b5c2a3edd749721)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c8c5527c4687e0891fc5357a8e908e4.setIcon(icon_9b13dac4359b2249f7aac5ce96a7bed1);
|
|
|
|
|
|
var marker_235ca264c967bfd147f76d9d5625aa11 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_54d04d88f9887ef5acdd1f2b3057d862 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd1e60b7490cbec4c5404cd64c5d6c2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f231a80587d98c5887fc7e2b8d7e0c37 = $(`<div id="html_f231a80587d98c5887fc7e2b8d7e0c37" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_bd1e60b7490cbec4c5404cd64c5d6c2e.setContent(html_f231a80587d98c5887fc7e2b8d7e0c37);
|
|
|
|
|
|
|
|
marker_235ca264c967bfd147f76d9d5625aa11.bindPopup(popup_bd1e60b7490cbec4c5404cd64c5d6c2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_235ca264c967bfd147f76d9d5625aa11.setIcon(icon_54d04d88f9887ef5acdd1f2b3057d862);
|
|
|
|
|
|
var marker_7678c2c2a7f6effcd3f98d95fe83e3e5 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f39b7672445b40400ffdcd97453f3b14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e74cebb49fc75eb3608a19e8ae259a84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f26a575901245c51fb6f8a541e38ef41 = $(`<div id="html_f26a575901245c51fb6f8a541e38ef41" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_e74cebb49fc75eb3608a19e8ae259a84.setContent(html_f26a575901245c51fb6f8a541e38ef41);
|
|
|
|
|
|
|
|
marker_7678c2c2a7f6effcd3f98d95fe83e3e5.bindPopup(popup_e74cebb49fc75eb3608a19e8ae259a84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7678c2c2a7f6effcd3f98d95fe83e3e5.setIcon(icon_f39b7672445b40400ffdcd97453f3b14);
|
|
|
|
|
|
var marker_4a87b1774e0428a913c92f3343b073d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4873f16e6321b76d31f82bb61fb67e14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20406cd8910965abc2c9af080dbe9d5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ef5ad49acc81c8fff36dc11714d80be = $(`<div id="html_2ef5ad49acc81c8fff36dc11714d80be" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_20406cd8910965abc2c9af080dbe9d5b.setContent(html_2ef5ad49acc81c8fff36dc11714d80be);
|
|
|
|
|
|
|
|
marker_4a87b1774e0428a913c92f3343b073d3.bindPopup(popup_20406cd8910965abc2c9af080dbe9d5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a87b1774e0428a913c92f3343b073d3.setIcon(icon_4873f16e6321b76d31f82bb61fb67e14);
|
|
|
|
|
|
var marker_a622fd96db132c0b373cf46db00d7748 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_27260fe3fcf58eacd894de168a56237a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f8c72251a24587f4f110556dfba429d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be6625626339bd807b8aef2dfeac1916 = $(`<div id="html_be6625626339bd807b8aef2dfeac1916" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_1f8c72251a24587f4f110556dfba429d.setContent(html_be6625626339bd807b8aef2dfeac1916);
|
|
|
|
|
|
|
|
marker_a622fd96db132c0b373cf46db00d7748.bindPopup(popup_1f8c72251a24587f4f110556dfba429d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a622fd96db132c0b373cf46db00d7748.setIcon(icon_27260fe3fcf58eacd894de168a56237a);
|
|
|
|
|
|
var marker_777de5b780be9cef1e409125d8a25aeb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1f0774deb6d9d50a68b31e506a389c51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c26fb8553e64a20b2385944b4791869 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb6217ef332c6c6847d921064be2bef5 = $(`<div id="html_fb6217ef332c6c6847d921064be2bef5" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_4c26fb8553e64a20b2385944b4791869.setContent(html_fb6217ef332c6c6847d921064be2bef5);
|
|
|
|
|
|
|
|
marker_777de5b780be9cef1e409125d8a25aeb.bindPopup(popup_4c26fb8553e64a20b2385944b4791869)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_777de5b780be9cef1e409125d8a25aeb.setIcon(icon_1f0774deb6d9d50a68b31e506a389c51);
|
|
|
|
|
|
var marker_82155a9613763595a92185a891cc3fba = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b53070a5db0f0e48df3eab7b445aea35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d80dd6d51c8e363122bccfbf81dfb14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67184349222af36e8b7f41b78f59596b = $(`<div id="html_67184349222af36e8b7f41b78f59596b" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_3d80dd6d51c8e363122bccfbf81dfb14.setContent(html_67184349222af36e8b7f41b78f59596b);
|
|
|
|
|
|
|
|
marker_82155a9613763595a92185a891cc3fba.bindPopup(popup_3d80dd6d51c8e363122bccfbf81dfb14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82155a9613763595a92185a891cc3fba.setIcon(icon_b53070a5db0f0e48df3eab7b445aea35);
|
|
|
|
|
|
var marker_d72b955d991f72c907ba3e0285326246 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_bab0fa95940f88237d43ef134c6fee52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb4298721f2a56f0d1cba95831b9b7ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7983c2debf567500bc6f7e4ff07ed98 = $(`<div id="html_d7983c2debf567500bc6f7e4ff07ed98" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_cb4298721f2a56f0d1cba95831b9b7ee.setContent(html_d7983c2debf567500bc6f7e4ff07ed98);
|
|
|
|
|
|
|
|
marker_d72b955d991f72c907ba3e0285326246.bindPopup(popup_cb4298721f2a56f0d1cba95831b9b7ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d72b955d991f72c907ba3e0285326246.setIcon(icon_bab0fa95940f88237d43ef134c6fee52);
|
|
|
|
|
|
var marker_447fa92b98895a10f4041c5f20b1d030 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_88c1fcbd2f72b2279ae2792ffb074387 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7039c5245ccd4616aaf4e44f00a7df42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_443804362ffe69afd093221adcbf8c71 = $(`<div id="html_443804362ffe69afd093221adcbf8c71" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_7039c5245ccd4616aaf4e44f00a7df42.setContent(html_443804362ffe69afd093221adcbf8c71);
|
|
|
|
|
|
|
|
marker_447fa92b98895a10f4041c5f20b1d030.bindPopup(popup_7039c5245ccd4616aaf4e44f00a7df42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_447fa92b98895a10f4041c5f20b1d030.setIcon(icon_88c1fcbd2f72b2279ae2792ffb074387);
|
|
|
|
|
|
var marker_e7dd44ccb347741a4ec5c5d4cf0a858a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_002baea128f7c97e9759c79a6cf98da7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f03eb56bb54a7298b5ca23b2eadaad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35a037c978c815a491e38c30c9ff8ae8 = $(`<div id="html_35a037c978c815a491e38c30c9ff8ae8" style="width: 100.0%; height: 100.0%;">nostr.roundrockbitcoiners.com</div>`)[0];
|
|
popup_2f03eb56bb54a7298b5ca23b2eadaad8.setContent(html_35a037c978c815a491e38c30c9ff8ae8);
|
|
|
|
|
|
|
|
marker_e7dd44ccb347741a4ec5c5d4cf0a858a.bindPopup(popup_2f03eb56bb54a7298b5ca23b2eadaad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7dd44ccb347741a4ec5c5d4cf0a858a.setIcon(icon_002baea128f7c97e9759c79a6cf98da7);
|
|
|
|
|
|
var marker_f6f82f5e9b190c9b9c869f2e3e94855f = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_856d2624e791327c1f6932e59e2221d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e362e6fc427be25d8cdb4c12ef757e0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1e43dbebcdd268f33ee1a1bf071eb1a = $(`<div id="html_a1e43dbebcdd268f33ee1a1bf071eb1a" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_e362e6fc427be25d8cdb4c12ef757e0d.setContent(html_a1e43dbebcdd268f33ee1a1bf071eb1a);
|
|
|
|
|
|
|
|
marker_f6f82f5e9b190c9b9c869f2e3e94855f.bindPopup(popup_e362e6fc427be25d8cdb4c12ef757e0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6f82f5e9b190c9b9c869f2e3e94855f.setIcon(icon_856d2624e791327c1f6932e59e2221d9);
|
|
|
|
|
|
var marker_bf86f558d9b08c9d52f0bd529d1d8ff3 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_175518ce68c40244560be3cec55fed85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4309093e452e7acc15c9b07c00cc0ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d28b33b42c56dc67305e6ac7bdd78fa = $(`<div id="html_6d28b33b42c56dc67305e6ac7bdd78fa" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_c4309093e452e7acc15c9b07c00cc0ba.setContent(html_6d28b33b42c56dc67305e6ac7bdd78fa);
|
|
|
|
|
|
|
|
marker_bf86f558d9b08c9d52f0bd529d1d8ff3.bindPopup(popup_c4309093e452e7acc15c9b07c00cc0ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf86f558d9b08c9d52f0bd529d1d8ff3.setIcon(icon_175518ce68c40244560be3cec55fed85);
|
|
|
|
|
|
var marker_b56b332bc3e31f11eba842840692eb58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_071846657e6c011b919c2517f7fa7d51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28a704b3ec9070399f69844fbd8ba974 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69494e80d59af1f1c3ed129bdb123a46 = $(`<div id="html_69494e80d59af1f1c3ed129bdb123a46" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_28a704b3ec9070399f69844fbd8ba974.setContent(html_69494e80d59af1f1c3ed129bdb123a46);
|
|
|
|
|
|
|
|
marker_b56b332bc3e31f11eba842840692eb58.bindPopup(popup_28a704b3ec9070399f69844fbd8ba974)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b56b332bc3e31f11eba842840692eb58.setIcon(icon_071846657e6c011b919c2517f7fa7d51);
|
|
|
|
|
|
var marker_387b3762960aabdf62f320e93342f86f = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d904f37101b351dfb9e2902f6845330a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bc490932bd37356fb342de8b795b8a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a295c609e40285b2416251ab82aecf2e = $(`<div id="html_a295c609e40285b2416251ab82aecf2e" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_4bc490932bd37356fb342de8b795b8a3.setContent(html_a295c609e40285b2416251ab82aecf2e);
|
|
|
|
|
|
|
|
marker_387b3762960aabdf62f320e93342f86f.bindPopup(popup_4bc490932bd37356fb342de8b795b8a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_387b3762960aabdf62f320e93342f86f.setIcon(icon_d904f37101b351dfb9e2902f6845330a);
|
|
|
|
|
|
var marker_ae87ea25f7079beaf3f990c25d326fb7 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4aab5857f8de26bfda1675004be2919f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d32acec490da740682468dedbff054c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_652fa5f1c7f81609683934b2389ccb16 = $(`<div id="html_652fa5f1c7f81609683934b2389ccb16" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_d32acec490da740682468dedbff054c2.setContent(html_652fa5f1c7f81609683934b2389ccb16);
|
|
|
|
|
|
|
|
marker_ae87ea25f7079beaf3f990c25d326fb7.bindPopup(popup_d32acec490da740682468dedbff054c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae87ea25f7079beaf3f990c25d326fb7.setIcon(icon_4aab5857f8de26bfda1675004be2919f);
|
|
|
|
|
|
var marker_567f082954801eb1cdb042afdf19d6a4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5b9457b58e679b743bef1f0c05a4092a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c60e19986f78b00ac0d28181e8ae751d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa915abca0098cb439d14c16caa71196 = $(`<div id="html_fa915abca0098cb439d14c16caa71196" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_c60e19986f78b00ac0d28181e8ae751d.setContent(html_fa915abca0098cb439d14c16caa71196);
|
|
|
|
|
|
|
|
marker_567f082954801eb1cdb042afdf19d6a4.bindPopup(popup_c60e19986f78b00ac0d28181e8ae751d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_567f082954801eb1cdb042afdf19d6a4.setIcon(icon_5b9457b58e679b743bef1f0c05a4092a);
|
|
|
|
|
|
var marker_94960f87d29ea17eddadc74161fb1f9c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6032cb5f47fd492cf7d5348ca387a279 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0ad5b97f72e183987f1f78f57cce3ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e00236d1de820e9f3defa2744a44558 = $(`<div id="html_0e00236d1de820e9f3defa2744a44558" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_f0ad5b97f72e183987f1f78f57cce3ef.setContent(html_0e00236d1de820e9f3defa2744a44558);
|
|
|
|
|
|
|
|
marker_94960f87d29ea17eddadc74161fb1f9c.bindPopup(popup_f0ad5b97f72e183987f1f78f57cce3ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94960f87d29ea17eddadc74161fb1f9c.setIcon(icon_6032cb5f47fd492cf7d5348ca387a279);
|
|
|
|
|
|
var marker_73bcbd0c3355fa20e15ffefa967f26a7 = L.marker(
|
|
[43.663, -70.2569],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_28a0add1a00405eabc89037a7a7baa0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ab21ead85f8814f2365ff0b441257d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_491d6d0f73bb591740048e663d1f4698 = $(`<div id="html_491d6d0f73bb591740048e663d1f4698" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_7ab21ead85f8814f2365ff0b441257d8.setContent(html_491d6d0f73bb591740048e663d1f4698);
|
|
|
|
|
|
|
|
marker_73bcbd0c3355fa20e15ffefa967f26a7.bindPopup(popup_7ab21ead85f8814f2365ff0b441257d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73bcbd0c3355fa20e15ffefa967f26a7.setIcon(icon_28a0add1a00405eabc89037a7a7baa0c);
|
|
|
|
|
|
var marker_b4fbf806e2a6cdfe53f429d15d2a3fef = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_884fc3be683a7c09b27bb998b894ea82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc9febcc28d63c07b83775d8a4601871 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8010d7d1095a425dc8e78d62c2c7cbce = $(`<div id="html_8010d7d1095a425dc8e78d62c2c7cbce" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_fc9febcc28d63c07b83775d8a4601871.setContent(html_8010d7d1095a425dc8e78d62c2c7cbce);
|
|
|
|
|
|
|
|
marker_b4fbf806e2a6cdfe53f429d15d2a3fef.bindPopup(popup_fc9febcc28d63c07b83775d8a4601871)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4fbf806e2a6cdfe53f429d15d2a3fef.setIcon(icon_884fc3be683a7c09b27bb998b894ea82);
|
|
|
|
|
|
var marker_3a6ba424a98b2eb99dc80c9c97774295 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ff82d755c5af237f04b0fed52f06057b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e14a9d66cd940b39f92aff512c6cce8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89ec26b781a40f95fab885424108e471 = $(`<div id="html_89ec26b781a40f95fab885424108e471" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_e14a9d66cd940b39f92aff512c6cce8b.setContent(html_89ec26b781a40f95fab885424108e471);
|
|
|
|
|
|
|
|
marker_3a6ba424a98b2eb99dc80c9c97774295.bindPopup(popup_e14a9d66cd940b39f92aff512c6cce8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a6ba424a98b2eb99dc80c9c97774295.setIcon(icon_ff82d755c5af237f04b0fed52f06057b);
|
|
|
|
|
|
var marker_0cd1babb09a74c1312b707c9dba54a62 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1590255bd2fec17d42d8db14831f92ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c25ca7267fc65c24cf4a4fce561d4a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f5903cc837fd43b4fcdce79434766d6 = $(`<div id="html_0f5903cc837fd43b4fcdce79434766d6" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_4c25ca7267fc65c24cf4a4fce561d4a7.setContent(html_0f5903cc837fd43b4fcdce79434766d6);
|
|
|
|
|
|
|
|
marker_0cd1babb09a74c1312b707c9dba54a62.bindPopup(popup_4c25ca7267fc65c24cf4a4fce561d4a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cd1babb09a74c1312b707c9dba54a62.setIcon(icon_1590255bd2fec17d42d8db14831f92ec);
|
|
|
|
|
|
var marker_7e5255aee1d00bad8077916837912c9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_fc3cd1c77df945443386598335d39e66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66979f4a83112f9aa2cb7d7bad03dcea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_253921e9d4d2a70ee9fbedca4fc71398 = $(`<div id="html_253921e9d4d2a70ee9fbedca4fc71398" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_66979f4a83112f9aa2cb7d7bad03dcea.setContent(html_253921e9d4d2a70ee9fbedca4fc71398);
|
|
|
|
|
|
|
|
marker_7e5255aee1d00bad8077916837912c9f.bindPopup(popup_66979f4a83112f9aa2cb7d7bad03dcea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e5255aee1d00bad8077916837912c9f.setIcon(icon_fc3cd1c77df945443386598335d39e66);
|
|
|
|
|
|
var marker_3087428a5d3a57aa9a286d0846e4b12f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ff5c0e3650d7d32be318244848a122a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eada7f4bb939e96b2066a3cb483ad026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09a6d5d1d01c7e7a6e8f051aa36c0b88 = $(`<div id="html_09a6d5d1d01c7e7a6e8f051aa36c0b88" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_eada7f4bb939e96b2066a3cb483ad026.setContent(html_09a6d5d1d01c7e7a6e8f051aa36c0b88);
|
|
|
|
|
|
|
|
marker_3087428a5d3a57aa9a286d0846e4b12f.bindPopup(popup_eada7f4bb939e96b2066a3cb483ad026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3087428a5d3a57aa9a286d0846e4b12f.setIcon(icon_ff5c0e3650d7d32be318244848a122a9);
|
|
|
|
|
|
var marker_1de10c7dc6ef7d60e8b5f33275ad4b75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_433bd55bb9217aab30b65be63600d2e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a638fb8b050ee75af3b8584306f4e496 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13bea46f1bf0f77fa9e280ae2256d0e5 = $(`<div id="html_13bea46f1bf0f77fa9e280ae2256d0e5" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_a638fb8b050ee75af3b8584306f4e496.setContent(html_13bea46f1bf0f77fa9e280ae2256d0e5);
|
|
|
|
|
|
|
|
marker_1de10c7dc6ef7d60e8b5f33275ad4b75.bindPopup(popup_a638fb8b050ee75af3b8584306f4e496)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1de10c7dc6ef7d60e8b5f33275ad4b75.setIcon(icon_433bd55bb9217aab30b65be63600d2e9);
|
|
|
|
|
|
var marker_9818f0ea0010774285d56b84ed42d28c = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ddcdad82647830910c2aa226f2986a4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e47647fbf01c680935720e27384b180 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68d4a11aefe3edc04d7f70c7f4db0c66 = $(`<div id="html_68d4a11aefe3edc04d7f70c7f4db0c66" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_8e47647fbf01c680935720e27384b180.setContent(html_68d4a11aefe3edc04d7f70c7f4db0c66);
|
|
|
|
|
|
|
|
marker_9818f0ea0010774285d56b84ed42d28c.bindPopup(popup_8e47647fbf01c680935720e27384b180)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9818f0ea0010774285d56b84ed42d28c.setIcon(icon_ddcdad82647830910c2aa226f2986a4a);
|
|
|
|
|
|
var marker_7c62bdb6c794cd7e3eb2e0df0ad5616e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_57977ac5e8679ef947bb48d3817bd61d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ff203dd168a44dd9257f7f39e25ed3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e364797f2369197184b7fefae4383c6 = $(`<div id="html_8e364797f2369197184b7fefae4383c6" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_7ff203dd168a44dd9257f7f39e25ed3a.setContent(html_8e364797f2369197184b7fefae4383c6);
|
|
|
|
|
|
|
|
marker_7c62bdb6c794cd7e3eb2e0df0ad5616e.bindPopup(popup_7ff203dd168a44dd9257f7f39e25ed3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c62bdb6c794cd7e3eb2e0df0ad5616e.setIcon(icon_57977ac5e8679ef947bb48d3817bd61d);
|
|
|
|
|
|
var marker_5c8bb796a75e74eac7feeeeb9d4549f2 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e98679997db15a6e02abf498c18b1d88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecf5b69736981cc475e1c6508b19dbc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5c10f4f57ca19554298a931e0889050 = $(`<div id="html_b5c10f4f57ca19554298a931e0889050" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_ecf5b69736981cc475e1c6508b19dbc0.setContent(html_b5c10f4f57ca19554298a931e0889050);
|
|
|
|
|
|
|
|
marker_5c8bb796a75e74eac7feeeeb9d4549f2.bindPopup(popup_ecf5b69736981cc475e1c6508b19dbc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c8bb796a75e74eac7feeeeb9d4549f2.setIcon(icon_e98679997db15a6e02abf498c18b1d88);
|
|
|
|
|
|
var marker_50e305d79ccfb8c9abc26e7887135558 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f86c414c90d5b3f89ccf9446c9e003fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8fbe72a7dfa758e582fbab18da0e79a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_937001dce58e1f614cdc40af9699f451 = $(`<div id="html_937001dce58e1f614cdc40af9699f451" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_f8fbe72a7dfa758e582fbab18da0e79a.setContent(html_937001dce58e1f614cdc40af9699f451);
|
|
|
|
|
|
|
|
marker_50e305d79ccfb8c9abc26e7887135558.bindPopup(popup_f8fbe72a7dfa758e582fbab18da0e79a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50e305d79ccfb8c9abc26e7887135558.setIcon(icon_f86c414c90d5b3f89ccf9446c9e003fa);
|
|
|
|
|
|
var marker_f455b5d33f4c9470e0282965fa581285 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b6972e2849b37e779579346439c10054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2956d1fdedebbc6d42acfe5f46f50fc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bffd32965d8d4a0f4769c7430924e3e0 = $(`<div id="html_bffd32965d8d4a0f4769c7430924e3e0" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_2956d1fdedebbc6d42acfe5f46f50fc2.setContent(html_bffd32965d8d4a0f4769c7430924e3e0);
|
|
|
|
|
|
|
|
marker_f455b5d33f4c9470e0282965fa581285.bindPopup(popup_2956d1fdedebbc6d42acfe5f46f50fc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f455b5d33f4c9470e0282965fa581285.setIcon(icon_b6972e2849b37e779579346439c10054);
|
|
|
|
|
|
var marker_7a218d45d5a87f274da066233ce6adc9 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_07ba7c0186ac530a014f28540352c3f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23d58d5f1ba46664cc58ad3e718ad9c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd689e9a3bd75e73a842ff7db34bbeeb = $(`<div id="html_bd689e9a3bd75e73a842ff7db34bbeeb" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_23d58d5f1ba46664cc58ad3e718ad9c7.setContent(html_bd689e9a3bd75e73a842ff7db34bbeeb);
|
|
|
|
|
|
|
|
marker_7a218d45d5a87f274da066233ce6adc9.bindPopup(popup_23d58d5f1ba46664cc58ad3e718ad9c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a218d45d5a87f274da066233ce6adc9.setIcon(icon_07ba7c0186ac530a014f28540352c3f1);
|
|
|
|
|
|
var marker_524c2d3f4d48545ff4cb3f50c537db34 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8bd811c85936d0848f171fe33e39fb75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_107d2ce8f82f46e3a8ecbddf84410401 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f37f97657162b6a9abae879e17506046 = $(`<div id="html_f37f97657162b6a9abae879e17506046" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_107d2ce8f82f46e3a8ecbddf84410401.setContent(html_f37f97657162b6a9abae879e17506046);
|
|
|
|
|
|
|
|
marker_524c2d3f4d48545ff4cb3f50c537db34.bindPopup(popup_107d2ce8f82f46e3a8ecbddf84410401)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_524c2d3f4d48545ff4cb3f50c537db34.setIcon(icon_8bd811c85936d0848f171fe33e39fb75);
|
|
|
|
|
|
var marker_9549b588cb7ef5cc299007eb180c0006 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_75faf9007e7f57ba90e83eb46894cb16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c18fcd2d95189d8cfdf8f4dc82ba812 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cb2e72c65aa1ad80f1338081a40c5fb = $(`<div id="html_6cb2e72c65aa1ad80f1338081a40c5fb" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_9c18fcd2d95189d8cfdf8f4dc82ba812.setContent(html_6cb2e72c65aa1ad80f1338081a40c5fb);
|
|
|
|
|
|
|
|
marker_9549b588cb7ef5cc299007eb180c0006.bindPopup(popup_9c18fcd2d95189d8cfdf8f4dc82ba812)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9549b588cb7ef5cc299007eb180c0006.setIcon(icon_75faf9007e7f57ba90e83eb46894cb16);
|
|
|
|
|
|
var marker_542d629b598e0ddeae5ce432c1c28b11 = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6f304cb3132feb92619b2557d9b2b76a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2acb85e1d8b197991dea4f4124c2df6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f1da82d76a8318f1347b92a1800b9be = $(`<div id="html_0f1da82d76a8318f1347b92a1800b9be" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_a2acb85e1d8b197991dea4f4124c2df6.setContent(html_0f1da82d76a8318f1347b92a1800b9be);
|
|
|
|
|
|
|
|
marker_542d629b598e0ddeae5ce432c1c28b11.bindPopup(popup_a2acb85e1d8b197991dea4f4124c2df6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_542d629b598e0ddeae5ce432c1c28b11.setIcon(icon_6f304cb3132feb92619b2557d9b2b76a);
|
|
|
|
|
|
var marker_60a27e52bd786c6641ece89490de056f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d4b6b1badef93d1f7ca435a95d04d3e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8d9dd7743f0e0783a15c089f9639157 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ede2657365e82ac851fb0124d6d7b14d = $(`<div id="html_ede2657365e82ac851fb0124d6d7b14d" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_e8d9dd7743f0e0783a15c089f9639157.setContent(html_ede2657365e82ac851fb0124d6d7b14d);
|
|
|
|
|
|
|
|
marker_60a27e52bd786c6641ece89490de056f.bindPopup(popup_e8d9dd7743f0e0783a15c089f9639157)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60a27e52bd786c6641ece89490de056f.setIcon(icon_d4b6b1badef93d1f7ca435a95d04d3e8);
|
|
|
|
|
|
var marker_0dcabee010b3c8c6e368b9e08b76947d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c9b8bcf579ba7f1e9dcd45bb21679dd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35d0c0c4cc5b91fbc9a6eeecbafccd1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_132044f03a79976de447e7975ab61c15 = $(`<div id="html_132044f03a79976de447e7975ab61c15" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_35d0c0c4cc5b91fbc9a6eeecbafccd1f.setContent(html_132044f03a79976de447e7975ab61c15);
|
|
|
|
|
|
|
|
marker_0dcabee010b3c8c6e368b9e08b76947d.bindPopup(popup_35d0c0c4cc5b91fbc9a6eeecbafccd1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dcabee010b3c8c6e368b9e08b76947d.setIcon(icon_c9b8bcf579ba7f1e9dcd45bb21679dd3);
|
|
|
|
|
|
var marker_de611cab57afcfbb83565a67c9125290 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_a0dfb0d1c2467ba375365626c7403f75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0470d7395562d42e0c776badaff31fc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_792ad0bee4bab5e387f87667a6aa3b85 = $(`<div id="html_792ad0bee4bab5e387f87667a6aa3b85" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_0470d7395562d42e0c776badaff31fc0.setContent(html_792ad0bee4bab5e387f87667a6aa3b85);
|
|
|
|
|
|
|
|
marker_de611cab57afcfbb83565a67c9125290.bindPopup(popup_0470d7395562d42e0c776badaff31fc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de611cab57afcfbb83565a67c9125290.setIcon(icon_a0dfb0d1c2467ba375365626c7403f75);
|
|
|
|
|
|
var marker_01571b5bcb57c54a74eecb825729ffb6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8a03a7beedcabbeb1bad4d4dccdbfddb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c3e6f371099df83a5bdf8b10990444d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0169f632943aa267be927c47ae8af631 = $(`<div id="html_0169f632943aa267be927c47ae8af631" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_3c3e6f371099df83a5bdf8b10990444d.setContent(html_0169f632943aa267be927c47ae8af631);
|
|
|
|
|
|
|
|
marker_01571b5bcb57c54a74eecb825729ffb6.bindPopup(popup_3c3e6f371099df83a5bdf8b10990444d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01571b5bcb57c54a74eecb825729ffb6.setIcon(icon_8a03a7beedcabbeb1bad4d4dccdbfddb);
|
|
|
|
|
|
var marker_02642588b1bbf19dee797c4deb2c10f1 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0ac0c2c68627625960ccc5b9646992d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b575f4ad8d8f1f9ecc4b1779c3893405 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9184005724a6a5a6caca9f963d4e2d47 = $(`<div id="html_9184005724a6a5a6caca9f963d4e2d47" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_b575f4ad8d8f1f9ecc4b1779c3893405.setContent(html_9184005724a6a5a6caca9f963d4e2d47);
|
|
|
|
|
|
|
|
marker_02642588b1bbf19dee797c4deb2c10f1.bindPopup(popup_b575f4ad8d8f1f9ecc4b1779c3893405)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02642588b1bbf19dee797c4deb2c10f1.setIcon(icon_0ac0c2c68627625960ccc5b9646992d8);
|
|
|
|
|
|
var marker_73ac46ce632efbf42d4cfb344baa9a52 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d953514aa0d24f154b38e02c111a6796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_850c466bc8ffc881c6980a3eaf2ecf0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_061bcd3ee5bc28a71a3d1e15ae255393 = $(`<div id="html_061bcd3ee5bc28a71a3d1e15ae255393" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_850c466bc8ffc881c6980a3eaf2ecf0f.setContent(html_061bcd3ee5bc28a71a3d1e15ae255393);
|
|
|
|
|
|
|
|
marker_73ac46ce632efbf42d4cfb344baa9a52.bindPopup(popup_850c466bc8ffc881c6980a3eaf2ecf0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73ac46ce632efbf42d4cfb344baa9a52.setIcon(icon_d953514aa0d24f154b38e02c111a6796);
|
|
|
|
|
|
var marker_be4fc78f23ef9d824cfe855a26ecf40b = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_90e796c733fbe4cbae4c5070685932b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24d1cf303235f099965d7f221ac7c601 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faac01a04140a536458a2783efc25392 = $(`<div id="html_faac01a04140a536458a2783efc25392" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_24d1cf303235f099965d7f221ac7c601.setContent(html_faac01a04140a536458a2783efc25392);
|
|
|
|
|
|
|
|
marker_be4fc78f23ef9d824cfe855a26ecf40b.bindPopup(popup_24d1cf303235f099965d7f221ac7c601)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be4fc78f23ef9d824cfe855a26ecf40b.setIcon(icon_90e796c733fbe4cbae4c5070685932b2);
|
|
|
|
|
|
var marker_f23948149cef7007842cc9a14e9f66e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5a03dc3082ca5432a945cd69ad9d1564 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5eed3dfc5d1d74aa666f8f0db637d37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccd9c569ed5b7439c4547709dd28a06d = $(`<div id="html_ccd9c569ed5b7439c4547709dd28a06d" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_c5eed3dfc5d1d74aa666f8f0db637d37.setContent(html_ccd9c569ed5b7439c4547709dd28a06d);
|
|
|
|
|
|
|
|
marker_f23948149cef7007842cc9a14e9f66e0.bindPopup(popup_c5eed3dfc5d1d74aa666f8f0db637d37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f23948149cef7007842cc9a14e9f66e0.setIcon(icon_5a03dc3082ca5432a945cd69ad9d1564);
|
|
|
|
|
|
var marker_a956e5af826c61d0c352d9f9c2bcebe7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_cf05d89471270b9d14ec3ee34be013ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17bdf355ad171ae153dae0d052b08a29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1a0202e282c18cd63bc7bb74f927a4a = $(`<div id="html_a1a0202e282c18cd63bc7bb74f927a4a" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_17bdf355ad171ae153dae0d052b08a29.setContent(html_a1a0202e282c18cd63bc7bb74f927a4a);
|
|
|
|
|
|
|
|
marker_a956e5af826c61d0c352d9f9c2bcebe7.bindPopup(popup_17bdf355ad171ae153dae0d052b08a29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a956e5af826c61d0c352d9f9c2bcebe7.setIcon(icon_cf05d89471270b9d14ec3ee34be013ed);
|
|
|
|
|
|
var marker_e84c1b7de2cea95303c3a1067d84a7b9 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e298c89c920e075a0d0b80d8dad5000f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49ce0b4b2c4ecf436ad11ec47068ce80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_443e523cd7bc25cc192864bb8d9ed663 = $(`<div id="html_443e523cd7bc25cc192864bb8d9ed663" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_49ce0b4b2c4ecf436ad11ec47068ce80.setContent(html_443e523cd7bc25cc192864bb8d9ed663);
|
|
|
|
|
|
|
|
marker_e84c1b7de2cea95303c3a1067d84a7b9.bindPopup(popup_49ce0b4b2c4ecf436ad11ec47068ce80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e84c1b7de2cea95303c3a1067d84a7b9.setIcon(icon_e298c89c920e075a0d0b80d8dad5000f);
|
|
|
|
|
|
var marker_81dc21c4c676957b5507d03460a24cc6 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c00a5dbe6c8e361a83898696a12867f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_750ab12e193233c04b4fad269e792383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5ed0f5a687384973d9f4ff5c897ae3b = $(`<div id="html_c5ed0f5a687384973d9f4ff5c897ae3b" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_750ab12e193233c04b4fad269e792383.setContent(html_c5ed0f5a687384973d9f4ff5c897ae3b);
|
|
|
|
|
|
|
|
marker_81dc21c4c676957b5507d03460a24cc6.bindPopup(popup_750ab12e193233c04b4fad269e792383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81dc21c4c676957b5507d03460a24cc6.setIcon(icon_c00a5dbe6c8e361a83898696a12867f4);
|
|
|
|
|
|
var marker_3aa2b954bb3031564bf16da6ee29c3f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_a8df3868f6c91709b91626574425d935 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45a32dedad96fc96dc52556a48e92dd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b793a6991010cf7b2943f10d4e18f14b = $(`<div id="html_b793a6991010cf7b2943f10d4e18f14b" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_45a32dedad96fc96dc52556a48e92dd9.setContent(html_b793a6991010cf7b2943f10d4e18f14b);
|
|
|
|
|
|
|
|
marker_3aa2b954bb3031564bf16da6ee29c3f2.bindPopup(popup_45a32dedad96fc96dc52556a48e92dd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3aa2b954bb3031564bf16da6ee29c3f2.setIcon(icon_a8df3868f6c91709b91626574425d935);
|
|
|
|
|
|
var marker_88addc2c69a96256a2a8f7cd14c3cede = L.marker(
|
|
[51.5121, -0.0005238],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4ae756c2f667fcd3625ca3c52a2983ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de96c4ec782eb97444e6b82ee1e6ce0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7142c48887e50e9440b80c74a5fb16e9 = $(`<div id="html_7142c48887e50e9440b80c74a5fb16e9" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_de96c4ec782eb97444e6b82ee1e6ce0a.setContent(html_7142c48887e50e9440b80c74a5fb16e9);
|
|
|
|
|
|
|
|
marker_88addc2c69a96256a2a8f7cd14c3cede.bindPopup(popup_de96c4ec782eb97444e6b82ee1e6ce0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88addc2c69a96256a2a8f7cd14c3cede.setIcon(icon_4ae756c2f667fcd3625ca3c52a2983ff);
|
|
|
|
|
|
var marker_23cb449652b455b9f05fe6ce98dd64da = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0686f7f7510b3e4b5c2654cb3c49c4cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acd3aa8b21231493935a63240ebe0a71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4905f724b779b3464b972da3f536a794 = $(`<div id="html_4905f724b779b3464b972da3f536a794" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_acd3aa8b21231493935a63240ebe0a71.setContent(html_4905f724b779b3464b972da3f536a794);
|
|
|
|
|
|
|
|
marker_23cb449652b455b9f05fe6ce98dd64da.bindPopup(popup_acd3aa8b21231493935a63240ebe0a71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23cb449652b455b9f05fe6ce98dd64da.setIcon(icon_0686f7f7510b3e4b5c2654cb3c49c4cd);
|
|
|
|
|
|
var marker_f420e91ffcd5d9f91b62fe96e6f3e0bb = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f0e8af08e8456285599e7ec14b009e34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ef91a20c53ec1503c6f26022d54e87a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1caad00f1a340e59014edcc1faeb2cf = $(`<div id="html_f1caad00f1a340e59014edcc1faeb2cf" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_7ef91a20c53ec1503c6f26022d54e87a.setContent(html_f1caad00f1a340e59014edcc1faeb2cf);
|
|
|
|
|
|
|
|
marker_f420e91ffcd5d9f91b62fe96e6f3e0bb.bindPopup(popup_7ef91a20c53ec1503c6f26022d54e87a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f420e91ffcd5d9f91b62fe96e6f3e0bb.setIcon(icon_f0e8af08e8456285599e7ec14b009e34);
|
|
|
|
|
|
var marker_a2b32e4b4b89ee804513e379dbadd916 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_24f98aeeca17f9dea44a1a59fa18f644 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e738501a0e3926bbf9d09ea22212991 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e96155b533f540aa102483bee9c8be9a = $(`<div id="html_e96155b533f540aa102483bee9c8be9a" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_4e738501a0e3926bbf9d09ea22212991.setContent(html_e96155b533f540aa102483bee9c8be9a);
|
|
|
|
|
|
|
|
marker_a2b32e4b4b89ee804513e379dbadd916.bindPopup(popup_4e738501a0e3926bbf9d09ea22212991)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2b32e4b4b89ee804513e379dbadd916.setIcon(icon_24f98aeeca17f9dea44a1a59fa18f644);
|
|
|
|
|
|
var marker_48fd8b46c83536e422dd6abb132ea4aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0a1b0f2c2fa8b5617225b980ee19dd2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_565f47783fb2c523853cda3f2373994c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70a7dfa2539e670cb1323e7b03d850a3 = $(`<div id="html_70a7dfa2539e670cb1323e7b03d850a3" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_565f47783fb2c523853cda3f2373994c.setContent(html_70a7dfa2539e670cb1323e7b03d850a3);
|
|
|
|
|
|
|
|
marker_48fd8b46c83536e422dd6abb132ea4aa.bindPopup(popup_565f47783fb2c523853cda3f2373994c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48fd8b46c83536e422dd6abb132ea4aa.setIcon(icon_0a1b0f2c2fa8b5617225b980ee19dd2c);
|
|
|
|
|
|
var marker_c836c65c6c88d582509bf51e8e73d9c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6de1d36f9469a7422adac525eb593b84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7e07dfdaeed0a2de6a717d601f5f401 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b5dcde47200273731edf980cc4e61b2 = $(`<div id="html_8b5dcde47200273731edf980cc4e61b2" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_d7e07dfdaeed0a2de6a717d601f5f401.setContent(html_8b5dcde47200273731edf980cc4e61b2);
|
|
|
|
|
|
|
|
marker_c836c65c6c88d582509bf51e8e73d9c1.bindPopup(popup_d7e07dfdaeed0a2de6a717d601f5f401)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c836c65c6c88d582509bf51e8e73d9c1.setIcon(icon_6de1d36f9469a7422adac525eb593b84);
|
|
|
|
|
|
var marker_04572fdcec6de5fa524ab021e99a6cbd = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_9e84446378d72e03f1685d60629d02b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efe7c5ed81caa29087c53b8598a3bd1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be2421271b07f8a421c8c2984032b8b0 = $(`<div id="html_be2421271b07f8a421c8c2984032b8b0" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_efe7c5ed81caa29087c53b8598a3bd1f.setContent(html_be2421271b07f8a421c8c2984032b8b0);
|
|
|
|
|
|
|
|
marker_04572fdcec6de5fa524ab021e99a6cbd.bindPopup(popup_efe7c5ed81caa29087c53b8598a3bd1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04572fdcec6de5fa524ab021e99a6cbd.setIcon(icon_9e84446378d72e03f1685d60629d02b2);
|
|
|
|
|
|
var marker_7aa5c606ae4ff19e14ae7aee504ab6fe = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e4b604c0873dc2ba5a8473b9f459c0a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1de3c0b45a3b91018d0dc0cdfeaf7ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c1c0b50e257abc104533f9a4c6c522d = $(`<div id="html_8c1c0b50e257abc104533f9a4c6c522d" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_a1de3c0b45a3b91018d0dc0cdfeaf7ad.setContent(html_8c1c0b50e257abc104533f9a4c6c522d);
|
|
|
|
|
|
|
|
marker_7aa5c606ae4ff19e14ae7aee504ab6fe.bindPopup(popup_a1de3c0b45a3b91018d0dc0cdfeaf7ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7aa5c606ae4ff19e14ae7aee504ab6fe.setIcon(icon_e4b604c0873dc2ba5a8473b9f459c0a3);
|
|
|
|
|
|
var marker_1fc2dcd6f65f85bdcea38c379335033e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1501f730e57dd08b515a2ee9309e8e8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10ae548222563077403ac521ea8aa0ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8176d5f560f9a4fc2db8a63848c97e6 = $(`<div id="html_e8176d5f560f9a4fc2db8a63848c97e6" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_10ae548222563077403ac521ea8aa0ef.setContent(html_e8176d5f560f9a4fc2db8a63848c97e6);
|
|
|
|
|
|
|
|
marker_1fc2dcd6f65f85bdcea38c379335033e.bindPopup(popup_10ae548222563077403ac521ea8aa0ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fc2dcd6f65f85bdcea38c379335033e.setIcon(icon_1501f730e57dd08b515a2ee9309e8e8c);
|
|
|
|
|
|
var marker_6ea91fedc717d73b987fbd0ede6779b9 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_bf50d52818b53e2e770e59e426b1a77a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc1a2609ba86edd2794cc21da59c406b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9de923f75c6c6006ee85a1294b13e91 = $(`<div id="html_f9de923f75c6c6006ee85a1294b13e91" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_fc1a2609ba86edd2794cc21da59c406b.setContent(html_f9de923f75c6c6006ee85a1294b13e91);
|
|
|
|
|
|
|
|
marker_6ea91fedc717d73b987fbd0ede6779b9.bindPopup(popup_fc1a2609ba86edd2794cc21da59c406b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ea91fedc717d73b987fbd0ede6779b9.setIcon(icon_bf50d52818b53e2e770e59e426b1a77a);
|
|
|
|
|
|
var marker_1fb2ce4348eb825f016627f9909a3f96 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5e62a70ce7d9e77691f2f96f6dbd9c42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9612658633d9284d1deb8f33c7bac97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4105d22299a59096f350a00c6126ed2 = $(`<div id="html_f4105d22299a59096f350a00c6126ed2" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_a9612658633d9284d1deb8f33c7bac97.setContent(html_f4105d22299a59096f350a00c6126ed2);
|
|
|
|
|
|
|
|
marker_1fb2ce4348eb825f016627f9909a3f96.bindPopup(popup_a9612658633d9284d1deb8f33c7bac97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fb2ce4348eb825f016627f9909a3f96.setIcon(icon_5e62a70ce7d9e77691f2f96f6dbd9c42);
|
|
|
|
|
|
var marker_305a2bf7b6f8cae8b98d41617e020796 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6dbc08be5be838f7842dca50af13f760 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c071cd737e4b71d604095b75888d71dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_906c6cf7ff767cc3056031debcbed9c2 = $(`<div id="html_906c6cf7ff767cc3056031debcbed9c2" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_c071cd737e4b71d604095b75888d71dd.setContent(html_906c6cf7ff767cc3056031debcbed9c2);
|
|
|
|
|
|
|
|
marker_305a2bf7b6f8cae8b98d41617e020796.bindPopup(popup_c071cd737e4b71d604095b75888d71dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_305a2bf7b6f8cae8b98d41617e020796.setIcon(icon_6dbc08be5be838f7842dca50af13f760);
|
|
|
|
|
|
var marker_7983c02d0f7bce0fb56eeebdf9b493fb = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6253aa20008d7041c24743f15026525f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44ab8ff8728c6e9edf5702e0bd28ae67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5049cd692dc190f24fff6262ad0a634c = $(`<div id="html_5049cd692dc190f24fff6262ad0a634c" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_44ab8ff8728c6e9edf5702e0bd28ae67.setContent(html_5049cd692dc190f24fff6262ad0a634c);
|
|
|
|
|
|
|
|
marker_7983c02d0f7bce0fb56eeebdf9b493fb.bindPopup(popup_44ab8ff8728c6e9edf5702e0bd28ae67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7983c02d0f7bce0fb56eeebdf9b493fb.setIcon(icon_6253aa20008d7041c24743f15026525f);
|
|
|
|
|
|
var marker_08697acb3cb5526bb4cda3194036a59b = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1489f89ae5c4974b26432e72c36ccc88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d379568872bc615a0e99d2b6cee3414 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8617daf7f4a4d194b2ec6fa8db03a8cb = $(`<div id="html_8617daf7f4a4d194b2ec6fa8db03a8cb" style="width: 100.0%; height: 100.0%;">relay.controller-ai.com</div>`)[0];
|
|
popup_4d379568872bc615a0e99d2b6cee3414.setContent(html_8617daf7f4a4d194b2ec6fa8db03a8cb);
|
|
|
|
|
|
|
|
marker_08697acb3cb5526bb4cda3194036a59b.bindPopup(popup_4d379568872bc615a0e99d2b6cee3414)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08697acb3cb5526bb4cda3194036a59b.setIcon(icon_1489f89ae5c4974b26432e72c36ccc88);
|
|
|
|
|
|
var marker_5e3599f93c5ec52269a4b8798e318f64 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_416cc90c6aadf736fda5d5890663c66a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_443f0028a2cc20d02b6b2d089b65d1bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e0d2287c87fde889cbdba00f3190c4c = $(`<div id="html_4e0d2287c87fde889cbdba00f3190c4c" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_443f0028a2cc20d02b6b2d089b65d1bb.setContent(html_4e0d2287c87fde889cbdba00f3190c4c);
|
|
|
|
|
|
|
|
marker_5e3599f93c5ec52269a4b8798e318f64.bindPopup(popup_443f0028a2cc20d02b6b2d089b65d1bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e3599f93c5ec52269a4b8798e318f64.setIcon(icon_416cc90c6aadf736fda5d5890663c66a);
|
|
|
|
|
|
var marker_18e01c78921dffeb2e578d2de7d6bc8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_308b827753416367622f583f2e0d2863 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62994c221c044a54afbee95e403ac966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c1ebc4348c74e1f106abd17d49eef73 = $(`<div id="html_7c1ebc4348c74e1f106abd17d49eef73" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_62994c221c044a54afbee95e403ac966.setContent(html_7c1ebc4348c74e1f106abd17d49eef73);
|
|
|
|
|
|
|
|
marker_18e01c78921dffeb2e578d2de7d6bc8e.bindPopup(popup_62994c221c044a54afbee95e403ac966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18e01c78921dffeb2e578d2de7d6bc8e.setIcon(icon_308b827753416367622f583f2e0d2863);
|
|
|
|
|
|
var marker_6178537802b7364f895edc11a2386ca5 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e56ab53357ff6d3bb5dcd269e74c38f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adbf2d8f2c3ae5e543520dd85d6d0a47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_351d8afa7a66042e9eaf5908f53a4b83 = $(`<div id="html_351d8afa7a66042e9eaf5908f53a4b83" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_adbf2d8f2c3ae5e543520dd85d6d0a47.setContent(html_351d8afa7a66042e9eaf5908f53a4b83);
|
|
|
|
|
|
|
|
marker_6178537802b7364f895edc11a2386ca5.bindPopup(popup_adbf2d8f2c3ae5e543520dd85d6d0a47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6178537802b7364f895edc11a2386ca5.setIcon(icon_e56ab53357ff6d3bb5dcd269e74c38f9);
|
|
|
|
|
|
var marker_015c22f88e6f72efcdd40cb50841eda1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b5f2dc1e75ac58129554760e9b8437b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b55b01ab03ad294e384e29401cdc32c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ad2797e991f94209206163c0d758382 = $(`<div id="html_2ad2797e991f94209206163c0d758382" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_b55b01ab03ad294e384e29401cdc32c9.setContent(html_2ad2797e991f94209206163c0d758382);
|
|
|
|
|
|
|
|
marker_015c22f88e6f72efcdd40cb50841eda1.bindPopup(popup_b55b01ab03ad294e384e29401cdc32c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_015c22f88e6f72efcdd40cb50841eda1.setIcon(icon_b5f2dc1e75ac58129554760e9b8437b7);
|
|
|
|
|
|
var marker_24c604723bb951aefe144657ef31219c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_bb9925b6046b52af826373e50a1d7973 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3f1d859432597831609c4abf7b2944d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25c143324000aeaf4ff400e525271360 = $(`<div id="html_25c143324000aeaf4ff400e525271360" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_c3f1d859432597831609c4abf7b2944d.setContent(html_25c143324000aeaf4ff400e525271360);
|
|
|
|
|
|
|
|
marker_24c604723bb951aefe144657ef31219c.bindPopup(popup_c3f1d859432597831609c4abf7b2944d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24c604723bb951aefe144657ef31219c.setIcon(icon_bb9925b6046b52af826373e50a1d7973);
|
|
|
|
|
|
var marker_3b709b4c9660ddc434fac694ad64efc3 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4c478e6dc475e0250fa2af57af436bab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4bd5238198a7af5e53b2855553884b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c499edef2df7644411e8e69403bcc558 = $(`<div id="html_c499edef2df7644411e8e69403bcc558" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_e4bd5238198a7af5e53b2855553884b8.setContent(html_c499edef2df7644411e8e69403bcc558);
|
|
|
|
|
|
|
|
marker_3b709b4c9660ddc434fac694ad64efc3.bindPopup(popup_e4bd5238198a7af5e53b2855553884b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b709b4c9660ddc434fac694ad64efc3.setIcon(icon_4c478e6dc475e0250fa2af57af436bab);
|
|
|
|
|
|
var marker_c78bf708eb77b87c97b1e8b3b6d9c056 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4b0005550e6a7ab7203bce03d2e99a40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_580a673c007a26d4a76f75fc358d4146 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7751a4b4066a2883e8ad30d3af3dbd89 = $(`<div id="html_7751a4b4066a2883e8ad30d3af3dbd89" style="width: 100.0%; height: 100.0%;">nostr.superfriends.online</div>`)[0];
|
|
popup_580a673c007a26d4a76f75fc358d4146.setContent(html_7751a4b4066a2883e8ad30d3af3dbd89);
|
|
|
|
|
|
|
|
marker_c78bf708eb77b87c97b1e8b3b6d9c056.bindPopup(popup_580a673c007a26d4a76f75fc358d4146)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c78bf708eb77b87c97b1e8b3b6d9c056.setIcon(icon_4b0005550e6a7ab7203bce03d2e99a40);
|
|
|
|
|
|
var marker_a23fd3051b2da9b5d4c213a65cc25344 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_bac112c3859ccc5d5c5b48fd2565fe30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a82436a920246851ed2b62e9228be02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61c2e9d9047744bfd41685beddce3afe = $(`<div id="html_61c2e9d9047744bfd41685beddce3afe" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_6a82436a920246851ed2b62e9228be02.setContent(html_61c2e9d9047744bfd41685beddce3afe);
|
|
|
|
|
|
|
|
marker_a23fd3051b2da9b5d4c213a65cc25344.bindPopup(popup_6a82436a920246851ed2b62e9228be02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a23fd3051b2da9b5d4c213a65cc25344.setIcon(icon_bac112c3859ccc5d5c5b48fd2565fe30);
|
|
|
|
|
|
var marker_28f11ea8dc860d78c6f0b338a03a0cec = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_095e1550f4758738c42ca3e58ed18e0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5b5285ba858a845c6eedd71cb3cefa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2d981480aacab53a9654322343c2222 = $(`<div id="html_e2d981480aacab53a9654322343c2222" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_f5b5285ba858a845c6eedd71cb3cefa0.setContent(html_e2d981480aacab53a9654322343c2222);
|
|
|
|
|
|
|
|
marker_28f11ea8dc860d78c6f0b338a03a0cec.bindPopup(popup_f5b5285ba858a845c6eedd71cb3cefa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28f11ea8dc860d78c6f0b338a03a0cec.setIcon(icon_095e1550f4758738c42ca3e58ed18e0b);
|
|
|
|
|
|
var marker_fa3d47c26f578dcaa87d4f3dc6865869 = L.marker(
|
|
[47.74, 12.0917],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_036ec251c616a76f5b4d1591d52ca50d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e555b33c6651d1365de3ac4f9407194 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfb15cb0b6e17a3f58694c8aae65658c = $(`<div id="html_dfb15cb0b6e17a3f58694c8aae65658c" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_4e555b33c6651d1365de3ac4f9407194.setContent(html_dfb15cb0b6e17a3f58694c8aae65658c);
|
|
|
|
|
|
|
|
marker_fa3d47c26f578dcaa87d4f3dc6865869.bindPopup(popup_4e555b33c6651d1365de3ac4f9407194)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa3d47c26f578dcaa87d4f3dc6865869.setIcon(icon_036ec251c616a76f5b4d1591d52ca50d);
|
|
|
|
|
|
var marker_4a4383838e4a4d2c58fb1d7c73e2b306 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0586e39ac6318c7e22b0e52a8a0c0ce4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65c11d5f0f6d7ce59fc80fa50cc31b65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c9528aac1266385ef2664491730eae6 = $(`<div id="html_4c9528aac1266385ef2664491730eae6" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_65c11d5f0f6d7ce59fc80fa50cc31b65.setContent(html_4c9528aac1266385ef2664491730eae6);
|
|
|
|
|
|
|
|
marker_4a4383838e4a4d2c58fb1d7c73e2b306.bindPopup(popup_65c11d5f0f6d7ce59fc80fa50cc31b65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a4383838e4a4d2c58fb1d7c73e2b306.setIcon(icon_0586e39ac6318c7e22b0e52a8a0c0ce4);
|
|
|
|
|
|
var marker_c57a3cc36e66b7374ba9653c9dec1682 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8bf892ca6a1ef090db729f8d5ff8abde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_208d724bec54c60fa1ef17a9892da1c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3013e3d33531ef43f71ed9f132e2c8b = $(`<div id="html_f3013e3d33531ef43f71ed9f132e2c8b" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_208d724bec54c60fa1ef17a9892da1c4.setContent(html_f3013e3d33531ef43f71ed9f132e2c8b);
|
|
|
|
|
|
|
|
marker_c57a3cc36e66b7374ba9653c9dec1682.bindPopup(popup_208d724bec54c60fa1ef17a9892da1c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c57a3cc36e66b7374ba9653c9dec1682.setIcon(icon_8bf892ca6a1ef090db729f8d5ff8abde);
|
|
|
|
|
|
var marker_ad5c0a64fe2714f45b69e061bb7f6f7e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_bbc5aee2057727d9ba9435932de10e36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f7ab7c5ba12023a1475f183c22243a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f79ff283aaa3042cda5ee403ab470ef = $(`<div id="html_9f79ff283aaa3042cda5ee403ab470ef" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_3f7ab7c5ba12023a1475f183c22243a3.setContent(html_9f79ff283aaa3042cda5ee403ab470ef);
|
|
|
|
|
|
|
|
marker_ad5c0a64fe2714f45b69e061bb7f6f7e.bindPopup(popup_3f7ab7c5ba12023a1475f183c22243a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad5c0a64fe2714f45b69e061bb7f6f7e.setIcon(icon_bbc5aee2057727d9ba9435932de10e36);
|
|
|
|
|
|
var marker_2bec3fb975f1bb15ae85d3aa2d67cc19 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_496405637308c041b9dc9c7e5a808cbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba5d88322d7de6a90cf161e50afa231a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11fbdc4b75fe62e0bb51a9d049d153c0 = $(`<div id="html_11fbdc4b75fe62e0bb51a9d049d153c0" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_ba5d88322d7de6a90cf161e50afa231a.setContent(html_11fbdc4b75fe62e0bb51a9d049d153c0);
|
|
|
|
|
|
|
|
marker_2bec3fb975f1bb15ae85d3aa2d67cc19.bindPopup(popup_ba5d88322d7de6a90cf161e50afa231a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bec3fb975f1bb15ae85d3aa2d67cc19.setIcon(icon_496405637308c041b9dc9c7e5a808cbb);
|
|
|
|
|
|
var marker_ff1e441d2458fe3774120a7be8c7b3e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5bb15c7be531c07ea03808db4dce415d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed61454c7e0062ff992ade55ca03e26f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3b12406630dc56dec2532489aeda3f4 = $(`<div id="html_b3b12406630dc56dec2532489aeda3f4" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_ed61454c7e0062ff992ade55ca03e26f.setContent(html_b3b12406630dc56dec2532489aeda3f4);
|
|
|
|
|
|
|
|
marker_ff1e441d2458fe3774120a7be8c7b3e2.bindPopup(popup_ed61454c7e0062ff992ade55ca03e26f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff1e441d2458fe3774120a7be8c7b3e2.setIcon(icon_5bb15c7be531c07ea03808db4dce415d);
|
|
|
|
|
|
var marker_d4b6b2860a1d9567747b26b2a1816d88 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_1570c97e4b39c9710c15c5f92a817dc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0dd39d1d26aba4d89da0f0a7fe1319f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ee1bff17cad06242b8d0157985de78b = $(`<div id="html_1ee1bff17cad06242b8d0157985de78b" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_e0dd39d1d26aba4d89da0f0a7fe1319f.setContent(html_1ee1bff17cad06242b8d0157985de78b);
|
|
|
|
|
|
|
|
marker_d4b6b2860a1d9567747b26b2a1816d88.bindPopup(popup_e0dd39d1d26aba4d89da0f0a7fe1319f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4b6b2860a1d9567747b26b2a1816d88.setIcon(icon_1570c97e4b39c9710c15c5f92a817dc3);
|
|
|
|
|
|
var marker_7011f3c6e9539e937b019284db4ff34a = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3a919ba25338fd72665c055f320957c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d67a2e51eada57da6c2d4f3c72a97584 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410f1f5815b4109c0be4d2cdf33c6244 = $(`<div id="html_410f1f5815b4109c0be4d2cdf33c6244" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_d67a2e51eada57da6c2d4f3c72a97584.setContent(html_410f1f5815b4109c0be4d2cdf33c6244);
|
|
|
|
|
|
|
|
marker_7011f3c6e9539e937b019284db4ff34a.bindPopup(popup_d67a2e51eada57da6c2d4f3c72a97584)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7011f3c6e9539e937b019284db4ff34a.setIcon(icon_3a919ba25338fd72665c055f320957c3);
|
|
|
|
|
|
var marker_49d8f8632bd3ecaffbdb0446869f87fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_2c3b1784785002627cd9e80d184f2ab3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_194364ecdb90440b4de92874b454a48b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58780a27de67e1ac44c53cb9b41acd83 = $(`<div id="html_58780a27de67e1ac44c53cb9b41acd83" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_194364ecdb90440b4de92874b454a48b.setContent(html_58780a27de67e1ac44c53cb9b41acd83);
|
|
|
|
|
|
|
|
marker_49d8f8632bd3ecaffbdb0446869f87fd.bindPopup(popup_194364ecdb90440b4de92874b454a48b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49d8f8632bd3ecaffbdb0446869f87fd.setIcon(icon_2c3b1784785002627cd9e80d184f2ab3);
|
|
|
|
|
|
var marker_650f480239215301a5618224405d61a6 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3446653d94767f87b66af2e939be9bde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1f96fc9c55847482c6e0a4cd3ff70ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_904038ed1983829a6e68ce02ca7a047d = $(`<div id="html_904038ed1983829a6e68ce02ca7a047d" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_f1f96fc9c55847482c6e0a4cd3ff70ca.setContent(html_904038ed1983829a6e68ce02ca7a047d);
|
|
|
|
|
|
|
|
marker_650f480239215301a5618224405d61a6.bindPopup(popup_f1f96fc9c55847482c6e0a4cd3ff70ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_650f480239215301a5618224405d61a6.setIcon(icon_3446653d94767f87b66af2e939be9bde);
|
|
|
|
|
|
var marker_a5fd99eebe580213e7722b8cde1b908e = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b2bc2978859921593b8048b812c1e718 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8dc6dd4f4f554c5d5a561923f1b631e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12f51910f7629bbd018f1dd571eacce9 = $(`<div id="html_12f51910f7629bbd018f1dd571eacce9" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_b8dc6dd4f4f554c5d5a561923f1b631e.setContent(html_12f51910f7629bbd018f1dd571eacce9);
|
|
|
|
|
|
|
|
marker_a5fd99eebe580213e7722b8cde1b908e.bindPopup(popup_b8dc6dd4f4f554c5d5a561923f1b631e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5fd99eebe580213e7722b8cde1b908e.setIcon(icon_b2bc2978859921593b8048b812c1e718);
|
|
|
|
|
|
var marker_af2058bd86d5d34024da785a8ff79cf2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0c315331d4ed7a08f305e17ec4de2fce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1ba76a32f3b3f6a455d94c5972a0d42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_459d5bc35328be31e09dffe19e4380cd = $(`<div id="html_459d5bc35328be31e09dffe19e4380cd" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_d1ba76a32f3b3f6a455d94c5972a0d42.setContent(html_459d5bc35328be31e09dffe19e4380cd);
|
|
|
|
|
|
|
|
marker_af2058bd86d5d34024da785a8ff79cf2.bindPopup(popup_d1ba76a32f3b3f6a455d94c5972a0d42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af2058bd86d5d34024da785a8ff79cf2.setIcon(icon_0c315331d4ed7a08f305e17ec4de2fce);
|
|
|
|
|
|
var marker_546222918dd0dc4da2a42c7f3243ec05 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6b6035588619c7b8122d152ba8483add = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59ef53d9c65a93ec65bb14ab729452a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c187c6b11416a30b5059608b2232171f = $(`<div id="html_c187c6b11416a30b5059608b2232171f" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_59ef53d9c65a93ec65bb14ab729452a8.setContent(html_c187c6b11416a30b5059608b2232171f);
|
|
|
|
|
|
|
|
marker_546222918dd0dc4da2a42c7f3243ec05.bindPopup(popup_59ef53d9c65a93ec65bb14ab729452a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_546222918dd0dc4da2a42c7f3243ec05.setIcon(icon_6b6035588619c7b8122d152ba8483add);
|
|
|
|
|
|
var marker_4bca087caddf92764d03e98d2c092ca5 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_930b8d7a0d4ce784d4936419e92f1bb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b25c3f12de2a665a8e7c9af270a40a25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dd051aadeabdf53d38c3e2503282daa = $(`<div id="html_9dd051aadeabdf53d38c3e2503282daa" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_b25c3f12de2a665a8e7c9af270a40a25.setContent(html_9dd051aadeabdf53d38c3e2503282daa);
|
|
|
|
|
|
|
|
marker_4bca087caddf92764d03e98d2c092ca5.bindPopup(popup_b25c3f12de2a665a8e7c9af270a40a25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bca087caddf92764d03e98d2c092ca5.setIcon(icon_930b8d7a0d4ce784d4936419e92f1bb8);
|
|
|
|
|
|
var marker_575a9b9b3c522c9f6e650058eff80be8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c9189dbdf453a8b905e70a3e1e10a580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b12ccc1b0cee56a65a868e1802cd0d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92e0c94ae4d60f1600788b26bc3d85e3 = $(`<div id="html_92e0c94ae4d60f1600788b26bc3d85e3" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_8b12ccc1b0cee56a65a868e1802cd0d9.setContent(html_92e0c94ae4d60f1600788b26bc3d85e3);
|
|
|
|
|
|
|
|
marker_575a9b9b3c522c9f6e650058eff80be8.bindPopup(popup_8b12ccc1b0cee56a65a868e1802cd0d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_575a9b9b3c522c9f6e650058eff80be8.setIcon(icon_c9189dbdf453a8b905e70a3e1e10a580);
|
|
|
|
|
|
var marker_0c31b738b3f719afc1b6f0e4b281ce3e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_bdff0965689bd65e64d8c35b586f6e3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32dc50d403ebe9bba4f5acca1bcf5e7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b27694a5972a9171aba74fa4291704d = $(`<div id="html_9b27694a5972a9171aba74fa4291704d" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_32dc50d403ebe9bba4f5acca1bcf5e7c.setContent(html_9b27694a5972a9171aba74fa4291704d);
|
|
|
|
|
|
|
|
marker_0c31b738b3f719afc1b6f0e4b281ce3e.bindPopup(popup_32dc50d403ebe9bba4f5acca1bcf5e7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c31b738b3f719afc1b6f0e4b281ce3e.setIcon(icon_bdff0965689bd65e64d8c35b586f6e3d);
|
|
|
|
|
|
var marker_2bde1fb67e6e8b8925779334db286fa4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6c5be7371e11682e91cc21f52a525ece = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99580287ad571657e686cff2aef6b64e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e92f82f92919b466ec79457155467303 = $(`<div id="html_e92f82f92919b466ec79457155467303" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_99580287ad571657e686cff2aef6b64e.setContent(html_e92f82f92919b466ec79457155467303);
|
|
|
|
|
|
|
|
marker_2bde1fb67e6e8b8925779334db286fa4.bindPopup(popup_99580287ad571657e686cff2aef6b64e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bde1fb67e6e8b8925779334db286fa4.setIcon(icon_6c5be7371e11682e91cc21f52a525ece);
|
|
|
|
|
|
var marker_08da9fce1755e7f7b449c1a5b71f7951 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_024ced788f6b01050ef78b2ca180771e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a8ebb33f20f22f6078b0ffe4e8c0b86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cdda6eeed6f337d3bc4e97f456e3eb6 = $(`<div id="html_7cdda6eeed6f337d3bc4e97f456e3eb6" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_3a8ebb33f20f22f6078b0ffe4e8c0b86.setContent(html_7cdda6eeed6f337d3bc4e97f456e3eb6);
|
|
|
|
|
|
|
|
marker_08da9fce1755e7f7b449c1a5b71f7951.bindPopup(popup_3a8ebb33f20f22f6078b0ffe4e8c0b86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08da9fce1755e7f7b449c1a5b71f7951.setIcon(icon_024ced788f6b01050ef78b2ca180771e);
|
|
|
|
|
|
var marker_00fa922ebd369f3b60c3ce33c3845bb8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0d21fdc0f0eefc5bcc27d89fad7f119b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03a0b04ef32ac7c0f05c1fab0e3846fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_074d3be08a7f37ed24c5f2b7039a334e = $(`<div id="html_074d3be08a7f37ed24c5f2b7039a334e" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_03a0b04ef32ac7c0f05c1fab0e3846fb.setContent(html_074d3be08a7f37ed24c5f2b7039a334e);
|
|
|
|
|
|
|
|
marker_00fa922ebd369f3b60c3ce33c3845bb8.bindPopup(popup_03a0b04ef32ac7c0f05c1fab0e3846fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00fa922ebd369f3b60c3ce33c3845bb8.setIcon(icon_0d21fdc0f0eefc5bcc27d89fad7f119b);
|
|
|
|
|
|
var marker_60b4bca32cebfbfc199cdad6ba021e20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_baa31fa2231734da798a65d859837ae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84b49a303b05b4da27ae06620ba8d6ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ada4482dd2b703277613553ff5e93bc = $(`<div id="html_1ada4482dd2b703277613553ff5e93bc" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_84b49a303b05b4da27ae06620ba8d6ea.setContent(html_1ada4482dd2b703277613553ff5e93bc);
|
|
|
|
|
|
|
|
marker_60b4bca32cebfbfc199cdad6ba021e20.bindPopup(popup_84b49a303b05b4da27ae06620ba8d6ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60b4bca32cebfbfc199cdad6ba021e20.setIcon(icon_baa31fa2231734da798a65d859837ae4);
|
|
|
|
|
|
var marker_015ee7accf837433df55c20a5c5f1d7c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d5af07dd1a32f25310ad27fac71a1b0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f57e5629d7fda8fd190e0d19402734a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d789e39c60f4a4a5d677b55e9508c8a = $(`<div id="html_7d789e39c60f4a4a5d677b55e9508c8a" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_3f57e5629d7fda8fd190e0d19402734a.setContent(html_7d789e39c60f4a4a5d677b55e9508c8a);
|
|
|
|
|
|
|
|
marker_015ee7accf837433df55c20a5c5f1d7c.bindPopup(popup_3f57e5629d7fda8fd190e0d19402734a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_015ee7accf837433df55c20a5c5f1d7c.setIcon(icon_d5af07dd1a32f25310ad27fac71a1b0d);
|
|
|
|
|
|
var marker_b2ebf3c8a9928143f3f83b22540b5fba = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c406ac335a8adc5dafd1cc4741e22fba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb10c8ae47988bf3f9c0a938c5744be5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94de4883a7fb486917b6ef04e62a661e = $(`<div id="html_94de4883a7fb486917b6ef04e62a661e" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_eb10c8ae47988bf3f9c0a938c5744be5.setContent(html_94de4883a7fb486917b6ef04e62a661e);
|
|
|
|
|
|
|
|
marker_b2ebf3c8a9928143f3f83b22540b5fba.bindPopup(popup_eb10c8ae47988bf3f9c0a938c5744be5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2ebf3c8a9928143f3f83b22540b5fba.setIcon(icon_c406ac335a8adc5dafd1cc4741e22fba);
|
|
|
|
|
|
var marker_233577bd6ead778153145d8d36fe68e4 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8caaf9c6f02d5d571a469968404eba51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cbf1c5c311a86b530159363d738d176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c625016495d029db90abc7ac07ba2f2 = $(`<div id="html_5c625016495d029db90abc7ac07ba2f2" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_3cbf1c5c311a86b530159363d738d176.setContent(html_5c625016495d029db90abc7ac07ba2f2);
|
|
|
|
|
|
|
|
marker_233577bd6ead778153145d8d36fe68e4.bindPopup(popup_3cbf1c5c311a86b530159363d738d176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_233577bd6ead778153145d8d36fe68e4.setIcon(icon_8caaf9c6f02d5d571a469968404eba51);
|
|
|
|
|
|
var marker_20a6eacbde7b9443c75f981aad125beb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3fd606eee006bcba4ee91c82bd7ab1ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3db0bc9d964887ede4b2333a36c347ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_998cba06b210f87bde6b19b90d92310b = $(`<div id="html_998cba06b210f87bde6b19b90d92310b" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_3db0bc9d964887ede4b2333a36c347ff.setContent(html_998cba06b210f87bde6b19b90d92310b);
|
|
|
|
|
|
|
|
marker_20a6eacbde7b9443c75f981aad125beb.bindPopup(popup_3db0bc9d964887ede4b2333a36c347ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20a6eacbde7b9443c75f981aad125beb.setIcon(icon_3fd606eee006bcba4ee91c82bd7ab1ea);
|
|
|
|
|
|
var marker_ed301a66d486c82b6626edd84f7861cd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0cfcc2770e0e9fd301c28881b322bf61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0519c23be42bb18ff9a33e67485b0162 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90285c4cb7807f2554f0b73599b8b46e = $(`<div id="html_90285c4cb7807f2554f0b73599b8b46e" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_0519c23be42bb18ff9a33e67485b0162.setContent(html_90285c4cb7807f2554f0b73599b8b46e);
|
|
|
|
|
|
|
|
marker_ed301a66d486c82b6626edd84f7861cd.bindPopup(popup_0519c23be42bb18ff9a33e67485b0162)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed301a66d486c82b6626edd84f7861cd.setIcon(icon_0cfcc2770e0e9fd301c28881b322bf61);
|
|
|
|
|
|
var marker_db7b0c99716382f6b686dada36b12f4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_534453479df7ba79f241a60515759671 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9a7bf841c4dbd36e591a77f5610d5e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b6ea427fb21a29c85db9019712698bf = $(`<div id="html_3b6ea427fb21a29c85db9019712698bf" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_d9a7bf841c4dbd36e591a77f5610d5e9.setContent(html_3b6ea427fb21a29c85db9019712698bf);
|
|
|
|
|
|
|
|
marker_db7b0c99716382f6b686dada36b12f4f.bindPopup(popup_d9a7bf841c4dbd36e591a77f5610d5e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db7b0c99716382f6b686dada36b12f4f.setIcon(icon_534453479df7ba79f241a60515759671);
|
|
|
|
|
|
var marker_cd98ec74b3fa1fe15b92bb7a09d69176 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ef370b45bbc524474e0b5f51836145cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6b114463c2a77028a2a95d03e402016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f38281f347aa29dd816e44d8cc156440 = $(`<div id="html_f38281f347aa29dd816e44d8cc156440" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_e6b114463c2a77028a2a95d03e402016.setContent(html_f38281f347aa29dd816e44d8cc156440);
|
|
|
|
|
|
|
|
marker_cd98ec74b3fa1fe15b92bb7a09d69176.bindPopup(popup_e6b114463c2a77028a2a95d03e402016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd98ec74b3fa1fe15b92bb7a09d69176.setIcon(icon_ef370b45bbc524474e0b5f51836145cd);
|
|
|
|
|
|
var marker_a74b81b2bb08eb9392756d6c672dae4a = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_186fa3f7b10856572dc9aa9d8bddb9b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_988e7ae6f297ffe565d819d43b0aa110 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14a4ca4442e2e831d08c434806194007 = $(`<div id="html_14a4ca4442e2e831d08c434806194007" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_988e7ae6f297ffe565d819d43b0aa110.setContent(html_14a4ca4442e2e831d08c434806194007);
|
|
|
|
|
|
|
|
marker_a74b81b2bb08eb9392756d6c672dae4a.bindPopup(popup_988e7ae6f297ffe565d819d43b0aa110)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a74b81b2bb08eb9392756d6c672dae4a.setIcon(icon_186fa3f7b10856572dc9aa9d8bddb9b0);
|
|
|
|
|
|
var marker_890d2eb413e5e33ce5e7939d779905d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d286895db2e595f50157cf42ae1230ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b695ab05746f59c59df59962de7e2ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_349166f916bbac20760a2fe259dbbcbc = $(`<div id="html_349166f916bbac20760a2fe259dbbcbc" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_1b695ab05746f59c59df59962de7e2ce.setContent(html_349166f916bbac20760a2fe259dbbcbc);
|
|
|
|
|
|
|
|
marker_890d2eb413e5e33ce5e7939d779905d3.bindPopup(popup_1b695ab05746f59c59df59962de7e2ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_890d2eb413e5e33ce5e7939d779905d3.setIcon(icon_d286895db2e595f50157cf42ae1230ac);
|
|
|
|
|
|
var marker_f1c29bcd463daef8150cf64b5ac6c69f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4ac097066e38f9a37f52c5c684f60f20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31f975128477ae7ae6b3b549f4402ff1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a65613e0d3f6c469baffa1bd2c9568e = $(`<div id="html_4a65613e0d3f6c469baffa1bd2c9568e" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_31f975128477ae7ae6b3b549f4402ff1.setContent(html_4a65613e0d3f6c469baffa1bd2c9568e);
|
|
|
|
|
|
|
|
marker_f1c29bcd463daef8150cf64b5ac6c69f.bindPopup(popup_31f975128477ae7ae6b3b549f4402ff1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1c29bcd463daef8150cf64b5ac6c69f.setIcon(icon_4ac097066e38f9a37f52c5c684f60f20);
|
|
|
|
|
|
var marker_b5923010cf0ce87c86d115d477f51944 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_511f839458f8d5bb441e66efe64e3320 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb37c9291868d7d26e02aa604c4a6990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94aaa922523b303048bebb04c221e69e = $(`<div id="html_94aaa922523b303048bebb04c221e69e" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_cb37c9291868d7d26e02aa604c4a6990.setContent(html_94aaa922523b303048bebb04c221e69e);
|
|
|
|
|
|
|
|
marker_b5923010cf0ce87c86d115d477f51944.bindPopup(popup_cb37c9291868d7d26e02aa604c4a6990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5923010cf0ce87c86d115d477f51944.setIcon(icon_511f839458f8d5bb441e66efe64e3320);
|
|
|
|
|
|
var marker_b8363fd1062fef2677e08de71ceccc88 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_a110eec7693614d424bfb3663958b3e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a033fdb68a638f33e320bd182e4dc157 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d9b27468053ece5d7a4eea34e236fd6 = $(`<div id="html_5d9b27468053ece5d7a4eea34e236fd6" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_a033fdb68a638f33e320bd182e4dc157.setContent(html_5d9b27468053ece5d7a4eea34e236fd6);
|
|
|
|
|
|
|
|
marker_b8363fd1062fef2677e08de71ceccc88.bindPopup(popup_a033fdb68a638f33e320bd182e4dc157)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8363fd1062fef2677e08de71ceccc88.setIcon(icon_a110eec7693614d424bfb3663958b3e2);
|
|
|
|
|
|
var marker_3db9c23d4c980c148982cded44767a9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_627f9692137b2522c04dbedb5e54751b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11869caf0be8d4c58c10909ded12a37d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8403b626147c63f33e033394dc833d82 = $(`<div id="html_8403b626147c63f33e033394dc833d82" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_11869caf0be8d4c58c10909ded12a37d.setContent(html_8403b626147c63f33e033394dc833d82);
|
|
|
|
|
|
|
|
marker_3db9c23d4c980c148982cded44767a9f.bindPopup(popup_11869caf0be8d4c58c10909ded12a37d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3db9c23d4c980c148982cded44767a9f.setIcon(icon_627f9692137b2522c04dbedb5e54751b);
|
|
|
|
|
|
var marker_2352719a70c9fa83f462f48d472cd976 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_7fb01f162c9c3b65aaffcfc0118467b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c39397e487194fe010fe0228ea3a436c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc6d3df153731a7d3ef52a719851d5e = $(`<div id="html_abc6d3df153731a7d3ef52a719851d5e" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_c39397e487194fe010fe0228ea3a436c.setContent(html_abc6d3df153731a7d3ef52a719851d5e);
|
|
|
|
|
|
|
|
marker_2352719a70c9fa83f462f48d472cd976.bindPopup(popup_c39397e487194fe010fe0228ea3a436c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2352719a70c9fa83f462f48d472cd976.setIcon(icon_7fb01f162c9c3b65aaffcfc0118467b8);
|
|
|
|
|
|
var marker_25accfe27f30c577a41a90f757635831 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_83988a5467d3cf9c9070a3fde6ed3a5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c36eba7caf30a8d5d83829ffcabad4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99e925e1e71d5eea12fd9e10392b328b = $(`<div id="html_99e925e1e71d5eea12fd9e10392b328b" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_1c36eba7caf30a8d5d83829ffcabad4e.setContent(html_99e925e1e71d5eea12fd9e10392b328b);
|
|
|
|
|
|
|
|
marker_25accfe27f30c577a41a90f757635831.bindPopup(popup_1c36eba7caf30a8d5d83829ffcabad4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25accfe27f30c577a41a90f757635831.setIcon(icon_83988a5467d3cf9c9070a3fde6ed3a5b);
|
|
|
|
|
|
var marker_465ad916a42aa618b8dc766ec24c68b3 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_18168321d4c094557541dd3e76001ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f634540c9405a029a5ed60527faeae39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2baa6009e2131cb799875c830787629f = $(`<div id="html_2baa6009e2131cb799875c830787629f" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_f634540c9405a029a5ed60527faeae39.setContent(html_2baa6009e2131cb799875c830787629f);
|
|
|
|
|
|
|
|
marker_465ad916a42aa618b8dc766ec24c68b3.bindPopup(popup_f634540c9405a029a5ed60527faeae39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_465ad916a42aa618b8dc766ec24c68b3.setIcon(icon_18168321d4c094557541dd3e76001ea9);
|
|
|
|
|
|
var marker_8e1e4c9f054ec979cfb38249fafa7cc7 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8954f20d1682d708c869e813e653e171 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45fb02892d5b9b61b264857b3c5cc5b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaae987c1d3b490a43532b82ac7ba922 = $(`<div id="html_eaae987c1d3b490a43532b82ac7ba922" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_45fb02892d5b9b61b264857b3c5cc5b0.setContent(html_eaae987c1d3b490a43532b82ac7ba922);
|
|
|
|
|
|
|
|
marker_8e1e4c9f054ec979cfb38249fafa7cc7.bindPopup(popup_45fb02892d5b9b61b264857b3c5cc5b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e1e4c9f054ec979cfb38249fafa7cc7.setIcon(icon_8954f20d1682d708c869e813e653e171);
|
|
|
|
|
|
var marker_86534b0ca46a6bb904d6a5bca9648110 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f050157468621f3750f8c066ae1cd9f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baae8126ecd03ee1f8618685f43b0ac1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c30abde7350195edd61608e12711dab9 = $(`<div id="html_c30abde7350195edd61608e12711dab9" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_baae8126ecd03ee1f8618685f43b0ac1.setContent(html_c30abde7350195edd61608e12711dab9);
|
|
|
|
|
|
|
|
marker_86534b0ca46a6bb904d6a5bca9648110.bindPopup(popup_baae8126ecd03ee1f8618685f43b0ac1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86534b0ca46a6bb904d6a5bca9648110.setIcon(icon_f050157468621f3750f8c066ae1cd9f8);
|
|
|
|
|
|
var marker_c1f4f9aa7fefdae6e34e2e1d4e9bdaff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_940eab231ca31e21f9833439943872c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a42ed6c922879bf8bc46261173e24cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_402c741fe3eabfd57aea6feb0f2e6764 = $(`<div id="html_402c741fe3eabfd57aea6feb0f2e6764" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_6a42ed6c922879bf8bc46261173e24cb.setContent(html_402c741fe3eabfd57aea6feb0f2e6764);
|
|
|
|
|
|
|
|
marker_c1f4f9aa7fefdae6e34e2e1d4e9bdaff.bindPopup(popup_6a42ed6c922879bf8bc46261173e24cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1f4f9aa7fefdae6e34e2e1d4e9bdaff.setIcon(icon_940eab231ca31e21f9833439943872c9);
|
|
|
|
|
|
var marker_b9d1a78388b9f6e07fe0b8a6bc12bd0a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c52a744ee9b905ee89c3649498c08cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f683134041572ef6d2956fb14743bdf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15635ec10cac80ff26280e2f55a80583 = $(`<div id="html_15635ec10cac80ff26280e2f55a80583" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_f683134041572ef6d2956fb14743bdf2.setContent(html_15635ec10cac80ff26280e2f55a80583);
|
|
|
|
|
|
|
|
marker_b9d1a78388b9f6e07fe0b8a6bc12bd0a.bindPopup(popup_f683134041572ef6d2956fb14743bdf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9d1a78388b9f6e07fe0b8a6bc12bd0a.setIcon(icon_c52a744ee9b905ee89c3649498c08cfe);
|
|
|
|
|
|
var marker_fcb051a6d52450d650dd144479d9baae = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c090183260335868a602c38407c62e4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_628be5b7a3e19a9836d6bbc52ce972a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dceff7e5c18c020493461d01a0c9b5e5 = $(`<div id="html_dceff7e5c18c020493461d01a0c9b5e5" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_628be5b7a3e19a9836d6bbc52ce972a2.setContent(html_dceff7e5c18c020493461d01a0c9b5e5);
|
|
|
|
|
|
|
|
marker_fcb051a6d52450d650dd144479d9baae.bindPopup(popup_628be5b7a3e19a9836d6bbc52ce972a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcb051a6d52450d650dd144479d9baae.setIcon(icon_c090183260335868a602c38407c62e4e);
|
|
|
|
|
|
var marker_7f42af0f558b4aa070081338aa6bc9a6 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_351fa2469f4de47373320697b08b6d24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_396f6c76ac0ce2801b46a61750f33c61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c384a9cbe099526008351cc68e771a8f = $(`<div id="html_c384a9cbe099526008351cc68e771a8f" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_396f6c76ac0ce2801b46a61750f33c61.setContent(html_c384a9cbe099526008351cc68e771a8f);
|
|
|
|
|
|
|
|
marker_7f42af0f558b4aa070081338aa6bc9a6.bindPopup(popup_396f6c76ac0ce2801b46a61750f33c61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f42af0f558b4aa070081338aa6bc9a6.setIcon(icon_351fa2469f4de47373320697b08b6d24);
|
|
|
|
|
|
var marker_846bd1533f034eaa4b60cabc3f97668f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_21a384dc90b770a4ae6e0eb9a5a11b9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d03ca1d336d7507add78623e360ad63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d7a0e60158056b7282ba63f17373c2b = $(`<div id="html_3d7a0e60158056b7282ba63f17373c2b" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_6d03ca1d336d7507add78623e360ad63.setContent(html_3d7a0e60158056b7282ba63f17373c2b);
|
|
|
|
|
|
|
|
marker_846bd1533f034eaa4b60cabc3f97668f.bindPopup(popup_6d03ca1d336d7507add78623e360ad63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846bd1533f034eaa4b60cabc3f97668f.setIcon(icon_21a384dc90b770a4ae6e0eb9a5a11b9b);
|
|
|
|
|
|
var marker_faf84063ac0efdbc4c8cd67bf5004e85 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e275a5ba49b44d75a0621a95f277bb48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_050ab81435dd4862443ca1e4a4aa81a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d43fddd3df3cffed1815a3bc685617c = $(`<div id="html_4d43fddd3df3cffed1815a3bc685617c" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_050ab81435dd4862443ca1e4a4aa81a4.setContent(html_4d43fddd3df3cffed1815a3bc685617c);
|
|
|
|
|
|
|
|
marker_faf84063ac0efdbc4c8cd67bf5004e85.bindPopup(popup_050ab81435dd4862443ca1e4a4aa81a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faf84063ac0efdbc4c8cd67bf5004e85.setIcon(icon_e275a5ba49b44d75a0621a95f277bb48);
|
|
|
|
|
|
var marker_8b54cd260ed9e6d36ce3eaf4f52b382c = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0c9685a6295ba6d13444568a1da35444 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0315662d144aa4dd21d9d5c290b68d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9773e131aab77fd2b48ce9a541e52311 = $(`<div id="html_9773e131aab77fd2b48ce9a541e52311" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_d0315662d144aa4dd21d9d5c290b68d5.setContent(html_9773e131aab77fd2b48ce9a541e52311);
|
|
|
|
|
|
|
|
marker_8b54cd260ed9e6d36ce3eaf4f52b382c.bindPopup(popup_d0315662d144aa4dd21d9d5c290b68d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b54cd260ed9e6d36ce3eaf4f52b382c.setIcon(icon_0c9685a6295ba6d13444568a1da35444);
|
|
|
|
|
|
var marker_6b000faba8a66d948d69e08a4c3c28fb = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_46c87590b08fdbd05fa15c6a3a866491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4600b1c266bc342e2500826d76462592 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c68a085ba03a8956b4680b9eb6c491a = $(`<div id="html_2c68a085ba03a8956b4680b9eb6c491a" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_4600b1c266bc342e2500826d76462592.setContent(html_2c68a085ba03a8956b4680b9eb6c491a);
|
|
|
|
|
|
|
|
marker_6b000faba8a66d948d69e08a4c3c28fb.bindPopup(popup_4600b1c266bc342e2500826d76462592)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b000faba8a66d948d69e08a4c3c28fb.setIcon(icon_46c87590b08fdbd05fa15c6a3a866491);
|
|
|
|
|
|
var marker_b258d7973058733bdb2620124c6ee89c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_236ad3c7b31f1e8fb93a750e360228fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e4473d0101c0df2289373cfb928a7a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_453ca3aab6285de958401088421e59e9 = $(`<div id="html_453ca3aab6285de958401088421e59e9" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_5e4473d0101c0df2289373cfb928a7a1.setContent(html_453ca3aab6285de958401088421e59e9);
|
|
|
|
|
|
|
|
marker_b258d7973058733bdb2620124c6ee89c.bindPopup(popup_5e4473d0101c0df2289373cfb928a7a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b258d7973058733bdb2620124c6ee89c.setIcon(icon_236ad3c7b31f1e8fb93a750e360228fe);
|
|
|
|
|
|
var marker_f06e22481612dffdf242ca8b47f75994 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_31d179a9979e875f479fe8ef2b065140 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ee0c3e60a3ff3baf847658cb6f0c871 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31c5c98b8eb71362d25f4845c9f7820b = $(`<div id="html_31c5c98b8eb71362d25f4845c9f7820b" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_0ee0c3e60a3ff3baf847658cb6f0c871.setContent(html_31c5c98b8eb71362d25f4845c9f7820b);
|
|
|
|
|
|
|
|
marker_f06e22481612dffdf242ca8b47f75994.bindPopup(popup_0ee0c3e60a3ff3baf847658cb6f0c871)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f06e22481612dffdf242ca8b47f75994.setIcon(icon_31d179a9979e875f479fe8ef2b065140);
|
|
|
|
|
|
var marker_b1df883c7677065593b1ce23b7f57832 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ef02d0f9a5abf13bca5f4fb7d7c20b45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b995712343b5c1951cafc4799c1cf7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_585a90a57c6111af1ae696cca9bc0fd5 = $(`<div id="html_585a90a57c6111af1ae696cca9bc0fd5" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_8b995712343b5c1951cafc4799c1cf7b.setContent(html_585a90a57c6111af1ae696cca9bc0fd5);
|
|
|
|
|
|
|
|
marker_b1df883c7677065593b1ce23b7f57832.bindPopup(popup_8b995712343b5c1951cafc4799c1cf7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1df883c7677065593b1ce23b7f57832.setIcon(icon_ef02d0f9a5abf13bca5f4fb7d7c20b45);
|
|
|
|
|
|
var marker_77b1a767f9c78ae49312c7b5fded0749 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_69cd57e6cddbd0b7509a26e82b0e6e83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c113ed7a535619a323e96847dafd8d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62ba192cfb077eff1b5d571a241b6aee = $(`<div id="html_62ba192cfb077eff1b5d571a241b6aee" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_5c113ed7a535619a323e96847dafd8d6.setContent(html_62ba192cfb077eff1b5d571a241b6aee);
|
|
|
|
|
|
|
|
marker_77b1a767f9c78ae49312c7b5fded0749.bindPopup(popup_5c113ed7a535619a323e96847dafd8d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77b1a767f9c78ae49312c7b5fded0749.setIcon(icon_69cd57e6cddbd0b7509a26e82b0e6e83);
|
|
|
|
|
|
var marker_811a641cb977be017c7841e7caa81e1c = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4d0e31ffdb4b019827fcd68a36da8beb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d64c70dda23b74de4945c268fbc58324 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1579959b13e163129e68922687801f94 = $(`<div id="html_1579959b13e163129e68922687801f94" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_d64c70dda23b74de4945c268fbc58324.setContent(html_1579959b13e163129e68922687801f94);
|
|
|
|
|
|
|
|
marker_811a641cb977be017c7841e7caa81e1c.bindPopup(popup_d64c70dda23b74de4945c268fbc58324)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_811a641cb977be017c7841e7caa81e1c.setIcon(icon_4d0e31ffdb4b019827fcd68a36da8beb);
|
|
|
|
|
|
var marker_484bd24aa518fb09bb2fbb62877e6209 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f4e6d5d41d4ad3784f4c24575a19eb20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edb27b549e0716c253b4104c6fb2f405 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfc418d6b684cfd7efd5cb0ba72e3997 = $(`<div id="html_dfc418d6b684cfd7efd5cb0ba72e3997" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_edb27b549e0716c253b4104c6fb2f405.setContent(html_dfc418d6b684cfd7efd5cb0ba72e3997);
|
|
|
|
|
|
|
|
marker_484bd24aa518fb09bb2fbb62877e6209.bindPopup(popup_edb27b549e0716c253b4104c6fb2f405)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_484bd24aa518fb09bb2fbb62877e6209.setIcon(icon_f4e6d5d41d4ad3784f4c24575a19eb20);
|
|
|
|
|
|
var marker_a27fb3fddceed0a30dbd2b0c4b3a4146 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_cb81ed1c7da27e6871b810b91259d868 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b41b92aa58c27ac90d6cd1b948eae33d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41b70f669def132281423d342e884ff9 = $(`<div id="html_41b70f669def132281423d342e884ff9" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_b41b92aa58c27ac90d6cd1b948eae33d.setContent(html_41b70f669def132281423d342e884ff9);
|
|
|
|
|
|
|
|
marker_a27fb3fddceed0a30dbd2b0c4b3a4146.bindPopup(popup_b41b92aa58c27ac90d6cd1b948eae33d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a27fb3fddceed0a30dbd2b0c4b3a4146.setIcon(icon_cb81ed1c7da27e6871b810b91259d868);
|
|
|
|
|
|
var marker_1e3bc93458e591cb4d1c4557bbfc2b7f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ec151c88086c620bde180fb6385a3bda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_197f6c7a7547b8446dc7057e9cc6662b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_874b0824726aa1073b8547c001c42ed1 = $(`<div id="html_874b0824726aa1073b8547c001c42ed1" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_197f6c7a7547b8446dc7057e9cc6662b.setContent(html_874b0824726aa1073b8547c001c42ed1);
|
|
|
|
|
|
|
|
marker_1e3bc93458e591cb4d1c4557bbfc2b7f.bindPopup(popup_197f6c7a7547b8446dc7057e9cc6662b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e3bc93458e591cb4d1c4557bbfc2b7f.setIcon(icon_ec151c88086c620bde180fb6385a3bda);
|
|
|
|
|
|
var marker_65a7316928b06ef64913f60f9a21f1b9 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8b7921c671f3e036c760aedd8c0bb7e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfec0c139cd265c372fce831555b6f1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0faee46a5796851ca5e4ad43e1f23d0f = $(`<div id="html_0faee46a5796851ca5e4ad43e1f23d0f" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_bfec0c139cd265c372fce831555b6f1d.setContent(html_0faee46a5796851ca5e4ad43e1f23d0f);
|
|
|
|
|
|
|
|
marker_65a7316928b06ef64913f60f9a21f1b9.bindPopup(popup_bfec0c139cd265c372fce831555b6f1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65a7316928b06ef64913f60f9a21f1b9.setIcon(icon_8b7921c671f3e036c760aedd8c0bb7e3);
|
|
|
|
|
|
var marker_724f729ca1465fe08749c515d791b6b1 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4509bf1f32ce28e1cce2d1a0ae5a7da0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a67c94542d92c7c78504533c294e83eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e43eb9740835449a4bcc31a8a4fab674 = $(`<div id="html_e43eb9740835449a4bcc31a8a4fab674" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_a67c94542d92c7c78504533c294e83eb.setContent(html_e43eb9740835449a4bcc31a8a4fab674);
|
|
|
|
|
|
|
|
marker_724f729ca1465fe08749c515d791b6b1.bindPopup(popup_a67c94542d92c7c78504533c294e83eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_724f729ca1465fe08749c515d791b6b1.setIcon(icon_4509bf1f32ce28e1cce2d1a0ae5a7da0);
|
|
|
|
|
|
var marker_8edce3baef0e38cb6d36552aa5a5f333 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_743a9d05947e507a552c8bf0f5c57104 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b14c1f2c5d1addc6298a0e106f1e7b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a1fbb8ec3404a63f404af3e29f97322 = $(`<div id="html_3a1fbb8ec3404a63f404af3e29f97322" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_b14c1f2c5d1addc6298a0e106f1e7b92.setContent(html_3a1fbb8ec3404a63f404af3e29f97322);
|
|
|
|
|
|
|
|
marker_8edce3baef0e38cb6d36552aa5a5f333.bindPopup(popup_b14c1f2c5d1addc6298a0e106f1e7b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8edce3baef0e38cb6d36552aa5a5f333.setIcon(icon_743a9d05947e507a552c8bf0f5c57104);
|
|
|
|
|
|
var marker_c004660765aa59aeac2d2b561664f207 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6a60cfa504a0e2945083435926bb3bcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04ef59c8523de05c5c640c3ffb28b19b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e538771e7b0a56f10c21e0f4cf07de7 = $(`<div id="html_1e538771e7b0a56f10c21e0f4cf07de7" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_04ef59c8523de05c5c640c3ffb28b19b.setContent(html_1e538771e7b0a56f10c21e0f4cf07de7);
|
|
|
|
|
|
|
|
marker_c004660765aa59aeac2d2b561664f207.bindPopup(popup_04ef59c8523de05c5c640c3ffb28b19b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c004660765aa59aeac2d2b561664f207.setIcon(icon_6a60cfa504a0e2945083435926bb3bcb);
|
|
|
|
|
|
var marker_ca8e2410ba607a6f4f9d4fe0581a9255 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_70a02e4f542d0b5f3f6c17f07438278b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d88ddbf4272506af1edbdac0f1e3d085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53542ce94a5b6c2fddc2924d53477730 = $(`<div id="html_53542ce94a5b6c2fddc2924d53477730" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_d88ddbf4272506af1edbdac0f1e3d085.setContent(html_53542ce94a5b6c2fddc2924d53477730);
|
|
|
|
|
|
|
|
marker_ca8e2410ba607a6f4f9d4fe0581a9255.bindPopup(popup_d88ddbf4272506af1edbdac0f1e3d085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca8e2410ba607a6f4f9d4fe0581a9255.setIcon(icon_70a02e4f542d0b5f3f6c17f07438278b);
|
|
|
|
|
|
var marker_37aa23f0a5a703ad4a10988800dd3ad3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8fad3ed5edfd99427d605bafd4cb33c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df9266313d909cfbd4a6f0a5e932448e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af8f1ea2e18465a56921a0b2ed7b4d15 = $(`<div id="html_af8f1ea2e18465a56921a0b2ed7b4d15" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_df9266313d909cfbd4a6f0a5e932448e.setContent(html_af8f1ea2e18465a56921a0b2ed7b4d15);
|
|
|
|
|
|
|
|
marker_37aa23f0a5a703ad4a10988800dd3ad3.bindPopup(popup_df9266313d909cfbd4a6f0a5e932448e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37aa23f0a5a703ad4a10988800dd3ad3.setIcon(icon_8fad3ed5edfd99427d605bafd4cb33c5);
|
|
|
|
|
|
var marker_7ffb8ccc215a855c52e7c2dc675d11ee = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ddd7b8bbdda32e03eb6f944b5bcf1e31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aedaa601cee442eb3a40aa8e5b87390 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aca7248abcbc42911b0a28af2511f411 = $(`<div id="html_aca7248abcbc42911b0a28af2511f411" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_9aedaa601cee442eb3a40aa8e5b87390.setContent(html_aca7248abcbc42911b0a28af2511f411);
|
|
|
|
|
|
|
|
marker_7ffb8ccc215a855c52e7c2dc675d11ee.bindPopup(popup_9aedaa601cee442eb3a40aa8e5b87390)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ffb8ccc215a855c52e7c2dc675d11ee.setIcon(icon_ddd7b8bbdda32e03eb6f944b5bcf1e31);
|
|
|
|
|
|
var marker_7893957d259a7e42b53f0a7583977742 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_95ce5ce08a0525bd4bdc6b2f9b0ff2ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85e582e990b1b25066fd1f35f9f06f63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87a79b0259e99c6cfbc7b8f0b09c32e9 = $(`<div id="html_87a79b0259e99c6cfbc7b8f0b09c32e9" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_85e582e990b1b25066fd1f35f9f06f63.setContent(html_87a79b0259e99c6cfbc7b8f0b09c32e9);
|
|
|
|
|
|
|
|
marker_7893957d259a7e42b53f0a7583977742.bindPopup(popup_85e582e990b1b25066fd1f35f9f06f63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7893957d259a7e42b53f0a7583977742.setIcon(icon_95ce5ce08a0525bd4bdc6b2f9b0ff2ca);
|
|
|
|
|
|
var marker_972e662e393e6abcc65eb988b1a8ac14 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_a5a3e7cf40a160a49a0babca0845a040 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d82359692de7ebf26216eeb2267eaca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a14e814085e15408972ddff2ec3e9d0 = $(`<div id="html_7a14e814085e15408972ddff2ec3e9d0" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_7d82359692de7ebf26216eeb2267eaca.setContent(html_7a14e814085e15408972ddff2ec3e9d0);
|
|
|
|
|
|
|
|
marker_972e662e393e6abcc65eb988b1a8ac14.bindPopup(popup_7d82359692de7ebf26216eeb2267eaca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_972e662e393e6abcc65eb988b1a8ac14.setIcon(icon_a5a3e7cf40a160a49a0babca0845a040);
|
|
|
|
|
|
var marker_ab51ca02eaed62c2e4482a712248a1c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4cb4f2bfea3c18d00a1564c69919b3de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01305fd9d2a3917d44123ef22543da3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d653de49affe38eb29131521b6a904a3 = $(`<div id="html_d653de49affe38eb29131521b6a904a3" style="width: 100.0%; height: 100.0%;">pyramid.treegaze.com</div>`)[0];
|
|
popup_01305fd9d2a3917d44123ef22543da3e.setContent(html_d653de49affe38eb29131521b6a904a3);
|
|
|
|
|
|
|
|
marker_ab51ca02eaed62c2e4482a712248a1c7.bindPopup(popup_01305fd9d2a3917d44123ef22543da3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab51ca02eaed62c2e4482a712248a1c7.setIcon(icon_4cb4f2bfea3c18d00a1564c69919b3de);
|
|
|
|
|
|
var marker_c4c8b131a35bbca51cb522a0dd8ec4f3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4c48fb7b4494fbd9143053cbbb6efb9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbaf2c5d88551f3b074d46be2e6f2d8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1791f7331274f742cc3771a56381578 = $(`<div id="html_d1791f7331274f742cc3771a56381578" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_bbaf2c5d88551f3b074d46be2e6f2d8f.setContent(html_d1791f7331274f742cc3771a56381578);
|
|
|
|
|
|
|
|
marker_c4c8b131a35bbca51cb522a0dd8ec4f3.bindPopup(popup_bbaf2c5d88551f3b074d46be2e6f2d8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4c8b131a35bbca51cb522a0dd8ec4f3.setIcon(icon_4c48fb7b4494fbd9143053cbbb6efb9b);
|
|
|
|
|
|
var marker_0c712f508724908b927f259e78626394 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_519e01d79157c53df85a0651a5259d99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ffc79f8c85adebc4a5ee37cd176611 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98eb7df0a11c0dcc0d02ac44496124ed = $(`<div id="html_98eb7df0a11c0dcc0d02ac44496124ed" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_60ffc79f8c85adebc4a5ee37cd176611.setContent(html_98eb7df0a11c0dcc0d02ac44496124ed);
|
|
|
|
|
|
|
|
marker_0c712f508724908b927f259e78626394.bindPopup(popup_60ffc79f8c85adebc4a5ee37cd176611)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c712f508724908b927f259e78626394.setIcon(icon_519e01d79157c53df85a0651a5259d99);
|
|
|
|
|
|
var marker_3068bf52a098b8e2f795f9931b25ff66 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_40520b1e5a1d8adcdfbdb21998f34a7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d33fd4fb63c73aa3c4b14bb76610b7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aac0243ce293e5ba0d363ba8fb3f45c = $(`<div id="html_9aac0243ce293e5ba0d363ba8fb3f45c" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_2d33fd4fb63c73aa3c4b14bb76610b7c.setContent(html_9aac0243ce293e5ba0d363ba8fb3f45c);
|
|
|
|
|
|
|
|
marker_3068bf52a098b8e2f795f9931b25ff66.bindPopup(popup_2d33fd4fb63c73aa3c4b14bb76610b7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3068bf52a098b8e2f795f9931b25ff66.setIcon(icon_40520b1e5a1d8adcdfbdb21998f34a7f);
|
|
|
|
|
|
var marker_774bc4f001728ccb3a459de2b467624c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e600b0637d57c90b30e0e3c9e4de1394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17d387c6b165d9342aca8227dfe6708f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7ed18043db4a44a34eec4abca3b417c = $(`<div id="html_f7ed18043db4a44a34eec4abca3b417c" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_17d387c6b165d9342aca8227dfe6708f.setContent(html_f7ed18043db4a44a34eec4abca3b417c);
|
|
|
|
|
|
|
|
marker_774bc4f001728ccb3a459de2b467624c.bindPopup(popup_17d387c6b165d9342aca8227dfe6708f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_774bc4f001728ccb3a459de2b467624c.setIcon(icon_e600b0637d57c90b30e0e3c9e4de1394);
|
|
|
|
|
|
var marker_5a5b4df882e494737a623f1728b01cf9 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_70df22af1849cb7353c497484c4fb441 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39551a8034b6b71d256900de0db534f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bea7c30710e10eb94be136c71130cdc = $(`<div id="html_5bea7c30710e10eb94be136c71130cdc" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_39551a8034b6b71d256900de0db534f1.setContent(html_5bea7c30710e10eb94be136c71130cdc);
|
|
|
|
|
|
|
|
marker_5a5b4df882e494737a623f1728b01cf9.bindPopup(popup_39551a8034b6b71d256900de0db534f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a5b4df882e494737a623f1728b01cf9.setIcon(icon_70df22af1849cb7353c497484c4fb441);
|
|
|
|
|
|
var marker_acaf6f2687a9478baf45e40545f6bb45 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e73be732f083aa3d7d305c317db7f969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a253f0d66d9a8a652f9563b568328478 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbe1a204f6bc9651abe78c08f74814f5 = $(`<div id="html_fbe1a204f6bc9651abe78c08f74814f5" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_a253f0d66d9a8a652f9563b568328478.setContent(html_fbe1a204f6bc9651abe78c08f74814f5);
|
|
|
|
|
|
|
|
marker_acaf6f2687a9478baf45e40545f6bb45.bindPopup(popup_a253f0d66d9a8a652f9563b568328478)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acaf6f2687a9478baf45e40545f6bb45.setIcon(icon_e73be732f083aa3d7d305c317db7f969);
|
|
|
|
|
|
var marker_e9629155296a4006f719e26fa6249532 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_529fdfb56aa989f41294cd78bf1b739a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a03808f2155042b0399ad3f8bc326dd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24655e3ee9b9e12016ab67248222eb28 = $(`<div id="html_24655e3ee9b9e12016ab67248222eb28" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_a03808f2155042b0399ad3f8bc326dd2.setContent(html_24655e3ee9b9e12016ab67248222eb28);
|
|
|
|
|
|
|
|
marker_e9629155296a4006f719e26fa6249532.bindPopup(popup_a03808f2155042b0399ad3f8bc326dd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9629155296a4006f719e26fa6249532.setIcon(icon_529fdfb56aa989f41294cd78bf1b739a);
|
|
|
|
|
|
var marker_425c32ef74a94bc3829b31c71b8da3ea = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e939951ea9426c8f0c4dd750ed025ac5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61a9732a2137e8cd51837f3265b46522 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16850a90007e27a8bd1fd55eb1c6e824 = $(`<div id="html_16850a90007e27a8bd1fd55eb1c6e824" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_61a9732a2137e8cd51837f3265b46522.setContent(html_16850a90007e27a8bd1fd55eb1c6e824);
|
|
|
|
|
|
|
|
marker_425c32ef74a94bc3829b31c71b8da3ea.bindPopup(popup_61a9732a2137e8cd51837f3265b46522)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_425c32ef74a94bc3829b31c71b8da3ea.setIcon(icon_e939951ea9426c8f0c4dd750ed025ac5);
|
|
|
|
|
|
var marker_378513e4397ad01df2037939d25c6b37 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c38115a1e10fb781658dc57ab0a0c7a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fac355655498741e549413c4fc9c79c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d247a17fec5d121979c4dad70168a756 = $(`<div id="html_d247a17fec5d121979c4dad70168a756" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_fac355655498741e549413c4fc9c79c4.setContent(html_d247a17fec5d121979c4dad70168a756);
|
|
|
|
|
|
|
|
marker_378513e4397ad01df2037939d25c6b37.bindPopup(popup_fac355655498741e549413c4fc9c79c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378513e4397ad01df2037939d25c6b37.setIcon(icon_c38115a1e10fb781658dc57ab0a0c7a4);
|
|
|
|
|
|
var marker_28a32e977db5b2b54ec4bd79f96ab72e = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_7b413982edd6987a3835dc765331ef1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1af34c28bcd07e88a6d24fe9afd4a638 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c78dd8a99ac9d504ca2d4eb5a2530bbd = $(`<div id="html_c78dd8a99ac9d504ca2d4eb5a2530bbd" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_1af34c28bcd07e88a6d24fe9afd4a638.setContent(html_c78dd8a99ac9d504ca2d4eb5a2530bbd);
|
|
|
|
|
|
|
|
marker_28a32e977db5b2b54ec4bd79f96ab72e.bindPopup(popup_1af34c28bcd07e88a6d24fe9afd4a638)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28a32e977db5b2b54ec4bd79f96ab72e.setIcon(icon_7b413982edd6987a3835dc765331ef1c);
|
|
|
|
|
|
var marker_9abb2296da6d4fa6983744aab723f221 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5e0dcdab4f077fda7328de8f2498c03c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bddd1f369ae9e3207517422f7bf672da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb916de0bb98af796e23bd2c49e7bfc0 = $(`<div id="html_cb916de0bb98af796e23bd2c49e7bfc0" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_bddd1f369ae9e3207517422f7bf672da.setContent(html_cb916de0bb98af796e23bd2c49e7bfc0);
|
|
|
|
|
|
|
|
marker_9abb2296da6d4fa6983744aab723f221.bindPopup(popup_bddd1f369ae9e3207517422f7bf672da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9abb2296da6d4fa6983744aab723f221.setIcon(icon_5e0dcdab4f077fda7328de8f2498c03c);
|
|
|
|
|
|
var marker_edc9a57d3a895605b9ef10f253ce97a5 = L.marker(
|
|
[-22.5986, -48.8003],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0b1b3d41f14a3e722232be3fb095b458 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1bc05bfd38daf34e6884573eedb7416 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23193f1737733e2c4c92d007b64d6e4a = $(`<div id="html_23193f1737733e2c4c92d007b64d6e4a" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_a1bc05bfd38daf34e6884573eedb7416.setContent(html_23193f1737733e2c4c92d007b64d6e4a);
|
|
|
|
|
|
|
|
marker_edc9a57d3a895605b9ef10f253ce97a5.bindPopup(popup_a1bc05bfd38daf34e6884573eedb7416)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edc9a57d3a895605b9ef10f253ce97a5.setIcon(icon_0b1b3d41f14a3e722232be3fb095b458);
|
|
|
|
|
|
var marker_2c6d3c9bce783936ce42c2b696d2aa16 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_9cc64430733b39aef46c4b385f784f72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa9b9bdaacadff68bb0fb86471990c05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ce21fa7c7da927296f6d94ceb431259 = $(`<div id="html_6ce21fa7c7da927296f6d94ceb431259" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_fa9b9bdaacadff68bb0fb86471990c05.setContent(html_6ce21fa7c7da927296f6d94ceb431259);
|
|
|
|
|
|
|
|
marker_2c6d3c9bce783936ce42c2b696d2aa16.bindPopup(popup_fa9b9bdaacadff68bb0fb86471990c05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c6d3c9bce783936ce42c2b696d2aa16.setIcon(icon_9cc64430733b39aef46c4b385f784f72);
|
|
|
|
|
|
var marker_1af03e0aa64e18f40587ad08a64f3835 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c9ee61b230f68d7691a3cb4396039be4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82821fe3321c004e62387f715732abb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_803f66b00f81a0ad4c623796186c7dff = $(`<div id="html_803f66b00f81a0ad4c623796186c7dff" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_82821fe3321c004e62387f715732abb1.setContent(html_803f66b00f81a0ad4c623796186c7dff);
|
|
|
|
|
|
|
|
marker_1af03e0aa64e18f40587ad08a64f3835.bindPopup(popup_82821fe3321c004e62387f715732abb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1af03e0aa64e18f40587ad08a64f3835.setIcon(icon_c9ee61b230f68d7691a3cb4396039be4);
|
|
|
|
|
|
var marker_c9ccc84eafe6b85e6b75dd09463c3867 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b22067373cb2fd8f18fce846791455e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_397f3b66dbdf1cfe9acfe00e498ab26f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fad8dc6aff1856235b64996b53c75c47 = $(`<div id="html_fad8dc6aff1856235b64996b53c75c47" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_397f3b66dbdf1cfe9acfe00e498ab26f.setContent(html_fad8dc6aff1856235b64996b53c75c47);
|
|
|
|
|
|
|
|
marker_c9ccc84eafe6b85e6b75dd09463c3867.bindPopup(popup_397f3b66dbdf1cfe9acfe00e498ab26f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9ccc84eafe6b85e6b75dd09463c3867.setIcon(icon_b22067373cb2fd8f18fce846791455e0);
|
|
|
|
|
|
var marker_b467882b2f1ce548497deee956f9ee6f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_062b64a370707a8008eae3455628466d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e473e7cc8ec1c88f7d179638dbe2b678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c351ca087f9e4527d31cbc5d89b929a4 = $(`<div id="html_c351ca087f9e4527d31cbc5d89b929a4" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_e473e7cc8ec1c88f7d179638dbe2b678.setContent(html_c351ca087f9e4527d31cbc5d89b929a4);
|
|
|
|
|
|
|
|
marker_b467882b2f1ce548497deee956f9ee6f.bindPopup(popup_e473e7cc8ec1c88f7d179638dbe2b678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b467882b2f1ce548497deee956f9ee6f.setIcon(icon_062b64a370707a8008eae3455628466d);
|
|
|
|
|
|
var marker_ecd768a2d9d93e5a199db8ea10e708f3 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3c314986c297dfffb178f7051d780536 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ef93af0679ddd8870799ae7234378df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d03d17aab12391a89eec244da0f8a643 = $(`<div id="html_d03d17aab12391a89eec244da0f8a643" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_0ef93af0679ddd8870799ae7234378df.setContent(html_d03d17aab12391a89eec244da0f8a643);
|
|
|
|
|
|
|
|
marker_ecd768a2d9d93e5a199db8ea10e708f3.bindPopup(popup_0ef93af0679ddd8870799ae7234378df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecd768a2d9d93e5a199db8ea10e708f3.setIcon(icon_3c314986c297dfffb178f7051d780536);
|
|
|
|
|
|
var marker_30cca4d0c3d39423bfd3b749f5990676 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_cfb519e327a3cca4171f99c77f35b522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_029b2968b42d2aa8dca283943a05ab07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3adcbf1840c096240599812d2a1e446 = $(`<div id="html_e3adcbf1840c096240599812d2a1e446" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_029b2968b42d2aa8dca283943a05ab07.setContent(html_e3adcbf1840c096240599812d2a1e446);
|
|
|
|
|
|
|
|
marker_30cca4d0c3d39423bfd3b749f5990676.bindPopup(popup_029b2968b42d2aa8dca283943a05ab07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30cca4d0c3d39423bfd3b749f5990676.setIcon(icon_cfb519e327a3cca4171f99c77f35b522);
|
|
|
|
|
|
var marker_04cd0e104df6b524740120eb6b95ba93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_563edebd23435da7d2707a2065e638d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f903ea9b0e0de4334c28f30aa82a446b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dabc0c4d8a0f680f64b7e7ddd1aa9f16 = $(`<div id="html_dabc0c4d8a0f680f64b7e7ddd1aa9f16" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_f903ea9b0e0de4334c28f30aa82a446b.setContent(html_dabc0c4d8a0f680f64b7e7ddd1aa9f16);
|
|
|
|
|
|
|
|
marker_04cd0e104df6b524740120eb6b95ba93.bindPopup(popup_f903ea9b0e0de4334c28f30aa82a446b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04cd0e104df6b524740120eb6b95ba93.setIcon(icon_563edebd23435da7d2707a2065e638d5);
|
|
|
|
|
|
var marker_78219fd24d7a7a4791ceb9273934f70e = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_abb95c64a302550bdacf3a496fe2855f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44aadd385200a4dfbfb16c490b1e40c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dd3ed9f5434dcb182c93613372e597c = $(`<div id="html_5dd3ed9f5434dcb182c93613372e597c" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_44aadd385200a4dfbfb16c490b1e40c1.setContent(html_5dd3ed9f5434dcb182c93613372e597c);
|
|
|
|
|
|
|
|
marker_78219fd24d7a7a4791ceb9273934f70e.bindPopup(popup_44aadd385200a4dfbfb16c490b1e40c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78219fd24d7a7a4791ceb9273934f70e.setIcon(icon_abb95c64a302550bdacf3a496fe2855f);
|
|
|
|
|
|
var marker_fff5179a286fe06819c25dca67b0d60d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ca9117e66ff0709278a920d333dabfdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bddc78f899e041f13e835f46aff6d196 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f4ab2b32594512dfc73eb6a21771cca = $(`<div id="html_0f4ab2b32594512dfc73eb6a21771cca" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_bddc78f899e041f13e835f46aff6d196.setContent(html_0f4ab2b32594512dfc73eb6a21771cca);
|
|
|
|
|
|
|
|
marker_fff5179a286fe06819c25dca67b0d60d.bindPopup(popup_bddc78f899e041f13e835f46aff6d196)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fff5179a286fe06819c25dca67b0d60d.setIcon(icon_ca9117e66ff0709278a920d333dabfdf);
|
|
|
|
|
|
var marker_da083a881247ade5bd78ed1c0f5df20c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5b1f31784d85098304f958090cf23dce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0d7c4f24443db10b65cd777d3b02e91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_646921f0deab7810b1235a867fec4323 = $(`<div id="html_646921f0deab7810b1235a867fec4323" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_f0d7c4f24443db10b65cd777d3b02e91.setContent(html_646921f0deab7810b1235a867fec4323);
|
|
|
|
|
|
|
|
marker_da083a881247ade5bd78ed1c0f5df20c.bindPopup(popup_f0d7c4f24443db10b65cd777d3b02e91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da083a881247ade5bd78ed1c0f5df20c.setIcon(icon_5b1f31784d85098304f958090cf23dce);
|
|
|
|
|
|
var marker_439b10e68f839b6dfe6ba787ff024ba2 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_90d334f1e4ffd17a92207122da51d1a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74cf4417c3b3265abe57decb4eee6fbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b5c216d47a6590162babec1e29becbb = $(`<div id="html_7b5c216d47a6590162babec1e29becbb" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_74cf4417c3b3265abe57decb4eee6fbd.setContent(html_7b5c216d47a6590162babec1e29becbb);
|
|
|
|
|
|
|
|
marker_439b10e68f839b6dfe6ba787ff024ba2.bindPopup(popup_74cf4417c3b3265abe57decb4eee6fbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_439b10e68f839b6dfe6ba787ff024ba2.setIcon(icon_90d334f1e4ffd17a92207122da51d1a4);
|
|
|
|
|
|
var marker_0035dfa86babf3c7fb83c10db04bd32d = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_39dc8d810080e9477bfb979a163c1910 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a235b37f4b07e28254293e1e8eca8c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cc0f8a9f685a79b0e5234ac14403c6e = $(`<div id="html_6cc0f8a9f685a79b0e5234ac14403c6e" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_0a235b37f4b07e28254293e1e8eca8c6.setContent(html_6cc0f8a9f685a79b0e5234ac14403c6e);
|
|
|
|
|
|
|
|
marker_0035dfa86babf3c7fb83c10db04bd32d.bindPopup(popup_0a235b37f4b07e28254293e1e8eca8c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0035dfa86babf3c7fb83c10db04bd32d.setIcon(icon_39dc8d810080e9477bfb979a163c1910);
|
|
|
|
|
|
var marker_15dcee8e032116436f8d25acd57926a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e9953d9e80ab9b314be0b292289e4bd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93a91bd97e2c74dc53785903a65b6b1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e153e53c9f456512d604ae929b9c4408 = $(`<div id="html_e153e53c9f456512d604ae929b9c4408" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_93a91bd97e2c74dc53785903a65b6b1d.setContent(html_e153e53c9f456512d604ae929b9c4408);
|
|
|
|
|
|
|
|
marker_15dcee8e032116436f8d25acd57926a0.bindPopup(popup_93a91bd97e2c74dc53785903a65b6b1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15dcee8e032116436f8d25acd57926a0.setIcon(icon_e9953d9e80ab9b314be0b292289e4bd2);
|
|
|
|
|
|
var marker_731ebc7f59c3c08f41031cbfc68b0b24 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ef622e259ffe45751f7c88fcbfa0d348 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48bc6ad504ea132f579f495152a48257 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_567e31d2c098fa766cb7dbde1c291b70 = $(`<div id="html_567e31d2c098fa766cb7dbde1c291b70" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_48bc6ad504ea132f579f495152a48257.setContent(html_567e31d2c098fa766cb7dbde1c291b70);
|
|
|
|
|
|
|
|
marker_731ebc7f59c3c08f41031cbfc68b0b24.bindPopup(popup_48bc6ad504ea132f579f495152a48257)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_731ebc7f59c3c08f41031cbfc68b0b24.setIcon(icon_ef622e259ffe45751f7c88fcbfa0d348);
|
|
|
|
|
|
var marker_f3a1a786e39f778c462964656f4ca894 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_28a6e8d54584eefc5bb00fa38e76a9e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8d20ea31f95b79847939c161b6877d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0d03a0337370e0b1e41941105b3e5df = $(`<div id="html_f0d03a0337370e0b1e41941105b3e5df" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_d8d20ea31f95b79847939c161b6877d5.setContent(html_f0d03a0337370e0b1e41941105b3e5df);
|
|
|
|
|
|
|
|
marker_f3a1a786e39f778c462964656f4ca894.bindPopup(popup_d8d20ea31f95b79847939c161b6877d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3a1a786e39f778c462964656f4ca894.setIcon(icon_28a6e8d54584eefc5bb00fa38e76a9e7);
|
|
|
|
|
|
var marker_0f6e0836f354ff6816628d660ea05932 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_0f719a1d5f470fbece140de053665a45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89f16e12f1bfcf78ded8712b7f4893c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75beb8e623cc1374e90059a02d6b2b48 = $(`<div id="html_75beb8e623cc1374e90059a02d6b2b48" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_89f16e12f1bfcf78ded8712b7f4893c1.setContent(html_75beb8e623cc1374e90059a02d6b2b48);
|
|
|
|
|
|
|
|
marker_0f6e0836f354ff6816628d660ea05932.bindPopup(popup_89f16e12f1bfcf78ded8712b7f4893c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f6e0836f354ff6816628d660ea05932.setIcon(icon_0f719a1d5f470fbece140de053665a45);
|
|
|
|
|
|
var marker_d4905201fd307fe4c30bb98190f435e7 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ebbc94450f49c286835dab81d252032f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76196c32b004cd9ce3cf53a92bbb901b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85674ea81f65536eb32a32c9623033d3 = $(`<div id="html_85674ea81f65536eb32a32c9623033d3" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_76196c32b004cd9ce3cf53a92bbb901b.setContent(html_85674ea81f65536eb32a32c9623033d3);
|
|
|
|
|
|
|
|
marker_d4905201fd307fe4c30bb98190f435e7.bindPopup(popup_76196c32b004cd9ce3cf53a92bbb901b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4905201fd307fe4c30bb98190f435e7.setIcon(icon_ebbc94450f49c286835dab81d252032f);
|
|
|
|
|
|
var marker_a87bd526abe8dbc3c01420c11a6efe01 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6ef899d74cc8243b92ce077f8789ee26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbd0d6c1d3ae095dc6e8e88600c23543 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53151401b3c8fcfce1aedcb913326d60 = $(`<div id="html_53151401b3c8fcfce1aedcb913326d60" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_bbd0d6c1d3ae095dc6e8e88600c23543.setContent(html_53151401b3c8fcfce1aedcb913326d60);
|
|
|
|
|
|
|
|
marker_a87bd526abe8dbc3c01420c11a6efe01.bindPopup(popup_bbd0d6c1d3ae095dc6e8e88600c23543)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a87bd526abe8dbc3c01420c11a6efe01.setIcon(icon_6ef899d74cc8243b92ce077f8789ee26);
|
|
|
|
|
|
var marker_42b7a659fa340922a5cba171cdaf1f3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_fa95a5a9b90fb16cfd4e56c23e17c234 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93b25385f21a5d22e8214ee8c1a72ea0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7e12037596baaf8f97816aa3322cd3e = $(`<div id="html_a7e12037596baaf8f97816aa3322cd3e" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_93b25385f21a5d22e8214ee8c1a72ea0.setContent(html_a7e12037596baaf8f97816aa3322cd3e);
|
|
|
|
|
|
|
|
marker_42b7a659fa340922a5cba171cdaf1f3c.bindPopup(popup_93b25385f21a5d22e8214ee8c1a72ea0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42b7a659fa340922a5cba171cdaf1f3c.setIcon(icon_fa95a5a9b90fb16cfd4e56c23e17c234);
|
|
|
|
|
|
var marker_11ac7ea356e5b4799e7309234ac3c558 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_2c3565e04447cad3d9ce940b91203554 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_154ae6aece3b303ef4434b0c5a8f428b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_208a9061eae8d5109c178cd8a3943956 = $(`<div id="html_208a9061eae8d5109c178cd8a3943956" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_154ae6aece3b303ef4434b0c5a8f428b.setContent(html_208a9061eae8d5109c178cd8a3943956);
|
|
|
|
|
|
|
|
marker_11ac7ea356e5b4799e7309234ac3c558.bindPopup(popup_154ae6aece3b303ef4434b0c5a8f428b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11ac7ea356e5b4799e7309234ac3c558.setIcon(icon_2c3565e04447cad3d9ce940b91203554);
|
|
|
|
|
|
var marker_2eae4e4f812119921181d978bb5e2463 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c271f2fce9dcda905e898727d3f23579 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0926df7e8d6e3aa5561223dba2671ebb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_617568ee5bc6ea031846db2e815c57dd = $(`<div id="html_617568ee5bc6ea031846db2e815c57dd" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_0926df7e8d6e3aa5561223dba2671ebb.setContent(html_617568ee5bc6ea031846db2e815c57dd);
|
|
|
|
|
|
|
|
marker_2eae4e4f812119921181d978bb5e2463.bindPopup(popup_0926df7e8d6e3aa5561223dba2671ebb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eae4e4f812119921181d978bb5e2463.setIcon(icon_c271f2fce9dcda905e898727d3f23579);
|
|
|
|
|
|
var marker_b1f0a16eb533febea05bf07ee5271520 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_704daf0f4e7735a4b6935a2965254c2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d19b93704946af1b6f45cb860aa8c529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a76256caec0eaa33a712d82ecdf11b34 = $(`<div id="html_a76256caec0eaa33a712d82ecdf11b34" style="width: 100.0%; height: 100.0%;">relay.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d19b93704946af1b6f45cb860aa8c529.setContent(html_a76256caec0eaa33a712d82ecdf11b34);
|
|
|
|
|
|
|
|
marker_b1f0a16eb533febea05bf07ee5271520.bindPopup(popup_d19b93704946af1b6f45cb860aa8c529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1f0a16eb533febea05bf07ee5271520.setIcon(icon_704daf0f4e7735a4b6935a2965254c2c);
|
|
|
|
|
|
var marker_8f044253fbcf15b4e473528f4a5211a9 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_aae82159702d30d0a569d11ea8fe2bd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09fd8521c13ca8477bc859f57a54f8bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e9a12276be3c64ec1e8f70e0ba82ddf = $(`<div id="html_9e9a12276be3c64ec1e8f70e0ba82ddf" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_09fd8521c13ca8477bc859f57a54f8bd.setContent(html_9e9a12276be3c64ec1e8f70e0ba82ddf);
|
|
|
|
|
|
|
|
marker_8f044253fbcf15b4e473528f4a5211a9.bindPopup(popup_09fd8521c13ca8477bc859f57a54f8bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f044253fbcf15b4e473528f4a5211a9.setIcon(icon_aae82159702d30d0a569d11ea8fe2bd4);
|
|
|
|
|
|
var marker_39b8904573dc1735327619f69feee946 = L.marker(
|
|
[13.311, 101.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_773064097b67090e426b24b687b6d362 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b33576f788c5216f0a88b4e3a12c97b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77c7c6e20612d54c2e3c0e8720fa3b3e = $(`<div id="html_77c7c6e20612d54c2e3c0e8720fa3b3e" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_b33576f788c5216f0a88b4e3a12c97b7.setContent(html_77c7c6e20612d54c2e3c0e8720fa3b3e);
|
|
|
|
|
|
|
|
marker_39b8904573dc1735327619f69feee946.bindPopup(popup_b33576f788c5216f0a88b4e3a12c97b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39b8904573dc1735327619f69feee946.setIcon(icon_773064097b67090e426b24b687b6d362);
|
|
|
|
|
|
var marker_336ffb6475f8bba2735fc27d2e79a0a7 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_00b92bd3eb9c1a18fc6331cc97bad6ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb620e82b379cc086a6f745163680926 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f818a6eb07e806aca48ce13fd68ab257 = $(`<div id="html_f818a6eb07e806aca48ce13fd68ab257" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_eb620e82b379cc086a6f745163680926.setContent(html_f818a6eb07e806aca48ce13fd68ab257);
|
|
|
|
|
|
|
|
marker_336ffb6475f8bba2735fc27d2e79a0a7.bindPopup(popup_eb620e82b379cc086a6f745163680926)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_336ffb6475f8bba2735fc27d2e79a0a7.setIcon(icon_00b92bd3eb9c1a18fc6331cc97bad6ac);
|
|
|
|
|
|
var marker_d91825fa60531b4393e56ecde0c50939 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_2c67df42c0fb125b2730c9c8df29508b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b9d6186f59a29055e822a822d489f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da0bf0d9dbfaa804cb5bd27b482e84b0 = $(`<div id="html_da0bf0d9dbfaa804cb5bd27b482e84b0" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_9b9d6186f59a29055e822a822d489f9f.setContent(html_da0bf0d9dbfaa804cb5bd27b482e84b0);
|
|
|
|
|
|
|
|
marker_d91825fa60531b4393e56ecde0c50939.bindPopup(popup_9b9d6186f59a29055e822a822d489f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d91825fa60531b4393e56ecde0c50939.setIcon(icon_2c67df42c0fb125b2730c9c8df29508b);
|
|
|
|
|
|
var marker_af33f34449fe412dfaa1463775c85995 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_4fdb81572d051cfee49b4deba10af1de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_648da04064b0707e6114520db13aa0c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40b0513c0d37ac3fe1da3af72c11599f = $(`<div id="html_40b0513c0d37ac3fe1da3af72c11599f" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_648da04064b0707e6114520db13aa0c2.setContent(html_40b0513c0d37ac3fe1da3af72c11599f);
|
|
|
|
|
|
|
|
marker_af33f34449fe412dfaa1463775c85995.bindPopup(popup_648da04064b0707e6114520db13aa0c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af33f34449fe412dfaa1463775c85995.setIcon(icon_4fdb81572d051cfee49b4deba10af1de);
|
|
|
|
|
|
var marker_13200c73e4d2fbaf87c564d4e24c9194 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_332bc61fc398ab5a2c9528e80b305c10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c737fd651f3e241d75f55845b08bf0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2bc8527c437d78d57a1bd596e6ed7a3 = $(`<div id="html_c2bc8527c437d78d57a1bd596e6ed7a3" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_6c737fd651f3e241d75f55845b08bf0c.setContent(html_c2bc8527c437d78d57a1bd596e6ed7a3);
|
|
|
|
|
|
|
|
marker_13200c73e4d2fbaf87c564d4e24c9194.bindPopup(popup_6c737fd651f3e241d75f55845b08bf0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13200c73e4d2fbaf87c564d4e24c9194.setIcon(icon_332bc61fc398ab5a2c9528e80b305c10);
|
|
|
|
|
|
var marker_8556992da821572d8fc26e0dc17121c2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_351e72645b1a59e94d07c7fd06bc0df5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fea31e8f373dbf9beddcd0e9ee0b159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06cbb9fe013dd959935a742b357698e3 = $(`<div id="html_06cbb9fe013dd959935a742b357698e3" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_7fea31e8f373dbf9beddcd0e9ee0b159.setContent(html_06cbb9fe013dd959935a742b357698e3);
|
|
|
|
|
|
|
|
marker_8556992da821572d8fc26e0dc17121c2.bindPopup(popup_7fea31e8f373dbf9beddcd0e9ee0b159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8556992da821572d8fc26e0dc17121c2.setIcon(icon_351e72645b1a59e94d07c7fd06bc0df5);
|
|
|
|
|
|
var marker_a9c924153e02966f87dbb5e1a649dc07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3754a67198f3c461d3e03cdc93c249a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f94a2fd4bbe52cd3a3a1ac0b4a3f092f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47e89e66df62af86c007564168aadcf0 = $(`<div id="html_47e89e66df62af86c007564168aadcf0" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_f94a2fd4bbe52cd3a3a1ac0b4a3f092f.setContent(html_47e89e66df62af86c007564168aadcf0);
|
|
|
|
|
|
|
|
marker_a9c924153e02966f87dbb5e1a649dc07.bindPopup(popup_f94a2fd4bbe52cd3a3a1ac0b4a3f092f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9c924153e02966f87dbb5e1a649dc07.setIcon(icon_3754a67198f3c461d3e03cdc93c249a7);
|
|
|
|
|
|
var marker_5c134abcb98af5d0d5e368ded92b59dc = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_9830d74489b11f4c0fcd5732e7acd1da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6809c167d55ab8d75dde782716806089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_380428e537217c897072470b3ee6cf94 = $(`<div id="html_380428e537217c897072470b3ee6cf94" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_6809c167d55ab8d75dde782716806089.setContent(html_380428e537217c897072470b3ee6cf94);
|
|
|
|
|
|
|
|
marker_5c134abcb98af5d0d5e368ded92b59dc.bindPopup(popup_6809c167d55ab8d75dde782716806089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c134abcb98af5d0d5e368ded92b59dc.setIcon(icon_9830d74489b11f4c0fcd5732e7acd1da);
|
|
|
|
|
|
var marker_996de8ac875e618a094111539cae1c4b = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_afec1e52bce4420c890fcd8d01552147 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ece1cd5829c357c3a49da0f96345d383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4030a7707549ca8745189904522fa9af = $(`<div id="html_4030a7707549ca8745189904522fa9af" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_ece1cd5829c357c3a49da0f96345d383.setContent(html_4030a7707549ca8745189904522fa9af);
|
|
|
|
|
|
|
|
marker_996de8ac875e618a094111539cae1c4b.bindPopup(popup_ece1cd5829c357c3a49da0f96345d383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_996de8ac875e618a094111539cae1c4b.setIcon(icon_afec1e52bce4420c890fcd8d01552147);
|
|
|
|
|
|
var marker_658dd3c2a4cb3c328c6cca55b713a85e = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_67fc81427ef58e265514939b81613d34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9ebf384251fdd97a6bdf27e3adf56bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c69faafa94e69f613689b9893f0f00e = $(`<div id="html_7c69faafa94e69f613689b9893f0f00e" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_d9ebf384251fdd97a6bdf27e3adf56bb.setContent(html_7c69faafa94e69f613689b9893f0f00e);
|
|
|
|
|
|
|
|
marker_658dd3c2a4cb3c328c6cca55b713a85e.bindPopup(popup_d9ebf384251fdd97a6bdf27e3adf56bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_658dd3c2a4cb3c328c6cca55b713a85e.setIcon(icon_67fc81427ef58e265514939b81613d34);
|
|
|
|
|
|
var marker_69d9288db5173a26b151ac7e0ca9c6b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5591b9780370dd66f334cd857f7ce46c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cb388dc0c69ef09a095ca34efd539c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1389223dd58a7209eced219c56d1c3ea = $(`<div id="html_1389223dd58a7209eced219c56d1c3ea" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_1cb388dc0c69ef09a095ca34efd539c2.setContent(html_1389223dd58a7209eced219c56d1c3ea);
|
|
|
|
|
|
|
|
marker_69d9288db5173a26b151ac7e0ca9c6b0.bindPopup(popup_1cb388dc0c69ef09a095ca34efd539c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69d9288db5173a26b151ac7e0ca9c6b0.setIcon(icon_5591b9780370dd66f334cd857f7ce46c);
|
|
|
|
|
|
var marker_715dd4a09f9446be4422e91f7ab242a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_e79175ee7029f53067b5d770fa6374d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96816cddec8c749599d59c3575905bab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9faea0770b08e3641df8aba51137dcc0 = $(`<div id="html_9faea0770b08e3641df8aba51137dcc0" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_96816cddec8c749599d59c3575905bab.setContent(html_9faea0770b08e3641df8aba51137dcc0);
|
|
|
|
|
|
|
|
marker_715dd4a09f9446be4422e91f7ab242a3.bindPopup(popup_96816cddec8c749599d59c3575905bab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_715dd4a09f9446be4422e91f7ab242a3.setIcon(icon_e79175ee7029f53067b5d770fa6374d6);
|
|
|
|
|
|
var marker_07f09eea78ace33e4f3812d4b6fb4215 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_453ca3288803825366e9f2fc51f299a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fd1fca4553eb694dcca678ffd5b880d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0cb400751fabd6b779b941c4fefff7b = $(`<div id="html_c0cb400751fabd6b779b941c4fefff7b" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_5fd1fca4553eb694dcca678ffd5b880d.setContent(html_c0cb400751fabd6b779b941c4fefff7b);
|
|
|
|
|
|
|
|
marker_07f09eea78ace33e4f3812d4b6fb4215.bindPopup(popup_5fd1fca4553eb694dcca678ffd5b880d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07f09eea78ace33e4f3812d4b6fb4215.setIcon(icon_453ca3288803825366e9f2fc51f299a1);
|
|
|
|
|
|
var marker_6e3e0ef21aed415a571771e53f62005f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ab83c52b2fca17c73859744410835302 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98b9cfb6256880abb6c39f149469868d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de27f2931789e58afc3e62626d7688d5 = $(`<div id="html_de27f2931789e58afc3e62626d7688d5" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_98b9cfb6256880abb6c39f149469868d.setContent(html_de27f2931789e58afc3e62626d7688d5);
|
|
|
|
|
|
|
|
marker_6e3e0ef21aed415a571771e53f62005f.bindPopup(popup_98b9cfb6256880abb6c39f149469868d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e3e0ef21aed415a571771e53f62005f.setIcon(icon_ab83c52b2fca17c73859744410835302);
|
|
|
|
|
|
var marker_6c23a44d790b2525c3fbdd72850b1e73 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_9fa298895a1125ae9904ff2343048c2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdab2b7113dcf0b6dce4155a22d01f7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_986b4ab5e510c24233f421ef3b3f019b = $(`<div id="html_986b4ab5e510c24233f421ef3b3f019b" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_fdab2b7113dcf0b6dce4155a22d01f7a.setContent(html_986b4ab5e510c24233f421ef3b3f019b);
|
|
|
|
|
|
|
|
marker_6c23a44d790b2525c3fbdd72850b1e73.bindPopup(popup_fdab2b7113dcf0b6dce4155a22d01f7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c23a44d790b2525c3fbdd72850b1e73.setIcon(icon_9fa298895a1125ae9904ff2343048c2a);
|
|
|
|
|
|
var marker_069d2da1a1a8f804210beb7933bf3acf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c7f6ec1ce5611387ac98eade4769279e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08ebf6335c4d8d00788adedfae6d2512 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9a532b65c3b8a1e471325c7c6e91923 = $(`<div id="html_b9a532b65c3b8a1e471325c7c6e91923" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_08ebf6335c4d8d00788adedfae6d2512.setContent(html_b9a532b65c3b8a1e471325c7c6e91923);
|
|
|
|
|
|
|
|
marker_069d2da1a1a8f804210beb7933bf3acf.bindPopup(popup_08ebf6335c4d8d00788adedfae6d2512)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_069d2da1a1a8f804210beb7933bf3acf.setIcon(icon_c7f6ec1ce5611387ac98eade4769279e);
|
|
|
|
|
|
var marker_ab30e9d3bb43a2fce3b8c9a28fa222dc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_ba06d3b1225ee52d8d8f86bc3073bc48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d671660c5afe1f9d8b8da9062139cf46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efaad78883130e5df6b822440c034347 = $(`<div id="html_efaad78883130e5df6b822440c034347" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_d671660c5afe1f9d8b8da9062139cf46.setContent(html_efaad78883130e5df6b822440c034347);
|
|
|
|
|
|
|
|
marker_ab30e9d3bb43a2fce3b8c9a28fa222dc.bindPopup(popup_d671660c5afe1f9d8b8da9062139cf46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab30e9d3bb43a2fce3b8c9a28fa222dc.setIcon(icon_ba06d3b1225ee52d8d8f86bc3073bc48);
|
|
|
|
|
|
var marker_2d2b001d886b47ffb74bbd87b68c5f38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8be3f85ea680a20e7d3749d6f6b177bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2badb08e44f39a9e7a8d4c30916640e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edc7bc50f3e1a1b7a9b8bc23b4378a19 = $(`<div id="html_edc7bc50f3e1a1b7a9b8bc23b4378a19" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_f2badb08e44f39a9e7a8d4c30916640e.setContent(html_edc7bc50f3e1a1b7a9b8bc23b4378a19);
|
|
|
|
|
|
|
|
marker_2d2b001d886b47ffb74bbd87b68c5f38.bindPopup(popup_f2badb08e44f39a9e7a8d4c30916640e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d2b001d886b47ffb74bbd87b68c5f38.setIcon(icon_8be3f85ea680a20e7d3749d6f6b177bf);
|
|
|
|
|
|
var marker_dd07297f442ddd3151e3feb6000ab2b3 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b17da274f07fde18d1fe358c2b2c7eda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d29389ac10647c1c3f015cce2f87515 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76a9f7f040c2edbddf2e1ee50e1bc925 = $(`<div id="html_76a9f7f040c2edbddf2e1ee50e1bc925" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_4d29389ac10647c1c3f015cce2f87515.setContent(html_76a9f7f040c2edbddf2e1ee50e1bc925);
|
|
|
|
|
|
|
|
marker_dd07297f442ddd3151e3feb6000ab2b3.bindPopup(popup_4d29389ac10647c1c3f015cce2f87515)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd07297f442ddd3151e3feb6000ab2b3.setIcon(icon_b17da274f07fde18d1fe358c2b2c7eda);
|
|
|
|
|
|
var marker_968f1e5f55834809473c7bfa9c9ff85a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_963846773a3bdb02e9605c31a199d411 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a8caa0f5033fc683557c334101f31fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d91d44e7d7bc938040b0d339b51797c5 = $(`<div id="html_d91d44e7d7bc938040b0d339b51797c5" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_2a8caa0f5033fc683557c334101f31fd.setContent(html_d91d44e7d7bc938040b0d339b51797c5);
|
|
|
|
|
|
|
|
marker_968f1e5f55834809473c7bfa9c9ff85a.bindPopup(popup_2a8caa0f5033fc683557c334101f31fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_968f1e5f55834809473c7bfa9c9ff85a.setIcon(icon_963846773a3bdb02e9605c31a199d411);
|
|
|
|
|
|
var marker_0fbc7f073bc29e9c0aff5996d58b2590 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3d288b310a203df91d8c5dcca5377ca1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad532fbb450cd54a4731de03ec35f73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30aadeb2b1d93b476d92c78876548782 = $(`<div id="html_30aadeb2b1d93b476d92c78876548782" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_cad532fbb450cd54a4731de03ec35f73.setContent(html_30aadeb2b1d93b476d92c78876548782);
|
|
|
|
|
|
|
|
marker_0fbc7f073bc29e9c0aff5996d58b2590.bindPopup(popup_cad532fbb450cd54a4731de03ec35f73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fbc7f073bc29e9c0aff5996d58b2590.setIcon(icon_3d288b310a203df91d8c5dcca5377ca1);
|
|
|
|
|
|
var marker_d4cbc518c056c13aafd27b4091bf75b1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_202745ccfae5bf8acceb69ab2d687722 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023bc95f9f69e10f0ff4888cd2e6deb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3cbc1591cfbce2a2a296aaed6543981 = $(`<div id="html_b3cbc1591cfbce2a2a296aaed6543981" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_023bc95f9f69e10f0ff4888cd2e6deb4.setContent(html_b3cbc1591cfbce2a2a296aaed6543981);
|
|
|
|
|
|
|
|
marker_d4cbc518c056c13aafd27b4091bf75b1.bindPopup(popup_023bc95f9f69e10f0ff4888cd2e6deb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4cbc518c056c13aafd27b4091bf75b1.setIcon(icon_202745ccfae5bf8acceb69ab2d687722);
|
|
|
|
|
|
var marker_60f92ef1400e9d3547c17993476535a3 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_08bbfca5b8331ad89a5f8505027dc17f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26567791f9dd3cd62cdf794c3b215859 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6a174a647a71d4e43f163b6a26b6ff1 = $(`<div id="html_d6a174a647a71d4e43f163b6a26b6ff1" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_26567791f9dd3cd62cdf794c3b215859.setContent(html_d6a174a647a71d4e43f163b6a26b6ff1);
|
|
|
|
|
|
|
|
marker_60f92ef1400e9d3547c17993476535a3.bindPopup(popup_26567791f9dd3cd62cdf794c3b215859)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60f92ef1400e9d3547c17993476535a3.setIcon(icon_08bbfca5b8331ad89a5f8505027dc17f);
|
|
|
|
|
|
var marker_399ff7947ecfe9d91cd2e331bc9448d0 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_35e03831512f5596847048e694d86348 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0996cff5dfb24f46e65b838b7b7e0637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8428e65491c697b356fbe4d78c3cabe = $(`<div id="html_e8428e65491c697b356fbe4d78c3cabe" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_0996cff5dfb24f46e65b838b7b7e0637.setContent(html_e8428e65491c697b356fbe4d78c3cabe);
|
|
|
|
|
|
|
|
marker_399ff7947ecfe9d91cd2e331bc9448d0.bindPopup(popup_0996cff5dfb24f46e65b838b7b7e0637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_399ff7947ecfe9d91cd2e331bc9448d0.setIcon(icon_35e03831512f5596847048e694d86348);
|
|
|
|
|
|
var marker_11493de525fe64d3876910a08ea5b020 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_672a7c2a62190f900c22f17899edc4ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52f2fc5c0ef9ddece4627dd906dfbacc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_887c3376f517f36cdb9cbd9a714e75ea = $(`<div id="html_887c3376f517f36cdb9cbd9a714e75ea" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_52f2fc5c0ef9ddece4627dd906dfbacc.setContent(html_887c3376f517f36cdb9cbd9a714e75ea);
|
|
|
|
|
|
|
|
marker_11493de525fe64d3876910a08ea5b020.bindPopup(popup_52f2fc5c0ef9ddece4627dd906dfbacc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11493de525fe64d3876910a08ea5b020.setIcon(icon_672a7c2a62190f900c22f17899edc4ff);
|
|
|
|
|
|
var marker_937ef462f80d814cdd11180c1c753946 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_05ba7ba875c0d6673a4c9a5ef2c75fce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e9b432bc7ce65f1909ee2aceb9d821f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97426ed28e7ca04f43be2b3c776e1cf2 = $(`<div id="html_97426ed28e7ca04f43be2b3c776e1cf2" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_1e9b432bc7ce65f1909ee2aceb9d821f.setContent(html_97426ed28e7ca04f43be2b3c776e1cf2);
|
|
|
|
|
|
|
|
marker_937ef462f80d814cdd11180c1c753946.bindPopup(popup_1e9b432bc7ce65f1909ee2aceb9d821f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_937ef462f80d814cdd11180c1c753946.setIcon(icon_05ba7ba875c0d6673a4c9a5ef2c75fce);
|
|
|
|
|
|
var marker_4e33bca0bd5d1c09b74b85bcbf258241 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_cb8348e6d0d5f4f648782af576b13dda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6435d5c381e17cb8aed416ebe7abbb83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42597bef333389a80f88264d04a80e1a = $(`<div id="html_42597bef333389a80f88264d04a80e1a" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_6435d5c381e17cb8aed416ebe7abbb83.setContent(html_42597bef333389a80f88264d04a80e1a);
|
|
|
|
|
|
|
|
marker_4e33bca0bd5d1c09b74b85bcbf258241.bindPopup(popup_6435d5c381e17cb8aed416ebe7abbb83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e33bca0bd5d1c09b74b85bcbf258241.setIcon(icon_cb8348e6d0d5f4f648782af576b13dda);
|
|
|
|
|
|
var marker_c0ef03af00526b4cbda1d47f7c89ecd5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_7ffde66e330797b7ec7dd87acacaeb9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd837a3fbfc86095b5f9e663818b31da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1953499b920cf833e02363e4f95cb464 = $(`<div id="html_1953499b920cf833e02363e4f95cb464" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_fd837a3fbfc86095b5f9e663818b31da.setContent(html_1953499b920cf833e02363e4f95cb464);
|
|
|
|
|
|
|
|
marker_c0ef03af00526b4cbda1d47f7c89ecd5.bindPopup(popup_fd837a3fbfc86095b5f9e663818b31da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ef03af00526b4cbda1d47f7c89ecd5.setIcon(icon_7ffde66e330797b7ec7dd87acacaeb9e);
|
|
|
|
|
|
var marker_cbc9325ee4e3ea2579940cd9cf59de58 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_8e2a0e4a7e4aa8b0d5598b0661a533ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9393fe23764f927eadc8876554dccbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_683553a6f13456533d6742e99cc9c2fb = $(`<div id="html_683553a6f13456533d6742e99cc9c2fb" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_b9393fe23764f927eadc8876554dccbb.setContent(html_683553a6f13456533d6742e99cc9c2fb);
|
|
|
|
|
|
|
|
marker_cbc9325ee4e3ea2579940cd9cf59de58.bindPopup(popup_b9393fe23764f927eadc8876554dccbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbc9325ee4e3ea2579940cd9cf59de58.setIcon(icon_8e2a0e4a7e4aa8b0d5598b0661a533ac);
|
|
|
|
|
|
var marker_7cd0d011e3078c8535ae6fb237b0cc1d = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_b628f5604359f813136ba2708eb45a3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51ad29d332a8a339633f3d81e30424ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47ebac928283c31e4eacee0f53436090 = $(`<div id="html_47ebac928283c31e4eacee0f53436090" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_51ad29d332a8a339633f3d81e30424ca.setContent(html_47ebac928283c31e4eacee0f53436090);
|
|
|
|
|
|
|
|
marker_7cd0d011e3078c8535ae6fb237b0cc1d.bindPopup(popup_51ad29d332a8a339633f3d81e30424ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cd0d011e3078c8535ae6fb237b0cc1d.setIcon(icon_b628f5604359f813136ba2708eb45a3e);
|
|
|
|
|
|
var marker_591942e1d6c340689ad4370df6b71e90 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_eeec86f23a1a99921ed79b5cb4503620 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07c074ef338ed8a64fb5462d7f48d8c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39d51383b4037f900e2f7f663ead3e1d = $(`<div id="html_39d51383b4037f900e2f7f663ead3e1d" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_07c074ef338ed8a64fb5462d7f48d8c5.setContent(html_39d51383b4037f900e2f7f663ead3e1d);
|
|
|
|
|
|
|
|
marker_591942e1d6c340689ad4370df6b71e90.bindPopup(popup_07c074ef338ed8a64fb5462d7f48d8c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_591942e1d6c340689ad4370df6b71e90.setIcon(icon_eeec86f23a1a99921ed79b5cb4503620);
|
|
|
|
|
|
var marker_673bef2d16329ba8e653506cbad81615 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_a3e2abd529a4fac40fdfa9237b39041c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47482256675d5ac4cf2ff33faf63fdc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db4da910b8af3487c9518e86f92669fe = $(`<div id="html_db4da910b8af3487c9518e86f92669fe" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_47482256675d5ac4cf2ff33faf63fdc4.setContent(html_db4da910b8af3487c9518e86f92669fe);
|
|
|
|
|
|
|
|
marker_673bef2d16329ba8e653506cbad81615.bindPopup(popup_47482256675d5ac4cf2ff33faf63fdc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_673bef2d16329ba8e653506cbad81615.setIcon(icon_a3e2abd529a4fac40fdfa9237b39041c);
|
|
|
|
|
|
var marker_b976397825276f7434a84cb44a4e0119 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_91a0f5bc1f2b7839f1f434293f7c7d98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea69110d5c9747554ef43862f11d3fd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12f6e0d42613e88512b1b3ef512aacec = $(`<div id="html_12f6e0d42613e88512b1b3ef512aacec" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_ea69110d5c9747554ef43862f11d3fd1.setContent(html_12f6e0d42613e88512b1b3ef512aacec);
|
|
|
|
|
|
|
|
marker_b976397825276f7434a84cb44a4e0119.bindPopup(popup_ea69110d5c9747554ef43862f11d3fd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b976397825276f7434a84cb44a4e0119.setIcon(icon_91a0f5bc1f2b7839f1f434293f7c7d98);
|
|
|
|
|
|
var marker_ca548400da7b419c04e28583ade55853 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_6d7bb7acf84cb3bcbe82e1cd5935cf8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_242e141fae765f097ea882b497cb3915 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cc3c82857cc79e08ca13010ca62d956 = $(`<div id="html_3cc3c82857cc79e08ca13010ca62d956" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_242e141fae765f097ea882b497cb3915.setContent(html_3cc3c82857cc79e08ca13010ca62d956);
|
|
|
|
|
|
|
|
marker_ca548400da7b419c04e28583ade55853.bindPopup(popup_242e141fae765f097ea882b497cb3915)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca548400da7b419c04e28583ade55853.setIcon(icon_6d7bb7acf84cb3bcbe82e1cd5935cf8d);
|
|
|
|
|
|
var marker_4d22f054d19f698621c6d4e95a51742b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_d25358b68f43ebd16c978b860b308baf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29b790787721f11a3f84df4ecf57d7d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e39a26e6526be4d30142c275897c317 = $(`<div id="html_1e39a26e6526be4d30142c275897c317" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_29b790787721f11a3f84df4ecf57d7d3.setContent(html_1e39a26e6526be4d30142c275897c317);
|
|
|
|
|
|
|
|
marker_4d22f054d19f698621c6d4e95a51742b.bindPopup(popup_29b790787721f11a3f84df4ecf57d7d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d22f054d19f698621c6d4e95a51742b.setIcon(icon_d25358b68f43ebd16c978b860b308baf);
|
|
|
|
|
|
var marker_ec3795958fff65111e289229077baf7f = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_3c41f7481c6f1b094e7a561fb01e643d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7947e49e8e37dde9cd621b56bc82ec5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17926d6e1bef38f3c72c57d15cd930c2 = $(`<div id="html_17926d6e1bef38f3c72c57d15cd930c2" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_7947e49e8e37dde9cd621b56bc82ec5e.setContent(html_17926d6e1bef38f3c72c57d15cd930c2);
|
|
|
|
|
|
|
|
marker_ec3795958fff65111e289229077baf7f.bindPopup(popup_7947e49e8e37dde9cd621b56bc82ec5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec3795958fff65111e289229077baf7f.setIcon(icon_3c41f7481c6f1b094e7a561fb01e643d);
|
|
|
|
|
|
var marker_7c16f8f05aa5ea32ac88a6c77c295635 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_c4a91fb387fb183915853bd96bf8c008 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_069e7497dbc37f9c8d4eadaf5693204a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f050e89a659d0b3fa2c2854942be5d21 = $(`<div id="html_f050e89a659d0b3fa2c2854942be5d21" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_069e7497dbc37f9c8d4eadaf5693204a.setContent(html_f050e89a659d0b3fa2c2854942be5d21);
|
|
|
|
|
|
|
|
marker_7c16f8f05aa5ea32ac88a6c77c295635.bindPopup(popup_069e7497dbc37f9c8d4eadaf5693204a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c16f8f05aa5ea32ac88a6c77c295635.setIcon(icon_c4a91fb387fb183915853bd96bf8c008);
|
|
|
|
|
|
var marker_80b8b2601194ee36b45f5831f6f19018 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_68c360e697d5aec08b52d5ec926108bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_403efebcec3e8bf1078ae586dd9ff847 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f76312c3bbe347dcba3abc76b77d5bc = $(`<div id="html_0f76312c3bbe347dcba3abc76b77d5bc" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_403efebcec3e8bf1078ae586dd9ff847.setContent(html_0f76312c3bbe347dcba3abc76b77d5bc);
|
|
|
|
|
|
|
|
marker_80b8b2601194ee36b45f5831f6f19018.bindPopup(popup_403efebcec3e8bf1078ae586dd9ff847)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80b8b2601194ee36b45f5831f6f19018.setIcon(icon_68c360e697d5aec08b52d5ec926108bd);
|
|
|
|
|
|
var marker_087bdaae728e1094425177ac5f239604 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_810d70353a8a0f29620519416e83ea4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_284240fc9127799f946667e984b43e9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05f94ec3543f13e40915081f3199dda1 = $(`<div id="html_05f94ec3543f13e40915081f3199dda1" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_284240fc9127799f946667e984b43e9d.setContent(html_05f94ec3543f13e40915081f3199dda1);
|
|
|
|
|
|
|
|
marker_087bdaae728e1094425177ac5f239604.bindPopup(popup_284240fc9127799f946667e984b43e9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087bdaae728e1094425177ac5f239604.setIcon(icon_810d70353a8a0f29620519416e83ea4c);
|
|
|
|
|
|
var marker_d70d6fa97a8f52a5055b221751d357c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_f337c13d89db26954bfb9b644ffca5e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd0a742176a244c553d8dba5524b99a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_529cdfbaa89a0a8d062bd6ea8b310e75 = $(`<div id="html_529cdfbaa89a0a8d062bd6ea8b310e75" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_bd0a742176a244c553d8dba5524b99a8.setContent(html_529cdfbaa89a0a8d062bd6ea8b310e75);
|
|
|
|
|
|
|
|
marker_d70d6fa97a8f52a5055b221751d357c3.bindPopup(popup_bd0a742176a244c553d8dba5524b99a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d70d6fa97a8f52a5055b221751d357c3.setIcon(icon_f337c13d89db26954bfb9b644ffca5e6);
|
|
|
|
|
|
var marker_e7d8fc04deeb7f9adde1f3e811beb7eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_dcdc28ab13e70e625e8132eded7a1f87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36a38f10330a7389b2f497ab581939a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91a46eb8c9020e2836cc4327c334633f = $(`<div id="html_91a46eb8c9020e2836cc4327c334633f" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_36a38f10330a7389b2f497ab581939a5.setContent(html_91a46eb8c9020e2836cc4327c334633f);
|
|
|
|
|
|
|
|
marker_e7d8fc04deeb7f9adde1f3e811beb7eb.bindPopup(popup_36a38f10330a7389b2f497ab581939a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7d8fc04deeb7f9adde1f3e811beb7eb.setIcon(icon_dcdc28ab13e70e625e8132eded7a1f87);
|
|
|
|
|
|
var marker_7bf3582e3a7a5aba8f761de295a3cc3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_5db0d87baf80469b5e606868e4fa5133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cf05a3276c9ea63ae233bcf6b89e42e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86b4bf6555bcf42003e41e4843b2c085 = $(`<div id="html_86b4bf6555bcf42003e41e4843b2c085" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_3cf05a3276c9ea63ae233bcf6b89e42e.setContent(html_86b4bf6555bcf42003e41e4843b2c085);
|
|
|
|
|
|
|
|
marker_7bf3582e3a7a5aba8f761de295a3cc3a.bindPopup(popup_3cf05a3276c9ea63ae233bcf6b89e42e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bf3582e3a7a5aba8f761de295a3cc3a.setIcon(icon_5db0d87baf80469b5e606868e4fa5133);
|
|
|
|
|
|
var marker_f5456d17cf944b03d0504c84b888150c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_860883f3368b7e5662d26d6f34d1a1d9);
|
|
|
|
|
|
var icon_96a178e7f323e6f8c79c2294b11a7bef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2795fe8d03f61ebb301de23c9a951964 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a0789c6ca177bd17007ec942b6d0d53 = $(`<div id="html_8a0789c6ca177bd17007ec942b6d0d53" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_2795fe8d03f61ebb301de23c9a951964.setContent(html_8a0789c6ca177bd17007ec942b6d0d53);
|
|
|
|
|
|
|
|
marker_f5456d17cf944b03d0504c84b888150c.bindPopup(popup_2795fe8d03f61ebb301de23c9a951964)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5456d17cf944b03d0504c84b888150c.setIcon(icon_96a178e7f323e6f8c79c2294b11a7bef);
|
|
|
|
|
|
marker_cluster_860883f3368b7e5662d26d6f34d1a1d9.addTo(map_edbb9a5c4e55b1f60adcd0e738809709);
|
|
|
|
</script>
|
|
</html> |