mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 16:05:18 +00:00
12007 lines
349 KiB
HTML
12007 lines
349 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_9894c88a3cb4ccd9cd3cc4e852ba6c09 {
|
|
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_9894c88a3cb4ccd9cd3cc4e852ba6c09" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_9894c88a3cb4ccd9cd3cc4e852ba6c09 = L.map(
|
|
"map_9894c88a3cb4ccd9cd3cc4e852ba6c09",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_73c1e8f279d91cfd6d0d25171b5c37ee = 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_73c1e8f279d91cfd6d0d25171b5c37ee.addTo(map_9894c88a3cb4ccd9cd3cc4e852ba6c09);
|
|
|
|
|
|
var marker_cluster_e59652b5870601e1cae90f1e1a0fe2df = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_aed9d0cecee01df553f3b3c489855eef = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cc76ce6df40c1fa84ca810ff26ebe0e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69b302da0cf6afa7fc4d90e25e58cb6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbe8b0868596c675e01e0904f8762c87 = $(`<div id="html_cbe8b0868596c675e01e0904f8762c87" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_69b302da0cf6afa7fc4d90e25e58cb6a.setContent(html_cbe8b0868596c675e01e0904f8762c87);
|
|
|
|
|
|
|
|
marker_aed9d0cecee01df553f3b3c489855eef.bindPopup(popup_69b302da0cf6afa7fc4d90e25e58cb6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aed9d0cecee01df553f3b3c489855eef.setIcon(icon_cc76ce6df40c1fa84ca810ff26ebe0e7);
|
|
|
|
|
|
var marker_049f2a9f99214a556f8a5582c461892c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_501cbe13acc7023a7e5c73d00b1cdaa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f293dafa851a5b577869ca7b3fcfb53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23118dd085764caaa5151d17bf37162a = $(`<div id="html_23118dd085764caaa5151d17bf37162a" style="width: 100.0%; height: 100.0%;">entirely-these-phases-melissa.trycloudflare.com</div>`)[0];
|
|
popup_0f293dafa851a5b577869ca7b3fcfb53.setContent(html_23118dd085764caaa5151d17bf37162a);
|
|
|
|
|
|
|
|
marker_049f2a9f99214a556f8a5582c461892c.bindPopup(popup_0f293dafa851a5b577869ca7b3fcfb53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_049f2a9f99214a556f8a5582c461892c.setIcon(icon_501cbe13acc7023a7e5c73d00b1cdaa7);
|
|
|
|
|
|
var marker_2ea7e00f80841ca13adbeed82dda9a3d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_aa429884f8f74d73f8ebe6044a03a4ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcb2b5136db6c0b5528ef26326992ec6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a80ebe225542abc5a837308016f8bcc = $(`<div id="html_3a80ebe225542abc5a837308016f8bcc" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_fcb2b5136db6c0b5528ef26326992ec6.setContent(html_3a80ebe225542abc5a837308016f8bcc);
|
|
|
|
|
|
|
|
marker_2ea7e00f80841ca13adbeed82dda9a3d.bindPopup(popup_fcb2b5136db6c0b5528ef26326992ec6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ea7e00f80841ca13adbeed82dda9a3d.setIcon(icon_aa429884f8f74d73f8ebe6044a03a4ec);
|
|
|
|
|
|
var marker_852f0d7535bc2b425b818bd0c0c7e772 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d5226b857211d759f10a0bab53278715 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9355d5dfedd3a34aa1fbf0c0c1c886c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e1eaa7fc17ec855b043aec118e795b7 = $(`<div id="html_4e1eaa7fc17ec855b043aec118e795b7" style="width: 100.0%; height: 100.0%;">talon.quest</div>`)[0];
|
|
popup_e9355d5dfedd3a34aa1fbf0c0c1c886c.setContent(html_4e1eaa7fc17ec855b043aec118e795b7);
|
|
|
|
|
|
|
|
marker_852f0d7535bc2b425b818bd0c0c7e772.bindPopup(popup_e9355d5dfedd3a34aa1fbf0c0c1c886c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_852f0d7535bc2b425b818bd0c0c7e772.setIcon(icon_d5226b857211d759f10a0bab53278715);
|
|
|
|
|
|
var marker_ec1bc313cb54354785b3319a9a87a9fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_26203cc6aca22deca2338a3cc2b966f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76379bb8f28664ce320b2195b675c186 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7409291ba646f659df319a47255341f = $(`<div id="html_f7409291ba646f659df319a47255341f" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_76379bb8f28664ce320b2195b675c186.setContent(html_f7409291ba646f659df319a47255341f);
|
|
|
|
|
|
|
|
marker_ec1bc313cb54354785b3319a9a87a9fd.bindPopup(popup_76379bb8f28664ce320b2195b675c186)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec1bc313cb54354785b3319a9a87a9fd.setIcon(icon_26203cc6aca22deca2338a3cc2b966f1);
|
|
|
|
|
|
var marker_7d8494190d41e3f4b0b83419dd69944c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9841ee1164fd661ce6e78359288c4f33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2af2b3c8650d1c3fba0194404a86715a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c78a9d9e6e42d24285b7609589ae7be0 = $(`<div id="html_c78a9d9e6e42d24285b7609589ae7be0" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_2af2b3c8650d1c3fba0194404a86715a.setContent(html_c78a9d9e6e42d24285b7609589ae7be0);
|
|
|
|
|
|
|
|
marker_7d8494190d41e3f4b0b83419dd69944c.bindPopup(popup_2af2b3c8650d1c3fba0194404a86715a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d8494190d41e3f4b0b83419dd69944c.setIcon(icon_9841ee1164fd661ce6e78359288c4f33);
|
|
|
|
|
|
var marker_95022b96b78e66f282f4f6b0ae25a18c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4da76768890a496c7d26e41b13c3bf06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2c8c07cb116bf32720ccd6420cd5cc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b3b567ba1b041e5cdae570b4db812a1 = $(`<div id="html_0b3b567ba1b041e5cdae570b4db812a1" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_e2c8c07cb116bf32720ccd6420cd5cc9.setContent(html_0b3b567ba1b041e5cdae570b4db812a1);
|
|
|
|
|
|
|
|
marker_95022b96b78e66f282f4f6b0ae25a18c.bindPopup(popup_e2c8c07cb116bf32720ccd6420cd5cc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95022b96b78e66f282f4f6b0ae25a18c.setIcon(icon_4da76768890a496c7d26e41b13c3bf06);
|
|
|
|
|
|
var marker_b63e5531d370a4aa3af60d131ce25f43 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8b669973d272c621f883dabd121d5940 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c97314fb45068614912a0be57617f077 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a10b38704ffdf9bae5a7fa8c2986f0a5 = $(`<div id="html_a10b38704ffdf9bae5a7fa8c2986f0a5" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_c97314fb45068614912a0be57617f077.setContent(html_a10b38704ffdf9bae5a7fa8c2986f0a5);
|
|
|
|
|
|
|
|
marker_b63e5531d370a4aa3af60d131ce25f43.bindPopup(popup_c97314fb45068614912a0be57617f077)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b63e5531d370a4aa3af60d131ce25f43.setIcon(icon_8b669973d272c621f883dabd121d5940);
|
|
|
|
|
|
var marker_dd9e82dbc72379ebc9745ad90a8ee6c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f6e7259593e98d78c5b54a3f3855f2cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4a2746c8d9b25df367ef47d8c430bed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d53c43db2add7ea039e3632fb413328 = $(`<div id="html_1d53c43db2add7ea039e3632fb413328" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_c4a2746c8d9b25df367ef47d8c430bed.setContent(html_1d53c43db2add7ea039e3632fb413328);
|
|
|
|
|
|
|
|
marker_dd9e82dbc72379ebc9745ad90a8ee6c1.bindPopup(popup_c4a2746c8d9b25df367ef47d8c430bed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd9e82dbc72379ebc9745ad90a8ee6c1.setIcon(icon_f6e7259593e98d78c5b54a3f3855f2cb);
|
|
|
|
|
|
var marker_7f98e4f16603b04b5f6b2fdbd4f81adb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_eae4ae84f30423749d9c8a033706a650 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b2906254d7280c543d7792951bcfc25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76122907ecef4146c2d12fa493930233 = $(`<div id="html_76122907ecef4146c2d12fa493930233" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_8b2906254d7280c543d7792951bcfc25.setContent(html_76122907ecef4146c2d12fa493930233);
|
|
|
|
|
|
|
|
marker_7f98e4f16603b04b5f6b2fdbd4f81adb.bindPopup(popup_8b2906254d7280c543d7792951bcfc25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f98e4f16603b04b5f6b2fdbd4f81adb.setIcon(icon_eae4ae84f30423749d9c8a033706a650);
|
|
|
|
|
|
var marker_3bb597ed5fda3253ec24be0215e9c8b9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4dcc86eaa20bd9f323329fdc83e82fca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_874feb51c3fd59155936248d0909ae05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9dfcee265913469439855b49a002d29 = $(`<div id="html_f9dfcee265913469439855b49a002d29" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_874feb51c3fd59155936248d0909ae05.setContent(html_f9dfcee265913469439855b49a002d29);
|
|
|
|
|
|
|
|
marker_3bb597ed5fda3253ec24be0215e9c8b9.bindPopup(popup_874feb51c3fd59155936248d0909ae05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bb597ed5fda3253ec24be0215e9c8b9.setIcon(icon_4dcc86eaa20bd9f323329fdc83e82fca);
|
|
|
|
|
|
var marker_1ebded872ed5a7af9f9dacc1af6f3024 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_50e891f58163667170886e4abcbcc590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5852ede95e206bc87cb68f44645e4159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7ecf40c879f5576ed082aa8ca267feb = $(`<div id="html_c7ecf40c879f5576ed082aa8ca267feb" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_5852ede95e206bc87cb68f44645e4159.setContent(html_c7ecf40c879f5576ed082aa8ca267feb);
|
|
|
|
|
|
|
|
marker_1ebded872ed5a7af9f9dacc1af6f3024.bindPopup(popup_5852ede95e206bc87cb68f44645e4159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ebded872ed5a7af9f9dacc1af6f3024.setIcon(icon_50e891f58163667170886e4abcbcc590);
|
|
|
|
|
|
var marker_3bc5a41123a04b32783951c782315bb8 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_667c44a07459ac9e4659fd3a004db839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fad8a8b4b7a66e21b042b46eb30ad30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9d8d555d01dcd96d0845e0a3ba38c94 = $(`<div id="html_e9d8d555d01dcd96d0845e0a3ba38c94" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_8fad8a8b4b7a66e21b042b46eb30ad30.setContent(html_e9d8d555d01dcd96d0845e0a3ba38c94);
|
|
|
|
|
|
|
|
marker_3bc5a41123a04b32783951c782315bb8.bindPopup(popup_8fad8a8b4b7a66e21b042b46eb30ad30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bc5a41123a04b32783951c782315bb8.setIcon(icon_667c44a07459ac9e4659fd3a004db839);
|
|
|
|
|
|
var marker_9f1a76299f15a9e592d88ec63834a0da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_22a71ef1f128e67a1032a719b4adaec5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d4c8733e50c6c0bcc9c7f31dd5111b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72af9365837278a02ce3df4fa2024b20 = $(`<div id="html_72af9365837278a02ce3df4fa2024b20" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_3d4c8733e50c6c0bcc9c7f31dd5111b0.setContent(html_72af9365837278a02ce3df4fa2024b20);
|
|
|
|
|
|
|
|
marker_9f1a76299f15a9e592d88ec63834a0da.bindPopup(popup_3d4c8733e50c6c0bcc9c7f31dd5111b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f1a76299f15a9e592d88ec63834a0da.setIcon(icon_22a71ef1f128e67a1032a719b4adaec5);
|
|
|
|
|
|
var marker_1c849076ef0519a21df2bfbc3de6eefb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c46ba7fbe73d471983f778319bb43809 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18f9492c7a9aefc2acb2283d72b102d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d22955368e01b534b51efa124166940 = $(`<div id="html_3d22955368e01b534b51efa124166940" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_18f9492c7a9aefc2acb2283d72b102d0.setContent(html_3d22955368e01b534b51efa124166940);
|
|
|
|
|
|
|
|
marker_1c849076ef0519a21df2bfbc3de6eefb.bindPopup(popup_18f9492c7a9aefc2acb2283d72b102d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c849076ef0519a21df2bfbc3de6eefb.setIcon(icon_c46ba7fbe73d471983f778319bb43809);
|
|
|
|
|
|
var marker_92bc3fd125597da7eb9c8f1b9c9a49d3 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9367cdba75756560bbc36b0f9245bf8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4cd40553b0ad35f3c1a06972e4f0eb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d6f76bc9139f1622eaacd943266f433 = $(`<div id="html_9d6f76bc9139f1622eaacd943266f433" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_c4cd40553b0ad35f3c1a06972e4f0eb2.setContent(html_9d6f76bc9139f1622eaacd943266f433);
|
|
|
|
|
|
|
|
marker_92bc3fd125597da7eb9c8f1b9c9a49d3.bindPopup(popup_c4cd40553b0ad35f3c1a06972e4f0eb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92bc3fd125597da7eb9c8f1b9c9a49d3.setIcon(icon_9367cdba75756560bbc36b0f9245bf8e);
|
|
|
|
|
|
var marker_40b90f611ef51ca392fa0b7555cb59c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8b63108d505e3ccf6cab553d399dff3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c02888597d81d72050373ca4717e2f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14cb30b22aaa32f1294408f41e9628eb = $(`<div id="html_14cb30b22aaa32f1294408f41e9628eb" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_4c02888597d81d72050373ca4717e2f2.setContent(html_14cb30b22aaa32f1294408f41e9628eb);
|
|
|
|
|
|
|
|
marker_40b90f611ef51ca392fa0b7555cb59c0.bindPopup(popup_4c02888597d81d72050373ca4717e2f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40b90f611ef51ca392fa0b7555cb59c0.setIcon(icon_8b63108d505e3ccf6cab553d399dff3a);
|
|
|
|
|
|
var marker_1d91e60bca5ac2869a9da6c92a76076a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4f6a248171ab753c01a2134dbc405346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f28cf148b155b7f808ed193d4db7392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cced3709899b5be768b1ba996b862849 = $(`<div id="html_cced3709899b5be768b1ba996b862849" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_9f28cf148b155b7f808ed193d4db7392.setContent(html_cced3709899b5be768b1ba996b862849);
|
|
|
|
|
|
|
|
marker_1d91e60bca5ac2869a9da6c92a76076a.bindPopup(popup_9f28cf148b155b7f808ed193d4db7392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d91e60bca5ac2869a9da6c92a76076a.setIcon(icon_4f6a248171ab753c01a2134dbc405346);
|
|
|
|
|
|
var marker_a3d9e7b2ad4e5e47364ef95ca7e8d726 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cf3bf04b218860bc9cdf0f7f5ed23eb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9421964ce5a4a819e3f84e015ad673bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a623d9782c8f258cf41230b69914a49a = $(`<div id="html_a623d9782c8f258cf41230b69914a49a" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_9421964ce5a4a819e3f84e015ad673bf.setContent(html_a623d9782c8f258cf41230b69914a49a);
|
|
|
|
|
|
|
|
marker_a3d9e7b2ad4e5e47364ef95ca7e8d726.bindPopup(popup_9421964ce5a4a819e3f84e015ad673bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3d9e7b2ad4e5e47364ef95ca7e8d726.setIcon(icon_cf3bf04b218860bc9cdf0f7f5ed23eb8);
|
|
|
|
|
|
var marker_9893d2d0bda2a697e3f97ef74b147306 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_59586c685889c9635d49e2ff4692dafc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a8635da9f71822abd8364558eb5822b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56b4bab0eba04008af5a78220a7432d9 = $(`<div id="html_56b4bab0eba04008af5a78220a7432d9" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_9a8635da9f71822abd8364558eb5822b.setContent(html_56b4bab0eba04008af5a78220a7432d9);
|
|
|
|
|
|
|
|
marker_9893d2d0bda2a697e3f97ef74b147306.bindPopup(popup_9a8635da9f71822abd8364558eb5822b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9893d2d0bda2a697e3f97ef74b147306.setIcon(icon_59586c685889c9635d49e2ff4692dafc);
|
|
|
|
|
|
var marker_0124cb6acf53acaf25794ee3a96bcc25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_10e54461b1b897ab51876568920a5f91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e29d2d3074081d91a5fde34ded9204c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4faf8c892aea7639d52b6c99400b6cce = $(`<div id="html_4faf8c892aea7639d52b6c99400b6cce" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_3e29d2d3074081d91a5fde34ded9204c.setContent(html_4faf8c892aea7639d52b6c99400b6cce);
|
|
|
|
|
|
|
|
marker_0124cb6acf53acaf25794ee3a96bcc25.bindPopup(popup_3e29d2d3074081d91a5fde34ded9204c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0124cb6acf53acaf25794ee3a96bcc25.setIcon(icon_10e54461b1b897ab51876568920a5f91);
|
|
|
|
|
|
var marker_13bb36130177533e67ceddf9a69e8d3f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fa5cad6bbf307006c37e6e973451f38e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5ff06f928d98cb5f5aa4a400559afec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02e7fc002980b11fca4b7c6423774ee9 = $(`<div id="html_02e7fc002980b11fca4b7c6423774ee9" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_f5ff06f928d98cb5f5aa4a400559afec.setContent(html_02e7fc002980b11fca4b7c6423774ee9);
|
|
|
|
|
|
|
|
marker_13bb36130177533e67ceddf9a69e8d3f.bindPopup(popup_f5ff06f928d98cb5f5aa4a400559afec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13bb36130177533e67ceddf9a69e8d3f.setIcon(icon_fa5cad6bbf307006c37e6e973451f38e);
|
|
|
|
|
|
var marker_4237a575f657721e450c56349123c556 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_48a0332c0dca83344f081bf8906c95b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce45a5a1341a7f62fae72d46180acda9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8746b091c5e4cd61f2b35d506afd701 = $(`<div id="html_b8746b091c5e4cd61f2b35d506afd701" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_ce45a5a1341a7f62fae72d46180acda9.setContent(html_b8746b091c5e4cd61f2b35d506afd701);
|
|
|
|
|
|
|
|
marker_4237a575f657721e450c56349123c556.bindPopup(popup_ce45a5a1341a7f62fae72d46180acda9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4237a575f657721e450c56349123c556.setIcon(icon_48a0332c0dca83344f081bf8906c95b1);
|
|
|
|
|
|
var marker_19a8094ff3106aa45310ca0317a1bacd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_066ae021404d667ecdbc7421c11c96b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_001aa902cb886f4e0255e79304fa7c8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df4c4552cc82ecfe1b81bd70ffcc80fb = $(`<div id="html_df4c4552cc82ecfe1b81bd70ffcc80fb" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_001aa902cb886f4e0255e79304fa7c8f.setContent(html_df4c4552cc82ecfe1b81bd70ffcc80fb);
|
|
|
|
|
|
|
|
marker_19a8094ff3106aa45310ca0317a1bacd.bindPopup(popup_001aa902cb886f4e0255e79304fa7c8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19a8094ff3106aa45310ca0317a1bacd.setIcon(icon_066ae021404d667ecdbc7421c11c96b7);
|
|
|
|
|
|
var marker_36103aacef5d7ff8ae09c39b427f7582 = L.marker(
|
|
[34.6235, 50.8518],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cbdcc186bd8cbd2d5e3c75895ca73f21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01112da6e7a7c3bfefb1941d43b6b0e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d12ca047e8658c40053dbf4456960c2e = $(`<div id="html_d12ca047e8658c40053dbf4456960c2e" style="width: 100.0%; height: 100.0%;">sfri-mhmd.liara.run</div>`)[0];
|
|
popup_01112da6e7a7c3bfefb1941d43b6b0e4.setContent(html_d12ca047e8658c40053dbf4456960c2e);
|
|
|
|
|
|
|
|
marker_36103aacef5d7ff8ae09c39b427f7582.bindPopup(popup_01112da6e7a7c3bfefb1941d43b6b0e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36103aacef5d7ff8ae09c39b427f7582.setIcon(icon_cbdcc186bd8cbd2d5e3c75895ca73f21);
|
|
|
|
|
|
var marker_9515c0bc8b7317f8f6623dd07afda2aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d16b04051bfb38b325f89ae9fc57d4e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dea5ac3be605a5668d80a97a792c7b27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fd19896fbf6fddc5cf282f3f33a4ce4 = $(`<div id="html_8fd19896fbf6fddc5cf282f3f33a4ce4" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_dea5ac3be605a5668d80a97a792c7b27.setContent(html_8fd19896fbf6fddc5cf282f3f33a4ce4);
|
|
|
|
|
|
|
|
marker_9515c0bc8b7317f8f6623dd07afda2aa.bindPopup(popup_dea5ac3be605a5668d80a97a792c7b27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9515c0bc8b7317f8f6623dd07afda2aa.setIcon(icon_d16b04051bfb38b325f89ae9fc57d4e4);
|
|
|
|
|
|
var marker_5c065e0569a35513ddc9c4ed7cd168f2 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_47a763032f469b5a08b1f1c031de1435 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33b4bc2c9998323d56d3eb782d30da39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_472a230699794fda87420d5b21406ab7 = $(`<div id="html_472a230699794fda87420d5b21406ab7" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_33b4bc2c9998323d56d3eb782d30da39.setContent(html_472a230699794fda87420d5b21406ab7);
|
|
|
|
|
|
|
|
marker_5c065e0569a35513ddc9c4ed7cd168f2.bindPopup(popup_33b4bc2c9998323d56d3eb782d30da39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c065e0569a35513ddc9c4ed7cd168f2.setIcon(icon_47a763032f469b5a08b1f1c031de1435);
|
|
|
|
|
|
var marker_7c6317c074650639c2085b5cc4719a15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5ad15b6ee96c5b8b52b2ad54196aa796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2d2c4b474457dd5bd541dabf739357b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3e34308b515db06dd703348c3594ecd = $(`<div id="html_d3e34308b515db06dd703348c3594ecd" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_c2d2c4b474457dd5bd541dabf739357b.setContent(html_d3e34308b515db06dd703348c3594ecd);
|
|
|
|
|
|
|
|
marker_7c6317c074650639c2085b5cc4719a15.bindPopup(popup_c2d2c4b474457dd5bd541dabf739357b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c6317c074650639c2085b5cc4719a15.setIcon(icon_5ad15b6ee96c5b8b52b2ad54196aa796);
|
|
|
|
|
|
var marker_d39957744e719584445cf9d8f6914ac8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fba2a43147a2bbefec23ce41154ef846 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_036cf179eaf1092fe812ca3230a9d9ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5fe1c2ad26865d6a120f8d11117ca55 = $(`<div id="html_f5fe1c2ad26865d6a120f8d11117ca55" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_036cf179eaf1092fe812ca3230a9d9ec.setContent(html_f5fe1c2ad26865d6a120f8d11117ca55);
|
|
|
|
|
|
|
|
marker_d39957744e719584445cf9d8f6914ac8.bindPopup(popup_036cf179eaf1092fe812ca3230a9d9ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d39957744e719584445cf9d8f6914ac8.setIcon(icon_fba2a43147a2bbefec23ce41154ef846);
|
|
|
|
|
|
var marker_7ed587f0361b4297c04de628f30e1aca = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c85ed8d6ce168cb790012745930e9824 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f9eb371e09e5ab62b2464897be1a4bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_291c28de3fefed74611b6666b00496de = $(`<div id="html_291c28de3fefed74611b6666b00496de" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_4f9eb371e09e5ab62b2464897be1a4bf.setContent(html_291c28de3fefed74611b6666b00496de);
|
|
|
|
|
|
|
|
marker_7ed587f0361b4297c04de628f30e1aca.bindPopup(popup_4f9eb371e09e5ab62b2464897be1a4bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ed587f0361b4297c04de628f30e1aca.setIcon(icon_c85ed8d6ce168cb790012745930e9824);
|
|
|
|
|
|
var marker_36c690294fa53280d709b3253bd51555 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a9d71b4f4dc4f409b5aa65d8f6e09410 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98d5cbf332d03ee3d99981bbd3e98e25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ca784f34692e776e7cb8fed93454cc6 = $(`<div id="html_7ca784f34692e776e7cb8fed93454cc6" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_98d5cbf332d03ee3d99981bbd3e98e25.setContent(html_7ca784f34692e776e7cb8fed93454cc6);
|
|
|
|
|
|
|
|
marker_36c690294fa53280d709b3253bd51555.bindPopup(popup_98d5cbf332d03ee3d99981bbd3e98e25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36c690294fa53280d709b3253bd51555.setIcon(icon_a9d71b4f4dc4f409b5aa65d8f6e09410);
|
|
|
|
|
|
var marker_c215533956c090145e3d163efa824eef = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_edc44b8f0c2cc06cd9e4975fa8c28927 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6f838dba56c714115b3231a48555c7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1e39f9f1a42b2f3199dff1a6ba1bb2a = $(`<div id="html_e1e39f9f1a42b2f3199dff1a6ba1bb2a" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_d6f838dba56c714115b3231a48555c7f.setContent(html_e1e39f9f1a42b2f3199dff1a6ba1bb2a);
|
|
|
|
|
|
|
|
marker_c215533956c090145e3d163efa824eef.bindPopup(popup_d6f838dba56c714115b3231a48555c7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c215533956c090145e3d163efa824eef.setIcon(icon_edc44b8f0c2cc06cd9e4975fa8c28927);
|
|
|
|
|
|
var marker_6b403192fb1fbe3c66e697106844d43d = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_48fb970564cca1074cca0efc236885bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13c87b70850cf2166f1400c5e7330ef5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_446429f680057a3cd987c1d40840784e = $(`<div id="html_446429f680057a3cd987c1d40840784e" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_13c87b70850cf2166f1400c5e7330ef5.setContent(html_446429f680057a3cd987c1d40840784e);
|
|
|
|
|
|
|
|
marker_6b403192fb1fbe3c66e697106844d43d.bindPopup(popup_13c87b70850cf2166f1400c5e7330ef5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b403192fb1fbe3c66e697106844d43d.setIcon(icon_48fb970564cca1074cca0efc236885bd);
|
|
|
|
|
|
var marker_8d421da5e055eefc053a91dd0f74986a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ee4e5f25ebf19a36849ab6587b399f18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee8cd0752233687fb7f1ab4e038717ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1dd0d424fecd0f255cb525bdc304fcb = $(`<div id="html_c1dd0d424fecd0f255cb525bdc304fcb" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_ee8cd0752233687fb7f1ab4e038717ef.setContent(html_c1dd0d424fecd0f255cb525bdc304fcb);
|
|
|
|
|
|
|
|
marker_8d421da5e055eefc053a91dd0f74986a.bindPopup(popup_ee8cd0752233687fb7f1ab4e038717ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d421da5e055eefc053a91dd0f74986a.setIcon(icon_ee4e5f25ebf19a36849ab6587b399f18);
|
|
|
|
|
|
var marker_5fcced30ad97d0ef4098654c25d3f8b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_aeec586d3e1b0b5b6a2b4dd6ba87b405 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_052385b218c7cc3dbb654f5223ff51d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_723f6878cf983d2ee499f1e8f7ba3458 = $(`<div id="html_723f6878cf983d2ee499f1e8f7ba3458" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_052385b218c7cc3dbb654f5223ff51d8.setContent(html_723f6878cf983d2ee499f1e8f7ba3458);
|
|
|
|
|
|
|
|
marker_5fcced30ad97d0ef4098654c25d3f8b6.bindPopup(popup_052385b218c7cc3dbb654f5223ff51d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fcced30ad97d0ef4098654c25d3f8b6.setIcon(icon_aeec586d3e1b0b5b6a2b4dd6ba87b405);
|
|
|
|
|
|
var marker_204484be4460c69dd416e093f982d368 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_852c05a0f456f1a6d5933bacafec3932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_788a6da0bb311a2b8f0ca5b2297ce87a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b779fc978a92e399057d61127ba81e7a = $(`<div id="html_b779fc978a92e399057d61127ba81e7a" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_788a6da0bb311a2b8f0ca5b2297ce87a.setContent(html_b779fc978a92e399057d61127ba81e7a);
|
|
|
|
|
|
|
|
marker_204484be4460c69dd416e093f982d368.bindPopup(popup_788a6da0bb311a2b8f0ca5b2297ce87a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_204484be4460c69dd416e093f982d368.setIcon(icon_852c05a0f456f1a6d5933bacafec3932);
|
|
|
|
|
|
var marker_ada37a906f2f0eaae56b6feb114ffe9d = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_145b66870eb35978f8ce9b7ecefd6828 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_065248e3042fad46b05641c3ba82319f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d5dcd16f402b1817670527dbe53d396 = $(`<div id="html_7d5dcd16f402b1817670527dbe53d396" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_065248e3042fad46b05641c3ba82319f.setContent(html_7d5dcd16f402b1817670527dbe53d396);
|
|
|
|
|
|
|
|
marker_ada37a906f2f0eaae56b6feb114ffe9d.bindPopup(popup_065248e3042fad46b05641c3ba82319f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ada37a906f2f0eaae56b6feb114ffe9d.setIcon(icon_145b66870eb35978f8ce9b7ecefd6828);
|
|
|
|
|
|
var marker_93da41d3951980cabb1cb8d9233b5ff5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8b4470a4af3550f280635b8239ab1eb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74cee0f4edea220be7ef3026f2fca460 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85160640061f227fa9146e58e538b9e9 = $(`<div id="html_85160640061f227fa9146e58e538b9e9" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_74cee0f4edea220be7ef3026f2fca460.setContent(html_85160640061f227fa9146e58e538b9e9);
|
|
|
|
|
|
|
|
marker_93da41d3951980cabb1cb8d9233b5ff5.bindPopup(popup_74cee0f4edea220be7ef3026f2fca460)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93da41d3951980cabb1cb8d9233b5ff5.setIcon(icon_8b4470a4af3550f280635b8239ab1eb4);
|
|
|
|
|
|
var marker_162c158e99a7bbe75549df1d792882bc = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_bcfe94c8f0bb58acd74529202313d5c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2d611ee3547f8766ee62a01667e3e54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21c3af2e4dfee53758fcb94e5999bbf6 = $(`<div id="html_21c3af2e4dfee53758fcb94e5999bbf6" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_a2d611ee3547f8766ee62a01667e3e54.setContent(html_21c3af2e4dfee53758fcb94e5999bbf6);
|
|
|
|
|
|
|
|
marker_162c158e99a7bbe75549df1d792882bc.bindPopup(popup_a2d611ee3547f8766ee62a01667e3e54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_162c158e99a7bbe75549df1d792882bc.setIcon(icon_bcfe94c8f0bb58acd74529202313d5c1);
|
|
|
|
|
|
var marker_7959933f6a810efc0b1936c00b187a31 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_be4dd40be252e2ab1757b819eab3e116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b2de72e42f015716b04b0ee9980c272 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e64e2d6fc35cec4fa3f5e8d91f23257 = $(`<div id="html_2e64e2d6fc35cec4fa3f5e8d91f23257" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_2b2de72e42f015716b04b0ee9980c272.setContent(html_2e64e2d6fc35cec4fa3f5e8d91f23257);
|
|
|
|
|
|
|
|
marker_7959933f6a810efc0b1936c00b187a31.bindPopup(popup_2b2de72e42f015716b04b0ee9980c272)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7959933f6a810efc0b1936c00b187a31.setIcon(icon_be4dd40be252e2ab1757b819eab3e116);
|
|
|
|
|
|
var marker_d51b56a357a1a77657af118ebfbb9963 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_975cc0beb6522891c58f13f7ed7f675d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5db5a366bcc7e7ece3c14e6f862ab5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32dbaa5dd58f92eda99940bd018be7fd = $(`<div id="html_32dbaa5dd58f92eda99940bd018be7fd" style="width: 100.0%; height: 100.0%;">r1.freexom.com</div>`)[0];
|
|
popup_d5db5a366bcc7e7ece3c14e6f862ab5c.setContent(html_32dbaa5dd58f92eda99940bd018be7fd);
|
|
|
|
|
|
|
|
marker_d51b56a357a1a77657af118ebfbb9963.bindPopup(popup_d5db5a366bcc7e7ece3c14e6f862ab5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d51b56a357a1a77657af118ebfbb9963.setIcon(icon_975cc0beb6522891c58f13f7ed7f675d);
|
|
|
|
|
|
var marker_657a2d6d5aa3c6342a3a5aea50cd9cca = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e91b244d5b154d88320c67f54cf23583 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91e11b6b429f17a19e4190c542a9afd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dc52e1e07bd06386ed1213b970c717e = $(`<div id="html_7dc52e1e07bd06386ed1213b970c717e" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_91e11b6b429f17a19e4190c542a9afd5.setContent(html_7dc52e1e07bd06386ed1213b970c717e);
|
|
|
|
|
|
|
|
marker_657a2d6d5aa3c6342a3a5aea50cd9cca.bindPopup(popup_91e11b6b429f17a19e4190c542a9afd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_657a2d6d5aa3c6342a3a5aea50cd9cca.setIcon(icon_e91b244d5b154d88320c67f54cf23583);
|
|
|
|
|
|
var marker_9a661cd2074218777207194478193999 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c65a42ddee218c6720b0bf72049462bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd4c965f2f6eac76df10ea4cd84b95bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_334631cef232efad9be9887672bebcce = $(`<div id="html_334631cef232efad9be9887672bebcce" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_dd4c965f2f6eac76df10ea4cd84b95bd.setContent(html_334631cef232efad9be9887672bebcce);
|
|
|
|
|
|
|
|
marker_9a661cd2074218777207194478193999.bindPopup(popup_dd4c965f2f6eac76df10ea4cd84b95bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a661cd2074218777207194478193999.setIcon(icon_c65a42ddee218c6720b0bf72049462bf);
|
|
|
|
|
|
var marker_1688c788d68d220ff88b642c4adbef57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_74f7d12d6192b06e2f61401825b91a69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4ddfe87879ca481e8cfe59c1d01a585 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a18e2ea82a03b0bfd9b43160af0d5c9 = $(`<div id="html_2a18e2ea82a03b0bfd9b43160af0d5c9" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_c4ddfe87879ca481e8cfe59c1d01a585.setContent(html_2a18e2ea82a03b0bfd9b43160af0d5c9);
|
|
|
|
|
|
|
|
marker_1688c788d68d220ff88b642c4adbef57.bindPopup(popup_c4ddfe87879ca481e8cfe59c1d01a585)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1688c788d68d220ff88b642c4adbef57.setIcon(icon_74f7d12d6192b06e2f61401825b91a69);
|
|
|
|
|
|
var marker_1d5350da75b1d84848299b7ad8a49257 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_13d6ef9521983cc1f0df9dbd9a784d14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_161ad7d602d3fd804a838fc59e07c4e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08b6a9a5242022562265682a99cd75db = $(`<div id="html_08b6a9a5242022562265682a99cd75db" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_161ad7d602d3fd804a838fc59e07c4e3.setContent(html_08b6a9a5242022562265682a99cd75db);
|
|
|
|
|
|
|
|
marker_1d5350da75b1d84848299b7ad8a49257.bindPopup(popup_161ad7d602d3fd804a838fc59e07c4e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d5350da75b1d84848299b7ad8a49257.setIcon(icon_13d6ef9521983cc1f0df9dbd9a784d14);
|
|
|
|
|
|
var marker_700d42180d847b1591bcf9853597a337 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9fc62714f6e86626352601b3d9353a05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_825fc7474c04eaf969dd099ba7f1b2ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b29360f2352dd146825b1fa844eb580a = $(`<div id="html_b29360f2352dd146825b1fa844eb580a" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_825fc7474c04eaf969dd099ba7f1b2ef.setContent(html_b29360f2352dd146825b1fa844eb580a);
|
|
|
|
|
|
|
|
marker_700d42180d847b1591bcf9853597a337.bindPopup(popup_825fc7474c04eaf969dd099ba7f1b2ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_700d42180d847b1591bcf9853597a337.setIcon(icon_9fc62714f6e86626352601b3d9353a05);
|
|
|
|
|
|
var marker_eb77fdbc6466d7b57fc90dfa8e2ba513 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e8883770a17657966f74a148a74d4d30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d46d25ffa06ac56f28350c1b2952d9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edf216ae5cb20ed8bb58ea73700cb1b2 = $(`<div id="html_edf216ae5cb20ed8bb58ea73700cb1b2" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_1d46d25ffa06ac56f28350c1b2952d9e.setContent(html_edf216ae5cb20ed8bb58ea73700cb1b2);
|
|
|
|
|
|
|
|
marker_eb77fdbc6466d7b57fc90dfa8e2ba513.bindPopup(popup_1d46d25ffa06ac56f28350c1b2952d9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb77fdbc6466d7b57fc90dfa8e2ba513.setIcon(icon_e8883770a17657966f74a148a74d4d30);
|
|
|
|
|
|
var marker_42d56b2e29960ac26e1fddb7b8bd3cdc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_22a5698483caa8fa40cb3aa768c301fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac5816d48cdb73590c6546dbef6e45ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ac1d8b9bf00ef6c33796ef5935a70be = $(`<div id="html_4ac1d8b9bf00ef6c33796ef5935a70be" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_ac5816d48cdb73590c6546dbef6e45ee.setContent(html_4ac1d8b9bf00ef6c33796ef5935a70be);
|
|
|
|
|
|
|
|
marker_42d56b2e29960ac26e1fddb7b8bd3cdc.bindPopup(popup_ac5816d48cdb73590c6546dbef6e45ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42d56b2e29960ac26e1fddb7b8bd3cdc.setIcon(icon_22a5698483caa8fa40cb3aa768c301fb);
|
|
|
|
|
|
var marker_b641e852d3e0737b3f6c26012171ec55 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_71bf0f4389afe300a168f59af1721597 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_962d4f0f58e40689e8ae79cd9ddc0bc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdc3819f1d756431f79bb29ac962d105 = $(`<div id="html_cdc3819f1d756431f79bb29ac962d105" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_962d4f0f58e40689e8ae79cd9ddc0bc0.setContent(html_cdc3819f1d756431f79bb29ac962d105);
|
|
|
|
|
|
|
|
marker_b641e852d3e0737b3f6c26012171ec55.bindPopup(popup_962d4f0f58e40689e8ae79cd9ddc0bc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b641e852d3e0737b3f6c26012171ec55.setIcon(icon_71bf0f4389afe300a168f59af1721597);
|
|
|
|
|
|
var marker_bcf40a46e953a2a3efbd6016327e750f = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_33fec9bf1a37a7c42d250f3b1b0dfc9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a60b06803af38a92b11042c755ce22da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26c7a8ef5ff1935eb5d880f3e002cea6 = $(`<div id="html_26c7a8ef5ff1935eb5d880f3e002cea6" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_a60b06803af38a92b11042c755ce22da.setContent(html_26c7a8ef5ff1935eb5d880f3e002cea6);
|
|
|
|
|
|
|
|
marker_bcf40a46e953a2a3efbd6016327e750f.bindPopup(popup_a60b06803af38a92b11042c755ce22da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcf40a46e953a2a3efbd6016327e750f.setIcon(icon_33fec9bf1a37a7c42d250f3b1b0dfc9f);
|
|
|
|
|
|
var marker_12fddd4d332f861307d49b0ac5503b1b = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ac2421a5562bc31b4ef65fcf955399aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d98fb93c70aa976db43265e44a025bde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b041f3ceb0314d4eaabd2e9d51a7b22c = $(`<div id="html_b041f3ceb0314d4eaabd2e9d51a7b22c" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_d98fb93c70aa976db43265e44a025bde.setContent(html_b041f3ceb0314d4eaabd2e9d51a7b22c);
|
|
|
|
|
|
|
|
marker_12fddd4d332f861307d49b0ac5503b1b.bindPopup(popup_d98fb93c70aa976db43265e44a025bde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12fddd4d332f861307d49b0ac5503b1b.setIcon(icon_ac2421a5562bc31b4ef65fcf955399aa);
|
|
|
|
|
|
var marker_4a8e7a44e1ce07733121380da3648fc1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e60ff76e0d01878361a464d686c40de5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9136c07259922a4bf627d863cb0829cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5448af4e496eabf61081d4c5eadcb49 = $(`<div id="html_e5448af4e496eabf61081d4c5eadcb49" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_9136c07259922a4bf627d863cb0829cb.setContent(html_e5448af4e496eabf61081d4c5eadcb49);
|
|
|
|
|
|
|
|
marker_4a8e7a44e1ce07733121380da3648fc1.bindPopup(popup_9136c07259922a4bf627d863cb0829cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a8e7a44e1ce07733121380da3648fc1.setIcon(icon_e60ff76e0d01878361a464d686c40de5);
|
|
|
|
|
|
var marker_9f1fdb63b40fa9ea69defa78e9dfc2da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_7ffdbc749711c3265f2a12ef24123b07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e4640d7be1e4ab64327adb9ff976452 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d0008378f0955e80168a72304ba186 = $(`<div id="html_c6d0008378f0955e80168a72304ba186" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_2e4640d7be1e4ab64327adb9ff976452.setContent(html_c6d0008378f0955e80168a72304ba186);
|
|
|
|
|
|
|
|
marker_9f1fdb63b40fa9ea69defa78e9dfc2da.bindPopup(popup_2e4640d7be1e4ab64327adb9ff976452)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f1fdb63b40fa9ea69defa78e9dfc2da.setIcon(icon_7ffdbc749711c3265f2a12ef24123b07);
|
|
|
|
|
|
var marker_51911d579b4121e33933807d919d1d6e = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_eef1df6b6ec51c367ee3eb70d72ef184 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4470232940f0429a6281007f5702731c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deb5ea703ea5fb3033d6e96af152c71f = $(`<div id="html_deb5ea703ea5fb3033d6e96af152c71f" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_4470232940f0429a6281007f5702731c.setContent(html_deb5ea703ea5fb3033d6e96af152c71f);
|
|
|
|
|
|
|
|
marker_51911d579b4121e33933807d919d1d6e.bindPopup(popup_4470232940f0429a6281007f5702731c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51911d579b4121e33933807d919d1d6e.setIcon(icon_eef1df6b6ec51c367ee3eb70d72ef184);
|
|
|
|
|
|
var marker_6039bb56bc4451fcf6496a8537980250 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cc47030600807b872d3334f26f45bf16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09be9bea6ba3e048d84be71a112982b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c21c0688144ddbabc2d4026b3dce494 = $(`<div id="html_0c21c0688144ddbabc2d4026b3dce494" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_09be9bea6ba3e048d84be71a112982b4.setContent(html_0c21c0688144ddbabc2d4026b3dce494);
|
|
|
|
|
|
|
|
marker_6039bb56bc4451fcf6496a8537980250.bindPopup(popup_09be9bea6ba3e048d84be71a112982b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6039bb56bc4451fcf6496a8537980250.setIcon(icon_cc47030600807b872d3334f26f45bf16);
|
|
|
|
|
|
var marker_1910f1105712f9034f09c6c2b57f9fe8 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_34b5d7511482afbc7644fcf38e80f1cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f259349d81d336ddae83596cb58dd8cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03b7403d9aca86143352b47c3cac590d = $(`<div id="html_03b7403d9aca86143352b47c3cac590d" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_f259349d81d336ddae83596cb58dd8cb.setContent(html_03b7403d9aca86143352b47c3cac590d);
|
|
|
|
|
|
|
|
marker_1910f1105712f9034f09c6c2b57f9fe8.bindPopup(popup_f259349d81d336ddae83596cb58dd8cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1910f1105712f9034f09c6c2b57f9fe8.setIcon(icon_34b5d7511482afbc7644fcf38e80f1cb);
|
|
|
|
|
|
var marker_2a828c86690af70b76f7a9d9395dc443 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_0be8ae8273bb388e6e17789916b36801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b612bac245b27af2f716f34d789637da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afd9030ee5b2e47c788dc9e87f27271a = $(`<div id="html_afd9030ee5b2e47c788dc9e87f27271a" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_b612bac245b27af2f716f34d789637da.setContent(html_afd9030ee5b2e47c788dc9e87f27271a);
|
|
|
|
|
|
|
|
marker_2a828c86690af70b76f7a9d9395dc443.bindPopup(popup_b612bac245b27af2f716f34d789637da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a828c86690af70b76f7a9d9395dc443.setIcon(icon_0be8ae8273bb388e6e17789916b36801);
|
|
|
|
|
|
var marker_4b5a9cc8882577dc88b7bb5c403598c5 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1ca5dd4e47f8a7ab5bf1f96bee6a9da9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adef4357ef02be4796e166b5a465ce9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ffdd960dfa45f94bd76253cbb5b8a7d = $(`<div id="html_2ffdd960dfa45f94bd76253cbb5b8a7d" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_adef4357ef02be4796e166b5a465ce9a.setContent(html_2ffdd960dfa45f94bd76253cbb5b8a7d);
|
|
|
|
|
|
|
|
marker_4b5a9cc8882577dc88b7bb5c403598c5.bindPopup(popup_adef4357ef02be4796e166b5a465ce9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b5a9cc8882577dc88b7bb5c403598c5.setIcon(icon_1ca5dd4e47f8a7ab5bf1f96bee6a9da9);
|
|
|
|
|
|
var marker_8a8b3618ca10ad958daa61627804e959 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a3e7ddaee32e8fd2fe437e3169907ceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_960ba800807fa0453a53f8b0e19ec245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b957caded9b1ad4cff77c66c4f9bcd58 = $(`<div id="html_b957caded9b1ad4cff77c66c4f9bcd58" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_960ba800807fa0453a53f8b0e19ec245.setContent(html_b957caded9b1ad4cff77c66c4f9bcd58);
|
|
|
|
|
|
|
|
marker_8a8b3618ca10ad958daa61627804e959.bindPopup(popup_960ba800807fa0453a53f8b0e19ec245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a8b3618ca10ad958daa61627804e959.setIcon(icon_a3e7ddaee32e8fd2fe437e3169907ceb);
|
|
|
|
|
|
var marker_54087fbabee8236c8fdb16b1dcf73d84 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8d20a7d403f341486af2568946f5d43b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a3abd6a32cfec9af92dfdb0a4fa87a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dde2fdb0e07b7fe754b9e74a2345c6ea = $(`<div id="html_dde2fdb0e07b7fe754b9e74a2345c6ea" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_0a3abd6a32cfec9af92dfdb0a4fa87a3.setContent(html_dde2fdb0e07b7fe754b9e74a2345c6ea);
|
|
|
|
|
|
|
|
marker_54087fbabee8236c8fdb16b1dcf73d84.bindPopup(popup_0a3abd6a32cfec9af92dfdb0a4fa87a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54087fbabee8236c8fdb16b1dcf73d84.setIcon(icon_8d20a7d403f341486af2568946f5d43b);
|
|
|
|
|
|
var marker_16cc29a349663054d280e249b564ce07 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ef0b607d8613d0fea2bbb976916afdb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e920f2e83b23a653d4ff8cda8babe210 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_067606db8fc076e8b771cbf98fa86670 = $(`<div id="html_067606db8fc076e8b771cbf98fa86670" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_e920f2e83b23a653d4ff8cda8babe210.setContent(html_067606db8fc076e8b771cbf98fa86670);
|
|
|
|
|
|
|
|
marker_16cc29a349663054d280e249b564ce07.bindPopup(popup_e920f2e83b23a653d4ff8cda8babe210)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16cc29a349663054d280e249b564ce07.setIcon(icon_ef0b607d8613d0fea2bbb976916afdb2);
|
|
|
|
|
|
var marker_cdc5cc57862dc93167644c049a3c32d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1054d00885804403de8e3c7ecf315112 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3067fc688ce524bfca840af8b077728e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f99697e8f3581fb6beaf31a90b02d4a9 = $(`<div id="html_f99697e8f3581fb6beaf31a90b02d4a9" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_3067fc688ce524bfca840af8b077728e.setContent(html_f99697e8f3581fb6beaf31a90b02d4a9);
|
|
|
|
|
|
|
|
marker_cdc5cc57862dc93167644c049a3c32d0.bindPopup(popup_3067fc688ce524bfca840af8b077728e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdc5cc57862dc93167644c049a3c32d0.setIcon(icon_1054d00885804403de8e3c7ecf315112);
|
|
|
|
|
|
var marker_57b6f4fb4b97bf752e197dd65e75347f = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2836b3300014993b33c66f5945ec9819 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47f7b710eab9993463cefc4cf44480b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_933b984aad060962ba3d558b8c8a86e3 = $(`<div id="html_933b984aad060962ba3d558b8c8a86e3" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_47f7b710eab9993463cefc4cf44480b4.setContent(html_933b984aad060962ba3d558b8c8a86e3);
|
|
|
|
|
|
|
|
marker_57b6f4fb4b97bf752e197dd65e75347f.bindPopup(popup_47f7b710eab9993463cefc4cf44480b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57b6f4fb4b97bf752e197dd65e75347f.setIcon(icon_2836b3300014993b33c66f5945ec9819);
|
|
|
|
|
|
var marker_86440b6c7cfc884fe01a24fb2576ddac = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fb8a25e1d30d186ab8b649b1905d58e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64c930a7eb96220dedbe4e6f83afcf48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d9f01e4e1ad65cd921a5236f81146ef = $(`<div id="html_5d9f01e4e1ad65cd921a5236f81146ef" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_64c930a7eb96220dedbe4e6f83afcf48.setContent(html_5d9f01e4e1ad65cd921a5236f81146ef);
|
|
|
|
|
|
|
|
marker_86440b6c7cfc884fe01a24fb2576ddac.bindPopup(popup_64c930a7eb96220dedbe4e6f83afcf48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86440b6c7cfc884fe01a24fb2576ddac.setIcon(icon_fb8a25e1d30d186ab8b649b1905d58e2);
|
|
|
|
|
|
var marker_c39d572a92ea90e9ba179178471d3ec0 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_482eb6018223b8486e5e2a19b139eda6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1287478293248dfb67aafd458bfa237a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e975ea21567b57770dc7974f62f21ef4 = $(`<div id="html_e975ea21567b57770dc7974f62f21ef4" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_1287478293248dfb67aafd458bfa237a.setContent(html_e975ea21567b57770dc7974f62f21ef4);
|
|
|
|
|
|
|
|
marker_c39d572a92ea90e9ba179178471d3ec0.bindPopup(popup_1287478293248dfb67aafd458bfa237a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c39d572a92ea90e9ba179178471d3ec0.setIcon(icon_482eb6018223b8486e5e2a19b139eda6);
|
|
|
|
|
|
var marker_0d8bbc5cc2b6f6360950ebf78d5782fd = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b0cc40eed3b117b2f908c298ca3106c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32f7ca805249f3dbfd0552ef96a7856b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a5b59d85416c0fb446d5e49f188417e = $(`<div id="html_0a5b59d85416c0fb446d5e49f188417e" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_32f7ca805249f3dbfd0552ef96a7856b.setContent(html_0a5b59d85416c0fb446d5e49f188417e);
|
|
|
|
|
|
|
|
marker_0d8bbc5cc2b6f6360950ebf78d5782fd.bindPopup(popup_32f7ca805249f3dbfd0552ef96a7856b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d8bbc5cc2b6f6360950ebf78d5782fd.setIcon(icon_b0cc40eed3b117b2f908c298ca3106c7);
|
|
|
|
|
|
var marker_a1adf59af40c783ec8d037568b9c9b22 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9fac5b07e5003b12fe738936816e4356 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a6da9bdfa8496402c8e6589caa6f4c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8810bd7b9e7cd447e70ee72021be7a9b = $(`<div id="html_8810bd7b9e7cd447e70ee72021be7a9b" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_2a6da9bdfa8496402c8e6589caa6f4c4.setContent(html_8810bd7b9e7cd447e70ee72021be7a9b);
|
|
|
|
|
|
|
|
marker_a1adf59af40c783ec8d037568b9c9b22.bindPopup(popup_2a6da9bdfa8496402c8e6589caa6f4c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1adf59af40c783ec8d037568b9c9b22.setIcon(icon_9fac5b07e5003b12fe738936816e4356);
|
|
|
|
|
|
var marker_ece1624d077607f1fc63d0c66b173d4e = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b9f4bc0f9c3b39134d79c8d86318aed8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9148db2744612dea4158e6faedbfbdb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5304acefdcdf90fcc3afafdab59868e4 = $(`<div id="html_5304acefdcdf90fcc3afafdab59868e4" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_9148db2744612dea4158e6faedbfbdb8.setContent(html_5304acefdcdf90fcc3afafdab59868e4);
|
|
|
|
|
|
|
|
marker_ece1624d077607f1fc63d0c66b173d4e.bindPopup(popup_9148db2744612dea4158e6faedbfbdb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ece1624d077607f1fc63d0c66b173d4e.setIcon(icon_b9f4bc0f9c3b39134d79c8d86318aed8);
|
|
|
|
|
|
var marker_ec32a9e66b2f41b66540cffb55e91785 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_31358bfea04a6d74e5a5c709ab2771f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6befad7592b6d148acd0eaec5eccc6aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28b9b03c4c9402be0b6ea29e2423178a = $(`<div id="html_28b9b03c4c9402be0b6ea29e2423178a" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_6befad7592b6d148acd0eaec5eccc6aa.setContent(html_28b9b03c4c9402be0b6ea29e2423178a);
|
|
|
|
|
|
|
|
marker_ec32a9e66b2f41b66540cffb55e91785.bindPopup(popup_6befad7592b6d148acd0eaec5eccc6aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec32a9e66b2f41b66540cffb55e91785.setIcon(icon_31358bfea04a6d74e5a5c709ab2771f6);
|
|
|
|
|
|
var marker_f20f24b3cce8963c02da61ebd5941b52 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6e67ae10de2c3344b67874bac4562f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_795a0e1b00d5dd5d85c43fb629767f4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1121bb24259a9ede70c05e76293dbee = $(`<div id="html_d1121bb24259a9ede70c05e76293dbee" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_795a0e1b00d5dd5d85c43fb629767f4c.setContent(html_d1121bb24259a9ede70c05e76293dbee);
|
|
|
|
|
|
|
|
marker_f20f24b3cce8963c02da61ebd5941b52.bindPopup(popup_795a0e1b00d5dd5d85c43fb629767f4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f20f24b3cce8963c02da61ebd5941b52.setIcon(icon_6e67ae10de2c3344b67874bac4562f9d);
|
|
|
|
|
|
var marker_a8f6596cd6ca9de3174b4d351b132f99 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9d3af2ce7826c1dee7ef57047c3aba8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dec8b454183c388dce17d7e3c7af0902 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_030149542623e768da7bca8fdd210dec = $(`<div id="html_030149542623e768da7bca8fdd210dec" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_dec8b454183c388dce17d7e3c7af0902.setContent(html_030149542623e768da7bca8fdd210dec);
|
|
|
|
|
|
|
|
marker_a8f6596cd6ca9de3174b4d351b132f99.bindPopup(popup_dec8b454183c388dce17d7e3c7af0902)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8f6596cd6ca9de3174b4d351b132f99.setIcon(icon_9d3af2ce7826c1dee7ef57047c3aba8d);
|
|
|
|
|
|
var marker_d04a724c506bf38390ac88277332afa4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9553fcfbb704262941e3fdedbf651ccb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e308b15e30dbac4e8a27e083a57123c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f66946b8dd8652b4a5b6408c689b0d5f = $(`<div id="html_f66946b8dd8652b4a5b6408c689b0d5f" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_e308b15e30dbac4e8a27e083a57123c4.setContent(html_f66946b8dd8652b4a5b6408c689b0d5f);
|
|
|
|
|
|
|
|
marker_d04a724c506bf38390ac88277332afa4.bindPopup(popup_e308b15e30dbac4e8a27e083a57123c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d04a724c506bf38390ac88277332afa4.setIcon(icon_9553fcfbb704262941e3fdedbf651ccb);
|
|
|
|
|
|
var marker_edafee3982219a6597d845dd898195da = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a201a1d4f8a5576d74a2c0a9c930bfa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a256d278a16c7701b7e03473a801bea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c18a0a51252b70d4e0d37cae51d4242d = $(`<div id="html_c18a0a51252b70d4e0d37cae51d4242d" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_7a256d278a16c7701b7e03473a801bea.setContent(html_c18a0a51252b70d4e0d37cae51d4242d);
|
|
|
|
|
|
|
|
marker_edafee3982219a6597d845dd898195da.bindPopup(popup_7a256d278a16c7701b7e03473a801bea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edafee3982219a6597d845dd898195da.setIcon(icon_a201a1d4f8a5576d74a2c0a9c930bfa2);
|
|
|
|
|
|
var marker_45bf126769c154efe4ad5f3f770480a5 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_47c476bb4d5dd5c5964127c1817778b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80a968e2f0eade15a6fd329ea1e64e95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61ec5e8a62c241f3bed497724bae7832 = $(`<div id="html_61ec5e8a62c241f3bed497724bae7832" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_80a968e2f0eade15a6fd329ea1e64e95.setContent(html_61ec5e8a62c241f3bed497724bae7832);
|
|
|
|
|
|
|
|
marker_45bf126769c154efe4ad5f3f770480a5.bindPopup(popup_80a968e2f0eade15a6fd329ea1e64e95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45bf126769c154efe4ad5f3f770480a5.setIcon(icon_47c476bb4d5dd5c5964127c1817778b9);
|
|
|
|
|
|
var marker_843f0c5184d6480aff28160c7cd6e6a4 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_09ba8abed2a0dd905ffe465fbf029f2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4ce292034584d4c785692f59d14ab37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07972e6c5bad87313cecd367d25ac612 = $(`<div id="html_07972e6c5bad87313cecd367d25ac612" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_f4ce292034584d4c785692f59d14ab37.setContent(html_07972e6c5bad87313cecd367d25ac612);
|
|
|
|
|
|
|
|
marker_843f0c5184d6480aff28160c7cd6e6a4.bindPopup(popup_f4ce292034584d4c785692f59d14ab37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_843f0c5184d6480aff28160c7cd6e6a4.setIcon(icon_09ba8abed2a0dd905ffe465fbf029f2e);
|
|
|
|
|
|
var marker_90180ce5bcb103773fc6ee0d99f7cff1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2f68a7d2902bcd2e10bc94e281841089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb894c3ebd7bd8e695a22ca0764c3c40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9b381d04ef22ad71e83954a0d339d8f = $(`<div id="html_b9b381d04ef22ad71e83954a0d339d8f" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_bb894c3ebd7bd8e695a22ca0764c3c40.setContent(html_b9b381d04ef22ad71e83954a0d339d8f);
|
|
|
|
|
|
|
|
marker_90180ce5bcb103773fc6ee0d99f7cff1.bindPopup(popup_bb894c3ebd7bd8e695a22ca0764c3c40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90180ce5bcb103773fc6ee0d99f7cff1.setIcon(icon_2f68a7d2902bcd2e10bc94e281841089);
|
|
|
|
|
|
var marker_2a174bcd4d0d90d8f41311c0c1dedcd5 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_0b0d601d0381d4884100f2239c72798e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d69fba6a6179fafc558f7a26c02839b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f36d8365e3ea795306e4ff56ffadbcf8 = $(`<div id="html_f36d8365e3ea795306e4ff56ffadbcf8" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_d69fba6a6179fafc558f7a26c02839b2.setContent(html_f36d8365e3ea795306e4ff56ffadbcf8);
|
|
|
|
|
|
|
|
marker_2a174bcd4d0d90d8f41311c0c1dedcd5.bindPopup(popup_d69fba6a6179fafc558f7a26c02839b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a174bcd4d0d90d8f41311c0c1dedcd5.setIcon(icon_0b0d601d0381d4884100f2239c72798e);
|
|
|
|
|
|
var marker_2aa9dd4bd28d4a731bc0bb3efda573a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_708c1863c30e5cb77d9d3ad0d588fd2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a691c465f53f10baddcdc82ffb73d3b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fb7aef73f6eab5dc75b426bf4f2d271 = $(`<div id="html_9fb7aef73f6eab5dc75b426bf4f2d271" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_a691c465f53f10baddcdc82ffb73d3b5.setContent(html_9fb7aef73f6eab5dc75b426bf4f2d271);
|
|
|
|
|
|
|
|
marker_2aa9dd4bd28d4a731bc0bb3efda573a7.bindPopup(popup_a691c465f53f10baddcdc82ffb73d3b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aa9dd4bd28d4a731bc0bb3efda573a7.setIcon(icon_708c1863c30e5cb77d9d3ad0d588fd2b);
|
|
|
|
|
|
var marker_0f37130f274446fe7c6a8540ec27da00 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5d0726f058d633a759d86a4adc527554 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45123e1c39185c9342eb9e79420b51d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24c3072184cfc2f2455342649887a63f = $(`<div id="html_24c3072184cfc2f2455342649887a63f" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_45123e1c39185c9342eb9e79420b51d0.setContent(html_24c3072184cfc2f2455342649887a63f);
|
|
|
|
|
|
|
|
marker_0f37130f274446fe7c6a8540ec27da00.bindPopup(popup_45123e1c39185c9342eb9e79420b51d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f37130f274446fe7c6a8540ec27da00.setIcon(icon_5d0726f058d633a759d86a4adc527554);
|
|
|
|
|
|
var marker_4ef90d2aa8e1c1328b337bc5e465beb0 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e4a80b51692acfbf34ffe1176a7aed62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07437e788b28a3ac8a7cdf68f5463492 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8289792de2a8cafc6013cfde72c00f16 = $(`<div id="html_8289792de2a8cafc6013cfde72c00f16" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_07437e788b28a3ac8a7cdf68f5463492.setContent(html_8289792de2a8cafc6013cfde72c00f16);
|
|
|
|
|
|
|
|
marker_4ef90d2aa8e1c1328b337bc5e465beb0.bindPopup(popup_07437e788b28a3ac8a7cdf68f5463492)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ef90d2aa8e1c1328b337bc5e465beb0.setIcon(icon_e4a80b51692acfbf34ffe1176a7aed62);
|
|
|
|
|
|
var marker_a3516c39cb3ae8235fc11e65bbb6bf2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_da985e655c323303495f00876bb96d61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a2830bdf321fa7f5bc159b9607f10b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27f96e96e707cc6c7ff614b432c02202 = $(`<div id="html_27f96e96e707cc6c7ff614b432c02202" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_2a2830bdf321fa7f5bc159b9607f10b5.setContent(html_27f96e96e707cc6c7ff614b432c02202);
|
|
|
|
|
|
|
|
marker_a3516c39cb3ae8235fc11e65bbb6bf2a.bindPopup(popup_2a2830bdf321fa7f5bc159b9607f10b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3516c39cb3ae8235fc11e65bbb6bf2a.setIcon(icon_da985e655c323303495f00876bb96d61);
|
|
|
|
|
|
var marker_6f8b3ccca31c8107b39f98b6d67efe31 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a131b5739b547761fb8dfe729219a4bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bed0090d4bf392231f18c579a3bcab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cc7b8969b7c7e0cdc7383451e161820 = $(`<div id="html_1cc7b8969b7c7e0cdc7383451e161820" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_3bed0090d4bf392231f18c579a3bcab3.setContent(html_1cc7b8969b7c7e0cdc7383451e161820);
|
|
|
|
|
|
|
|
marker_6f8b3ccca31c8107b39f98b6d67efe31.bindPopup(popup_3bed0090d4bf392231f18c579a3bcab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f8b3ccca31c8107b39f98b6d67efe31.setIcon(icon_a131b5739b547761fb8dfe729219a4bd);
|
|
|
|
|
|
var marker_68d777e643b4c01e75586ce974568023 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_99019a95f3a1cf460afcfe8084f41667 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b1e5a8d1d088fc073a82b185a14ba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3a7b379a448cd3b047c9aac8d2bcecf = $(`<div id="html_f3a7b379a448cd3b047c9aac8d2bcecf" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_88b1e5a8d1d088fc073a82b185a14ba9.setContent(html_f3a7b379a448cd3b047c9aac8d2bcecf);
|
|
|
|
|
|
|
|
marker_68d777e643b4c01e75586ce974568023.bindPopup(popup_88b1e5a8d1d088fc073a82b185a14ba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68d777e643b4c01e75586ce974568023.setIcon(icon_99019a95f3a1cf460afcfe8084f41667);
|
|
|
|
|
|
var marker_a2df71180022b3c6dfd996d0a1d171cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_df10dbaacdeac1e43b75299f673804ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c45fdce2abe8ed26d72dd79ffabfe0a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d999be52fac921650979f524fbd1b09 = $(`<div id="html_4d999be52fac921650979f524fbd1b09" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_c45fdce2abe8ed26d72dd79ffabfe0a2.setContent(html_4d999be52fac921650979f524fbd1b09);
|
|
|
|
|
|
|
|
marker_a2df71180022b3c6dfd996d0a1d171cd.bindPopup(popup_c45fdce2abe8ed26d72dd79ffabfe0a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2df71180022b3c6dfd996d0a1d171cd.setIcon(icon_df10dbaacdeac1e43b75299f673804ce);
|
|
|
|
|
|
var marker_991a2bc8d6a69c80c11731c728df6b3e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6dc77d397ce106f9c18b14930aab9d7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d798c9c33e8dce5649d3bc2045eaa019 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_809a559c88a3e35dd4df950f67bf388b = $(`<div id="html_809a559c88a3e35dd4df950f67bf388b" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_d798c9c33e8dce5649d3bc2045eaa019.setContent(html_809a559c88a3e35dd4df950f67bf388b);
|
|
|
|
|
|
|
|
marker_991a2bc8d6a69c80c11731c728df6b3e.bindPopup(popup_d798c9c33e8dce5649d3bc2045eaa019)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_991a2bc8d6a69c80c11731c728df6b3e.setIcon(icon_6dc77d397ce106f9c18b14930aab9d7f);
|
|
|
|
|
|
var marker_ee07e147e1220f868238dbe543004983 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b93b9369c06920144a6569a32b40d0eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebe3ba1f0f50a18196b4b407c9a437b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12a992bda9ac7bd8f0dfaee1d406b78a = $(`<div id="html_12a992bda9ac7bd8f0dfaee1d406b78a" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_ebe3ba1f0f50a18196b4b407c9a437b8.setContent(html_12a992bda9ac7bd8f0dfaee1d406b78a);
|
|
|
|
|
|
|
|
marker_ee07e147e1220f868238dbe543004983.bindPopup(popup_ebe3ba1f0f50a18196b4b407c9a437b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee07e147e1220f868238dbe543004983.setIcon(icon_b93b9369c06920144a6569a32b40d0eb);
|
|
|
|
|
|
var marker_655767d0faeb4533abb0dcdac898a966 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_82559de05ec625875da68c9738ae4f17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9dd529154633bd0dd8e6a849958cf4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e7c6dc31a6a95300bb8770829c1e89f = $(`<div id="html_9e7c6dc31a6a95300bb8770829c1e89f" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_d9dd529154633bd0dd8e6a849958cf4d.setContent(html_9e7c6dc31a6a95300bb8770829c1e89f);
|
|
|
|
|
|
|
|
marker_655767d0faeb4533abb0dcdac898a966.bindPopup(popup_d9dd529154633bd0dd8e6a849958cf4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_655767d0faeb4533abb0dcdac898a966.setIcon(icon_82559de05ec625875da68c9738ae4f17);
|
|
|
|
|
|
var marker_677b13b84d52ab37b080371e7204c2a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c405b0e265e94fd95be6111d37805e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_964084ae023711757de3865cd211e717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85007cb9443e21f2807dccd78b1ab6c8 = $(`<div id="html_85007cb9443e21f2807dccd78b1ab6c8" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_964084ae023711757de3865cd211e717.setContent(html_85007cb9443e21f2807dccd78b1ab6c8);
|
|
|
|
|
|
|
|
marker_677b13b84d52ab37b080371e7204c2a2.bindPopup(popup_964084ae023711757de3865cd211e717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_677b13b84d52ab37b080371e7204c2a2.setIcon(icon_c405b0e265e94fd95be6111d37805e03);
|
|
|
|
|
|
var marker_341d65b39cb504d926722fb67e5cef4e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_13d7f379b24961be7d15e37f4715b84b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac4512fec39cc4331817815754bdd8bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b07a0ddad376a5aaa58527c5437da6fe = $(`<div id="html_b07a0ddad376a5aaa58527c5437da6fe" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_ac4512fec39cc4331817815754bdd8bb.setContent(html_b07a0ddad376a5aaa58527c5437da6fe);
|
|
|
|
|
|
|
|
marker_341d65b39cb504d926722fb67e5cef4e.bindPopup(popup_ac4512fec39cc4331817815754bdd8bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_341d65b39cb504d926722fb67e5cef4e.setIcon(icon_13d7f379b24961be7d15e37f4715b84b);
|
|
|
|
|
|
var marker_7e827b80d36623874db8cd136a778e8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8dc783a9418113e7ca801e9de12e5fc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02fe0c876928e3f96486b8a3ff6fbbf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31f86cfc5cffcead5a048ad23a676ad4 = $(`<div id="html_31f86cfc5cffcead5a048ad23a676ad4" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_02fe0c876928e3f96486b8a3ff6fbbf8.setContent(html_31f86cfc5cffcead5a048ad23a676ad4);
|
|
|
|
|
|
|
|
marker_7e827b80d36623874db8cd136a778e8a.bindPopup(popup_02fe0c876928e3f96486b8a3ff6fbbf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e827b80d36623874db8cd136a778e8a.setIcon(icon_8dc783a9418113e7ca801e9de12e5fc2);
|
|
|
|
|
|
var marker_05ec4f3ae245b01272427726577d6233 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1cb3a53c8e3d01984fd4ca39b44f6f69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69dc71fd72a095b9689db98936e171d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf4d8efc5625c1e60bfdda4d94740fa9 = $(`<div id="html_cf4d8efc5625c1e60bfdda4d94740fa9" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_69dc71fd72a095b9689db98936e171d1.setContent(html_cf4d8efc5625c1e60bfdda4d94740fa9);
|
|
|
|
|
|
|
|
marker_05ec4f3ae245b01272427726577d6233.bindPopup(popup_69dc71fd72a095b9689db98936e171d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05ec4f3ae245b01272427726577d6233.setIcon(icon_1cb3a53c8e3d01984fd4ca39b44f6f69);
|
|
|
|
|
|
var marker_0b8dd7eba61e383b4427257d509ba66b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4f65437e2761fae60cd10219c24b7e58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f60e0d93673fa411ca8927443cdca4e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9311ad1d9a659f774b5d6f5d02683827 = $(`<div id="html_9311ad1d9a659f774b5d6f5d02683827" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_f60e0d93673fa411ca8927443cdca4e0.setContent(html_9311ad1d9a659f774b5d6f5d02683827);
|
|
|
|
|
|
|
|
marker_0b8dd7eba61e383b4427257d509ba66b.bindPopup(popup_f60e0d93673fa411ca8927443cdca4e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b8dd7eba61e383b4427257d509ba66b.setIcon(icon_4f65437e2761fae60cd10219c24b7e58);
|
|
|
|
|
|
var marker_efb01a918c93ade2c572f2a45c6fd30d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_147d95ee403b163385d7bb667c9bebeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee8af2b32b837dc77e99db9241c632f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_167afdeeaca2c7e06265b4a1fa40e19c = $(`<div id="html_167afdeeaca2c7e06265b4a1fa40e19c" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_ee8af2b32b837dc77e99db9241c632f2.setContent(html_167afdeeaca2c7e06265b4a1fa40e19c);
|
|
|
|
|
|
|
|
marker_efb01a918c93ade2c572f2a45c6fd30d.bindPopup(popup_ee8af2b32b837dc77e99db9241c632f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efb01a918c93ade2c572f2a45c6fd30d.setIcon(icon_147d95ee403b163385d7bb667c9bebeb);
|
|
|
|
|
|
var marker_49a00e649a921c996982c5795dd8c7f3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9ac50190189a91a17aeff7883d1a3440 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa6ae5bfb129c240fad98770c1852ad3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_807e59dbd9f4e96abe55d8594b6ac4d4 = $(`<div id="html_807e59dbd9f4e96abe55d8594b6ac4d4" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_aa6ae5bfb129c240fad98770c1852ad3.setContent(html_807e59dbd9f4e96abe55d8594b6ac4d4);
|
|
|
|
|
|
|
|
marker_49a00e649a921c996982c5795dd8c7f3.bindPopup(popup_aa6ae5bfb129c240fad98770c1852ad3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49a00e649a921c996982c5795dd8c7f3.setIcon(icon_9ac50190189a91a17aeff7883d1a3440);
|
|
|
|
|
|
var marker_45eb68b6dadf7efc1d1e728817874436 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_418b610c61c8699898604177824a65d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b051fdd541b45c6f22d1f9723fb04548 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66b246fb9de97000e2840ce0b2f360ad = $(`<div id="html_66b246fb9de97000e2840ce0b2f360ad" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_b051fdd541b45c6f22d1f9723fb04548.setContent(html_66b246fb9de97000e2840ce0b2f360ad);
|
|
|
|
|
|
|
|
marker_45eb68b6dadf7efc1d1e728817874436.bindPopup(popup_b051fdd541b45c6f22d1f9723fb04548)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45eb68b6dadf7efc1d1e728817874436.setIcon(icon_418b610c61c8699898604177824a65d9);
|
|
|
|
|
|
var marker_02c2210041dd252151329802e6c40b4b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cba8b1e75b194260efe5f20ad8ee848a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b99194517fe81d3a6ab89dedb1508dd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e17e41a44f952df58fa2c989300d880 = $(`<div id="html_2e17e41a44f952df58fa2c989300d880" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_b99194517fe81d3a6ab89dedb1508dd9.setContent(html_2e17e41a44f952df58fa2c989300d880);
|
|
|
|
|
|
|
|
marker_02c2210041dd252151329802e6c40b4b.bindPopup(popup_b99194517fe81d3a6ab89dedb1508dd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02c2210041dd252151329802e6c40b4b.setIcon(icon_cba8b1e75b194260efe5f20ad8ee848a);
|
|
|
|
|
|
var marker_f22ce6d094dcc43891c87012fa5b83cd = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ea9a6c45359eb15c6b6ac8e8f6554629 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae230217d3ccae67e3cda7af8290099e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2d141b67c409980b66ba99278de92d1 = $(`<div id="html_e2d141b67c409980b66ba99278de92d1" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_ae230217d3ccae67e3cda7af8290099e.setContent(html_e2d141b67c409980b66ba99278de92d1);
|
|
|
|
|
|
|
|
marker_f22ce6d094dcc43891c87012fa5b83cd.bindPopup(popup_ae230217d3ccae67e3cda7af8290099e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f22ce6d094dcc43891c87012fa5b83cd.setIcon(icon_ea9a6c45359eb15c6b6ac8e8f6554629);
|
|
|
|
|
|
var marker_57ce076fda2eaf57471718e2649b7ff6 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_eb8475622d844281aebad52448934a63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbc1c5a8a3c829e7f3d8369bed37859a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4919d177a3927745a3d03d55e1636d73 = $(`<div id="html_4919d177a3927745a3d03d55e1636d73" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_dbc1c5a8a3c829e7f3d8369bed37859a.setContent(html_4919d177a3927745a3d03d55e1636d73);
|
|
|
|
|
|
|
|
marker_57ce076fda2eaf57471718e2649b7ff6.bindPopup(popup_dbc1c5a8a3c829e7f3d8369bed37859a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57ce076fda2eaf57471718e2649b7ff6.setIcon(icon_eb8475622d844281aebad52448934a63);
|
|
|
|
|
|
var marker_80d7d64624b71225b9b04415885468a6 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_40978a2b325d03b9cb35cd959d36a215 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cee4c3de762568f21dbfa850a2716a24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2059e3bf606515104bd943a3fc74a33 = $(`<div id="html_d2059e3bf606515104bd943a3fc74a33" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_cee4c3de762568f21dbfa850a2716a24.setContent(html_d2059e3bf606515104bd943a3fc74a33);
|
|
|
|
|
|
|
|
marker_80d7d64624b71225b9b04415885468a6.bindPopup(popup_cee4c3de762568f21dbfa850a2716a24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80d7d64624b71225b9b04415885468a6.setIcon(icon_40978a2b325d03b9cb35cd959d36a215);
|
|
|
|
|
|
var marker_7ed0d284dad6434a1cf73b30b8729719 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_42f74e53cbaaace3263e3796dff78856 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aa21fecec249e0caa20ff5ad9679cf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40bfe3bace71d6da11cd6d625875b80a = $(`<div id="html_40bfe3bace71d6da11cd6d625875b80a" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_2aa21fecec249e0caa20ff5ad9679cf4.setContent(html_40bfe3bace71d6da11cd6d625875b80a);
|
|
|
|
|
|
|
|
marker_7ed0d284dad6434a1cf73b30b8729719.bindPopup(popup_2aa21fecec249e0caa20ff5ad9679cf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ed0d284dad6434a1cf73b30b8729719.setIcon(icon_42f74e53cbaaace3263e3796dff78856);
|
|
|
|
|
|
var marker_3c69af5cc8a8a269a17577ebc49f6a68 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b54b125aa8f2409cafbae1108370e52c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df283c90f65a9e4459fcde1aa890546a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7856ce58cd194607446303577da899ed = $(`<div id="html_7856ce58cd194607446303577da899ed" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_df283c90f65a9e4459fcde1aa890546a.setContent(html_7856ce58cd194607446303577da899ed);
|
|
|
|
|
|
|
|
marker_3c69af5cc8a8a269a17577ebc49f6a68.bindPopup(popup_df283c90f65a9e4459fcde1aa890546a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c69af5cc8a8a269a17577ebc49f6a68.setIcon(icon_b54b125aa8f2409cafbae1108370e52c);
|
|
|
|
|
|
var marker_01abc31325e38cb762cb6d9014fd2424 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1c729415121ae75494dfe9103b87f81c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf472d164894b63a5ce1157954187221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4db5104ed9fd592ce5dfdade63a3f79a = $(`<div id="html_4db5104ed9fd592ce5dfdade63a3f79a" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_cf472d164894b63a5ce1157954187221.setContent(html_4db5104ed9fd592ce5dfdade63a3f79a);
|
|
|
|
|
|
|
|
marker_01abc31325e38cb762cb6d9014fd2424.bindPopup(popup_cf472d164894b63a5ce1157954187221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01abc31325e38cb762cb6d9014fd2424.setIcon(icon_1c729415121ae75494dfe9103b87f81c);
|
|
|
|
|
|
var marker_cbdb84e28416ee5d2e74e7f51195b668 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9045022a9c21a992f67ce40a524a63c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48a4ee9e4b2d9d0c24c8f93e65e4ae55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_056e1f0d3c9b313b24fa085d58b0292f = $(`<div id="html_056e1f0d3c9b313b24fa085d58b0292f" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_48a4ee9e4b2d9d0c24c8f93e65e4ae55.setContent(html_056e1f0d3c9b313b24fa085d58b0292f);
|
|
|
|
|
|
|
|
marker_cbdb84e28416ee5d2e74e7f51195b668.bindPopup(popup_48a4ee9e4b2d9d0c24c8f93e65e4ae55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbdb84e28416ee5d2e74e7f51195b668.setIcon(icon_9045022a9c21a992f67ce40a524a63c9);
|
|
|
|
|
|
var marker_503abc19cacb485b55d1e1eb36f3a81c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6633937c46509e70d7083c1bc1c2c80e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b456a3669854728c09475d27d991c0d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_886150aa80a2687ea29c92e0d43dc6fa = $(`<div id="html_886150aa80a2687ea29c92e0d43dc6fa" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_b456a3669854728c09475d27d991c0d1.setContent(html_886150aa80a2687ea29c92e0d43dc6fa);
|
|
|
|
|
|
|
|
marker_503abc19cacb485b55d1e1eb36f3a81c.bindPopup(popup_b456a3669854728c09475d27d991c0d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_503abc19cacb485b55d1e1eb36f3a81c.setIcon(icon_6633937c46509e70d7083c1bc1c2c80e);
|
|
|
|
|
|
var marker_5a0ff74f5e28aecf96f999a3c8037ebb = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2514cbfb1bb4c21c076fdafeb96fe0e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51585a02cb3b0890ae213ce1a2d91b9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07abcbf5e269b44dbdfdd4f425e037b7 = $(`<div id="html_07abcbf5e269b44dbdfdd4f425e037b7" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_51585a02cb3b0890ae213ce1a2d91b9d.setContent(html_07abcbf5e269b44dbdfdd4f425e037b7);
|
|
|
|
|
|
|
|
marker_5a0ff74f5e28aecf96f999a3c8037ebb.bindPopup(popup_51585a02cb3b0890ae213ce1a2d91b9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a0ff74f5e28aecf96f999a3c8037ebb.setIcon(icon_2514cbfb1bb4c21c076fdafeb96fe0e0);
|
|
|
|
|
|
var marker_ce74cc1ad2cc0d2006152e1587412fa5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_404186d81e64ed163e2835fd4804517a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0865dd71d7ebaeebedf2649e4c4b2d70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_255d1ad97bf5c5b414c641e375dc9d34 = $(`<div id="html_255d1ad97bf5c5b414c641e375dc9d34" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_0865dd71d7ebaeebedf2649e4c4b2d70.setContent(html_255d1ad97bf5c5b414c641e375dc9d34);
|
|
|
|
|
|
|
|
marker_ce74cc1ad2cc0d2006152e1587412fa5.bindPopup(popup_0865dd71d7ebaeebedf2649e4c4b2d70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce74cc1ad2cc0d2006152e1587412fa5.setIcon(icon_404186d81e64ed163e2835fd4804517a);
|
|
|
|
|
|
var marker_ca87d9bf9316d273d170b39629edcf3a = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ae6c8d8a47f5bd5671232f7bfcf3440b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2ed1a1fa0e624e39b1aed2a5a54b21c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eae08e488a93285656d50c52021a50b = $(`<div id="html_8eae08e488a93285656d50c52021a50b" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_a2ed1a1fa0e624e39b1aed2a5a54b21c.setContent(html_8eae08e488a93285656d50c52021a50b);
|
|
|
|
|
|
|
|
marker_ca87d9bf9316d273d170b39629edcf3a.bindPopup(popup_a2ed1a1fa0e624e39b1aed2a5a54b21c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca87d9bf9316d273d170b39629edcf3a.setIcon(icon_ae6c8d8a47f5bd5671232f7bfcf3440b);
|
|
|
|
|
|
var marker_1eb5f017fc9e966ac556af356f0a4a53 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_875977883b390ab5876d8992e5e36c08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f236f1a62d34be838232909847ba2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ffcae7eb8c8a939f705d51c9bcd1efe = $(`<div id="html_0ffcae7eb8c8a939f705d51c9bcd1efe" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_c5f236f1a62d34be838232909847ba2e.setContent(html_0ffcae7eb8c8a939f705d51c9bcd1efe);
|
|
|
|
|
|
|
|
marker_1eb5f017fc9e966ac556af356f0a4a53.bindPopup(popup_c5f236f1a62d34be838232909847ba2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eb5f017fc9e966ac556af356f0a4a53.setIcon(icon_875977883b390ab5876d8992e5e36c08);
|
|
|
|
|
|
var marker_507a18fb91d17ae397eb02f0c8e987bf = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a1a48597b85e873612ebe7ba81c3ba8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89135accb85c1f19b302465dc919c1fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06b4d72df12d7ca4764917673bb90be2 = $(`<div id="html_06b4d72df12d7ca4764917673bb90be2" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_89135accb85c1f19b302465dc919c1fb.setContent(html_06b4d72df12d7ca4764917673bb90be2);
|
|
|
|
|
|
|
|
marker_507a18fb91d17ae397eb02f0c8e987bf.bindPopup(popup_89135accb85c1f19b302465dc919c1fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_507a18fb91d17ae397eb02f0c8e987bf.setIcon(icon_a1a48597b85e873612ebe7ba81c3ba8e);
|
|
|
|
|
|
var marker_5625a4bae1eef2e82aad504c2cc46d48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_81dc604d32428d27c06b38cc99c1ac23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47cbed12079b7ddc32824a71b36e3aaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a41a34235542099864ce1d971d0f5d37 = $(`<div id="html_a41a34235542099864ce1d971d0f5d37" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_47cbed12079b7ddc32824a71b36e3aaf.setContent(html_a41a34235542099864ce1d971d0f5d37);
|
|
|
|
|
|
|
|
marker_5625a4bae1eef2e82aad504c2cc46d48.bindPopup(popup_47cbed12079b7ddc32824a71b36e3aaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5625a4bae1eef2e82aad504c2cc46d48.setIcon(icon_81dc604d32428d27c06b38cc99c1ac23);
|
|
|
|
|
|
var marker_fdcc75ec288fc7e1d2bf58d4f629084b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_58b0e1a7e0944176be017f58b815966d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1a5df0e9e042d7c877a8a86e82b5871 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7ce6f4cbd8ca6a490b5fdc3c11b00a8 = $(`<div id="html_f7ce6f4cbd8ca6a490b5fdc3c11b00a8" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_e1a5df0e9e042d7c877a8a86e82b5871.setContent(html_f7ce6f4cbd8ca6a490b5fdc3c11b00a8);
|
|
|
|
|
|
|
|
marker_fdcc75ec288fc7e1d2bf58d4f629084b.bindPopup(popup_e1a5df0e9e042d7c877a8a86e82b5871)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdcc75ec288fc7e1d2bf58d4f629084b.setIcon(icon_58b0e1a7e0944176be017f58b815966d);
|
|
|
|
|
|
var marker_31fe30ecebdd79f231348c630b48c238 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_530728d77589a7e991255729bb9070fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b3642ceb3af1393371a9f5dccbd2b08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d53f44f734748c7ee06dc7d58c2074cd = $(`<div id="html_d53f44f734748c7ee06dc7d58c2074cd" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_8b3642ceb3af1393371a9f5dccbd2b08.setContent(html_d53f44f734748c7ee06dc7d58c2074cd);
|
|
|
|
|
|
|
|
marker_31fe30ecebdd79f231348c630b48c238.bindPopup(popup_8b3642ceb3af1393371a9f5dccbd2b08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31fe30ecebdd79f231348c630b48c238.setIcon(icon_530728d77589a7e991255729bb9070fe);
|
|
|
|
|
|
var marker_c2ebe0887553a5a8c1168da4926989be = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_bd49501b9d219939bdf65cc8d9ac18b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09a0ccfbaca1cde99d7e015d50f33e9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85ffe3cb8246a279b48525b54ae791f5 = $(`<div id="html_85ffe3cb8246a279b48525b54ae791f5" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_09a0ccfbaca1cde99d7e015d50f33e9d.setContent(html_85ffe3cb8246a279b48525b54ae791f5);
|
|
|
|
|
|
|
|
marker_c2ebe0887553a5a8c1168da4926989be.bindPopup(popup_09a0ccfbaca1cde99d7e015d50f33e9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2ebe0887553a5a8c1168da4926989be.setIcon(icon_bd49501b9d219939bdf65cc8d9ac18b8);
|
|
|
|
|
|
var marker_3285fcf387f5a0b3626445aa1e820523 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_495e7b1c4aff9a0cef9d649bbae5d249 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dce51820f23f30794a725add8f5a70b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_684857da5d8f77bc4af3de34703b73aa = $(`<div id="html_684857da5d8f77bc4af3de34703b73aa" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_9dce51820f23f30794a725add8f5a70b.setContent(html_684857da5d8f77bc4af3de34703b73aa);
|
|
|
|
|
|
|
|
marker_3285fcf387f5a0b3626445aa1e820523.bindPopup(popup_9dce51820f23f30794a725add8f5a70b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3285fcf387f5a0b3626445aa1e820523.setIcon(icon_495e7b1c4aff9a0cef9d649bbae5d249);
|
|
|
|
|
|
var marker_3f64a23881a8791ab03fd50f94853b9d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e000f54573d362da1ce915353ab44849 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5d57600a1428e4af34035266a7285fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5afca7e45f876c30537b9e3278ba9c8f = $(`<div id="html_5afca7e45f876c30537b9e3278ba9c8f" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_f5d57600a1428e4af34035266a7285fc.setContent(html_5afca7e45f876c30537b9e3278ba9c8f);
|
|
|
|
|
|
|
|
marker_3f64a23881a8791ab03fd50f94853b9d.bindPopup(popup_f5d57600a1428e4af34035266a7285fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f64a23881a8791ab03fd50f94853b9d.setIcon(icon_e000f54573d362da1ce915353ab44849);
|
|
|
|
|
|
var marker_498d8f3ca1cf714716e2ca17d28802dc = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_61ce96bf57db33968a9673c85f9f755a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2c9e95e4d9f06ff0c4a1acf760ca633 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db8a32e5e445acbdab51e5103deee3ae = $(`<div id="html_db8a32e5e445acbdab51e5103deee3ae" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_f2c9e95e4d9f06ff0c4a1acf760ca633.setContent(html_db8a32e5e445acbdab51e5103deee3ae);
|
|
|
|
|
|
|
|
marker_498d8f3ca1cf714716e2ca17d28802dc.bindPopup(popup_f2c9e95e4d9f06ff0c4a1acf760ca633)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_498d8f3ca1cf714716e2ca17d28802dc.setIcon(icon_61ce96bf57db33968a9673c85f9f755a);
|
|
|
|
|
|
var marker_52ed0e9b58c4ea9c3139b8f1f8a8fef9 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e64570c3f7251292e0d68b4bfd64273e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6509c78e63d2f1a7c092744ce23afa8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cca67bbc676f3622cae065fa95a133ff = $(`<div id="html_cca67bbc676f3622cae065fa95a133ff" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_6509c78e63d2f1a7c092744ce23afa8f.setContent(html_cca67bbc676f3622cae065fa95a133ff);
|
|
|
|
|
|
|
|
marker_52ed0e9b58c4ea9c3139b8f1f8a8fef9.bindPopup(popup_6509c78e63d2f1a7c092744ce23afa8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52ed0e9b58c4ea9c3139b8f1f8a8fef9.setIcon(icon_e64570c3f7251292e0d68b4bfd64273e);
|
|
|
|
|
|
var marker_5ee6cd9a73293427e491e163d75748fb = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8dbfa7c59af0835bc1d562bea90f39ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4624745257ff3a9a18117f3ee73aa4f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5c678cba452c959b1dbb70d19178bac = $(`<div id="html_c5c678cba452c959b1dbb70d19178bac" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_4624745257ff3a9a18117f3ee73aa4f8.setContent(html_c5c678cba452c959b1dbb70d19178bac);
|
|
|
|
|
|
|
|
marker_5ee6cd9a73293427e491e163d75748fb.bindPopup(popup_4624745257ff3a9a18117f3ee73aa4f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ee6cd9a73293427e491e163d75748fb.setIcon(icon_8dbfa7c59af0835bc1d562bea90f39ab);
|
|
|
|
|
|
var marker_82ca6e07c3e2cf8337a4d85960bb7b6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1c615273ca6c0d671c6fbdcb8f39d1ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86f097dc0891310ac6d6fe64e7167577 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df31b9e3d43110005514dca7397ccfbc = $(`<div id="html_df31b9e3d43110005514dca7397ccfbc" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_86f097dc0891310ac6d6fe64e7167577.setContent(html_df31b9e3d43110005514dca7397ccfbc);
|
|
|
|
|
|
|
|
marker_82ca6e07c3e2cf8337a4d85960bb7b6c.bindPopup(popup_86f097dc0891310ac6d6fe64e7167577)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82ca6e07c3e2cf8337a4d85960bb7b6c.setIcon(icon_1c615273ca6c0d671c6fbdcb8f39d1ec);
|
|
|
|
|
|
var marker_c6b82cecada10346cf4918e7cad8c839 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6bebaf67fe445d777e5e86aa0555b79c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e0cca4eadce985c77f8aef1bdfa28e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b251adc765ffff782fcb7509d441ac0 = $(`<div id="html_8b251adc765ffff782fcb7509d441ac0" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_5e0cca4eadce985c77f8aef1bdfa28e4.setContent(html_8b251adc765ffff782fcb7509d441ac0);
|
|
|
|
|
|
|
|
marker_c6b82cecada10346cf4918e7cad8c839.bindPopup(popup_5e0cca4eadce985c77f8aef1bdfa28e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6b82cecada10346cf4918e7cad8c839.setIcon(icon_6bebaf67fe445d777e5e86aa0555b79c);
|
|
|
|
|
|
var marker_da6f01861926e66ae377624db536f8a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_37404a23929d2e777712cceec631f4d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_184f5656e2aa1e1e2fcb9b13507637b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17e1cc7cf4a703656388136942a94cc2 = $(`<div id="html_17e1cc7cf4a703656388136942a94cc2" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_184f5656e2aa1e1e2fcb9b13507637b2.setContent(html_17e1cc7cf4a703656388136942a94cc2);
|
|
|
|
|
|
|
|
marker_da6f01861926e66ae377624db536f8a5.bindPopup(popup_184f5656e2aa1e1e2fcb9b13507637b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da6f01861926e66ae377624db536f8a5.setIcon(icon_37404a23929d2e777712cceec631f4d6);
|
|
|
|
|
|
var marker_74ab9c32da81c5f265cc4c2ddb754baa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9cb5b83e280dde747a8eea474bcfe9ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_657089a4ec30e60a8d75a2f7737c8a66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c425aee75880d4ad1d5b39c14def8b5 = $(`<div id="html_0c425aee75880d4ad1d5b39c14def8b5" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_657089a4ec30e60a8d75a2f7737c8a66.setContent(html_0c425aee75880d4ad1d5b39c14def8b5);
|
|
|
|
|
|
|
|
marker_74ab9c32da81c5f265cc4c2ddb754baa.bindPopup(popup_657089a4ec30e60a8d75a2f7737c8a66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74ab9c32da81c5f265cc4c2ddb754baa.setIcon(icon_9cb5b83e280dde747a8eea474bcfe9ff);
|
|
|
|
|
|
var marker_87135c4877f6f3a92f01a823c2062168 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4dbd841732d04d87151bbbe24f5ba742 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64193166394cd9cfda458a2bb2e135b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fa7f710c17143bc96501b4f4edc177d = $(`<div id="html_5fa7f710c17143bc96501b4f4edc177d" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_64193166394cd9cfda458a2bb2e135b7.setContent(html_5fa7f710c17143bc96501b4f4edc177d);
|
|
|
|
|
|
|
|
marker_87135c4877f6f3a92f01a823c2062168.bindPopup(popup_64193166394cd9cfda458a2bb2e135b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87135c4877f6f3a92f01a823c2062168.setIcon(icon_4dbd841732d04d87151bbbe24f5ba742);
|
|
|
|
|
|
var marker_37bd2782a9db59b161d439c10b425865 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_926fd71af84c25e0ce2e389a7ae42691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01add178b52c3f565b946c122d4bb6c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410f28814fb861d2d65a410cf200b2d7 = $(`<div id="html_410f28814fb861d2d65a410cf200b2d7" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_01add178b52c3f565b946c122d4bb6c3.setContent(html_410f28814fb861d2d65a410cf200b2d7);
|
|
|
|
|
|
|
|
marker_37bd2782a9db59b161d439c10b425865.bindPopup(popup_01add178b52c3f565b946c122d4bb6c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37bd2782a9db59b161d439c10b425865.setIcon(icon_926fd71af84c25e0ce2e389a7ae42691);
|
|
|
|
|
|
var marker_f2b437841ef7932e3e57d4bd7b40ca48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_aceeb0fbae335c20fe73cef69a9dfa3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0684dd69a3d6899523a3695f5b7114a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7c6120ecc6eb0cf6c4f8d579d0f3b01 = $(`<div id="html_e7c6120ecc6eb0cf6c4f8d579d0f3b01" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_0684dd69a3d6899523a3695f5b7114a8.setContent(html_e7c6120ecc6eb0cf6c4f8d579d0f3b01);
|
|
|
|
|
|
|
|
marker_f2b437841ef7932e3e57d4bd7b40ca48.bindPopup(popup_0684dd69a3d6899523a3695f5b7114a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2b437841ef7932e3e57d4bd7b40ca48.setIcon(icon_aceeb0fbae335c20fe73cef69a9dfa3d);
|
|
|
|
|
|
var marker_67888d9713e7d6b331e316d021e39817 = L.marker(
|
|
[39.1429, -94.573],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a1166efd20b0c5aa71eaf96d728638fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea59844681412d90ec94a1e68b2941c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51d76787903d313fc42a17d54d20b04e = $(`<div id="html_51d76787903d313fc42a17d54d20b04e" style="width: 100.0%; height: 100.0%;">toby.nettek.io</div>`)[0];
|
|
popup_bea59844681412d90ec94a1e68b2941c.setContent(html_51d76787903d313fc42a17d54d20b04e);
|
|
|
|
|
|
|
|
marker_67888d9713e7d6b331e316d021e39817.bindPopup(popup_bea59844681412d90ec94a1e68b2941c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67888d9713e7d6b331e316d021e39817.setIcon(icon_a1166efd20b0c5aa71eaf96d728638fe);
|
|
|
|
|
|
var marker_243b6aa29d0b751e1b4e4bc9b62708d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_54e9b5c83cc55da51907108860fd6e53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b6f67a2814fc8527875d61cb1673f65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_971cb9688e1f413dcf90447641175b2f = $(`<div id="html_971cb9688e1f413dcf90447641175b2f" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_4b6f67a2814fc8527875d61cb1673f65.setContent(html_971cb9688e1f413dcf90447641175b2f);
|
|
|
|
|
|
|
|
marker_243b6aa29d0b751e1b4e4bc9b62708d9.bindPopup(popup_4b6f67a2814fc8527875d61cb1673f65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_243b6aa29d0b751e1b4e4bc9b62708d9.setIcon(icon_54e9b5c83cc55da51907108860fd6e53);
|
|
|
|
|
|
var marker_1aba2fb8dbbb851b383061ede45c3e32 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d21c3d4c468e30c03713ead35ef82d46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_777f2ac7c06beb72bffa54c27804fe3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54052d680b32335e5036673e9592ae53 = $(`<div id="html_54052d680b32335e5036673e9592ae53" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_777f2ac7c06beb72bffa54c27804fe3a.setContent(html_54052d680b32335e5036673e9592ae53);
|
|
|
|
|
|
|
|
marker_1aba2fb8dbbb851b383061ede45c3e32.bindPopup(popup_777f2ac7c06beb72bffa54c27804fe3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aba2fb8dbbb851b383061ede45c3e32.setIcon(icon_d21c3d4c468e30c03713ead35ef82d46);
|
|
|
|
|
|
var marker_4146c100c88ee1f461365895c1edc2c6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_18d26e304f4a51134b588f4596001404 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31662a6631891533d3b3d479aaa4b962 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_067e43fa0c39ea71772523c9428dfceb = $(`<div id="html_067e43fa0c39ea71772523c9428dfceb" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_31662a6631891533d3b3d479aaa4b962.setContent(html_067e43fa0c39ea71772523c9428dfceb);
|
|
|
|
|
|
|
|
marker_4146c100c88ee1f461365895c1edc2c6.bindPopup(popup_31662a6631891533d3b3d479aaa4b962)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4146c100c88ee1f461365895c1edc2c6.setIcon(icon_18d26e304f4a51134b588f4596001404);
|
|
|
|
|
|
var marker_bdbbb28cfa9f8a0f08cbcabe8f7abcca = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b3f484b8cdc3a21767a66f66aef2c915 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccb6321d7f734a472672506375e718c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e329b1c3c5c2235e1883d05789518c = $(`<div id="html_86e329b1c3c5c2235e1883d05789518c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_ccb6321d7f734a472672506375e718c3.setContent(html_86e329b1c3c5c2235e1883d05789518c);
|
|
|
|
|
|
|
|
marker_bdbbb28cfa9f8a0f08cbcabe8f7abcca.bindPopup(popup_ccb6321d7f734a472672506375e718c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdbbb28cfa9f8a0f08cbcabe8f7abcca.setIcon(icon_b3f484b8cdc3a21767a66f66aef2c915);
|
|
|
|
|
|
var marker_f73b0a8a42e341263cfbb1fd210d7775 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_343d0572c0488b14515077ad0ee2ab61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4640800b0767f55d67c611cf87d8ea42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d39e8657ddd8aa893c5f08dca170abe4 = $(`<div id="html_d39e8657ddd8aa893c5f08dca170abe4" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_4640800b0767f55d67c611cf87d8ea42.setContent(html_d39e8657ddd8aa893c5f08dca170abe4);
|
|
|
|
|
|
|
|
marker_f73b0a8a42e341263cfbb1fd210d7775.bindPopup(popup_4640800b0767f55d67c611cf87d8ea42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f73b0a8a42e341263cfbb1fd210d7775.setIcon(icon_343d0572c0488b14515077ad0ee2ab61);
|
|
|
|
|
|
var marker_48fba1103114c19c26d130f2bd390cbd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c060a9869b57d85862e565921944f88d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b576c0b1ec59ea543825211b0f7cd11e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72ab5057a5e0bcf392b6cecdf0f91373 = $(`<div id="html_72ab5057a5e0bcf392b6cecdf0f91373" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_b576c0b1ec59ea543825211b0f7cd11e.setContent(html_72ab5057a5e0bcf392b6cecdf0f91373);
|
|
|
|
|
|
|
|
marker_48fba1103114c19c26d130f2bd390cbd.bindPopup(popup_b576c0b1ec59ea543825211b0f7cd11e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48fba1103114c19c26d130f2bd390cbd.setIcon(icon_c060a9869b57d85862e565921944f88d);
|
|
|
|
|
|
var marker_f254770771c69022a4ec23bdf1a745c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_06a18406ec375cc471f0ef016e2a0b73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aedca9001b7af8ce132137645f94ea7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa9a3196ccf5276e27e808d0d3f99415 = $(`<div id="html_aa9a3196ccf5276e27e808d0d3f99415" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_aedca9001b7af8ce132137645f94ea7a.setContent(html_aa9a3196ccf5276e27e808d0d3f99415);
|
|
|
|
|
|
|
|
marker_f254770771c69022a4ec23bdf1a745c3.bindPopup(popup_aedca9001b7af8ce132137645f94ea7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f254770771c69022a4ec23bdf1a745c3.setIcon(icon_06a18406ec375cc471f0ef016e2a0b73);
|
|
|
|
|
|
var marker_c3b75b5af563725e77632db6692ef421 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2c6500e79e6964b58ecba468b94845b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58dcd3aff085a62cafd60d5662ff59b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b3bfbc5e8068b91b162c49b5523c31b = $(`<div id="html_2b3bfbc5e8068b91b162c49b5523c31b" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_58dcd3aff085a62cafd60d5662ff59b9.setContent(html_2b3bfbc5e8068b91b162c49b5523c31b);
|
|
|
|
|
|
|
|
marker_c3b75b5af563725e77632db6692ef421.bindPopup(popup_58dcd3aff085a62cafd60d5662ff59b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3b75b5af563725e77632db6692ef421.setIcon(icon_2c6500e79e6964b58ecba468b94845b9);
|
|
|
|
|
|
var marker_70fb99ecaee8cacbbd1b146a2378124a = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e4b62a3f9bea4773d008f90244aeea1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e08221befc91c4d03b9cd13429b170cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_538a5fd3cf4a804478707bec795eedec = $(`<div id="html_538a5fd3cf4a804478707bec795eedec" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_e08221befc91c4d03b9cd13429b170cf.setContent(html_538a5fd3cf4a804478707bec795eedec);
|
|
|
|
|
|
|
|
marker_70fb99ecaee8cacbbd1b146a2378124a.bindPopup(popup_e08221befc91c4d03b9cd13429b170cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70fb99ecaee8cacbbd1b146a2378124a.setIcon(icon_e4b62a3f9bea4773d008f90244aeea1a);
|
|
|
|
|
|
var marker_179e33345c2b200accfa5adb09f82036 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_17b0378ba2c69e87e113cb49055de0cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d29e69be6d0dcec178e04617a99d83c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd39d5b01cb5be2145fdf56ffb00660a = $(`<div id="html_fd39d5b01cb5be2145fdf56ffb00660a" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_d29e69be6d0dcec178e04617a99d83c0.setContent(html_fd39d5b01cb5be2145fdf56ffb00660a);
|
|
|
|
|
|
|
|
marker_179e33345c2b200accfa5adb09f82036.bindPopup(popup_d29e69be6d0dcec178e04617a99d83c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_179e33345c2b200accfa5adb09f82036.setIcon(icon_17b0378ba2c69e87e113cb49055de0cc);
|
|
|
|
|
|
var marker_04dc848f0c0ee97e499557451c7821bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b083871a87244b36a1e31da97a68246c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8df92cf666bbc12148a070bc0a4653a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bda9e25cfabab2cdd430bd5483c97c8 = $(`<div id="html_2bda9e25cfabab2cdd430bd5483c97c8" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_8df92cf666bbc12148a070bc0a4653a1.setContent(html_2bda9e25cfabab2cdd430bd5483c97c8);
|
|
|
|
|
|
|
|
marker_04dc848f0c0ee97e499557451c7821bf.bindPopup(popup_8df92cf666bbc12148a070bc0a4653a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04dc848f0c0ee97e499557451c7821bf.setIcon(icon_b083871a87244b36a1e31da97a68246c);
|
|
|
|
|
|
var marker_d8e0ccff6473e7f9ee85085b8d3933e0 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_65c9bb04ea77b4e0da5ac08ff4c30ec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc7f249fee0eb11dfdb355f618d1d834 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c35f02156f0d0946146db512c37e49cf = $(`<div id="html_c35f02156f0d0946146db512c37e49cf" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_cc7f249fee0eb11dfdb355f618d1d834.setContent(html_c35f02156f0d0946146db512c37e49cf);
|
|
|
|
|
|
|
|
marker_d8e0ccff6473e7f9ee85085b8d3933e0.bindPopup(popup_cc7f249fee0eb11dfdb355f618d1d834)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8e0ccff6473e7f9ee85085b8d3933e0.setIcon(icon_65c9bb04ea77b4e0da5ac08ff4c30ec6);
|
|
|
|
|
|
var marker_75be62e6cab895474afbf21aab0f769d = L.marker(
|
|
[43.6708, -70.2844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fe2004d918b86800c63978f2ca270890 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_152aca5b891e37bba4e5b6833f2b59be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39759fb0bb814b08e84dd990169273ab = $(`<div id="html_39759fb0bb814b08e84dd990169273ab" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_152aca5b891e37bba4e5b6833f2b59be.setContent(html_39759fb0bb814b08e84dd990169273ab);
|
|
|
|
|
|
|
|
marker_75be62e6cab895474afbf21aab0f769d.bindPopup(popup_152aca5b891e37bba4e5b6833f2b59be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75be62e6cab895474afbf21aab0f769d.setIcon(icon_fe2004d918b86800c63978f2ca270890);
|
|
|
|
|
|
var marker_83b8acaac7dabab4889a5854af65fb49 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b64151a9f18f28b7fd37afcb55f815d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f5c6d041b5e73d253ecb0c73829d387 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40aea8e5a2094efed4d055472740c435 = $(`<div id="html_40aea8e5a2094efed4d055472740c435" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_5f5c6d041b5e73d253ecb0c73829d387.setContent(html_40aea8e5a2094efed4d055472740c435);
|
|
|
|
|
|
|
|
marker_83b8acaac7dabab4889a5854af65fb49.bindPopup(popup_5f5c6d041b5e73d253ecb0c73829d387)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83b8acaac7dabab4889a5854af65fb49.setIcon(icon_b64151a9f18f28b7fd37afcb55f815d7);
|
|
|
|
|
|
var marker_b0dcc3c306cbc466cb496664055f365f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_45677867e558eaecfdfddc5ea93c48d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_234970a748cc53137cf245492d248956 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dadc1a1a4bf55bdc3dbb9d51e3ccea03 = $(`<div id="html_dadc1a1a4bf55bdc3dbb9d51e3ccea03" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_234970a748cc53137cf245492d248956.setContent(html_dadc1a1a4bf55bdc3dbb9d51e3ccea03);
|
|
|
|
|
|
|
|
marker_b0dcc3c306cbc466cb496664055f365f.bindPopup(popup_234970a748cc53137cf245492d248956)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0dcc3c306cbc466cb496664055f365f.setIcon(icon_45677867e558eaecfdfddc5ea93c48d7);
|
|
|
|
|
|
var marker_b547103467a09250dc53a04f835a2b5d = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_72e2ec654051b22962dc6d7d5b3915f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbd394a231adfa44ddd15d7f7da7b7f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da9b292ed5549ac44eb66236a4afc89b = $(`<div id="html_da9b292ed5549ac44eb66236a4afc89b" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_cbd394a231adfa44ddd15d7f7da7b7f2.setContent(html_da9b292ed5549ac44eb66236a4afc89b);
|
|
|
|
|
|
|
|
marker_b547103467a09250dc53a04f835a2b5d.bindPopup(popup_cbd394a231adfa44ddd15d7f7da7b7f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b547103467a09250dc53a04f835a2b5d.setIcon(icon_72e2ec654051b22962dc6d7d5b3915f0);
|
|
|
|
|
|
var marker_0984020bd69c5df80592758f3a353521 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_252fac25508e82a3a7617d87a2c6eb6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fbb43ec44e910f2f883509feb9244dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf875b58885c01a80199c69091d8395 = $(`<div id="html_0bf875b58885c01a80199c69091d8395" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_5fbb43ec44e910f2f883509feb9244dd.setContent(html_0bf875b58885c01a80199c69091d8395);
|
|
|
|
|
|
|
|
marker_0984020bd69c5df80592758f3a353521.bindPopup(popup_5fbb43ec44e910f2f883509feb9244dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0984020bd69c5df80592758f3a353521.setIcon(icon_252fac25508e82a3a7617d87a2c6eb6a);
|
|
|
|
|
|
var marker_92a1a610181e8bae172658ccdabc933c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c48288d384357974f6ab0ef1dde4fd71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f8bc5bb7504f1f6db75d472a4c9667e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5363083b8641846485b139a07940f2e = $(`<div id="html_c5363083b8641846485b139a07940f2e" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_2f8bc5bb7504f1f6db75d472a4c9667e.setContent(html_c5363083b8641846485b139a07940f2e);
|
|
|
|
|
|
|
|
marker_92a1a610181e8bae172658ccdabc933c.bindPopup(popup_2f8bc5bb7504f1f6db75d472a4c9667e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92a1a610181e8bae172658ccdabc933c.setIcon(icon_c48288d384357974f6ab0ef1dde4fd71);
|
|
|
|
|
|
var marker_ab81f9aca349c6b095c12e4a4bbcb5f9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_304ad4532739c181097b66a6fbef5d10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2207b074578d3497c3302e113ba4125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af5208eb88b8602b01a06b0800ad3677 = $(`<div id="html_af5208eb88b8602b01a06b0800ad3677" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_a2207b074578d3497c3302e113ba4125.setContent(html_af5208eb88b8602b01a06b0800ad3677);
|
|
|
|
|
|
|
|
marker_ab81f9aca349c6b095c12e4a4bbcb5f9.bindPopup(popup_a2207b074578d3497c3302e113ba4125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab81f9aca349c6b095c12e4a4bbcb5f9.setIcon(icon_304ad4532739c181097b66a6fbef5d10);
|
|
|
|
|
|
var marker_126399a9e6adeae4aeb7a9c8ac9f8def = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9d801f879e6353e287b866bd2a2bd7c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_283d083db50f5b3ca1b2ed792236aa16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f588acd37951e2129c22c487e7dfea85 = $(`<div id="html_f588acd37951e2129c22c487e7dfea85" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_283d083db50f5b3ca1b2ed792236aa16.setContent(html_f588acd37951e2129c22c487e7dfea85);
|
|
|
|
|
|
|
|
marker_126399a9e6adeae4aeb7a9c8ac9f8def.bindPopup(popup_283d083db50f5b3ca1b2ed792236aa16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_126399a9e6adeae4aeb7a9c8ac9f8def.setIcon(icon_9d801f879e6353e287b866bd2a2bd7c8);
|
|
|
|
|
|
var marker_a6f5d4ae9c6c4d368223e7ed1d95c568 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cfc748444a49ee68c6fdc955e8d71333 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_667392b32028674e2bdb5cba23d5f4d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91958f27f1e197a6c5528fc8f73abf75 = $(`<div id="html_91958f27f1e197a6c5528fc8f73abf75" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_667392b32028674e2bdb5cba23d5f4d8.setContent(html_91958f27f1e197a6c5528fc8f73abf75);
|
|
|
|
|
|
|
|
marker_a6f5d4ae9c6c4d368223e7ed1d95c568.bindPopup(popup_667392b32028674e2bdb5cba23d5f4d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6f5d4ae9c6c4d368223e7ed1d95c568.setIcon(icon_cfc748444a49ee68c6fdc955e8d71333);
|
|
|
|
|
|
var marker_54f5dad19f90c4b7e927d4aa89a3136d = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a9f82ad937f227251ffd9b54281a8bf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_255beda70588e3e04b58602638755fbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6655456302c7cb98e2df7a599cce704 = $(`<div id="html_a6655456302c7cb98e2df7a599cce704" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_255beda70588e3e04b58602638755fbe.setContent(html_a6655456302c7cb98e2df7a599cce704);
|
|
|
|
|
|
|
|
marker_54f5dad19f90c4b7e927d4aa89a3136d.bindPopup(popup_255beda70588e3e04b58602638755fbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54f5dad19f90c4b7e927d4aa89a3136d.setIcon(icon_a9f82ad937f227251ffd9b54281a8bf5);
|
|
|
|
|
|
var marker_c4df95dd012efc9c37eafe4150b425e5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1e3186ad6bdaf0dffbe829efeabec3ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab2967fd13adc34f1a66a352446004e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2dd5c2540eb72a067a5974dc3fd81b19 = $(`<div id="html_2dd5c2540eb72a067a5974dc3fd81b19" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_ab2967fd13adc34f1a66a352446004e8.setContent(html_2dd5c2540eb72a067a5974dc3fd81b19);
|
|
|
|
|
|
|
|
marker_c4df95dd012efc9c37eafe4150b425e5.bindPopup(popup_ab2967fd13adc34f1a66a352446004e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4df95dd012efc9c37eafe4150b425e5.setIcon(icon_1e3186ad6bdaf0dffbe829efeabec3ac);
|
|
|
|
|
|
var marker_e3c5bd736d12dabfc20612410f32f1c7 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4cff6511c74aa3daee1beb27a6c1f514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e499e88e2f3d95b7fa8497fdfcfddeeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7353db754cfe6e366325e65f4e6c1730 = $(`<div id="html_7353db754cfe6e366325e65f4e6c1730" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_e499e88e2f3d95b7fa8497fdfcfddeeb.setContent(html_7353db754cfe6e366325e65f4e6c1730);
|
|
|
|
|
|
|
|
marker_e3c5bd736d12dabfc20612410f32f1c7.bindPopup(popup_e499e88e2f3d95b7fa8497fdfcfddeeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3c5bd736d12dabfc20612410f32f1c7.setIcon(icon_4cff6511c74aa3daee1beb27a6c1f514);
|
|
|
|
|
|
var marker_dba49dff4b07a07e9fe4479d6234601a = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4b83cbfb0ebac631f3766fc87b07ec7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64bbc1808c9463d691a6166ca602a016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b1736bf4d2ee56d1eff5d9b7a013fcc = $(`<div id="html_0b1736bf4d2ee56d1eff5d9b7a013fcc" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_64bbc1808c9463d691a6166ca602a016.setContent(html_0b1736bf4d2ee56d1eff5d9b7a013fcc);
|
|
|
|
|
|
|
|
marker_dba49dff4b07a07e9fe4479d6234601a.bindPopup(popup_64bbc1808c9463d691a6166ca602a016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dba49dff4b07a07e9fe4479d6234601a.setIcon(icon_4b83cbfb0ebac631f3766fc87b07ec7a);
|
|
|
|
|
|
var marker_4f1034bba488277bcaf703ec6985e1e2 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_3836a03c8f31b5b38791a54498a54a71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_877ea69f0ba032eb20a4f2e4bfbb1f7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbcd55252340831aad52c8a7ea7bae64 = $(`<div id="html_cbcd55252340831aad52c8a7ea7bae64" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_877ea69f0ba032eb20a4f2e4bfbb1f7e.setContent(html_cbcd55252340831aad52c8a7ea7bae64);
|
|
|
|
|
|
|
|
marker_4f1034bba488277bcaf703ec6985e1e2.bindPopup(popup_877ea69f0ba032eb20a4f2e4bfbb1f7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f1034bba488277bcaf703ec6985e1e2.setIcon(icon_3836a03c8f31b5b38791a54498a54a71);
|
|
|
|
|
|
var marker_18da1515e3b74cd0b54620cc3a97fa46 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6e665377677da8028a81cf02b524c37b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dca118bee809491832079709d28e628c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_541d85887686618e78ff77fde9d05e91 = $(`<div id="html_541d85887686618e78ff77fde9d05e91" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_dca118bee809491832079709d28e628c.setContent(html_541d85887686618e78ff77fde9d05e91);
|
|
|
|
|
|
|
|
marker_18da1515e3b74cd0b54620cc3a97fa46.bindPopup(popup_dca118bee809491832079709d28e628c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18da1515e3b74cd0b54620cc3a97fa46.setIcon(icon_6e665377677da8028a81cf02b524c37b);
|
|
|
|
|
|
var marker_6efa83eda731a0d6ea307339589c4b2b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_bbd7eda2e6014e2f468495a04688b4e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb46064da50aa1af8b70d22f7380afa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0623a7a5b919620a86c9a9bf31aaebad = $(`<div id="html_0623a7a5b919620a86c9a9bf31aaebad" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_cb46064da50aa1af8b70d22f7380afa9.setContent(html_0623a7a5b919620a86c9a9bf31aaebad);
|
|
|
|
|
|
|
|
marker_6efa83eda731a0d6ea307339589c4b2b.bindPopup(popup_cb46064da50aa1af8b70d22f7380afa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6efa83eda731a0d6ea307339589c4b2b.setIcon(icon_bbd7eda2e6014e2f468495a04688b4e7);
|
|
|
|
|
|
var marker_2bc68cf861968390ca61f59fe43190fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1a74bc4ff7cd2d6449c5bbfea24c9368 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d4d910aa555ca7f76aa878740d4606b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b3dcc4bdac903ca96bab3c099aaaff2 = $(`<div id="html_5b3dcc4bdac903ca96bab3c099aaaff2" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_5d4d910aa555ca7f76aa878740d4606b.setContent(html_5b3dcc4bdac903ca96bab3c099aaaff2);
|
|
|
|
|
|
|
|
marker_2bc68cf861968390ca61f59fe43190fe.bindPopup(popup_5d4d910aa555ca7f76aa878740d4606b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bc68cf861968390ca61f59fe43190fe.setIcon(icon_1a74bc4ff7cd2d6449c5bbfea24c9368);
|
|
|
|
|
|
var marker_5df8a7ecc8e60ddf4eca035ebfdd167d = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d9e20d3bbbfd338e6784c11d90c36ce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a073086e147f506fb54be516821de4a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5eb401138304fe73726db7234e0dac9 = $(`<div id="html_d5eb401138304fe73726db7234e0dac9" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_a073086e147f506fb54be516821de4a8.setContent(html_d5eb401138304fe73726db7234e0dac9);
|
|
|
|
|
|
|
|
marker_5df8a7ecc8e60ddf4eca035ebfdd167d.bindPopup(popup_a073086e147f506fb54be516821de4a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5df8a7ecc8e60ddf4eca035ebfdd167d.setIcon(icon_d9e20d3bbbfd338e6784c11d90c36ce9);
|
|
|
|
|
|
var marker_0a54589ad50037c63142485e7a517861 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_06a6629b0f71fc2096986f2f4625af9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ef438f707f04bf23b53c860464cb5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad16a931fb78c16542a4719cdd553002 = $(`<div id="html_ad16a931fb78c16542a4719cdd553002" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_02ef438f707f04bf23b53c860464cb5d.setContent(html_ad16a931fb78c16542a4719cdd553002);
|
|
|
|
|
|
|
|
marker_0a54589ad50037c63142485e7a517861.bindPopup(popup_02ef438f707f04bf23b53c860464cb5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a54589ad50037c63142485e7a517861.setIcon(icon_06a6629b0f71fc2096986f2f4625af9b);
|
|
|
|
|
|
var marker_97811cba744e3b59c167a8df65dde886 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_998898a43482dabb558d6320cbeb4099 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2192be59f89c4b561063f76fa89dbca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51b31c6e75a3ed12356fe98ff493dd40 = $(`<div id="html_51b31c6e75a3ed12356fe98ff493dd40" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_2192be59f89c4b561063f76fa89dbca1.setContent(html_51b31c6e75a3ed12356fe98ff493dd40);
|
|
|
|
|
|
|
|
marker_97811cba744e3b59c167a8df65dde886.bindPopup(popup_2192be59f89c4b561063f76fa89dbca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97811cba744e3b59c167a8df65dde886.setIcon(icon_998898a43482dabb558d6320cbeb4099);
|
|
|
|
|
|
var marker_2a231a990a734bc5f1111f707c185a7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_75eb4924a003305c2f01fb31886f228b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51a3edcfd22d2a109a77eff1df925e22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aab44d6eefb4ff64ffb8bd82130c7383 = $(`<div id="html_aab44d6eefb4ff64ffb8bd82130c7383" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_51a3edcfd22d2a109a77eff1df925e22.setContent(html_aab44d6eefb4ff64ffb8bd82130c7383);
|
|
|
|
|
|
|
|
marker_2a231a990a734bc5f1111f707c185a7f.bindPopup(popup_51a3edcfd22d2a109a77eff1df925e22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a231a990a734bc5f1111f707c185a7f.setIcon(icon_75eb4924a003305c2f01fb31886f228b);
|
|
|
|
|
|
var marker_39ff7132b4726dca59e4ed734f2e672a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_72f2168dbda7218e8990e2fc25d2bbf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51d95e759e99d16014d73e2082f9c071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e29738000b45937791b7c9b960a4f3f = $(`<div id="html_0e29738000b45937791b7c9b960a4f3f" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_51d95e759e99d16014d73e2082f9c071.setContent(html_0e29738000b45937791b7c9b960a4f3f);
|
|
|
|
|
|
|
|
marker_39ff7132b4726dca59e4ed734f2e672a.bindPopup(popup_51d95e759e99d16014d73e2082f9c071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39ff7132b4726dca59e4ed734f2e672a.setIcon(icon_72f2168dbda7218e8990e2fc25d2bbf4);
|
|
|
|
|
|
var marker_a6702ae1d9fe5fe5ab5cf0d5c817e646 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d62be2b7b96f87c1ce758dc033905a6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e46672913963d0e25e6b5c7e243d542c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e9dcfcdfbd6dcd55283dd2718f877ba = $(`<div id="html_2e9dcfcdfbd6dcd55283dd2718f877ba" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_e46672913963d0e25e6b5c7e243d542c.setContent(html_2e9dcfcdfbd6dcd55283dd2718f877ba);
|
|
|
|
|
|
|
|
marker_a6702ae1d9fe5fe5ab5cf0d5c817e646.bindPopup(popup_e46672913963d0e25e6b5c7e243d542c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6702ae1d9fe5fe5ab5cf0d5c817e646.setIcon(icon_d62be2b7b96f87c1ce758dc033905a6b);
|
|
|
|
|
|
var marker_af350eeb2185a839b0a07000dbb97be7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_54940bc908123faddfa8cdb7e6e3730e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88766698442bb8642c5d79e15db4f5b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cebea69a61f13ca0ad39f1407fb624c = $(`<div id="html_4cebea69a61f13ca0ad39f1407fb624c" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_88766698442bb8642c5d79e15db4f5b9.setContent(html_4cebea69a61f13ca0ad39f1407fb624c);
|
|
|
|
|
|
|
|
marker_af350eeb2185a839b0a07000dbb97be7.bindPopup(popup_88766698442bb8642c5d79e15db4f5b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af350eeb2185a839b0a07000dbb97be7.setIcon(icon_54940bc908123faddfa8cdb7e6e3730e);
|
|
|
|
|
|
var marker_ea636f081e66f8c675b09c11c20f1173 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_39c3ede43cc99c1b9222e2816541b8e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8916abc0b820559e127c223ea3d62328 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a7a0287ed7e852d09ab7dfc7709b21e = $(`<div id="html_9a7a0287ed7e852d09ab7dfc7709b21e" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_8916abc0b820559e127c223ea3d62328.setContent(html_9a7a0287ed7e852d09ab7dfc7709b21e);
|
|
|
|
|
|
|
|
marker_ea636f081e66f8c675b09c11c20f1173.bindPopup(popup_8916abc0b820559e127c223ea3d62328)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea636f081e66f8c675b09c11c20f1173.setIcon(icon_39c3ede43cc99c1b9222e2816541b8e7);
|
|
|
|
|
|
var marker_4735ec9d054058b356c1efa09df46baf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2ff22410c316b4d01c7aa56efed3179f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dc9d7abe8a828371102425154dae311 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38cc5f7692598bb613c1247b66bbad7a = $(`<div id="html_38cc5f7692598bb613c1247b66bbad7a" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_0dc9d7abe8a828371102425154dae311.setContent(html_38cc5f7692598bb613c1247b66bbad7a);
|
|
|
|
|
|
|
|
marker_4735ec9d054058b356c1efa09df46baf.bindPopup(popup_0dc9d7abe8a828371102425154dae311)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4735ec9d054058b356c1efa09df46baf.setIcon(icon_2ff22410c316b4d01c7aa56efed3179f);
|
|
|
|
|
|
var marker_bf1b62daba019adc4a18be07462bc5d5 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_380fed3697c20beaad575641d4824a09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc3ca49f14b6b50cad6536e973c29735 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d17c0109ec2f7fa40c73ace41627fd5 = $(`<div id="html_2d17c0109ec2f7fa40c73ace41627fd5" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_cc3ca49f14b6b50cad6536e973c29735.setContent(html_2d17c0109ec2f7fa40c73ace41627fd5);
|
|
|
|
|
|
|
|
marker_bf1b62daba019adc4a18be07462bc5d5.bindPopup(popup_cc3ca49f14b6b50cad6536e973c29735)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf1b62daba019adc4a18be07462bc5d5.setIcon(icon_380fed3697c20beaad575641d4824a09);
|
|
|
|
|
|
var marker_47289429b913e0f2c8392efd7902557b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_52f3e5ebbff8b9288319396ce2033c6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d6372e2294ed91874b1cc7f465300f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8bd11ce59d58dcd63752992f78a7235 = $(`<div id="html_c8bd11ce59d58dcd63752992f78a7235" style="width: 100.0%; height: 100.0%;">relay.onlynostr.club</div>`)[0];
|
|
popup_6d6372e2294ed91874b1cc7f465300f1.setContent(html_c8bd11ce59d58dcd63752992f78a7235);
|
|
|
|
|
|
|
|
marker_47289429b913e0f2c8392efd7902557b.bindPopup(popup_6d6372e2294ed91874b1cc7f465300f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47289429b913e0f2c8392efd7902557b.setIcon(icon_52f3e5ebbff8b9288319396ce2033c6f);
|
|
|
|
|
|
var marker_fbd433924021b2e6b7a87bf0119a344f = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9976e914f0471e7fba05e1bcfe7a5d62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e3471d945bc393f96c578ec4eac2e0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32fbfa6acd18068dd2b54c7434c9f0cd = $(`<div id="html_32fbfa6acd18068dd2b54c7434c9f0cd" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_3e3471d945bc393f96c578ec4eac2e0c.setContent(html_32fbfa6acd18068dd2b54c7434c9f0cd);
|
|
|
|
|
|
|
|
marker_fbd433924021b2e6b7a87bf0119a344f.bindPopup(popup_3e3471d945bc393f96c578ec4eac2e0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbd433924021b2e6b7a87bf0119a344f.setIcon(icon_9976e914f0471e7fba05e1bcfe7a5d62);
|
|
|
|
|
|
var marker_e522d48d8f9fdc3523b59e26859a87ae = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_49422fefb7d9ded343df52ba7ac0ca91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_905126976f58bd07cefebdbba379fa50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8591e425fa4491f799cb3477dd12ca7 = $(`<div id="html_b8591e425fa4491f799cb3477dd12ca7" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_905126976f58bd07cefebdbba379fa50.setContent(html_b8591e425fa4491f799cb3477dd12ca7);
|
|
|
|
|
|
|
|
marker_e522d48d8f9fdc3523b59e26859a87ae.bindPopup(popup_905126976f58bd07cefebdbba379fa50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e522d48d8f9fdc3523b59e26859a87ae.setIcon(icon_49422fefb7d9ded343df52ba7ac0ca91);
|
|
|
|
|
|
var marker_35a453cfe320e7ce0582c40d863f1543 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c644f05dfeec855a3dca017066c185cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acb55a88198d6f98c01a93abf01267d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942f995a3e3885b9c3350d344f18bba7 = $(`<div id="html_942f995a3e3885b9c3350d344f18bba7" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_acb55a88198d6f98c01a93abf01267d9.setContent(html_942f995a3e3885b9c3350d344f18bba7);
|
|
|
|
|
|
|
|
marker_35a453cfe320e7ce0582c40d863f1543.bindPopup(popup_acb55a88198d6f98c01a93abf01267d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35a453cfe320e7ce0582c40d863f1543.setIcon(icon_c644f05dfeec855a3dca017066c185cd);
|
|
|
|
|
|
var marker_55d0d4b064d117c95ec48c59a294165f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_017375b9ca622164d8bc43b182d85360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3203dbc15fe6b296bc0c794770be901 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_080df0dc3ba553ddeb34e58fab36a75c = $(`<div id="html_080df0dc3ba553ddeb34e58fab36a75c" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_c3203dbc15fe6b296bc0c794770be901.setContent(html_080df0dc3ba553ddeb34e58fab36a75c);
|
|
|
|
|
|
|
|
marker_55d0d4b064d117c95ec48c59a294165f.bindPopup(popup_c3203dbc15fe6b296bc0c794770be901)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55d0d4b064d117c95ec48c59a294165f.setIcon(icon_017375b9ca622164d8bc43b182d85360);
|
|
|
|
|
|
var marker_94be480bf05445002980f870b1e1485a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_51d48c65cd9256b43c4b56ffa87c99f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_217ef032e4dcfdb621aa26a762325ad0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b56c22282451a5d35f056f9317ade733 = $(`<div id="html_b56c22282451a5d35f056f9317ade733" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_217ef032e4dcfdb621aa26a762325ad0.setContent(html_b56c22282451a5d35f056f9317ade733);
|
|
|
|
|
|
|
|
marker_94be480bf05445002980f870b1e1485a.bindPopup(popup_217ef032e4dcfdb621aa26a762325ad0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94be480bf05445002980f870b1e1485a.setIcon(icon_51d48c65cd9256b43c4b56ffa87c99f9);
|
|
|
|
|
|
var marker_d9d1fd361608728820ed66d9bf23d396 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_39daece55d5c47f77db2326ae5de0df4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1e54b4153c7bf79f9d13bddaa8e2671 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_425b75b1a6a525126d7cebdbbe9641ce = $(`<div id="html_425b75b1a6a525126d7cebdbbe9641ce" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_c1e54b4153c7bf79f9d13bddaa8e2671.setContent(html_425b75b1a6a525126d7cebdbbe9641ce);
|
|
|
|
|
|
|
|
marker_d9d1fd361608728820ed66d9bf23d396.bindPopup(popup_c1e54b4153c7bf79f9d13bddaa8e2671)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9d1fd361608728820ed66d9bf23d396.setIcon(icon_39daece55d5c47f77db2326ae5de0df4);
|
|
|
|
|
|
var marker_973daa738b3dfc1ef27acb640e274a16 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_406b105032574451f5473938d20dfe88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fd0d3226853ee4d8e634ace61bc51a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_805db433eefd5813d4893f1150f7dba8 = $(`<div id="html_805db433eefd5813d4893f1150f7dba8" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_5fd0d3226853ee4d8e634ace61bc51a8.setContent(html_805db433eefd5813d4893f1150f7dba8);
|
|
|
|
|
|
|
|
marker_973daa738b3dfc1ef27acb640e274a16.bindPopup(popup_5fd0d3226853ee4d8e634ace61bc51a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_973daa738b3dfc1ef27acb640e274a16.setIcon(icon_406b105032574451f5473938d20dfe88);
|
|
|
|
|
|
var marker_09a786166e720154590f3eebb374031f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d08979769e00397aaa0d0a2cf7f6afcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c0acd18a97f2889a8d9f07b39895af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ad6eb42854e757f73d21415324ed768 = $(`<div id="html_4ad6eb42854e757f73d21415324ed768" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_2c0acd18a97f2889a8d9f07b39895af6.setContent(html_4ad6eb42854e757f73d21415324ed768);
|
|
|
|
|
|
|
|
marker_09a786166e720154590f3eebb374031f.bindPopup(popup_2c0acd18a97f2889a8d9f07b39895af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09a786166e720154590f3eebb374031f.setIcon(icon_d08979769e00397aaa0d0a2cf7f6afcd);
|
|
|
|
|
|
var marker_40c88c90eb53a29256de400b161d228f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9e66ef8cd54451049eeb5700fdc95ead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb1a27b9a851f1e08f49cede42f8d40a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfe79da74b47d64221e980a5091f87ff = $(`<div id="html_bfe79da74b47d64221e980a5091f87ff" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_bb1a27b9a851f1e08f49cede42f8d40a.setContent(html_bfe79da74b47d64221e980a5091f87ff);
|
|
|
|
|
|
|
|
marker_40c88c90eb53a29256de400b161d228f.bindPopup(popup_bb1a27b9a851f1e08f49cede42f8d40a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40c88c90eb53a29256de400b161d228f.setIcon(icon_9e66ef8cd54451049eeb5700fdc95ead);
|
|
|
|
|
|
var marker_cb0262bf95cb2922ef01e541f50f508b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_254564cb09ecc2d67d64b7ff7595a2da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a08c1436ea986ae48b46386fe2101cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ef6c1b8e2cd54ede3a58c8bfa6716db = $(`<div id="html_1ef6c1b8e2cd54ede3a58c8bfa6716db" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_5a08c1436ea986ae48b46386fe2101cf.setContent(html_1ef6c1b8e2cd54ede3a58c8bfa6716db);
|
|
|
|
|
|
|
|
marker_cb0262bf95cb2922ef01e541f50f508b.bindPopup(popup_5a08c1436ea986ae48b46386fe2101cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb0262bf95cb2922ef01e541f50f508b.setIcon(icon_254564cb09ecc2d67d64b7ff7595a2da);
|
|
|
|
|
|
var marker_728f8abd09fd576e27fbb6875c61a640 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_dd7346eeb950f79244d9549e66a85963 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8475c1da1b37258eee2cd4da2ca7ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a5689d0b488b3512e362a720b335b97 = $(`<div id="html_1a5689d0b488b3512e362a720b335b97" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_e8475c1da1b37258eee2cd4da2ca7ad8.setContent(html_1a5689d0b488b3512e362a720b335b97);
|
|
|
|
|
|
|
|
marker_728f8abd09fd576e27fbb6875c61a640.bindPopup(popup_e8475c1da1b37258eee2cd4da2ca7ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_728f8abd09fd576e27fbb6875c61a640.setIcon(icon_dd7346eeb950f79244d9549e66a85963);
|
|
|
|
|
|
var marker_0e89381e907fa9939478b21685b3a003 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_404a9d57f07e118a43f5737ec901df27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bc160cfc638248b1e642bed3d466ef3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e4903f42cd9597f7adea1d529acd029 = $(`<div id="html_7e4903f42cd9597f7adea1d529acd029" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_4bc160cfc638248b1e642bed3d466ef3.setContent(html_7e4903f42cd9597f7adea1d529acd029);
|
|
|
|
|
|
|
|
marker_0e89381e907fa9939478b21685b3a003.bindPopup(popup_4bc160cfc638248b1e642bed3d466ef3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e89381e907fa9939478b21685b3a003.setIcon(icon_404a9d57f07e118a43f5737ec901df27);
|
|
|
|
|
|
var marker_dc5477204823878a0d1151260392308a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_024c7d717de601ade007ab78b3615aef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca8f879a5ce05f77e9a55e44f48385b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_087a6d7adf417e7f85716dd1bfd5bca6 = $(`<div id="html_087a6d7adf417e7f85716dd1bfd5bca6" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_ca8f879a5ce05f77e9a55e44f48385b5.setContent(html_087a6d7adf417e7f85716dd1bfd5bca6);
|
|
|
|
|
|
|
|
marker_dc5477204823878a0d1151260392308a.bindPopup(popup_ca8f879a5ce05f77e9a55e44f48385b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc5477204823878a0d1151260392308a.setIcon(icon_024c7d717de601ade007ab78b3615aef);
|
|
|
|
|
|
var marker_a434e2dc8f95de251304cf1ccd3bc678 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_7c2f35565f1de1f384c364b3cd64f12a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c6c8226460c54c4e4992d2e586fc7b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_857ebeb2d65379b4f6e1f64dec0384a1 = $(`<div id="html_857ebeb2d65379b4f6e1f64dec0384a1" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_1c6c8226460c54c4e4992d2e586fc7b5.setContent(html_857ebeb2d65379b4f6e1f64dec0384a1);
|
|
|
|
|
|
|
|
marker_a434e2dc8f95de251304cf1ccd3bc678.bindPopup(popup_1c6c8226460c54c4e4992d2e586fc7b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a434e2dc8f95de251304cf1ccd3bc678.setIcon(icon_7c2f35565f1de1f384c364b3cd64f12a);
|
|
|
|
|
|
var marker_dccecb803612c55985c0a6bf6022536f = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8836ae2c4977f2d2a4734eb4f984f756 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36fdf00f564ce87befa05db97cc15111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d65729f063b706a57947e63b433369b = $(`<div id="html_0d65729f063b706a57947e63b433369b" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_36fdf00f564ce87befa05db97cc15111.setContent(html_0d65729f063b706a57947e63b433369b);
|
|
|
|
|
|
|
|
marker_dccecb803612c55985c0a6bf6022536f.bindPopup(popup_36fdf00f564ce87befa05db97cc15111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dccecb803612c55985c0a6bf6022536f.setIcon(icon_8836ae2c4977f2d2a4734eb4f984f756);
|
|
|
|
|
|
var marker_78128df3c247a8e913acb7358d3559d1 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2687776cc4cfc715329125b61bf56492 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be5f86fb833b9d5234604ae58c4da4d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2cca3ba317555785f65ef242f99198e = $(`<div id="html_e2cca3ba317555785f65ef242f99198e" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_be5f86fb833b9d5234604ae58c4da4d6.setContent(html_e2cca3ba317555785f65ef242f99198e);
|
|
|
|
|
|
|
|
marker_78128df3c247a8e913acb7358d3559d1.bindPopup(popup_be5f86fb833b9d5234604ae58c4da4d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78128df3c247a8e913acb7358d3559d1.setIcon(icon_2687776cc4cfc715329125b61bf56492);
|
|
|
|
|
|
var marker_5529046d2c6ef3266383d399f1eccf0a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d6fad2f33e542c4e7df4b8e154f3a174 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80d354938c3303c4657ec45473e8c952 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0084619ca09c1d10a81e70a0ba7a4a2c = $(`<div id="html_0084619ca09c1d10a81e70a0ba7a4a2c" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_80d354938c3303c4657ec45473e8c952.setContent(html_0084619ca09c1d10a81e70a0ba7a4a2c);
|
|
|
|
|
|
|
|
marker_5529046d2c6ef3266383d399f1eccf0a.bindPopup(popup_80d354938c3303c4657ec45473e8c952)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5529046d2c6ef3266383d399f1eccf0a.setIcon(icon_d6fad2f33e542c4e7df4b8e154f3a174);
|
|
|
|
|
|
var marker_18f00ccd3ed5ce7ff47660b072fc4118 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_149659add5befeef3a0c4eb129a8e531 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20964e04eee47b9fc3112d58084d597d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6512e4a59297148ea14caea9aad7832b = $(`<div id="html_6512e4a59297148ea14caea9aad7832b" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_20964e04eee47b9fc3112d58084d597d.setContent(html_6512e4a59297148ea14caea9aad7832b);
|
|
|
|
|
|
|
|
marker_18f00ccd3ed5ce7ff47660b072fc4118.bindPopup(popup_20964e04eee47b9fc3112d58084d597d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18f00ccd3ed5ce7ff47660b072fc4118.setIcon(icon_149659add5befeef3a0c4eb129a8e531);
|
|
|
|
|
|
var marker_a1d61c736d0c48049859ec53c2ef3b98 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5dfb86a840fdbbf9bf91e8a3377a80fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d732e663d9e5d637ce1fc5665cd7571 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc638f83622d3e188562a4556053b1ce = $(`<div id="html_bc638f83622d3e188562a4556053b1ce" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_1d732e663d9e5d637ce1fc5665cd7571.setContent(html_bc638f83622d3e188562a4556053b1ce);
|
|
|
|
|
|
|
|
marker_a1d61c736d0c48049859ec53c2ef3b98.bindPopup(popup_1d732e663d9e5d637ce1fc5665cd7571)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1d61c736d0c48049859ec53c2ef3b98.setIcon(icon_5dfb86a840fdbbf9bf91e8a3377a80fa);
|
|
|
|
|
|
var marker_b5f474672a817edd3e88259ba2b2d887 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_01584f03be9c2fad26e77cb7db91c0a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d85e91ea3af61b7ca603ac429110c6e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aa3609dd319682fd120f2f972cf08ff = $(`<div id="html_4aa3609dd319682fd120f2f972cf08ff" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_d85e91ea3af61b7ca603ac429110c6e1.setContent(html_4aa3609dd319682fd120f2f972cf08ff);
|
|
|
|
|
|
|
|
marker_b5f474672a817edd3e88259ba2b2d887.bindPopup(popup_d85e91ea3af61b7ca603ac429110c6e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5f474672a817edd3e88259ba2b2d887.setIcon(icon_01584f03be9c2fad26e77cb7db91c0a5);
|
|
|
|
|
|
var marker_a95bcdcdcb7b0df6c0336aa611daf125 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_289522c41b1071ef7ce5d12a969e7382 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb5d8d287b568c0d34db1c0aa6f59345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d03c330be04d4a322a2fb410b903f376 = $(`<div id="html_d03c330be04d4a322a2fb410b903f376" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_cb5d8d287b568c0d34db1c0aa6f59345.setContent(html_d03c330be04d4a322a2fb410b903f376);
|
|
|
|
|
|
|
|
marker_a95bcdcdcb7b0df6c0336aa611daf125.bindPopup(popup_cb5d8d287b568c0d34db1c0aa6f59345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a95bcdcdcb7b0df6c0336aa611daf125.setIcon(icon_289522c41b1071ef7ce5d12a969e7382);
|
|
|
|
|
|
var marker_de1d47895e82dd37704511495ac587e1 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c8acc78f9590e86e652166ef6f53a415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5e46077da93dce1b507e92385f3fbbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56e29c0235b3c38e2e2e79c41ae97fe8 = $(`<div id="html_56e29c0235b3c38e2e2e79c41ae97fe8" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_a5e46077da93dce1b507e92385f3fbbb.setContent(html_56e29c0235b3c38e2e2e79c41ae97fe8);
|
|
|
|
|
|
|
|
marker_de1d47895e82dd37704511495ac587e1.bindPopup(popup_a5e46077da93dce1b507e92385f3fbbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de1d47895e82dd37704511495ac587e1.setIcon(icon_c8acc78f9590e86e652166ef6f53a415);
|
|
|
|
|
|
var marker_77265a03b60f9994e4bc7a846676954b = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1b36745208a66041b81a9169a1e83cc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_249449b6ca87f3adc3911a3b61b155ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df8160f280498303059b4d78a7862dcc = $(`<div id="html_df8160f280498303059b4d78a7862dcc" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_249449b6ca87f3adc3911a3b61b155ac.setContent(html_df8160f280498303059b4d78a7862dcc);
|
|
|
|
|
|
|
|
marker_77265a03b60f9994e4bc7a846676954b.bindPopup(popup_249449b6ca87f3adc3911a3b61b155ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77265a03b60f9994e4bc7a846676954b.setIcon(icon_1b36745208a66041b81a9169a1e83cc0);
|
|
|
|
|
|
var marker_5a6ba9b5609a8797d15fdace4ff4b7ce = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fd540d84673faafe35331cc3e4261ecb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cd67569041b75c57165901b7734fc91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8d5b800496cc99d3bfedad37dfe14d8 = $(`<div id="html_c8d5b800496cc99d3bfedad37dfe14d8" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_0cd67569041b75c57165901b7734fc91.setContent(html_c8d5b800496cc99d3bfedad37dfe14d8);
|
|
|
|
|
|
|
|
marker_5a6ba9b5609a8797d15fdace4ff4b7ce.bindPopup(popup_0cd67569041b75c57165901b7734fc91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a6ba9b5609a8797d15fdace4ff4b7ce.setIcon(icon_fd540d84673faafe35331cc3e4261ecb);
|
|
|
|
|
|
var marker_8dc5f44656ed37ee6cb6a92d8ff23235 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a5d8fb29c5a6f80d3b424fd9969b92d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04cd5c2f961bd0a76904e2f27999c8d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e09b4c2782265a23aa22ec88e5642757 = $(`<div id="html_e09b4c2782265a23aa22ec88e5642757" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_04cd5c2f961bd0a76904e2f27999c8d1.setContent(html_e09b4c2782265a23aa22ec88e5642757);
|
|
|
|
|
|
|
|
marker_8dc5f44656ed37ee6cb6a92d8ff23235.bindPopup(popup_04cd5c2f961bd0a76904e2f27999c8d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dc5f44656ed37ee6cb6a92d8ff23235.setIcon(icon_a5d8fb29c5a6f80d3b424fd9969b92d3);
|
|
|
|
|
|
var marker_74f89c4953901ff91758f3fb9b55e1b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9eb124122b9da123ac0446722d888284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66771d408fe175405aa445959d1fc74a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86db4f7b677c8eeb5eca1d9247a3d2bb = $(`<div id="html_86db4f7b677c8eeb5eca1d9247a3d2bb" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_66771d408fe175405aa445959d1fc74a.setContent(html_86db4f7b677c8eeb5eca1d9247a3d2bb);
|
|
|
|
|
|
|
|
marker_74f89c4953901ff91758f3fb9b55e1b6.bindPopup(popup_66771d408fe175405aa445959d1fc74a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74f89c4953901ff91758f3fb9b55e1b6.setIcon(icon_9eb124122b9da123ac0446722d888284);
|
|
|
|
|
|
var marker_280f3782d7417695bb3127d029cdc15e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_3c5d74bc98e5b702716674b3cb3ac63f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76862d8741644b72d53c08960b4962bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd1afe024a0bda1ea8ea2105f41e480a = $(`<div id="html_cd1afe024a0bda1ea8ea2105f41e480a" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_76862d8741644b72d53c08960b4962bc.setContent(html_cd1afe024a0bda1ea8ea2105f41e480a);
|
|
|
|
|
|
|
|
marker_280f3782d7417695bb3127d029cdc15e.bindPopup(popup_76862d8741644b72d53c08960b4962bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_280f3782d7417695bb3127d029cdc15e.setIcon(icon_3c5d74bc98e5b702716674b3cb3ac63f);
|
|
|
|
|
|
var marker_cddd480529a5d04450724e298899ed9b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e45b95918dc106c5afc6fbc16018564d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18b26a4049c294a516f7267d2a492bdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a054d5c3471fedc5be532dcb4a07293 = $(`<div id="html_9a054d5c3471fedc5be532dcb4a07293" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_18b26a4049c294a516f7267d2a492bdd.setContent(html_9a054d5c3471fedc5be532dcb4a07293);
|
|
|
|
|
|
|
|
marker_cddd480529a5d04450724e298899ed9b.bindPopup(popup_18b26a4049c294a516f7267d2a492bdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cddd480529a5d04450724e298899ed9b.setIcon(icon_e45b95918dc106c5afc6fbc16018564d);
|
|
|
|
|
|
var marker_a78236a2b5d2e516440271ba9e71241e = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_7dcf1baac8f99a6946ba8e153cbd6845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_649beeb2219f09dbecf27763e1b31bbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae960a5d585f8c3eff024532d2ef707f = $(`<div id="html_ae960a5d585f8c3eff024532d2ef707f" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_649beeb2219f09dbecf27763e1b31bbe.setContent(html_ae960a5d585f8c3eff024532d2ef707f);
|
|
|
|
|
|
|
|
marker_a78236a2b5d2e516440271ba9e71241e.bindPopup(popup_649beeb2219f09dbecf27763e1b31bbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a78236a2b5d2e516440271ba9e71241e.setIcon(icon_7dcf1baac8f99a6946ba8e153cbd6845);
|
|
|
|
|
|
var marker_217867e6d5a4521d4b669a716adef276 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e603efec133cf932ecdf380d52a2c7bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94b78ba1bc6eb4633082e8bfda16d148 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4966f66ccb286774acae8a1e9502e5c7 = $(`<div id="html_4966f66ccb286774acae8a1e9502e5c7" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_94b78ba1bc6eb4633082e8bfda16d148.setContent(html_4966f66ccb286774acae8a1e9502e5c7);
|
|
|
|
|
|
|
|
marker_217867e6d5a4521d4b669a716adef276.bindPopup(popup_94b78ba1bc6eb4633082e8bfda16d148)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_217867e6d5a4521d4b669a716adef276.setIcon(icon_e603efec133cf932ecdf380d52a2c7bd);
|
|
|
|
|
|
var marker_faa5b40562a3a622b8933ee4b9e573ea = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_453532158126f7c6c1e06edb4cf58ad6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a1492ae64bf7326d854a59778719778 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14b39de59dc66e14728c4b868e7be1e7 = $(`<div id="html_14b39de59dc66e14728c4b868e7be1e7" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_0a1492ae64bf7326d854a59778719778.setContent(html_14b39de59dc66e14728c4b868e7be1e7);
|
|
|
|
|
|
|
|
marker_faa5b40562a3a622b8933ee4b9e573ea.bindPopup(popup_0a1492ae64bf7326d854a59778719778)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faa5b40562a3a622b8933ee4b9e573ea.setIcon(icon_453532158126f7c6c1e06edb4cf58ad6);
|
|
|
|
|
|
var marker_30b932861b0849085c474e7fb0a2960a = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fb06e1d1284afbdcc8311a48b6ee335e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68832ef19a2058531d260a2724f707bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f84075ee78e6652d6d108a7c233ec4a = $(`<div id="html_2f84075ee78e6652d6d108a7c233ec4a" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_68832ef19a2058531d260a2724f707bd.setContent(html_2f84075ee78e6652d6d108a7c233ec4a);
|
|
|
|
|
|
|
|
marker_30b932861b0849085c474e7fb0a2960a.bindPopup(popup_68832ef19a2058531d260a2724f707bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30b932861b0849085c474e7fb0a2960a.setIcon(icon_fb06e1d1284afbdcc8311a48b6ee335e);
|
|
|
|
|
|
var marker_c23f8a3991f25b948b7c00a7258cde6b = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_dbd0e9450c5856e9a260989db67949ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78fff14be56cc85483025ab3666a656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6574b83518bf0f4ce88d2a7f8cca497 = $(`<div id="html_c6574b83518bf0f4ce88d2a7f8cca497" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_f78fff14be56cc85483025ab3666a656.setContent(html_c6574b83518bf0f4ce88d2a7f8cca497);
|
|
|
|
|
|
|
|
marker_c23f8a3991f25b948b7c00a7258cde6b.bindPopup(popup_f78fff14be56cc85483025ab3666a656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c23f8a3991f25b948b7c00a7258cde6b.setIcon(icon_dbd0e9450c5856e9a260989db67949ce);
|
|
|
|
|
|
var marker_6cbd2d058b503323d1821ee5f6c90056 = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ceea4bf46609bff1bd749508709562e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85dcd9bbd668c12bac1f8c4261f267e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae51055474bb9a1bed006d7f6b8a2d15 = $(`<div id="html_ae51055474bb9a1bed006d7f6b8a2d15" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_85dcd9bbd668c12bac1f8c4261f267e4.setContent(html_ae51055474bb9a1bed006d7f6b8a2d15);
|
|
|
|
|
|
|
|
marker_6cbd2d058b503323d1821ee5f6c90056.bindPopup(popup_85dcd9bbd668c12bac1f8c4261f267e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cbd2d058b503323d1821ee5f6c90056.setIcon(icon_ceea4bf46609bff1bd749508709562e9);
|
|
|
|
|
|
var marker_c6290fa4a18bd695d81920a3ef70d11b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f69046167cf5ecf7478ee3f1430d5a58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b08079e50441f1271ab8f0a0840c9e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a41ae26b0b233abd976d5a0995d384a = $(`<div id="html_5a41ae26b0b233abd976d5a0995d384a" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_8b08079e50441f1271ab8f0a0840c9e9.setContent(html_5a41ae26b0b233abd976d5a0995d384a);
|
|
|
|
|
|
|
|
marker_c6290fa4a18bd695d81920a3ef70d11b.bindPopup(popup_8b08079e50441f1271ab8f0a0840c9e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6290fa4a18bd695d81920a3ef70d11b.setIcon(icon_f69046167cf5ecf7478ee3f1430d5a58);
|
|
|
|
|
|
var marker_631ba1b9beca4715c427032a419ed5a1 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_39e5d37f61f79e4601dfe3881d858ad3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e85875bf7284e3763b1e510fe4f2c54a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b693820c46cf44d3892a501f16419c0 = $(`<div id="html_9b693820c46cf44d3892a501f16419c0" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_e85875bf7284e3763b1e510fe4f2c54a.setContent(html_9b693820c46cf44d3892a501f16419c0);
|
|
|
|
|
|
|
|
marker_631ba1b9beca4715c427032a419ed5a1.bindPopup(popup_e85875bf7284e3763b1e510fe4f2c54a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_631ba1b9beca4715c427032a419ed5a1.setIcon(icon_39e5d37f61f79e4601dfe3881d858ad3);
|
|
|
|
|
|
var marker_109c3895b5a31213ef92d07abfdbabc1 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_603641413791873b847b785f382e51c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98ffefd39362278df324df4655e91340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22cfa8edf506ca246758f8808395af6c = $(`<div id="html_22cfa8edf506ca246758f8808395af6c" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_98ffefd39362278df324df4655e91340.setContent(html_22cfa8edf506ca246758f8808395af6c);
|
|
|
|
|
|
|
|
marker_109c3895b5a31213ef92d07abfdbabc1.bindPopup(popup_98ffefd39362278df324df4655e91340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_109c3895b5a31213ef92d07abfdbabc1.setIcon(icon_603641413791873b847b785f382e51c1);
|
|
|
|
|
|
var marker_49810e1933632e3e646c5b4940289e93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d854042a2ef23de52d9ecdc087da6850 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc3bc9d318f79aee4cb64e8ddf24b53e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac3550df8324539b11e1217e67d01d92 = $(`<div id="html_ac3550df8324539b11e1217e67d01d92" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_dc3bc9d318f79aee4cb64e8ddf24b53e.setContent(html_ac3550df8324539b11e1217e67d01d92);
|
|
|
|
|
|
|
|
marker_49810e1933632e3e646c5b4940289e93.bindPopup(popup_dc3bc9d318f79aee4cb64e8ddf24b53e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49810e1933632e3e646c5b4940289e93.setIcon(icon_d854042a2ef23de52d9ecdc087da6850);
|
|
|
|
|
|
var marker_2d2ae7c7e4c87d478eaf3aac6dd346da = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_27ef73691c50a71f050c96a24189cbb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dbe270a0e5d2bd268eee9d2ed71b6ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30e142426d5bca2d4ab460d1ef555a06 = $(`<div id="html_30e142426d5bca2d4ab460d1ef555a06" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_2dbe270a0e5d2bd268eee9d2ed71b6ee.setContent(html_30e142426d5bca2d4ab460d1ef555a06);
|
|
|
|
|
|
|
|
marker_2d2ae7c7e4c87d478eaf3aac6dd346da.bindPopup(popup_2dbe270a0e5d2bd268eee9d2ed71b6ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d2ae7c7e4c87d478eaf3aac6dd346da.setIcon(icon_27ef73691c50a71f050c96a24189cbb0);
|
|
|
|
|
|
var marker_ee279d13f31b0c987c89548bfcb3e553 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a33740670c1b81e46c0b24b3edc86846 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a2a94959dd88c237735d631875cf468 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6f96a838fdc17e2d9b6425f868a9f00 = $(`<div id="html_e6f96a838fdc17e2d9b6425f868a9f00" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_9a2a94959dd88c237735d631875cf468.setContent(html_e6f96a838fdc17e2d9b6425f868a9f00);
|
|
|
|
|
|
|
|
marker_ee279d13f31b0c987c89548bfcb3e553.bindPopup(popup_9a2a94959dd88c237735d631875cf468)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee279d13f31b0c987c89548bfcb3e553.setIcon(icon_a33740670c1b81e46c0b24b3edc86846);
|
|
|
|
|
|
var marker_f9f78c894b15d966356f0f32886732b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_77e188c71be2817d96f28c258bf62c8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ff1f14a0a234f7da86653b1da6a83a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e2a5485725dbba1d8eccb2293e8d134 = $(`<div id="html_1e2a5485725dbba1d8eccb2293e8d134" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_9ff1f14a0a234f7da86653b1da6a83a7.setContent(html_1e2a5485725dbba1d8eccb2293e8d134);
|
|
|
|
|
|
|
|
marker_f9f78c894b15d966356f0f32886732b6.bindPopup(popup_9ff1f14a0a234f7da86653b1da6a83a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9f78c894b15d966356f0f32886732b6.setIcon(icon_77e188c71be2817d96f28c258bf62c8d);
|
|
|
|
|
|
var marker_a7563cfcf56ffe5fe53def0a271bdee9 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_0bfbf3c5832ab4980ed71cbde3683c77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_873f7d6dd0413f024dfc8e05496d4bd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d72f27e7168b16c0e3eb0fea2082fc77 = $(`<div id="html_d72f27e7168b16c0e3eb0fea2082fc77" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_873f7d6dd0413f024dfc8e05496d4bd8.setContent(html_d72f27e7168b16c0e3eb0fea2082fc77);
|
|
|
|
|
|
|
|
marker_a7563cfcf56ffe5fe53def0a271bdee9.bindPopup(popup_873f7d6dd0413f024dfc8e05496d4bd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7563cfcf56ffe5fe53def0a271bdee9.setIcon(icon_0bfbf3c5832ab4980ed71cbde3683c77);
|
|
|
|
|
|
var marker_fd9455dca3f813284a9077d63a0c2763 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_bfa41a16988591cd4beb4951c00ed7a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_352c5e1ab0b659ae39506cd664f158d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0afdeeee39a7100215ed7ef7ae8e63d3 = $(`<div id="html_0afdeeee39a7100215ed7ef7ae8e63d3" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_352c5e1ab0b659ae39506cd664f158d0.setContent(html_0afdeeee39a7100215ed7ef7ae8e63d3);
|
|
|
|
|
|
|
|
marker_fd9455dca3f813284a9077d63a0c2763.bindPopup(popup_352c5e1ab0b659ae39506cd664f158d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd9455dca3f813284a9077d63a0c2763.setIcon(icon_bfa41a16988591cd4beb4951c00ed7a2);
|
|
|
|
|
|
var marker_f62e3afcce158f7593c01f0bbeb2a1df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d15b23b642f5166550dcae53888dafd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa787f5ccf6445a0ba39dea038577b1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f127ff27501fda086b763288f6034314 = $(`<div id="html_f127ff27501fda086b763288f6034314" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_aa787f5ccf6445a0ba39dea038577b1d.setContent(html_f127ff27501fda086b763288f6034314);
|
|
|
|
|
|
|
|
marker_f62e3afcce158f7593c01f0bbeb2a1df.bindPopup(popup_aa787f5ccf6445a0ba39dea038577b1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f62e3afcce158f7593c01f0bbeb2a1df.setIcon(icon_d15b23b642f5166550dcae53888dafd5);
|
|
|
|
|
|
var marker_4d168174ec6fc1da31a10d964d598d28 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_22fa0556e3822aa7296e095ffbfdf400 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b46d5937300d66442bf0a6ce5d4514cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d71e866ac7ea8191cf29c499bc5ff7d6 = $(`<div id="html_d71e866ac7ea8191cf29c499bc5ff7d6" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_b46d5937300d66442bf0a6ce5d4514cf.setContent(html_d71e866ac7ea8191cf29c499bc5ff7d6);
|
|
|
|
|
|
|
|
marker_4d168174ec6fc1da31a10d964d598d28.bindPopup(popup_b46d5937300d66442bf0a6ce5d4514cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d168174ec6fc1da31a10d964d598d28.setIcon(icon_22fa0556e3822aa7296e095ffbfdf400);
|
|
|
|
|
|
var marker_35c369d874363c5a33651f7982059f61 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f1df534ed3ac1fe033a131aa60955d96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f985a7e05059f898d5dbb7f7f4444bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afc093060e62d23aa199373084b1aded = $(`<div id="html_afc093060e62d23aa199373084b1aded" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_5f985a7e05059f898d5dbb7f7f4444bf.setContent(html_afc093060e62d23aa199373084b1aded);
|
|
|
|
|
|
|
|
marker_35c369d874363c5a33651f7982059f61.bindPopup(popup_5f985a7e05059f898d5dbb7f7f4444bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35c369d874363c5a33651f7982059f61.setIcon(icon_f1df534ed3ac1fe033a131aa60955d96);
|
|
|
|
|
|
var marker_538dfcaca43c56ea57528c42d11d9dd6 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e7b411324d5c2c69ec666618f8fba8ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9396086a423009da1a782e53331fd9e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6874c04dd02e7dfce92b8de7d38a36d1 = $(`<div id="html_6874c04dd02e7dfce92b8de7d38a36d1" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_9396086a423009da1a782e53331fd9e3.setContent(html_6874c04dd02e7dfce92b8de7d38a36d1);
|
|
|
|
|
|
|
|
marker_538dfcaca43c56ea57528c42d11d9dd6.bindPopup(popup_9396086a423009da1a782e53331fd9e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_538dfcaca43c56ea57528c42d11d9dd6.setIcon(icon_e7b411324d5c2c69ec666618f8fba8ef);
|
|
|
|
|
|
var marker_0a4662b020bf6bcd0d03d22b29231c7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a0f3c9473d22dd9546ebfe92e4fcf326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04a365250450cb634b65646ca58af3fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39ed53998e1662392aa5ae7a96926680 = $(`<div id="html_39ed53998e1662392aa5ae7a96926680" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_04a365250450cb634b65646ca58af3fa.setContent(html_39ed53998e1662392aa5ae7a96926680);
|
|
|
|
|
|
|
|
marker_0a4662b020bf6bcd0d03d22b29231c7d.bindPopup(popup_04a365250450cb634b65646ca58af3fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a4662b020bf6bcd0d03d22b29231c7d.setIcon(icon_a0f3c9473d22dd9546ebfe92e4fcf326);
|
|
|
|
|
|
var marker_3fe5c5f004eabc863019580f4f30d2b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2c0dd3f311baf2d55090517357ebd485 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6149f9cd8fb2f206c3b0743622d2ea57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afd8c46904ee0bac0f5b60284a0cae05 = $(`<div id="html_afd8c46904ee0bac0f5b60284a0cae05" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_6149f9cd8fb2f206c3b0743622d2ea57.setContent(html_afd8c46904ee0bac0f5b60284a0cae05);
|
|
|
|
|
|
|
|
marker_3fe5c5f004eabc863019580f4f30d2b7.bindPopup(popup_6149f9cd8fb2f206c3b0743622d2ea57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fe5c5f004eabc863019580f4f30d2b7.setIcon(icon_2c0dd3f311baf2d55090517357ebd485);
|
|
|
|
|
|
var marker_07607612e94c10eebdaed902e0778447 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_06494383d9f3e8bb8f55c31432a79f74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_912ed0c41924bdea9318f00b3edb7edb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_357312b1a633fb2b892f1872ae581046 = $(`<div id="html_357312b1a633fb2b892f1872ae581046" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_912ed0c41924bdea9318f00b3edb7edb.setContent(html_357312b1a633fb2b892f1872ae581046);
|
|
|
|
|
|
|
|
marker_07607612e94c10eebdaed902e0778447.bindPopup(popup_912ed0c41924bdea9318f00b3edb7edb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07607612e94c10eebdaed902e0778447.setIcon(icon_06494383d9f3e8bb8f55c31432a79f74);
|
|
|
|
|
|
var marker_34816b713a3ae9a7723f3c717c71f67f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_416253e3f670cd7fd98ca46476656296 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7fcadccbcbf05c28dd2c38e23426615 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a2fc2b1dc046cec476588f75bb0260c = $(`<div id="html_7a2fc2b1dc046cec476588f75bb0260c" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_c7fcadccbcbf05c28dd2c38e23426615.setContent(html_7a2fc2b1dc046cec476588f75bb0260c);
|
|
|
|
|
|
|
|
marker_34816b713a3ae9a7723f3c717c71f67f.bindPopup(popup_c7fcadccbcbf05c28dd2c38e23426615)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34816b713a3ae9a7723f3c717c71f67f.setIcon(icon_416253e3f670cd7fd98ca46476656296);
|
|
|
|
|
|
var marker_b0fc3826320e228500b430203e3b7dc4 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_46a2e50abf74ad76ff912ad63e57ac41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_801e510ee0a19c947853a06e2d90ca60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f5778b3d32f3dd9d9db03645121fcb3 = $(`<div id="html_5f5778b3d32f3dd9d9db03645121fcb3" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_801e510ee0a19c947853a06e2d90ca60.setContent(html_5f5778b3d32f3dd9d9db03645121fcb3);
|
|
|
|
|
|
|
|
marker_b0fc3826320e228500b430203e3b7dc4.bindPopup(popup_801e510ee0a19c947853a06e2d90ca60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0fc3826320e228500b430203e3b7dc4.setIcon(icon_46a2e50abf74ad76ff912ad63e57ac41);
|
|
|
|
|
|
var marker_49ac3fc294636ec85effa66188455308 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_766688803cc13056892ed284b3996203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b902b3a8021a3a35fbe31df5718c307a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c200a9390b28f9fd5864e5bb67ca578 = $(`<div id="html_7c200a9390b28f9fd5864e5bb67ca578" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_b902b3a8021a3a35fbe31df5718c307a.setContent(html_7c200a9390b28f9fd5864e5bb67ca578);
|
|
|
|
|
|
|
|
marker_49ac3fc294636ec85effa66188455308.bindPopup(popup_b902b3a8021a3a35fbe31df5718c307a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49ac3fc294636ec85effa66188455308.setIcon(icon_766688803cc13056892ed284b3996203);
|
|
|
|
|
|
var marker_4f8ca956aca4cbf35685c136117d4917 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c481b1a6d5369189aa44644eb4859933 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c0f593e1dc0996ac866fbc5dd8c0a32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35288df73a8cadd38c09de4b8b4f7292 = $(`<div id="html_35288df73a8cadd38c09de4b8b4f7292" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_9c0f593e1dc0996ac866fbc5dd8c0a32.setContent(html_35288df73a8cadd38c09de4b8b4f7292);
|
|
|
|
|
|
|
|
marker_4f8ca956aca4cbf35685c136117d4917.bindPopup(popup_9c0f593e1dc0996ac866fbc5dd8c0a32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f8ca956aca4cbf35685c136117d4917.setIcon(icon_c481b1a6d5369189aa44644eb4859933);
|
|
|
|
|
|
var marker_13175c9f9aab5419b9017045b367b311 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cb1a1ba350be7d5a635b6e450e467972 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1411153183aca0a5e350bdb882941a81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_892bc0817f8dd8a4f40db6a567d6b529 = $(`<div id="html_892bc0817f8dd8a4f40db6a567d6b529" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_1411153183aca0a5e350bdb882941a81.setContent(html_892bc0817f8dd8a4f40db6a567d6b529);
|
|
|
|
|
|
|
|
marker_13175c9f9aab5419b9017045b367b311.bindPopup(popup_1411153183aca0a5e350bdb882941a81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13175c9f9aab5419b9017045b367b311.setIcon(icon_cb1a1ba350be7d5a635b6e450e467972);
|
|
|
|
|
|
var marker_bd7cc6a548a86562840cc6134a0b2ad5 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_87817f71c05f36c7db1c14632a1ebc0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb54257de04dc4efc86233eace4bdc0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81e3662f3ef27ba1f1d0a3bb936d85e3 = $(`<div id="html_81e3662f3ef27ba1f1d0a3bb936d85e3" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_eb54257de04dc4efc86233eace4bdc0b.setContent(html_81e3662f3ef27ba1f1d0a3bb936d85e3);
|
|
|
|
|
|
|
|
marker_bd7cc6a548a86562840cc6134a0b2ad5.bindPopup(popup_eb54257de04dc4efc86233eace4bdc0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd7cc6a548a86562840cc6134a0b2ad5.setIcon(icon_87817f71c05f36c7db1c14632a1ebc0a);
|
|
|
|
|
|
var marker_06e68b1b842f6c59e82b977bb9a302be = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_be4fbf22903165b538b5cbb7126b33d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79208a0e483d684fe879d5cac0b77e17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8de799439e5210baa887886b09b86524 = $(`<div id="html_8de799439e5210baa887886b09b86524" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_79208a0e483d684fe879d5cac0b77e17.setContent(html_8de799439e5210baa887886b09b86524);
|
|
|
|
|
|
|
|
marker_06e68b1b842f6c59e82b977bb9a302be.bindPopup(popup_79208a0e483d684fe879d5cac0b77e17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06e68b1b842f6c59e82b977bb9a302be.setIcon(icon_be4fbf22903165b538b5cbb7126b33d2);
|
|
|
|
|
|
var marker_8f98bf7803d031bc3db1665d5f2c86b1 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c28fa25f7d34fa6801dd69793b6ccb05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50156c9b4bc8a298581ffe601bb98a9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdfabb6beaa431c69c1b8a82c1b3ae9e = $(`<div id="html_bdfabb6beaa431c69c1b8a82c1b3ae9e" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_50156c9b4bc8a298581ffe601bb98a9f.setContent(html_bdfabb6beaa431c69c1b8a82c1b3ae9e);
|
|
|
|
|
|
|
|
marker_8f98bf7803d031bc3db1665d5f2c86b1.bindPopup(popup_50156c9b4bc8a298581ffe601bb98a9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f98bf7803d031bc3db1665d5f2c86b1.setIcon(icon_c28fa25f7d34fa6801dd69793b6ccb05);
|
|
|
|
|
|
var marker_94caeff7c99224d439fc7d34835bf279 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d9848c4b689c39c5bea92595778734bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_465412a47842f4203753c3cd7773b5b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e39d6b419470837e911ab2e5c81052be = $(`<div id="html_e39d6b419470837e911ab2e5c81052be" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_465412a47842f4203753c3cd7773b5b7.setContent(html_e39d6b419470837e911ab2e5c81052be);
|
|
|
|
|
|
|
|
marker_94caeff7c99224d439fc7d34835bf279.bindPopup(popup_465412a47842f4203753c3cd7773b5b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94caeff7c99224d439fc7d34835bf279.setIcon(icon_d9848c4b689c39c5bea92595778734bb);
|
|
|
|
|
|
var marker_a084d9d82a89b7a2c3939d36609f6046 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_3707ab39feb34855fb6a674e17af2d21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdce21417ca2180d8cd8a18dbb4701d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49334ba8bd0e8906d22542e5a9947dd6 = $(`<div id="html_49334ba8bd0e8906d22542e5a9947dd6" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_cdce21417ca2180d8cd8a18dbb4701d7.setContent(html_49334ba8bd0e8906d22542e5a9947dd6);
|
|
|
|
|
|
|
|
marker_a084d9d82a89b7a2c3939d36609f6046.bindPopup(popup_cdce21417ca2180d8cd8a18dbb4701d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a084d9d82a89b7a2c3939d36609f6046.setIcon(icon_3707ab39feb34855fb6a674e17af2d21);
|
|
|
|
|
|
var marker_64160cfad89ba1b9c600db37c0325d7f = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a9514f54378bd7963ff4e42a770e2f4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ba97c6e98f9425a538ba324aa0d590c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d847232ac1b11c2ed5bf190e0e23ee57 = $(`<div id="html_d847232ac1b11c2ed5bf190e0e23ee57" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_0ba97c6e98f9425a538ba324aa0d590c.setContent(html_d847232ac1b11c2ed5bf190e0e23ee57);
|
|
|
|
|
|
|
|
marker_64160cfad89ba1b9c600db37c0325d7f.bindPopup(popup_0ba97c6e98f9425a538ba324aa0d590c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64160cfad89ba1b9c600db37c0325d7f.setIcon(icon_a9514f54378bd7963ff4e42a770e2f4c);
|
|
|
|
|
|
var marker_cccdc1c482f45327aba674b682935f09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_3a4ab5f40868eb1de13b962508f98bee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5ca4e619c37b0f678caa17898b10fe2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_074812bba7f0f90b247a67407581b2df = $(`<div id="html_074812bba7f0f90b247a67407581b2df" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_b5ca4e619c37b0f678caa17898b10fe2.setContent(html_074812bba7f0f90b247a67407581b2df);
|
|
|
|
|
|
|
|
marker_cccdc1c482f45327aba674b682935f09.bindPopup(popup_b5ca4e619c37b0f678caa17898b10fe2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cccdc1c482f45327aba674b682935f09.setIcon(icon_3a4ab5f40868eb1de13b962508f98bee);
|
|
|
|
|
|
var marker_5a5a49d3c0474fedd6e9079ed92e3c6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c2ae1795460da2c928ce02cddb1e1cbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f49bc1747cdec31f97990bacd768ce04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8b5b3a29e2f0c7cc29640a565fa527b = $(`<div id="html_c8b5b3a29e2f0c7cc29640a565fa527b" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_f49bc1747cdec31f97990bacd768ce04.setContent(html_c8b5b3a29e2f0c7cc29640a565fa527b);
|
|
|
|
|
|
|
|
marker_5a5a49d3c0474fedd6e9079ed92e3c6b.bindPopup(popup_f49bc1747cdec31f97990bacd768ce04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a5a49d3c0474fedd6e9079ed92e3c6b.setIcon(icon_c2ae1795460da2c928ce02cddb1e1cbb);
|
|
|
|
|
|
var marker_b70e995da616864aa3f99b22e06a8153 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_755c0cf09dbb3b8a72db76385afc860d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5af10a3c1cbb8f2393ce1ba48670baeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6972a463f3166284bde223e51bf4414c = $(`<div id="html_6972a463f3166284bde223e51bf4414c" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_5af10a3c1cbb8f2393ce1ba48670baeb.setContent(html_6972a463f3166284bde223e51bf4414c);
|
|
|
|
|
|
|
|
marker_b70e995da616864aa3f99b22e06a8153.bindPopup(popup_5af10a3c1cbb8f2393ce1ba48670baeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b70e995da616864aa3f99b22e06a8153.setIcon(icon_755c0cf09dbb3b8a72db76385afc860d);
|
|
|
|
|
|
var marker_0d8d520d5d51dde654b74c05e5762b3a = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f51e0a5728137fe92a4b4df18be4c351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2e95afe695c683d39da2d63825ea3c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e911220d02e865bfd8c0b68ebae6cbd4 = $(`<div id="html_e911220d02e865bfd8c0b68ebae6cbd4" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_c2e95afe695c683d39da2d63825ea3c8.setContent(html_e911220d02e865bfd8c0b68ebae6cbd4);
|
|
|
|
|
|
|
|
marker_0d8d520d5d51dde654b74c05e5762b3a.bindPopup(popup_c2e95afe695c683d39da2d63825ea3c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d8d520d5d51dde654b74c05e5762b3a.setIcon(icon_f51e0a5728137fe92a4b4df18be4c351);
|
|
|
|
|
|
var marker_7e2328727ae1fa0b4a25d77a44488ab8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_301cc457a87e7fbc1a60c9802c8ad456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23cb8369206c72bab6c01cc7361f55a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22478170d46e205ff933763ff89fa7f5 = $(`<div id="html_22478170d46e205ff933763ff89fa7f5" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_23cb8369206c72bab6c01cc7361f55a9.setContent(html_22478170d46e205ff933763ff89fa7f5);
|
|
|
|
|
|
|
|
marker_7e2328727ae1fa0b4a25d77a44488ab8.bindPopup(popup_23cb8369206c72bab6c01cc7361f55a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e2328727ae1fa0b4a25d77a44488ab8.setIcon(icon_301cc457a87e7fbc1a60c9802c8ad456);
|
|
|
|
|
|
var marker_b03287988b7c1e9613bc099797f65a74 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6ec5f0dc93dea83ba1af7d950d0a5a41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a88ac4bfeada9c08c73b692acf3f3e62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0afe717abec978c83fa1533b82e58dc = $(`<div id="html_d0afe717abec978c83fa1533b82e58dc" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_a88ac4bfeada9c08c73b692acf3f3e62.setContent(html_d0afe717abec978c83fa1533b82e58dc);
|
|
|
|
|
|
|
|
marker_b03287988b7c1e9613bc099797f65a74.bindPopup(popup_a88ac4bfeada9c08c73b692acf3f3e62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b03287988b7c1e9613bc099797f65a74.setIcon(icon_6ec5f0dc93dea83ba1af7d950d0a5a41);
|
|
|
|
|
|
var marker_f98a97d72d1db63d0eba20bb7294a2ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_39f21266e7805809ec6ef9c428769271 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68c0c15b06d35b5887c73f6525eea2bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bdbb3402faef46d0a3de915605f02ff = $(`<div id="html_8bdbb3402faef46d0a3de915605f02ff" style="width: 100.0%; height: 100.0%;">nos.lostr.space</div>`)[0];
|
|
popup_68c0c15b06d35b5887c73f6525eea2bf.setContent(html_8bdbb3402faef46d0a3de915605f02ff);
|
|
|
|
|
|
|
|
marker_f98a97d72d1db63d0eba20bb7294a2ca.bindPopup(popup_68c0c15b06d35b5887c73f6525eea2bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f98a97d72d1db63d0eba20bb7294a2ca.setIcon(icon_39f21266e7805809ec6ef9c428769271);
|
|
|
|
|
|
var marker_3834afce37deeb602362a48fc25188b9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c8e4f56458feaa8a1300da289e271634 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e5d6cd16c90aaeb9915ff3636edfc41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6e8a9e550fb98d0fb49df58d9c54b9d = $(`<div id="html_a6e8a9e550fb98d0fb49df58d9c54b9d" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_2e5d6cd16c90aaeb9915ff3636edfc41.setContent(html_a6e8a9e550fb98d0fb49df58d9c54b9d);
|
|
|
|
|
|
|
|
marker_3834afce37deeb602362a48fc25188b9.bindPopup(popup_2e5d6cd16c90aaeb9915ff3636edfc41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3834afce37deeb602362a48fc25188b9.setIcon(icon_c8e4f56458feaa8a1300da289e271634);
|
|
|
|
|
|
var marker_0d2caf0ad1e93fe469704d6b8ca42282 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b17800fbc58d2afe71e4f8ed9fd2ae59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3578a4bf1ae97ef35276b9d7685d14b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_740410ec37f7a9691e501c8a4bc88b35 = $(`<div id="html_740410ec37f7a9691e501c8a4bc88b35" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_e3578a4bf1ae97ef35276b9d7685d14b.setContent(html_740410ec37f7a9691e501c8a4bc88b35);
|
|
|
|
|
|
|
|
marker_0d2caf0ad1e93fe469704d6b8ca42282.bindPopup(popup_e3578a4bf1ae97ef35276b9d7685d14b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d2caf0ad1e93fe469704d6b8ca42282.setIcon(icon_b17800fbc58d2afe71e4f8ed9fd2ae59);
|
|
|
|
|
|
var marker_9639629cb04196d1656e1c9360cfe1ed = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cf21e30e2259b29914ca5f27eb050bb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e48b665b0880f08ef11863059a0afaf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9c56b6db8890fdf18e904f4c8de458e = $(`<div id="html_f9c56b6db8890fdf18e904f4c8de458e" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_e48b665b0880f08ef11863059a0afaf9.setContent(html_f9c56b6db8890fdf18e904f4c8de458e);
|
|
|
|
|
|
|
|
marker_9639629cb04196d1656e1c9360cfe1ed.bindPopup(popup_e48b665b0880f08ef11863059a0afaf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9639629cb04196d1656e1c9360cfe1ed.setIcon(icon_cf21e30e2259b29914ca5f27eb050bb6);
|
|
|
|
|
|
var marker_3b4de948b8347851d63ec8cb00aa8706 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8eb1ecbb31e15a3da2015e0d3c444b2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7e2625f7ea96f623046ae73d10595c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51114fdb75fbc4bdcefeb1af581dab22 = $(`<div id="html_51114fdb75fbc4bdcefeb1af581dab22" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_c7e2625f7ea96f623046ae73d10595c4.setContent(html_51114fdb75fbc4bdcefeb1af581dab22);
|
|
|
|
|
|
|
|
marker_3b4de948b8347851d63ec8cb00aa8706.bindPopup(popup_c7e2625f7ea96f623046ae73d10595c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b4de948b8347851d63ec8cb00aa8706.setIcon(icon_8eb1ecbb31e15a3da2015e0d3c444b2d);
|
|
|
|
|
|
var marker_fbec7866b5d72aecdd7e5eb1435daa0d = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_45af0342a2cd7f6018a9d6a95d651d40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c995d5b69c7f3d16a329b8efae4eb53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd818e747911de2863ed642b585cd89 = $(`<div id="html_3cd818e747911de2863ed642b585cd89" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_2c995d5b69c7f3d16a329b8efae4eb53.setContent(html_3cd818e747911de2863ed642b585cd89);
|
|
|
|
|
|
|
|
marker_fbec7866b5d72aecdd7e5eb1435daa0d.bindPopup(popup_2c995d5b69c7f3d16a329b8efae4eb53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbec7866b5d72aecdd7e5eb1435daa0d.setIcon(icon_45af0342a2cd7f6018a9d6a95d651d40);
|
|
|
|
|
|
var marker_ae53fd855148d3b269451fdc1c2213d3 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d7dc7b23e71c18af8665c53255577adb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c510c66abd0024fd5a29edc826d33a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6caec20480873d1a010ed1f6e22c46f = $(`<div id="html_e6caec20480873d1a010ed1f6e22c46f" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_c510c66abd0024fd5a29edc826d33a4a.setContent(html_e6caec20480873d1a010ed1f6e22c46f);
|
|
|
|
|
|
|
|
marker_ae53fd855148d3b269451fdc1c2213d3.bindPopup(popup_c510c66abd0024fd5a29edc826d33a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae53fd855148d3b269451fdc1c2213d3.setIcon(icon_d7dc7b23e71c18af8665c53255577adb);
|
|
|
|
|
|
var marker_757dea24a407fb191377a0deea54ac03 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1ee16a51da493576573e0f72c6e54893 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29878a38ef8e52956befb44295c38983 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d53faa2644d4d04a7bf4e3a7c5385e23 = $(`<div id="html_d53faa2644d4d04a7bf4e3a7c5385e23" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_29878a38ef8e52956befb44295c38983.setContent(html_d53faa2644d4d04a7bf4e3a7c5385e23);
|
|
|
|
|
|
|
|
marker_757dea24a407fb191377a0deea54ac03.bindPopup(popup_29878a38ef8e52956befb44295c38983)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_757dea24a407fb191377a0deea54ac03.setIcon(icon_1ee16a51da493576573e0f72c6e54893);
|
|
|
|
|
|
var marker_7fea8182368d005828d668e384e60cc6 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5f76c73836993fda8194ca23020b6c22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25d108020bed95cbfab1356b719bf167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcd1d89754751374849552942de1a40f = $(`<div id="html_dcd1d89754751374849552942de1a40f" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_25d108020bed95cbfab1356b719bf167.setContent(html_dcd1d89754751374849552942de1a40f);
|
|
|
|
|
|
|
|
marker_7fea8182368d005828d668e384e60cc6.bindPopup(popup_25d108020bed95cbfab1356b719bf167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fea8182368d005828d668e384e60cc6.setIcon(icon_5f76c73836993fda8194ca23020b6c22);
|
|
|
|
|
|
var marker_d982c95d92f176b7f3ec04c4dddcd57e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_62cd5eb438c74885ecad589f310ff162 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa3d84d84c9b1928ca1f8d8e358a2373 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_475fa9de5cedfab385a864d4708d828f = $(`<div id="html_475fa9de5cedfab385a864d4708d828f" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_aa3d84d84c9b1928ca1f8d8e358a2373.setContent(html_475fa9de5cedfab385a864d4708d828f);
|
|
|
|
|
|
|
|
marker_d982c95d92f176b7f3ec04c4dddcd57e.bindPopup(popup_aa3d84d84c9b1928ca1f8d8e358a2373)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d982c95d92f176b7f3ec04c4dddcd57e.setIcon(icon_62cd5eb438c74885ecad589f310ff162);
|
|
|
|
|
|
var marker_578821d9a248fe29f40a2a5d96754e75 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2d29cc3769ad73c9f7b81806637db2d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24e60521b8e2fe841c84c52189e668c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83caf1134001f297be480878560c47a6 = $(`<div id="html_83caf1134001f297be480878560c47a6" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_24e60521b8e2fe841c84c52189e668c9.setContent(html_83caf1134001f297be480878560c47a6);
|
|
|
|
|
|
|
|
marker_578821d9a248fe29f40a2a5d96754e75.bindPopup(popup_24e60521b8e2fe841c84c52189e668c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_578821d9a248fe29f40a2a5d96754e75.setIcon(icon_2d29cc3769ad73c9f7b81806637db2d8);
|
|
|
|
|
|
var marker_5671e5f375ec04de2974b01612cbbdd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_0f0661b624c57b54d54d0c3f4e868d87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c9b7efe368921c3535eb9113affc6ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1d7df9e73bd955a4b6ce5f7f4d04c8f = $(`<div id="html_b1d7df9e73bd955a4b6ce5f7f4d04c8f" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_9c9b7efe368921c3535eb9113affc6ea.setContent(html_b1d7df9e73bd955a4b6ce5f7f4d04c8f);
|
|
|
|
|
|
|
|
marker_5671e5f375ec04de2974b01612cbbdd3.bindPopup(popup_9c9b7efe368921c3535eb9113affc6ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5671e5f375ec04de2974b01612cbbdd3.setIcon(icon_0f0661b624c57b54d54d0c3f4e868d87);
|
|
|
|
|
|
var marker_205b4c8766c859d6627473cbaedfbd9c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8330373aafb8e3421ff36f71d5c3f3d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9676d9136c605465021f8f80c0ce6b9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5594d05071887411507ce546d2ceaf0 = $(`<div id="html_d5594d05071887411507ce546d2ceaf0" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_9676d9136c605465021f8f80c0ce6b9f.setContent(html_d5594d05071887411507ce546d2ceaf0);
|
|
|
|
|
|
|
|
marker_205b4c8766c859d6627473cbaedfbd9c.bindPopup(popup_9676d9136c605465021f8f80c0ce6b9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_205b4c8766c859d6627473cbaedfbd9c.setIcon(icon_8330373aafb8e3421ff36f71d5c3f3d8);
|
|
|
|
|
|
var marker_d11b9c08d949187e4f8fc011e5db601e = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fde13a4b13299e0292bc7a11f9386801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28cc786beb045ed1a3011d064dc0c7f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faf1eee898e0b99c4095a6526fa88f4d = $(`<div id="html_faf1eee898e0b99c4095a6526fa88f4d" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_28cc786beb045ed1a3011d064dc0c7f9.setContent(html_faf1eee898e0b99c4095a6526fa88f4d);
|
|
|
|
|
|
|
|
marker_d11b9c08d949187e4f8fc011e5db601e.bindPopup(popup_28cc786beb045ed1a3011d064dc0c7f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d11b9c08d949187e4f8fc011e5db601e.setIcon(icon_fde13a4b13299e0292bc7a11f9386801);
|
|
|
|
|
|
var marker_a9368c64197de72a9921be7009492a71 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_dd4f52d810a0d532743bba7262e9caf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8ca57122d6c34616c49d4a58f4c6ba3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42b425e0e6935189ce3cc83cc163665a = $(`<div id="html_42b425e0e6935189ce3cc83cc163665a" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_e8ca57122d6c34616c49d4a58f4c6ba3.setContent(html_42b425e0e6935189ce3cc83cc163665a);
|
|
|
|
|
|
|
|
marker_a9368c64197de72a9921be7009492a71.bindPopup(popup_e8ca57122d6c34616c49d4a58f4c6ba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9368c64197de72a9921be7009492a71.setIcon(icon_dd4f52d810a0d532743bba7262e9caf7);
|
|
|
|
|
|
var marker_8d97a410c2fcb66eeeaf7e1b1ae64e8e = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_480b34d896eabfdc7395079c70710f05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_556512e36bff3c8fa0758e9b4d60c3e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09d0f1667ec37fd09a9ba5f7f2b8c956 = $(`<div id="html_09d0f1667ec37fd09a9ba5f7f2b8c956" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_556512e36bff3c8fa0758e9b4d60c3e4.setContent(html_09d0f1667ec37fd09a9ba5f7f2b8c956);
|
|
|
|
|
|
|
|
marker_8d97a410c2fcb66eeeaf7e1b1ae64e8e.bindPopup(popup_556512e36bff3c8fa0758e9b4d60c3e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d97a410c2fcb66eeeaf7e1b1ae64e8e.setIcon(icon_480b34d896eabfdc7395079c70710f05);
|
|
|
|
|
|
var marker_253896b69377b5978f4fdda01273c89d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_165b33b3de6b3c57e699aaf2455a903a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2fa87d7f8ad75c89e9fe86931a1c0cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e2096c28e514983c16f8a2d10daede1 = $(`<div id="html_7e2096c28e514983c16f8a2d10daede1" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_f2fa87d7f8ad75c89e9fe86931a1c0cc.setContent(html_7e2096c28e514983c16f8a2d10daede1);
|
|
|
|
|
|
|
|
marker_253896b69377b5978f4fdda01273c89d.bindPopup(popup_f2fa87d7f8ad75c89e9fe86931a1c0cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_253896b69377b5978f4fdda01273c89d.setIcon(icon_165b33b3de6b3c57e699aaf2455a903a);
|
|
|
|
|
|
var marker_6f4f3a3f22f1a63a07361917cf2b3ea1 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e4714fd9cae6cfe1510201e38b5f148b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc62662598b755c82f7b3c6280b0fbb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_252685c39199326ff85002c55ca1687e = $(`<div id="html_252685c39199326ff85002c55ca1687e" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_fc62662598b755c82f7b3c6280b0fbb1.setContent(html_252685c39199326ff85002c55ca1687e);
|
|
|
|
|
|
|
|
marker_6f4f3a3f22f1a63a07361917cf2b3ea1.bindPopup(popup_fc62662598b755c82f7b3c6280b0fbb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f4f3a3f22f1a63a07361917cf2b3ea1.setIcon(icon_e4714fd9cae6cfe1510201e38b5f148b);
|
|
|
|
|
|
var marker_eef3b1add29ae9e06375edcb2d78f006 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5b867959c835b4771906db7b8f248612 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eadd980e3c84de76fe05d487d689208b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8afec54e1ce12746d842ce89001661d = $(`<div id="html_b8afec54e1ce12746d842ce89001661d" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_eadd980e3c84de76fe05d487d689208b.setContent(html_b8afec54e1ce12746d842ce89001661d);
|
|
|
|
|
|
|
|
marker_eef3b1add29ae9e06375edcb2d78f006.bindPopup(popup_eadd980e3c84de76fe05d487d689208b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eef3b1add29ae9e06375edcb2d78f006.setIcon(icon_5b867959c835b4771906db7b8f248612);
|
|
|
|
|
|
var marker_e9d5788936b941deb9b1f43d5a067aac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d3fa93db6ce10fe50b78a6ce8df22766 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5939a8d815e6f29e15a748fe0f5e6cfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ce33180d1760b9398f6e1b9acb7e51b = $(`<div id="html_5ce33180d1760b9398f6e1b9acb7e51b" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_5939a8d815e6f29e15a748fe0f5e6cfe.setContent(html_5ce33180d1760b9398f6e1b9acb7e51b);
|
|
|
|
|
|
|
|
marker_e9d5788936b941deb9b1f43d5a067aac.bindPopup(popup_5939a8d815e6f29e15a748fe0f5e6cfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9d5788936b941deb9b1f43d5a067aac.setIcon(icon_d3fa93db6ce10fe50b78a6ce8df22766);
|
|
|
|
|
|
var marker_605452bd437bf708874005d6ed6ccb3d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_76d2ebfc38728214e783a04e611057ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b84bcd70a6f01ef58e8cd674ece41a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4c36d7e9785933be959413d0cf873c5 = $(`<div id="html_d4c36d7e9785933be959413d0cf873c5" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_7b84bcd70a6f01ef58e8cd674ece41a7.setContent(html_d4c36d7e9785933be959413d0cf873c5);
|
|
|
|
|
|
|
|
marker_605452bd437bf708874005d6ed6ccb3d.bindPopup(popup_7b84bcd70a6f01ef58e8cd674ece41a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_605452bd437bf708874005d6ed6ccb3d.setIcon(icon_76d2ebfc38728214e783a04e611057ad);
|
|
|
|
|
|
var marker_594fff05a036bdd15c65c5546278557f = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_e93447575b814b3db94dd91db9866eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45a91819f67d94a7ba6232990bb918cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfa418773a2e66e72fd780da6dff5276 = $(`<div id="html_dfa418773a2e66e72fd780da6dff5276" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_45a91819f67d94a7ba6232990bb918cf.setContent(html_dfa418773a2e66e72fd780da6dff5276);
|
|
|
|
|
|
|
|
marker_594fff05a036bdd15c65c5546278557f.bindPopup(popup_45a91819f67d94a7ba6232990bb918cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_594fff05a036bdd15c65c5546278557f.setIcon(icon_e93447575b814b3db94dd91db9866eaa);
|
|
|
|
|
|
var marker_8510bf79d79b21799ba0acc177e61868 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5f30d7bc61816fae4f2affa448dfd088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aafcdf375381bfb65b35d7493ed86b05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bc89f3bfc606634e2e7dcfb81b7083b = $(`<div id="html_8bc89f3bfc606634e2e7dcfb81b7083b" style="width: 100.0%; height: 100.0%;">onlynostr.club</div>`)[0];
|
|
popup_aafcdf375381bfb65b35d7493ed86b05.setContent(html_8bc89f3bfc606634e2e7dcfb81b7083b);
|
|
|
|
|
|
|
|
marker_8510bf79d79b21799ba0acc177e61868.bindPopup(popup_aafcdf375381bfb65b35d7493ed86b05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8510bf79d79b21799ba0acc177e61868.setIcon(icon_5f30d7bc61816fae4f2affa448dfd088);
|
|
|
|
|
|
var marker_37ef3563f7f52336cfb6ba09723ec59b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f1ee38b212879b6d64c71cb2d6025a7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885a34889628113eba20c6e0eeb0b0ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bf16dbbe1426fcf17c232868130d4c6 = $(`<div id="html_9bf16dbbe1426fcf17c232868130d4c6" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_885a34889628113eba20c6e0eeb0b0ef.setContent(html_9bf16dbbe1426fcf17c232868130d4c6);
|
|
|
|
|
|
|
|
marker_37ef3563f7f52336cfb6ba09723ec59b.bindPopup(popup_885a34889628113eba20c6e0eeb0b0ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37ef3563f7f52336cfb6ba09723ec59b.setIcon(icon_f1ee38b212879b6d64c71cb2d6025a7c);
|
|
|
|
|
|
var marker_18c392b54760f87223db09ca4eae67a8 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fa19821ba3e7896d12a8b8cf073be1f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_905ece4accbd500d7db76a8147f82fa1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab278b48e54ba4c38b604d1f5cbcbb47 = $(`<div id="html_ab278b48e54ba4c38b604d1f5cbcbb47" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_905ece4accbd500d7db76a8147f82fa1.setContent(html_ab278b48e54ba4c38b604d1f5cbcbb47);
|
|
|
|
|
|
|
|
marker_18c392b54760f87223db09ca4eae67a8.bindPopup(popup_905ece4accbd500d7db76a8147f82fa1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18c392b54760f87223db09ca4eae67a8.setIcon(icon_fa19821ba3e7896d12a8b8cf073be1f7);
|
|
|
|
|
|
var marker_19187ea2320e313a430f1aaea7bec322 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d27a48c409db2d251b41949df7ea19fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab17ef3e79a48838a476f4286c27d504 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73974a84c4215be3143348587170e932 = $(`<div id="html_73974a84c4215be3143348587170e932" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_ab17ef3e79a48838a476f4286c27d504.setContent(html_73974a84c4215be3143348587170e932);
|
|
|
|
|
|
|
|
marker_19187ea2320e313a430f1aaea7bec322.bindPopup(popup_ab17ef3e79a48838a476f4286c27d504)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19187ea2320e313a430f1aaea7bec322.setIcon(icon_d27a48c409db2d251b41949df7ea19fe);
|
|
|
|
|
|
var marker_017c9688c4db7ec4ac48914fe8ce3662 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_cdd41e68f76c460ec2bbc3c68ee55943 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5d6587530675761ad6319321be5f0e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dee0f12abc45976386aa20cdf03b579e = $(`<div id="html_dee0f12abc45976386aa20cdf03b579e" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_b5d6587530675761ad6319321be5f0e1.setContent(html_dee0f12abc45976386aa20cdf03b579e);
|
|
|
|
|
|
|
|
marker_017c9688c4db7ec4ac48914fe8ce3662.bindPopup(popup_b5d6587530675761ad6319321be5f0e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_017c9688c4db7ec4ac48914fe8ce3662.setIcon(icon_cdd41e68f76c460ec2bbc3c68ee55943);
|
|
|
|
|
|
var marker_d43ae6f6685483914c88987bf737a505 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2dbed8bc8b6664974d2529deec713cf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79ae5fe9dc7ddb3f6234ffc5aa6c7492 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f14139deac0733a615af0e67a127211 = $(`<div id="html_7f14139deac0733a615af0e67a127211" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_79ae5fe9dc7ddb3f6234ffc5aa6c7492.setContent(html_7f14139deac0733a615af0e67a127211);
|
|
|
|
|
|
|
|
marker_d43ae6f6685483914c88987bf737a505.bindPopup(popup_79ae5fe9dc7ddb3f6234ffc5aa6c7492)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d43ae6f6685483914c88987bf737a505.setIcon(icon_2dbed8bc8b6664974d2529deec713cf2);
|
|
|
|
|
|
var marker_bf6361609537b7ab10e11d74270f162d = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_58105529a26570f96097d8da6c527d2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bb90f3121c8459f15b1f14f641fe8b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76aabd91d7e2eaf4a50b2cb3fed4d8a8 = $(`<div id="html_76aabd91d7e2eaf4a50b2cb3fed4d8a8" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_4bb90f3121c8459f15b1f14f641fe8b2.setContent(html_76aabd91d7e2eaf4a50b2cb3fed4d8a8);
|
|
|
|
|
|
|
|
marker_bf6361609537b7ab10e11d74270f162d.bindPopup(popup_4bb90f3121c8459f15b1f14f641fe8b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf6361609537b7ab10e11d74270f162d.setIcon(icon_58105529a26570f96097d8da6c527d2c);
|
|
|
|
|
|
var marker_5260686c3262af170417cd4bf5301175 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_58fb5e9a8955745cc6cfaf4aa53a8b82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_badb89b9123cc9cabd2c1c4598cb31f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad2460bacddade08c821a268e235c468 = $(`<div id="html_ad2460bacddade08c821a268e235c468" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_badb89b9123cc9cabd2c1c4598cb31f1.setContent(html_ad2460bacddade08c821a268e235c468);
|
|
|
|
|
|
|
|
marker_5260686c3262af170417cd4bf5301175.bindPopup(popup_badb89b9123cc9cabd2c1c4598cb31f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5260686c3262af170417cd4bf5301175.setIcon(icon_58fb5e9a8955745cc6cfaf4aa53a8b82);
|
|
|
|
|
|
var marker_1504fc410d2cda77c0bd164686f8ce70 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a195e2c1738ed73f911f494769d40ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef9c365c34236fd9c5a47a1928010644 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8874b13f8113cb3f747f0d645836db0 = $(`<div id="html_b8874b13f8113cb3f747f0d645836db0" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_ef9c365c34236fd9c5a47a1928010644.setContent(html_b8874b13f8113cb3f747f0d645836db0);
|
|
|
|
|
|
|
|
marker_1504fc410d2cda77c0bd164686f8ce70.bindPopup(popup_ef9c365c34236fd9c5a47a1928010644)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1504fc410d2cda77c0bd164686f8ce70.setIcon(icon_a195e2c1738ed73f911f494769d40ed4);
|
|
|
|
|
|
var marker_c543c37fce7e4510d944b3f04de6bb74 = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f821da104e9ba3211723d05527584875 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baa9d7f386b3e7461189f32505e2d712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_001729cdfb12a9a31cf75bf439a86574 = $(`<div id="html_001729cdfb12a9a31cf75bf439a86574" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_baa9d7f386b3e7461189f32505e2d712.setContent(html_001729cdfb12a9a31cf75bf439a86574);
|
|
|
|
|
|
|
|
marker_c543c37fce7e4510d944b3f04de6bb74.bindPopup(popup_baa9d7f386b3e7461189f32505e2d712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c543c37fce7e4510d944b3f04de6bb74.setIcon(icon_f821da104e9ba3211723d05527584875);
|
|
|
|
|
|
var marker_48e25af0acc19e0fa5cb653f6a77d014 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_3b6e53abf44eabf1e682497579293231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f6bd2b90c26961f58ecc4d4f4b1db98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_171e9e2982671f5e742718358ea73751 = $(`<div id="html_171e9e2982671f5e742718358ea73751" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_0f6bd2b90c26961f58ecc4d4f4b1db98.setContent(html_171e9e2982671f5e742718358ea73751);
|
|
|
|
|
|
|
|
marker_48e25af0acc19e0fa5cb653f6a77d014.bindPopup(popup_0f6bd2b90c26961f58ecc4d4f4b1db98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48e25af0acc19e0fa5cb653f6a77d014.setIcon(icon_3b6e53abf44eabf1e682497579293231);
|
|
|
|
|
|
var marker_901bce20d6d3df970aa46f014c0342b5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_3f420b3fe93bd95a36e85677e7c452ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8bde6f43cf9356fa53f4d0baaa6b0b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94b41fb3363cc6453f06f1895b80b04c = $(`<div id="html_94b41fb3363cc6453f06f1895b80b04c" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_a8bde6f43cf9356fa53f4d0baaa6b0b3.setContent(html_94b41fb3363cc6453f06f1895b80b04c);
|
|
|
|
|
|
|
|
marker_901bce20d6d3df970aa46f014c0342b5.bindPopup(popup_a8bde6f43cf9356fa53f4d0baaa6b0b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_901bce20d6d3df970aa46f014c0342b5.setIcon(icon_3f420b3fe93bd95a36e85677e7c452ed);
|
|
|
|
|
|
var marker_5c355d8f9ed63e06628af8ed06388fa5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_fa2b762d517abfa88999591de55012c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dda015b48e1e09ac1829ced4968528d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55b54f4e019b3e77b0ad4b97530c6041 = $(`<div id="html_55b54f4e019b3e77b0ad4b97530c6041" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_4dda015b48e1e09ac1829ced4968528d.setContent(html_55b54f4e019b3e77b0ad4b97530c6041);
|
|
|
|
|
|
|
|
marker_5c355d8f9ed63e06628af8ed06388fa5.bindPopup(popup_4dda015b48e1e09ac1829ced4968528d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c355d8f9ed63e06628af8ed06388fa5.setIcon(icon_fa2b762d517abfa88999591de55012c3);
|
|
|
|
|
|
var marker_5f4111a19846f85dfa06d1f844dc9805 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5a6b28ddaf8d79cf7dfc8dda86966bac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2194ab2a5ee3617ef75416814ab502da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b39e1884c64a3bfe20a62fbf387b352c = $(`<div id="html_b39e1884c64a3bfe20a62fbf387b352c" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_2194ab2a5ee3617ef75416814ab502da.setContent(html_b39e1884c64a3bfe20a62fbf387b352c);
|
|
|
|
|
|
|
|
marker_5f4111a19846f85dfa06d1f844dc9805.bindPopup(popup_2194ab2a5ee3617ef75416814ab502da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f4111a19846f85dfa06d1f844dc9805.setIcon(icon_5a6b28ddaf8d79cf7dfc8dda86966bac);
|
|
|
|
|
|
var marker_c08b62f3a43499efb6d1140a996e7f5b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_78a77b42313889b6fa33bc58daac0409 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89522d3a4a8bd78e2da22cbb44568d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3d56dc1c8731386b3edb72758932585 = $(`<div id="html_a3d56dc1c8731386b3edb72758932585" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_89522d3a4a8bd78e2da22cbb44568d3c.setContent(html_a3d56dc1c8731386b3edb72758932585);
|
|
|
|
|
|
|
|
marker_c08b62f3a43499efb6d1140a996e7f5b.bindPopup(popup_89522d3a4a8bd78e2da22cbb44568d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c08b62f3a43499efb6d1140a996e7f5b.setIcon(icon_78a77b42313889b6fa33bc58daac0409);
|
|
|
|
|
|
var marker_3ec03e7c80d242225de8e8a661ca7f73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ad7faf73bb41e67accba9c454f41d268 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb3231ed2bd03b3bd08d00d515d333ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e147c3f426ea18c5ee65cd18b81501fe = $(`<div id="html_e147c3f426ea18c5ee65cd18b81501fe" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_eb3231ed2bd03b3bd08d00d515d333ba.setContent(html_e147c3f426ea18c5ee65cd18b81501fe);
|
|
|
|
|
|
|
|
marker_3ec03e7c80d242225de8e8a661ca7f73.bindPopup(popup_eb3231ed2bd03b3bd08d00d515d333ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ec03e7c80d242225de8e8a661ca7f73.setIcon(icon_ad7faf73bb41e67accba9c454f41d268);
|
|
|
|
|
|
var marker_86039c1fef810e7485a97bae21aee320 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_1853774d0d63f529f90ef819ba0e5e8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_027e716ee7d334bf1cad9cb984cfd47f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d9a462aa0efb891f15d17cdd477fa18 = $(`<div id="html_5d9a462aa0efb891f15d17cdd477fa18" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_027e716ee7d334bf1cad9cb984cfd47f.setContent(html_5d9a462aa0efb891f15d17cdd477fa18);
|
|
|
|
|
|
|
|
marker_86039c1fef810e7485a97bae21aee320.bindPopup(popup_027e716ee7d334bf1cad9cb984cfd47f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86039c1fef810e7485a97bae21aee320.setIcon(icon_1853774d0d63f529f90ef819ba0e5e8e);
|
|
|
|
|
|
var marker_a20da449945c1b0635c59a181bebf951 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_45385ff66ce14a6ce9900a45f8e64aec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ad3b4ff9d18fe3c12c2c9e3b067ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90a5180e1e7ff47c32635442650aa181 = $(`<div id="html_90a5180e1e7ff47c32635442650aa181" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_00ad3b4ff9d18fe3c12c2c9e3b067ec0.setContent(html_90a5180e1e7ff47c32635442650aa181);
|
|
|
|
|
|
|
|
marker_a20da449945c1b0635c59a181bebf951.bindPopup(popup_00ad3b4ff9d18fe3c12c2c9e3b067ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a20da449945c1b0635c59a181bebf951.setIcon(icon_45385ff66ce14a6ce9900a45f8e64aec);
|
|
|
|
|
|
var marker_929eb6625c43e0853b723c64f3d3e230 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_765292e8c46d2e7fc54e5d2c5ef410a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2be708e84a0eb006264626211c0f01d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ab33e086f344ff9c0e85718b573ccd5 = $(`<div id="html_6ab33e086f344ff9c0e85718b573ccd5" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_a2be708e84a0eb006264626211c0f01d.setContent(html_6ab33e086f344ff9c0e85718b573ccd5);
|
|
|
|
|
|
|
|
marker_929eb6625c43e0853b723c64f3d3e230.bindPopup(popup_a2be708e84a0eb006264626211c0f01d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_929eb6625c43e0853b723c64f3d3e230.setIcon(icon_765292e8c46d2e7fc54e5d2c5ef410a2);
|
|
|
|
|
|
var marker_b6b2ee7e71f2fb21ac1c77a6f9e57ce2 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_8d30bef753fa059022ff2d171f796f8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5dd40a91cdf6164f7244667e26a16a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b925d47b3d4aad00d87b8df89c1bb57 = $(`<div id="html_8b925d47b3d4aad00d87b8df89c1bb57" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_f5dd40a91cdf6164f7244667e26a16a8.setContent(html_8b925d47b3d4aad00d87b8df89c1bb57);
|
|
|
|
|
|
|
|
marker_b6b2ee7e71f2fb21ac1c77a6f9e57ce2.bindPopup(popup_f5dd40a91cdf6164f7244667e26a16a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6b2ee7e71f2fb21ac1c77a6f9e57ce2.setIcon(icon_8d30bef753fa059022ff2d171f796f8c);
|
|
|
|
|
|
var marker_b45d4601140329f3249c7841371ce82c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_321b5d323feb7e439f94e8c383f4016d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca5efd64ed8c49d06c828a194433ab83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7321e12251e481842323257486368230 = $(`<div id="html_7321e12251e481842323257486368230" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_ca5efd64ed8c49d06c828a194433ab83.setContent(html_7321e12251e481842323257486368230);
|
|
|
|
|
|
|
|
marker_b45d4601140329f3249c7841371ce82c.bindPopup(popup_ca5efd64ed8c49d06c828a194433ab83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b45d4601140329f3249c7841371ce82c.setIcon(icon_321b5d323feb7e439f94e8c383f4016d);
|
|
|
|
|
|
var marker_e45517507881838401281a6bf3a8c93e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6eedb09991c1a04d3c986620d1cdf0b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d6889a3f6ea5507d9f02232f8ad0988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f757b6562d3f0506bd6513c5b9876478 = $(`<div id="html_f757b6562d3f0506bd6513c5b9876478" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_1d6889a3f6ea5507d9f02232f8ad0988.setContent(html_f757b6562d3f0506bd6513c5b9876478);
|
|
|
|
|
|
|
|
marker_e45517507881838401281a6bf3a8c93e.bindPopup(popup_1d6889a3f6ea5507d9f02232f8ad0988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e45517507881838401281a6bf3a8c93e.setIcon(icon_6eedb09991c1a04d3c986620d1cdf0b0);
|
|
|
|
|
|
var marker_81541fa8597d1ad3bbf82a941dc9ef22 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_85185aff0b5c924fc292c9816c03f24a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbdc929131c584dfc7c8cd1ff74e2b1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11963bef03aa9c21f04b2392ca354e63 = $(`<div id="html_11963bef03aa9c21f04b2392ca354e63" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_bbdc929131c584dfc7c8cd1ff74e2b1e.setContent(html_11963bef03aa9c21f04b2392ca354e63);
|
|
|
|
|
|
|
|
marker_81541fa8597d1ad3bbf82a941dc9ef22.bindPopup(popup_bbdc929131c584dfc7c8cd1ff74e2b1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81541fa8597d1ad3bbf82a941dc9ef22.setIcon(icon_85185aff0b5c924fc292c9816c03f24a);
|
|
|
|
|
|
var marker_ac0f0a00ee1c33dd597ac9146f83752b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_4dbb9c7027c13f2d8f92ad6a8a3d3127 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc5c5bea8153caa55f33a1f8567c70a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69cdfa5834061ad70b0727b39321e6d8 = $(`<div id="html_69cdfa5834061ad70b0727b39321e6d8" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_cc5c5bea8153caa55f33a1f8567c70a4.setContent(html_69cdfa5834061ad70b0727b39321e6d8);
|
|
|
|
|
|
|
|
marker_ac0f0a00ee1c33dd597ac9146f83752b.bindPopup(popup_cc5c5bea8153caa55f33a1f8567c70a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac0f0a00ee1c33dd597ac9146f83752b.setIcon(icon_4dbb9c7027c13f2d8f92ad6a8a3d3127);
|
|
|
|
|
|
var marker_b77b9796e8f3b7c67b2d1ecc6fe3e77a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_dc52c6ac4140dd9b92a5f65f847ddd9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b420dc5b308d54ebc45743d1849355cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2585b48f1d91af74d034fb4057001f19 = $(`<div id="html_2585b48f1d91af74d034fb4057001f19" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_b420dc5b308d54ebc45743d1849355cf.setContent(html_2585b48f1d91af74d034fb4057001f19);
|
|
|
|
|
|
|
|
marker_b77b9796e8f3b7c67b2d1ecc6fe3e77a.bindPopup(popup_b420dc5b308d54ebc45743d1849355cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b77b9796e8f3b7c67b2d1ecc6fe3e77a.setIcon(icon_dc52c6ac4140dd9b92a5f65f847ddd9d);
|
|
|
|
|
|
var marker_bda070f67a281ba6b6c066cedb414f02 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_0894a705acb535cfb91eda0139ac64d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ca1ac1b124148f2ff13e1724385c3f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1733d93b86d0dcb3ce8ce07729512419 = $(`<div id="html_1733d93b86d0dcb3ce8ce07729512419" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_3ca1ac1b124148f2ff13e1724385c3f1.setContent(html_1733d93b86d0dcb3ce8ce07729512419);
|
|
|
|
|
|
|
|
marker_bda070f67a281ba6b6c066cedb414f02.bindPopup(popup_3ca1ac1b124148f2ff13e1724385c3f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bda070f67a281ba6b6c066cedb414f02.setIcon(icon_0894a705acb535cfb91eda0139ac64d1);
|
|
|
|
|
|
var marker_a0f1752f748047fa2170355c4306736f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ce3c4c002268e42ff529d56d00a4879c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d54e28c12c4ee4a20a5f69511fc08efd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c6bf662339b7b65294875fa14807aa4 = $(`<div id="html_2c6bf662339b7b65294875fa14807aa4" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_d54e28c12c4ee4a20a5f69511fc08efd.setContent(html_2c6bf662339b7b65294875fa14807aa4);
|
|
|
|
|
|
|
|
marker_a0f1752f748047fa2170355c4306736f.bindPopup(popup_d54e28c12c4ee4a20a5f69511fc08efd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0f1752f748047fa2170355c4306736f.setIcon(icon_ce3c4c002268e42ff529d56d00a4879c);
|
|
|
|
|
|
var marker_2cceb7505aef171f5b28bf151d7cab97 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_7c7be72294a3851b2593a61dffae3035 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a79f4caf75bebe7fbb54ee403bfc9b65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86b703dece002ee3e9deb0a3af47e2db = $(`<div id="html_86b703dece002ee3e9deb0a3af47e2db" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_a79f4caf75bebe7fbb54ee403bfc9b65.setContent(html_86b703dece002ee3e9deb0a3af47e2db);
|
|
|
|
|
|
|
|
marker_2cceb7505aef171f5b28bf151d7cab97.bindPopup(popup_a79f4caf75bebe7fbb54ee403bfc9b65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cceb7505aef171f5b28bf151d7cab97.setIcon(icon_7c7be72294a3851b2593a61dffae3035);
|
|
|
|
|
|
var marker_f29f9efb4d4b282937556abc47f083b1 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f4259090d4c45df37d499df6be5cb702 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f349df246da99625bc8b66e54e11bed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a97eb2e6acad47b30d7d4a92fe71175f = $(`<div id="html_a97eb2e6acad47b30d7d4a92fe71175f" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_6f349df246da99625bc8b66e54e11bed.setContent(html_a97eb2e6acad47b30d7d4a92fe71175f);
|
|
|
|
|
|
|
|
marker_f29f9efb4d4b282937556abc47f083b1.bindPopup(popup_6f349df246da99625bc8b66e54e11bed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f29f9efb4d4b282937556abc47f083b1.setIcon(icon_f4259090d4c45df37d499df6be5cb702);
|
|
|
|
|
|
var marker_5e200fc38f6b2feaf4bcb9b64fe3115a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_2e7100044dd7a335309baa784a006fef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a570908d13d9b6b076a0b182f520a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e71db341db2974c72eed528b7b6866a1 = $(`<div id="html_e71db341db2974c72eed528b7b6866a1" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_8a570908d13d9b6b076a0b182f520a6d.setContent(html_e71db341db2974c72eed528b7b6866a1);
|
|
|
|
|
|
|
|
marker_5e200fc38f6b2feaf4bcb9b64fe3115a.bindPopup(popup_8a570908d13d9b6b076a0b182f520a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e200fc38f6b2feaf4bcb9b64fe3115a.setIcon(icon_2e7100044dd7a335309baa784a006fef);
|
|
|
|
|
|
var marker_0dde3d44a28b0af5291339e1be42ce4c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d24cb277a745a0246060c86f06847740 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64787ff29128690403ef85be8c0d25aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_170b33a9ef89f0b7da1a0a19a9c29f68 = $(`<div id="html_170b33a9ef89f0b7da1a0a19a9c29f68" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_64787ff29128690403ef85be8c0d25aa.setContent(html_170b33a9ef89f0b7da1a0a19a9c29f68);
|
|
|
|
|
|
|
|
marker_0dde3d44a28b0af5291339e1be42ce4c.bindPopup(popup_64787ff29128690403ef85be8c0d25aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dde3d44a28b0af5291339e1be42ce4c.setIcon(icon_d24cb277a745a0246060c86f06847740);
|
|
|
|
|
|
var marker_4d922fd01096450444098f1ce6d6ff73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_524b16c6266b1fc70b45bedca17365ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd323ffa9651f73925540902d5c6f9cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_818c48e90cd2cb2d4eab0ba075715a87 = $(`<div id="html_818c48e90cd2cb2d4eab0ba075715a87" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_bd323ffa9651f73925540902d5c6f9cf.setContent(html_818c48e90cd2cb2d4eab0ba075715a87);
|
|
|
|
|
|
|
|
marker_4d922fd01096450444098f1ce6d6ff73.bindPopup(popup_bd323ffa9651f73925540902d5c6f9cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d922fd01096450444098f1ce6d6ff73.setIcon(icon_524b16c6266b1fc70b45bedca17365ce);
|
|
|
|
|
|
var marker_20ecb3c588f0035f48607410656dfb26 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5840234f8014a312d5dcb15e423c3ec5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e89a6b3457be7678c2c1bbb9f768818a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_395014c6999631ec450975bff12384b4 = $(`<div id="html_395014c6999631ec450975bff12384b4" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_e89a6b3457be7678c2c1bbb9f768818a.setContent(html_395014c6999631ec450975bff12384b4);
|
|
|
|
|
|
|
|
marker_20ecb3c588f0035f48607410656dfb26.bindPopup(popup_e89a6b3457be7678c2c1bbb9f768818a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20ecb3c588f0035f48607410656dfb26.setIcon(icon_5840234f8014a312d5dcb15e423c3ec5);
|
|
|
|
|
|
var marker_7ca8c9e9445e33e4dcacb668d2d5238f = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_666afd25b1eeea5a11d0aaf18ceb7f36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a2b9267199c7139a0a4f89866b84be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a19fccbf9774e85aba2a799755acb415 = $(`<div id="html_a19fccbf9774e85aba2a799755acb415" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_9a2b9267199c7139a0a4f89866b84be2.setContent(html_a19fccbf9774e85aba2a799755acb415);
|
|
|
|
|
|
|
|
marker_7ca8c9e9445e33e4dcacb668d2d5238f.bindPopup(popup_9a2b9267199c7139a0a4f89866b84be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca8c9e9445e33e4dcacb668d2d5238f.setIcon(icon_666afd25b1eeea5a11d0aaf18ceb7f36);
|
|
|
|
|
|
var marker_fa6153754b497b43c5e4f0fdb6c22bde = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ce304d71e3e1b618bda168a5c09ab0e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d45a777907013ea24c4e1684d976f477 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b67d3828aca39a3fe697beddbf6a39d1 = $(`<div id="html_b67d3828aca39a3fe697beddbf6a39d1" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_d45a777907013ea24c4e1684d976f477.setContent(html_b67d3828aca39a3fe697beddbf6a39d1);
|
|
|
|
|
|
|
|
marker_fa6153754b497b43c5e4f0fdb6c22bde.bindPopup(popup_d45a777907013ea24c4e1684d976f477)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa6153754b497b43c5e4f0fdb6c22bde.setIcon(icon_ce304d71e3e1b618bda168a5c09ab0e5);
|
|
|
|
|
|
var marker_3310dbd528e68d6862af1cf927ba8031 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_9a044b2bb0508e85e0cd96b5cbf2a7d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5271fe8ed6fd390bf28cc5466fc6fcd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4808638b2543ed768c90eadd19de3b6 = $(`<div id="html_f4808638b2543ed768c90eadd19de3b6" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_5271fe8ed6fd390bf28cc5466fc6fcd7.setContent(html_f4808638b2543ed768c90eadd19de3b6);
|
|
|
|
|
|
|
|
marker_3310dbd528e68d6862af1cf927ba8031.bindPopup(popup_5271fe8ed6fd390bf28cc5466fc6fcd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3310dbd528e68d6862af1cf927ba8031.setIcon(icon_9a044b2bb0508e85e0cd96b5cbf2a7d1);
|
|
|
|
|
|
var marker_75c00d1b351fd097487b991a9a79721e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_374845af331d71e4f9f663632afaea9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26829870eb649f0a3eeca72f3add79f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a6436898deaf4695f7540629aaac971 = $(`<div id="html_6a6436898deaf4695f7540629aaac971" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_26829870eb649f0a3eeca72f3add79f1.setContent(html_6a6436898deaf4695f7540629aaac971);
|
|
|
|
|
|
|
|
marker_75c00d1b351fd097487b991a9a79721e.bindPopup(popup_26829870eb649f0a3eeca72f3add79f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75c00d1b351fd097487b991a9a79721e.setIcon(icon_374845af331d71e4f9f663632afaea9d);
|
|
|
|
|
|
var marker_0b82d875e5a263c00d7659aeaea8bb96 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_c14a41532620c706b4d314ad663f37d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b6da18e3fdee2e681474a9165eea281 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6edc3dcbe927a3b9f9dc8266bccd13f = $(`<div id="html_f6edc3dcbe927a3b9f9dc8266bccd13f" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_7b6da18e3fdee2e681474a9165eea281.setContent(html_f6edc3dcbe927a3b9f9dc8266bccd13f);
|
|
|
|
|
|
|
|
marker_0b82d875e5a263c00d7659aeaea8bb96.bindPopup(popup_7b6da18e3fdee2e681474a9165eea281)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b82d875e5a263c00d7659aeaea8bb96.setIcon(icon_c14a41532620c706b4d314ad663f37d0);
|
|
|
|
|
|
var marker_61fc59f534d3102b4eab821e98b82c86 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_eef3b894a9cf9981e232c7b620a13ae8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c360789b908ad894675b0275946e3873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99f935bf3a5653f3c408a9415cc1b292 = $(`<div id="html_99f935bf3a5653f3c408a9415cc1b292" style="width: 100.0%; height: 100.0%;">cache.freexom.com</div>`)[0];
|
|
popup_c360789b908ad894675b0275946e3873.setContent(html_99f935bf3a5653f3c408a9415cc1b292);
|
|
|
|
|
|
|
|
marker_61fc59f534d3102b4eab821e98b82c86.bindPopup(popup_c360789b908ad894675b0275946e3873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61fc59f534d3102b4eab821e98b82c86.setIcon(icon_eef3b894a9cf9981e232c7b620a13ae8);
|
|
|
|
|
|
var marker_3c8e35c8d1a7ea6198a16923cd24db5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_819f14d80694a16f42bd1caf7294a86d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54c56c4df1e16e0015bbf184ffb3be4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20f7cb4fe98194cadcc3249286f513d7 = $(`<div id="html_20f7cb4fe98194cadcc3249286f513d7" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_54c56c4df1e16e0015bbf184ffb3be4d.setContent(html_20f7cb4fe98194cadcc3249286f513d7);
|
|
|
|
|
|
|
|
marker_3c8e35c8d1a7ea6198a16923cd24db5b.bindPopup(popup_54c56c4df1e16e0015bbf184ffb3be4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c8e35c8d1a7ea6198a16923cd24db5b.setIcon(icon_819f14d80694a16f42bd1caf7294a86d);
|
|
|
|
|
|
var marker_fc77e9a8792356d55a744c422d618870 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_6d0907e8150e1ba82d9a22e41ea3f337 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bb8e11cbe31023abbc1e4a5fb832f5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0054f482217fc5f8b7497c7aa2694fa3 = $(`<div id="html_0054f482217fc5f8b7497c7aa2694fa3" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_8bb8e11cbe31023abbc1e4a5fb832f5d.setContent(html_0054f482217fc5f8b7497c7aa2694fa3);
|
|
|
|
|
|
|
|
marker_fc77e9a8792356d55a744c422d618870.bindPopup(popup_8bb8e11cbe31023abbc1e4a5fb832f5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc77e9a8792356d55a744c422d618870.setIcon(icon_6d0907e8150e1ba82d9a22e41ea3f337);
|
|
|
|
|
|
var marker_5af69e17b36af11269b16d6bb92881b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_b890fe5f1116603c432157f410ba5403 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_002d44af1e3ba90e92a9f63a5ac5501d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88c683d243a3417b19c2a7c45477c9af = $(`<div id="html_88c683d243a3417b19c2a7c45477c9af" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_002d44af1e3ba90e92a9f63a5ac5501d.setContent(html_88c683d243a3417b19c2a7c45477c9af);
|
|
|
|
|
|
|
|
marker_5af69e17b36af11269b16d6bb92881b6.bindPopup(popup_002d44af1e3ba90e92a9f63a5ac5501d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5af69e17b36af11269b16d6bb92881b6.setIcon(icon_b890fe5f1116603c432157f410ba5403);
|
|
|
|
|
|
var marker_db1ee6660639f754851b09df490a2baf = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_5c69db59700fdf401dba5ce1b0a65a7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9251d7ef308f9e14ed312d36d7fda5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_144dfd41e8d8971121ecd78bb5ed5c5c = $(`<div id="html_144dfd41e8d8971121ecd78bb5ed5c5c" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_d9251d7ef308f9e14ed312d36d7fda5b.setContent(html_144dfd41e8d8971121ecd78bb5ed5c5c);
|
|
|
|
|
|
|
|
marker_db1ee6660639f754851b09df490a2baf.bindPopup(popup_d9251d7ef308f9e14ed312d36d7fda5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db1ee6660639f754851b09df490a2baf.setIcon(icon_5c69db59700fdf401dba5ce1b0a65a7a);
|
|
|
|
|
|
var marker_53ab70bdebf31865b598a1af07b4a1fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_bc5bdf0dc53df90b9ab412dfeebc49f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3486e7240a1e29da1bcecdcc27cff485 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_964f8469cb2fcc54bd23b42132a18469 = $(`<div id="html_964f8469cb2fcc54bd23b42132a18469" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_3486e7240a1e29da1bcecdcc27cff485.setContent(html_964f8469cb2fcc54bd23b42132a18469);
|
|
|
|
|
|
|
|
marker_53ab70bdebf31865b598a1af07b4a1fd.bindPopup(popup_3486e7240a1e29da1bcecdcc27cff485)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53ab70bdebf31865b598a1af07b4a1fd.setIcon(icon_bc5bdf0dc53df90b9ab412dfeebc49f2);
|
|
|
|
|
|
var marker_12b8a9cc625062ce2799bef7ef305fca = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_0d1adc98a230d2b8eb0a417f63ffd633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9df15c89c830ac1182e3018a118f326 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5097a67936608b87bb1ce11788336e8c = $(`<div id="html_5097a67936608b87bb1ce11788336e8c" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_e9df15c89c830ac1182e3018a118f326.setContent(html_5097a67936608b87bb1ce11788336e8c);
|
|
|
|
|
|
|
|
marker_12b8a9cc625062ce2799bef7ef305fca.bindPopup(popup_e9df15c89c830ac1182e3018a118f326)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12b8a9cc625062ce2799bef7ef305fca.setIcon(icon_0d1adc98a230d2b8eb0a417f63ffd633);
|
|
|
|
|
|
var marker_331b08d55aefb3d3c69c857997c63870 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_455cb6fa6227c4bcf5be75466779ddc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f30f082194f9fe1f2587a4aa818d3f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be1160bc504735ade9dac523f1f913ba = $(`<div id="html_be1160bc504735ade9dac523f1f913ba" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_9f30f082194f9fe1f2587a4aa818d3f3.setContent(html_be1160bc504735ade9dac523f1f913ba);
|
|
|
|
|
|
|
|
marker_331b08d55aefb3d3c69c857997c63870.bindPopup(popup_9f30f082194f9fe1f2587a4aa818d3f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_331b08d55aefb3d3c69c857997c63870.setIcon(icon_455cb6fa6227c4bcf5be75466779ddc1);
|
|
|
|
|
|
var marker_d0a511f64d7924c58709e8a58aff7e82 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_a3eafa3db6fb69312b3d773bf68e1320 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aa0bd6237b49049fd85b620bd053736 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d613e64eff6d506ce02dcc621de79d97 = $(`<div id="html_d613e64eff6d506ce02dcc621de79d97" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_2aa0bd6237b49049fd85b620bd053736.setContent(html_d613e64eff6d506ce02dcc621de79d97);
|
|
|
|
|
|
|
|
marker_d0a511f64d7924c58709e8a58aff7e82.bindPopup(popup_2aa0bd6237b49049fd85b620bd053736)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0a511f64d7924c58709e8a58aff7e82.setIcon(icon_a3eafa3db6fb69312b3d773bf68e1320);
|
|
|
|
|
|
var marker_03d3d5903a8ffda79f447c052dd52ecf = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_53788a6c6a93008545c799ccbae3a688 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7df1ebf2d2e1d995d993a013e17bd31d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2374ae43997f7abde956439adb69b454 = $(`<div id="html_2374ae43997f7abde956439adb69b454" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_7df1ebf2d2e1d995d993a013e17bd31d.setContent(html_2374ae43997f7abde956439adb69b454);
|
|
|
|
|
|
|
|
marker_03d3d5903a8ffda79f447c052dd52ecf.bindPopup(popup_7df1ebf2d2e1d995d993a013e17bd31d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03d3d5903a8ffda79f447c052dd52ecf.setIcon(icon_53788a6c6a93008545c799ccbae3a688);
|
|
|
|
|
|
var marker_d73fde05dc32f402a0085f47abe07943 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_ad4c1a95ddcde05e6a4878c98f7ad9ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_656ded038ea47f25973b953937c136f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6059eb3e8f58479c581375b9b6e7cd7 = $(`<div id="html_a6059eb3e8f58479c581375b9b6e7cd7" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_656ded038ea47f25973b953937c136f5.setContent(html_a6059eb3e8f58479c581375b9b6e7cd7);
|
|
|
|
|
|
|
|
marker_d73fde05dc32f402a0085f47abe07943.bindPopup(popup_656ded038ea47f25973b953937c136f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d73fde05dc32f402a0085f47abe07943.setIcon(icon_ad4c1a95ddcde05e6a4878c98f7ad9ab);
|
|
|
|
|
|
var marker_a33470dbde71c07a9f33311289da109c = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_bafe356843d0cadf9f7e69282216a23c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16988e4043cc1b9ea9614227a07648ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28ecbfa82bfcc3617b361b99fc8209fa = $(`<div id="html_28ecbfa82bfcc3617b361b99fc8209fa" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_16988e4043cc1b9ea9614227a07648ae.setContent(html_28ecbfa82bfcc3617b361b99fc8209fa);
|
|
|
|
|
|
|
|
marker_a33470dbde71c07a9f33311289da109c.bindPopup(popup_16988e4043cc1b9ea9614227a07648ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a33470dbde71c07a9f33311289da109c.setIcon(icon_bafe356843d0cadf9f7e69282216a23c);
|
|
|
|
|
|
var marker_46a6c9d72a79d885f2ce3babff7f66ab = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_169dd61877a6e9d388538ea228cc0d4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e81e56cae8880a3f3a8ab44e7254afa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebcd232d8ddcae690d3f28977f5a7977 = $(`<div id="html_ebcd232d8ddcae690d3f28977f5a7977" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_e81e56cae8880a3f3a8ab44e7254afa5.setContent(html_ebcd232d8ddcae690d3f28977f5a7977);
|
|
|
|
|
|
|
|
marker_46a6c9d72a79d885f2ce3babff7f66ab.bindPopup(popup_e81e56cae8880a3f3a8ab44e7254afa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46a6c9d72a79d885f2ce3babff7f66ab.setIcon(icon_169dd61877a6e9d388538ea228cc0d4a);
|
|
|
|
|
|
var marker_8e60478e63a30754ca1c0471ab822a4b = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_98d1f6e769f6aad5f72c426e9ab3837b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d231887202b1f419092f40f3efbf3b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_393e9e7becc0129eb21c648c96e4779b = $(`<div id="html_393e9e7becc0129eb21c648c96e4779b" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_3d231887202b1f419092f40f3efbf3b1.setContent(html_393e9e7becc0129eb21c648c96e4779b);
|
|
|
|
|
|
|
|
marker_8e60478e63a30754ca1c0471ab822a4b.bindPopup(popup_3d231887202b1f419092f40f3efbf3b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e60478e63a30754ca1c0471ab822a4b.setIcon(icon_98d1f6e769f6aad5f72c426e9ab3837b);
|
|
|
|
|
|
var marker_3f32440a51f4679f35170ccc9fbad740 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_d3d92dd8d4e4dd50a7e1dfd5520bca5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aac8aeb293be6401516b2bc0802ef80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bce052e84b80ee321c8a554fec785776 = $(`<div id="html_bce052e84b80ee321c8a554fec785776" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_1aac8aeb293be6401516b2bc0802ef80.setContent(html_bce052e84b80ee321c8a554fec785776);
|
|
|
|
|
|
|
|
marker_3f32440a51f4679f35170ccc9fbad740.bindPopup(popup_1aac8aeb293be6401516b2bc0802ef80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f32440a51f4679f35170ccc9fbad740.setIcon(icon_d3d92dd8d4e4dd50a7e1dfd5520bca5b);
|
|
|
|
|
|
var marker_fe6cd32fafdc5cc1efc0e7b4469924af = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_3a9a47bdca850c3b026c481ad8d2cd0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_804e0f908df1f7f4e26cec0f4a86be99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e17126e99e24f0463ef3bd7c506e83ee = $(`<div id="html_e17126e99e24f0463ef3bd7c506e83ee" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_804e0f908df1f7f4e26cec0f4a86be99.setContent(html_e17126e99e24f0463ef3bd7c506e83ee);
|
|
|
|
|
|
|
|
marker_fe6cd32fafdc5cc1efc0e7b4469924af.bindPopup(popup_804e0f908df1f7f4e26cec0f4a86be99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe6cd32fafdc5cc1efc0e7b4469924af.setIcon(icon_3a9a47bdca850c3b026c481ad8d2cd0f);
|
|
|
|
|
|
var marker_b9b1cba3185672ef6ace1b6d797efb1c = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_371e7c0282dc363b7a52368dcb8f5da9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67a7d28483bef6c89cbed6e337533aa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d308aa74fe3eca7f68ceee97b7f24c9 = $(`<div id="html_1d308aa74fe3eca7f68ceee97b7f24c9" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_67a7d28483bef6c89cbed6e337533aa8.setContent(html_1d308aa74fe3eca7f68ceee97b7f24c9);
|
|
|
|
|
|
|
|
marker_b9b1cba3185672ef6ace1b6d797efb1c.bindPopup(popup_67a7d28483bef6c89cbed6e337533aa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9b1cba3185672ef6ace1b6d797efb1c.setIcon(icon_371e7c0282dc363b7a52368dcb8f5da9);
|
|
|
|
|
|
var marker_f2dc017e6a2604f5830e497bc1c74ae6 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_026c074bd8f1a8abf616f1270278cd15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06ed1cf36601ca41ffebe28e9116de39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b1270304ae5805122534cc86671489e = $(`<div id="html_9b1270304ae5805122534cc86671489e" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_06ed1cf36601ca41ffebe28e9116de39.setContent(html_9b1270304ae5805122534cc86671489e);
|
|
|
|
|
|
|
|
marker_f2dc017e6a2604f5830e497bc1c74ae6.bindPopup(popup_06ed1cf36601ca41ffebe28e9116de39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2dc017e6a2604f5830e497bc1c74ae6.setIcon(icon_026c074bd8f1a8abf616f1270278cd15);
|
|
|
|
|
|
var marker_da78ec66d134b43fb43c803b4c8cf32e = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_181d19e5dcae3f8bbbd4834cec1ffe0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1984f19685b858bdaa2a896f6dd9b72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77a9aeda61d7941aab5a758518a7da63 = $(`<div id="html_77a9aeda61d7941aab5a758518a7da63" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_b1984f19685b858bdaa2a896f6dd9b72.setContent(html_77a9aeda61d7941aab5a758518a7da63);
|
|
|
|
|
|
|
|
marker_da78ec66d134b43fb43c803b4c8cf32e.bindPopup(popup_b1984f19685b858bdaa2a896f6dd9b72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da78ec66d134b43fb43c803b4c8cf32e.setIcon(icon_181d19e5dcae3f8bbbd4834cec1ffe0a);
|
|
|
|
|
|
var marker_d07c88db16f7c7c5d3ba375f493134e1 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e59652b5870601e1cae90f1e1a0fe2df);
|
|
|
|
|
|
var icon_f5c017bbbf99ce9fc4bb674708fdfa56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe56c761083bd0d8f776ae9193d19336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8693bfe2cb85415ee010608908f2baa5 = $(`<div id="html_8693bfe2cb85415ee010608908f2baa5" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_fe56c761083bd0d8f776ae9193d19336.setContent(html_8693bfe2cb85415ee010608908f2baa5);
|
|
|
|
|
|
|
|
marker_d07c88db16f7c7c5d3ba375f493134e1.bindPopup(popup_fe56c761083bd0d8f776ae9193d19336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d07c88db16f7c7c5d3ba375f493134e1.setIcon(icon_f5c017bbbf99ce9fc4bb674708fdfa56);
|
|
|
|
|
|
marker_cluster_e59652b5870601e1cae90f1e1a0fe2df.addTo(map_9894c88a3cb4ccd9cd3cc4e852ba6c09);
|
|
|
|
</script>
|
|
</html> |