mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 17:05:18 +00:00
10183 lines
296 KiB
HTML
10183 lines
296 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_c3caf2f0772c6f31ffea52905fcc6fc8 {
|
|
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_c3caf2f0772c6f31ffea52905fcc6fc8" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_c3caf2f0772c6f31ffea52905fcc6fc8 = L.map(
|
|
"map_c3caf2f0772c6f31ffea52905fcc6fc8",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_5b80f8b4ffe7e7854bfb17e59f4d9091 = 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_5b80f8b4ffe7e7854bfb17e59f4d9091.addTo(map_c3caf2f0772c6f31ffea52905fcc6fc8);
|
|
|
|
|
|
var marker_cluster_6b81bd43a653dbb671542208fdf3fcc9 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_0fd9929e124343eef18b257e3ad1f484 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ae2362f9923e7b1bdae74c3cccc13769 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9023d6cd1c3fd51587f28ce9f0d05813 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7decce7d4860dc26a73739a3bbc0ab92 = $(`<div id="html_7decce7d4860dc26a73739a3bbc0ab92" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_9023d6cd1c3fd51587f28ce9f0d05813.setContent(html_7decce7d4860dc26a73739a3bbc0ab92);
|
|
|
|
|
|
|
|
marker_0fd9929e124343eef18b257e3ad1f484.bindPopup(popup_9023d6cd1c3fd51587f28ce9f0d05813)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fd9929e124343eef18b257e3ad1f484.setIcon(icon_ae2362f9923e7b1bdae74c3cccc13769);
|
|
|
|
|
|
var marker_e0b2dd594bcf6c5f7165d5be6a821b51 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7d8936cc3dac9b2443c11133675fe2f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb5bc44b3439aa53d23cc5a6774114c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ab0031cff944727e3799ba19133269d = $(`<div id="html_7ab0031cff944727e3799ba19133269d" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_cb5bc44b3439aa53d23cc5a6774114c8.setContent(html_7ab0031cff944727e3799ba19133269d);
|
|
|
|
|
|
|
|
marker_e0b2dd594bcf6c5f7165d5be6a821b51.bindPopup(popup_cb5bc44b3439aa53d23cc5a6774114c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0b2dd594bcf6c5f7165d5be6a821b51.setIcon(icon_7d8936cc3dac9b2443c11133675fe2f6);
|
|
|
|
|
|
var marker_54675298d71d7af7f59a8707eeee3ef5 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_72ada7fb16da35bbbbdb9754b5ab566c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaff52d6c89e6798005dc20b428becd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef3091a3c9a0aefc4d69943c48c1f7dc = $(`<div id="html_ef3091a3c9a0aefc4d69943c48c1f7dc" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_aaff52d6c89e6798005dc20b428becd5.setContent(html_ef3091a3c9a0aefc4d69943c48c1f7dc);
|
|
|
|
|
|
|
|
marker_54675298d71d7af7f59a8707eeee3ef5.bindPopup(popup_aaff52d6c89e6798005dc20b428becd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54675298d71d7af7f59a8707eeee3ef5.setIcon(icon_72ada7fb16da35bbbbdb9754b5ab566c);
|
|
|
|
|
|
var marker_cc0a58a9cdfbdf3e3e92461d1ac41a44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_70c58ab18e3e3101af149a58b1865f5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca48221f391adb516f96cc8739c413be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43587585dcd90717ec4182ee6aacf794 = $(`<div id="html_43587585dcd90717ec4182ee6aacf794" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_ca48221f391adb516f96cc8739c413be.setContent(html_43587585dcd90717ec4182ee6aacf794);
|
|
|
|
|
|
|
|
marker_cc0a58a9cdfbdf3e3e92461d1ac41a44.bindPopup(popup_ca48221f391adb516f96cc8739c413be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc0a58a9cdfbdf3e3e92461d1ac41a44.setIcon(icon_70c58ab18e3e3101af149a58b1865f5d);
|
|
|
|
|
|
var marker_8bd2a2daee9cde06a77d46540f5a6ca7 = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_024fa4e2032938a2aee895d7448ff6e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9e9657519e468042f82d2269bd9423f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a0ced3d36bcd9557a91687770ced86c = $(`<div id="html_5a0ced3d36bcd9557a91687770ced86c" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_b9e9657519e468042f82d2269bd9423f.setContent(html_5a0ced3d36bcd9557a91687770ced86c);
|
|
|
|
|
|
|
|
marker_8bd2a2daee9cde06a77d46540f5a6ca7.bindPopup(popup_b9e9657519e468042f82d2269bd9423f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bd2a2daee9cde06a77d46540f5a6ca7.setIcon(icon_024fa4e2032938a2aee895d7448ff6e1);
|
|
|
|
|
|
var marker_ed9b7176e7a2a2986ac7f4a01a8c1790 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_9a3e4b76bc82331647d5a5ecab65ef83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1454ea69ce56053e378cdd78a2cfd812 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f04d45ba1524f1606b7faa7b404399f = $(`<div id="html_1f04d45ba1524f1606b7faa7b404399f" style="width: 100.0%; height: 100.0%;">nostr.superfriends.online</div>`)[0];
|
|
popup_1454ea69ce56053e378cdd78a2cfd812.setContent(html_1f04d45ba1524f1606b7faa7b404399f);
|
|
|
|
|
|
|
|
marker_ed9b7176e7a2a2986ac7f4a01a8c1790.bindPopup(popup_1454ea69ce56053e378cdd78a2cfd812)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed9b7176e7a2a2986ac7f4a01a8c1790.setIcon(icon_9a3e4b76bc82331647d5a5ecab65ef83);
|
|
|
|
|
|
var marker_412df61213a354a481ca1e25787d9a28 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_b729c3a58e88ab654fe5e3f0fcababcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2638690c00107134a4f365f45821afd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13550e71e8b1d948a1c4ff541235121c = $(`<div id="html_13550e71e8b1d948a1c4ff541235121c" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_c2638690c00107134a4f365f45821afd.setContent(html_13550e71e8b1d948a1c4ff541235121c);
|
|
|
|
|
|
|
|
marker_412df61213a354a481ca1e25787d9a28.bindPopup(popup_c2638690c00107134a4f365f45821afd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_412df61213a354a481ca1e25787d9a28.setIcon(icon_b729c3a58e88ab654fe5e3f0fcababcf);
|
|
|
|
|
|
var marker_e5fb8163bff1f0bd01e97deb25af11e6 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_1a8c3548c3dfe12685e46ace53b998aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd7f694248e53229574ef68bd185b312 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ed921b02d4032b0fd72918dc1ed7afb = $(`<div id="html_2ed921b02d4032b0fd72918dc1ed7afb" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_cd7f694248e53229574ef68bd185b312.setContent(html_2ed921b02d4032b0fd72918dc1ed7afb);
|
|
|
|
|
|
|
|
marker_e5fb8163bff1f0bd01e97deb25af11e6.bindPopup(popup_cd7f694248e53229574ef68bd185b312)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5fb8163bff1f0bd01e97deb25af11e6.setIcon(icon_1a8c3548c3dfe12685e46ace53b998aa);
|
|
|
|
|
|
var marker_554abb8a61d9843c742761be35e913cf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_b00c0f0727f5cf12556d69f3ccebfbb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2acffe3b3cd180ac48778f610febe866 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfd78d70d0d2e16ca67df92c8d453b59 = $(`<div id="html_cfd78d70d0d2e16ca67df92c8d453b59" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_2acffe3b3cd180ac48778f610febe866.setContent(html_cfd78d70d0d2e16ca67df92c8d453b59);
|
|
|
|
|
|
|
|
marker_554abb8a61d9843c742761be35e913cf.bindPopup(popup_2acffe3b3cd180ac48778f610febe866)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_554abb8a61d9843c742761be35e913cf.setIcon(icon_b00c0f0727f5cf12556d69f3ccebfbb5);
|
|
|
|
|
|
var marker_608bb87aa22a0b28d003c39b778a7205 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ba0fcc5808c0cd9b9b5498a6da8c12ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f27083c14c8b49da6c619f608f50e82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_945556be1db3f298c8ec381863f78624 = $(`<div id="html_945556be1db3f298c8ec381863f78624" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_3f27083c14c8b49da6c619f608f50e82.setContent(html_945556be1db3f298c8ec381863f78624);
|
|
|
|
|
|
|
|
marker_608bb87aa22a0b28d003c39b778a7205.bindPopup(popup_3f27083c14c8b49da6c619f608f50e82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_608bb87aa22a0b28d003c39b778a7205.setIcon(icon_ba0fcc5808c0cd9b9b5498a6da8c12ed);
|
|
|
|
|
|
var marker_e7bdfbb9edccd03bf309b1f2e9eb7e9c = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e5aa282f03246893b63b4441c43b86ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce5ea49cb9ced71abae27f0fdb21907b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_710641445508de14421e5a8c2361aa02 = $(`<div id="html_710641445508de14421e5a8c2361aa02" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_ce5ea49cb9ced71abae27f0fdb21907b.setContent(html_710641445508de14421e5a8c2361aa02);
|
|
|
|
|
|
|
|
marker_e7bdfbb9edccd03bf309b1f2e9eb7e9c.bindPopup(popup_ce5ea49cb9ced71abae27f0fdb21907b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7bdfbb9edccd03bf309b1f2e9eb7e9c.setIcon(icon_e5aa282f03246893b63b4441c43b86ad);
|
|
|
|
|
|
var marker_b8f7a895c104e7e9ee0909547d22798a = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_bd932c0a50e55c3b28e798a4467602f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b1eff9e4c1d5fd3fae37f0462168bf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe562d541ae4a595dc4de0757c3e6d01 = $(`<div id="html_fe562d541ae4a595dc4de0757c3e6d01" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_9b1eff9e4c1d5fd3fae37f0462168bf0.setContent(html_fe562d541ae4a595dc4de0757c3e6d01);
|
|
|
|
|
|
|
|
marker_b8f7a895c104e7e9ee0909547d22798a.bindPopup(popup_9b1eff9e4c1d5fd3fae37f0462168bf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8f7a895c104e7e9ee0909547d22798a.setIcon(icon_bd932c0a50e55c3b28e798a4467602f1);
|
|
|
|
|
|
var marker_e9ad8989f6e8b57c0bce0cf56c178896 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c0b1f16afa9350ff55d78e195613cf56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e4fdfbd48109831e8ad57d856d03785 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_435e9ae90446184ab9d56a1fb50a9c91 = $(`<div id="html_435e9ae90446184ab9d56a1fb50a9c91" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_5e4fdfbd48109831e8ad57d856d03785.setContent(html_435e9ae90446184ab9d56a1fb50a9c91);
|
|
|
|
|
|
|
|
marker_e9ad8989f6e8b57c0bce0cf56c178896.bindPopup(popup_5e4fdfbd48109831e8ad57d856d03785)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9ad8989f6e8b57c0bce0cf56c178896.setIcon(icon_c0b1f16afa9350ff55d78e195613cf56);
|
|
|
|
|
|
var marker_0a095495653b32c1405eb2de692a92c7 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_637f7922b7068502128127dee66dea21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd868dbb2d77b10e31bad12c5efeff15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e642388f12f9ee112d540a8b9dfd8038 = $(`<div id="html_e642388f12f9ee112d540a8b9dfd8038" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_bd868dbb2d77b10e31bad12c5efeff15.setContent(html_e642388f12f9ee112d540a8b9dfd8038);
|
|
|
|
|
|
|
|
marker_0a095495653b32c1405eb2de692a92c7.bindPopup(popup_bd868dbb2d77b10e31bad12c5efeff15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a095495653b32c1405eb2de692a92c7.setIcon(icon_637f7922b7068502128127dee66dea21);
|
|
|
|
|
|
var marker_f77d8dfae99e0dc3050ba0e036926468 = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_17eacf2616e6f2ccb83a017cfe5e2d90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13fdc396ebae3f404f296a3408593fa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ded5fd9c9b17c1d20765dc60071352e = $(`<div id="html_2ded5fd9c9b17c1d20765dc60071352e" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_13fdc396ebae3f404f296a3408593fa3.setContent(html_2ded5fd9c9b17c1d20765dc60071352e);
|
|
|
|
|
|
|
|
marker_f77d8dfae99e0dc3050ba0e036926468.bindPopup(popup_13fdc396ebae3f404f296a3408593fa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f77d8dfae99e0dc3050ba0e036926468.setIcon(icon_17eacf2616e6f2ccb83a017cfe5e2d90);
|
|
|
|
|
|
var marker_ffc626ea979f5352281a40e67621557a = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_3b4b48d9633cce6eac977bb410bdae3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b9c4697a815eabd9c8446a677bffa73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5de7e8642732dd986873c8424d74108b = $(`<div id="html_5de7e8642732dd986873c8424d74108b" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_3b9c4697a815eabd9c8446a677bffa73.setContent(html_5de7e8642732dd986873c8424d74108b);
|
|
|
|
|
|
|
|
marker_ffc626ea979f5352281a40e67621557a.bindPopup(popup_3b9c4697a815eabd9c8446a677bffa73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffc626ea979f5352281a40e67621557a.setIcon(icon_3b4b48d9633cce6eac977bb410bdae3d);
|
|
|
|
|
|
var marker_6b36a136b005543780d0775507298674 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0658069e29854a5070b42bca90b7d533 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8295cec78c5bc9fad167e8f88cdef932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeb7f9f69bcfda29831207b6a3ad7e92 = $(`<div id="html_eeb7f9f69bcfda29831207b6a3ad7e92" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_8295cec78c5bc9fad167e8f88cdef932.setContent(html_eeb7f9f69bcfda29831207b6a3ad7e92);
|
|
|
|
|
|
|
|
marker_6b36a136b005543780d0775507298674.bindPopup(popup_8295cec78c5bc9fad167e8f88cdef932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b36a136b005543780d0775507298674.setIcon(icon_0658069e29854a5070b42bca90b7d533);
|
|
|
|
|
|
var marker_6934ec78fee2256e2e859869809bc94f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_493a3055a23a2458f9cc552ceda847d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f141164b493edf1b5194a20d2c33ff4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54467a44ee865128e851baee85cf9188 = $(`<div id="html_54467a44ee865128e851baee85cf9188" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_f141164b493edf1b5194a20d2c33ff4e.setContent(html_54467a44ee865128e851baee85cf9188);
|
|
|
|
|
|
|
|
marker_6934ec78fee2256e2e859869809bc94f.bindPopup(popup_f141164b493edf1b5194a20d2c33ff4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6934ec78fee2256e2e859869809bc94f.setIcon(icon_493a3055a23a2458f9cc552ceda847d8);
|
|
|
|
|
|
var marker_55c1fef271d4fce31c8049c8df11ae35 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d730ba199efa617d977ca10616da49b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2bb2e88f7331ae2d04a3b955a46fb0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7db61da7987df826d6349952ec9924c = $(`<div id="html_e7db61da7987df826d6349952ec9924c" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_c2bb2e88f7331ae2d04a3b955a46fb0a.setContent(html_e7db61da7987df826d6349952ec9924c);
|
|
|
|
|
|
|
|
marker_55c1fef271d4fce31c8049c8df11ae35.bindPopup(popup_c2bb2e88f7331ae2d04a3b955a46fb0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55c1fef271d4fce31c8049c8df11ae35.setIcon(icon_d730ba199efa617d977ca10616da49b2);
|
|
|
|
|
|
var marker_c56033b3d071b16c5ee80660619dcbc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_db457bb572bb23af0ff3b6c20d10445d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b5949772838512dad22632b2dca8af3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0f455806c3a4bccc460bec279ddabb2 = $(`<div id="html_b0f455806c3a4bccc460bec279ddabb2" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_0b5949772838512dad22632b2dca8af3.setContent(html_b0f455806c3a4bccc460bec279ddabb2);
|
|
|
|
|
|
|
|
marker_c56033b3d071b16c5ee80660619dcbc0.bindPopup(popup_0b5949772838512dad22632b2dca8af3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c56033b3d071b16c5ee80660619dcbc0.setIcon(icon_db457bb572bb23af0ff3b6c20d10445d);
|
|
|
|
|
|
var marker_c2d7c3d25e24ce1e806773abff426bbe = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_3609c7179f1c614ed0b1d250ae6f4d6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fb263e304720ca0a0db32ddefc170fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ded86479c0fa9e1f7036f0d42a1bc5e2 = $(`<div id="html_ded86479c0fa9e1f7036f0d42a1bc5e2" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_4fb263e304720ca0a0db32ddefc170fb.setContent(html_ded86479c0fa9e1f7036f0d42a1bc5e2);
|
|
|
|
|
|
|
|
marker_c2d7c3d25e24ce1e806773abff426bbe.bindPopup(popup_4fb263e304720ca0a0db32ddefc170fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2d7c3d25e24ce1e806773abff426bbe.setIcon(icon_3609c7179f1c614ed0b1d250ae6f4d6a);
|
|
|
|
|
|
var marker_6b3dcde123e9d9845dc46d7a93dd47c9 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e1411aab795c15eb830730a4af594889 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe4cd29cde71d56929793b91ef919aee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2fb14d67faf66c8a2af137751ee3472 = $(`<div id="html_b2fb14d67faf66c8a2af137751ee3472" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_fe4cd29cde71d56929793b91ef919aee.setContent(html_b2fb14d67faf66c8a2af137751ee3472);
|
|
|
|
|
|
|
|
marker_6b3dcde123e9d9845dc46d7a93dd47c9.bindPopup(popup_fe4cd29cde71d56929793b91ef919aee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b3dcde123e9d9845dc46d7a93dd47c9.setIcon(icon_e1411aab795c15eb830730a4af594889);
|
|
|
|
|
|
var marker_dee28586677566164ba1c588e41e3d3f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_9b6fabbb4a3be55e4ec099f5ab8bb86a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36c28806403586818140eed6a17f45e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_368b004761b26adf8b06e23b75e12aaf = $(`<div id="html_368b004761b26adf8b06e23b75e12aaf" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_36c28806403586818140eed6a17f45e4.setContent(html_368b004761b26adf8b06e23b75e12aaf);
|
|
|
|
|
|
|
|
marker_dee28586677566164ba1c588e41e3d3f.bindPopup(popup_36c28806403586818140eed6a17f45e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dee28586677566164ba1c588e41e3d3f.setIcon(icon_9b6fabbb4a3be55e4ec099f5ab8bb86a);
|
|
|
|
|
|
var marker_fd40521db39803193e119ecfede86e68 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7878f3fb8e67f0fcb0bbb93f49a75283 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0727b2ceca5ce8de8e2890698581dee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6d76628dded8a38d7ce292485f656e = $(`<div id="html_cd6d76628dded8a38d7ce292485f656e" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_e0727b2ceca5ce8de8e2890698581dee.setContent(html_cd6d76628dded8a38d7ce292485f656e);
|
|
|
|
|
|
|
|
marker_fd40521db39803193e119ecfede86e68.bindPopup(popup_e0727b2ceca5ce8de8e2890698581dee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd40521db39803193e119ecfede86e68.setIcon(icon_7878f3fb8e67f0fcb0bbb93f49a75283);
|
|
|
|
|
|
var marker_030c59d11ca43f750fdf1cbab3839030 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d1e30ffc8c874f4b0688b63ef3e5e6d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0d22d3e8dd4cd4085f84b354e826fae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0512df660eabebed3c1244df7864fa95 = $(`<div id="html_0512df660eabebed3c1244df7864fa95" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_e0d22d3e8dd4cd4085f84b354e826fae.setContent(html_0512df660eabebed3c1244df7864fa95);
|
|
|
|
|
|
|
|
marker_030c59d11ca43f750fdf1cbab3839030.bindPopup(popup_e0d22d3e8dd4cd4085f84b354e826fae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_030c59d11ca43f750fdf1cbab3839030.setIcon(icon_d1e30ffc8c874f4b0688b63ef3e5e6d5);
|
|
|
|
|
|
var marker_68d93d2e090a97b4af4b6ab30dd8a866 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f42742d14daa7ebfab0fa0a973c23715 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bc85a21bf51d5eb9cb66f8a5ba7ec87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed2fa42267af932474156d019c165f28 = $(`<div id="html_ed2fa42267af932474156d019c165f28" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_2bc85a21bf51d5eb9cb66f8a5ba7ec87.setContent(html_ed2fa42267af932474156d019c165f28);
|
|
|
|
|
|
|
|
marker_68d93d2e090a97b4af4b6ab30dd8a866.bindPopup(popup_2bc85a21bf51d5eb9cb66f8a5ba7ec87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68d93d2e090a97b4af4b6ab30dd8a866.setIcon(icon_f42742d14daa7ebfab0fa0a973c23715);
|
|
|
|
|
|
var marker_394546172fe6ca1ee31be64bf18ee76e = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_cae94851ed17e8636158fad34d5283b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0076ccad961babcfad74aad0c2f72340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e298100832c9bcfa48048cb2aae5919 = $(`<div id="html_7e298100832c9bcfa48048cb2aae5919" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_0076ccad961babcfad74aad0c2f72340.setContent(html_7e298100832c9bcfa48048cb2aae5919);
|
|
|
|
|
|
|
|
marker_394546172fe6ca1ee31be64bf18ee76e.bindPopup(popup_0076ccad961babcfad74aad0c2f72340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_394546172fe6ca1ee31be64bf18ee76e.setIcon(icon_cae94851ed17e8636158fad34d5283b7);
|
|
|
|
|
|
var marker_9dc1f48eed0da6f46ae78ba4243f2cd4 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_240dcafa166aa87704a682b392b866f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0c5d1fa6a0492e11ec52251d90b1132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2ebb99b54d8b75ba8c4fff2e5a4dc49 = $(`<div id="html_d2ebb99b54d8b75ba8c4fff2e5a4dc49" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_e0c5d1fa6a0492e11ec52251d90b1132.setContent(html_d2ebb99b54d8b75ba8c4fff2e5a4dc49);
|
|
|
|
|
|
|
|
marker_9dc1f48eed0da6f46ae78ba4243f2cd4.bindPopup(popup_e0c5d1fa6a0492e11ec52251d90b1132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dc1f48eed0da6f46ae78ba4243f2cd4.setIcon(icon_240dcafa166aa87704a682b392b866f1);
|
|
|
|
|
|
var marker_9845bcd342062f24f8b822cc874e4a63 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_b2b827f8e67b04efa29fca691be95d7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec37afa7a71bb4e300cefb081373e3c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ef3589ccc85b592208d4da2467ea2b8 = $(`<div id="html_9ef3589ccc85b592208d4da2467ea2b8" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_ec37afa7a71bb4e300cefb081373e3c8.setContent(html_9ef3589ccc85b592208d4da2467ea2b8);
|
|
|
|
|
|
|
|
marker_9845bcd342062f24f8b822cc874e4a63.bindPopup(popup_ec37afa7a71bb4e300cefb081373e3c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9845bcd342062f24f8b822cc874e4a63.setIcon(icon_b2b827f8e67b04efa29fca691be95d7d);
|
|
|
|
|
|
var marker_2cef5f12166f06983ae81b6538de132e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_4a86844f88f5649e85b774df6c53e5a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_818b6e1c26ea2705f3193827cc7dbd40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d8a90af95ac6e78415bea808a70ca3a = $(`<div id="html_8d8a90af95ac6e78415bea808a70ca3a" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_818b6e1c26ea2705f3193827cc7dbd40.setContent(html_8d8a90af95ac6e78415bea808a70ca3a);
|
|
|
|
|
|
|
|
marker_2cef5f12166f06983ae81b6538de132e.bindPopup(popup_818b6e1c26ea2705f3193827cc7dbd40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cef5f12166f06983ae81b6538de132e.setIcon(icon_4a86844f88f5649e85b774df6c53e5a0);
|
|
|
|
|
|
var marker_355ed3476fce70b1e768341b882d21a7 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_faafd08b2c7bff67746a3c5e047c8e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4c6bb6a56fa89cf3719437a4a1a6f38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_420a252086166c31778106017f9d6ac7 = $(`<div id="html_420a252086166c31778106017f9d6ac7" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_b4c6bb6a56fa89cf3719437a4a1a6f38.setContent(html_420a252086166c31778106017f9d6ac7);
|
|
|
|
|
|
|
|
marker_355ed3476fce70b1e768341b882d21a7.bindPopup(popup_b4c6bb6a56fa89cf3719437a4a1a6f38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_355ed3476fce70b1e768341b882d21a7.setIcon(icon_faafd08b2c7bff67746a3c5e047c8e03);
|
|
|
|
|
|
var marker_d065967da3fe32db222e0d251cc9427e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_19caf1ca9875a2add435fb996db6b828 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09e04db248986edec1e96059c00cea66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f2e8ab4712bcff2f84c55a62e2176e3 = $(`<div id="html_4f2e8ab4712bcff2f84c55a62e2176e3" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_09e04db248986edec1e96059c00cea66.setContent(html_4f2e8ab4712bcff2f84c55a62e2176e3);
|
|
|
|
|
|
|
|
marker_d065967da3fe32db222e0d251cc9427e.bindPopup(popup_09e04db248986edec1e96059c00cea66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d065967da3fe32db222e0d251cc9427e.setIcon(icon_19caf1ca9875a2add435fb996db6b828);
|
|
|
|
|
|
var marker_190043b6aa976500003e45d76f432b0d = L.marker(
|
|
[33.7946, -84.4488],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ffda8a6d4b7611ed06d18016ebe97944 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d705550ee7a1b27eee86091fce937d23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2514d0015ae27a00df900c743aed8eb3 = $(`<div id="html_2514d0015ae27a00df900c743aed8eb3" style="width: 100.0%; height: 100.0%;">ragnar.nostrops.com</div>`)[0];
|
|
popup_d705550ee7a1b27eee86091fce937d23.setContent(html_2514d0015ae27a00df900c743aed8eb3);
|
|
|
|
|
|
|
|
marker_190043b6aa976500003e45d76f432b0d.bindPopup(popup_d705550ee7a1b27eee86091fce937d23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_190043b6aa976500003e45d76f432b0d.setIcon(icon_ffda8a6d4b7611ed06d18016ebe97944);
|
|
|
|
|
|
var marker_3bd1d25cfcc1bde41ff9e3d62f719bb8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_46b52fc6793e03a1ba2451fa381eeba3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcaf1ba4108aee3fa10b907eed98ffff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35f00e4f563ae98cf087fadc8de013df = $(`<div id="html_35f00e4f563ae98cf087fadc8de013df" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_fcaf1ba4108aee3fa10b907eed98ffff.setContent(html_35f00e4f563ae98cf087fadc8de013df);
|
|
|
|
|
|
|
|
marker_3bd1d25cfcc1bde41ff9e3d62f719bb8.bindPopup(popup_fcaf1ba4108aee3fa10b907eed98ffff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bd1d25cfcc1bde41ff9e3d62f719bb8.setIcon(icon_46b52fc6793e03a1ba2451fa381eeba3);
|
|
|
|
|
|
var marker_fd986cd06bb853ed18a86512f684321d = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_52de22bc8438e226499a9383cfce17e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f4e001939b9c3efd66146846db44b1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8f0d7380f6c8a33f7afcb10a710a41d = $(`<div id="html_e8f0d7380f6c8a33f7afcb10a710a41d" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_7f4e001939b9c3efd66146846db44b1d.setContent(html_e8f0d7380f6c8a33f7afcb10a710a41d);
|
|
|
|
|
|
|
|
marker_fd986cd06bb853ed18a86512f684321d.bindPopup(popup_7f4e001939b9c3efd66146846db44b1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd986cd06bb853ed18a86512f684321d.setIcon(icon_52de22bc8438e226499a9383cfce17e1);
|
|
|
|
|
|
var marker_3b7be8c5c063339a27506dac1b78eaff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c2b8c12baa0aeac8289acef1bb05e8de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e29b1065df18d1ca594d95da6aa5c77b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48669de061db01fcff6be82023ed54e6 = $(`<div id="html_48669de061db01fcff6be82023ed54e6" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_e29b1065df18d1ca594d95da6aa5c77b.setContent(html_48669de061db01fcff6be82023ed54e6);
|
|
|
|
|
|
|
|
marker_3b7be8c5c063339a27506dac1b78eaff.bindPopup(popup_e29b1065df18d1ca594d95da6aa5c77b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b7be8c5c063339a27506dac1b78eaff.setIcon(icon_c2b8c12baa0aeac8289acef1bb05e8de);
|
|
|
|
|
|
var marker_8ba3a8199714a2cdc18c16851b5b6a0e = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d2c29ed0b589d84d6da53f0310731a1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d71d3f40f7b80df19f4a5c9f6cd48f1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf430733644aeb64b801e0b2fc9b08aa = $(`<div id="html_bf430733644aeb64b801e0b2fc9b08aa" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_d71d3f40f7b80df19f4a5c9f6cd48f1f.setContent(html_bf430733644aeb64b801e0b2fc9b08aa);
|
|
|
|
|
|
|
|
marker_8ba3a8199714a2cdc18c16851b5b6a0e.bindPopup(popup_d71d3f40f7b80df19f4a5c9f6cd48f1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ba3a8199714a2cdc18c16851b5b6a0e.setIcon(icon_d2c29ed0b589d84d6da53f0310731a1c);
|
|
|
|
|
|
var marker_e3e5a524514aa7c81e3d5e83c9e87a60 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c6ad6adbfc6ae17e1e84814543cde085 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e649fc1b36b2865e33a348bd1e83428 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de46113d4ba28edca239d3cb5091e998 = $(`<div id="html_de46113d4ba28edca239d3cb5091e998" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_6e649fc1b36b2865e33a348bd1e83428.setContent(html_de46113d4ba28edca239d3cb5091e998);
|
|
|
|
|
|
|
|
marker_e3e5a524514aa7c81e3d5e83c9e87a60.bindPopup(popup_6e649fc1b36b2865e33a348bd1e83428)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3e5a524514aa7c81e3d5e83c9e87a60.setIcon(icon_c6ad6adbfc6ae17e1e84814543cde085);
|
|
|
|
|
|
var marker_03408901380cc4bd4558f2be196c187f = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_bca51cd87fc5739e08ba02ff60e53b33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88582578ede21bb61b2e4133ab4e2fac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1d36502bd5de38b94d9050e6dab8b7a = $(`<div id="html_f1d36502bd5de38b94d9050e6dab8b7a" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_88582578ede21bb61b2e4133ab4e2fac.setContent(html_f1d36502bd5de38b94d9050e6dab8b7a);
|
|
|
|
|
|
|
|
marker_03408901380cc4bd4558f2be196c187f.bindPopup(popup_88582578ede21bb61b2e4133ab4e2fac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03408901380cc4bd4558f2be196c187f.setIcon(icon_bca51cd87fc5739e08ba02ff60e53b33);
|
|
|
|
|
|
var marker_d6f7158d1a4461df39f1fd6dc7e7d589 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_666244433ac25df295ae4ece5a64ba7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4640f0ea59e4e88c2fd9ee7f11d58ac1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abf8f798c471e8380f35622be8be248b = $(`<div id="html_abf8f798c471e8380f35622be8be248b" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_4640f0ea59e4e88c2fd9ee7f11d58ac1.setContent(html_abf8f798c471e8380f35622be8be248b);
|
|
|
|
|
|
|
|
marker_d6f7158d1a4461df39f1fd6dc7e7d589.bindPopup(popup_4640f0ea59e4e88c2fd9ee7f11d58ac1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6f7158d1a4461df39f1fd6dc7e7d589.setIcon(icon_666244433ac25df295ae4ece5a64ba7d);
|
|
|
|
|
|
var marker_084cd6d0ad42d26a426518d2a3ca871e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_15e453d8a729121f9a4e758e68076475 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93345a25752f6705233bef6cafb526d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43bd4094e42a7943eecf1277c40f5421 = $(`<div id="html_43bd4094e42a7943eecf1277c40f5421" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_93345a25752f6705233bef6cafb526d4.setContent(html_43bd4094e42a7943eecf1277c40f5421);
|
|
|
|
|
|
|
|
marker_084cd6d0ad42d26a426518d2a3ca871e.bindPopup(popup_93345a25752f6705233bef6cafb526d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_084cd6d0ad42d26a426518d2a3ca871e.setIcon(icon_15e453d8a729121f9a4e758e68076475);
|
|
|
|
|
|
var marker_d9d73bbb9c782fe65d01d2a2cc042903 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_50da860a8c2c8c56384f8147052d9ed5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc0c8f36c13eab628abb1e2b2645d158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a4b26d3e819fdb4ae82b74181b32e9a = $(`<div id="html_5a4b26d3e819fdb4ae82b74181b32e9a" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_bc0c8f36c13eab628abb1e2b2645d158.setContent(html_5a4b26d3e819fdb4ae82b74181b32e9a);
|
|
|
|
|
|
|
|
marker_d9d73bbb9c782fe65d01d2a2cc042903.bindPopup(popup_bc0c8f36c13eab628abb1e2b2645d158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9d73bbb9c782fe65d01d2a2cc042903.setIcon(icon_50da860a8c2c8c56384f8147052d9ed5);
|
|
|
|
|
|
var marker_dc9cc2b6fce81ccbcb27c0764739beec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_bae096ad6da8ab0da15d1c1059b716ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c35056fc002c9e29b646a50269ad4890 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbd8c9a370936e1ea527cf3693017c5a = $(`<div id="html_cbd8c9a370936e1ea527cf3693017c5a" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_c35056fc002c9e29b646a50269ad4890.setContent(html_cbd8c9a370936e1ea527cf3693017c5a);
|
|
|
|
|
|
|
|
marker_dc9cc2b6fce81ccbcb27c0764739beec.bindPopup(popup_c35056fc002c9e29b646a50269ad4890)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc9cc2b6fce81ccbcb27c0764739beec.setIcon(icon_bae096ad6da8ab0da15d1c1059b716ed);
|
|
|
|
|
|
var marker_0c7ee1c35fae77dd8b676f8cd091bc78 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6f931ce3b4e625aa3598b803d07d6917 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bfb0a7fce4f2e23d2131d20b5655ad5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_426874a4cdf6eda5468d4b9c9de8833c = $(`<div id="html_426874a4cdf6eda5468d4b9c9de8833c" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_2bfb0a7fce4f2e23d2131d20b5655ad5.setContent(html_426874a4cdf6eda5468d4b9c9de8833c);
|
|
|
|
|
|
|
|
marker_0c7ee1c35fae77dd8b676f8cd091bc78.bindPopup(popup_2bfb0a7fce4f2e23d2131d20b5655ad5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7ee1c35fae77dd8b676f8cd091bc78.setIcon(icon_6f931ce3b4e625aa3598b803d07d6917);
|
|
|
|
|
|
var marker_73c678bdc4486378d78ebd9ceab31180 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_fbda85ad467136e6dc758f838f22d488 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c445dc79778ff1fa63a03168785d81da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d48c8ddaff0860ff82794038ad492213 = $(`<div id="html_d48c8ddaff0860ff82794038ad492213" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_c445dc79778ff1fa63a03168785d81da.setContent(html_d48c8ddaff0860ff82794038ad492213);
|
|
|
|
|
|
|
|
marker_73c678bdc4486378d78ebd9ceab31180.bindPopup(popup_c445dc79778ff1fa63a03168785d81da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73c678bdc4486378d78ebd9ceab31180.setIcon(icon_fbda85ad467136e6dc758f838f22d488);
|
|
|
|
|
|
var marker_16abf163a837c8e53c0d57b0b1e83418 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_00a82adf1ffd80bb591eed0b394394f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cf49f0bd65abb3af6f6d023997a1d20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd77ef19df1292170d9f802ad5066608 = $(`<div id="html_fd77ef19df1292170d9f802ad5066608" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_3cf49f0bd65abb3af6f6d023997a1d20.setContent(html_fd77ef19df1292170d9f802ad5066608);
|
|
|
|
|
|
|
|
marker_16abf163a837c8e53c0d57b0b1e83418.bindPopup(popup_3cf49f0bd65abb3af6f6d023997a1d20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16abf163a837c8e53c0d57b0b1e83418.setIcon(icon_00a82adf1ffd80bb591eed0b394394f6);
|
|
|
|
|
|
var marker_5a16918b216ae9211dca8557b8928919 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6d8666ff5aa7464ba278dad18110aa59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a75fe1b81ca6906c7f28c3dd57d306db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8228022072b27f37e386f68141f085f7 = $(`<div id="html_8228022072b27f37e386f68141f085f7" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_a75fe1b81ca6906c7f28c3dd57d306db.setContent(html_8228022072b27f37e386f68141f085f7);
|
|
|
|
|
|
|
|
marker_5a16918b216ae9211dca8557b8928919.bindPopup(popup_a75fe1b81ca6906c7f28c3dd57d306db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a16918b216ae9211dca8557b8928919.setIcon(icon_6d8666ff5aa7464ba278dad18110aa59);
|
|
|
|
|
|
var marker_7f5ef92a88d65848f2ed65a7b1f98064 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_1ce539c28304ea499a539f261b3a7b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea4064de40fd203ce2e25bbb25e188b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d5a58e8311d49ff38f834e305fe0447 = $(`<div id="html_1d5a58e8311d49ff38f834e305fe0447" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_ea4064de40fd203ce2e25bbb25e188b3.setContent(html_1d5a58e8311d49ff38f834e305fe0447);
|
|
|
|
|
|
|
|
marker_7f5ef92a88d65848f2ed65a7b1f98064.bindPopup(popup_ea4064de40fd203ce2e25bbb25e188b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f5ef92a88d65848f2ed65a7b1f98064.setIcon(icon_1ce539c28304ea499a539f261b3a7b08);
|
|
|
|
|
|
var marker_f75626746683fb1d364039f3d50d5b80 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_378ccd3d803a4c8453e3f82d58ce383a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afcfee795d74bf073367287bf7d613d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cfd82f7d2f0c9e3abc154066700b61b = $(`<div id="html_4cfd82f7d2f0c9e3abc154066700b61b" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_afcfee795d74bf073367287bf7d613d3.setContent(html_4cfd82f7d2f0c9e3abc154066700b61b);
|
|
|
|
|
|
|
|
marker_f75626746683fb1d364039f3d50d5b80.bindPopup(popup_afcfee795d74bf073367287bf7d613d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f75626746683fb1d364039f3d50d5b80.setIcon(icon_378ccd3d803a4c8453e3f82d58ce383a);
|
|
|
|
|
|
var marker_2e98f9668bd9d261428e5570384cd2ed = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_59e02ffbba162906b13f6765a9d1341c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3286a6c02d070d941292fe670ce48d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_304f9a1e54f5e5f825ec1c91e0aa8273 = $(`<div id="html_304f9a1e54f5e5f825ec1c91e0aa8273" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_c3286a6c02d070d941292fe670ce48d2.setContent(html_304f9a1e54f5e5f825ec1c91e0aa8273);
|
|
|
|
|
|
|
|
marker_2e98f9668bd9d261428e5570384cd2ed.bindPopup(popup_c3286a6c02d070d941292fe670ce48d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e98f9668bd9d261428e5570384cd2ed.setIcon(icon_59e02ffbba162906b13f6765a9d1341c);
|
|
|
|
|
|
var marker_8197a1fba88702342659b5b87431d0c0 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_3f74f56090502f6e04a15e71f17c0956 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75c2a64fbea4ff2d70712bd401b7e5c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f5f6e3649e99ff71099e3d08c79ebe8 = $(`<div id="html_6f5f6e3649e99ff71099e3d08c79ebe8" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_75c2a64fbea4ff2d70712bd401b7e5c2.setContent(html_6f5f6e3649e99ff71099e3d08c79ebe8);
|
|
|
|
|
|
|
|
marker_8197a1fba88702342659b5b87431d0c0.bindPopup(popup_75c2a64fbea4ff2d70712bd401b7e5c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8197a1fba88702342659b5b87431d0c0.setIcon(icon_3f74f56090502f6e04a15e71f17c0956);
|
|
|
|
|
|
var marker_3bdecee13eae8b3af06bac772e7d2553 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_2870479582f5c293e22a328c677ae664 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5ab1f55dd1aa7feeb278c43d454f1f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3a1f919ba64fb6cfeb56c7e03614985 = $(`<div id="html_f3a1f919ba64fb6cfeb56c7e03614985" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_d5ab1f55dd1aa7feeb278c43d454f1f5.setContent(html_f3a1f919ba64fb6cfeb56c7e03614985);
|
|
|
|
|
|
|
|
marker_3bdecee13eae8b3af06bac772e7d2553.bindPopup(popup_d5ab1f55dd1aa7feeb278c43d454f1f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bdecee13eae8b3af06bac772e7d2553.setIcon(icon_2870479582f5c293e22a328c677ae664);
|
|
|
|
|
|
var marker_912e0c3664c203202305840fff78ba18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_584e8ae586fded4857da82e831fe95f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_453db7028d70cb63edb4c9986aa002be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf13b88031fba5e1bf0f6ac3a9a85eaf = $(`<div id="html_cf13b88031fba5e1bf0f6ac3a9a85eaf" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_453db7028d70cb63edb4c9986aa002be.setContent(html_cf13b88031fba5e1bf0f6ac3a9a85eaf);
|
|
|
|
|
|
|
|
marker_912e0c3664c203202305840fff78ba18.bindPopup(popup_453db7028d70cb63edb4c9986aa002be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_912e0c3664c203202305840fff78ba18.setIcon(icon_584e8ae586fded4857da82e831fe95f8);
|
|
|
|
|
|
var marker_7956302af01190b1839922aff5bdf2df = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_81f77a425fe14935ee2bbae165fc1f36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc5626b21b4a3d916816af9a513bd200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2c304ba1702f5d40c8d1331e40d7cc3 = $(`<div id="html_b2c304ba1702f5d40c8d1331e40d7cc3" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_bc5626b21b4a3d916816af9a513bd200.setContent(html_b2c304ba1702f5d40c8d1331e40d7cc3);
|
|
|
|
|
|
|
|
marker_7956302af01190b1839922aff5bdf2df.bindPopup(popup_bc5626b21b4a3d916816af9a513bd200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7956302af01190b1839922aff5bdf2df.setIcon(icon_81f77a425fe14935ee2bbae165fc1f36);
|
|
|
|
|
|
var marker_f276ccb7dafd9d8861a45fa7a2669491 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_8f22a7b38b236006b1b8c8c2139f52d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f16ac402b8f7e3d98dcd62078dd406aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_323d29c49ea03b66f71a3edfc303c989 = $(`<div id="html_323d29c49ea03b66f71a3edfc303c989" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_f16ac402b8f7e3d98dcd62078dd406aa.setContent(html_323d29c49ea03b66f71a3edfc303c989);
|
|
|
|
|
|
|
|
marker_f276ccb7dafd9d8861a45fa7a2669491.bindPopup(popup_f16ac402b8f7e3d98dcd62078dd406aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f276ccb7dafd9d8861a45fa7a2669491.setIcon(icon_8f22a7b38b236006b1b8c8c2139f52d0);
|
|
|
|
|
|
var marker_9afe53b57acda44350bc4ae6e54dba91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_31fa124d26bc4138d6cd61eead1875e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8339d01998dca141bf312ca1b4872327 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2831d4850fc3f7bd52f13a11ee2d7a5 = $(`<div id="html_c2831d4850fc3f7bd52f13a11ee2d7a5" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_8339d01998dca141bf312ca1b4872327.setContent(html_c2831d4850fc3f7bd52f13a11ee2d7a5);
|
|
|
|
|
|
|
|
marker_9afe53b57acda44350bc4ae6e54dba91.bindPopup(popup_8339d01998dca141bf312ca1b4872327)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9afe53b57acda44350bc4ae6e54dba91.setIcon(icon_31fa124d26bc4138d6cd61eead1875e7);
|
|
|
|
|
|
var marker_b34af0fbbd2afb0717d09135a506b154 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_cbe3e9adcaebe191cadd3ce5c30f0c94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_734a8146991e2e4998f7295551bb8e00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b85e45c82e3ae6ee8c4b51a82b239bc8 = $(`<div id="html_b85e45c82e3ae6ee8c4b51a82b239bc8" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_734a8146991e2e4998f7295551bb8e00.setContent(html_b85e45c82e3ae6ee8c4b51a82b239bc8);
|
|
|
|
|
|
|
|
marker_b34af0fbbd2afb0717d09135a506b154.bindPopup(popup_734a8146991e2e4998f7295551bb8e00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b34af0fbbd2afb0717d09135a506b154.setIcon(icon_cbe3e9adcaebe191cadd3ce5c30f0c94);
|
|
|
|
|
|
var marker_03b55e265cc2169b58fe124e37f5ec2c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_9c148cc8f65e10f2d9f00ddbf886e878 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb5d723c133f20432445c6decb8fa220 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c26f71e261ed0cd3d344478c64c8ce75 = $(`<div id="html_c26f71e261ed0cd3d344478c64c8ce75" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_cb5d723c133f20432445c6decb8fa220.setContent(html_c26f71e261ed0cd3d344478c64c8ce75);
|
|
|
|
|
|
|
|
marker_03b55e265cc2169b58fe124e37f5ec2c.bindPopup(popup_cb5d723c133f20432445c6decb8fa220)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03b55e265cc2169b58fe124e37f5ec2c.setIcon(icon_9c148cc8f65e10f2d9f00ddbf886e878);
|
|
|
|
|
|
var marker_48a3913de72eefd6d5d5cf3d5044a8bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a39e204509217d7fc7a34abce971547b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_922f34d8b799c173e24592f8555f5688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcd564fa6d72560bcfb75268b0f5de84 = $(`<div id="html_fcd564fa6d72560bcfb75268b0f5de84" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_922f34d8b799c173e24592f8555f5688.setContent(html_fcd564fa6d72560bcfb75268b0f5de84);
|
|
|
|
|
|
|
|
marker_48a3913de72eefd6d5d5cf3d5044a8bf.bindPopup(popup_922f34d8b799c173e24592f8555f5688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48a3913de72eefd6d5d5cf3d5044a8bf.setIcon(icon_a39e204509217d7fc7a34abce971547b);
|
|
|
|
|
|
var marker_4a2b2ab747ac5742f4e034a0acabaca0 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e99c9537a214b495b7d3b662cc379ed6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd0d7353eb45aa645d699f93f8d82ba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f3918b1339b0d6e525b3ad455b23a93 = $(`<div id="html_8f3918b1339b0d6e525b3ad455b23a93" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_cd0d7353eb45aa645d699f93f8d82ba9.setContent(html_8f3918b1339b0d6e525b3ad455b23a93);
|
|
|
|
|
|
|
|
marker_4a2b2ab747ac5742f4e034a0acabaca0.bindPopup(popup_cd0d7353eb45aa645d699f93f8d82ba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a2b2ab747ac5742f4e034a0acabaca0.setIcon(icon_e99c9537a214b495b7d3b662cc379ed6);
|
|
|
|
|
|
var marker_76036751cf98c0daaa709e3405cad39f = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_54d06938f01025ad7890034687654aa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c81199514749772c30e276c9f96e7b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_660a0309c764c7861b974008bbe18b7f = $(`<div id="html_660a0309c764c7861b974008bbe18b7f" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_c81199514749772c30e276c9f96e7b75.setContent(html_660a0309c764c7861b974008bbe18b7f);
|
|
|
|
|
|
|
|
marker_76036751cf98c0daaa709e3405cad39f.bindPopup(popup_c81199514749772c30e276c9f96e7b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76036751cf98c0daaa709e3405cad39f.setIcon(icon_54d06938f01025ad7890034687654aa1);
|
|
|
|
|
|
var marker_8115d66d8d1ab0101ce657093bfd11db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_9738afbeb33e535f25409557dededf37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ac487828fb8148002610ef3028e9612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25e29a965a3881deab47a997ed7efb9d = $(`<div id="html_25e29a965a3881deab47a997ed7efb9d" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_7ac487828fb8148002610ef3028e9612.setContent(html_25e29a965a3881deab47a997ed7efb9d);
|
|
|
|
|
|
|
|
marker_8115d66d8d1ab0101ce657093bfd11db.bindPopup(popup_7ac487828fb8148002610ef3028e9612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8115d66d8d1ab0101ce657093bfd11db.setIcon(icon_9738afbeb33e535f25409557dededf37);
|
|
|
|
|
|
var marker_54d865842e16a91e3630c6c170a408fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_16410ef30ec3c96fe6e0c56311cd439b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1d34ba05c65f99db4658007e0cf10d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6e9e0f7e314730e83c63e45a78ca8f = $(`<div id="html_cd6e9e0f7e314730e83c63e45a78ca8f" style="width: 100.0%; height: 100.0%;">relaynostr.breadslice.com</div>`)[0];
|
|
popup_d1d34ba05c65f99db4658007e0cf10d3.setContent(html_cd6e9e0f7e314730e83c63e45a78ca8f);
|
|
|
|
|
|
|
|
marker_54d865842e16a91e3630c6c170a408fe.bindPopup(popup_d1d34ba05c65f99db4658007e0cf10d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54d865842e16a91e3630c6c170a408fe.setIcon(icon_16410ef30ec3c96fe6e0c56311cd439b);
|
|
|
|
|
|
var marker_1dbbe367cedfb19922bfcc50c179a310 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_723d4c5b1b736e0676154184d45c6f97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4043c7a1921c5e773151e79cf02426fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fcd1a8dda01ff25c2ab3fd3417e531d = $(`<div id="html_0fcd1a8dda01ff25c2ab3fd3417e531d" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_4043c7a1921c5e773151e79cf02426fb.setContent(html_0fcd1a8dda01ff25c2ab3fd3417e531d);
|
|
|
|
|
|
|
|
marker_1dbbe367cedfb19922bfcc50c179a310.bindPopup(popup_4043c7a1921c5e773151e79cf02426fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dbbe367cedfb19922bfcc50c179a310.setIcon(icon_723d4c5b1b736e0676154184d45c6f97);
|
|
|
|
|
|
var marker_5ff96d9576bb783de887407c58260574 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_623c34ff78405ef85062d8f699b80112 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b32a532437e3f79d621baa75cfcdf5b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c268e879fc1d7efed1eb9ae160b3f7ba = $(`<div id="html_c268e879fc1d7efed1eb9ae160b3f7ba" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_b32a532437e3f79d621baa75cfcdf5b6.setContent(html_c268e879fc1d7efed1eb9ae160b3f7ba);
|
|
|
|
|
|
|
|
marker_5ff96d9576bb783de887407c58260574.bindPopup(popup_b32a532437e3f79d621baa75cfcdf5b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ff96d9576bb783de887407c58260574.setIcon(icon_623c34ff78405ef85062d8f699b80112);
|
|
|
|
|
|
var marker_9b2194149ee073d63eae643d27968e26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f359185ee4c413709f8e068c52b437b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d007730b811e9b6e7e126ea3a60a41fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac4872b8e3cf882e23b3ed99891c1f92 = $(`<div id="html_ac4872b8e3cf882e23b3ed99891c1f92" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_d007730b811e9b6e7e126ea3a60a41fa.setContent(html_ac4872b8e3cf882e23b3ed99891c1f92);
|
|
|
|
|
|
|
|
marker_9b2194149ee073d63eae643d27968e26.bindPopup(popup_d007730b811e9b6e7e126ea3a60a41fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b2194149ee073d63eae643d27968e26.setIcon(icon_f359185ee4c413709f8e068c52b437b7);
|
|
|
|
|
|
var marker_da5b6e80103d73ffe3f8e7f82c4359ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f3d3f164a32ab7c64592c4bfe1dd1f4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b839eaab3ada329a3346f7754e716337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95e6c09f985fb79ab097b92a2039abd0 = $(`<div id="html_95e6c09f985fb79ab097b92a2039abd0" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_b839eaab3ada329a3346f7754e716337.setContent(html_95e6c09f985fb79ab097b92a2039abd0);
|
|
|
|
|
|
|
|
marker_da5b6e80103d73ffe3f8e7f82c4359ab.bindPopup(popup_b839eaab3ada329a3346f7754e716337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da5b6e80103d73ffe3f8e7f82c4359ab.setIcon(icon_f3d3f164a32ab7c64592c4bfe1dd1f4e);
|
|
|
|
|
|
var marker_02d98c0f3610edf6a84160724c85b92a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_eef8238e64c476a5b773718d5795b6ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2aeccab4d1ce798abf2deff1d4e761b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53a909b67cdf4b6590c51f36fb8871a8 = $(`<div id="html_53a909b67cdf4b6590c51f36fb8871a8" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_c2aeccab4d1ce798abf2deff1d4e761b.setContent(html_53a909b67cdf4b6590c51f36fb8871a8);
|
|
|
|
|
|
|
|
marker_02d98c0f3610edf6a84160724c85b92a.bindPopup(popup_c2aeccab4d1ce798abf2deff1d4e761b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02d98c0f3610edf6a84160724c85b92a.setIcon(icon_eef8238e64c476a5b773718d5795b6ca);
|
|
|
|
|
|
var marker_418eacc06d870c3c97485c850fba9407 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e30a4845305a67d497b2a5da6d52bb61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00aa450c1a64f6047e36a9f507511c19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_370ffa1673fcb6ca17339a5f5e06309a = $(`<div id="html_370ffa1673fcb6ca17339a5f5e06309a" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_00aa450c1a64f6047e36a9f507511c19.setContent(html_370ffa1673fcb6ca17339a5f5e06309a);
|
|
|
|
|
|
|
|
marker_418eacc06d870c3c97485c850fba9407.bindPopup(popup_00aa450c1a64f6047e36a9f507511c19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_418eacc06d870c3c97485c850fba9407.setIcon(icon_e30a4845305a67d497b2a5da6d52bb61);
|
|
|
|
|
|
var marker_de97c097b40622270676b9bbd837fe21 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6831dfc81a75821ef24d6210ff4f99e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9b5319c1daa7f89a6e1326cfa6d5a83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_139ccf3f4d287ba14edde941f5c59cfe = $(`<div id="html_139ccf3f4d287ba14edde941f5c59cfe" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_e9b5319c1daa7f89a6e1326cfa6d5a83.setContent(html_139ccf3f4d287ba14edde941f5c59cfe);
|
|
|
|
|
|
|
|
marker_de97c097b40622270676b9bbd837fe21.bindPopup(popup_e9b5319c1daa7f89a6e1326cfa6d5a83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de97c097b40622270676b9bbd837fe21.setIcon(icon_6831dfc81a75821ef24d6210ff4f99e2);
|
|
|
|
|
|
var marker_b592ad2fd77ec5950227100369f746f9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_3b6f65172decbca2325510f090ac439f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d19e351e08029c6cb3d0454df8e74e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b2802d9c1bb51b51ccbde38bc89dc59 = $(`<div id="html_8b2802d9c1bb51b51ccbde38bc89dc59" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_86d19e351e08029c6cb3d0454df8e74e.setContent(html_8b2802d9c1bb51b51ccbde38bc89dc59);
|
|
|
|
|
|
|
|
marker_b592ad2fd77ec5950227100369f746f9.bindPopup(popup_86d19e351e08029c6cb3d0454df8e74e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b592ad2fd77ec5950227100369f746f9.setIcon(icon_3b6f65172decbca2325510f090ac439f);
|
|
|
|
|
|
var marker_625d09461e6f5774cc7d5b76ed38f0a9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c19cd92332411a9c8ef598c4f97fa4d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_956002ae34c43aa51d8e1fca43c8e742 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6395cbf13134209e72bb0879dadfcd2 = $(`<div id="html_a6395cbf13134209e72bb0879dadfcd2" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_956002ae34c43aa51d8e1fca43c8e742.setContent(html_a6395cbf13134209e72bb0879dadfcd2);
|
|
|
|
|
|
|
|
marker_625d09461e6f5774cc7d5b76ed38f0a9.bindPopup(popup_956002ae34c43aa51d8e1fca43c8e742)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_625d09461e6f5774cc7d5b76ed38f0a9.setIcon(icon_c19cd92332411a9c8ef598c4f97fa4d8);
|
|
|
|
|
|
var marker_c993956a99a7cc381d293aae04060d86 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_4a521e318ba1526e187c2473a516682b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc163b92ab0947d2aea7c067c1310254 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6d0e98e4f1727e03a376d0003286b96 = $(`<div id="html_b6d0e98e4f1727e03a376d0003286b96" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_dc163b92ab0947d2aea7c067c1310254.setContent(html_b6d0e98e4f1727e03a376d0003286b96);
|
|
|
|
|
|
|
|
marker_c993956a99a7cc381d293aae04060d86.bindPopup(popup_dc163b92ab0947d2aea7c067c1310254)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c993956a99a7cc381d293aae04060d86.setIcon(icon_4a521e318ba1526e187c2473a516682b);
|
|
|
|
|
|
var marker_41098a0d5c31167412415b110a51ae99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_fe26354f2c375e8191d37d8bf36d0405 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07c8106d75835e57af8fec2c1f99b3a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8cebf615171b17e56ef323dca4091ad = $(`<div id="html_e8cebf615171b17e56ef323dca4091ad" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_07c8106d75835e57af8fec2c1f99b3a2.setContent(html_e8cebf615171b17e56ef323dca4091ad);
|
|
|
|
|
|
|
|
marker_41098a0d5c31167412415b110a51ae99.bindPopup(popup_07c8106d75835e57af8fec2c1f99b3a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41098a0d5c31167412415b110a51ae99.setIcon(icon_fe26354f2c375e8191d37d8bf36d0405);
|
|
|
|
|
|
var marker_66398c38c2fbb7fbad69aea7f1542557 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d2d8a8f1497fead6a7174de429bf7d48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91586edcf5ed93844086c1eb7d5094bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e37dc789af31313e3113458649b672ab = $(`<div id="html_e37dc789af31313e3113458649b672ab" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_91586edcf5ed93844086c1eb7d5094bf.setContent(html_e37dc789af31313e3113458649b672ab);
|
|
|
|
|
|
|
|
marker_66398c38c2fbb7fbad69aea7f1542557.bindPopup(popup_91586edcf5ed93844086c1eb7d5094bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66398c38c2fbb7fbad69aea7f1542557.setIcon(icon_d2d8a8f1497fead6a7174de429bf7d48);
|
|
|
|
|
|
var marker_c43d47dc7128e9c713dc35f9c9c92ecc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6df3812e5117dc2f1578b6a92b2fdbed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e9436e5dbf999f7fb6adeeed25a5c4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32a5d5f51244d25d44ed278659d97e85 = $(`<div id="html_32a5d5f51244d25d44ed278659d97e85" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_7e9436e5dbf999f7fb6adeeed25a5c4f.setContent(html_32a5d5f51244d25d44ed278659d97e85);
|
|
|
|
|
|
|
|
marker_c43d47dc7128e9c713dc35f9c9c92ecc.bindPopup(popup_7e9436e5dbf999f7fb6adeeed25a5c4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c43d47dc7128e9c713dc35f9c9c92ecc.setIcon(icon_6df3812e5117dc2f1578b6a92b2fdbed);
|
|
|
|
|
|
var marker_18cae9378db004dc579636f11cc3ef70 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f6079add584b932e99c73454a1de0827 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba335abdf512d0bf6fc5d0b768d965e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_125fd342c67b25e07aeaafc195df6629 = $(`<div id="html_125fd342c67b25e07aeaafc195df6629" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_ba335abdf512d0bf6fc5d0b768d965e7.setContent(html_125fd342c67b25e07aeaafc195df6629);
|
|
|
|
|
|
|
|
marker_18cae9378db004dc579636f11cc3ef70.bindPopup(popup_ba335abdf512d0bf6fc5d0b768d965e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18cae9378db004dc579636f11cc3ef70.setIcon(icon_f6079add584b932e99c73454a1de0827);
|
|
|
|
|
|
var marker_fb59f01441a11a2eb95d00bd9730dbf3 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_bc11387b3069175b3fa0dcf0f97cce57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c1f9486bad310af96cc58ad3acee4a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06064e03a1c11b9a60bf116393bb5dbc = $(`<div id="html_06064e03a1c11b9a60bf116393bb5dbc" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_6c1f9486bad310af96cc58ad3acee4a6.setContent(html_06064e03a1c11b9a60bf116393bb5dbc);
|
|
|
|
|
|
|
|
marker_fb59f01441a11a2eb95d00bd9730dbf3.bindPopup(popup_6c1f9486bad310af96cc58ad3acee4a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb59f01441a11a2eb95d00bd9730dbf3.setIcon(icon_bc11387b3069175b3fa0dcf0f97cce57);
|
|
|
|
|
|
var marker_220239ced5657b8140fa1f6b1ead7ab0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_90a8c6e664f344feaf30af326fbc8452 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d0f2c3025f1afcaebc675954b06de9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a9397f60d102a1113af0d2fd6e8e158 = $(`<div id="html_8a9397f60d102a1113af0d2fd6e8e158" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_0d0f2c3025f1afcaebc675954b06de9b.setContent(html_8a9397f60d102a1113af0d2fd6e8e158);
|
|
|
|
|
|
|
|
marker_220239ced5657b8140fa1f6b1ead7ab0.bindPopup(popup_0d0f2c3025f1afcaebc675954b06de9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_220239ced5657b8140fa1f6b1ead7ab0.setIcon(icon_90a8c6e664f344feaf30af326fbc8452);
|
|
|
|
|
|
var marker_b5086f427343b9ed403a95e3dad540d8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f5ad0b660832ecd0711c6df1d3369990 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_014a126fa7900b0f0748d4f67c97f976 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_640c041264eb605569fb27caeba97b37 = $(`<div id="html_640c041264eb605569fb27caeba97b37" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_014a126fa7900b0f0748d4f67c97f976.setContent(html_640c041264eb605569fb27caeba97b37);
|
|
|
|
|
|
|
|
marker_b5086f427343b9ed403a95e3dad540d8.bindPopup(popup_014a126fa7900b0f0748d4f67c97f976)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5086f427343b9ed403a95e3dad540d8.setIcon(icon_f5ad0b660832ecd0711c6df1d3369990);
|
|
|
|
|
|
var marker_c12ca2f6d420d9863556ae35b458bb76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_50a6d0e2c9dadc500d5b6b0c2abbb19f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2339acfe17af395541a695cbc9bc98a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48eb385837e8c33ffb78762210e4e793 = $(`<div id="html_48eb385837e8c33ffb78762210e4e793" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_f2339acfe17af395541a695cbc9bc98a.setContent(html_48eb385837e8c33ffb78762210e4e793);
|
|
|
|
|
|
|
|
marker_c12ca2f6d420d9863556ae35b458bb76.bindPopup(popup_f2339acfe17af395541a695cbc9bc98a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c12ca2f6d420d9863556ae35b458bb76.setIcon(icon_50a6d0e2c9dadc500d5b6b0c2abbb19f);
|
|
|
|
|
|
var marker_c17eb00ba531d1fb7a9262b790862a84 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_990b1c34881877686b68e8460cecc6b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e181f25331223fc1be0e98c7d7c1fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b377f0126f20fb8224bf979203967bcd = $(`<div id="html_b377f0126f20fb8224bf979203967bcd" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_6e181f25331223fc1be0e98c7d7c1fff.setContent(html_b377f0126f20fb8224bf979203967bcd);
|
|
|
|
|
|
|
|
marker_c17eb00ba531d1fb7a9262b790862a84.bindPopup(popup_6e181f25331223fc1be0e98c7d7c1fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c17eb00ba531d1fb7a9262b790862a84.setIcon(icon_990b1c34881877686b68e8460cecc6b9);
|
|
|
|
|
|
var marker_cb695fe3793f6243999a17b300191398 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_3156e3d27fae86bdfa1664d4b6d9dc29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61a6c060f1f8ded6b63b4f5a697262da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6df71f5ddba38b8f36b4c7d2aac20552 = $(`<div id="html_6df71f5ddba38b8f36b4c7d2aac20552" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_61a6c060f1f8ded6b63b4f5a697262da.setContent(html_6df71f5ddba38b8f36b4c7d2aac20552);
|
|
|
|
|
|
|
|
marker_cb695fe3793f6243999a17b300191398.bindPopup(popup_61a6c060f1f8ded6b63b4f5a697262da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb695fe3793f6243999a17b300191398.setIcon(icon_3156e3d27fae86bdfa1664d4b6d9dc29);
|
|
|
|
|
|
var marker_2f538c3603247d70c8aaa3d8316ce553 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0b226b4e87595bcbb77c16a5e46ea831 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b83197fe400973766bf8e34534999e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30170e0d92d2df2fdd6eeded74c38186 = $(`<div id="html_30170e0d92d2df2fdd6eeded74c38186" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_3b83197fe400973766bf8e34534999e4.setContent(html_30170e0d92d2df2fdd6eeded74c38186);
|
|
|
|
|
|
|
|
marker_2f538c3603247d70c8aaa3d8316ce553.bindPopup(popup_3b83197fe400973766bf8e34534999e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f538c3603247d70c8aaa3d8316ce553.setIcon(icon_0b226b4e87595bcbb77c16a5e46ea831);
|
|
|
|
|
|
var marker_ea2a0cbfc05a5e7792227985a0d62819 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_840df7789dcbeda53529d32d1428fb46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecf4018d702695477d03edecdb548572 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_682a3e782ee0e33ee7895f7b9c716fa7 = $(`<div id="html_682a3e782ee0e33ee7895f7b9c716fa7" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_ecf4018d702695477d03edecdb548572.setContent(html_682a3e782ee0e33ee7895f7b9c716fa7);
|
|
|
|
|
|
|
|
marker_ea2a0cbfc05a5e7792227985a0d62819.bindPopup(popup_ecf4018d702695477d03edecdb548572)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea2a0cbfc05a5e7792227985a0d62819.setIcon(icon_840df7789dcbeda53529d32d1428fb46);
|
|
|
|
|
|
var marker_4b640d88a2a35c9db625f153f2ac5f40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_94ffc7daee01ee4ab3594e84ee2e3433 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a02597f995fee178d3b1121a69bd3df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d03b9756a2ca5f1c0275e078bd5479c = $(`<div id="html_4d03b9756a2ca5f1c0275e078bd5479c" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_1a02597f995fee178d3b1121a69bd3df.setContent(html_4d03b9756a2ca5f1c0275e078bd5479c);
|
|
|
|
|
|
|
|
marker_4b640d88a2a35c9db625f153f2ac5f40.bindPopup(popup_1a02597f995fee178d3b1121a69bd3df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b640d88a2a35c9db625f153f2ac5f40.setIcon(icon_94ffc7daee01ee4ab3594e84ee2e3433);
|
|
|
|
|
|
var marker_86969501f8d3ac5d86bc737b1fd99b27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a5ccafc50d8eeb0656298ae7dcf2600b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d17d931dc7122c67d82e9a5a7a65db17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da8c7939b58e3965b7cb91b98cad209a = $(`<div id="html_da8c7939b58e3965b7cb91b98cad209a" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_d17d931dc7122c67d82e9a5a7a65db17.setContent(html_da8c7939b58e3965b7cb91b98cad209a);
|
|
|
|
|
|
|
|
marker_86969501f8d3ac5d86bc737b1fd99b27.bindPopup(popup_d17d931dc7122c67d82e9a5a7a65db17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86969501f8d3ac5d86bc737b1fd99b27.setIcon(icon_a5ccafc50d8eeb0656298ae7dcf2600b);
|
|
|
|
|
|
var marker_df0c2a3b9154ab8fc28ee0ed4c4a3c7b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d372902cb5f961cd82941b2b676f76ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67ddf6b21450c1c67079ac80fc04f2fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dab7fe7438a2f839d1a375f6675b2cdc = $(`<div id="html_dab7fe7438a2f839d1a375f6675b2cdc" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_67ddf6b21450c1c67079ac80fc04f2fe.setContent(html_dab7fe7438a2f839d1a375f6675b2cdc);
|
|
|
|
|
|
|
|
marker_df0c2a3b9154ab8fc28ee0ed4c4a3c7b.bindPopup(popup_67ddf6b21450c1c67079ac80fc04f2fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df0c2a3b9154ab8fc28ee0ed4c4a3c7b.setIcon(icon_d372902cb5f961cd82941b2b676f76ec);
|
|
|
|
|
|
var marker_1fa4259a2781a46bec8276632ac46ef9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_433fd85b7638440e1e5edf04d35b85a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d852d1644e3addcdd6785708fcb2fc9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c074854781c65193f878c1dc8ab0b699 = $(`<div id="html_c074854781c65193f878c1dc8ab0b699" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_d852d1644e3addcdd6785708fcb2fc9a.setContent(html_c074854781c65193f878c1dc8ab0b699);
|
|
|
|
|
|
|
|
marker_1fa4259a2781a46bec8276632ac46ef9.bindPopup(popup_d852d1644e3addcdd6785708fcb2fc9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fa4259a2781a46bec8276632ac46ef9.setIcon(icon_433fd85b7638440e1e5edf04d35b85a0);
|
|
|
|
|
|
var marker_6d5d5d7b1e8cbfbf5f33efb7a8017a99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7c5057afcc5086fb849eb1520d048f86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e23d6f59f7698b402063ef638b42ecbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebc5b2ab2cf12019cf483b18b1047a94 = $(`<div id="html_ebc5b2ab2cf12019cf483b18b1047a94" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_e23d6f59f7698b402063ef638b42ecbd.setContent(html_ebc5b2ab2cf12019cf483b18b1047a94);
|
|
|
|
|
|
|
|
marker_6d5d5d7b1e8cbfbf5f33efb7a8017a99.bindPopup(popup_e23d6f59f7698b402063ef638b42ecbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d5d5d7b1e8cbfbf5f33efb7a8017a99.setIcon(icon_7c5057afcc5086fb849eb1520d048f86);
|
|
|
|
|
|
var marker_22a4af8ac0bd55f38081f2a2baead463 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_98a0385b6778a5e7bef217dd883c9762 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b4344486f1a39371a2f5e6c163a69da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4503209c2fe6716dbd1e2b988ff78819 = $(`<div id="html_4503209c2fe6716dbd1e2b988ff78819" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_6b4344486f1a39371a2f5e6c163a69da.setContent(html_4503209c2fe6716dbd1e2b988ff78819);
|
|
|
|
|
|
|
|
marker_22a4af8ac0bd55f38081f2a2baead463.bindPopup(popup_6b4344486f1a39371a2f5e6c163a69da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22a4af8ac0bd55f38081f2a2baead463.setIcon(icon_98a0385b6778a5e7bef217dd883c9762);
|
|
|
|
|
|
var marker_1815bd1ba621284e3588646a6a1256d2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_05d066e57531fe06ecc0d979e40242b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_948b65c5c031ce0d5e48ea2394cc353e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57530a67417bb688d5f5f98d9019e558 = $(`<div id="html_57530a67417bb688d5f5f98d9019e558" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_948b65c5c031ce0d5e48ea2394cc353e.setContent(html_57530a67417bb688d5f5f98d9019e558);
|
|
|
|
|
|
|
|
marker_1815bd1ba621284e3588646a6a1256d2.bindPopup(popup_948b65c5c031ce0d5e48ea2394cc353e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1815bd1ba621284e3588646a6a1256d2.setIcon(icon_05d066e57531fe06ecc0d979e40242b4);
|
|
|
|
|
|
var marker_61b199073ef3cc78884d03db398dfee7 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0e1a180b8a2682f5bc4b12efe8ffd836 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e7f5e9ad85a649f78ec8440577a2ae4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f386472fe4eb0fecc0a8de985b33c562 = $(`<div id="html_f386472fe4eb0fecc0a8de985b33c562" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_6e7f5e9ad85a649f78ec8440577a2ae4.setContent(html_f386472fe4eb0fecc0a8de985b33c562);
|
|
|
|
|
|
|
|
marker_61b199073ef3cc78884d03db398dfee7.bindPopup(popup_6e7f5e9ad85a649f78ec8440577a2ae4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61b199073ef3cc78884d03db398dfee7.setIcon(icon_0e1a180b8a2682f5bc4b12efe8ffd836);
|
|
|
|
|
|
var marker_97bd7a1594dd3fe7b28d3f27f4239cef = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6a5676279ccc83c410ade60ba49d3b8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a33a069f68c3e230a8ba29939b7f1db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9a3f15f347c00a49c358fcba9d09d21 = $(`<div id="html_d9a3f15f347c00a49c358fcba9d09d21" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_a33a069f68c3e230a8ba29939b7f1db7.setContent(html_d9a3f15f347c00a49c358fcba9d09d21);
|
|
|
|
|
|
|
|
marker_97bd7a1594dd3fe7b28d3f27f4239cef.bindPopup(popup_a33a069f68c3e230a8ba29939b7f1db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97bd7a1594dd3fe7b28d3f27f4239cef.setIcon(icon_6a5676279ccc83c410ade60ba49d3b8d);
|
|
|
|
|
|
var marker_2ced0273b9c5c765f47642432a2222c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_1d351eb310ed00953a2bd0a84c39f056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc8b3bdbe13a24fe7cdc236f352e82ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28c0f7e876ae6c4ef17a8a0c72969168 = $(`<div id="html_28c0f7e876ae6c4ef17a8a0c72969168" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_fc8b3bdbe13a24fe7cdc236f352e82ee.setContent(html_28c0f7e876ae6c4ef17a8a0c72969168);
|
|
|
|
|
|
|
|
marker_2ced0273b9c5c765f47642432a2222c1.bindPopup(popup_fc8b3bdbe13a24fe7cdc236f352e82ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ced0273b9c5c765f47642432a2222c1.setIcon(icon_1d351eb310ed00953a2bd0a84c39f056);
|
|
|
|
|
|
var marker_52167239804ce2879820e45e59ad6244 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c3aa68acd861ea0648f430a42b0c72bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bb053965cc1b70db0948dff908f2274 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69a4982eece011da8f36b0db98573210 = $(`<div id="html_69a4982eece011da8f36b0db98573210" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_4bb053965cc1b70db0948dff908f2274.setContent(html_69a4982eece011da8f36b0db98573210);
|
|
|
|
|
|
|
|
marker_52167239804ce2879820e45e59ad6244.bindPopup(popup_4bb053965cc1b70db0948dff908f2274)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52167239804ce2879820e45e59ad6244.setIcon(icon_c3aa68acd861ea0648f430a42b0c72bd);
|
|
|
|
|
|
var marker_5bb15b19a15e3ea84bbf277e62051dba = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_893141202368356faefdd69377afa810 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0f6093ace5d6e906d1454f4d317aece = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afb8b7798f0703b95fec79c3315f3baf = $(`<div id="html_afb8b7798f0703b95fec79c3315f3baf" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_d0f6093ace5d6e906d1454f4d317aece.setContent(html_afb8b7798f0703b95fec79c3315f3baf);
|
|
|
|
|
|
|
|
marker_5bb15b19a15e3ea84bbf277e62051dba.bindPopup(popup_d0f6093ace5d6e906d1454f4d317aece)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bb15b19a15e3ea84bbf277e62051dba.setIcon(icon_893141202368356faefdd69377afa810);
|
|
|
|
|
|
var marker_8509f0183374e2c78873a32871e23416 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0104beb40548a074ade3a3fa29e4b3e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4d20a65372e50691aef43ca1b83d0b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b93b04f2adcb718a8136193181fa1034 = $(`<div id="html_b93b04f2adcb718a8136193181fa1034" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_e4d20a65372e50691aef43ca1b83d0b9.setContent(html_b93b04f2adcb718a8136193181fa1034);
|
|
|
|
|
|
|
|
marker_8509f0183374e2c78873a32871e23416.bindPopup(popup_e4d20a65372e50691aef43ca1b83d0b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8509f0183374e2c78873a32871e23416.setIcon(icon_0104beb40548a074ade3a3fa29e4b3e9);
|
|
|
|
|
|
var marker_800a0785920feaa3b994482adaa0a73c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7bb432e1f3564b0c6f70f1ae7effe78d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b68073a20a21a14a2b47f8c18316aec4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8574c07bdd7022a24ebf1f27cf5c5a60 = $(`<div id="html_8574c07bdd7022a24ebf1f27cf5c5a60" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_b68073a20a21a14a2b47f8c18316aec4.setContent(html_8574c07bdd7022a24ebf1f27cf5c5a60);
|
|
|
|
|
|
|
|
marker_800a0785920feaa3b994482adaa0a73c.bindPopup(popup_b68073a20a21a14a2b47f8c18316aec4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_800a0785920feaa3b994482adaa0a73c.setIcon(icon_7bb432e1f3564b0c6f70f1ae7effe78d);
|
|
|
|
|
|
var marker_94766812b48d51ba8aa665c5d27136b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ea49533f05098b2b55c1edfd9567a09a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aeaae37d7d1040fc6bc2c8c72103608 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1df69b54c49f0de9e12757b1298b7a2 = $(`<div id="html_a1df69b54c49f0de9e12757b1298b7a2" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_5aeaae37d7d1040fc6bc2c8c72103608.setContent(html_a1df69b54c49f0de9e12757b1298b7a2);
|
|
|
|
|
|
|
|
marker_94766812b48d51ba8aa665c5d27136b3.bindPopup(popup_5aeaae37d7d1040fc6bc2c8c72103608)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94766812b48d51ba8aa665c5d27136b3.setIcon(icon_ea49533f05098b2b55c1edfd9567a09a);
|
|
|
|
|
|
var marker_6c8970994733bca7cc107b8153557cc4 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f1024c601eeb118cc7586cc44bbb4369 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_512d50147315bdb15a70f8a963f4dbd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e7f3af3099ae6d052f0fec73e58309 = $(`<div id="html_72e7f3af3099ae6d052f0fec73e58309" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_512d50147315bdb15a70f8a963f4dbd3.setContent(html_72e7f3af3099ae6d052f0fec73e58309);
|
|
|
|
|
|
|
|
marker_6c8970994733bca7cc107b8153557cc4.bindPopup(popup_512d50147315bdb15a70f8a963f4dbd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c8970994733bca7cc107b8153557cc4.setIcon(icon_f1024c601eeb118cc7586cc44bbb4369);
|
|
|
|
|
|
var marker_d5f5bd4448a83fa081ca3aa0c690adf1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a13fd463d053be2f85793bb5dba139f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a879e67b88cb9c232ee2b487a089d506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_049f0b9b41fb487c3ae2f4f33cca1a6c = $(`<div id="html_049f0b9b41fb487c3ae2f4f33cca1a6c" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_a879e67b88cb9c232ee2b487a089d506.setContent(html_049f0b9b41fb487c3ae2f4f33cca1a6c);
|
|
|
|
|
|
|
|
marker_d5f5bd4448a83fa081ca3aa0c690adf1.bindPopup(popup_a879e67b88cb9c232ee2b487a089d506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5f5bd4448a83fa081ca3aa0c690adf1.setIcon(icon_a13fd463d053be2f85793bb5dba139f7);
|
|
|
|
|
|
var marker_e05b3ee97b8c240ed2cf499a8a0aa848 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_583e7fe3c219f54314e84d5cf819125f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_680d2a816131b78548763794cf4620c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f62b5c50f1f560edc8cab566f47f5e38 = $(`<div id="html_f62b5c50f1f560edc8cab566f47f5e38" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_680d2a816131b78548763794cf4620c8.setContent(html_f62b5c50f1f560edc8cab566f47f5e38);
|
|
|
|
|
|
|
|
marker_e05b3ee97b8c240ed2cf499a8a0aa848.bindPopup(popup_680d2a816131b78548763794cf4620c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e05b3ee97b8c240ed2cf499a8a0aa848.setIcon(icon_583e7fe3c219f54314e84d5cf819125f);
|
|
|
|
|
|
var marker_e5180ab7a7831b85fc850a7969bd8cc2 = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7aca897968cdcfc7b6a47417bb734c89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cdbaebc20a3172aa19e4ad30d687799 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c20f1df0ba8e30b190592546b814f11b = $(`<div id="html_c20f1df0ba8e30b190592546b814f11b" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_4cdbaebc20a3172aa19e4ad30d687799.setContent(html_c20f1df0ba8e30b190592546b814f11b);
|
|
|
|
|
|
|
|
marker_e5180ab7a7831b85fc850a7969bd8cc2.bindPopup(popup_4cdbaebc20a3172aa19e4ad30d687799)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5180ab7a7831b85fc850a7969bd8cc2.setIcon(icon_7aca897968cdcfc7b6a47417bb734c89);
|
|
|
|
|
|
var marker_e2c76977d8cdff0bfce4811e1d2ccb46 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_158404b3fc42b46cab70b27cd9c421b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eca53a2b435caace2ca82e0b98540362 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f3cdb1320c4905521a687199a1c12a3 = $(`<div id="html_2f3cdb1320c4905521a687199a1c12a3" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_eca53a2b435caace2ca82e0b98540362.setContent(html_2f3cdb1320c4905521a687199a1c12a3);
|
|
|
|
|
|
|
|
marker_e2c76977d8cdff0bfce4811e1d2ccb46.bindPopup(popup_eca53a2b435caace2ca82e0b98540362)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2c76977d8cdff0bfce4811e1d2ccb46.setIcon(icon_158404b3fc42b46cab70b27cd9c421b4);
|
|
|
|
|
|
var marker_6fcabe1a51337ef75d4700ff75aacf9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_304999ca6f33bbee76c3e1648e280c29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b1c2ba321a31f02f8f1d3932bab3476 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6b19a03f6ff464635a66ad2a94b63df = $(`<div id="html_f6b19a03f6ff464635a66ad2a94b63df" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_3b1c2ba321a31f02f8f1d3932bab3476.setContent(html_f6b19a03f6ff464635a66ad2a94b63df);
|
|
|
|
|
|
|
|
marker_6fcabe1a51337ef75d4700ff75aacf9d.bindPopup(popup_3b1c2ba321a31f02f8f1d3932bab3476)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fcabe1a51337ef75d4700ff75aacf9d.setIcon(icon_304999ca6f33bbee76c3e1648e280c29);
|
|
|
|
|
|
var marker_cb1bf4dd1d1098987ed101e9b31eea3a = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c584b8968762944512c1e2f9bd9ecc19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ed05b579a233a22b4c5900288aa089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a0dcbc6fcc755cb1fabeea8a4492519 = $(`<div id="html_1a0dcbc6fcc755cb1fabeea8a4492519" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_60ed05b579a233a22b4c5900288aa089.setContent(html_1a0dcbc6fcc755cb1fabeea8a4492519);
|
|
|
|
|
|
|
|
marker_cb1bf4dd1d1098987ed101e9b31eea3a.bindPopup(popup_60ed05b579a233a22b4c5900288aa089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb1bf4dd1d1098987ed101e9b31eea3a.setIcon(icon_c584b8968762944512c1e2f9bd9ecc19);
|
|
|
|
|
|
var marker_6f8c6da464fa06810f3e3b7e71b2c6db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_be5c8c1967d7de6710b76640632be55f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb9e12711bbacc4cb753005c2cba047c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_199a03987188f5b9d919827ad775b42c = $(`<div id="html_199a03987188f5b9d919827ad775b42c" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_bb9e12711bbacc4cb753005c2cba047c.setContent(html_199a03987188f5b9d919827ad775b42c);
|
|
|
|
|
|
|
|
marker_6f8c6da464fa06810f3e3b7e71b2c6db.bindPopup(popup_bb9e12711bbacc4cb753005c2cba047c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f8c6da464fa06810f3e3b7e71b2c6db.setIcon(icon_be5c8c1967d7de6710b76640632be55f);
|
|
|
|
|
|
var marker_34a015cea908929227454d13575dd362 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_50b2ea187fdb44d3804719ba19d1a986 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1d7b264206d755b166a3076f55c96c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f03732eb8f7971e3cb4303cee8c8e0c = $(`<div id="html_9f03732eb8f7971e3cb4303cee8c8e0c" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_b1d7b264206d755b166a3076f55c96c4.setContent(html_9f03732eb8f7971e3cb4303cee8c8e0c);
|
|
|
|
|
|
|
|
marker_34a015cea908929227454d13575dd362.bindPopup(popup_b1d7b264206d755b166a3076f55c96c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34a015cea908929227454d13575dd362.setIcon(icon_50b2ea187fdb44d3804719ba19d1a986);
|
|
|
|
|
|
var marker_822c523b08c3bddd26e0e5fc2f75a324 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e3a5cf74e4e6b975444ecf5707f6890b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be2b6b2ae85f6c56aea0bdc713076874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec32780354a9855f6ecf2e0bc1225343 = $(`<div id="html_ec32780354a9855f6ecf2e0bc1225343" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_be2b6b2ae85f6c56aea0bdc713076874.setContent(html_ec32780354a9855f6ecf2e0bc1225343);
|
|
|
|
|
|
|
|
marker_822c523b08c3bddd26e0e5fc2f75a324.bindPopup(popup_be2b6b2ae85f6c56aea0bdc713076874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822c523b08c3bddd26e0e5fc2f75a324.setIcon(icon_e3a5cf74e4e6b975444ecf5707f6890b);
|
|
|
|
|
|
var marker_554cbe0d64d55998e3b226e893a90ae7 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_44d8b5722aa7864ec7edb3f494371aa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33b815ae8c547106237e776bdfc53b44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f8ed81a4a9699e936f8c9b1975b56b7 = $(`<div id="html_4f8ed81a4a9699e936f8c9b1975b56b7" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_33b815ae8c547106237e776bdfc53b44.setContent(html_4f8ed81a4a9699e936f8c9b1975b56b7);
|
|
|
|
|
|
|
|
marker_554cbe0d64d55998e3b226e893a90ae7.bindPopup(popup_33b815ae8c547106237e776bdfc53b44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_554cbe0d64d55998e3b226e893a90ae7.setIcon(icon_44d8b5722aa7864ec7edb3f494371aa0);
|
|
|
|
|
|
var marker_dadc6596d76f69c1ed98bf54c99c2ecb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0d73b4f4ca56bdcdae3fcb24c10dd980 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b399678586089e1d3bc9db017470ca2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_259a4d3f3cbfb62e524a5a7745d50161 = $(`<div id="html_259a4d3f3cbfb62e524a5a7745d50161" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_7b399678586089e1d3bc9db017470ca2.setContent(html_259a4d3f3cbfb62e524a5a7745d50161);
|
|
|
|
|
|
|
|
marker_dadc6596d76f69c1ed98bf54c99c2ecb.bindPopup(popup_7b399678586089e1d3bc9db017470ca2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dadc6596d76f69c1ed98bf54c99c2ecb.setIcon(icon_0d73b4f4ca56bdcdae3fcb24c10dd980);
|
|
|
|
|
|
var marker_888918d5aa62aac8bd8992f418c05e35 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_8be05904bbfcc15b1444b8df8a78728b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ee0cdc92b2f9f7351656bc71bff4ae3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0cf4c054bdfd0364319558d2f8979a4 = $(`<div id="html_a0cf4c054bdfd0364319558d2f8979a4" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_8ee0cdc92b2f9f7351656bc71bff4ae3.setContent(html_a0cf4c054bdfd0364319558d2f8979a4);
|
|
|
|
|
|
|
|
marker_888918d5aa62aac8bd8992f418c05e35.bindPopup(popup_8ee0cdc92b2f9f7351656bc71bff4ae3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_888918d5aa62aac8bd8992f418c05e35.setIcon(icon_8be05904bbfcc15b1444b8df8a78728b);
|
|
|
|
|
|
var marker_feda7585fdd24eabf6b02aa3acfec00f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d96abcfaa14a1e84986a50cbbc2a2f53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bfd9078a8df40cb5134ce4df9d3898b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a23b884c9abe96da66b9ec9a86d582b0 = $(`<div id="html_a23b884c9abe96da66b9ec9a86d582b0" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_2bfd9078a8df40cb5134ce4df9d3898b.setContent(html_a23b884c9abe96da66b9ec9a86d582b0);
|
|
|
|
|
|
|
|
marker_feda7585fdd24eabf6b02aa3acfec00f.bindPopup(popup_2bfd9078a8df40cb5134ce4df9d3898b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_feda7585fdd24eabf6b02aa3acfec00f.setIcon(icon_d96abcfaa14a1e84986a50cbbc2a2f53);
|
|
|
|
|
|
var marker_3cee3cf749b06f4e003e519edac8032d = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_80d06112f9ce9cfae2eb6a5bffaffd6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_216f4e7b81783911a66972c7ffc997d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6b28a1298779bcdfd26baaedc6be8b4 = $(`<div id="html_c6b28a1298779bcdfd26baaedc6be8b4" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_216f4e7b81783911a66972c7ffc997d0.setContent(html_c6b28a1298779bcdfd26baaedc6be8b4);
|
|
|
|
|
|
|
|
marker_3cee3cf749b06f4e003e519edac8032d.bindPopup(popup_216f4e7b81783911a66972c7ffc997d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cee3cf749b06f4e003e519edac8032d.setIcon(icon_80d06112f9ce9cfae2eb6a5bffaffd6a);
|
|
|
|
|
|
var marker_854663acaee0029cd49ce8dadb152c35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7195e0bd3119cff93abe26e73270d526 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f31f09110490d71532ec94655da5f55e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_290fb569bb7907704e394b2829848b06 = $(`<div id="html_290fb569bb7907704e394b2829848b06" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_f31f09110490d71532ec94655da5f55e.setContent(html_290fb569bb7907704e394b2829848b06);
|
|
|
|
|
|
|
|
marker_854663acaee0029cd49ce8dadb152c35.bindPopup(popup_f31f09110490d71532ec94655da5f55e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_854663acaee0029cd49ce8dadb152c35.setIcon(icon_7195e0bd3119cff93abe26e73270d526);
|
|
|
|
|
|
var marker_f9846c6878a4a7913968b5d2f6b951a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a3d6e7ad71c5ddddb4b6dee1a2bf5b8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_156c92b1ccf8b20e351bfcb2d51465d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_856224fcf3ae92a86f3bdf60d2cbcbda = $(`<div id="html_856224fcf3ae92a86f3bdf60d2cbcbda" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_156c92b1ccf8b20e351bfcb2d51465d3.setContent(html_856224fcf3ae92a86f3bdf60d2cbcbda);
|
|
|
|
|
|
|
|
marker_f9846c6878a4a7913968b5d2f6b951a0.bindPopup(popup_156c92b1ccf8b20e351bfcb2d51465d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9846c6878a4a7913968b5d2f6b951a0.setIcon(icon_a3d6e7ad71c5ddddb4b6dee1a2bf5b8a);
|
|
|
|
|
|
var marker_18baa2db6632b33067521f9e84bed393 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_13f5cacf6b44103116f497ea50d9a259 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3ed3a2c19aff1cbeed47020081beebe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abe11216d4010ec4939796d7f861d48a = $(`<div id="html_abe11216d4010ec4939796d7f861d48a" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_e3ed3a2c19aff1cbeed47020081beebe.setContent(html_abe11216d4010ec4939796d7f861d48a);
|
|
|
|
|
|
|
|
marker_18baa2db6632b33067521f9e84bed393.bindPopup(popup_e3ed3a2c19aff1cbeed47020081beebe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18baa2db6632b33067521f9e84bed393.setIcon(icon_13f5cacf6b44103116f497ea50d9a259);
|
|
|
|
|
|
var marker_547d41883247c06e1ecf1163213ef1ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_702bfed7683431c25883f0736ba83486 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93fe645b8b007a8bd1c5cea4c234fa1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfaeb44447afa1554d538262d421bc81 = $(`<div id="html_dfaeb44447afa1554d538262d421bc81" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_93fe645b8b007a8bd1c5cea4c234fa1c.setContent(html_dfaeb44447afa1554d538262d421bc81);
|
|
|
|
|
|
|
|
marker_547d41883247c06e1ecf1163213ef1ad.bindPopup(popup_93fe645b8b007a8bd1c5cea4c234fa1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_547d41883247c06e1ecf1163213ef1ad.setIcon(icon_702bfed7683431c25883f0736ba83486);
|
|
|
|
|
|
var marker_19e5778cee9e943dcce9ac1340b76932 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ba52904aa26c8cd9eb06ac3b5b6e1ee5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6542ef60c9a492e2b5bf74b76aec6d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76679f01148b6adb61dff237df1e5aaf = $(`<div id="html_76679f01148b6adb61dff237df1e5aaf" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_f6542ef60c9a492e2b5bf74b76aec6d4.setContent(html_76679f01148b6adb61dff237df1e5aaf);
|
|
|
|
|
|
|
|
marker_19e5778cee9e943dcce9ac1340b76932.bindPopup(popup_f6542ef60c9a492e2b5bf74b76aec6d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19e5778cee9e943dcce9ac1340b76932.setIcon(icon_ba52904aa26c8cd9eb06ac3b5b6e1ee5);
|
|
|
|
|
|
var marker_3ea12f6dd812ec5a88c25703db19b46e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_dfc5a3135f6b94cdb15629585394cfea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_811725864d74cc2490f39c2f4baa9e5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2998dfc6c34d0c2f6cb6e9cb74d4b258 = $(`<div id="html_2998dfc6c34d0c2f6cb6e9cb74d4b258" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_811725864d74cc2490f39c2f4baa9e5b.setContent(html_2998dfc6c34d0c2f6cb6e9cb74d4b258);
|
|
|
|
|
|
|
|
marker_3ea12f6dd812ec5a88c25703db19b46e.bindPopup(popup_811725864d74cc2490f39c2f4baa9e5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ea12f6dd812ec5a88c25703db19b46e.setIcon(icon_dfc5a3135f6b94cdb15629585394cfea);
|
|
|
|
|
|
var marker_b3ca07bb982ea6542baa9143daec21f5 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_90262e4b54094d5c967c1da626d3ce03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c40bab5057fef5dc06927397a8f10074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65f4143b4e4c4f32ea05a06d2bc57219 = $(`<div id="html_65f4143b4e4c4f32ea05a06d2bc57219" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_c40bab5057fef5dc06927397a8f10074.setContent(html_65f4143b4e4c4f32ea05a06d2bc57219);
|
|
|
|
|
|
|
|
marker_b3ca07bb982ea6542baa9143daec21f5.bindPopup(popup_c40bab5057fef5dc06927397a8f10074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3ca07bb982ea6542baa9143daec21f5.setIcon(icon_90262e4b54094d5c967c1da626d3ce03);
|
|
|
|
|
|
var marker_8fc896fa0b6d5519f0d5944e3cd52cc4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_409e20c97d26bd157d164f36128e88a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9be4cdcbe9016ad29408b9d7e6f41dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fe2095b4a6bc4469da5c37e3a53f642 = $(`<div id="html_3fe2095b4a6bc4469da5c37e3a53f642" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_a9be4cdcbe9016ad29408b9d7e6f41dd.setContent(html_3fe2095b4a6bc4469da5c37e3a53f642);
|
|
|
|
|
|
|
|
marker_8fc896fa0b6d5519f0d5944e3cd52cc4.bindPopup(popup_a9be4cdcbe9016ad29408b9d7e6f41dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fc896fa0b6d5519f0d5944e3cd52cc4.setIcon(icon_409e20c97d26bd157d164f36128e88a1);
|
|
|
|
|
|
var marker_bf40f298599e298970db42b1d0a579b3 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c7ed0e27ae10d7066aa26e25af0e6101 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81eb5ffe24f77f078e6ee1d938bf789a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bd1252fae4c98dea8f8446200bf2609 = $(`<div id="html_9bd1252fae4c98dea8f8446200bf2609" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_81eb5ffe24f77f078e6ee1d938bf789a.setContent(html_9bd1252fae4c98dea8f8446200bf2609);
|
|
|
|
|
|
|
|
marker_bf40f298599e298970db42b1d0a579b3.bindPopup(popup_81eb5ffe24f77f078e6ee1d938bf789a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf40f298599e298970db42b1d0a579b3.setIcon(icon_c7ed0e27ae10d7066aa26e25af0e6101);
|
|
|
|
|
|
var marker_0128dbf93120cf3d6b8ae08bf2b3c9b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_587d1cbbfb902e97a853874e5c14794e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a277a4457a0206e91d4501ad670c51c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d952d3f1d2e9f0429b8ca505c7a91f60 = $(`<div id="html_d952d3f1d2e9f0429b8ca505c7a91f60" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_a277a4457a0206e91d4501ad670c51c0.setContent(html_d952d3f1d2e9f0429b8ca505c7a91f60);
|
|
|
|
|
|
|
|
marker_0128dbf93120cf3d6b8ae08bf2b3c9b9.bindPopup(popup_a277a4457a0206e91d4501ad670c51c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0128dbf93120cf3d6b8ae08bf2b3c9b9.setIcon(icon_587d1cbbfb902e97a853874e5c14794e);
|
|
|
|
|
|
var marker_f095a328e681fb34a4d34f807a6c57d1 = L.marker(
|
|
[42.2328, -8.72264],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_21a89fa6931a211a1d3b4bb370d8a705 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d13fd85593719b252aa77a7e716d5988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18969c1707a38e38b94d08ef6505e6b5 = $(`<div id="html_18969c1707a38e38b94d08ef6505e6b5" style="width: 100.0%; height: 100.0%;">blackcatnostr.hopto.org</div>`)[0];
|
|
popup_d13fd85593719b252aa77a7e716d5988.setContent(html_18969c1707a38e38b94d08ef6505e6b5);
|
|
|
|
|
|
|
|
marker_f095a328e681fb34a4d34f807a6c57d1.bindPopup(popup_d13fd85593719b252aa77a7e716d5988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f095a328e681fb34a4d34f807a6c57d1.setIcon(icon_21a89fa6931a211a1d3b4bb370d8a705);
|
|
|
|
|
|
var marker_23ca0ce2949caa6cc3ef3959f563f316 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7636d93d105ad721d7d89eafa45d094d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2218d0b1bdd3f76054f7cf8fe82b50c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcf36235022b20d12c152d05e8641356 = $(`<div id="html_dcf36235022b20d12c152d05e8641356" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_d2218d0b1bdd3f76054f7cf8fe82b50c.setContent(html_dcf36235022b20d12c152d05e8641356);
|
|
|
|
|
|
|
|
marker_23ca0ce2949caa6cc3ef3959f563f316.bindPopup(popup_d2218d0b1bdd3f76054f7cf8fe82b50c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23ca0ce2949caa6cc3ef3959f563f316.setIcon(icon_7636d93d105ad721d7d89eafa45d094d);
|
|
|
|
|
|
var marker_766c9ab7a6acc395e9277891a51ca152 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_716a8972edfdcf98c75ef4761971a016 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be994e880828b3f704497b350b525378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e26b12de67b6b68fe27c2a6459b36f = $(`<div id="html_86e26b12de67b6b68fe27c2a6459b36f" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_be994e880828b3f704497b350b525378.setContent(html_86e26b12de67b6b68fe27c2a6459b36f);
|
|
|
|
|
|
|
|
marker_766c9ab7a6acc395e9277891a51ca152.bindPopup(popup_be994e880828b3f704497b350b525378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_766c9ab7a6acc395e9277891a51ca152.setIcon(icon_716a8972edfdcf98c75ef4761971a016);
|
|
|
|
|
|
var marker_480631091cb44429b6de56af9e2dfc52 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ff361cb38d4dffd73188c109f2b5692b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0e6ae9c191da25618ddd8dce7b2c56d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e9fec7b84c8dcbd35d2b4aaf05e0835 = $(`<div id="html_7e9fec7b84c8dcbd35d2b4aaf05e0835" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_d0e6ae9c191da25618ddd8dce7b2c56d.setContent(html_7e9fec7b84c8dcbd35d2b4aaf05e0835);
|
|
|
|
|
|
|
|
marker_480631091cb44429b6de56af9e2dfc52.bindPopup(popup_d0e6ae9c191da25618ddd8dce7b2c56d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_480631091cb44429b6de56af9e2dfc52.setIcon(icon_ff361cb38d4dffd73188c109f2b5692b);
|
|
|
|
|
|
var marker_48738c9300d22c2c012ba436808421af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_74945c2280d3d0231186492e723fcf87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9e08a9cd927b0eb70794ab2d2f4b140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e20ef053b334bc7610ec732dcd302e18 = $(`<div id="html_e20ef053b334bc7610ec732dcd302e18" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_e9e08a9cd927b0eb70794ab2d2f4b140.setContent(html_e20ef053b334bc7610ec732dcd302e18);
|
|
|
|
|
|
|
|
marker_48738c9300d22c2c012ba436808421af.bindPopup(popup_e9e08a9cd927b0eb70794ab2d2f4b140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48738c9300d22c2c012ba436808421af.setIcon(icon_74945c2280d3d0231186492e723fcf87);
|
|
|
|
|
|
var marker_b220821ee15dfe50b495e92901603b86 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_af6b83dbaa81c68ce7167a19c670264d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cebaf505e77600da14df19ecfdf2d01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49438c8f445dc39dbfd00f895d77f365 = $(`<div id="html_49438c8f445dc39dbfd00f895d77f365" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_6cebaf505e77600da14df19ecfdf2d01.setContent(html_49438c8f445dc39dbfd00f895d77f365);
|
|
|
|
|
|
|
|
marker_b220821ee15dfe50b495e92901603b86.bindPopup(popup_6cebaf505e77600da14df19ecfdf2d01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b220821ee15dfe50b495e92901603b86.setIcon(icon_af6b83dbaa81c68ce7167a19c670264d);
|
|
|
|
|
|
var marker_1b1b361cbe81a115ea8bed8bf411ff65 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d94bb767e8e47514d0e3542f67a8c7ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afc456faa016e3b8fb56f8cee9bed040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_350fd4c13ee3b41772623e5d422d40d4 = $(`<div id="html_350fd4c13ee3b41772623e5d422d40d4" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_afc456faa016e3b8fb56f8cee9bed040.setContent(html_350fd4c13ee3b41772623e5d422d40d4);
|
|
|
|
|
|
|
|
marker_1b1b361cbe81a115ea8bed8bf411ff65.bindPopup(popup_afc456faa016e3b8fb56f8cee9bed040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b1b361cbe81a115ea8bed8bf411ff65.setIcon(icon_d94bb767e8e47514d0e3542f67a8c7ca);
|
|
|
|
|
|
var marker_5b686954e0dbc95fe6aef5cfc96e6d33 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a80d05160f8709244f7ace09368adac0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fceeed87197d2301854b693dd5c6977a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06a435077327059c530f46a352a03818 = $(`<div id="html_06a435077327059c530f46a352a03818" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_fceeed87197d2301854b693dd5c6977a.setContent(html_06a435077327059c530f46a352a03818);
|
|
|
|
|
|
|
|
marker_5b686954e0dbc95fe6aef5cfc96e6d33.bindPopup(popup_fceeed87197d2301854b693dd5c6977a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b686954e0dbc95fe6aef5cfc96e6d33.setIcon(icon_a80d05160f8709244f7ace09368adac0);
|
|
|
|
|
|
var marker_13fd910fa3a39465995cc452cca2caa0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_1b53b9f868340d89eb104ba5efb588cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ad2ee19fcac350b1cefa8c4fd72ef98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee4d98b52fd70df7c0613c3ef9806d30 = $(`<div id="html_ee4d98b52fd70df7c0613c3ef9806d30" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_3ad2ee19fcac350b1cefa8c4fd72ef98.setContent(html_ee4d98b52fd70df7c0613c3ef9806d30);
|
|
|
|
|
|
|
|
marker_13fd910fa3a39465995cc452cca2caa0.bindPopup(popup_3ad2ee19fcac350b1cefa8c4fd72ef98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13fd910fa3a39465995cc452cca2caa0.setIcon(icon_1b53b9f868340d89eb104ba5efb588cb);
|
|
|
|
|
|
var marker_bda28b6c9a342959ba5f4fb948d64707 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_1b21cd12524b76e04958bdbaaab9eb13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e424b7dffe1ce29764923db5a72dfa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a59f5f9222cf0325f635c024eebbf6a5 = $(`<div id="html_a59f5f9222cf0325f635c024eebbf6a5" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_3e424b7dffe1ce29764923db5a72dfa3.setContent(html_a59f5f9222cf0325f635c024eebbf6a5);
|
|
|
|
|
|
|
|
marker_bda28b6c9a342959ba5f4fb948d64707.bindPopup(popup_3e424b7dffe1ce29764923db5a72dfa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bda28b6c9a342959ba5f4fb948d64707.setIcon(icon_1b21cd12524b76e04958bdbaaab9eb13);
|
|
|
|
|
|
var marker_753a7124e1fa8f2863e6e0300dd187d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_61eb5dbb1c4e49d1082e840daa6f94e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ad8a96591f3180424911477529ec7a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67101cd372aea27dd2c47d85396bdbe1 = $(`<div id="html_67101cd372aea27dd2c47d85396bdbe1" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_7ad8a96591f3180424911477529ec7a3.setContent(html_67101cd372aea27dd2c47d85396bdbe1);
|
|
|
|
|
|
|
|
marker_753a7124e1fa8f2863e6e0300dd187d5.bindPopup(popup_7ad8a96591f3180424911477529ec7a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_753a7124e1fa8f2863e6e0300dd187d5.setIcon(icon_61eb5dbb1c4e49d1082e840daa6f94e7);
|
|
|
|
|
|
var marker_6b2829d48aa5f5c59b2d7200d761abe7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a10da5a8c56abb03914933a34af0fd36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8ff31d116808e1e95c2ae27ad315c5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c902eb6b1e739d7177a9f05efd67b410 = $(`<div id="html_c902eb6b1e739d7177a9f05efd67b410" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_c8ff31d116808e1e95c2ae27ad315c5f.setContent(html_c902eb6b1e739d7177a9f05efd67b410);
|
|
|
|
|
|
|
|
marker_6b2829d48aa5f5c59b2d7200d761abe7.bindPopup(popup_c8ff31d116808e1e95c2ae27ad315c5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b2829d48aa5f5c59b2d7200d761abe7.setIcon(icon_a10da5a8c56abb03914933a34af0fd36);
|
|
|
|
|
|
var marker_03b2bdbae4e813260e8bec1a95a9b376 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_094690f19e11b3717853f09dd7b2d581 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bd6ef47cbba039d3dcb073518c560a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9be3b4a6218ffc237375120b7530a0c2 = $(`<div id="html_9be3b4a6218ffc237375120b7530a0c2" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_8bd6ef47cbba039d3dcb073518c560a9.setContent(html_9be3b4a6218ffc237375120b7530a0c2);
|
|
|
|
|
|
|
|
marker_03b2bdbae4e813260e8bec1a95a9b376.bindPopup(popup_8bd6ef47cbba039d3dcb073518c560a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03b2bdbae4e813260e8bec1a95a9b376.setIcon(icon_094690f19e11b3717853f09dd7b2d581);
|
|
|
|
|
|
var marker_097b60ff61044fa5c4ff16d35f7e8698 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_27281e5147bfa6f648423fbe895d607e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67151e060fdfc36a87f628e33bd668a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca856b1a98edeb49d37ecdd1252c924 = $(`<div id="html_1ca856b1a98edeb49d37ecdd1252c924" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_67151e060fdfc36a87f628e33bd668a8.setContent(html_1ca856b1a98edeb49d37ecdd1252c924);
|
|
|
|
|
|
|
|
marker_097b60ff61044fa5c4ff16d35f7e8698.bindPopup(popup_67151e060fdfc36a87f628e33bd668a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_097b60ff61044fa5c4ff16d35f7e8698.setIcon(icon_27281e5147bfa6f648423fbe895d607e);
|
|
|
|
|
|
var marker_fadc15d8b58f3fbbf40a2a080348f2a0 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_eb21f9f8c9fb5fc87d05df59cd736d4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f19683e952c356fcfb8aecd264daf6e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb15bbcd199bed2ff56578971ad535c5 = $(`<div id="html_fb15bbcd199bed2ff56578971ad535c5" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_f19683e952c356fcfb8aecd264daf6e0.setContent(html_fb15bbcd199bed2ff56578971ad535c5);
|
|
|
|
|
|
|
|
marker_fadc15d8b58f3fbbf40a2a080348f2a0.bindPopup(popup_f19683e952c356fcfb8aecd264daf6e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fadc15d8b58f3fbbf40a2a080348f2a0.setIcon(icon_eb21f9f8c9fb5fc87d05df59cd736d4f);
|
|
|
|
|
|
var marker_e095b7ba4075cd3a25a21dcee17e0e54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_56153c91a7967e9c068bd8325dc1e664 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a899df6313dc9a7b07b423b7b32d285e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faaad0dbaa64b3705ef55fac95f932a4 = $(`<div id="html_faaad0dbaa64b3705ef55fac95f932a4" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_a899df6313dc9a7b07b423b7b32d285e.setContent(html_faaad0dbaa64b3705ef55fac95f932a4);
|
|
|
|
|
|
|
|
marker_e095b7ba4075cd3a25a21dcee17e0e54.bindPopup(popup_a899df6313dc9a7b07b423b7b32d285e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e095b7ba4075cd3a25a21dcee17e0e54.setIcon(icon_56153c91a7967e9c068bd8325dc1e664);
|
|
|
|
|
|
var marker_a8b00866fadd0ad42b3635d51d365eb4 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_88d9c519525e130c2df6ce2e33a210ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22b3d9172f4c11291d6101aa73c8b7b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b17d4e0f47bb8d6f7777a0f371a6f58a = $(`<div id="html_b17d4e0f47bb8d6f7777a0f371a6f58a" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_22b3d9172f4c11291d6101aa73c8b7b8.setContent(html_b17d4e0f47bb8d6f7777a0f371a6f58a);
|
|
|
|
|
|
|
|
marker_a8b00866fadd0ad42b3635d51d365eb4.bindPopup(popup_22b3d9172f4c11291d6101aa73c8b7b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8b00866fadd0ad42b3635d51d365eb4.setIcon(icon_88d9c519525e130c2df6ce2e33a210ab);
|
|
|
|
|
|
var marker_b91c95743923d6f25e398b1435bf0c74 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_9e6bdbd405f851bf875728f352636ce8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20cfebbd564ac018ac62a7d8ead8f0e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3104c03c1edefa1c55a490795250427e = $(`<div id="html_3104c03c1edefa1c55a490795250427e" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_20cfebbd564ac018ac62a7d8ead8f0e1.setContent(html_3104c03c1edefa1c55a490795250427e);
|
|
|
|
|
|
|
|
marker_b91c95743923d6f25e398b1435bf0c74.bindPopup(popup_20cfebbd564ac018ac62a7d8ead8f0e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b91c95743923d6f25e398b1435bf0c74.setIcon(icon_9e6bdbd405f851bf875728f352636ce8);
|
|
|
|
|
|
var marker_cda2d3c261537d8131a28739b1f01683 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0875b6a88d2756b9a30d059a53ac639c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0caf83a6c989d00967de895550c530cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e11566acd62fd7a51e366d3fe4182994 = $(`<div id="html_e11566acd62fd7a51e366d3fe4182994" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_0caf83a6c989d00967de895550c530cb.setContent(html_e11566acd62fd7a51e366d3fe4182994);
|
|
|
|
|
|
|
|
marker_cda2d3c261537d8131a28739b1f01683.bindPopup(popup_0caf83a6c989d00967de895550c530cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cda2d3c261537d8131a28739b1f01683.setIcon(icon_0875b6a88d2756b9a30d059a53ac639c);
|
|
|
|
|
|
var marker_48588d21eec8d0f9b6dd3a71753970db = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_30921f2e339fcb9609851028ed573249 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8e4a7a9beea8d71fb448977242f6f7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3e795d543a9471392df463d77505acd = $(`<div id="html_b3e795d543a9471392df463d77505acd" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_f8e4a7a9beea8d71fb448977242f6f7b.setContent(html_b3e795d543a9471392df463d77505acd);
|
|
|
|
|
|
|
|
marker_48588d21eec8d0f9b6dd3a71753970db.bindPopup(popup_f8e4a7a9beea8d71fb448977242f6f7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48588d21eec8d0f9b6dd3a71753970db.setIcon(icon_30921f2e339fcb9609851028ed573249);
|
|
|
|
|
|
var marker_be9a8715e25bfbcc3643c4fe7149fd61 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f5539102088304e2a283547f3f0bfa23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cc8f8ccdd763b6c46c718bb9f626de5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83f9eea5867b9e9f4dc22a9ac400f7dc = $(`<div id="html_83f9eea5867b9e9f4dc22a9ac400f7dc" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_4cc8f8ccdd763b6c46c718bb9f626de5.setContent(html_83f9eea5867b9e9f4dc22a9ac400f7dc);
|
|
|
|
|
|
|
|
marker_be9a8715e25bfbcc3643c4fe7149fd61.bindPopup(popup_4cc8f8ccdd763b6c46c718bb9f626de5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be9a8715e25bfbcc3643c4fe7149fd61.setIcon(icon_f5539102088304e2a283547f3f0bfa23);
|
|
|
|
|
|
var marker_4bc7ac10b021ee7fc0b814fa4d176a55 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ff2bcf4342054103b9cae5a6f637915c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3eeba7f0124fd58ae6d71f65fd502431 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4d0647fb41f32c411297b605e6a504d = $(`<div id="html_d4d0647fb41f32c411297b605e6a504d" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_3eeba7f0124fd58ae6d71f65fd502431.setContent(html_d4d0647fb41f32c411297b605e6a504d);
|
|
|
|
|
|
|
|
marker_4bc7ac10b021ee7fc0b814fa4d176a55.bindPopup(popup_3eeba7f0124fd58ae6d71f65fd502431)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bc7ac10b021ee7fc0b814fa4d176a55.setIcon(icon_ff2bcf4342054103b9cae5a6f637915c);
|
|
|
|
|
|
var marker_6856e3a3437ff90939fc95eb729bd08b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_59e10a9cec84b475feb59660635fb9db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_345c95ab546c4953eaad63e20b8fe3e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c62104d8a6289d1e8c150d8e695b4e1 = $(`<div id="html_6c62104d8a6289d1e8c150d8e695b4e1" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_345c95ab546c4953eaad63e20b8fe3e0.setContent(html_6c62104d8a6289d1e8c150d8e695b4e1);
|
|
|
|
|
|
|
|
marker_6856e3a3437ff90939fc95eb729bd08b.bindPopup(popup_345c95ab546c4953eaad63e20b8fe3e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6856e3a3437ff90939fc95eb729bd08b.setIcon(icon_59e10a9cec84b475feb59660635fb9db);
|
|
|
|
|
|
var marker_14cc227c219692f0e3e02717235428ce = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_cd478831ef57eaf5a72f39b475cda353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80a7d253e9202c3b150c60fe2046d06f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bcdd2b0adbc842db4a2967d6556b5e7 = $(`<div id="html_3bcdd2b0adbc842db4a2967d6556b5e7" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_80a7d253e9202c3b150c60fe2046d06f.setContent(html_3bcdd2b0adbc842db4a2967d6556b5e7);
|
|
|
|
|
|
|
|
marker_14cc227c219692f0e3e02717235428ce.bindPopup(popup_80a7d253e9202c3b150c60fe2046d06f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14cc227c219692f0e3e02717235428ce.setIcon(icon_cd478831ef57eaf5a72f39b475cda353);
|
|
|
|
|
|
var marker_0954ef0d3372618141a43dd7672eb4e5 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_45a27e9b6a02d36b976d991414b66628 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d04a7c1025607c665226ec897381e2f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79ec150a5a1e9b42937c0dc6ba43311e = $(`<div id="html_79ec150a5a1e9b42937c0dc6ba43311e" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_d04a7c1025607c665226ec897381e2f9.setContent(html_79ec150a5a1e9b42937c0dc6ba43311e);
|
|
|
|
|
|
|
|
marker_0954ef0d3372618141a43dd7672eb4e5.bindPopup(popup_d04a7c1025607c665226ec897381e2f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0954ef0d3372618141a43dd7672eb4e5.setIcon(icon_45a27e9b6a02d36b976d991414b66628);
|
|
|
|
|
|
var marker_3540287d3084eace967b2410eabdd479 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e8e58555ff6bd698f0325ce8cac8b1e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639a4cc50fbbd54c28da46538bfc86e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09af3933c68a5cda22a04584ba674166 = $(`<div id="html_09af3933c68a5cda22a04584ba674166" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_639a4cc50fbbd54c28da46538bfc86e2.setContent(html_09af3933c68a5cda22a04584ba674166);
|
|
|
|
|
|
|
|
marker_3540287d3084eace967b2410eabdd479.bindPopup(popup_639a4cc50fbbd54c28da46538bfc86e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3540287d3084eace967b2410eabdd479.setIcon(icon_e8e58555ff6bd698f0325ce8cac8b1e7);
|
|
|
|
|
|
var marker_197c7b50969e25058343c6bc16a8e1e0 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_315cf3af6a0527baa0a3516c379b54e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c2185491a685713e32b5cf479678539 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ce7f0020e10cc9f9cc833b7f42dffc3 = $(`<div id="html_5ce7f0020e10cc9f9cc833b7f42dffc3" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_2c2185491a685713e32b5cf479678539.setContent(html_5ce7f0020e10cc9f9cc833b7f42dffc3);
|
|
|
|
|
|
|
|
marker_197c7b50969e25058343c6bc16a8e1e0.bindPopup(popup_2c2185491a685713e32b5cf479678539)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197c7b50969e25058343c6bc16a8e1e0.setIcon(icon_315cf3af6a0527baa0a3516c379b54e1);
|
|
|
|
|
|
var marker_9ecc0fa9f42d6a86832331233a87322e = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_4d12f31ba76c3fc48d5ae967e385d476 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec9881396e2a96fd457928deccb99662 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa236fbc39c106323f309c5921ea7fa5 = $(`<div id="html_aa236fbc39c106323f309c5921ea7fa5" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_ec9881396e2a96fd457928deccb99662.setContent(html_aa236fbc39c106323f309c5921ea7fa5);
|
|
|
|
|
|
|
|
marker_9ecc0fa9f42d6a86832331233a87322e.bindPopup(popup_ec9881396e2a96fd457928deccb99662)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ecc0fa9f42d6a86832331233a87322e.setIcon(icon_4d12f31ba76c3fc48d5ae967e385d476);
|
|
|
|
|
|
var marker_d48377d1b8976a9ff730e488d1d5c7b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_91f586d970c440263fa1cf13a38ced70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea9ade1ef87b04040ba36eae488d228d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f3dec20902888200a5209a22720fe5a = $(`<div id="html_2f3dec20902888200a5209a22720fe5a" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_ea9ade1ef87b04040ba36eae488d228d.setContent(html_2f3dec20902888200a5209a22720fe5a);
|
|
|
|
|
|
|
|
marker_d48377d1b8976a9ff730e488d1d5c7b2.bindPopup(popup_ea9ade1ef87b04040ba36eae488d228d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d48377d1b8976a9ff730e488d1d5c7b2.setIcon(icon_91f586d970c440263fa1cf13a38ced70);
|
|
|
|
|
|
var marker_0a4195f7eed2a3c1f0e6290c0102ad47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_fb29092a7a979585052b479371d10891 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9939182d8e0dbb7432b3e96b36119282 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eaaf288d42565f5b45fdfddf434188e = $(`<div id="html_9eaaf288d42565f5b45fdfddf434188e" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_9939182d8e0dbb7432b3e96b36119282.setContent(html_9eaaf288d42565f5b45fdfddf434188e);
|
|
|
|
|
|
|
|
marker_0a4195f7eed2a3c1f0e6290c0102ad47.bindPopup(popup_9939182d8e0dbb7432b3e96b36119282)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a4195f7eed2a3c1f0e6290c0102ad47.setIcon(icon_fb29092a7a979585052b479371d10891);
|
|
|
|
|
|
var marker_71ce788e74d6e7db98da0c0784bc5d57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f77697efcf607bca997321b0fc85e5f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c767345259766d515f0edc83ee6ca19f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3fcfd0870f16cd81524ac0788000470 = $(`<div id="html_d3fcfd0870f16cd81524ac0788000470" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_c767345259766d515f0edc83ee6ca19f.setContent(html_d3fcfd0870f16cd81524ac0788000470);
|
|
|
|
|
|
|
|
marker_71ce788e74d6e7db98da0c0784bc5d57.bindPopup(popup_c767345259766d515f0edc83ee6ca19f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71ce788e74d6e7db98da0c0784bc5d57.setIcon(icon_f77697efcf607bca997321b0fc85e5f5);
|
|
|
|
|
|
var marker_396ed243680a43d34a36df0e2b52f245 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_4007774d264f15a4d2ad502b8b027945 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fa99ce4e0ef0ee7f13cd0682b985661 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_748e8049bfc14af455ac6ac128e7debc = $(`<div id="html_748e8049bfc14af455ac6ac128e7debc" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_6fa99ce4e0ef0ee7f13cd0682b985661.setContent(html_748e8049bfc14af455ac6ac128e7debc);
|
|
|
|
|
|
|
|
marker_396ed243680a43d34a36df0e2b52f245.bindPopup(popup_6fa99ce4e0ef0ee7f13cd0682b985661)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_396ed243680a43d34a36df0e2b52f245.setIcon(icon_4007774d264f15a4d2ad502b8b027945);
|
|
|
|
|
|
var marker_235bca07eaeaed6d2a776cd53eca78a0 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e1deddff86a3780f53bf765f03062814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8089a3b3b1e81a3e2099f10d23279faa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bdb08d46f90bd0b54d5684b9798e50a = $(`<div id="html_9bdb08d46f90bd0b54d5684b9798e50a" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_8089a3b3b1e81a3e2099f10d23279faa.setContent(html_9bdb08d46f90bd0b54d5684b9798e50a);
|
|
|
|
|
|
|
|
marker_235bca07eaeaed6d2a776cd53eca78a0.bindPopup(popup_8089a3b3b1e81a3e2099f10d23279faa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_235bca07eaeaed6d2a776cd53eca78a0.setIcon(icon_e1deddff86a3780f53bf765f03062814);
|
|
|
|
|
|
var marker_f75d80fba947f038bc63e0bd8b6048df = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_72073a8008d40cc186c14b7a5ba122b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69220268cb6756fff4ca8077fb412fc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5e0cbadbecaf9d4a4bd9cc212254c21 = $(`<div id="html_d5e0cbadbecaf9d4a4bd9cc212254c21" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_69220268cb6756fff4ca8077fb412fc1.setContent(html_d5e0cbadbecaf9d4a4bd9cc212254c21);
|
|
|
|
|
|
|
|
marker_f75d80fba947f038bc63e0bd8b6048df.bindPopup(popup_69220268cb6756fff4ca8077fb412fc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f75d80fba947f038bc63e0bd8b6048df.setIcon(icon_72073a8008d40cc186c14b7a5ba122b6);
|
|
|
|
|
|
var marker_018579ce1f4a893392908e99e4cb5fc7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d34fe473983633bf5d5fbc3ac2198b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06c3f196ddd4db35766480e0feac839b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9af77f62c086dd066b299424991422c = $(`<div id="html_f9af77f62c086dd066b299424991422c" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_06c3f196ddd4db35766480e0feac839b.setContent(html_f9af77f62c086dd066b299424991422c);
|
|
|
|
|
|
|
|
marker_018579ce1f4a893392908e99e4cb5fc7.bindPopup(popup_06c3f196ddd4db35766480e0feac839b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018579ce1f4a893392908e99e4cb5fc7.setIcon(icon_d34fe473983633bf5d5fbc3ac2198b86);
|
|
|
|
|
|
var marker_6b2f2133fa4a8eba55ccde8aa547847b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c8dc903fb63c13ceb78569c0e7839de7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46c81ddc33b7befcad516465a5f12bfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdc5519520490b419746739c70b71221 = $(`<div id="html_bdc5519520490b419746739c70b71221" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_46c81ddc33b7befcad516465a5f12bfa.setContent(html_bdc5519520490b419746739c70b71221);
|
|
|
|
|
|
|
|
marker_6b2f2133fa4a8eba55ccde8aa547847b.bindPopup(popup_46c81ddc33b7befcad516465a5f12bfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b2f2133fa4a8eba55ccde8aa547847b.setIcon(icon_c8dc903fb63c13ceb78569c0e7839de7);
|
|
|
|
|
|
var marker_e534e70c24a42f78bb602b13460f3a16 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f8a0b031d9c1b79d2b1d10d00ac605c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c3e8d4f9cef4aef2175b9e9b3a818e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ac6e2da515e4192d48bc1759e978bb4 = $(`<div id="html_2ac6e2da515e4192d48bc1759e978bb4" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_7c3e8d4f9cef4aef2175b9e9b3a818e5.setContent(html_2ac6e2da515e4192d48bc1759e978bb4);
|
|
|
|
|
|
|
|
marker_e534e70c24a42f78bb602b13460f3a16.bindPopup(popup_7c3e8d4f9cef4aef2175b9e9b3a818e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e534e70c24a42f78bb602b13460f3a16.setIcon(icon_f8a0b031d9c1b79d2b1d10d00ac605c2);
|
|
|
|
|
|
var marker_168cd369e947ba776536123fb4a32c53 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d32a8a7882d422fb24c9c5cebd2a12c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ff4b195665398dc619ae75ea7059f4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d7294a79c534e53cf413384485833c0 = $(`<div id="html_1d7294a79c534e53cf413384485833c0" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_6ff4b195665398dc619ae75ea7059f4b.setContent(html_1d7294a79c534e53cf413384485833c0);
|
|
|
|
|
|
|
|
marker_168cd369e947ba776536123fb4a32c53.bindPopup(popup_6ff4b195665398dc619ae75ea7059f4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_168cd369e947ba776536123fb4a32c53.setIcon(icon_d32a8a7882d422fb24c9c5cebd2a12c5);
|
|
|
|
|
|
var marker_c8ebda220b63d9a94c7be33436debc17 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6c8bcd79dc55639f145903528d75fe92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab1b5e21cb21eb1d89bf653fc0547446 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b569d46044255dfba00a45156e7a55f = $(`<div id="html_5b569d46044255dfba00a45156e7a55f" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_ab1b5e21cb21eb1d89bf653fc0547446.setContent(html_5b569d46044255dfba00a45156e7a55f);
|
|
|
|
|
|
|
|
marker_c8ebda220b63d9a94c7be33436debc17.bindPopup(popup_ab1b5e21cb21eb1d89bf653fc0547446)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8ebda220b63d9a94c7be33436debc17.setIcon(icon_6c8bcd79dc55639f145903528d75fe92);
|
|
|
|
|
|
var marker_b2b4dfdfb4347070b9b2990a8817ae33 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_fcef73fb09087572e556436453e29863 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d159e8bbb31814c81bb57a5f91f96d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19a25e5532c2e847e46568720eb71b03 = $(`<div id="html_19a25e5532c2e847e46568720eb71b03" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_8d159e8bbb31814c81bb57a5f91f96d6.setContent(html_19a25e5532c2e847e46568720eb71b03);
|
|
|
|
|
|
|
|
marker_b2b4dfdfb4347070b9b2990a8817ae33.bindPopup(popup_8d159e8bbb31814c81bb57a5f91f96d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2b4dfdfb4347070b9b2990a8817ae33.setIcon(icon_fcef73fb09087572e556436453e29863);
|
|
|
|
|
|
var marker_8addd69911463f83254b6d822d5d3e0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_58540e53bfe1450c078880670e099431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b32e13f31d019d58b95add0b10608b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdf1be8316b381586cdd7a5587d8d5b0 = $(`<div id="html_bdf1be8316b381586cdd7a5587d8d5b0" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_2b32e13f31d019d58b95add0b10608b5.setContent(html_bdf1be8316b381586cdd7a5587d8d5b0);
|
|
|
|
|
|
|
|
marker_8addd69911463f83254b6d822d5d3e0d.bindPopup(popup_2b32e13f31d019d58b95add0b10608b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8addd69911463f83254b6d822d5d3e0d.setIcon(icon_58540e53bfe1450c078880670e099431);
|
|
|
|
|
|
var marker_f2a25d2eeec09dae2ce59d10d0cbe379 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_485109dca3d87a657226d60b38eff415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_534bd42f42b0d281b24e57e03a89ea84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bccaffe45e2fd2ab6fa8746299b6e9ce = $(`<div id="html_bccaffe45e2fd2ab6fa8746299b6e9ce" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_534bd42f42b0d281b24e57e03a89ea84.setContent(html_bccaffe45e2fd2ab6fa8746299b6e9ce);
|
|
|
|
|
|
|
|
marker_f2a25d2eeec09dae2ce59d10d0cbe379.bindPopup(popup_534bd42f42b0d281b24e57e03a89ea84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2a25d2eeec09dae2ce59d10d0cbe379.setIcon(icon_485109dca3d87a657226d60b38eff415);
|
|
|
|
|
|
var marker_70175e2d0721dadb735c68a7b9ca48ce = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_454fa7b1b2e259f175b7e6a9d32b1616 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04dbcb8e76421a8914b29da959c53163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_994861598977e15268ca38bf7cb27198 = $(`<div id="html_994861598977e15268ca38bf7cb27198" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_04dbcb8e76421a8914b29da959c53163.setContent(html_994861598977e15268ca38bf7cb27198);
|
|
|
|
|
|
|
|
marker_70175e2d0721dadb735c68a7b9ca48ce.bindPopup(popup_04dbcb8e76421a8914b29da959c53163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70175e2d0721dadb735c68a7b9ca48ce.setIcon(icon_454fa7b1b2e259f175b7e6a9d32b1616);
|
|
|
|
|
|
var marker_7764249442db1f88954b22ed9db03bba = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_cca1b29785dcd7421271dc415b329079 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b48cbe6904b6f14a46d243224a61ed84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93f9c8879551c962da44fe47ee732be5 = $(`<div id="html_93f9c8879551c962da44fe47ee732be5" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_b48cbe6904b6f14a46d243224a61ed84.setContent(html_93f9c8879551c962da44fe47ee732be5);
|
|
|
|
|
|
|
|
marker_7764249442db1f88954b22ed9db03bba.bindPopup(popup_b48cbe6904b6f14a46d243224a61ed84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7764249442db1f88954b22ed9db03bba.setIcon(icon_cca1b29785dcd7421271dc415b329079);
|
|
|
|
|
|
var marker_1e1addef95ad4d99a8cf7261dd878a10 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_cc7659b5972d6f19c7ab82247674a497 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74aa2f66b351a1202547dcd65e768aa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59d514612e12cdd1fb6b0a5ccb62b791 = $(`<div id="html_59d514612e12cdd1fb6b0a5ccb62b791" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_74aa2f66b351a1202547dcd65e768aa8.setContent(html_59d514612e12cdd1fb6b0a5ccb62b791);
|
|
|
|
|
|
|
|
marker_1e1addef95ad4d99a8cf7261dd878a10.bindPopup(popup_74aa2f66b351a1202547dcd65e768aa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e1addef95ad4d99a8cf7261dd878a10.setIcon(icon_cc7659b5972d6f19c7ab82247674a497);
|
|
|
|
|
|
var marker_62503d2bb9e43412612b9f4dad1b2209 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_09316c9ce79d35b15b2c84d9d5b5cb3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69e695d7bc53a286a4d862ebf99c93ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c94eea338e23d7143b1a9b42f8742a44 = $(`<div id="html_c94eea338e23d7143b1a9b42f8742a44" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_69e695d7bc53a286a4d862ebf99c93ab.setContent(html_c94eea338e23d7143b1a9b42f8742a44);
|
|
|
|
|
|
|
|
marker_62503d2bb9e43412612b9f4dad1b2209.bindPopup(popup_69e695d7bc53a286a4d862ebf99c93ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62503d2bb9e43412612b9f4dad1b2209.setIcon(icon_09316c9ce79d35b15b2c84d9d5b5cb3a);
|
|
|
|
|
|
var marker_0368c54cf50e0a29c9e70478cdac2bf6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_59884423c3fe7ab1db713db47cd7d4ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be453cf2f637d623b030ebcb3f78f073 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38be3bb2dee2f11a22e6fde812141c24 = $(`<div id="html_38be3bb2dee2f11a22e6fde812141c24" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_be453cf2f637d623b030ebcb3f78f073.setContent(html_38be3bb2dee2f11a22e6fde812141c24);
|
|
|
|
|
|
|
|
marker_0368c54cf50e0a29c9e70478cdac2bf6.bindPopup(popup_be453cf2f637d623b030ebcb3f78f073)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0368c54cf50e0a29c9e70478cdac2bf6.setIcon(icon_59884423c3fe7ab1db713db47cd7d4ed);
|
|
|
|
|
|
var marker_6254117979406419e8539f6f1fa2e91e = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a7499d8a10ac003fcc7ce60c90deb623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f5dd550b006d71ae1fe0dd84ff6697c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43beda432b46d174d8409a3861f31b35 = $(`<div id="html_43beda432b46d174d8409a3861f31b35" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_2f5dd550b006d71ae1fe0dd84ff6697c.setContent(html_43beda432b46d174d8409a3861f31b35);
|
|
|
|
|
|
|
|
marker_6254117979406419e8539f6f1fa2e91e.bindPopup(popup_2f5dd550b006d71ae1fe0dd84ff6697c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6254117979406419e8539f6f1fa2e91e.setIcon(icon_a7499d8a10ac003fcc7ce60c90deb623);
|
|
|
|
|
|
var marker_3ad8d9881e0f1943ec4866520657cdfc = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ae6fe41e488c63d8b2873be0517a3d4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41bccdef0235bec3dbc604150bb6a1b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cb7f1322d0f1a7b87fa7dcce73bcc8d = $(`<div id="html_2cb7f1322d0f1a7b87fa7dcce73bcc8d" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_41bccdef0235bec3dbc604150bb6a1b3.setContent(html_2cb7f1322d0f1a7b87fa7dcce73bcc8d);
|
|
|
|
|
|
|
|
marker_3ad8d9881e0f1943ec4866520657cdfc.bindPopup(popup_41bccdef0235bec3dbc604150bb6a1b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ad8d9881e0f1943ec4866520657cdfc.setIcon(icon_ae6fe41e488c63d8b2873be0517a3d4e);
|
|
|
|
|
|
var marker_450181a4a9af4deb97e69f52491a8e6e = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_5c90ad0ede4d40392a576f71d5fb6614 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_151dfac796bc00307fa6f9aa3cd962ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a6bc92eeb36f1808beb96221e49021d = $(`<div id="html_2a6bc92eeb36f1808beb96221e49021d" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_151dfac796bc00307fa6f9aa3cd962ca.setContent(html_2a6bc92eeb36f1808beb96221e49021d);
|
|
|
|
|
|
|
|
marker_450181a4a9af4deb97e69f52491a8e6e.bindPopup(popup_151dfac796bc00307fa6f9aa3cd962ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_450181a4a9af4deb97e69f52491a8e6e.setIcon(icon_5c90ad0ede4d40392a576f71d5fb6614);
|
|
|
|
|
|
var marker_e70783d8c75bd84203e8cf42ec66cee8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e07ae1670afe3bdfa480ca330a8b3b06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b3ce3af4c07fff4f813aa6abc938881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbc9a504702d510bd25f919973ec18ad = $(`<div id="html_bbc9a504702d510bd25f919973ec18ad" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_1b3ce3af4c07fff4f813aa6abc938881.setContent(html_bbc9a504702d510bd25f919973ec18ad);
|
|
|
|
|
|
|
|
marker_e70783d8c75bd84203e8cf42ec66cee8.bindPopup(popup_1b3ce3af4c07fff4f813aa6abc938881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e70783d8c75bd84203e8cf42ec66cee8.setIcon(icon_e07ae1670afe3bdfa480ca330a8b3b06);
|
|
|
|
|
|
var marker_1cd6f25da5c44d52e43de4573e634742 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_701a0ed40cd069ebe3140ddfd827797d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8678d69a28099402e4731b381b0d2ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dfa0db33a0a820668a5af1d582eab39 = $(`<div id="html_6dfa0db33a0a820668a5af1d582eab39" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_e8678d69a28099402e4731b381b0d2ec.setContent(html_6dfa0db33a0a820668a5af1d582eab39);
|
|
|
|
|
|
|
|
marker_1cd6f25da5c44d52e43de4573e634742.bindPopup(popup_e8678d69a28099402e4731b381b0d2ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cd6f25da5c44d52e43de4573e634742.setIcon(icon_701a0ed40cd069ebe3140ddfd827797d);
|
|
|
|
|
|
var marker_32b410aa282925fa34dd7b39e133c9d3 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7efb9905f94fe27c2c4882b264b7c951 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_318a99e25a0570b63e288b6f1865348a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cb2f499e73ae27a18443c33c4b51959 = $(`<div id="html_9cb2f499e73ae27a18443c33c4b51959" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_318a99e25a0570b63e288b6f1865348a.setContent(html_9cb2f499e73ae27a18443c33c4b51959);
|
|
|
|
|
|
|
|
marker_32b410aa282925fa34dd7b39e133c9d3.bindPopup(popup_318a99e25a0570b63e288b6f1865348a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32b410aa282925fa34dd7b39e133c9d3.setIcon(icon_7efb9905f94fe27c2c4882b264b7c951);
|
|
|
|
|
|
var marker_66b709b82cc08b9292021817af701930 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_36a8c29649a7289594b58da559909350 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9587df54b3277d488303892b1dbc36b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f683640596006d230ccbfbc94435d25b = $(`<div id="html_f683640596006d230ccbfbc94435d25b" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_9587df54b3277d488303892b1dbc36b8.setContent(html_f683640596006d230ccbfbc94435d25b);
|
|
|
|
|
|
|
|
marker_66b709b82cc08b9292021817af701930.bindPopup(popup_9587df54b3277d488303892b1dbc36b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66b709b82cc08b9292021817af701930.setIcon(icon_36a8c29649a7289594b58da559909350);
|
|
|
|
|
|
var marker_72151cbe801f5bc8700c28eacfdffe42 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6bece84a64b17daaa79ca5a1c0599dcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3396004c5f38fb17438085237e1408a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2973fbc3143996a7c342a5d1190b5b9 = $(`<div id="html_f2973fbc3143996a7c342a5d1190b5b9" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_f3396004c5f38fb17438085237e1408a.setContent(html_f2973fbc3143996a7c342a5d1190b5b9);
|
|
|
|
|
|
|
|
marker_72151cbe801f5bc8700c28eacfdffe42.bindPopup(popup_f3396004c5f38fb17438085237e1408a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72151cbe801f5bc8700c28eacfdffe42.setIcon(icon_6bece84a64b17daaa79ca5a1c0599dcf);
|
|
|
|
|
|
var marker_68ae80d9518fb3545155a02e7b12341d = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_bf976c3b96b80ec572f83c497864d4c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_805e67892b61bcb419f38d666ee25a45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4301e41e4c0ef9a15b088bde2f1bc4f3 = $(`<div id="html_4301e41e4c0ef9a15b088bde2f1bc4f3" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_805e67892b61bcb419f38d666ee25a45.setContent(html_4301e41e4c0ef9a15b088bde2f1bc4f3);
|
|
|
|
|
|
|
|
marker_68ae80d9518fb3545155a02e7b12341d.bindPopup(popup_805e67892b61bcb419f38d666ee25a45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68ae80d9518fb3545155a02e7b12341d.setIcon(icon_bf976c3b96b80ec572f83c497864d4c6);
|
|
|
|
|
|
var marker_7f5d2912c143707d34c2b475de33f248 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d9e162e3b981ddb30e5b72898f802308 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ad26bf912262ab295cf9186b4cd37fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17f9033ab73411d29574b054109d4caa = $(`<div id="html_17f9033ab73411d29574b054109d4caa" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_1ad26bf912262ab295cf9186b4cd37fd.setContent(html_17f9033ab73411d29574b054109d4caa);
|
|
|
|
|
|
|
|
marker_7f5d2912c143707d34c2b475de33f248.bindPopup(popup_1ad26bf912262ab295cf9186b4cd37fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f5d2912c143707d34c2b475de33f248.setIcon(icon_d9e162e3b981ddb30e5b72898f802308);
|
|
|
|
|
|
var marker_c921e6c702913ec158d1cf0ec4e367e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a189c0581e1082672d92cdd1d92c81a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c19cb41b8af587d6fb68f28c903eda35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c62ad93271a222f393960886d851376 = $(`<div id="html_2c62ad93271a222f393960886d851376" style="width: 100.0%; height: 100.0%;">relay.coldforge.xyz</div>`)[0];
|
|
popup_c19cb41b8af587d6fb68f28c903eda35.setContent(html_2c62ad93271a222f393960886d851376);
|
|
|
|
|
|
|
|
marker_c921e6c702913ec158d1cf0ec4e367e7.bindPopup(popup_c19cb41b8af587d6fb68f28c903eda35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c921e6c702913ec158d1cf0ec4e367e7.setIcon(icon_a189c0581e1082672d92cdd1d92c81a1);
|
|
|
|
|
|
var marker_48e997fca6d76613bad30253e044ffbd = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_1248d3169d90f95dbe7857395559e063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad1d3467d152eca5de4e50a11fbe85e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99a260625d599898b374e16bf35183ec = $(`<div id="html_99a260625d599898b374e16bf35183ec" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_cad1d3467d152eca5de4e50a11fbe85e.setContent(html_99a260625d599898b374e16bf35183ec);
|
|
|
|
|
|
|
|
marker_48e997fca6d76613bad30253e044ffbd.bindPopup(popup_cad1d3467d152eca5de4e50a11fbe85e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48e997fca6d76613bad30253e044ffbd.setIcon(icon_1248d3169d90f95dbe7857395559e063);
|
|
|
|
|
|
var marker_ba34d24a37578a5aad05f460ff5ff7e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_da8c1fd207f4d8df6718ac5cb2c2d4dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_583575f3490c75320e47f86f979080b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1b28f69e67b7e67253e126489e0d099 = $(`<div id="html_f1b28f69e67b7e67253e126489e0d099" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_583575f3490c75320e47f86f979080b5.setContent(html_f1b28f69e67b7e67253e126489e0d099);
|
|
|
|
|
|
|
|
marker_ba34d24a37578a5aad05f460ff5ff7e8.bindPopup(popup_583575f3490c75320e47f86f979080b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba34d24a37578a5aad05f460ff5ff7e8.setIcon(icon_da8c1fd207f4d8df6718ac5cb2c2d4dd);
|
|
|
|
|
|
var marker_fcfbf006ed288fffe4a0c654a665a6bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_bd34a2c5529942ad51b7508b10cd4d93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f0febea6dd18dc5f76d7af599a5f3f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5d99b714e51e29af4c7d0cc38347b9b = $(`<div id="html_c5d99b714e51e29af4c7d0cc38347b9b" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_9f0febea6dd18dc5f76d7af599a5f3f6.setContent(html_c5d99b714e51e29af4c7d0cc38347b9b);
|
|
|
|
|
|
|
|
marker_fcfbf006ed288fffe4a0c654a665a6bf.bindPopup(popup_9f0febea6dd18dc5f76d7af599a5f3f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcfbf006ed288fffe4a0c654a665a6bf.setIcon(icon_bd34a2c5529942ad51b7508b10cd4d93);
|
|
|
|
|
|
var marker_fa706458d53cd3da5ab32eb6e1acc069 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0b57e2e4779a47fb5f68e0f5716d3280 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8719a0a652f066517d09cd10156e69f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e0791e43470bdcd7496c3f7d7b22fc8 = $(`<div id="html_8e0791e43470bdcd7496c3f7d7b22fc8" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_8719a0a652f066517d09cd10156e69f9.setContent(html_8e0791e43470bdcd7496c3f7d7b22fc8);
|
|
|
|
|
|
|
|
marker_fa706458d53cd3da5ab32eb6e1acc069.bindPopup(popup_8719a0a652f066517d09cd10156e69f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa706458d53cd3da5ab32eb6e1acc069.setIcon(icon_0b57e2e4779a47fb5f68e0f5716d3280);
|
|
|
|
|
|
var marker_633114aca3c93ab64980bbac87104d22 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_400cdd109612ea093edb959bcc149af9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25c6c25e6699611acb4978b4ae56f784 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5c4a2d96861d0f7a8b4d3a9c09831e0 = $(`<div id="html_e5c4a2d96861d0f7a8b4d3a9c09831e0" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_25c6c25e6699611acb4978b4ae56f784.setContent(html_e5c4a2d96861d0f7a8b4d3a9c09831e0);
|
|
|
|
|
|
|
|
marker_633114aca3c93ab64980bbac87104d22.bindPopup(popup_25c6c25e6699611acb4978b4ae56f784)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_633114aca3c93ab64980bbac87104d22.setIcon(icon_400cdd109612ea093edb959bcc149af9);
|
|
|
|
|
|
var marker_0a01697da2cd88439f92ad9d398a1903 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a649c0f24d59aa8bcb2bba8cd99b722d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af7dfa8e924ad6103b87f079afd7c689 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69db3e48c9f4dcda9355731487de1fb4 = $(`<div id="html_69db3e48c9f4dcda9355731487de1fb4" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_af7dfa8e924ad6103b87f079afd7c689.setContent(html_69db3e48c9f4dcda9355731487de1fb4);
|
|
|
|
|
|
|
|
marker_0a01697da2cd88439f92ad9d398a1903.bindPopup(popup_af7dfa8e924ad6103b87f079afd7c689)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a01697da2cd88439f92ad9d398a1903.setIcon(icon_a649c0f24d59aa8bcb2bba8cd99b722d);
|
|
|
|
|
|
var marker_aae8a4a55066f600e67eb37950838e35 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_cb06f818f26f3ca032fef40dabdb7592 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d256bf099dc19c2dd526c73a66fd1001 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_994fb0b0136cbdbf938c55ca074f5b8b = $(`<div id="html_994fb0b0136cbdbf938c55ca074f5b8b" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_d256bf099dc19c2dd526c73a66fd1001.setContent(html_994fb0b0136cbdbf938c55ca074f5b8b);
|
|
|
|
|
|
|
|
marker_aae8a4a55066f600e67eb37950838e35.bindPopup(popup_d256bf099dc19c2dd526c73a66fd1001)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aae8a4a55066f600e67eb37950838e35.setIcon(icon_cb06f818f26f3ca032fef40dabdb7592);
|
|
|
|
|
|
var marker_43ae68369c376860b34bd9459a023598 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c4fc223db0d72d2b4426b63547c86793 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac4ab8fad0bde4afa50fbd5435ad16e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09890709abff0c3a8e0575f069071984 = $(`<div id="html_09890709abff0c3a8e0575f069071984" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_ac4ab8fad0bde4afa50fbd5435ad16e7.setContent(html_09890709abff0c3a8e0575f069071984);
|
|
|
|
|
|
|
|
marker_43ae68369c376860b34bd9459a023598.bindPopup(popup_ac4ab8fad0bde4afa50fbd5435ad16e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43ae68369c376860b34bd9459a023598.setIcon(icon_c4fc223db0d72d2b4426b63547c86793);
|
|
|
|
|
|
var marker_0f1a71ce4484261acc8c261ac78276f2 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a7bb98d514b2df57e599b7fb5ca305a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2bc27ea78ea60a4f40eed66ed789492 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb49549b2a17151ecd0bd421bbf29b9d = $(`<div id="html_fb49549b2a17151ecd0bd421bbf29b9d" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_c2bc27ea78ea60a4f40eed66ed789492.setContent(html_fb49549b2a17151ecd0bd421bbf29b9d);
|
|
|
|
|
|
|
|
marker_0f1a71ce4484261acc8c261ac78276f2.bindPopup(popup_c2bc27ea78ea60a4f40eed66ed789492)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f1a71ce4484261acc8c261ac78276f2.setIcon(icon_a7bb98d514b2df57e599b7fb5ca305a9);
|
|
|
|
|
|
var marker_0332bc7d1a65d229fca3cbd0453faca0 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e7b57f057b8a2b2e6bdd3f932560b055 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8f1b4dccb3d2155ded8aaeedf0a7448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ee5da51de5c4bd479634bb468c49801 = $(`<div id="html_9ee5da51de5c4bd479634bb468c49801" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_c8f1b4dccb3d2155ded8aaeedf0a7448.setContent(html_9ee5da51de5c4bd479634bb468c49801);
|
|
|
|
|
|
|
|
marker_0332bc7d1a65d229fca3cbd0453faca0.bindPopup(popup_c8f1b4dccb3d2155ded8aaeedf0a7448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0332bc7d1a65d229fca3cbd0453faca0.setIcon(icon_e7b57f057b8a2b2e6bdd3f932560b055);
|
|
|
|
|
|
var marker_564e3e4d2687faa037ec1571a59a5f3e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_4a0305303b28ad8604c5b4c506ae411e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a9455146d3da9b47895e5204f2790b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d3856c85955a71f7139a4159741ead = $(`<div id="html_d1d3856c85955a71f7139a4159741ead" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_3a9455146d3da9b47895e5204f2790b8.setContent(html_d1d3856c85955a71f7139a4159741ead);
|
|
|
|
|
|
|
|
marker_564e3e4d2687faa037ec1571a59a5f3e.bindPopup(popup_3a9455146d3da9b47895e5204f2790b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_564e3e4d2687faa037ec1571a59a5f3e.setIcon(icon_4a0305303b28ad8604c5b4c506ae411e);
|
|
|
|
|
|
var marker_714585bf7d77882c571ee9160cfb8e0e = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_bd5242ff4fdf59c74fe0f46ed202735d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1f690aa5a9d23fd4e3b86ed8a6566ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee93b7481cbf67cd070dca6ee50481f2 = $(`<div id="html_ee93b7481cbf67cd070dca6ee50481f2" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_d1f690aa5a9d23fd4e3b86ed8a6566ef.setContent(html_ee93b7481cbf67cd070dca6ee50481f2);
|
|
|
|
|
|
|
|
marker_714585bf7d77882c571ee9160cfb8e0e.bindPopup(popup_d1f690aa5a9d23fd4e3b86ed8a6566ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_714585bf7d77882c571ee9160cfb8e0e.setIcon(icon_bd5242ff4fdf59c74fe0f46ed202735d);
|
|
|
|
|
|
var marker_6ad43724dc6bfc99b03c46f336f7d509 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c1f7896b18967890cd9e7aaebd516c35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5c2a3ade25142cd09def7a7588c7653 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22dfbf3398fa10c059454861d40848d4 = $(`<div id="html_22dfbf3398fa10c059454861d40848d4" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_e5c2a3ade25142cd09def7a7588c7653.setContent(html_22dfbf3398fa10c059454861d40848d4);
|
|
|
|
|
|
|
|
marker_6ad43724dc6bfc99b03c46f336f7d509.bindPopup(popup_e5c2a3ade25142cd09def7a7588c7653)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ad43724dc6bfc99b03c46f336f7d509.setIcon(icon_c1f7896b18967890cd9e7aaebd516c35);
|
|
|
|
|
|
var marker_e7cacbc3d906aaec4a444e46bd2db6e1 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d94f131b63a45a5e16278364a671f999 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b92582508b0aed9906372b574983ae02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_193c87fa17133f9638a987591631c0b7 = $(`<div id="html_193c87fa17133f9638a987591631c0b7" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_b92582508b0aed9906372b574983ae02.setContent(html_193c87fa17133f9638a987591631c0b7);
|
|
|
|
|
|
|
|
marker_e7cacbc3d906aaec4a444e46bd2db6e1.bindPopup(popup_b92582508b0aed9906372b574983ae02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7cacbc3d906aaec4a444e46bd2db6e1.setIcon(icon_d94f131b63a45a5e16278364a671f999);
|
|
|
|
|
|
var marker_b99387ee76f96d632c302dc602225c61 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7c184381529d05f885b311fd098d47df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a094086505eb7577e0de61f428eeeb2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27c0061793047ecb35e3ee47be39ec23 = $(`<div id="html_27c0061793047ecb35e3ee47be39ec23" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_a094086505eb7577e0de61f428eeeb2e.setContent(html_27c0061793047ecb35e3ee47be39ec23);
|
|
|
|
|
|
|
|
marker_b99387ee76f96d632c302dc602225c61.bindPopup(popup_a094086505eb7577e0de61f428eeeb2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b99387ee76f96d632c302dc602225c61.setIcon(icon_7c184381529d05f885b311fd098d47df);
|
|
|
|
|
|
var marker_e387dcef21683bbb89bba464564b01a2 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ff7927553634a23b61e6644bcc69ca65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d70f0ed5d260e7b53e0955b129277841 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83d319310e297f53140837b44a1479d2 = $(`<div id="html_83d319310e297f53140837b44a1479d2" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d70f0ed5d260e7b53e0955b129277841.setContent(html_83d319310e297f53140837b44a1479d2);
|
|
|
|
|
|
|
|
marker_e387dcef21683bbb89bba464564b01a2.bindPopup(popup_d70f0ed5d260e7b53e0955b129277841)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e387dcef21683bbb89bba464564b01a2.setIcon(icon_ff7927553634a23b61e6644bcc69ca65);
|
|
|
|
|
|
var marker_424af637c668b27f499c032f37e342b2 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_6b1b2f1645ed4ba754dbb8b5a1b6385b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffbf633afc5360ba9de571a5bc62d20e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9beca0e45641e047d43dadaef9bbf8a0 = $(`<div id="html_9beca0e45641e047d43dadaef9bbf8a0" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_ffbf633afc5360ba9de571a5bc62d20e.setContent(html_9beca0e45641e047d43dadaef9bbf8a0);
|
|
|
|
|
|
|
|
marker_424af637c668b27f499c032f37e342b2.bindPopup(popup_ffbf633afc5360ba9de571a5bc62d20e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_424af637c668b27f499c032f37e342b2.setIcon(icon_6b1b2f1645ed4ba754dbb8b5a1b6385b);
|
|
|
|
|
|
var marker_b4dbd16a4df0da1e789c34bffdd25984 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_965ad123199b989270f4a1a33709b5b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f83aa3b56111a73f14d02ec227bfe9fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_291c03d7928735c08342cf9a5bc94a9a = $(`<div id="html_291c03d7928735c08342cf9a5bc94a9a" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_f83aa3b56111a73f14d02ec227bfe9fe.setContent(html_291c03d7928735c08342cf9a5bc94a9a);
|
|
|
|
|
|
|
|
marker_b4dbd16a4df0da1e789c34bffdd25984.bindPopup(popup_f83aa3b56111a73f14d02ec227bfe9fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4dbd16a4df0da1e789c34bffdd25984.setIcon(icon_965ad123199b989270f4a1a33709b5b5);
|
|
|
|
|
|
var marker_9d4a4b21dc7bae9eb6eb5c6cc1002b7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7e916bec825a01ff94bb10d1a765e819 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aca2cfa5ec398a0aef37cebee8492b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42f47d14004d1c7aac8c6410821defc7 = $(`<div id="html_42f47d14004d1c7aac8c6410821defc7" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_3aca2cfa5ec398a0aef37cebee8492b8.setContent(html_42f47d14004d1c7aac8c6410821defc7);
|
|
|
|
|
|
|
|
marker_9d4a4b21dc7bae9eb6eb5c6cc1002b7d.bindPopup(popup_3aca2cfa5ec398a0aef37cebee8492b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d4a4b21dc7bae9eb6eb5c6cc1002b7d.setIcon(icon_7e916bec825a01ff94bb10d1a765e819);
|
|
|
|
|
|
var marker_06d246011328d41e7390a19bb90c70b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_418469526edfb6868c8972406dd87273 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dde713ee9cff1d915e08f040dbea2b61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37d56f7b4ba1ddd6246d067939e217cf = $(`<div id="html_37d56f7b4ba1ddd6246d067939e217cf" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_dde713ee9cff1d915e08f040dbea2b61.setContent(html_37d56f7b4ba1ddd6246d067939e217cf);
|
|
|
|
|
|
|
|
marker_06d246011328d41e7390a19bb90c70b2.bindPopup(popup_dde713ee9cff1d915e08f040dbea2b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06d246011328d41e7390a19bb90c70b2.setIcon(icon_418469526edfb6868c8972406dd87273);
|
|
|
|
|
|
var marker_c5a5e69085ad3ff0955655bba4b8d078 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_b7cd373afc371735ec254ce7d6580f41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78961b85ef88df6a20a5897ab3cfcf27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33023d8e124e81186cfa6d95a2fdd347 = $(`<div id="html_33023d8e124e81186cfa6d95a2fdd347" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_78961b85ef88df6a20a5897ab3cfcf27.setContent(html_33023d8e124e81186cfa6d95a2fdd347);
|
|
|
|
|
|
|
|
marker_c5a5e69085ad3ff0955655bba4b8d078.bindPopup(popup_78961b85ef88df6a20a5897ab3cfcf27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5a5e69085ad3ff0955655bba4b8d078.setIcon(icon_b7cd373afc371735ec254ce7d6580f41);
|
|
|
|
|
|
var marker_c8449422927701451e17c7fffb7c67cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e06635473826b09e7df692680b85ed88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd7f24ff0b76cd22d9fd85152254bf76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85567d51108985c71e9b0ad091771fd3 = $(`<div id="html_85567d51108985c71e9b0ad091771fd3" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_fd7f24ff0b76cd22d9fd85152254bf76.setContent(html_85567d51108985c71e9b0ad091771fd3);
|
|
|
|
|
|
|
|
marker_c8449422927701451e17c7fffb7c67cb.bindPopup(popup_fd7f24ff0b76cd22d9fd85152254bf76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8449422927701451e17c7fffb7c67cb.setIcon(icon_e06635473826b09e7df692680b85ed88);
|
|
|
|
|
|
var marker_2fce3e4734af223851e9c743a0c7d84a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7c09f7fd9406dad8baa27ef5cfcb6bc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd3dbed651c4c7b34a385b63a8f4fe4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_922cc325f309534d07d041bb5581218a = $(`<div id="html_922cc325f309534d07d041bb5581218a" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_dd3dbed651c4c7b34a385b63a8f4fe4e.setContent(html_922cc325f309534d07d041bb5581218a);
|
|
|
|
|
|
|
|
marker_2fce3e4734af223851e9c743a0c7d84a.bindPopup(popup_dd3dbed651c4c7b34a385b63a8f4fe4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fce3e4734af223851e9c743a0c7d84a.setIcon(icon_7c09f7fd9406dad8baa27ef5cfcb6bc0);
|
|
|
|
|
|
var marker_83c61cf0a221f44431a844e657ea193d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_4ffe935bb0a5023c6cebc81b7ed8856f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eca84dcb91c5ea9e34aa8b2ce6e0c1b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93e0fe3c3421785a866667ec4d4ae4db = $(`<div id="html_93e0fe3c3421785a866667ec4d4ae4db" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_eca84dcb91c5ea9e34aa8b2ce6e0c1b2.setContent(html_93e0fe3c3421785a866667ec4d4ae4db);
|
|
|
|
|
|
|
|
marker_83c61cf0a221f44431a844e657ea193d.bindPopup(popup_eca84dcb91c5ea9e34aa8b2ce6e0c1b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83c61cf0a221f44431a844e657ea193d.setIcon(icon_4ffe935bb0a5023c6cebc81b7ed8856f);
|
|
|
|
|
|
var marker_22a1108ee5c58e8819ac64a3d9e716d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_5c43d63b5874c018f736a07d8daf323b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a98a27b0cb7af6817b295c98ce992f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1fffc8fa8f474344861553c40a32666 = $(`<div id="html_a1fffc8fa8f474344861553c40a32666" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_a98a27b0cb7af6817b295c98ce992f03.setContent(html_a1fffc8fa8f474344861553c40a32666);
|
|
|
|
|
|
|
|
marker_22a1108ee5c58e8819ac64a3d9e716d5.bindPopup(popup_a98a27b0cb7af6817b295c98ce992f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22a1108ee5c58e8819ac64a3d9e716d5.setIcon(icon_5c43d63b5874c018f736a07d8daf323b);
|
|
|
|
|
|
var marker_22b1615cbcbfb34ecd337b6767640c31 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0ae70baa76daf9237195881d7b200a0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3856aec1102825dfc0ae0fbbd5606d20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55be31098c0f752be3a4ff3cc3dc32b5 = $(`<div id="html_55be31098c0f752be3a4ff3cc3dc32b5" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_3856aec1102825dfc0ae0fbbd5606d20.setContent(html_55be31098c0f752be3a4ff3cc3dc32b5);
|
|
|
|
|
|
|
|
marker_22b1615cbcbfb34ecd337b6767640c31.bindPopup(popup_3856aec1102825dfc0ae0fbbd5606d20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22b1615cbcbfb34ecd337b6767640c31.setIcon(icon_0ae70baa76daf9237195881d7b200a0c);
|
|
|
|
|
|
var marker_c1f52f56a51ae4a8f75d55ffc553a9af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_eb922a108b14995267ec2e72958cdbbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29482efbf29e10b041ea76c54b0b44b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ed1db34ab7126c2f1806cc67261104 = $(`<div id="html_32ed1db34ab7126c2f1806cc67261104" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_29482efbf29e10b041ea76c54b0b44b8.setContent(html_32ed1db34ab7126c2f1806cc67261104);
|
|
|
|
|
|
|
|
marker_c1f52f56a51ae4a8f75d55ffc553a9af.bindPopup(popup_29482efbf29e10b041ea76c54b0b44b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1f52f56a51ae4a8f75d55ffc553a9af.setIcon(icon_eb922a108b14995267ec2e72958cdbbb);
|
|
|
|
|
|
var marker_09a9b9f971831154bf26c0b4ce8fd0e1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d5dc557a38ff9a18034dcda495f75972 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_249002d14c80428b7b3a71f10b5b038c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1dff53b4442af5552c1a70821552b51 = $(`<div id="html_c1dff53b4442af5552c1a70821552b51" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_249002d14c80428b7b3a71f10b5b038c.setContent(html_c1dff53b4442af5552c1a70821552b51);
|
|
|
|
|
|
|
|
marker_09a9b9f971831154bf26c0b4ce8fd0e1.bindPopup(popup_249002d14c80428b7b3a71f10b5b038c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09a9b9f971831154bf26c0b4ce8fd0e1.setIcon(icon_d5dc557a38ff9a18034dcda495f75972);
|
|
|
|
|
|
var marker_310fa8b959b1270b5878324fa8c0e437 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_865fce3c0847d773fe29a06a41bbb9b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a378958c8f30767a9912725766b4c233 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd2bdc58470e0a6bb152b85cf54d00d5 = $(`<div id="html_dd2bdc58470e0a6bb152b85cf54d00d5" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_a378958c8f30767a9912725766b4c233.setContent(html_dd2bdc58470e0a6bb152b85cf54d00d5);
|
|
|
|
|
|
|
|
marker_310fa8b959b1270b5878324fa8c0e437.bindPopup(popup_a378958c8f30767a9912725766b4c233)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_310fa8b959b1270b5878324fa8c0e437.setIcon(icon_865fce3c0847d773fe29a06a41bbb9b5);
|
|
|
|
|
|
var marker_01531656be4036a85084af6b5cc3e82f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_828ba4e0d2db89761ed35fe1fc0d79df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef8b55206c3b0b864174517c1949f878 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d935e263c40d2d8b2acf92ba93b5efcb = $(`<div id="html_d935e263c40d2d8b2acf92ba93b5efcb" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_ef8b55206c3b0b864174517c1949f878.setContent(html_d935e263c40d2d8b2acf92ba93b5efcb);
|
|
|
|
|
|
|
|
marker_01531656be4036a85084af6b5cc3e82f.bindPopup(popup_ef8b55206c3b0b864174517c1949f878)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01531656be4036a85084af6b5cc3e82f.setIcon(icon_828ba4e0d2db89761ed35fe1fc0d79df);
|
|
|
|
|
|
var marker_e29ab43c5835162ddeab6f62e3bc8e93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_9da9a123148ace78015f8e4a2b71ca0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5377ddc1c27c2d260c3081d202721d00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f5fc67772c02c8b73924c3bfd6ca805 = $(`<div id="html_6f5fc67772c02c8b73924c3bfd6ca805" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_5377ddc1c27c2d260c3081d202721d00.setContent(html_6f5fc67772c02c8b73924c3bfd6ca805);
|
|
|
|
|
|
|
|
marker_e29ab43c5835162ddeab6f62e3bc8e93.bindPopup(popup_5377ddc1c27c2d260c3081d202721d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e29ab43c5835162ddeab6f62e3bc8e93.setIcon(icon_9da9a123148ace78015f8e4a2b71ca0c);
|
|
|
|
|
|
var marker_c4696ca8950fda5da1d188646b3048d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7f5fc9aad46430a20a2ca72bcf969372 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44e95ac5aa9c6ca934e2b7da4fb5ba80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0576e05606c3fc6510f72465235f99dc = $(`<div id="html_0576e05606c3fc6510f72465235f99dc" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_44e95ac5aa9c6ca934e2b7da4fb5ba80.setContent(html_0576e05606c3fc6510f72465235f99dc);
|
|
|
|
|
|
|
|
marker_c4696ca8950fda5da1d188646b3048d3.bindPopup(popup_44e95ac5aa9c6ca934e2b7da4fb5ba80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4696ca8950fda5da1d188646b3048d3.setIcon(icon_7f5fc9aad46430a20a2ca72bcf969372);
|
|
|
|
|
|
var marker_e9e53d428c12412948b28fec4dbf4377 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_5706e0925eafc0c44506b666086065c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c8107c4a10bcb0a6d9fe95deb63bb64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0067ff2cb4594c993baac6bc432bce6e = $(`<div id="html_0067ff2cb4594c993baac6bc432bce6e" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_3c8107c4a10bcb0a6d9fe95deb63bb64.setContent(html_0067ff2cb4594c993baac6bc432bce6e);
|
|
|
|
|
|
|
|
marker_e9e53d428c12412948b28fec4dbf4377.bindPopup(popup_3c8107c4a10bcb0a6d9fe95deb63bb64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9e53d428c12412948b28fec4dbf4377.setIcon(icon_5706e0925eafc0c44506b666086065c5);
|
|
|
|
|
|
var marker_6b548f94de4e97e0c847d1cdee78422f = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_500d94e871985dc180749715d8083f0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99d74448c66570e2117b55642b3a2aa1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e3328c46eeff4d4712d9b1d096c0543 = $(`<div id="html_9e3328c46eeff4d4712d9b1d096c0543" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_99d74448c66570e2117b55642b3a2aa1.setContent(html_9e3328c46eeff4d4712d9b1d096c0543);
|
|
|
|
|
|
|
|
marker_6b548f94de4e97e0c847d1cdee78422f.bindPopup(popup_99d74448c66570e2117b55642b3a2aa1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b548f94de4e97e0c847d1cdee78422f.setIcon(icon_500d94e871985dc180749715d8083f0c);
|
|
|
|
|
|
var marker_30e2f11af267db768bf54b501c435daa = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_eab1fa749770f3ba10e996f084dd123f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75472cee8679a11f7ef2f3d5fff29747 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0413d520a83538d3ceb0acaccf0c962d = $(`<div id="html_0413d520a83538d3ceb0acaccf0c962d" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_75472cee8679a11f7ef2f3d5fff29747.setContent(html_0413d520a83538d3ceb0acaccf0c962d);
|
|
|
|
|
|
|
|
marker_30e2f11af267db768bf54b501c435daa.bindPopup(popup_75472cee8679a11f7ef2f3d5fff29747)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30e2f11af267db768bf54b501c435daa.setIcon(icon_eab1fa749770f3ba10e996f084dd123f);
|
|
|
|
|
|
var marker_04792838ea0c7feb30cd617cc9a187d7 = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_8b2e98ee4ff6382b2526f71efc20b97b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_463cc975597785f38040248bbed14960 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3602e7d85dc0327b199249865d9b9f5b = $(`<div id="html_3602e7d85dc0327b199249865d9b9f5b" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_463cc975597785f38040248bbed14960.setContent(html_3602e7d85dc0327b199249865d9b9f5b);
|
|
|
|
|
|
|
|
marker_04792838ea0c7feb30cd617cc9a187d7.bindPopup(popup_463cc975597785f38040248bbed14960)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04792838ea0c7feb30cd617cc9a187d7.setIcon(icon_8b2e98ee4ff6382b2526f71efc20b97b);
|
|
|
|
|
|
var marker_83cee50f59436a67dac1d9d72cee6b01 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_2cbd997e84acf82e8369f03266716b81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79e745585fe30a20d179b51792f4d92a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f84eaebe44f1f10af5df69723ef786c = $(`<div id="html_6f84eaebe44f1f10af5df69723ef786c" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_79e745585fe30a20d179b51792f4d92a.setContent(html_6f84eaebe44f1f10af5df69723ef786c);
|
|
|
|
|
|
|
|
marker_83cee50f59436a67dac1d9d72cee6b01.bindPopup(popup_79e745585fe30a20d179b51792f4d92a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83cee50f59436a67dac1d9d72cee6b01.setIcon(icon_2cbd997e84acf82e8369f03266716b81);
|
|
|
|
|
|
var marker_ad4603f1962fd2f42b781596d13924d6 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_528574499bd73b58e49187d6190aab31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57cee51188923413769848bb3432c8a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4475505180d7d3265c17dc52c8ca3a46 = $(`<div id="html_4475505180d7d3265c17dc52c8ca3a46" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_57cee51188923413769848bb3432c8a2.setContent(html_4475505180d7d3265c17dc52c8ca3a46);
|
|
|
|
|
|
|
|
marker_ad4603f1962fd2f42b781596d13924d6.bindPopup(popup_57cee51188923413769848bb3432c8a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad4603f1962fd2f42b781596d13924d6.setIcon(icon_528574499bd73b58e49187d6190aab31);
|
|
|
|
|
|
var marker_f2b657c60b8517556619c080493add4d = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7140fad390ae7dcb3eaad43d31b425bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40399587b2aab331f3e1ad6739b06921 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69e0df44dcb7c20446b2dee54ae501b0 = $(`<div id="html_69e0df44dcb7c20446b2dee54ae501b0" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_40399587b2aab331f3e1ad6739b06921.setContent(html_69e0df44dcb7c20446b2dee54ae501b0);
|
|
|
|
|
|
|
|
marker_f2b657c60b8517556619c080493add4d.bindPopup(popup_40399587b2aab331f3e1ad6739b06921)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2b657c60b8517556619c080493add4d.setIcon(icon_7140fad390ae7dcb3eaad43d31b425bc);
|
|
|
|
|
|
var marker_9f7ab3d6a146bcb130fa033cc6b9303f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_575e0f6e222e9ebf7e652789503da326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4b0bea01ec1fbea28159a5bc9982cd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99019f6b29f1ecf09915909128081e5c = $(`<div id="html_99019f6b29f1ecf09915909128081e5c" style="width: 100.0%; height: 100.0%;">relay.ryzizub.com</div>`)[0];
|
|
popup_b4b0bea01ec1fbea28159a5bc9982cd5.setContent(html_99019f6b29f1ecf09915909128081e5c);
|
|
|
|
|
|
|
|
marker_9f7ab3d6a146bcb130fa033cc6b9303f.bindPopup(popup_b4b0bea01ec1fbea28159a5bc9982cd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f7ab3d6a146bcb130fa033cc6b9303f.setIcon(icon_575e0f6e222e9ebf7e652789503da326);
|
|
|
|
|
|
var marker_6686ae4038cf250a4b3550268ae853ae = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_930bc6a48fd62bbd2170cf6303448fd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85da59cf94c208ddc679493da421d61c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f740090ae89dd29f8e0cd58d1413a52 = $(`<div id="html_3f740090ae89dd29f8e0cd58d1413a52" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_85da59cf94c208ddc679493da421d61c.setContent(html_3f740090ae89dd29f8e0cd58d1413a52);
|
|
|
|
|
|
|
|
marker_6686ae4038cf250a4b3550268ae853ae.bindPopup(popup_85da59cf94c208ddc679493da421d61c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6686ae4038cf250a4b3550268ae853ae.setIcon(icon_930bc6a48fd62bbd2170cf6303448fd7);
|
|
|
|
|
|
var marker_29ccc33f53b8a5321bcf674a04c49646 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ad49d2cd2f1ce90ea98d0a08b6e5ea6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a05191a220c492f64f9e34f41fa0a9e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac24bcd3366a8fa7f01d2718471256d4 = $(`<div id="html_ac24bcd3366a8fa7f01d2718471256d4" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_a05191a220c492f64f9e34f41fa0a9e0.setContent(html_ac24bcd3366a8fa7f01d2718471256d4);
|
|
|
|
|
|
|
|
marker_29ccc33f53b8a5321bcf674a04c49646.bindPopup(popup_a05191a220c492f64f9e34f41fa0a9e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29ccc33f53b8a5321bcf674a04c49646.setIcon(icon_ad49d2cd2f1ce90ea98d0a08b6e5ea6d);
|
|
|
|
|
|
var marker_5add815f1d381347a15da8516f4c8837 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0c3b7df766f09223799a5cd11b497367 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6005104baf8e4f7779863337776002d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89968ec08772a3f3b57b29bb45c6c8a0 = $(`<div id="html_89968ec08772a3f3b57b29bb45c6c8a0" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_6005104baf8e4f7779863337776002d4.setContent(html_89968ec08772a3f3b57b29bb45c6c8a0);
|
|
|
|
|
|
|
|
marker_5add815f1d381347a15da8516f4c8837.bindPopup(popup_6005104baf8e4f7779863337776002d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5add815f1d381347a15da8516f4c8837.setIcon(icon_0c3b7df766f09223799a5cd11b497367);
|
|
|
|
|
|
var marker_5ff20ef8bf552235d810e8c82dbdd262 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_df0d82fdcf9cf57ad55715902559fbc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cabc555f750c18620472b3760172e93e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7863275ec834ef9d074cfa849a38742 = $(`<div id="html_e7863275ec834ef9d074cfa849a38742" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_cabc555f750c18620472b3760172e93e.setContent(html_e7863275ec834ef9d074cfa849a38742);
|
|
|
|
|
|
|
|
marker_5ff20ef8bf552235d810e8c82dbdd262.bindPopup(popup_cabc555f750c18620472b3760172e93e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ff20ef8bf552235d810e8c82dbdd262.setIcon(icon_df0d82fdcf9cf57ad55715902559fbc4);
|
|
|
|
|
|
var marker_f91d1cf5ac590713caf491d6bf457c9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a2dbd86d696c8f85710f1bfac00207f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1e78b03dfeb0ab0fde5c30aaf5d2279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77ca05eb3cb142e116101ca2cda59f58 = $(`<div id="html_77ca05eb3cb142e116101ca2cda59f58" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_f1e78b03dfeb0ab0fde5c30aaf5d2279.setContent(html_77ca05eb3cb142e116101ca2cda59f58);
|
|
|
|
|
|
|
|
marker_f91d1cf5ac590713caf491d6bf457c9b.bindPopup(popup_f1e78b03dfeb0ab0fde5c30aaf5d2279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f91d1cf5ac590713caf491d6bf457c9b.setIcon(icon_a2dbd86d696c8f85710f1bfac00207f7);
|
|
|
|
|
|
var marker_38cf139cd12a8f3cccade8bc899b4a75 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e8674e6138c6480bb859d7c5f8661da8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c0e585cb01907efc748e3cda9549c7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a88fe9ee06c1932d288e992eed97ed71 = $(`<div id="html_a88fe9ee06c1932d288e992eed97ed71" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_3c0e585cb01907efc748e3cda9549c7e.setContent(html_a88fe9ee06c1932d288e992eed97ed71);
|
|
|
|
|
|
|
|
marker_38cf139cd12a8f3cccade8bc899b4a75.bindPopup(popup_3c0e585cb01907efc748e3cda9549c7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38cf139cd12a8f3cccade8bc899b4a75.setIcon(icon_e8674e6138c6480bb859d7c5f8661da8);
|
|
|
|
|
|
var marker_b7ec15233b3aa4921cb3b9d5712a4215 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_fc1f188b3a1ced17160dc9b620e61d70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6020627be663a5af62636661af422559 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_485a591941af63d32a2350c78d18a3e6 = $(`<div id="html_485a591941af63d32a2350c78d18a3e6" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_6020627be663a5af62636661af422559.setContent(html_485a591941af63d32a2350c78d18a3e6);
|
|
|
|
|
|
|
|
marker_b7ec15233b3aa4921cb3b9d5712a4215.bindPopup(popup_6020627be663a5af62636661af422559)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ec15233b3aa4921cb3b9d5712a4215.setIcon(icon_fc1f188b3a1ced17160dc9b620e61d70);
|
|
|
|
|
|
var marker_22b1149f12339064c8dc58a3ced3063f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_b880345d20df730358ada4ae5dc01fb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e92806de7a1d42c0afe9f108daa1271 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f64b157c88ee06cacc0bb70d33003c2 = $(`<div id="html_6f64b157c88ee06cacc0bb70d33003c2" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_4e92806de7a1d42c0afe9f108daa1271.setContent(html_6f64b157c88ee06cacc0bb70d33003c2);
|
|
|
|
|
|
|
|
marker_22b1149f12339064c8dc58a3ced3063f.bindPopup(popup_4e92806de7a1d42c0afe9f108daa1271)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22b1149f12339064c8dc58a3ced3063f.setIcon(icon_b880345d20df730358ada4ae5dc01fb9);
|
|
|
|
|
|
var marker_5809bd3c4432a10b85dc0caff46a8a45 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_906ae4db0619279970f6cd7fc3059c67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dc37300e5f273e72d4aaf8b1386d8de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_608822e9e60585454164b4afe96d89fd = $(`<div id="html_608822e9e60585454164b4afe96d89fd" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_1dc37300e5f273e72d4aaf8b1386d8de.setContent(html_608822e9e60585454164b4afe96d89fd);
|
|
|
|
|
|
|
|
marker_5809bd3c4432a10b85dc0caff46a8a45.bindPopup(popup_1dc37300e5f273e72d4aaf8b1386d8de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5809bd3c4432a10b85dc0caff46a8a45.setIcon(icon_906ae4db0619279970f6cd7fc3059c67);
|
|
|
|
|
|
var marker_e2cc95608e20bf4e3793c232defe1eb7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_8ed95ea3f013f29626e1b41e6337980a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36b5778844bc4cce51930b2ad19dc3e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb59051d74aa9bdea944a5797ba7bd5c = $(`<div id="html_bb59051d74aa9bdea944a5797ba7bd5c" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_36b5778844bc4cce51930b2ad19dc3e4.setContent(html_bb59051d74aa9bdea944a5797ba7bd5c);
|
|
|
|
|
|
|
|
marker_e2cc95608e20bf4e3793c232defe1eb7.bindPopup(popup_36b5778844bc4cce51930b2ad19dc3e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2cc95608e20bf4e3793c232defe1eb7.setIcon(icon_8ed95ea3f013f29626e1b41e6337980a);
|
|
|
|
|
|
var marker_27f2652ec4c3adf8a8d5d9413988b53f = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ca484c1b81b2b3cc4575fd14b59e4f13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e62567e27bfdbdc4e4969cf52699bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68e5df1716ca2ae710774b75c3d3435d = $(`<div id="html_68e5df1716ca2ae710774b75c3d3435d" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_90e62567e27bfdbdc4e4969cf52699bc.setContent(html_68e5df1716ca2ae710774b75c3d3435d);
|
|
|
|
|
|
|
|
marker_27f2652ec4c3adf8a8d5d9413988b53f.bindPopup(popup_90e62567e27bfdbdc4e4969cf52699bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27f2652ec4c3adf8a8d5d9413988b53f.setIcon(icon_ca484c1b81b2b3cc4575fd14b59e4f13);
|
|
|
|
|
|
var marker_96f360ac4881eb821412d2401f8f9670 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d14dc7b2162aeab1a5e5c5f850771823 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6698066ae5bb5682f6d2343f461a2da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d92a06faaade8ec1f5f02e790f5f1c4 = $(`<div id="html_3d92a06faaade8ec1f5f02e790f5f1c4" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_b6698066ae5bb5682f6d2343f461a2da.setContent(html_3d92a06faaade8ec1f5f02e790f5f1c4);
|
|
|
|
|
|
|
|
marker_96f360ac4881eb821412d2401f8f9670.bindPopup(popup_b6698066ae5bb5682f6d2343f461a2da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96f360ac4881eb821412d2401f8f9670.setIcon(icon_d14dc7b2162aeab1a5e5c5f850771823);
|
|
|
|
|
|
var marker_264a691a1a0c09fd91786d1f94e00ec7 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a560f997e20be20f7e32afffea5549c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1c99eb54dfb7ebd791aa8f4bf55de3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd6fefbbf3c9945594f15f93c4c87cdb = $(`<div id="html_bd6fefbbf3c9945594f15f93c4c87cdb" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_f1c99eb54dfb7ebd791aa8f4bf55de3e.setContent(html_bd6fefbbf3c9945594f15f93c4c87cdb);
|
|
|
|
|
|
|
|
marker_264a691a1a0c09fd91786d1f94e00ec7.bindPopup(popup_f1c99eb54dfb7ebd791aa8f4bf55de3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_264a691a1a0c09fd91786d1f94e00ec7.setIcon(icon_a560f997e20be20f7e32afffea5549c6);
|
|
|
|
|
|
var marker_86020a327373dc39872e6967aa96f8f8 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_cff22d0e051db1b4b5cc1b3a8a6f0862 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64a5ec9102e31a00bfc3bec6f991fc4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a39e4e75717af19ddb85af18b52ce836 = $(`<div id="html_a39e4e75717af19ddb85af18b52ce836" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_64a5ec9102e31a00bfc3bec6f991fc4e.setContent(html_a39e4e75717af19ddb85af18b52ce836);
|
|
|
|
|
|
|
|
marker_86020a327373dc39872e6967aa96f8f8.bindPopup(popup_64a5ec9102e31a00bfc3bec6f991fc4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86020a327373dc39872e6967aa96f8f8.setIcon(icon_cff22d0e051db1b4b5cc1b3a8a6f0862);
|
|
|
|
|
|
var marker_46f12cacbb1855975c7f99b04d770f0f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_c4a2242b4684dfb450db258717bf3fe9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c769bda4b1e6e248ed566fa7ff9be6ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c310f775af5902d4c1ca8b6260e45ab = $(`<div id="html_5c310f775af5902d4c1ca8b6260e45ab" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_c769bda4b1e6e248ed566fa7ff9be6ed.setContent(html_5c310f775af5902d4c1ca8b6260e45ab);
|
|
|
|
|
|
|
|
marker_46f12cacbb1855975c7f99b04d770f0f.bindPopup(popup_c769bda4b1e6e248ed566fa7ff9be6ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46f12cacbb1855975c7f99b04d770f0f.setIcon(icon_c4a2242b4684dfb450db258717bf3fe9);
|
|
|
|
|
|
var marker_cf12e6c7daae31b7f236f6e8d34c92e2 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_938654eb9780908f3b6a259f1d48ff44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6369436f4a42a5d0a7eca32234fe9309 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55f3c8e70d22e36bccd295a478100a9c = $(`<div id="html_55f3c8e70d22e36bccd295a478100a9c" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_6369436f4a42a5d0a7eca32234fe9309.setContent(html_55f3c8e70d22e36bccd295a478100a9c);
|
|
|
|
|
|
|
|
marker_cf12e6c7daae31b7f236f6e8d34c92e2.bindPopup(popup_6369436f4a42a5d0a7eca32234fe9309)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf12e6c7daae31b7f236f6e8d34c92e2.setIcon(icon_938654eb9780908f3b6a259f1d48ff44);
|
|
|
|
|
|
var marker_a2f8ea359af4e61fc178d7c07a1e7042 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_fe4e99bfae6ced0a8f32333f361f0801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3e1dda30d130d1ec173edbd7a859dd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54d428d2385f39ddf865a52413a9b3db = $(`<div id="html_54d428d2385f39ddf865a52413a9b3db" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_e3e1dda30d130d1ec173edbd7a859dd3.setContent(html_54d428d2385f39ddf865a52413a9b3db);
|
|
|
|
|
|
|
|
marker_a2f8ea359af4e61fc178d7c07a1e7042.bindPopup(popup_e3e1dda30d130d1ec173edbd7a859dd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2f8ea359af4e61fc178d7c07a1e7042.setIcon(icon_fe4e99bfae6ced0a8f32333f361f0801);
|
|
|
|
|
|
var marker_683aeac5bafed9d8530a8b06cb8b8199 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_90f88ebb1f2dc0360e914125c31a3eac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2baa7bbb3192a55d9f944801a288f55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f102c4ae9cd5763fef593cdbfec23fd4 = $(`<div id="html_f102c4ae9cd5763fef593cdbfec23fd4" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_c2baa7bbb3192a55d9f944801a288f55.setContent(html_f102c4ae9cd5763fef593cdbfec23fd4);
|
|
|
|
|
|
|
|
marker_683aeac5bafed9d8530a8b06cb8b8199.bindPopup(popup_c2baa7bbb3192a55d9f944801a288f55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_683aeac5bafed9d8530a8b06cb8b8199.setIcon(icon_90f88ebb1f2dc0360e914125c31a3eac);
|
|
|
|
|
|
var marker_275d3dc93e12df95a4c1075fd3e1b88a = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7b81a76a4f53d7f24d5b963f1ac793c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9dee4b9d0ff6d9be7fdb77937068d08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28510c2abbe952c11f9e95370ad91838 = $(`<div id="html_28510c2abbe952c11f9e95370ad91838" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_b9dee4b9d0ff6d9be7fdb77937068d08.setContent(html_28510c2abbe952c11f9e95370ad91838);
|
|
|
|
|
|
|
|
marker_275d3dc93e12df95a4c1075fd3e1b88a.bindPopup(popup_b9dee4b9d0ff6d9be7fdb77937068d08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_275d3dc93e12df95a4c1075fd3e1b88a.setIcon(icon_7b81a76a4f53d7f24d5b963f1ac793c0);
|
|
|
|
|
|
var marker_b06f7a866531ce6c43dac49159a132fb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0c0d8e1b95575f15a2b0b3d7f58305e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d18b180c0fb3bbb440c2440bdfc60be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73ed0115a6daeae12fae840e7c28944b = $(`<div id="html_73ed0115a6daeae12fae840e7c28944b" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_1d18b180c0fb3bbb440c2440bdfc60be.setContent(html_73ed0115a6daeae12fae840e7c28944b);
|
|
|
|
|
|
|
|
marker_b06f7a866531ce6c43dac49159a132fb.bindPopup(popup_1d18b180c0fb3bbb440c2440bdfc60be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b06f7a866531ce6c43dac49159a132fb.setIcon(icon_0c0d8e1b95575f15a2b0b3d7f58305e4);
|
|
|
|
|
|
var marker_41b457c0fcd699bbb5b9a18a302cddda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_7d7b9303a3e381ebe849609dcbd837a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f5c1718fbaeeffb4ba98c07d27d657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69522af26a32f0be06cb424d2cc8bf3e = $(`<div id="html_69522af26a32f0be06cb424d2cc8bf3e" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_94f5c1718fbaeeffb4ba98c07d27d657.setContent(html_69522af26a32f0be06cb424d2cc8bf3e);
|
|
|
|
|
|
|
|
marker_41b457c0fcd699bbb5b9a18a302cddda.bindPopup(popup_94f5c1718fbaeeffb4ba98c07d27d657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41b457c0fcd699bbb5b9a18a302cddda.setIcon(icon_7d7b9303a3e381ebe849609dcbd837a0);
|
|
|
|
|
|
var marker_97fbfc4da0d3355f5b652e13883a7846 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_02e820c9df31711e778695439d032f58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_677cbd6be8f9a4f4b0eca40f4f66263e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c5a95762db06ce669d63f2db3b3be8e = $(`<div id="html_2c5a95762db06ce669d63f2db3b3be8e" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_677cbd6be8f9a4f4b0eca40f4f66263e.setContent(html_2c5a95762db06ce669d63f2db3b3be8e);
|
|
|
|
|
|
|
|
marker_97fbfc4da0d3355f5b652e13883a7846.bindPopup(popup_677cbd6be8f9a4f4b0eca40f4f66263e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97fbfc4da0d3355f5b652e13883a7846.setIcon(icon_02e820c9df31711e778695439d032f58);
|
|
|
|
|
|
var marker_aed4f4fbd304a89729383a5c3f6e73ae = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_5e6d2f85325fde7cfbae82ae12859dee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c374e06e517d96fa48b5613a5eb3f23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32a3258c9f98dbd19619e4521f444365 = $(`<div id="html_32a3258c9f98dbd19619e4521f444365" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_7c374e06e517d96fa48b5613a5eb3f23.setContent(html_32a3258c9f98dbd19619e4521f444365);
|
|
|
|
|
|
|
|
marker_aed4f4fbd304a89729383a5c3f6e73ae.bindPopup(popup_7c374e06e517d96fa48b5613a5eb3f23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aed4f4fbd304a89729383a5c3f6e73ae.setIcon(icon_5e6d2f85325fde7cfbae82ae12859dee);
|
|
|
|
|
|
var marker_7048ad5a9d30a61f5f05a89703cd4360 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_8aff8757b0d5abe3db7bd10046734f61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_115acb077045d1ac5f26b7685aa85294 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02615ca6c09f7ae9042ed5c9ac0fe41a = $(`<div id="html_02615ca6c09f7ae9042ed5c9ac0fe41a" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_115acb077045d1ac5f26b7685aa85294.setContent(html_02615ca6c09f7ae9042ed5c9ac0fe41a);
|
|
|
|
|
|
|
|
marker_7048ad5a9d30a61f5f05a89703cd4360.bindPopup(popup_115acb077045d1ac5f26b7685aa85294)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7048ad5a9d30a61f5f05a89703cd4360.setIcon(icon_8aff8757b0d5abe3db7bd10046734f61);
|
|
|
|
|
|
var marker_dc64f839f7381ecca2ae054fe7478bf9 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d700d9fd1018dc0a243150234248f36e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7ea82bf0fb20b64d3c0fa3ec31b89a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6651d513af3f480f4eca272b3d7dfb75 = $(`<div id="html_6651d513af3f480f4eca272b3d7dfb75" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_b7ea82bf0fb20b64d3c0fa3ec31b89a4.setContent(html_6651d513af3f480f4eca272b3d7dfb75);
|
|
|
|
|
|
|
|
marker_dc64f839f7381ecca2ae054fe7478bf9.bindPopup(popup_b7ea82bf0fb20b64d3c0fa3ec31b89a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc64f839f7381ecca2ae054fe7478bf9.setIcon(icon_d700d9fd1018dc0a243150234248f36e);
|
|
|
|
|
|
var marker_11b8e37a7fa72463ed1dfee79cddc904 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_8047b1bd70cb5bc2f50297eeec726e04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ba01c04d7d7d936ffabb7c0ccb37eea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee2ba809067f9faf98c0977e721c4de6 = $(`<div id="html_ee2ba809067f9faf98c0977e721c4de6" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_1ba01c04d7d7d936ffabb7c0ccb37eea.setContent(html_ee2ba809067f9faf98c0977e721c4de6);
|
|
|
|
|
|
|
|
marker_11b8e37a7fa72463ed1dfee79cddc904.bindPopup(popup_1ba01c04d7d7d936ffabb7c0ccb37eea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11b8e37a7fa72463ed1dfee79cddc904.setIcon(icon_8047b1bd70cb5bc2f50297eeec726e04);
|
|
|
|
|
|
var marker_eff2d11ab834a7da26e7e81bf2e41621 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_e7a9aff9776f0c1358088f3c32f2cb4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_377fd0d4837022b82b49940da55e25bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77eb46ce6c08b830a41526e4a9064c47 = $(`<div id="html_77eb46ce6c08b830a41526e4a9064c47" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_377fd0d4837022b82b49940da55e25bc.setContent(html_77eb46ce6c08b830a41526e4a9064c47);
|
|
|
|
|
|
|
|
marker_eff2d11ab834a7da26e7e81bf2e41621.bindPopup(popup_377fd0d4837022b82b49940da55e25bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eff2d11ab834a7da26e7e81bf2e41621.setIcon(icon_e7a9aff9776f0c1358088f3c32f2cb4b);
|
|
|
|
|
|
var marker_586b3cbfb1a1abb1860b1140708dae9d = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ae8d1a215268aa3df722468f6e5b45a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b8ce6a5f95c5bd48c89d1fb2cec1bb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e35d01a5bc5f82203452f0f970953d42 = $(`<div id="html_e35d01a5bc5f82203452f0f970953d42" style="width: 100.0%; height: 100.0%;">nostr.thaliyal.com</div>`)[0];
|
|
popup_9b8ce6a5f95c5bd48c89d1fb2cec1bb1.setContent(html_e35d01a5bc5f82203452f0f970953d42);
|
|
|
|
|
|
|
|
marker_586b3cbfb1a1abb1860b1140708dae9d.bindPopup(popup_9b8ce6a5f95c5bd48c89d1fb2cec1bb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_586b3cbfb1a1abb1860b1140708dae9d.setIcon(icon_ae8d1a215268aa3df722468f6e5b45a8);
|
|
|
|
|
|
var marker_615027ad89db4166580f3aae62a88cfe = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_90fb7a2c9d94d6161e7c12933cbf09e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a58dcdeed8c947bf6afdc7550e90346 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c72f7870c1f9e43f2b07e66514265c9b = $(`<div id="html_c72f7870c1f9e43f2b07e66514265c9b" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_5a58dcdeed8c947bf6afdc7550e90346.setContent(html_c72f7870c1f9e43f2b07e66514265c9b);
|
|
|
|
|
|
|
|
marker_615027ad89db4166580f3aae62a88cfe.bindPopup(popup_5a58dcdeed8c947bf6afdc7550e90346)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_615027ad89db4166580f3aae62a88cfe.setIcon(icon_90fb7a2c9d94d6161e7c12933cbf09e4);
|
|
|
|
|
|
var marker_0460a3732544e7a90aa5660348d6ca9c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_82f26da3280c1e45439f410bffe19bc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44a0e32cc63633a01416122896d7ce16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f13005470b0e7991d788489c2bf563b8 = $(`<div id="html_f13005470b0e7991d788489c2bf563b8" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_44a0e32cc63633a01416122896d7ce16.setContent(html_f13005470b0e7991d788489c2bf563b8);
|
|
|
|
|
|
|
|
marker_0460a3732544e7a90aa5660348d6ca9c.bindPopup(popup_44a0e32cc63633a01416122896d7ce16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0460a3732544e7a90aa5660348d6ca9c.setIcon(icon_82f26da3280c1e45439f410bffe19bc0);
|
|
|
|
|
|
var marker_0390c238c94f77f3a97ff4ecd4849163 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_54b15b16280136986d2624b6d9e0984d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe112bb4cff77c83a5b59d57d7d92d72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48be9565f874c71d5ab3a8956f7bbfd2 = $(`<div id="html_48be9565f874c71d5ab3a8956f7bbfd2" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_fe112bb4cff77c83a5b59d57d7d92d72.setContent(html_48be9565f874c71d5ab3a8956f7bbfd2);
|
|
|
|
|
|
|
|
marker_0390c238c94f77f3a97ff4ecd4849163.bindPopup(popup_fe112bb4cff77c83a5b59d57d7d92d72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0390c238c94f77f3a97ff4ecd4849163.setIcon(icon_54b15b16280136986d2624b6d9e0984d);
|
|
|
|
|
|
var marker_e16c16b6de75b0a9c9c052272e85616b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_a62acc04f0d3f456875c583dfe7fd474 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_590fd868e06039826aa4f822c0693fc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c51f51e6761f8bd85530932873a9ec57 = $(`<div id="html_c51f51e6761f8bd85530932873a9ec57" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_590fd868e06039826aa4f822c0693fc0.setContent(html_c51f51e6761f8bd85530932873a9ec57);
|
|
|
|
|
|
|
|
marker_e16c16b6de75b0a9c9c052272e85616b.bindPopup(popup_590fd868e06039826aa4f822c0693fc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e16c16b6de75b0a9c9c052272e85616b.setIcon(icon_a62acc04f0d3f456875c583dfe7fd474);
|
|
|
|
|
|
var marker_dd60f716d8d8295af2d7adc3b0bb413c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_0e79d90790b4423c166c85573806317a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93d11f521ce095791a4c698fdd43e989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbea6f0c0ff3131193ca5e2e9ef6dfb6 = $(`<div id="html_cbea6f0c0ff3131193ca5e2e9ef6dfb6" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_93d11f521ce095791a4c698fdd43e989.setContent(html_cbea6f0c0ff3131193ca5e2e9ef6dfb6);
|
|
|
|
|
|
|
|
marker_dd60f716d8d8295af2d7adc3b0bb413c.bindPopup(popup_93d11f521ce095791a4c698fdd43e989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd60f716d8d8295af2d7adc3b0bb413c.setIcon(icon_0e79d90790b4423c166c85573806317a);
|
|
|
|
|
|
var marker_2c74af8da328776a6eed362ff9991be3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_9cc93fb6f9cb2f1672c1034d2f3ce64e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61821848b0c7e483475959dc2433c722 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c824343c0f6bf6c86fa1c4dcd1f3a3ed = $(`<div id="html_c824343c0f6bf6c86fa1c4dcd1f3a3ed" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_61821848b0c7e483475959dc2433c722.setContent(html_c824343c0f6bf6c86fa1c4dcd1f3a3ed);
|
|
|
|
|
|
|
|
marker_2c74af8da328776a6eed362ff9991be3.bindPopup(popup_61821848b0c7e483475959dc2433c722)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c74af8da328776a6eed362ff9991be3.setIcon(icon_9cc93fb6f9cb2f1672c1034d2f3ce64e);
|
|
|
|
|
|
var marker_616fe4f17af70afde02252320674f5cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_80296866fdbcb6a79d2d56423dc5bbd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0648f5450e6e9627fb4677576521cfe8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5ae96d4bf453efaf4d5bbe73a915f88 = $(`<div id="html_d5ae96d4bf453efaf4d5bbe73a915f88" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_0648f5450e6e9627fb4677576521cfe8.setContent(html_d5ae96d4bf453efaf4d5bbe73a915f88);
|
|
|
|
|
|
|
|
marker_616fe4f17af70afde02252320674f5cf.bindPopup(popup_0648f5450e6e9627fb4677576521cfe8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_616fe4f17af70afde02252320674f5cf.setIcon(icon_80296866fdbcb6a79d2d56423dc5bbd3);
|
|
|
|
|
|
var marker_27c3536f98e1d45cfe0d709cea58a32e = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d5576e37d760bdc3df825fb473541338 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65a64581e1802970881dc4d65b36746b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1de9eb1c38ee27e76533a36491119d7a = $(`<div id="html_1de9eb1c38ee27e76533a36491119d7a" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_65a64581e1802970881dc4d65b36746b.setContent(html_1de9eb1c38ee27e76533a36491119d7a);
|
|
|
|
|
|
|
|
marker_27c3536f98e1d45cfe0d709cea58a32e.bindPopup(popup_65a64581e1802970881dc4d65b36746b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27c3536f98e1d45cfe0d709cea58a32e.setIcon(icon_d5576e37d760bdc3df825fb473541338);
|
|
|
|
|
|
var marker_67d3ea52637fc5fd4d65ac65019fb1bc = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_82eb5ac7413481f8f154ff56a83fbd63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a45e3a81f838787a0e99263d20730d63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deb402a303be34521d56579e0da63e28 = $(`<div id="html_deb402a303be34521d56579e0da63e28" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_a45e3a81f838787a0e99263d20730d63.setContent(html_deb402a303be34521d56579e0da63e28);
|
|
|
|
|
|
|
|
marker_67d3ea52637fc5fd4d65ac65019fb1bc.bindPopup(popup_a45e3a81f838787a0e99263d20730d63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67d3ea52637fc5fd4d65ac65019fb1bc.setIcon(icon_82eb5ac7413481f8f154ff56a83fbd63);
|
|
|
|
|
|
var marker_9cf0b3e324db058fbf48fd84ba97b309 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_ad617c33be01dfd05983418782341aa4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_246142b6e9ce3260d2a08ea433071fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8df4f62f98ab8469ac27adc30c6ff03f = $(`<div id="html_8df4f62f98ab8469ac27adc30c6ff03f" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_246142b6e9ce3260d2a08ea433071fff.setContent(html_8df4f62f98ab8469ac27adc30c6ff03f);
|
|
|
|
|
|
|
|
marker_9cf0b3e324db058fbf48fd84ba97b309.bindPopup(popup_246142b6e9ce3260d2a08ea433071fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cf0b3e324db058fbf48fd84ba97b309.setIcon(icon_ad617c33be01dfd05983418782341aa4);
|
|
|
|
|
|
var marker_b23f3c28409d1bae888f9556cafb52eb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_5e640f9f77d76f5764536b0c00b26ca9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73c626562ecf787618ef39ce0a21de8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a600444c48dde9de4c6b4eaa4f2557 = $(`<div id="html_b6a600444c48dde9de4c6b4eaa4f2557" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_73c626562ecf787618ef39ce0a21de8d.setContent(html_b6a600444c48dde9de4c6b4eaa4f2557);
|
|
|
|
|
|
|
|
marker_b23f3c28409d1bae888f9556cafb52eb.bindPopup(popup_73c626562ecf787618ef39ce0a21de8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b23f3c28409d1bae888f9556cafb52eb.setIcon(icon_5e640f9f77d76f5764536b0c00b26ca9);
|
|
|
|
|
|
var marker_e865f2146c6663f6a0b499afcfaec32a = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_d5e826119c78eddb2b07f5f4a313e835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f97bb6a53f700abf7ba64a42c06bcf3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_893c877b739abe0b0ddc9058c132e245 = $(`<div id="html_893c877b739abe0b0ddc9058c132e245" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_f97bb6a53f700abf7ba64a42c06bcf3a.setContent(html_893c877b739abe0b0ddc9058c132e245);
|
|
|
|
|
|
|
|
marker_e865f2146c6663f6a0b499afcfaec32a.bindPopup(popup_f97bb6a53f700abf7ba64a42c06bcf3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e865f2146c6663f6a0b499afcfaec32a.setIcon(icon_d5e826119c78eddb2b07f5f4a313e835);
|
|
|
|
|
|
var marker_de6197fef7e8e1f118f3e3c7fc9a04c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_f51ab1635c7fe9abe24ba8f599f76b5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afa25617f367427041dde5c0a59e20b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_616f0e40d2b0dfe793899b54978cdacd = $(`<div id="html_616f0e40d2b0dfe793899b54978cdacd" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_afa25617f367427041dde5c0a59e20b2.setContent(html_616f0e40d2b0dfe793899b54978cdacd);
|
|
|
|
|
|
|
|
marker_de6197fef7e8e1f118f3e3c7fc9a04c1.bindPopup(popup_afa25617f367427041dde5c0a59e20b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de6197fef7e8e1f118f3e3c7fc9a04c1.setIcon(icon_f51ab1635c7fe9abe24ba8f599f76b5b);
|
|
|
|
|
|
var marker_54ab3464eeeb281eeba2868f85c355e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6b81bd43a653dbb671542208fdf3fcc9);
|
|
|
|
|
|
var icon_31ebec3f8c528c018a70e663182b4c04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09f29ba5bd7892eb21970a8f8fdd8341 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c620080787dff5324c1507df537ae111 = $(`<div id="html_c620080787dff5324c1507df537ae111" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_09f29ba5bd7892eb21970a8f8fdd8341.setContent(html_c620080787dff5324c1507df537ae111);
|
|
|
|
|
|
|
|
marker_54ab3464eeeb281eeba2868f85c355e2.bindPopup(popup_09f29ba5bd7892eb21970a8f8fdd8341)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54ab3464eeeb281eeba2868f85c355e2.setIcon(icon_31ebec3f8c528c018a70e663182b4c04);
|
|
|
|
|
|
marker_cluster_6b81bd43a653dbb671542208fdf3fcc9.addTo(map_c3caf2f0772c6f31ffea52905fcc6fc8);
|
|
|
|
</script>
|
|
</html> |