mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 12:45:19 +00:00
11399 lines
332 KiB
HTML
11399 lines
332 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_548c60c0b7971b5d593c6c6c3f7f9986 {
|
|
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_548c60c0b7971b5d593c6c6c3f7f9986" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_548c60c0b7971b5d593c6c6c3f7f9986 = L.map(
|
|
"map_548c60c0b7971b5d593c6c6c3f7f9986",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_6db5810b66c3cd61baace79dd43aa483 = 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_6db5810b66c3cd61baace79dd43aa483.addTo(map_548c60c0b7971b5d593c6c6c3f7f9986);
|
|
|
|
|
|
var marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_09aef8a5020f2211fefa9cb3732f5f12 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_487c8f47c7e3d2513af4736cc918b4dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b764ccdf2ed703066014cbb430cfe1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a06e7dd6d94f4789d59e35123779f98 = $(`<div id="html_7a06e7dd6d94f4789d59e35123779f98" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_4b764ccdf2ed703066014cbb430cfe1f.setContent(html_7a06e7dd6d94f4789d59e35123779f98);
|
|
|
|
|
|
|
|
marker_09aef8a5020f2211fefa9cb3732f5f12.bindPopup(popup_4b764ccdf2ed703066014cbb430cfe1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09aef8a5020f2211fefa9cb3732f5f12.setIcon(icon_487c8f47c7e3d2513af4736cc918b4dc);
|
|
|
|
|
|
var marker_a6562f12ba632f6f48bdbbfa7a0ec3df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2a68cfd63b285fd419a766a2e37547f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fc24f717acda3fb74fa103e337a9796 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14f4c63673331e43ee44a0afb00d6759 = $(`<div id="html_14f4c63673331e43ee44a0afb00d6759" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_5fc24f717acda3fb74fa103e337a9796.setContent(html_14f4c63673331e43ee44a0afb00d6759);
|
|
|
|
|
|
|
|
marker_a6562f12ba632f6f48bdbbfa7a0ec3df.bindPopup(popup_5fc24f717acda3fb74fa103e337a9796)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6562f12ba632f6f48bdbbfa7a0ec3df.setIcon(icon_2a68cfd63b285fd419a766a2e37547f1);
|
|
|
|
|
|
var marker_cbe5fe7ed7f0b0bca9ab7473ef402f95 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2a8ce885934f95c396064da5532ab1dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef1faa6d7e9068832e5e11cef72e09f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8002196ad52e90a04fc738bd341fcc3 = $(`<div id="html_b8002196ad52e90a04fc738bd341fcc3" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_ef1faa6d7e9068832e5e11cef72e09f4.setContent(html_b8002196ad52e90a04fc738bd341fcc3);
|
|
|
|
|
|
|
|
marker_cbe5fe7ed7f0b0bca9ab7473ef402f95.bindPopup(popup_ef1faa6d7e9068832e5e11cef72e09f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbe5fe7ed7f0b0bca9ab7473ef402f95.setIcon(icon_2a8ce885934f95c396064da5532ab1dd);
|
|
|
|
|
|
var marker_333b6ac0344f56b30f6076e9ac3e1910 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_eddff34f97d59ed15b786390a8db38e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9931af3aaac554ca1ac94c9688b0b709 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7842fb332fd25812960671654489e0b = $(`<div id="html_b7842fb332fd25812960671654489e0b" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_9931af3aaac554ca1ac94c9688b0b709.setContent(html_b7842fb332fd25812960671654489e0b);
|
|
|
|
|
|
|
|
marker_333b6ac0344f56b30f6076e9ac3e1910.bindPopup(popup_9931af3aaac554ca1ac94c9688b0b709)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_333b6ac0344f56b30f6076e9ac3e1910.setIcon(icon_eddff34f97d59ed15b786390a8db38e6);
|
|
|
|
|
|
var marker_64bd68c7eb416dbf6597e19f664d608a = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_dd1df18b81efaa8c1801ddc9e4ee662b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08e495dfb6e4a842f34e1ecb50987f7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b49b3f226f1bd60d05ff39d664efbaff = $(`<div id="html_b49b3f226f1bd60d05ff39d664efbaff" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_08e495dfb6e4a842f34e1ecb50987f7c.setContent(html_b49b3f226f1bd60d05ff39d664efbaff);
|
|
|
|
|
|
|
|
marker_64bd68c7eb416dbf6597e19f664d608a.bindPopup(popup_08e495dfb6e4a842f34e1ecb50987f7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64bd68c7eb416dbf6597e19f664d608a.setIcon(icon_dd1df18b81efaa8c1801ddc9e4ee662b);
|
|
|
|
|
|
var marker_367b16aaf10a0c9658dd9e99be811783 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_91be4d17108518c010aacbf96613bb53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_814ec83cd908815572a7f8b3f9069038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeaf9b9ffc60071835be024c78db2689 = $(`<div id="html_eeaf9b9ffc60071835be024c78db2689" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_814ec83cd908815572a7f8b3f9069038.setContent(html_eeaf9b9ffc60071835be024c78db2689);
|
|
|
|
|
|
|
|
marker_367b16aaf10a0c9658dd9e99be811783.bindPopup(popup_814ec83cd908815572a7f8b3f9069038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_367b16aaf10a0c9658dd9e99be811783.setIcon(icon_91be4d17108518c010aacbf96613bb53);
|
|
|
|
|
|
var marker_a6b2caac735db3993b2ed8bb6606f4b4 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_064a791e4d2e490bee012fe4867d4eba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_614c82eefe251698801e19b39b1e1a01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4485a87508c5551d2ca8e0299baf3e45 = $(`<div id="html_4485a87508c5551d2ca8e0299baf3e45" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_614c82eefe251698801e19b39b1e1a01.setContent(html_4485a87508c5551d2ca8e0299baf3e45);
|
|
|
|
|
|
|
|
marker_a6b2caac735db3993b2ed8bb6606f4b4.bindPopup(popup_614c82eefe251698801e19b39b1e1a01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6b2caac735db3993b2ed8bb6606f4b4.setIcon(icon_064a791e4d2e490bee012fe4867d4eba);
|
|
|
|
|
|
var marker_881c207efcdcd20b4bfbe37b0c8949d0 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_44da5e3d82b093a0f38500bac5a413a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8722daba2ab0f8d175a4d2f843a8956a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b83aec6adf112aff68f021165063fe18 = $(`<div id="html_b83aec6adf112aff68f021165063fe18" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_8722daba2ab0f8d175a4d2f843a8956a.setContent(html_b83aec6adf112aff68f021165063fe18);
|
|
|
|
|
|
|
|
marker_881c207efcdcd20b4bfbe37b0c8949d0.bindPopup(popup_8722daba2ab0f8d175a4d2f843a8956a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_881c207efcdcd20b4bfbe37b0c8949d0.setIcon(icon_44da5e3d82b093a0f38500bac5a413a6);
|
|
|
|
|
|
var marker_aff829e095634d19d1b559963fff659b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_54058e39dfba3fda73351c35024e3c08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_959444eca25c98ccfc61ce6c5724e0d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb06e539869ec127afdd8f377854022f = $(`<div id="html_fb06e539869ec127afdd8f377854022f" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_959444eca25c98ccfc61ce6c5724e0d4.setContent(html_fb06e539869ec127afdd8f377854022f);
|
|
|
|
|
|
|
|
marker_aff829e095634d19d1b559963fff659b.bindPopup(popup_959444eca25c98ccfc61ce6c5724e0d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aff829e095634d19d1b559963fff659b.setIcon(icon_54058e39dfba3fda73351c35024e3c08);
|
|
|
|
|
|
var marker_3a3567d824c226e55f3204ed17f62162 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_50d54309988b350b81b2902b366aa1bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74337a1dc4cffdf03908b7bb505085b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e0d4e2f4cac8b4004032ea10631be12 = $(`<div id="html_6e0d4e2f4cac8b4004032ea10631be12" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_74337a1dc4cffdf03908b7bb505085b2.setContent(html_6e0d4e2f4cac8b4004032ea10631be12);
|
|
|
|
|
|
|
|
marker_3a3567d824c226e55f3204ed17f62162.bindPopup(popup_74337a1dc4cffdf03908b7bb505085b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a3567d824c226e55f3204ed17f62162.setIcon(icon_50d54309988b350b81b2902b366aa1bd);
|
|
|
|
|
|
var marker_a7b67bb7d942e971c5d480dd3c04bc47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_da0c383c0e8dce1330549ea748fa3e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfcbb124d3aa38d47853e5cfbd1e841b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dc1303475abe935d7f501c989d935cd = $(`<div id="html_3dc1303475abe935d7f501c989d935cd" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_bfcbb124d3aa38d47853e5cfbd1e841b.setContent(html_3dc1303475abe935d7f501c989d935cd);
|
|
|
|
|
|
|
|
marker_a7b67bb7d942e971c5d480dd3c04bc47.bindPopup(popup_bfcbb124d3aa38d47853e5cfbd1e841b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7b67bb7d942e971c5d480dd3c04bc47.setIcon(icon_da0c383c0e8dce1330549ea748fa3e03);
|
|
|
|
|
|
var marker_84edf1a961dc8f78c416821a56107461 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_ebcefd96fd4461dd1a19c8d581198e6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6b46383084629d8bd0069385b859b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_893c2b5729cdf85d86f917b88101fb87 = $(`<div id="html_893c2b5729cdf85d86f917b88101fb87" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_a6b46383084629d8bd0069385b859b92.setContent(html_893c2b5729cdf85d86f917b88101fb87);
|
|
|
|
|
|
|
|
marker_84edf1a961dc8f78c416821a56107461.bindPopup(popup_a6b46383084629d8bd0069385b859b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84edf1a961dc8f78c416821a56107461.setIcon(icon_ebcefd96fd4461dd1a19c8d581198e6a);
|
|
|
|
|
|
var marker_0e7d76e557710ff1a40e8217cff69475 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4051d69125c593841a9186d607cca331 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ead43f1be0e5ca1cb21e388e54a329a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdd80c73e226084d6672d89935383a83 = $(`<div id="html_fdd80c73e226084d6672d89935383a83" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_3ead43f1be0e5ca1cb21e388e54a329a.setContent(html_fdd80c73e226084d6672d89935383a83);
|
|
|
|
|
|
|
|
marker_0e7d76e557710ff1a40e8217cff69475.bindPopup(popup_3ead43f1be0e5ca1cb21e388e54a329a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e7d76e557710ff1a40e8217cff69475.setIcon(icon_4051d69125c593841a9186d607cca331);
|
|
|
|
|
|
var marker_2358e8fdcd9fa68f84715229308fed18 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0070d0834e57e5c47190bed0fbcf36c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_956fb7825e7f0f45aae017e22d0492cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6ab3b43ed1302073abc9ecefe1296f3 = $(`<div id="html_f6ab3b43ed1302073abc9ecefe1296f3" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_956fb7825e7f0f45aae017e22d0492cb.setContent(html_f6ab3b43ed1302073abc9ecefe1296f3);
|
|
|
|
|
|
|
|
marker_2358e8fdcd9fa68f84715229308fed18.bindPopup(popup_956fb7825e7f0f45aae017e22d0492cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2358e8fdcd9fa68f84715229308fed18.setIcon(icon_0070d0834e57e5c47190bed0fbcf36c1);
|
|
|
|
|
|
var marker_7af8562140f80d6bfb3ef8e91989de45 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_418c07d21dc610b4e245e14b8de591bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2081384001907160a0acc3e5b3b9d6f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e1344d54d947dd69aef31c6cf6d81f8 = $(`<div id="html_7e1344d54d947dd69aef31c6cf6d81f8" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_2081384001907160a0acc3e5b3b9d6f6.setContent(html_7e1344d54d947dd69aef31c6cf6d81f8);
|
|
|
|
|
|
|
|
marker_7af8562140f80d6bfb3ef8e91989de45.bindPopup(popup_2081384001907160a0acc3e5b3b9d6f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7af8562140f80d6bfb3ef8e91989de45.setIcon(icon_418c07d21dc610b4e245e14b8de591bb);
|
|
|
|
|
|
var marker_2d48b6e69b05c815e0b2e26942bdb6dd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_cd145dec3a16079b43a5288651d39c92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54a61f902d53e1962c8ce47350594048 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55c89fc9b057b253b137ee998d288cb9 = $(`<div id="html_55c89fc9b057b253b137ee998d288cb9" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_54a61f902d53e1962c8ce47350594048.setContent(html_55c89fc9b057b253b137ee998d288cb9);
|
|
|
|
|
|
|
|
marker_2d48b6e69b05c815e0b2e26942bdb6dd.bindPopup(popup_54a61f902d53e1962c8ce47350594048)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d48b6e69b05c815e0b2e26942bdb6dd.setIcon(icon_cd145dec3a16079b43a5288651d39c92);
|
|
|
|
|
|
var marker_9c00b0b4b4b426dea0dbba1a89076dc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e095cc0fe8db801ef66ce6df6febfcbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43c865d06f7a9e14f5bfd1ca5b853c3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7028e74c2a34dff240fe7e49f89e3d65 = $(`<div id="html_7028e74c2a34dff240fe7e49f89e3d65" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_43c865d06f7a9e14f5bfd1ca5b853c3a.setContent(html_7028e74c2a34dff240fe7e49f89e3d65);
|
|
|
|
|
|
|
|
marker_9c00b0b4b4b426dea0dbba1a89076dc2.bindPopup(popup_43c865d06f7a9e14f5bfd1ca5b853c3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c00b0b4b4b426dea0dbba1a89076dc2.setIcon(icon_e095cc0fe8db801ef66ce6df6febfcbd);
|
|
|
|
|
|
var marker_820202952663329e3fbb408c4b463d3c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3de44d5e41cdc8bf9b65d5d883bce07f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cada575bb8ffab35bc534d765243fb30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1905a1b6b14a542b9dc592ce79311a8 = $(`<div id="html_d1905a1b6b14a542b9dc592ce79311a8" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_cada575bb8ffab35bc534d765243fb30.setContent(html_d1905a1b6b14a542b9dc592ce79311a8);
|
|
|
|
|
|
|
|
marker_820202952663329e3fbb408c4b463d3c.bindPopup(popup_cada575bb8ffab35bc534d765243fb30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_820202952663329e3fbb408c4b463d3c.setIcon(icon_3de44d5e41cdc8bf9b65d5d883bce07f);
|
|
|
|
|
|
var marker_5072c1a7ca8b902b06f5c4da88de4a30 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_08b108762970ba74e40902da6df8cf11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6683cd610659827f46837a2224b4b72c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b273b57b771573661eff4f206960f269 = $(`<div id="html_b273b57b771573661eff4f206960f269" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_6683cd610659827f46837a2224b4b72c.setContent(html_b273b57b771573661eff4f206960f269);
|
|
|
|
|
|
|
|
marker_5072c1a7ca8b902b06f5c4da88de4a30.bindPopup(popup_6683cd610659827f46837a2224b4b72c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5072c1a7ca8b902b06f5c4da88de4a30.setIcon(icon_08b108762970ba74e40902da6df8cf11);
|
|
|
|
|
|
var marker_5b76c37ec3a3c1fedc6c0a36ec490036 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c19fce0857ea53eeab81a69c5f337f53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcffe84e45e8ada0a1a06191f2492ceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05328eefaed200dbe2fdf264879d1b5a = $(`<div id="html_05328eefaed200dbe2fdf264879d1b5a" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_fcffe84e45e8ada0a1a06191f2492ceb.setContent(html_05328eefaed200dbe2fdf264879d1b5a);
|
|
|
|
|
|
|
|
marker_5b76c37ec3a3c1fedc6c0a36ec490036.bindPopup(popup_fcffe84e45e8ada0a1a06191f2492ceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b76c37ec3a3c1fedc6c0a36ec490036.setIcon(icon_c19fce0857ea53eeab81a69c5f337f53);
|
|
|
|
|
|
var marker_7c3ee892f2584f3e864ddfd2bf496b5a = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_78a34db96dd4a11a40280f67f0c61b3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf6d23905f92c9dea4db3a3161a9dee5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a992042a8fbc1ef7957e529a9127f9d2 = $(`<div id="html_a992042a8fbc1ef7957e529a9127f9d2" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_cf6d23905f92c9dea4db3a3161a9dee5.setContent(html_a992042a8fbc1ef7957e529a9127f9d2);
|
|
|
|
|
|
|
|
marker_7c3ee892f2584f3e864ddfd2bf496b5a.bindPopup(popup_cf6d23905f92c9dea4db3a3161a9dee5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c3ee892f2584f3e864ddfd2bf496b5a.setIcon(icon_78a34db96dd4a11a40280f67f0c61b3c);
|
|
|
|
|
|
var marker_31206e960de62df9f7a1d993ffc3a577 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9d78ec6f16b74e6be7db3caf35d24a94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31db110d05202a6c7d0ec7be385d1240 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17d74518e114649d893e63c42ae74167 = $(`<div id="html_17d74518e114649d893e63c42ae74167" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_31db110d05202a6c7d0ec7be385d1240.setContent(html_17d74518e114649d893e63c42ae74167);
|
|
|
|
|
|
|
|
marker_31206e960de62df9f7a1d993ffc3a577.bindPopup(popup_31db110d05202a6c7d0ec7be385d1240)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31206e960de62df9f7a1d993ffc3a577.setIcon(icon_9d78ec6f16b74e6be7db3caf35d24a94);
|
|
|
|
|
|
var marker_909d9ed47c962bd0e16b7c40117cab92 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_87ea308acdc46f458ae9c423f1a8e0ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79fcc559ce3c7755a181f015d02891f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52162709955390f0d461acbb7a184453 = $(`<div id="html_52162709955390f0d461acbb7a184453" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_79fcc559ce3c7755a181f015d02891f0.setContent(html_52162709955390f0d461acbb7a184453);
|
|
|
|
|
|
|
|
marker_909d9ed47c962bd0e16b7c40117cab92.bindPopup(popup_79fcc559ce3c7755a181f015d02891f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_909d9ed47c962bd0e16b7c40117cab92.setIcon(icon_87ea308acdc46f458ae9c423f1a8e0ac);
|
|
|
|
|
|
var marker_a2ddd5fb87179ac025827f427b481f01 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3aa7f51913959a61d85d0a9972c0ae0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0440b50a49088c015b8671eefd066512 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_025069d678496cb09ee768ba1a46def6 = $(`<div id="html_025069d678496cb09ee768ba1a46def6" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_0440b50a49088c015b8671eefd066512.setContent(html_025069d678496cb09ee768ba1a46def6);
|
|
|
|
|
|
|
|
marker_a2ddd5fb87179ac025827f427b481f01.bindPopup(popup_0440b50a49088c015b8671eefd066512)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2ddd5fb87179ac025827f427b481f01.setIcon(icon_3aa7f51913959a61d85d0a9972c0ae0d);
|
|
|
|
|
|
var marker_b629815bddfeaf3f27ae788da8f27904 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_6181ce79c5844c44b9ef06a8fd8e8596 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_721295068e251c0022d2367014d26bbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e996742930ef4009549189e6044cfdc = $(`<div id="html_8e996742930ef4009549189e6044cfdc" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_721295068e251c0022d2367014d26bbd.setContent(html_8e996742930ef4009549189e6044cfdc);
|
|
|
|
|
|
|
|
marker_b629815bddfeaf3f27ae788da8f27904.bindPopup(popup_721295068e251c0022d2367014d26bbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b629815bddfeaf3f27ae788da8f27904.setIcon(icon_6181ce79c5844c44b9ef06a8fd8e8596);
|
|
|
|
|
|
var marker_db9c949a4035827cbcfea2263237271e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_871663e22ba158412ed1a0825c84f0ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49ae9bfc14d4e1713a801ed95d32b2fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_285d494fdbbf420001c0b144bf143b18 = $(`<div id="html_285d494fdbbf420001c0b144bf143b18" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_49ae9bfc14d4e1713a801ed95d32b2fc.setContent(html_285d494fdbbf420001c0b144bf143b18);
|
|
|
|
|
|
|
|
marker_db9c949a4035827cbcfea2263237271e.bindPopup(popup_49ae9bfc14d4e1713a801ed95d32b2fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db9c949a4035827cbcfea2263237271e.setIcon(icon_871663e22ba158412ed1a0825c84f0ad);
|
|
|
|
|
|
var marker_e7c1594510bdba296ce37f41708ceb92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2a311cb3b5eeb9fce3d01155af6969a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3581bb5d29c3a8e480af6def1783242e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf072d145ea63b7d67635a0644132db3 = $(`<div id="html_bf072d145ea63b7d67635a0644132db3" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_3581bb5d29c3a8e480af6def1783242e.setContent(html_bf072d145ea63b7d67635a0644132db3);
|
|
|
|
|
|
|
|
marker_e7c1594510bdba296ce37f41708ceb92.bindPopup(popup_3581bb5d29c3a8e480af6def1783242e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7c1594510bdba296ce37f41708ceb92.setIcon(icon_2a311cb3b5eeb9fce3d01155af6969a9);
|
|
|
|
|
|
var marker_91c4a9e40734e1850ce51c3f01c192f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_6642eacea980c5475204afe0ecb4d8ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24358402a433e09d67e762410e32958c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47fd1442aadddb63215b56cb3aa6b906 = $(`<div id="html_47fd1442aadddb63215b56cb3aa6b906" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_24358402a433e09d67e762410e32958c.setContent(html_47fd1442aadddb63215b56cb3aa6b906);
|
|
|
|
|
|
|
|
marker_91c4a9e40734e1850ce51c3f01c192f8.bindPopup(popup_24358402a433e09d67e762410e32958c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91c4a9e40734e1850ce51c3f01c192f8.setIcon(icon_6642eacea980c5475204afe0ecb4d8ab);
|
|
|
|
|
|
var marker_76328d569199d3228074f96b7d123c39 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c4f799dccd99cf289735da4838e7c73b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6328ddb1e640c283a51c6f29a64d3196 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_227373ac148940ad9a4ec488d954346b = $(`<div id="html_227373ac148940ad9a4ec488d954346b" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_6328ddb1e640c283a51c6f29a64d3196.setContent(html_227373ac148940ad9a4ec488d954346b);
|
|
|
|
|
|
|
|
marker_76328d569199d3228074f96b7d123c39.bindPopup(popup_6328ddb1e640c283a51c6f29a64d3196)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76328d569199d3228074f96b7d123c39.setIcon(icon_c4f799dccd99cf289735da4838e7c73b);
|
|
|
|
|
|
var marker_900c8f75139e0704b38cccf270b8f36b = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2fa58cac2a5e4f5d5be34a51a27ba6a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee551540eda722c50671a3f5b07bdee8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd5fb1ad216d8d97cea2c163237e8a91 = $(`<div id="html_bd5fb1ad216d8d97cea2c163237e8a91" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_ee551540eda722c50671a3f5b07bdee8.setContent(html_bd5fb1ad216d8d97cea2c163237e8a91);
|
|
|
|
|
|
|
|
marker_900c8f75139e0704b38cccf270b8f36b.bindPopup(popup_ee551540eda722c50671a3f5b07bdee8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_900c8f75139e0704b38cccf270b8f36b.setIcon(icon_2fa58cac2a5e4f5d5be34a51a27ba6a9);
|
|
|
|
|
|
var marker_b24793a653da209a007ad75bc690d6b3 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b56f0c7e42f62526907cb5f2fa800039 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_256be3cea42e83678bc7883760433812 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5918558e48580d28d2dfe3105ad0eba = $(`<div id="html_a5918558e48580d28d2dfe3105ad0eba" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_256be3cea42e83678bc7883760433812.setContent(html_a5918558e48580d28d2dfe3105ad0eba);
|
|
|
|
|
|
|
|
marker_b24793a653da209a007ad75bc690d6b3.bindPopup(popup_256be3cea42e83678bc7883760433812)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b24793a653da209a007ad75bc690d6b3.setIcon(icon_b56f0c7e42f62526907cb5f2fa800039);
|
|
|
|
|
|
var marker_0a37d322b6fce601c7f94cc214130e64 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_124b03047cc445583bbbdfefc107d103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf2103ead5489ac1e17561aa3ddc8967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e1238c9f6257f17274e8c76bb139556 = $(`<div id="html_7e1238c9f6257f17274e8c76bb139556" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_bf2103ead5489ac1e17561aa3ddc8967.setContent(html_7e1238c9f6257f17274e8c76bb139556);
|
|
|
|
|
|
|
|
marker_0a37d322b6fce601c7f94cc214130e64.bindPopup(popup_bf2103ead5489ac1e17561aa3ddc8967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a37d322b6fce601c7f94cc214130e64.setIcon(icon_124b03047cc445583bbbdfefc107d103);
|
|
|
|
|
|
var marker_3bed09ebf36ad214d350de8d5f07dfda = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_5b156f72aca0d12b14f7305d8fd0e61e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5828a37d9be982118bd00e6d1b102b21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03ca3205859f2f76ea6edd2eb1bef0a8 = $(`<div id="html_03ca3205859f2f76ea6edd2eb1bef0a8" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_5828a37d9be982118bd00e6d1b102b21.setContent(html_03ca3205859f2f76ea6edd2eb1bef0a8);
|
|
|
|
|
|
|
|
marker_3bed09ebf36ad214d350de8d5f07dfda.bindPopup(popup_5828a37d9be982118bd00e6d1b102b21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bed09ebf36ad214d350de8d5f07dfda.setIcon(icon_5b156f72aca0d12b14f7305d8fd0e61e);
|
|
|
|
|
|
var marker_f56ad84cd17df7c98d53cb346137f5a5 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4af4eeb3262bba74798e15306cba10c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1711aa93c9325f5ca79ec1168e2de2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf5b52708c0589bd4e23463e7d5aef8a = $(`<div id="html_cf5b52708c0589bd4e23463e7d5aef8a" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_f1711aa93c9325f5ca79ec1168e2de2f.setContent(html_cf5b52708c0589bd4e23463e7d5aef8a);
|
|
|
|
|
|
|
|
marker_f56ad84cd17df7c98d53cb346137f5a5.bindPopup(popup_f1711aa93c9325f5ca79ec1168e2de2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f56ad84cd17df7c98d53cb346137f5a5.setIcon(icon_4af4eeb3262bba74798e15306cba10c2);
|
|
|
|
|
|
var marker_efbca17023a8efdebf5262a87abe4c0f = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_567f5866605602adb2e23d123ba2dd3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3ed2f04cd15acf72124849474a590d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e113250ba3bdeebb314c65b09507e09b = $(`<div id="html_e113250ba3bdeebb314c65b09507e09b" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_e3ed2f04cd15acf72124849474a590d3.setContent(html_e113250ba3bdeebb314c65b09507e09b);
|
|
|
|
|
|
|
|
marker_efbca17023a8efdebf5262a87abe4c0f.bindPopup(popup_e3ed2f04cd15acf72124849474a590d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efbca17023a8efdebf5262a87abe4c0f.setIcon(icon_567f5866605602adb2e23d123ba2dd3f);
|
|
|
|
|
|
var marker_4d64867a113dbb2a6eef122896f62f3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_723e9e96b518d5ab01374afa66f395b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ad8e827c099b8cc87dd41266b3d50a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cae628665349be49863deeb7cd96e4d3 = $(`<div id="html_cae628665349be49863deeb7cd96e4d3" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_2ad8e827c099b8cc87dd41266b3d50a2.setContent(html_cae628665349be49863deeb7cd96e4d3);
|
|
|
|
|
|
|
|
marker_4d64867a113dbb2a6eef122896f62f3a.bindPopup(popup_2ad8e827c099b8cc87dd41266b3d50a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d64867a113dbb2a6eef122896f62f3a.setIcon(icon_723e9e96b518d5ab01374afa66f395b6);
|
|
|
|
|
|
var marker_fe66653f1e8d457d7e2700d4bb0590b8 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_45cc7dae5032e23aa00a001c99a2856c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8564ae779638ea1286e32f75471726fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdeb88dfb83eb32de392baa3cae86866 = $(`<div id="html_fdeb88dfb83eb32de392baa3cae86866" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_8564ae779638ea1286e32f75471726fa.setContent(html_fdeb88dfb83eb32de392baa3cae86866);
|
|
|
|
|
|
|
|
marker_fe66653f1e8d457d7e2700d4bb0590b8.bindPopup(popup_8564ae779638ea1286e32f75471726fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe66653f1e8d457d7e2700d4bb0590b8.setIcon(icon_45cc7dae5032e23aa00a001c99a2856c);
|
|
|
|
|
|
var marker_cd0c2086f01f69474f18ca4182ad9cc4 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_89ae22347db248b9bac1936184caf088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89218b78aff9514600b2e322791552db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ba88152928873430cbe4a3b30642f65 = $(`<div id="html_5ba88152928873430cbe4a3b30642f65" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_89218b78aff9514600b2e322791552db.setContent(html_5ba88152928873430cbe4a3b30642f65);
|
|
|
|
|
|
|
|
marker_cd0c2086f01f69474f18ca4182ad9cc4.bindPopup(popup_89218b78aff9514600b2e322791552db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd0c2086f01f69474f18ca4182ad9cc4.setIcon(icon_89ae22347db248b9bac1936184caf088);
|
|
|
|
|
|
var marker_54b22d087d4543e0a5f2c1be6540f5bd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f2e97f8daf3bb5c03e7b061ae9a5edad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba67c0c2ad777a60955df1570d29a15c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf514ea2319c683970cb2d64a200e1cc = $(`<div id="html_cf514ea2319c683970cb2d64a200e1cc" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_ba67c0c2ad777a60955df1570d29a15c.setContent(html_cf514ea2319c683970cb2d64a200e1cc);
|
|
|
|
|
|
|
|
marker_54b22d087d4543e0a5f2c1be6540f5bd.bindPopup(popup_ba67c0c2ad777a60955df1570d29a15c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54b22d087d4543e0a5f2c1be6540f5bd.setIcon(icon_f2e97f8daf3bb5c03e7b061ae9a5edad);
|
|
|
|
|
|
var marker_a4d76db0f538ab3f4bf49c99c8632cfc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a2c5805e4ec8e0a0888ddf8563755419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7be5b78a287b9e04de9381f7006fa253 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9efb41c844db9292965bd870f6be6c9e = $(`<div id="html_9efb41c844db9292965bd870f6be6c9e" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_7be5b78a287b9e04de9381f7006fa253.setContent(html_9efb41c844db9292965bd870f6be6c9e);
|
|
|
|
|
|
|
|
marker_a4d76db0f538ab3f4bf49c99c8632cfc.bindPopup(popup_7be5b78a287b9e04de9381f7006fa253)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4d76db0f538ab3f4bf49c99c8632cfc.setIcon(icon_a2c5805e4ec8e0a0888ddf8563755419);
|
|
|
|
|
|
var marker_71b0cb57d5a475a59a4dacc96b0a1b90 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d546a23183520ab82bfa0e28669bff0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3de0fda999e571d7581315a3147e3b8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e93b662ca3a4c192d1b457f01a783609 = $(`<div id="html_e93b662ca3a4c192d1b457f01a783609" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_3de0fda999e571d7581315a3147e3b8d.setContent(html_e93b662ca3a4c192d1b457f01a783609);
|
|
|
|
|
|
|
|
marker_71b0cb57d5a475a59a4dacc96b0a1b90.bindPopup(popup_3de0fda999e571d7581315a3147e3b8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71b0cb57d5a475a59a4dacc96b0a1b90.setIcon(icon_d546a23183520ab82bfa0e28669bff0b);
|
|
|
|
|
|
var marker_7459eb6c51ff6250b83d7c1fb4c240b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0e9ee9abeaa28afa21e19c73a389e197 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ed61007f7a95e3fda1b9b168502ddb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_176358a9f8fd290de48601ef872ee3be = $(`<div id="html_176358a9f8fd290de48601ef872ee3be" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_f9ed61007f7a95e3fda1b9b168502ddb.setContent(html_176358a9f8fd290de48601ef872ee3be);
|
|
|
|
|
|
|
|
marker_7459eb6c51ff6250b83d7c1fb4c240b3.bindPopup(popup_f9ed61007f7a95e3fda1b9b168502ddb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7459eb6c51ff6250b83d7c1fb4c240b3.setIcon(icon_0e9ee9abeaa28afa21e19c73a389e197);
|
|
|
|
|
|
var marker_e96f9ea571efe2b22af7436cf3c63bf3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8bdb3e1b8df44c5dbc21675bd7c36a39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e69837d52e2a0d97da09e418968b3174 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e91a0f9531b390ea27fcf5b5222c6918 = $(`<div id="html_e91a0f9531b390ea27fcf5b5222c6918" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_e69837d52e2a0d97da09e418968b3174.setContent(html_e91a0f9531b390ea27fcf5b5222c6918);
|
|
|
|
|
|
|
|
marker_e96f9ea571efe2b22af7436cf3c63bf3.bindPopup(popup_e69837d52e2a0d97da09e418968b3174)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e96f9ea571efe2b22af7436cf3c63bf3.setIcon(icon_8bdb3e1b8df44c5dbc21675bd7c36a39);
|
|
|
|
|
|
var marker_e3445cc00e74e139c4207e646d6f7874 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9ac810f0ad0596e0ba28532c45c15cbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d45876931fc41a5688dde8dac9e97e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e600e664d088e7d7d62bad57620e419a = $(`<div id="html_e600e664d088e7d7d62bad57620e419a" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_1d45876931fc41a5688dde8dac9e97e9.setContent(html_e600e664d088e7d7d62bad57620e419a);
|
|
|
|
|
|
|
|
marker_e3445cc00e74e139c4207e646d6f7874.bindPopup(popup_1d45876931fc41a5688dde8dac9e97e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3445cc00e74e139c4207e646d6f7874.setIcon(icon_9ac810f0ad0596e0ba28532c45c15cbd);
|
|
|
|
|
|
var marker_0476fbf361db172aaf65e0cc6fb29af6 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_320f7ee2fd22ec0e618eac3eab2459a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c22393423699e9fc815142419468d790 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_123dc2b0753f411e0e36f45a155c3947 = $(`<div id="html_123dc2b0753f411e0e36f45a155c3947" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_c22393423699e9fc815142419468d790.setContent(html_123dc2b0753f411e0e36f45a155c3947);
|
|
|
|
|
|
|
|
marker_0476fbf361db172aaf65e0cc6fb29af6.bindPopup(popup_c22393423699e9fc815142419468d790)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0476fbf361db172aaf65e0cc6fb29af6.setIcon(icon_320f7ee2fd22ec0e618eac3eab2459a8);
|
|
|
|
|
|
var marker_e0f02071613c58384e39931ea6155f03 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_61c6c0406ebdc58dd92809137961ea82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ef81e23a00363497064a7265e48cbf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b25f6bb84b69ccfe77e95f076ec8bb4 = $(`<div id="html_1b25f6bb84b69ccfe77e95f076ec8bb4" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_6ef81e23a00363497064a7265e48cbf2.setContent(html_1b25f6bb84b69ccfe77e95f076ec8bb4);
|
|
|
|
|
|
|
|
marker_e0f02071613c58384e39931ea6155f03.bindPopup(popup_6ef81e23a00363497064a7265e48cbf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f02071613c58384e39931ea6155f03.setIcon(icon_61c6c0406ebdc58dd92809137961ea82);
|
|
|
|
|
|
var marker_445b77dcd9083d5b92eb688bb30517a9 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3e0524d366a09565360791eeb77add25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78a429951b0e77577821b1c257d55625 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f31c5cf384c1c978bc03043775a4b7e = $(`<div id="html_6f31c5cf384c1c978bc03043775a4b7e" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_78a429951b0e77577821b1c257d55625.setContent(html_6f31c5cf384c1c978bc03043775a4b7e);
|
|
|
|
|
|
|
|
marker_445b77dcd9083d5b92eb688bb30517a9.bindPopup(popup_78a429951b0e77577821b1c257d55625)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_445b77dcd9083d5b92eb688bb30517a9.setIcon(icon_3e0524d366a09565360791eeb77add25);
|
|
|
|
|
|
var marker_32bbf4d3d89c7e90d780c51ce856d9b3 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_230594d7919a4397b0f3c567bfe45fad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3db3393972dc82356e9e1796c8abda2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_252be38683e63b3ce06614992b947c23 = $(`<div id="html_252be38683e63b3ce06614992b947c23" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_3db3393972dc82356e9e1796c8abda2a.setContent(html_252be38683e63b3ce06614992b947c23);
|
|
|
|
|
|
|
|
marker_32bbf4d3d89c7e90d780c51ce856d9b3.bindPopup(popup_3db3393972dc82356e9e1796c8abda2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32bbf4d3d89c7e90d780c51ce856d9b3.setIcon(icon_230594d7919a4397b0f3c567bfe45fad);
|
|
|
|
|
|
var marker_8771b1531b13be1c0ded560c3c5d65d4 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b4a49744e8679db4604d3f1491fa8e65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dceb321b25ba90c7ba54c70fa8ca17cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec31a8940113c383ce68274545fe32dc = $(`<div id="html_ec31a8940113c383ce68274545fe32dc" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_dceb321b25ba90c7ba54c70fa8ca17cd.setContent(html_ec31a8940113c383ce68274545fe32dc);
|
|
|
|
|
|
|
|
marker_8771b1531b13be1c0ded560c3c5d65d4.bindPopup(popup_dceb321b25ba90c7ba54c70fa8ca17cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8771b1531b13be1c0ded560c3c5d65d4.setIcon(icon_b4a49744e8679db4604d3f1491fa8e65);
|
|
|
|
|
|
var marker_2e3118a66b86f8f1321cc79f461088da = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_46d5a664b1e0cc3f791401003cd9a6f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_258b92b9668dc46c874949f64a5d4e30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7c79c11b8d4c24163b382189cd60db3 = $(`<div id="html_e7c79c11b8d4c24163b382189cd60db3" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_258b92b9668dc46c874949f64a5d4e30.setContent(html_e7c79c11b8d4c24163b382189cd60db3);
|
|
|
|
|
|
|
|
marker_2e3118a66b86f8f1321cc79f461088da.bindPopup(popup_258b92b9668dc46c874949f64a5d4e30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e3118a66b86f8f1321cc79f461088da.setIcon(icon_46d5a664b1e0cc3f791401003cd9a6f0);
|
|
|
|
|
|
var marker_b05fc4f78579bbbd34b7e4b5fc6c99a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_ff1e94c7ad8383139e809aa013db2063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cb641e986f58906c563f13c15395818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7611fad558f5858e9540c685ed4f7afc = $(`<div id="html_7611fad558f5858e9540c685ed4f7afc" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_4cb641e986f58906c563f13c15395818.setContent(html_7611fad558f5858e9540c685ed4f7afc);
|
|
|
|
|
|
|
|
marker_b05fc4f78579bbbd34b7e4b5fc6c99a2.bindPopup(popup_4cb641e986f58906c563f13c15395818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b05fc4f78579bbbd34b7e4b5fc6c99a2.setIcon(icon_ff1e94c7ad8383139e809aa013db2063);
|
|
|
|
|
|
var marker_142a9a65c7bfb241334622b27008aa8e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_93d77cbe3c6258d3cb075fc4f37c7ece = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9c410330482c36d4007ba8bdbcad420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5a0bcd1aebe81671d87e67b6a777050 = $(`<div id="html_b5a0bcd1aebe81671d87e67b6a777050" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_b9c410330482c36d4007ba8bdbcad420.setContent(html_b5a0bcd1aebe81671d87e67b6a777050);
|
|
|
|
|
|
|
|
marker_142a9a65c7bfb241334622b27008aa8e.bindPopup(popup_b9c410330482c36d4007ba8bdbcad420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_142a9a65c7bfb241334622b27008aa8e.setIcon(icon_93d77cbe3c6258d3cb075fc4f37c7ece);
|
|
|
|
|
|
var marker_615210769133fc9323a15842ac1e00f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_bc843de42c391cbc74368aa864d2c76a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_add56e154b17944f8c04a186377d8606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c6e9a1fd16a0459ca0aeca20779b0f = $(`<div id="html_12c6e9a1fd16a0459ca0aeca20779b0f" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_add56e154b17944f8c04a186377d8606.setContent(html_12c6e9a1fd16a0459ca0aeca20779b0f);
|
|
|
|
|
|
|
|
marker_615210769133fc9323a15842ac1e00f4.bindPopup(popup_add56e154b17944f8c04a186377d8606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_615210769133fc9323a15842ac1e00f4.setIcon(icon_bc843de42c391cbc74368aa864d2c76a);
|
|
|
|
|
|
var marker_6c53f634861109a4b15a82ee43b9bd61 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c07cc811737e729eb3bb4ad88c909b9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1875bc08c4ad2bdb5e1b6146fb9cb484 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a718579f00b1c1ad781e22a5c996b5c4 = $(`<div id="html_a718579f00b1c1ad781e22a5c996b5c4" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_1875bc08c4ad2bdb5e1b6146fb9cb484.setContent(html_a718579f00b1c1ad781e22a5c996b5c4);
|
|
|
|
|
|
|
|
marker_6c53f634861109a4b15a82ee43b9bd61.bindPopup(popup_1875bc08c4ad2bdb5e1b6146fb9cb484)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c53f634861109a4b15a82ee43b9bd61.setIcon(icon_c07cc811737e729eb3bb4ad88c909b9e);
|
|
|
|
|
|
var marker_3e0d75a9b147ab7241d7c1d45e4eae2c = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_410d5b8c092ced30da5cbc5bd33c289f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7a4ca3a424e3e10ed2c53031095a16d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22b16fd7c8320cb7913e0e480f6d1e90 = $(`<div id="html_22b16fd7c8320cb7913e0e480f6d1e90" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_e7a4ca3a424e3e10ed2c53031095a16d.setContent(html_22b16fd7c8320cb7913e0e480f6d1e90);
|
|
|
|
|
|
|
|
marker_3e0d75a9b147ab7241d7c1d45e4eae2c.bindPopup(popup_e7a4ca3a424e3e10ed2c53031095a16d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e0d75a9b147ab7241d7c1d45e4eae2c.setIcon(icon_410d5b8c092ced30da5cbc5bd33c289f);
|
|
|
|
|
|
var marker_4aac7c5c7012d42a7176416ee9daaf14 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2810a298608cb0c9d1a9d6116074e4ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3361cd2d93082eb6f12b4f21df99d26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b5558613ec5b72501fec1ec01e3284e = $(`<div id="html_3b5558613ec5b72501fec1ec01e3284e" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_c3361cd2d93082eb6f12b4f21df99d26.setContent(html_3b5558613ec5b72501fec1ec01e3284e);
|
|
|
|
|
|
|
|
marker_4aac7c5c7012d42a7176416ee9daaf14.bindPopup(popup_c3361cd2d93082eb6f12b4f21df99d26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aac7c5c7012d42a7176416ee9daaf14.setIcon(icon_2810a298608cb0c9d1a9d6116074e4ae);
|
|
|
|
|
|
var marker_6d209c13c1eac9d00d5dfdb72478d041 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d7a926e1af14cdc948840bf31abfd75e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0e129bc10731ab857efd10c5eb0e423 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8989af89c453e9bf3edb370b574f24d9 = $(`<div id="html_8989af89c453e9bf3edb370b574f24d9" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_e0e129bc10731ab857efd10c5eb0e423.setContent(html_8989af89c453e9bf3edb370b574f24d9);
|
|
|
|
|
|
|
|
marker_6d209c13c1eac9d00d5dfdb72478d041.bindPopup(popup_e0e129bc10731ab857efd10c5eb0e423)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d209c13c1eac9d00d5dfdb72478d041.setIcon(icon_d7a926e1af14cdc948840bf31abfd75e);
|
|
|
|
|
|
var marker_4f48620ec7e14f8ed851a6f506683559 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e44b10a7f70213aa8662a6c89b770452 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc14e6d9e4971a20cd79e11e58fc420f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b57d99ac349d31d61ac6984cb093e517 = $(`<div id="html_b57d99ac349d31d61ac6984cb093e517" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_cc14e6d9e4971a20cd79e11e58fc420f.setContent(html_b57d99ac349d31d61ac6984cb093e517);
|
|
|
|
|
|
|
|
marker_4f48620ec7e14f8ed851a6f506683559.bindPopup(popup_cc14e6d9e4971a20cd79e11e58fc420f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f48620ec7e14f8ed851a6f506683559.setIcon(icon_e44b10a7f70213aa8662a6c89b770452);
|
|
|
|
|
|
var marker_71afe75fac209612f459f20546ea45bb = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_7270e9bd45866a4b6c950db95c9e7189 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac7735fb191a3fdf520a29e14df1f15e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f91e30e750aded262748afac57346f8a = $(`<div id="html_f91e30e750aded262748afac57346f8a" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_ac7735fb191a3fdf520a29e14df1f15e.setContent(html_f91e30e750aded262748afac57346f8a);
|
|
|
|
|
|
|
|
marker_71afe75fac209612f459f20546ea45bb.bindPopup(popup_ac7735fb191a3fdf520a29e14df1f15e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71afe75fac209612f459f20546ea45bb.setIcon(icon_7270e9bd45866a4b6c950db95c9e7189);
|
|
|
|
|
|
var marker_e864dce50a18d2d39008425cf1755be8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b1771ac4a86dde8f8ef0b5b1d02bd4b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43d0dfdf15f8ff1b0ed9ad98be805942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34ce1a0d3b0f415a2c58ad2cb2875ae6 = $(`<div id="html_34ce1a0d3b0f415a2c58ad2cb2875ae6" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_43d0dfdf15f8ff1b0ed9ad98be805942.setContent(html_34ce1a0d3b0f415a2c58ad2cb2875ae6);
|
|
|
|
|
|
|
|
marker_e864dce50a18d2d39008425cf1755be8.bindPopup(popup_43d0dfdf15f8ff1b0ed9ad98be805942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e864dce50a18d2d39008425cf1755be8.setIcon(icon_b1771ac4a86dde8f8ef0b5b1d02bd4b3);
|
|
|
|
|
|
var marker_7cadd5d866eadd80068da8386c2647fc = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_779e907e495a3d83c09130b3ad6e1fa3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_057f518db5342c0eaf55ba16041cfffc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebd9fcaaa903af8014a37ef5d8fdfa7d = $(`<div id="html_ebd9fcaaa903af8014a37ef5d8fdfa7d" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_057f518db5342c0eaf55ba16041cfffc.setContent(html_ebd9fcaaa903af8014a37ef5d8fdfa7d);
|
|
|
|
|
|
|
|
marker_7cadd5d866eadd80068da8386c2647fc.bindPopup(popup_057f518db5342c0eaf55ba16041cfffc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cadd5d866eadd80068da8386c2647fc.setIcon(icon_779e907e495a3d83c09130b3ad6e1fa3);
|
|
|
|
|
|
var marker_3fb5ad6ec9e682b2e1987e1a7a03bfff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d40f177373c98511f4f036f038eda86e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9210de01cdc00b0bbc599e21134abf79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30738204ef0f8e91db8762e0a2b8f635 = $(`<div id="html_30738204ef0f8e91db8762e0a2b8f635" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_9210de01cdc00b0bbc599e21134abf79.setContent(html_30738204ef0f8e91db8762e0a2b8f635);
|
|
|
|
|
|
|
|
marker_3fb5ad6ec9e682b2e1987e1a7a03bfff.bindPopup(popup_9210de01cdc00b0bbc599e21134abf79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fb5ad6ec9e682b2e1987e1a7a03bfff.setIcon(icon_d40f177373c98511f4f036f038eda86e);
|
|
|
|
|
|
var marker_29414f5eabea1c6366617ba311c40e49 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_600908e7dc720ee198da21a9ed4e65b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12c572ba924e99733a08403d22732b83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e877b82dec87089a699f7b30df2ce2d8 = $(`<div id="html_e877b82dec87089a699f7b30df2ce2d8" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_12c572ba924e99733a08403d22732b83.setContent(html_e877b82dec87089a699f7b30df2ce2d8);
|
|
|
|
|
|
|
|
marker_29414f5eabea1c6366617ba311c40e49.bindPopup(popup_12c572ba924e99733a08403d22732b83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29414f5eabea1c6366617ba311c40e49.setIcon(icon_600908e7dc720ee198da21a9ed4e65b3);
|
|
|
|
|
|
var marker_0953497f07d77e158a22bf24cba6f711 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_414aff02db05464b1f5f989259bd415d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_767ab39849ab0e2db529cf705586e977 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a3179f5089438d6317f43faf1df6460 = $(`<div id="html_4a3179f5089438d6317f43faf1df6460" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_767ab39849ab0e2db529cf705586e977.setContent(html_4a3179f5089438d6317f43faf1df6460);
|
|
|
|
|
|
|
|
marker_0953497f07d77e158a22bf24cba6f711.bindPopup(popup_767ab39849ab0e2db529cf705586e977)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0953497f07d77e158a22bf24cba6f711.setIcon(icon_414aff02db05464b1f5f989259bd415d);
|
|
|
|
|
|
var marker_4a6cc764a01dece6be4dce661a44d7f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e1e3187693bd7c3e0b1df52022531e8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f3363e0ba4096aca3e8c612dfefcc42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76b2d8570169c096fc94756bd5f49c3b = $(`<div id="html_76b2d8570169c096fc94756bd5f49c3b" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_1f3363e0ba4096aca3e8c612dfefcc42.setContent(html_76b2d8570169c096fc94756bd5f49c3b);
|
|
|
|
|
|
|
|
marker_4a6cc764a01dece6be4dce661a44d7f5.bindPopup(popup_1f3363e0ba4096aca3e8c612dfefcc42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a6cc764a01dece6be4dce661a44d7f5.setIcon(icon_e1e3187693bd7c3e0b1df52022531e8c);
|
|
|
|
|
|
var marker_c24a6d7cdb835fcd3e1a429178f0c0ff = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_212bae3c84992288b59a270d76298da9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db8b955db635c6d6be3396db8a063525 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_981360a795a5d9a64c5f3f93c1623b72 = $(`<div id="html_981360a795a5d9a64c5f3f93c1623b72" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_db8b955db635c6d6be3396db8a063525.setContent(html_981360a795a5d9a64c5f3f93c1623b72);
|
|
|
|
|
|
|
|
marker_c24a6d7cdb835fcd3e1a429178f0c0ff.bindPopup(popup_db8b955db635c6d6be3396db8a063525)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c24a6d7cdb835fcd3e1a429178f0c0ff.setIcon(icon_212bae3c84992288b59a270d76298da9);
|
|
|
|
|
|
var marker_0597569735e0942b7bdc3ce177a37f11 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b35402700c896fc6ec572bc6ae923fe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_141c609e89822879e79f5eedb7e32950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2965bcc0ecac262f02cb40817428a533 = $(`<div id="html_2965bcc0ecac262f02cb40817428a533" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_141c609e89822879e79f5eedb7e32950.setContent(html_2965bcc0ecac262f02cb40817428a533);
|
|
|
|
|
|
|
|
marker_0597569735e0942b7bdc3ce177a37f11.bindPopup(popup_141c609e89822879e79f5eedb7e32950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0597569735e0942b7bdc3ce177a37f11.setIcon(icon_b35402700c896fc6ec572bc6ae923fe4);
|
|
|
|
|
|
var marker_567afb32395df93ae145473477034b13 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f55c42b83ef71fb987dc52268836b5c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53848d341546e8c7a4561fb0e2bce735 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b27bc049a81a67671630761bef53ce5 = $(`<div id="html_8b27bc049a81a67671630761bef53ce5" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_53848d341546e8c7a4561fb0e2bce735.setContent(html_8b27bc049a81a67671630761bef53ce5);
|
|
|
|
|
|
|
|
marker_567afb32395df93ae145473477034b13.bindPopup(popup_53848d341546e8c7a4561fb0e2bce735)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_567afb32395df93ae145473477034b13.setIcon(icon_f55c42b83ef71fb987dc52268836b5c2);
|
|
|
|
|
|
var marker_6e720d299d35f9df722ac0e586222e87 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a3f3e796326a873c77e3d097cc090fec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_946f34c4800fd19c254e21a62aaf56f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd3be7bdf39ccf91aad70cd6e128c12e = $(`<div id="html_fd3be7bdf39ccf91aad70cd6e128c12e" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_946f34c4800fd19c254e21a62aaf56f9.setContent(html_fd3be7bdf39ccf91aad70cd6e128c12e);
|
|
|
|
|
|
|
|
marker_6e720d299d35f9df722ac0e586222e87.bindPopup(popup_946f34c4800fd19c254e21a62aaf56f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e720d299d35f9df722ac0e586222e87.setIcon(icon_a3f3e796326a873c77e3d097cc090fec);
|
|
|
|
|
|
var marker_401965a8537edd7aacb7a83c2abc4338 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3510cd8ea217c085851e40b91825c885 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fc3d5f0bb02b2ab50faaa7c36b1cd01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e74c8794fd2d6bd4062ee3ff4dc8b2cf = $(`<div id="html_e74c8794fd2d6bd4062ee3ff4dc8b2cf" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_3fc3d5f0bb02b2ab50faaa7c36b1cd01.setContent(html_e74c8794fd2d6bd4062ee3ff4dc8b2cf);
|
|
|
|
|
|
|
|
marker_401965a8537edd7aacb7a83c2abc4338.bindPopup(popup_3fc3d5f0bb02b2ab50faaa7c36b1cd01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_401965a8537edd7aacb7a83c2abc4338.setIcon(icon_3510cd8ea217c085851e40b91825c885);
|
|
|
|
|
|
var marker_80f49e9671fbd13258e3a53c884526ed = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_092411eb3e537f9a66a04819002e0ee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00728cc81f531d327f29158578f0dc23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dca42f403e57924f9da697819e16da63 = $(`<div id="html_dca42f403e57924f9da697819e16da63" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_00728cc81f531d327f29158578f0dc23.setContent(html_dca42f403e57924f9da697819e16da63);
|
|
|
|
|
|
|
|
marker_80f49e9671fbd13258e3a53c884526ed.bindPopup(popup_00728cc81f531d327f29158578f0dc23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80f49e9671fbd13258e3a53c884526ed.setIcon(icon_092411eb3e537f9a66a04819002e0ee8);
|
|
|
|
|
|
var marker_56e46dfceb06ecb1117c44851fd1c11f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0ee2e177553441dbd3f5c1ffb359225f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc41d81bcd4905b84e9ae83636636f6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ea0443710611440ceb718f7ea3bd43b = $(`<div id="html_5ea0443710611440ceb718f7ea3bd43b" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_bc41d81bcd4905b84e9ae83636636f6e.setContent(html_5ea0443710611440ceb718f7ea3bd43b);
|
|
|
|
|
|
|
|
marker_56e46dfceb06ecb1117c44851fd1c11f.bindPopup(popup_bc41d81bcd4905b84e9ae83636636f6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56e46dfceb06ecb1117c44851fd1c11f.setIcon(icon_0ee2e177553441dbd3f5c1ffb359225f);
|
|
|
|
|
|
var marker_65ace860472fd10cbad457a23d430a8f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_43b8763740d7b3b745ac8f6275f10914 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4c073995dcdc7881d3e9e752f3d28b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa7600e5326403448887d23e3b208cb8 = $(`<div id="html_fa7600e5326403448887d23e3b208cb8" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_c4c073995dcdc7881d3e9e752f3d28b2.setContent(html_fa7600e5326403448887d23e3b208cb8);
|
|
|
|
|
|
|
|
marker_65ace860472fd10cbad457a23d430a8f.bindPopup(popup_c4c073995dcdc7881d3e9e752f3d28b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65ace860472fd10cbad457a23d430a8f.setIcon(icon_43b8763740d7b3b745ac8f6275f10914);
|
|
|
|
|
|
var marker_abec440312745207a43fbf0c9f6956ad = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_26bd767d28572828e6a99ce95e1ca8ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37788c387deef946cdc3b4ea629cdfe2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_405b475735f97f209daabfca5c7a4874 = $(`<div id="html_405b475735f97f209daabfca5c7a4874" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_37788c387deef946cdc3b4ea629cdfe2.setContent(html_405b475735f97f209daabfca5c7a4874);
|
|
|
|
|
|
|
|
marker_abec440312745207a43fbf0c9f6956ad.bindPopup(popup_37788c387deef946cdc3b4ea629cdfe2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abec440312745207a43fbf0c9f6956ad.setIcon(icon_26bd767d28572828e6a99ce95e1ca8ad);
|
|
|
|
|
|
var marker_fdd054d0d388491a710174c49385e4c7 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4017e4ef8ca4a73bed6ba506e6f070ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_990dc1530b90bdf82b0130b9ecf72974 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbdac05b9b98a135ba5b2a0e5e0c0b4e = $(`<div id="html_dbdac05b9b98a135ba5b2a0e5e0c0b4e" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_990dc1530b90bdf82b0130b9ecf72974.setContent(html_dbdac05b9b98a135ba5b2a0e5e0c0b4e);
|
|
|
|
|
|
|
|
marker_fdd054d0d388491a710174c49385e4c7.bindPopup(popup_990dc1530b90bdf82b0130b9ecf72974)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdd054d0d388491a710174c49385e4c7.setIcon(icon_4017e4ef8ca4a73bed6ba506e6f070ed);
|
|
|
|
|
|
var marker_1394cf52910254dfa4fd500b8380210c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2474a4c1ebbfef1529a0643077b26aab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aedaec27a63f5d91c97e50ff65f5dfa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18b1147451adfeb11b1778528ba3c44d = $(`<div id="html_18b1147451adfeb11b1778528ba3c44d" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_aedaec27a63f5d91c97e50ff65f5dfa0.setContent(html_18b1147451adfeb11b1778528ba3c44d);
|
|
|
|
|
|
|
|
marker_1394cf52910254dfa4fd500b8380210c.bindPopup(popup_aedaec27a63f5d91c97e50ff65f5dfa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1394cf52910254dfa4fd500b8380210c.setIcon(icon_2474a4c1ebbfef1529a0643077b26aab);
|
|
|
|
|
|
var marker_d4226188ed55bf7d4edb523b819a8c2a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_5f2dff9ac2ee3e67277a2e91af702a84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e646b807af9460863328ff1f9e9945e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea29ec1804c11a482268de4b8954c52a = $(`<div id="html_ea29ec1804c11a482268de4b8954c52a" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_3e646b807af9460863328ff1f9e9945e.setContent(html_ea29ec1804c11a482268de4b8954c52a);
|
|
|
|
|
|
|
|
marker_d4226188ed55bf7d4edb523b819a8c2a.bindPopup(popup_3e646b807af9460863328ff1f9e9945e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4226188ed55bf7d4edb523b819a8c2a.setIcon(icon_5f2dff9ac2ee3e67277a2e91af702a84);
|
|
|
|
|
|
var marker_54d799c85dc5180bc2ac88afa840b9d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b4d43227e02bd868d0ef83d4828450f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fa7a39a1f8010a8336d56bb16a7be2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff63acf1a4824d6ed46fa2df6f621b73 = $(`<div id="html_ff63acf1a4824d6ed46fa2df6f621b73" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_2fa7a39a1f8010a8336d56bb16a7be2b.setContent(html_ff63acf1a4824d6ed46fa2df6f621b73);
|
|
|
|
|
|
|
|
marker_54d799c85dc5180bc2ac88afa840b9d6.bindPopup(popup_2fa7a39a1f8010a8336d56bb16a7be2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54d799c85dc5180bc2ac88afa840b9d6.setIcon(icon_b4d43227e02bd868d0ef83d4828450f0);
|
|
|
|
|
|
var marker_80004b107e1de5c8d8f7f0e2cc4bb450 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_7a3f362587ec3163dcbef82fb81fdc70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7359f0243c1c576ba798cb6d164f1814 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f8eac4acae68f6a11fc19fa910666ae = $(`<div id="html_3f8eac4acae68f6a11fc19fa910666ae" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_7359f0243c1c576ba798cb6d164f1814.setContent(html_3f8eac4acae68f6a11fc19fa910666ae);
|
|
|
|
|
|
|
|
marker_80004b107e1de5c8d8f7f0e2cc4bb450.bindPopup(popup_7359f0243c1c576ba798cb6d164f1814)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80004b107e1de5c8d8f7f0e2cc4bb450.setIcon(icon_7a3f362587ec3163dcbef82fb81fdc70);
|
|
|
|
|
|
var marker_2cacd2bf8cc1e150d3198150a192b58d = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d3a9bb96fd9d338cdab224f989a754e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3022c134fbda49bd1bc520810570753e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad368ab84ca94324de3c9b7e0d07771d = $(`<div id="html_ad368ab84ca94324de3c9b7e0d07771d" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_3022c134fbda49bd1bc520810570753e.setContent(html_ad368ab84ca94324de3c9b7e0d07771d);
|
|
|
|
|
|
|
|
marker_2cacd2bf8cc1e150d3198150a192b58d.bindPopup(popup_3022c134fbda49bd1bc520810570753e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cacd2bf8cc1e150d3198150a192b58d.setIcon(icon_d3a9bb96fd9d338cdab224f989a754e4);
|
|
|
|
|
|
var marker_03b0b102a8472fa1dc23722b23fdcec0 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_6ad642cd6e88141f8b49880738137464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03c1754bc22916abb67efab4fa8ea8fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_165c637db18ae43bc59de8eeea93d950 = $(`<div id="html_165c637db18ae43bc59de8eeea93d950" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_03c1754bc22916abb67efab4fa8ea8fd.setContent(html_165c637db18ae43bc59de8eeea93d950);
|
|
|
|
|
|
|
|
marker_03b0b102a8472fa1dc23722b23fdcec0.bindPopup(popup_03c1754bc22916abb67efab4fa8ea8fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03b0b102a8472fa1dc23722b23fdcec0.setIcon(icon_6ad642cd6e88141f8b49880738137464);
|
|
|
|
|
|
var marker_a30745800a0ba2b390f7186a18a8b7c4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c4a2d68d7d2077da90bc177389d349cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcf9a8e494f1c8d5086d8fd4d36369a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_721d1b6aac513ffa50f826a9eb933959 = $(`<div id="html_721d1b6aac513ffa50f826a9eb933959" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_dcf9a8e494f1c8d5086d8fd4d36369a9.setContent(html_721d1b6aac513ffa50f826a9eb933959);
|
|
|
|
|
|
|
|
marker_a30745800a0ba2b390f7186a18a8b7c4.bindPopup(popup_dcf9a8e494f1c8d5086d8fd4d36369a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a30745800a0ba2b390f7186a18a8b7c4.setIcon(icon_c4a2d68d7d2077da90bc177389d349cd);
|
|
|
|
|
|
var marker_3ab57d2e539a9e5cfad58d2c70ba045d = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_12bfc8d8367e7ac130c27356d56720ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdacdb0e3aa8c07d4a8ccb230d9345a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a45d95c158fa89b68885a48fa97bb98 = $(`<div id="html_0a45d95c158fa89b68885a48fa97bb98" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_bdacdb0e3aa8c07d4a8ccb230d9345a8.setContent(html_0a45d95c158fa89b68885a48fa97bb98);
|
|
|
|
|
|
|
|
marker_3ab57d2e539a9e5cfad58d2c70ba045d.bindPopup(popup_bdacdb0e3aa8c07d4a8ccb230d9345a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ab57d2e539a9e5cfad58d2c70ba045d.setIcon(icon_12bfc8d8367e7ac130c27356d56720ad);
|
|
|
|
|
|
var marker_cb3b25cbb8a1a5030b7dc840b07bc7c7 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_937b6e2245dbd6b750e56c66bcadd61c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f5bfbbdea50b2677804d14a6197d23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16687a65b3e6580f19ba9e58b59073e8 = $(`<div id="html_16687a65b3e6580f19ba9e58b59073e8" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_94f5bfbbdea50b2677804d14a6197d23.setContent(html_16687a65b3e6580f19ba9e58b59073e8);
|
|
|
|
|
|
|
|
marker_cb3b25cbb8a1a5030b7dc840b07bc7c7.bindPopup(popup_94f5bfbbdea50b2677804d14a6197d23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb3b25cbb8a1a5030b7dc840b07bc7c7.setIcon(icon_937b6e2245dbd6b750e56c66bcadd61c);
|
|
|
|
|
|
var marker_dd31f8caa8a37b33ffbd124ff3e25a30 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_5f84e39ffeb077467608d32b26bc6b83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b081d4a8b28e2bdebff652570dea5655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a94dcdd9bfca8bc9bfc7ecd31f62a1f = $(`<div id="html_8a94dcdd9bfca8bc9bfc7ecd31f62a1f" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_b081d4a8b28e2bdebff652570dea5655.setContent(html_8a94dcdd9bfca8bc9bfc7ecd31f62a1f);
|
|
|
|
|
|
|
|
marker_dd31f8caa8a37b33ffbd124ff3e25a30.bindPopup(popup_b081d4a8b28e2bdebff652570dea5655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd31f8caa8a37b33ffbd124ff3e25a30.setIcon(icon_5f84e39ffeb077467608d32b26bc6b83);
|
|
|
|
|
|
var marker_b6fb35c115b50ea101be5d639267bb31 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9e2f72570d5c6d31e070cda17d16b09f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f96906fe8495678aa63de0c1e370cb56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11b197b5136296a825423075b9787491 = $(`<div id="html_11b197b5136296a825423075b9787491" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_f96906fe8495678aa63de0c1e370cb56.setContent(html_11b197b5136296a825423075b9787491);
|
|
|
|
|
|
|
|
marker_b6fb35c115b50ea101be5d639267bb31.bindPopup(popup_f96906fe8495678aa63de0c1e370cb56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6fb35c115b50ea101be5d639267bb31.setIcon(icon_9e2f72570d5c6d31e070cda17d16b09f);
|
|
|
|
|
|
var marker_020d598e1acd6f28138459f97c6ffee9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0792d9115202690224b93cb1469c4cf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_943023a0046d20984540df6a8b7dbd70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0eb83a1cff580b73df3611d8e2c60fd1 = $(`<div id="html_0eb83a1cff580b73df3611d8e2c60fd1" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_943023a0046d20984540df6a8b7dbd70.setContent(html_0eb83a1cff580b73df3611d8e2c60fd1);
|
|
|
|
|
|
|
|
marker_020d598e1acd6f28138459f97c6ffee9.bindPopup(popup_943023a0046d20984540df6a8b7dbd70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_020d598e1acd6f28138459f97c6ffee9.setIcon(icon_0792d9115202690224b93cb1469c4cf4);
|
|
|
|
|
|
var marker_e58855d2b130d24fe2af15f45f540fe4 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e3d3f06264a4b032c04a0cece411face = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_193e54832aa21a2ea567f97ddefca1e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4faa8b2734f813360e1924677d9f6a6 = $(`<div id="html_f4faa8b2734f813360e1924677d9f6a6" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_193e54832aa21a2ea567f97ddefca1e3.setContent(html_f4faa8b2734f813360e1924677d9f6a6);
|
|
|
|
|
|
|
|
marker_e58855d2b130d24fe2af15f45f540fe4.bindPopup(popup_193e54832aa21a2ea567f97ddefca1e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e58855d2b130d24fe2af15f45f540fe4.setIcon(icon_e3d3f06264a4b032c04a0cece411face);
|
|
|
|
|
|
var marker_69c3c493a2afe4e4dfb6bc7fd6b9de46 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3cd110b154b9ad2d3afac413daa6b33d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8f48318b4d3e66e1ca167f8db913389 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acb2e2110fdeb3c986a49d1a61d6e0ea = $(`<div id="html_acb2e2110fdeb3c986a49d1a61d6e0ea" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_c8f48318b4d3e66e1ca167f8db913389.setContent(html_acb2e2110fdeb3c986a49d1a61d6e0ea);
|
|
|
|
|
|
|
|
marker_69c3c493a2afe4e4dfb6bc7fd6b9de46.bindPopup(popup_c8f48318b4d3e66e1ca167f8db913389)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69c3c493a2afe4e4dfb6bc7fd6b9de46.setIcon(icon_3cd110b154b9ad2d3afac413daa6b33d);
|
|
|
|
|
|
var marker_76c237bdccc9cb884b83429a0d07da86 = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_10ca809b73532a13dc623fef02f99531 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb03ad317062fd2876b8c0340e99c57e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1265ca0dcd08fc48ab562d6493d05c41 = $(`<div id="html_1265ca0dcd08fc48ab562d6493d05c41" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_eb03ad317062fd2876b8c0340e99c57e.setContent(html_1265ca0dcd08fc48ab562d6493d05c41);
|
|
|
|
|
|
|
|
marker_76c237bdccc9cb884b83429a0d07da86.bindPopup(popup_eb03ad317062fd2876b8c0340e99c57e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76c237bdccc9cb884b83429a0d07da86.setIcon(icon_10ca809b73532a13dc623fef02f99531);
|
|
|
|
|
|
var marker_b310b2d90d7f71ce839f8d21df4ad86c = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_fcec5f4c66932ba44ab7e1a6b1a00b0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c72a1cd4c14be5f207da7e03b6208fb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34d44eeb7b09508644960459e4238a0d = $(`<div id="html_34d44eeb7b09508644960459e4238a0d" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_c72a1cd4c14be5f207da7e03b6208fb6.setContent(html_34d44eeb7b09508644960459e4238a0d);
|
|
|
|
|
|
|
|
marker_b310b2d90d7f71ce839f8d21df4ad86c.bindPopup(popup_c72a1cd4c14be5f207da7e03b6208fb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b310b2d90d7f71ce839f8d21df4ad86c.setIcon(icon_fcec5f4c66932ba44ab7e1a6b1a00b0d);
|
|
|
|
|
|
var marker_42c84615707dc24cbc6e5da306d7f281 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_aefb4e7772323f123f2b8cdc42e907fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ef963177e8967cfafd970463ce8d5cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f82eb9456eb2c63143db0f135a4ce52 = $(`<div id="html_3f82eb9456eb2c63143db0f135a4ce52" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_0ef963177e8967cfafd970463ce8d5cd.setContent(html_3f82eb9456eb2c63143db0f135a4ce52);
|
|
|
|
|
|
|
|
marker_42c84615707dc24cbc6e5da306d7f281.bindPopup(popup_0ef963177e8967cfafd970463ce8d5cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42c84615707dc24cbc6e5da306d7f281.setIcon(icon_aefb4e7772323f123f2b8cdc42e907fb);
|
|
|
|
|
|
var marker_e373dc984ff8678024cff798e9f838a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e82c04fe8fb57444a26885f802d41365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfa7c0f471017b8b5ac4d33295b5c182 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc9043c55682ceb5f9fee768da8252d4 = $(`<div id="html_dc9043c55682ceb5f9fee768da8252d4" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_cfa7c0f471017b8b5ac4d33295b5c182.setContent(html_dc9043c55682ceb5f9fee768da8252d4);
|
|
|
|
|
|
|
|
marker_e373dc984ff8678024cff798e9f838a9.bindPopup(popup_cfa7c0f471017b8b5ac4d33295b5c182)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e373dc984ff8678024cff798e9f838a9.setIcon(icon_e82c04fe8fb57444a26885f802d41365);
|
|
|
|
|
|
var marker_b6eaf8f72eedc8d027e4718e51584159 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1f8679cc06fa6d6008b67c5e3b9dc774 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b4e113253698674792c551b35dce0b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21a3cc41be3fa5e91a8ad9863b776bd0 = $(`<div id="html_21a3cc41be3fa5e91a8ad9863b776bd0" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_5b4e113253698674792c551b35dce0b9.setContent(html_21a3cc41be3fa5e91a8ad9863b776bd0);
|
|
|
|
|
|
|
|
marker_b6eaf8f72eedc8d027e4718e51584159.bindPopup(popup_5b4e113253698674792c551b35dce0b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6eaf8f72eedc8d027e4718e51584159.setIcon(icon_1f8679cc06fa6d6008b67c5e3b9dc774);
|
|
|
|
|
|
var marker_dd011830d3ce28b131e25b14082de5b9 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3e62b5fabfaf33bac06fd88e6b8ac7cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42aeb76fde33dff4dc4f7b205644fa74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1b54c3c55c9a1e2448bdae10c460b81 = $(`<div id="html_b1b54c3c55c9a1e2448bdae10c460b81" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_42aeb76fde33dff4dc4f7b205644fa74.setContent(html_b1b54c3c55c9a1e2448bdae10c460b81);
|
|
|
|
|
|
|
|
marker_dd011830d3ce28b131e25b14082de5b9.bindPopup(popup_42aeb76fde33dff4dc4f7b205644fa74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd011830d3ce28b131e25b14082de5b9.setIcon(icon_3e62b5fabfaf33bac06fd88e6b8ac7cc);
|
|
|
|
|
|
var marker_bf4c0a413a7e649c12f149f669ac8301 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2cb984bc46da613c565a662279d5abe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee5e04cee7b382e109dbf4eff2cf219e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_443c03a57b2cff02ad1a961bde2cd147 = $(`<div id="html_443c03a57b2cff02ad1a961bde2cd147" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_ee5e04cee7b382e109dbf4eff2cf219e.setContent(html_443c03a57b2cff02ad1a961bde2cd147);
|
|
|
|
|
|
|
|
marker_bf4c0a413a7e649c12f149f669ac8301.bindPopup(popup_ee5e04cee7b382e109dbf4eff2cf219e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf4c0a413a7e649c12f149f669ac8301.setIcon(icon_2cb984bc46da613c565a662279d5abe8);
|
|
|
|
|
|
var marker_005ee316d4ed59eb66eb96fcded5f52d = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2d4cfee5de1621d5d8c489a61f0f7d27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4d5cbab81813c36623ac29a08315602 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d209f72cf6fe5113dad9cd3560ddfba3 = $(`<div id="html_d209f72cf6fe5113dad9cd3560ddfba3" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_f4d5cbab81813c36623ac29a08315602.setContent(html_d209f72cf6fe5113dad9cd3560ddfba3);
|
|
|
|
|
|
|
|
marker_005ee316d4ed59eb66eb96fcded5f52d.bindPopup(popup_f4d5cbab81813c36623ac29a08315602)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_005ee316d4ed59eb66eb96fcded5f52d.setIcon(icon_2d4cfee5de1621d5d8c489a61f0f7d27);
|
|
|
|
|
|
var marker_2a2824355f46a022105d5d8033982767 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_550c3544aa2db2f144e69a03d30b816b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_949403c9fba94f2a4c67e04c59860cbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3db491c09fe6877d1593eda6763e1cc5 = $(`<div id="html_3db491c09fe6877d1593eda6763e1cc5" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_949403c9fba94f2a4c67e04c59860cbd.setContent(html_3db491c09fe6877d1593eda6763e1cc5);
|
|
|
|
|
|
|
|
marker_2a2824355f46a022105d5d8033982767.bindPopup(popup_949403c9fba94f2a4c67e04c59860cbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a2824355f46a022105d5d8033982767.setIcon(icon_550c3544aa2db2f144e69a03d30b816b);
|
|
|
|
|
|
var marker_7adea0a94ad20985924e0d43761c5193 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a23e5d84f8c845b6f8f89ad165818105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ab32636ee6414d644e58613a4146e93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e31e1eebf58cb80a429ffdda0a963b8a = $(`<div id="html_e31e1eebf58cb80a429ffdda0a963b8a" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_5ab32636ee6414d644e58613a4146e93.setContent(html_e31e1eebf58cb80a429ffdda0a963b8a);
|
|
|
|
|
|
|
|
marker_7adea0a94ad20985924e0d43761c5193.bindPopup(popup_5ab32636ee6414d644e58613a4146e93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7adea0a94ad20985924e0d43761c5193.setIcon(icon_a23e5d84f8c845b6f8f89ad165818105);
|
|
|
|
|
|
var marker_971dea83f2ceecaedbfbbfe407d22443 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1d9aadce3aefb96ebffef7503ed2caa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2a1178f3644a9e78398a71f4273766b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48fb9c0df53f93c7aa6a23798ba4af3c = $(`<div id="html_48fb9c0df53f93c7aa6a23798ba4af3c" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_b2a1178f3644a9e78398a71f4273766b.setContent(html_48fb9c0df53f93c7aa6a23798ba4af3c);
|
|
|
|
|
|
|
|
marker_971dea83f2ceecaedbfbbfe407d22443.bindPopup(popup_b2a1178f3644a9e78398a71f4273766b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_971dea83f2ceecaedbfbbfe407d22443.setIcon(icon_1d9aadce3aefb96ebffef7503ed2caa9);
|
|
|
|
|
|
var marker_c23c423c2c780c2a377c00e411a770df = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_6c7136644b19a57dae1d51438938efd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca3b39cd800bd6f7f88776b6d9502a67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4b572631f873102ade3855b56eb0de4 = $(`<div id="html_f4b572631f873102ade3855b56eb0de4" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_ca3b39cd800bd6f7f88776b6d9502a67.setContent(html_f4b572631f873102ade3855b56eb0de4);
|
|
|
|
|
|
|
|
marker_c23c423c2c780c2a377c00e411a770df.bindPopup(popup_ca3b39cd800bd6f7f88776b6d9502a67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c23c423c2c780c2a377c00e411a770df.setIcon(icon_6c7136644b19a57dae1d51438938efd0);
|
|
|
|
|
|
var marker_046d5dc8bdbe73bdbe746090c11d1b8b = L.marker(
|
|
[49.2509, -123.01],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e364913ee53daa44a8d486417c43b3e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52d6489c31f964b81489225e67f3e70f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8aaf5a508a34b18f344e601b96fa66d4 = $(`<div id="html_8aaf5a508a34b18f344e601b96fa66d4" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_52d6489c31f964b81489225e67f3e70f.setContent(html_8aaf5a508a34b18f344e601b96fa66d4);
|
|
|
|
|
|
|
|
marker_046d5dc8bdbe73bdbe746090c11d1b8b.bindPopup(popup_52d6489c31f964b81489225e67f3e70f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_046d5dc8bdbe73bdbe746090c11d1b8b.setIcon(icon_e364913ee53daa44a8d486417c43b3e3);
|
|
|
|
|
|
var marker_72da7e2ba89e9aad65269240c4a4f199 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_5c189c6d80b8dc86febb9e01e07e9ad4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f85cd7e5a982ff7194767f558352094 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb4e868bae498770ac451e0fd94b04d4 = $(`<div id="html_fb4e868bae498770ac451e0fd94b04d4" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_0f85cd7e5a982ff7194767f558352094.setContent(html_fb4e868bae498770ac451e0fd94b04d4);
|
|
|
|
|
|
|
|
marker_72da7e2ba89e9aad65269240c4a4f199.bindPopup(popup_0f85cd7e5a982ff7194767f558352094)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72da7e2ba89e9aad65269240c4a4f199.setIcon(icon_5c189c6d80b8dc86febb9e01e07e9ad4);
|
|
|
|
|
|
var marker_07d03ab1a7445c73c1a4df4df12ae569 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_675ba409df042ce4923842f2a4ce21a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8ee7dcd04d3531e6f21637a3eae5e73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be8c0dc4114a1dbc31d38390b0743a6b = $(`<div id="html_be8c0dc4114a1dbc31d38390b0743a6b" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_c8ee7dcd04d3531e6f21637a3eae5e73.setContent(html_be8c0dc4114a1dbc31d38390b0743a6b);
|
|
|
|
|
|
|
|
marker_07d03ab1a7445c73c1a4df4df12ae569.bindPopup(popup_c8ee7dcd04d3531e6f21637a3eae5e73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07d03ab1a7445c73c1a4df4df12ae569.setIcon(icon_675ba409df042ce4923842f2a4ce21a6);
|
|
|
|
|
|
var marker_fc4e40d89a2291895592672521534d99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4f76e3f4787939365cbe6bfecb5cf137 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d71515e55ad8c5e90e7c8ec7a27f510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33bd416b38a77eb7aed2110114c2dc02 = $(`<div id="html_33bd416b38a77eb7aed2110114c2dc02" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_5d71515e55ad8c5e90e7c8ec7a27f510.setContent(html_33bd416b38a77eb7aed2110114c2dc02);
|
|
|
|
|
|
|
|
marker_fc4e40d89a2291895592672521534d99.bindPopup(popup_5d71515e55ad8c5e90e7c8ec7a27f510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc4e40d89a2291895592672521534d99.setIcon(icon_4f76e3f4787939365cbe6bfecb5cf137);
|
|
|
|
|
|
var marker_e09e097daabde08d103d971ae2850885 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_5f89b0b06ed1d83bb1e215a36b48b3eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d84b82e13b5dcb7a8dc550210b4c6142 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a15fb47e0ccf4c8bf87b7cc112c525ca = $(`<div id="html_a15fb47e0ccf4c8bf87b7cc112c525ca" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_d84b82e13b5dcb7a8dc550210b4c6142.setContent(html_a15fb47e0ccf4c8bf87b7cc112c525ca);
|
|
|
|
|
|
|
|
marker_e09e097daabde08d103d971ae2850885.bindPopup(popup_d84b82e13b5dcb7a8dc550210b4c6142)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e09e097daabde08d103d971ae2850885.setIcon(icon_5f89b0b06ed1d83bb1e215a36b48b3eb);
|
|
|
|
|
|
var marker_3cfe9d5e9e7a5dc8d5df70f5c24b8044 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4506788f2ec01aca6d118e2d57756e3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbdd3b637bd59a35c4f8725ca54a6ca4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e19b498f83fad4ccb12835fecc7e522 = $(`<div id="html_6e19b498f83fad4ccb12835fecc7e522" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_cbdd3b637bd59a35c4f8725ca54a6ca4.setContent(html_6e19b498f83fad4ccb12835fecc7e522);
|
|
|
|
|
|
|
|
marker_3cfe9d5e9e7a5dc8d5df70f5c24b8044.bindPopup(popup_cbdd3b637bd59a35c4f8725ca54a6ca4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cfe9d5e9e7a5dc8d5df70f5c24b8044.setIcon(icon_4506788f2ec01aca6d118e2d57756e3d);
|
|
|
|
|
|
var marker_9c1343d4aa91d5a89007161c8aaad6dc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_abdeb86b91a5fc9ad63bd07ef338a45d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2509fe6c919a96d515505467c3a02a41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6286b542e0dbd85de39dd6fe6aa0a7ba = $(`<div id="html_6286b542e0dbd85de39dd6fe6aa0a7ba" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_2509fe6c919a96d515505467c3a02a41.setContent(html_6286b542e0dbd85de39dd6fe6aa0a7ba);
|
|
|
|
|
|
|
|
marker_9c1343d4aa91d5a89007161c8aaad6dc.bindPopup(popup_2509fe6c919a96d515505467c3a02a41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c1343d4aa91d5a89007161c8aaad6dc.setIcon(icon_abdeb86b91a5fc9ad63bd07ef338a45d);
|
|
|
|
|
|
var marker_3c0ea691c569d334465d4e4ca544e71e = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_09eea174520cc6c850b64e2937aca2d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03a7bd6fb4987ceae9b76e81ec146a0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2572652a74e9f36dd06e2b0850f87748 = $(`<div id="html_2572652a74e9f36dd06e2b0850f87748" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_03a7bd6fb4987ceae9b76e81ec146a0c.setContent(html_2572652a74e9f36dd06e2b0850f87748);
|
|
|
|
|
|
|
|
marker_3c0ea691c569d334465d4e4ca544e71e.bindPopup(popup_03a7bd6fb4987ceae9b76e81ec146a0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c0ea691c569d334465d4e4ca544e71e.setIcon(icon_09eea174520cc6c850b64e2937aca2d1);
|
|
|
|
|
|
var marker_93d81f716bab382a7c2f114c1eaf780e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0cbf5f68a7dc801ae0e681cd6d597a9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6ff1c6a54e9df855120f877285be403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fef0e73a587c62fe343bb8a87e78212 = $(`<div id="html_1fef0e73a587c62fe343bb8a87e78212" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_c6ff1c6a54e9df855120f877285be403.setContent(html_1fef0e73a587c62fe343bb8a87e78212);
|
|
|
|
|
|
|
|
marker_93d81f716bab382a7c2f114c1eaf780e.bindPopup(popup_c6ff1c6a54e9df855120f877285be403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93d81f716bab382a7c2f114c1eaf780e.setIcon(icon_0cbf5f68a7dc801ae0e681cd6d597a9b);
|
|
|
|
|
|
var marker_8a359bf8b5e973954a4609c9dbd3f591 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3d0af5fd87bf238fa868d992eef14e37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f657105976f8bb2c3a5e7506a5cd3882 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2f8cdf32834282222051ccd64344cb5 = $(`<div id="html_c2f8cdf32834282222051ccd64344cb5" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_f657105976f8bb2c3a5e7506a5cd3882.setContent(html_c2f8cdf32834282222051ccd64344cb5);
|
|
|
|
|
|
|
|
marker_8a359bf8b5e973954a4609c9dbd3f591.bindPopup(popup_f657105976f8bb2c3a5e7506a5cd3882)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a359bf8b5e973954a4609c9dbd3f591.setIcon(icon_3d0af5fd87bf238fa868d992eef14e37);
|
|
|
|
|
|
var marker_58b94a652b8056f028fb46383ff59bd0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e9793b286d49ca313488101c2a988239 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ef9a5400a1dc2082e7cdf48d6fc6c30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a99a303fdc94c15b84115d8a71f8bf3b = $(`<div id="html_a99a303fdc94c15b84115d8a71f8bf3b" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_8ef9a5400a1dc2082e7cdf48d6fc6c30.setContent(html_a99a303fdc94c15b84115d8a71f8bf3b);
|
|
|
|
|
|
|
|
marker_58b94a652b8056f028fb46383ff59bd0.bindPopup(popup_8ef9a5400a1dc2082e7cdf48d6fc6c30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58b94a652b8056f028fb46383ff59bd0.setIcon(icon_e9793b286d49ca313488101c2a988239);
|
|
|
|
|
|
var marker_5c2be5b1323132493ddebc44fd5f017b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3d72b371c6bcc252917de90e47ecdae7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f9757483a590ad3b34893fa598f4013 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2ef8b2a2e29c864500a73eec1b4b765 = $(`<div id="html_b2ef8b2a2e29c864500a73eec1b4b765" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_5f9757483a590ad3b34893fa598f4013.setContent(html_b2ef8b2a2e29c864500a73eec1b4b765);
|
|
|
|
|
|
|
|
marker_5c2be5b1323132493ddebc44fd5f017b.bindPopup(popup_5f9757483a590ad3b34893fa598f4013)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c2be5b1323132493ddebc44fd5f017b.setIcon(icon_3d72b371c6bcc252917de90e47ecdae7);
|
|
|
|
|
|
var marker_b62741a47fdd6713f5719d5f0bbfc8da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_36721a6c3e2ea9d5917aaafc1d1985c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_322602b4389aa3cc362ceaa11cd12e5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40bd71214a1f239eaa5f0ed608d0c458 = $(`<div id="html_40bd71214a1f239eaa5f0ed608d0c458" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_322602b4389aa3cc362ceaa11cd12e5c.setContent(html_40bd71214a1f239eaa5f0ed608d0c458);
|
|
|
|
|
|
|
|
marker_b62741a47fdd6713f5719d5f0bbfc8da.bindPopup(popup_322602b4389aa3cc362ceaa11cd12e5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b62741a47fdd6713f5719d5f0bbfc8da.setIcon(icon_36721a6c3e2ea9d5917aaafc1d1985c3);
|
|
|
|
|
|
var marker_14d96ecc330305a58e88925ff895d53b = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_30a5d90c84e75d11fa1e0592eda30354 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27be7a9f40c9b95d4bd28fd919b89242 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28147374bd1f093207ba6e3ebeaa8e22 = $(`<div id="html_28147374bd1f093207ba6e3ebeaa8e22" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_27be7a9f40c9b95d4bd28fd919b89242.setContent(html_28147374bd1f093207ba6e3ebeaa8e22);
|
|
|
|
|
|
|
|
marker_14d96ecc330305a58e88925ff895d53b.bindPopup(popup_27be7a9f40c9b95d4bd28fd919b89242)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14d96ecc330305a58e88925ff895d53b.setIcon(icon_30a5d90c84e75d11fa1e0592eda30354);
|
|
|
|
|
|
var marker_cdc6b8a479a840149abb18757e76d175 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3464e1f856ff74c7aa8c056305f9a393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91dca48b444f2344485509802a848319 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_402faf7b1c7c7afcba1ad6abb37bcb38 = $(`<div id="html_402faf7b1c7c7afcba1ad6abb37bcb38" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_91dca48b444f2344485509802a848319.setContent(html_402faf7b1c7c7afcba1ad6abb37bcb38);
|
|
|
|
|
|
|
|
marker_cdc6b8a479a840149abb18757e76d175.bindPopup(popup_91dca48b444f2344485509802a848319)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdc6b8a479a840149abb18757e76d175.setIcon(icon_3464e1f856ff74c7aa8c056305f9a393);
|
|
|
|
|
|
var marker_a59c52455fb9c8fcfd93e105c75a4517 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0d9c8ce6e6047630cf600bace90fbe91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a5d33cf6ea22bdd48392b1862383d52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd249cdfbed73f16581acbbfac72e493 = $(`<div id="html_fd249cdfbed73f16581acbbfac72e493" style="width: 100.0%; height: 100.0%;">relay.saturnali.net</div>`)[0];
|
|
popup_8a5d33cf6ea22bdd48392b1862383d52.setContent(html_fd249cdfbed73f16581acbbfac72e493);
|
|
|
|
|
|
|
|
marker_a59c52455fb9c8fcfd93e105c75a4517.bindPopup(popup_8a5d33cf6ea22bdd48392b1862383d52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a59c52455fb9c8fcfd93e105c75a4517.setIcon(icon_0d9c8ce6e6047630cf600bace90fbe91);
|
|
|
|
|
|
var marker_c2df4798bf3de9f2a8ae43d84fbef73f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_16ef8c32e9a28a494f1dd1c9053d2572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf1fe8b91ccd710e43adc54f2f717f47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60b7f8fabea49deb8316b2ee2da88727 = $(`<div id="html_60b7f8fabea49deb8316b2ee2da88727" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_bf1fe8b91ccd710e43adc54f2f717f47.setContent(html_60b7f8fabea49deb8316b2ee2da88727);
|
|
|
|
|
|
|
|
marker_c2df4798bf3de9f2a8ae43d84fbef73f.bindPopup(popup_bf1fe8b91ccd710e43adc54f2f717f47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2df4798bf3de9f2a8ae43d84fbef73f.setIcon(icon_16ef8c32e9a28a494f1dd1c9053d2572);
|
|
|
|
|
|
var marker_c484ab269f0cc9188ad4856575e945cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0aeada45604a44641fb1dcc1476a6515 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3440233f24aa203dcecc02f45c8d8b47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be129634b97a89770650b77bdd91cff5 = $(`<div id="html_be129634b97a89770650b77bdd91cff5" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_3440233f24aa203dcecc02f45c8d8b47.setContent(html_be129634b97a89770650b77bdd91cff5);
|
|
|
|
|
|
|
|
marker_c484ab269f0cc9188ad4856575e945cd.bindPopup(popup_3440233f24aa203dcecc02f45c8d8b47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c484ab269f0cc9188ad4856575e945cd.setIcon(icon_0aeada45604a44641fb1dcc1476a6515);
|
|
|
|
|
|
var marker_84a09f34934ea2ffe6b7bac9f4ea7be3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_403d66ef938c8bcb51d42651c044376f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d92cb2e2555a22ca92732703f191f30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d704217d706008d98f69482dde75bb8 = $(`<div id="html_2d704217d706008d98f69482dde75bb8" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_2d92cb2e2555a22ca92732703f191f30.setContent(html_2d704217d706008d98f69482dde75bb8);
|
|
|
|
|
|
|
|
marker_84a09f34934ea2ffe6b7bac9f4ea7be3.bindPopup(popup_2d92cb2e2555a22ca92732703f191f30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84a09f34934ea2ffe6b7bac9f4ea7be3.setIcon(icon_403d66ef938c8bcb51d42651c044376f);
|
|
|
|
|
|
var marker_327b71d0bc6f75bbed11e84d966870e1 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_21a28ac0a8e07c6be27dda774d030646 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca63b213c82ae609733a4ba6fa4dd1e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5ee1ebc8c8d457185ede329b5f97c92 = $(`<div id="html_e5ee1ebc8c8d457185ede329b5f97c92" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_ca63b213c82ae609733a4ba6fa4dd1e8.setContent(html_e5ee1ebc8c8d457185ede329b5f97c92);
|
|
|
|
|
|
|
|
marker_327b71d0bc6f75bbed11e84d966870e1.bindPopup(popup_ca63b213c82ae609733a4ba6fa4dd1e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_327b71d0bc6f75bbed11e84d966870e1.setIcon(icon_21a28ac0a8e07c6be27dda774d030646);
|
|
|
|
|
|
var marker_2c9e575ba3137eb4031f9d15b12fd3d0 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f9ad5ce399c7a49f34427315a66b1923 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9a121800b19b631bfb80f32f7f0f2bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_433f5ab0684518326375ae74d9dd3272 = $(`<div id="html_433f5ab0684518326375ae74d9dd3272" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_a9a121800b19b631bfb80f32f7f0f2bf.setContent(html_433f5ab0684518326375ae74d9dd3272);
|
|
|
|
|
|
|
|
marker_2c9e575ba3137eb4031f9d15b12fd3d0.bindPopup(popup_a9a121800b19b631bfb80f32f7f0f2bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c9e575ba3137eb4031f9d15b12fd3d0.setIcon(icon_f9ad5ce399c7a49f34427315a66b1923);
|
|
|
|
|
|
var marker_4b10cba5db67de6e29008bb37ebce737 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_eaaffe06f727ac30e01f59c3aea9ac79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b78bb00685ccbca8c411046e5db6287a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e75295ea33f579fc918f980ce004b364 = $(`<div id="html_e75295ea33f579fc918f980ce004b364" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_b78bb00685ccbca8c411046e5db6287a.setContent(html_e75295ea33f579fc918f980ce004b364);
|
|
|
|
|
|
|
|
marker_4b10cba5db67de6e29008bb37ebce737.bindPopup(popup_b78bb00685ccbca8c411046e5db6287a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b10cba5db67de6e29008bb37ebce737.setIcon(icon_eaaffe06f727ac30e01f59c3aea9ac79);
|
|
|
|
|
|
var marker_0e1a31fe321f7327a6e73f6d5a3ada71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a2fc2c9fc2e97aedcc183be050bd97ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bcadd76fead7f475a9862fb0ce98bd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_805b26a23f4eb40e07ff84fb1f55f16b = $(`<div id="html_805b26a23f4eb40e07ff84fb1f55f16b" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_9bcadd76fead7f475a9862fb0ce98bd8.setContent(html_805b26a23f4eb40e07ff84fb1f55f16b);
|
|
|
|
|
|
|
|
marker_0e1a31fe321f7327a6e73f6d5a3ada71.bindPopup(popup_9bcadd76fead7f475a9862fb0ce98bd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e1a31fe321f7327a6e73f6d5a3ada71.setIcon(icon_a2fc2c9fc2e97aedcc183be050bd97ac);
|
|
|
|
|
|
var marker_0d9b5bad0e8d2a58e1fa120a30fa95e0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_53ebfe8d43390075fe97135fcdda585e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b93048b5a7ff804654eacca98f43dab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e2f57c95bf79576c5570befabc624bd = $(`<div id="html_0e2f57c95bf79576c5570befabc624bd" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_0b93048b5a7ff804654eacca98f43dab.setContent(html_0e2f57c95bf79576c5570befabc624bd);
|
|
|
|
|
|
|
|
marker_0d9b5bad0e8d2a58e1fa120a30fa95e0.bindPopup(popup_0b93048b5a7ff804654eacca98f43dab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d9b5bad0e8d2a58e1fa120a30fa95e0.setIcon(icon_53ebfe8d43390075fe97135fcdda585e);
|
|
|
|
|
|
var marker_f0c00ebd7d944be11fa13c18a037f751 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_489bd14c317719e206bfc01b9b4673fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d321e06a505799e4c63c5079a7631127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b944de3b2af7ceca6d5c93344e20b496 = $(`<div id="html_b944de3b2af7ceca6d5c93344e20b496" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_d321e06a505799e4c63c5079a7631127.setContent(html_b944de3b2af7ceca6d5c93344e20b496);
|
|
|
|
|
|
|
|
marker_f0c00ebd7d944be11fa13c18a037f751.bindPopup(popup_d321e06a505799e4c63c5079a7631127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0c00ebd7d944be11fa13c18a037f751.setIcon(icon_489bd14c317719e206bfc01b9b4673fd);
|
|
|
|
|
|
var marker_ae62b90cd66de782b8263f794b3d36fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_def2bb2137a46f210c26cb9a51dc3eac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23c18bd1792b8a048bddbd1dad9fb2ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55695411e0419a24cca07f4affcb3544 = $(`<div id="html_55695411e0419a24cca07f4affcb3544" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_23c18bd1792b8a048bddbd1dad9fb2ab.setContent(html_55695411e0419a24cca07f4affcb3544);
|
|
|
|
|
|
|
|
marker_ae62b90cd66de782b8263f794b3d36fe.bindPopup(popup_23c18bd1792b8a048bddbd1dad9fb2ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae62b90cd66de782b8263f794b3d36fe.setIcon(icon_def2bb2137a46f210c26cb9a51dc3eac);
|
|
|
|
|
|
var marker_5dad56369d3016311a237284bf8eedfa = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_6989fa7ef01909226d40017e39e15e3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36adaed737aaa63a7b64e7bd3ff4e1a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd3a94eed76c34a842157655e2780ea5 = $(`<div id="html_dd3a94eed76c34a842157655e2780ea5" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_36adaed737aaa63a7b64e7bd3ff4e1a4.setContent(html_dd3a94eed76c34a842157655e2780ea5);
|
|
|
|
|
|
|
|
marker_5dad56369d3016311a237284bf8eedfa.bindPopup(popup_36adaed737aaa63a7b64e7bd3ff4e1a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dad56369d3016311a237284bf8eedfa.setIcon(icon_6989fa7ef01909226d40017e39e15e3c);
|
|
|
|
|
|
var marker_d54c49f7aa8f69833ab9484d2bb576fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_44acb2c45e60f54554c01dadabc00da2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8044990c8d6757abc6ef814d2e7940bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53a3813fd4bba4c48c7da4a1d720f6d9 = $(`<div id="html_53a3813fd4bba4c48c7da4a1d720f6d9" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_8044990c8d6757abc6ef814d2e7940bb.setContent(html_53a3813fd4bba4c48c7da4a1d720f6d9);
|
|
|
|
|
|
|
|
marker_d54c49f7aa8f69833ab9484d2bb576fd.bindPopup(popup_8044990c8d6757abc6ef814d2e7940bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d54c49f7aa8f69833ab9484d2bb576fd.setIcon(icon_44acb2c45e60f54554c01dadabc00da2);
|
|
|
|
|
|
var marker_bdea34fef84d45e49f4bb8e1e288713d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e93d7ae434bc6bfcc7ee4520f115e775 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3646a11767dbdc04d9d0f1227b7f08e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_625d9ffe2ff5f01a58f15277e214048e = $(`<div id="html_625d9ffe2ff5f01a58f15277e214048e" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_3646a11767dbdc04d9d0f1227b7f08e7.setContent(html_625d9ffe2ff5f01a58f15277e214048e);
|
|
|
|
|
|
|
|
marker_bdea34fef84d45e49f4bb8e1e288713d.bindPopup(popup_3646a11767dbdc04d9d0f1227b7f08e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdea34fef84d45e49f4bb8e1e288713d.setIcon(icon_e93d7ae434bc6bfcc7ee4520f115e775);
|
|
|
|
|
|
var marker_4afb284afaa12258b2d83c97d245ea7d = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a8b385fb34b438ce79926ebec0444055 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_630411080d823f6f17a8b918c07e47dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d74343957f757746890197db65ebaac = $(`<div id="html_9d74343957f757746890197db65ebaac" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_630411080d823f6f17a8b918c07e47dc.setContent(html_9d74343957f757746890197db65ebaac);
|
|
|
|
|
|
|
|
marker_4afb284afaa12258b2d83c97d245ea7d.bindPopup(popup_630411080d823f6f17a8b918c07e47dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4afb284afaa12258b2d83c97d245ea7d.setIcon(icon_a8b385fb34b438ce79926ebec0444055);
|
|
|
|
|
|
var marker_f5fa7b1cbb6aa34df9200795e9226162 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3016c4925b021371b5bd8dc0ba4eac92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60b157a8d0f8347c66df0b68d292db93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_683bd543a2ade087a09bf013676b7e49 = $(`<div id="html_683bd543a2ade087a09bf013676b7e49" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_60b157a8d0f8347c66df0b68d292db93.setContent(html_683bd543a2ade087a09bf013676b7e49);
|
|
|
|
|
|
|
|
marker_f5fa7b1cbb6aa34df9200795e9226162.bindPopup(popup_60b157a8d0f8347c66df0b68d292db93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5fa7b1cbb6aa34df9200795e9226162.setIcon(icon_3016c4925b021371b5bd8dc0ba4eac92);
|
|
|
|
|
|
var marker_18e028ca8c5aaa74f1bfdfe9845706e9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_43aecbfd98d60f51157994c38daf1abd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2366cd3943ed4085a05be15a0a498b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_582e5c7d8a682a7c62d2ac1895db1b8b = $(`<div id="html_582e5c7d8a682a7c62d2ac1895db1b8b" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_f2366cd3943ed4085a05be15a0a498b3.setContent(html_582e5c7d8a682a7c62d2ac1895db1b8b);
|
|
|
|
|
|
|
|
marker_18e028ca8c5aaa74f1bfdfe9845706e9.bindPopup(popup_f2366cd3943ed4085a05be15a0a498b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18e028ca8c5aaa74f1bfdfe9845706e9.setIcon(icon_43aecbfd98d60f51157994c38daf1abd);
|
|
|
|
|
|
var marker_0fd5af56f0daee2a8ad697e3ece5786a = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c789ef1d081248c40395414865696e19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a564fda8be623cba6ed62f44ca269873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_218bf0b4cca5a486d10e7fc1f54c4aad = $(`<div id="html_218bf0b4cca5a486d10e7fc1f54c4aad" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_a564fda8be623cba6ed62f44ca269873.setContent(html_218bf0b4cca5a486d10e7fc1f54c4aad);
|
|
|
|
|
|
|
|
marker_0fd5af56f0daee2a8ad697e3ece5786a.bindPopup(popup_a564fda8be623cba6ed62f44ca269873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fd5af56f0daee2a8ad697e3ece5786a.setIcon(icon_c789ef1d081248c40395414865696e19);
|
|
|
|
|
|
var marker_985a2a8fe6bc3c4bd50e0ce8d9250ccd = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_758ade4e62f032e16bad7af4a99717f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fba864c2393e546a72078409d909fc05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfce4632f516b40cd7a213d0ed4a50aa = $(`<div id="html_cfce4632f516b40cd7a213d0ed4a50aa" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_fba864c2393e546a72078409d909fc05.setContent(html_cfce4632f516b40cd7a213d0ed4a50aa);
|
|
|
|
|
|
|
|
marker_985a2a8fe6bc3c4bd50e0ce8d9250ccd.bindPopup(popup_fba864c2393e546a72078409d909fc05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_985a2a8fe6bc3c4bd50e0ce8d9250ccd.setIcon(icon_758ade4e62f032e16bad7af4a99717f6);
|
|
|
|
|
|
var marker_c93f664c46afbaafbce4d8592e1e0717 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_6059df7287ea6d621cf02447942cee86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1a161c3a941ed2bfa200d951c8c891c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b320576d29987557c37aa3d8aa6e28e = $(`<div id="html_7b320576d29987557c37aa3d8aa6e28e" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_b1a161c3a941ed2bfa200d951c8c891c.setContent(html_7b320576d29987557c37aa3d8aa6e28e);
|
|
|
|
|
|
|
|
marker_c93f664c46afbaafbce4d8592e1e0717.bindPopup(popup_b1a161c3a941ed2bfa200d951c8c891c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c93f664c46afbaafbce4d8592e1e0717.setIcon(icon_6059df7287ea6d621cf02447942cee86);
|
|
|
|
|
|
var marker_7e41c502085fa97a496981c6c242d4a6 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_329845b389dabafcbdb65dd34081e393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2f911df9b230e66d4efe3962fbbf311 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb375909530359391e394c283038621b = $(`<div id="html_cb375909530359391e394c283038621b" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_c2f911df9b230e66d4efe3962fbbf311.setContent(html_cb375909530359391e394c283038621b);
|
|
|
|
|
|
|
|
marker_7e41c502085fa97a496981c6c242d4a6.bindPopup(popup_c2f911df9b230e66d4efe3962fbbf311)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e41c502085fa97a496981c6c242d4a6.setIcon(icon_329845b389dabafcbdb65dd34081e393);
|
|
|
|
|
|
var marker_f19f86b3d0ae1ea2878608a86b8cb43a = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_86c1b01a5ba0800d669bef91ce868cc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6908e8d0f874e3bb924b731bc8cf3def = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3fbefba9ec7a7db0f0fde02e0e9b662 = $(`<div id="html_e3fbefba9ec7a7db0f0fde02e0e9b662" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_6908e8d0f874e3bb924b731bc8cf3def.setContent(html_e3fbefba9ec7a7db0f0fde02e0e9b662);
|
|
|
|
|
|
|
|
marker_f19f86b3d0ae1ea2878608a86b8cb43a.bindPopup(popup_6908e8d0f874e3bb924b731bc8cf3def)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f19f86b3d0ae1ea2878608a86b8cb43a.setIcon(icon_86c1b01a5ba0800d669bef91ce868cc5);
|
|
|
|
|
|
var marker_fb50f237a748a32fb3b3c9b555604f5c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1f583e40b1abbb9d0066f479f46afbed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bacbcfd1db5bfad17c0c519bbb4e7232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dafe1f0ab88a343d317f1e633aa73d0 = $(`<div id="html_6dafe1f0ab88a343d317f1e633aa73d0" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_bacbcfd1db5bfad17c0c519bbb4e7232.setContent(html_6dafe1f0ab88a343d317f1e633aa73d0);
|
|
|
|
|
|
|
|
marker_fb50f237a748a32fb3b3c9b555604f5c.bindPopup(popup_bacbcfd1db5bfad17c0c519bbb4e7232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb50f237a748a32fb3b3c9b555604f5c.setIcon(icon_1f583e40b1abbb9d0066f479f46afbed);
|
|
|
|
|
|
var marker_7b3a7c75f21dd49aa017c70cd1ad8b17 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_6f8eca9ae20cc94c198112681d168912 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7a360d448ae821a70b147143d903e50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49d3d2f9591f044b8444bd7df32ed1f = $(`<div id="html_d49d3d2f9591f044b8444bd7df32ed1f" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_e7a360d448ae821a70b147143d903e50.setContent(html_d49d3d2f9591f044b8444bd7df32ed1f);
|
|
|
|
|
|
|
|
marker_7b3a7c75f21dd49aa017c70cd1ad8b17.bindPopup(popup_e7a360d448ae821a70b147143d903e50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b3a7c75f21dd49aa017c70cd1ad8b17.setIcon(icon_6f8eca9ae20cc94c198112681d168912);
|
|
|
|
|
|
var marker_1af1c92663d541e83e6e8f342ba493e2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_db4d33ee6606f6dce0a2ccec4e9b82ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_851af807785179608ebe0a7873d35968 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e645f87786d55a92ec468060fff02dd2 = $(`<div id="html_e645f87786d55a92ec468060fff02dd2" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_851af807785179608ebe0a7873d35968.setContent(html_e645f87786d55a92ec468060fff02dd2);
|
|
|
|
|
|
|
|
marker_1af1c92663d541e83e6e8f342ba493e2.bindPopup(popup_851af807785179608ebe0a7873d35968)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1af1c92663d541e83e6e8f342ba493e2.setIcon(icon_db4d33ee6606f6dce0a2ccec4e9b82ff);
|
|
|
|
|
|
var marker_1acf7e1cd4d3623d19d5e2f129669f47 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e12027fcc73bf1e70c8203cc5ba9ba3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d755f3bd05554ceeb2f7b457b51a0aa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_121ad8d12a69b71cb2d1812ec5e138e9 = $(`<div id="html_121ad8d12a69b71cb2d1812ec5e138e9" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_d755f3bd05554ceeb2f7b457b51a0aa8.setContent(html_121ad8d12a69b71cb2d1812ec5e138e9);
|
|
|
|
|
|
|
|
marker_1acf7e1cd4d3623d19d5e2f129669f47.bindPopup(popup_d755f3bd05554ceeb2f7b457b51a0aa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1acf7e1cd4d3623d19d5e2f129669f47.setIcon(icon_e12027fcc73bf1e70c8203cc5ba9ba3c);
|
|
|
|
|
|
var marker_0e4815db7dae8dfc0b45d3631988e8c4 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e589dbdd60d11079d894903b45d7047c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1e03ab9aef5f26c7db672c2cf0a0b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab9bdd9a7b6eabce409c178772805e1 = $(`<div id="html_eab9bdd9a7b6eabce409c178772805e1" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_f1e03ab9aef5f26c7db672c2cf0a0b92.setContent(html_eab9bdd9a7b6eabce409c178772805e1);
|
|
|
|
|
|
|
|
marker_0e4815db7dae8dfc0b45d3631988e8c4.bindPopup(popup_f1e03ab9aef5f26c7db672c2cf0a0b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e4815db7dae8dfc0b45d3631988e8c4.setIcon(icon_e589dbdd60d11079d894903b45d7047c);
|
|
|
|
|
|
var marker_7909fd672cbb8fb6e00c80a8e1c57642 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1f4a3477d645b352669626a9f12f7575 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5da04437dc2b01375a61fce3cd376cfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbb82ad81930a87b449114d048f71fbe = $(`<div id="html_dbb82ad81930a87b449114d048f71fbe" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_5da04437dc2b01375a61fce3cd376cfe.setContent(html_dbb82ad81930a87b449114d048f71fbe);
|
|
|
|
|
|
|
|
marker_7909fd672cbb8fb6e00c80a8e1c57642.bindPopup(popup_5da04437dc2b01375a61fce3cd376cfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7909fd672cbb8fb6e00c80a8e1c57642.setIcon(icon_1f4a3477d645b352669626a9f12f7575);
|
|
|
|
|
|
var marker_510a4231bc487f2128e58e816266d87d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_01156b83ec340206611e3a0bc2080469 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c70711fbf3cac07599027889e29df01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3216e697f8f036497889c2980158043 = $(`<div id="html_c3216e697f8f036497889c2980158043" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_9c70711fbf3cac07599027889e29df01.setContent(html_c3216e697f8f036497889c2980158043);
|
|
|
|
|
|
|
|
marker_510a4231bc487f2128e58e816266d87d.bindPopup(popup_9c70711fbf3cac07599027889e29df01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_510a4231bc487f2128e58e816266d87d.setIcon(icon_01156b83ec340206611e3a0bc2080469);
|
|
|
|
|
|
var marker_559e2c61ff57bde742f24e3dd3c0e5be = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_82b86fcf24cbf2cde1d101ed7d6b9013 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74962ae23868659fa7b5f9557baddcc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_207558ad9e375b128b8b8a273b555405 = $(`<div id="html_207558ad9e375b128b8b8a273b555405" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_74962ae23868659fa7b5f9557baddcc2.setContent(html_207558ad9e375b128b8b8a273b555405);
|
|
|
|
|
|
|
|
marker_559e2c61ff57bde742f24e3dd3c0e5be.bindPopup(popup_74962ae23868659fa7b5f9557baddcc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559e2c61ff57bde742f24e3dd3c0e5be.setIcon(icon_82b86fcf24cbf2cde1d101ed7d6b9013);
|
|
|
|
|
|
var marker_daaa721ea973fa959ad35d25b9b666a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_35ab23c30fb6794a6ada324691038941 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57301da07ea33e9bc6719b24f800eb5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_354f8c927983458d63bce71fc18bfcbf = $(`<div id="html_354f8c927983458d63bce71fc18bfcbf" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_57301da07ea33e9bc6719b24f800eb5f.setContent(html_354f8c927983458d63bce71fc18bfcbf);
|
|
|
|
|
|
|
|
marker_daaa721ea973fa959ad35d25b9b666a7.bindPopup(popup_57301da07ea33e9bc6719b24f800eb5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_daaa721ea973fa959ad35d25b9b666a7.setIcon(icon_35ab23c30fb6794a6ada324691038941);
|
|
|
|
|
|
var marker_431998f7c969fb37d35a7e92f349183f = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e71f38d2e8a3942aa2e2037c3acc4d0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_426d5f52264407e3d469c90017330ef5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bb0b691be408a04ec09ee42413a9b5d = $(`<div id="html_2bb0b691be408a04ec09ee42413a9b5d" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_426d5f52264407e3d469c90017330ef5.setContent(html_2bb0b691be408a04ec09ee42413a9b5d);
|
|
|
|
|
|
|
|
marker_431998f7c969fb37d35a7e92f349183f.bindPopup(popup_426d5f52264407e3d469c90017330ef5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_431998f7c969fb37d35a7e92f349183f.setIcon(icon_e71f38d2e8a3942aa2e2037c3acc4d0d);
|
|
|
|
|
|
var marker_9abd2f7572bc5e9467152ba7bd7b411f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8bdf78507aa428ebf40e1f036499b84c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1c882a563cf8c5cb399205c6278e6fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dada3177de2336ded2bdb321bff652af = $(`<div id="html_dada3177de2336ded2bdb321bff652af" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_b1c882a563cf8c5cb399205c6278e6fc.setContent(html_dada3177de2336ded2bdb321bff652af);
|
|
|
|
|
|
|
|
marker_9abd2f7572bc5e9467152ba7bd7b411f.bindPopup(popup_b1c882a563cf8c5cb399205c6278e6fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9abd2f7572bc5e9467152ba7bd7b411f.setIcon(icon_8bdf78507aa428ebf40e1f036499b84c);
|
|
|
|
|
|
var marker_7622f967b4b3c9fad7ebdaaa6f89aabd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d4b82d21eed219134670646011566825 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_691f0c6fa178fe059deda303d8526912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aac77c45db18c466bc71cd3d10025f57 = $(`<div id="html_aac77c45db18c466bc71cd3d10025f57" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_691f0c6fa178fe059deda303d8526912.setContent(html_aac77c45db18c466bc71cd3d10025f57);
|
|
|
|
|
|
|
|
marker_7622f967b4b3c9fad7ebdaaa6f89aabd.bindPopup(popup_691f0c6fa178fe059deda303d8526912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7622f967b4b3c9fad7ebdaaa6f89aabd.setIcon(icon_d4b82d21eed219134670646011566825);
|
|
|
|
|
|
var marker_947e467db43325bfd82180cd8eefece8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_425840f7359552c017c83280e6dbf54c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_305b38fea5db25fd5194896718852efb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_842df355bd47a8976513c04102199362 = $(`<div id="html_842df355bd47a8976513c04102199362" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_305b38fea5db25fd5194896718852efb.setContent(html_842df355bd47a8976513c04102199362);
|
|
|
|
|
|
|
|
marker_947e467db43325bfd82180cd8eefece8.bindPopup(popup_305b38fea5db25fd5194896718852efb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_947e467db43325bfd82180cd8eefece8.setIcon(icon_425840f7359552c017c83280e6dbf54c);
|
|
|
|
|
|
var marker_67b0756aa2a554a85a97ba20d3f5fe15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_96c026b8f4ed3b17d42163d6c2b75392 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26db950cf4650dd5c09914f5bff682c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44e5c55839be293631365446d9741fa6 = $(`<div id="html_44e5c55839be293631365446d9741fa6" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_26db950cf4650dd5c09914f5bff682c4.setContent(html_44e5c55839be293631365446d9741fa6);
|
|
|
|
|
|
|
|
marker_67b0756aa2a554a85a97ba20d3f5fe15.bindPopup(popup_26db950cf4650dd5c09914f5bff682c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67b0756aa2a554a85a97ba20d3f5fe15.setIcon(icon_96c026b8f4ed3b17d42163d6c2b75392);
|
|
|
|
|
|
var marker_8e98bdaa04f25a66cbdbf9d791ab19ad = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_ba34ad896cf5f569dd8605a2bb459ecf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c619525cba5845d003f197dff7030277 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5bb13865282d0ebd5774405e2a1c330 = $(`<div id="html_e5bb13865282d0ebd5774405e2a1c330" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_c619525cba5845d003f197dff7030277.setContent(html_e5bb13865282d0ebd5774405e2a1c330);
|
|
|
|
|
|
|
|
marker_8e98bdaa04f25a66cbdbf9d791ab19ad.bindPopup(popup_c619525cba5845d003f197dff7030277)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e98bdaa04f25a66cbdbf9d791ab19ad.setIcon(icon_ba34ad896cf5f569dd8605a2bb459ecf);
|
|
|
|
|
|
var marker_14c4df9d075d880b0f35e69765bbfcc9 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_62d2b7231157b1053dfa10982177baed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13cedd6a7a69f5dd118613eb91bbf729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69bc900a69d040c6a8006116da687f12 = $(`<div id="html_69bc900a69d040c6a8006116da687f12" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_13cedd6a7a69f5dd118613eb91bbf729.setContent(html_69bc900a69d040c6a8006116da687f12);
|
|
|
|
|
|
|
|
marker_14c4df9d075d880b0f35e69765bbfcc9.bindPopup(popup_13cedd6a7a69f5dd118613eb91bbf729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14c4df9d075d880b0f35e69765bbfcc9.setIcon(icon_62d2b7231157b1053dfa10982177baed);
|
|
|
|
|
|
var marker_e6532b1effc436f925836b2c5161fcc8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_7749c49b8319537d9cc532650be3ae93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e84a873f988495709689593007fbc7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7b5e9738a59f2381254f867400ee291 = $(`<div id="html_c7b5e9738a59f2381254f867400ee291" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_8e84a873f988495709689593007fbc7e.setContent(html_c7b5e9738a59f2381254f867400ee291);
|
|
|
|
|
|
|
|
marker_e6532b1effc436f925836b2c5161fcc8.bindPopup(popup_8e84a873f988495709689593007fbc7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6532b1effc436f925836b2c5161fcc8.setIcon(icon_7749c49b8319537d9cc532650be3ae93);
|
|
|
|
|
|
var marker_6727ad41ab8475b8a844e2a6204c98e6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c1cc249e84589d2495f5f9ec99204085 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97f5d82f186510da0e520cfb4dd0c5b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81e1944f8b17d54661a7739fdf669660 = $(`<div id="html_81e1944f8b17d54661a7739fdf669660" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_97f5d82f186510da0e520cfb4dd0c5b8.setContent(html_81e1944f8b17d54661a7739fdf669660);
|
|
|
|
|
|
|
|
marker_6727ad41ab8475b8a844e2a6204c98e6.bindPopup(popup_97f5d82f186510da0e520cfb4dd0c5b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6727ad41ab8475b8a844e2a6204c98e6.setIcon(icon_c1cc249e84589d2495f5f9ec99204085);
|
|
|
|
|
|
var marker_f65a70de4094fab93b68f5df3369a1cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2ff44970449268b140c67672a4531384 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18d219cd8a391853572e4f98e707e330 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_483d1c9ab889c9c6e263452a60a9af97 = $(`<div id="html_483d1c9ab889c9c6e263452a60a9af97" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_18d219cd8a391853572e4f98e707e330.setContent(html_483d1c9ab889c9c6e263452a60a9af97);
|
|
|
|
|
|
|
|
marker_f65a70de4094fab93b68f5df3369a1cf.bindPopup(popup_18d219cd8a391853572e4f98e707e330)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f65a70de4094fab93b68f5df3369a1cf.setIcon(icon_2ff44970449268b140c67672a4531384);
|
|
|
|
|
|
var marker_14aa5ea121be72323ecc7400746569b4 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d629c6a8ba0672197d3ad81337318898 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33110dab7d36a2384ab21084932bf5b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72bb40e549f8b115ca8539a4ef470291 = $(`<div id="html_72bb40e549f8b115ca8539a4ef470291" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_33110dab7d36a2384ab21084932bf5b9.setContent(html_72bb40e549f8b115ca8539a4ef470291);
|
|
|
|
|
|
|
|
marker_14aa5ea121be72323ecc7400746569b4.bindPopup(popup_33110dab7d36a2384ab21084932bf5b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14aa5ea121be72323ecc7400746569b4.setIcon(icon_d629c6a8ba0672197d3ad81337318898);
|
|
|
|
|
|
var marker_66f6b68968e5b17cadf21e51d04f07bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f0dfa24c074e23d6fa403c73c1262a55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdedda8851c268d16c32beedb188dcc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d8e5592b510474799e58ee83b5c8ef0 = $(`<div id="html_4d8e5592b510474799e58ee83b5c8ef0" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_cdedda8851c268d16c32beedb188dcc9.setContent(html_4d8e5592b510474799e58ee83b5c8ef0);
|
|
|
|
|
|
|
|
marker_66f6b68968e5b17cadf21e51d04f07bd.bindPopup(popup_cdedda8851c268d16c32beedb188dcc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66f6b68968e5b17cadf21e51d04f07bd.setIcon(icon_f0dfa24c074e23d6fa403c73c1262a55);
|
|
|
|
|
|
var marker_2d0a1b32f1cba1dd2b89723326b674bb = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_cc8dd7fe61e1c99c36508f8536f40a96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7ce27b9f59d43a4a06e7f4cd1933399 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af1be01310c6777ca7426ddc21da00d1 = $(`<div id="html_af1be01310c6777ca7426ddc21da00d1" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_d7ce27b9f59d43a4a06e7f4cd1933399.setContent(html_af1be01310c6777ca7426ddc21da00d1);
|
|
|
|
|
|
|
|
marker_2d0a1b32f1cba1dd2b89723326b674bb.bindPopup(popup_d7ce27b9f59d43a4a06e7f4cd1933399)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d0a1b32f1cba1dd2b89723326b674bb.setIcon(icon_cc8dd7fe61e1c99c36508f8536f40a96);
|
|
|
|
|
|
var marker_0d53dbe62f2966e2116f1bb47887eb8a = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_dad7bce9a43e35a0f5d9134fce67b929 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d3c972bd4291ed0f9ea3766bdb402d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3c877111c7bed6e00dd207c9fb43ae9 = $(`<div id="html_f3c877111c7bed6e00dd207c9fb43ae9" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_9d3c972bd4291ed0f9ea3766bdb402d5.setContent(html_f3c877111c7bed6e00dd207c9fb43ae9);
|
|
|
|
|
|
|
|
marker_0d53dbe62f2966e2116f1bb47887eb8a.bindPopup(popup_9d3c972bd4291ed0f9ea3766bdb402d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d53dbe62f2966e2116f1bb47887eb8a.setIcon(icon_dad7bce9a43e35a0f5d9134fce67b929);
|
|
|
|
|
|
var marker_06c481c0323b6580a3e52e996dff629a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_85b772f7611e7c28d11c37b7c4cb904d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f618473ad8b724888630343586715221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_812eb8ad732caaee58c61d636669a7c4 = $(`<div id="html_812eb8ad732caaee58c61d636669a7c4" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_f618473ad8b724888630343586715221.setContent(html_812eb8ad732caaee58c61d636669a7c4);
|
|
|
|
|
|
|
|
marker_06c481c0323b6580a3e52e996dff629a.bindPopup(popup_f618473ad8b724888630343586715221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06c481c0323b6580a3e52e996dff629a.setIcon(icon_85b772f7611e7c28d11c37b7c4cb904d);
|
|
|
|
|
|
var marker_851996c4aa0c9a22ebb012c59d057c19 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_ba4d25e4a9008e9ce54a2efe792ec0f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_388c9b15531d6ec8deb51ae934c857c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd1d00fb5f7b053e9bda238f26ebc2a3 = $(`<div id="html_dd1d00fb5f7b053e9bda238f26ebc2a3" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_388c9b15531d6ec8deb51ae934c857c4.setContent(html_dd1d00fb5f7b053e9bda238f26ebc2a3);
|
|
|
|
|
|
|
|
marker_851996c4aa0c9a22ebb012c59d057c19.bindPopup(popup_388c9b15531d6ec8deb51ae934c857c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_851996c4aa0c9a22ebb012c59d057c19.setIcon(icon_ba4d25e4a9008e9ce54a2efe792ec0f8);
|
|
|
|
|
|
var marker_fe5e86eca2d642879e3aa49cd1d02376 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2b9f844fb0b625801f67ba4b06a9be1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c484fd83697cfdf08b59d4308c4405cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cf7c8a1f93ff4bfcf5d719bc22fdb7a = $(`<div id="html_9cf7c8a1f93ff4bfcf5d719bc22fdb7a" style="width: 100.0%; height: 100.0%;">correctly-find-curves-languages.trycloudflare.com</div>`)[0];
|
|
popup_c484fd83697cfdf08b59d4308c4405cd.setContent(html_9cf7c8a1f93ff4bfcf5d719bc22fdb7a);
|
|
|
|
|
|
|
|
marker_fe5e86eca2d642879e3aa49cd1d02376.bindPopup(popup_c484fd83697cfdf08b59d4308c4405cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe5e86eca2d642879e3aa49cd1d02376.setIcon(icon_2b9f844fb0b625801f67ba4b06a9be1f);
|
|
|
|
|
|
var marker_730105a06de77238b24d94b7ba58abc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8a3a51f9231aca072ecb2f2a0b43090d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_410a233de47b5ba059ee31aa87ffcf84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2da5a44d099fb455c9539ed7d8fb8ead = $(`<div id="html_2da5a44d099fb455c9539ed7d8fb8ead" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_410a233de47b5ba059ee31aa87ffcf84.setContent(html_2da5a44d099fb455c9539ed7d8fb8ead);
|
|
|
|
|
|
|
|
marker_730105a06de77238b24d94b7ba58abc2.bindPopup(popup_410a233de47b5ba059ee31aa87ffcf84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_730105a06de77238b24d94b7ba58abc2.setIcon(icon_8a3a51f9231aca072ecb2f2a0b43090d);
|
|
|
|
|
|
var marker_1aa1de46f62c44f9b1a31636b16c5e0a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8e54042254da452a295f5e47a0e44014 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c159dd600fef31dfa8f8c9feafdecbc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1a01bdd3c5b6e1221f5c0721e15e1b5 = $(`<div id="html_b1a01bdd3c5b6e1221f5c0721e15e1b5" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_c159dd600fef31dfa8f8c9feafdecbc0.setContent(html_b1a01bdd3c5b6e1221f5c0721e15e1b5);
|
|
|
|
|
|
|
|
marker_1aa1de46f62c44f9b1a31636b16c5e0a.bindPopup(popup_c159dd600fef31dfa8f8c9feafdecbc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aa1de46f62c44f9b1a31636b16c5e0a.setIcon(icon_8e54042254da452a295f5e47a0e44014);
|
|
|
|
|
|
var marker_7cfd22c462bfb3275575ea5ccbc92747 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_86f4fd693631ffc4344fceb5ec0e7292 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd0e0afc4c38d9ba2aa68cb11576251f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06e3aad9cff51b8b2ba619059e61fae4 = $(`<div id="html_06e3aad9cff51b8b2ba619059e61fae4" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_dd0e0afc4c38d9ba2aa68cb11576251f.setContent(html_06e3aad9cff51b8b2ba619059e61fae4);
|
|
|
|
|
|
|
|
marker_7cfd22c462bfb3275575ea5ccbc92747.bindPopup(popup_dd0e0afc4c38d9ba2aa68cb11576251f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cfd22c462bfb3275575ea5ccbc92747.setIcon(icon_86f4fd693631ffc4344fceb5ec0e7292);
|
|
|
|
|
|
var marker_1d742323af40fd5875bbc4de20b908b7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_feb6b1dd2302bf8bc05e7b42b623df0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9bba34033f7a10236ab1063b189f5c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b4bba0c4607bb1d85de2adb13dc2175 = $(`<div id="html_6b4bba0c4607bb1d85de2adb13dc2175" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_d9bba34033f7a10236ab1063b189f5c6.setContent(html_6b4bba0c4607bb1d85de2adb13dc2175);
|
|
|
|
|
|
|
|
marker_1d742323af40fd5875bbc4de20b908b7.bindPopup(popup_d9bba34033f7a10236ab1063b189f5c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d742323af40fd5875bbc4de20b908b7.setIcon(icon_feb6b1dd2302bf8bc05e7b42b623df0e);
|
|
|
|
|
|
var marker_364b131ef11e32158fb63be0ce899387 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_cc10bb93f0c8647aa1241d611da47a9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_948d67ce3132a666f9b774ae3680f579 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56e32b9efac8f553fa0eeb1551b77735 = $(`<div id="html_56e32b9efac8f553fa0eeb1551b77735" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_948d67ce3132a666f9b774ae3680f579.setContent(html_56e32b9efac8f553fa0eeb1551b77735);
|
|
|
|
|
|
|
|
marker_364b131ef11e32158fb63be0ce899387.bindPopup(popup_948d67ce3132a666f9b774ae3680f579)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_364b131ef11e32158fb63be0ce899387.setIcon(icon_cc10bb93f0c8647aa1241d611da47a9a);
|
|
|
|
|
|
var marker_99ab73b951c1e72a6a2a0e94ddfd8623 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3d3732af5f391982b168ef9082b2c5c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e44fe30f8e6a0e61a231b5bfaa96b301 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3351e4eb92fcfa5fb06ab7c0eaf18ea = $(`<div id="html_f3351e4eb92fcfa5fb06ab7c0eaf18ea" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_e44fe30f8e6a0e61a231b5bfaa96b301.setContent(html_f3351e4eb92fcfa5fb06ab7c0eaf18ea);
|
|
|
|
|
|
|
|
marker_99ab73b951c1e72a6a2a0e94ddfd8623.bindPopup(popup_e44fe30f8e6a0e61a231b5bfaa96b301)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99ab73b951c1e72a6a2a0e94ddfd8623.setIcon(icon_3d3732af5f391982b168ef9082b2c5c0);
|
|
|
|
|
|
var marker_805b4885357023159ad1261b57e04e60 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e811a8b4ab3c56bf365bc48ced4807f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c228bfb2042479daf725b50785b3a6cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66561a1b41cecfaffa5549bb93a7e999 = $(`<div id="html_66561a1b41cecfaffa5549bb93a7e999" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_c228bfb2042479daf725b50785b3a6cb.setContent(html_66561a1b41cecfaffa5549bb93a7e999);
|
|
|
|
|
|
|
|
marker_805b4885357023159ad1261b57e04e60.bindPopup(popup_c228bfb2042479daf725b50785b3a6cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_805b4885357023159ad1261b57e04e60.setIcon(icon_e811a8b4ab3c56bf365bc48ced4807f6);
|
|
|
|
|
|
var marker_99e21994c1b63eb2b4da67c1c1dd7e31 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b79877131db5415c7a51d1124c733a34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea7b62d6e03b7850c7c4449c6573813c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5428751b3cd7b3717193f08dd67b6a4e = $(`<div id="html_5428751b3cd7b3717193f08dd67b6a4e" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_ea7b62d6e03b7850c7c4449c6573813c.setContent(html_5428751b3cd7b3717193f08dd67b6a4e);
|
|
|
|
|
|
|
|
marker_99e21994c1b63eb2b4da67c1c1dd7e31.bindPopup(popup_ea7b62d6e03b7850c7c4449c6573813c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99e21994c1b63eb2b4da67c1c1dd7e31.setIcon(icon_b79877131db5415c7a51d1124c733a34);
|
|
|
|
|
|
var marker_14dcd8fb3412548466843da0769abfaf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1ee21f53b5373a0b49f20e1c75ed358e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43e09d03a075a64b81edf2ad4adc5a22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_843671eab1c698aa572f4146fc63c513 = $(`<div id="html_843671eab1c698aa572f4146fc63c513" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_43e09d03a075a64b81edf2ad4adc5a22.setContent(html_843671eab1c698aa572f4146fc63c513);
|
|
|
|
|
|
|
|
marker_14dcd8fb3412548466843da0769abfaf.bindPopup(popup_43e09d03a075a64b81edf2ad4adc5a22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14dcd8fb3412548466843da0769abfaf.setIcon(icon_1ee21f53b5373a0b49f20e1c75ed358e);
|
|
|
|
|
|
var marker_06eaad8cca4fec3b5e10507c2b31a05e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_37553e7af0b513eda21ce3c4437797a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86fa3134d50b5a233f9c63bb2e1baeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5302f4aadb5f8bf972e5a9cfde0d2663 = $(`<div id="html_5302f4aadb5f8bf972e5a9cfde0d2663" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_d86fa3134d50b5a233f9c63bb2e1baeb.setContent(html_5302f4aadb5f8bf972e5a9cfde0d2663);
|
|
|
|
|
|
|
|
marker_06eaad8cca4fec3b5e10507c2b31a05e.bindPopup(popup_d86fa3134d50b5a233f9c63bb2e1baeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06eaad8cca4fec3b5e10507c2b31a05e.setIcon(icon_37553e7af0b513eda21ce3c4437797a7);
|
|
|
|
|
|
var marker_11ebc11e61a16cbcaf33c252fa5fccb6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d627948e429c563ce612ccb4b44500e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0ca64dfc4a1ee7606d4a7820b4fd270 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f3848855e5c986eb5105d6db9baffa5 = $(`<div id="html_8f3848855e5c986eb5105d6db9baffa5" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_d0ca64dfc4a1ee7606d4a7820b4fd270.setContent(html_8f3848855e5c986eb5105d6db9baffa5);
|
|
|
|
|
|
|
|
marker_11ebc11e61a16cbcaf33c252fa5fccb6.bindPopup(popup_d0ca64dfc4a1ee7606d4a7820b4fd270)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11ebc11e61a16cbcaf33c252fa5fccb6.setIcon(icon_d627948e429c563ce612ccb4b44500e6);
|
|
|
|
|
|
var marker_6ed34a6ac1b7269584d2c84d2f6cd19f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_eb3bcbac3af1ad2017a9130c2ab5a721 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_957f481f33b7a6199664dad4abed701c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19fdec232fd04835fd2260e7a5d79794 = $(`<div id="html_19fdec232fd04835fd2260e7a5d79794" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_957f481f33b7a6199664dad4abed701c.setContent(html_19fdec232fd04835fd2260e7a5d79794);
|
|
|
|
|
|
|
|
marker_6ed34a6ac1b7269584d2c84d2f6cd19f.bindPopup(popup_957f481f33b7a6199664dad4abed701c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ed34a6ac1b7269584d2c84d2f6cd19f.setIcon(icon_eb3bcbac3af1ad2017a9130c2ab5a721);
|
|
|
|
|
|
var marker_72807af9641a4cb244771bc1a9005105 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c7905869dd2529bf37d61f1a62190ffa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30284576bf2c82cc8ae524016529bfa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44febaba68c45e883aa32e670c28db5c = $(`<div id="html_44febaba68c45e883aa32e670c28db5c" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_30284576bf2c82cc8ae524016529bfa4.setContent(html_44febaba68c45e883aa32e670c28db5c);
|
|
|
|
|
|
|
|
marker_72807af9641a4cb244771bc1a9005105.bindPopup(popup_30284576bf2c82cc8ae524016529bfa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72807af9641a4cb244771bc1a9005105.setIcon(icon_c7905869dd2529bf37d61f1a62190ffa);
|
|
|
|
|
|
var marker_a95bbb59aece99e4712c7d4b14b3bb10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_ed3de502eaf902a864f7be7325b936de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f607cb4b33ec02dd591720a9fede499 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da22082ec476fb17f456c7497058955b = $(`<div id="html_da22082ec476fb17f456c7497058955b" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_8f607cb4b33ec02dd591720a9fede499.setContent(html_da22082ec476fb17f456c7497058955b);
|
|
|
|
|
|
|
|
marker_a95bbb59aece99e4712c7d4b14b3bb10.bindPopup(popup_8f607cb4b33ec02dd591720a9fede499)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a95bbb59aece99e4712c7d4b14b3bb10.setIcon(icon_ed3de502eaf902a864f7be7325b936de);
|
|
|
|
|
|
var marker_a32ee19cb278878fa5dd99dc75e82db7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1944a31b0db42cd5ceeeccfb53186e5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fd619e761e0d60e2228806e52e9d541 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5a72203730fb21fbc39811eb96f0ccf = $(`<div id="html_b5a72203730fb21fbc39811eb96f0ccf" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_3fd619e761e0d60e2228806e52e9d541.setContent(html_b5a72203730fb21fbc39811eb96f0ccf);
|
|
|
|
|
|
|
|
marker_a32ee19cb278878fa5dd99dc75e82db7.bindPopup(popup_3fd619e761e0d60e2228806e52e9d541)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a32ee19cb278878fa5dd99dc75e82db7.setIcon(icon_1944a31b0db42cd5ceeeccfb53186e5b);
|
|
|
|
|
|
var marker_b002ff0352b0e313c6f7beb53698256d = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4c448a641db9620f091cd0271cf85de0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e72464254720df8b959232ddd9d7e333 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a79ce984f6af03d419344eeed14f7bf1 = $(`<div id="html_a79ce984f6af03d419344eeed14f7bf1" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_e72464254720df8b959232ddd9d7e333.setContent(html_a79ce984f6af03d419344eeed14f7bf1);
|
|
|
|
|
|
|
|
marker_b002ff0352b0e313c6f7beb53698256d.bindPopup(popup_e72464254720df8b959232ddd9d7e333)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b002ff0352b0e313c6f7beb53698256d.setIcon(icon_4c448a641db9620f091cd0271cf85de0);
|
|
|
|
|
|
var marker_f8e14d63e25842847d59e97a5b2946c3 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d7262094f9f6241437d1566fc7a6b1d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3447e1a325fd04b434ec062b030290d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1df8afca2e73a6b5a1f82e46176bd4e5 = $(`<div id="html_1df8afca2e73a6b5a1f82e46176bd4e5" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_3447e1a325fd04b434ec062b030290d8.setContent(html_1df8afca2e73a6b5a1f82e46176bd4e5);
|
|
|
|
|
|
|
|
marker_f8e14d63e25842847d59e97a5b2946c3.bindPopup(popup_3447e1a325fd04b434ec062b030290d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8e14d63e25842847d59e97a5b2946c3.setIcon(icon_d7262094f9f6241437d1566fc7a6b1d0);
|
|
|
|
|
|
var marker_02dd29cd17d65ff5366dde62abeadf9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0273a65850f86785abd5cb3002c0f103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19827c45300236591c326963dc843e1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4b1691b35503335eb22c339baf72b76 = $(`<div id="html_c4b1691b35503335eb22c339baf72b76" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_19827c45300236591c326963dc843e1f.setContent(html_c4b1691b35503335eb22c339baf72b76);
|
|
|
|
|
|
|
|
marker_02dd29cd17d65ff5366dde62abeadf9b.bindPopup(popup_19827c45300236591c326963dc843e1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02dd29cd17d65ff5366dde62abeadf9b.setIcon(icon_0273a65850f86785abd5cb3002c0f103);
|
|
|
|
|
|
var marker_7b5d2ae8aa3e8bc232bba6880b0003f1 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9fd86f59371f1230eccc0b4c5f739c7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27c375935a0d48bed497db12fa0a7f16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_166c5b15d1a04d2c381fff8c90c531a3 = $(`<div id="html_166c5b15d1a04d2c381fff8c90c531a3" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_27c375935a0d48bed497db12fa0a7f16.setContent(html_166c5b15d1a04d2c381fff8c90c531a3);
|
|
|
|
|
|
|
|
marker_7b5d2ae8aa3e8bc232bba6880b0003f1.bindPopup(popup_27c375935a0d48bed497db12fa0a7f16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b5d2ae8aa3e8bc232bba6880b0003f1.setIcon(icon_9fd86f59371f1230eccc0b4c5f739c7e);
|
|
|
|
|
|
var marker_4a0c07a2af9e4b6a92ddb86839f7d559 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_589369eb80ffbae24caa1a08f23871fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c6885ee922a70f211ce18ccb3d3d83a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de5760af174cd7b8ce0bb37bea2d61b9 = $(`<div id="html_de5760af174cd7b8ce0bb37bea2d61b9" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_2c6885ee922a70f211ce18ccb3d3d83a.setContent(html_de5760af174cd7b8ce0bb37bea2d61b9);
|
|
|
|
|
|
|
|
marker_4a0c07a2af9e4b6a92ddb86839f7d559.bindPopup(popup_2c6885ee922a70f211ce18ccb3d3d83a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a0c07a2af9e4b6a92ddb86839f7d559.setIcon(icon_589369eb80ffbae24caa1a08f23871fd);
|
|
|
|
|
|
var marker_0360d68d98bcc86a01e64a2ba1cce18d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_bcc400df6cb56fccd210aaf7486b9557 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eef5ba6ab39daa81e05cf14596a7e41b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c721124c15253eed949ecc63701ce049 = $(`<div id="html_c721124c15253eed949ecc63701ce049" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_eef5ba6ab39daa81e05cf14596a7e41b.setContent(html_c721124c15253eed949ecc63701ce049);
|
|
|
|
|
|
|
|
marker_0360d68d98bcc86a01e64a2ba1cce18d.bindPopup(popup_eef5ba6ab39daa81e05cf14596a7e41b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0360d68d98bcc86a01e64a2ba1cce18d.setIcon(icon_bcc400df6cb56fccd210aaf7486b9557);
|
|
|
|
|
|
var marker_a318d679c7ce3d749f724310754e6785 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_7e773422d0c97adcb07fd551b8722363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4027c45ee4713d074541d596079eb765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a39a22faae39b96ba63d0d86c8d7f3c5 = $(`<div id="html_a39a22faae39b96ba63d0d86c8d7f3c5" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_4027c45ee4713d074541d596079eb765.setContent(html_a39a22faae39b96ba63d0d86c8d7f3c5);
|
|
|
|
|
|
|
|
marker_a318d679c7ce3d749f724310754e6785.bindPopup(popup_4027c45ee4713d074541d596079eb765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a318d679c7ce3d749f724310754e6785.setIcon(icon_7e773422d0c97adcb07fd551b8722363);
|
|
|
|
|
|
var marker_8aaf16dc417f919c82c502212763d835 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_775b4a92aaaef575cd1ae2c39ff51e16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14572396568e80446874515070a0e666 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97281eddfeb8c7b82eccffdaeb5bcc01 = $(`<div id="html_97281eddfeb8c7b82eccffdaeb5bcc01" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_14572396568e80446874515070a0e666.setContent(html_97281eddfeb8c7b82eccffdaeb5bcc01);
|
|
|
|
|
|
|
|
marker_8aaf16dc417f919c82c502212763d835.bindPopup(popup_14572396568e80446874515070a0e666)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8aaf16dc417f919c82c502212763d835.setIcon(icon_775b4a92aaaef575cd1ae2c39ff51e16);
|
|
|
|
|
|
var marker_5772162459a6934cef30f80edac8e03d = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8012b2c9bd7dfb97fd13d5c3e0f15971 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95267891a28f4e597136fa72d86a1ea9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f83b899ab4238b53edb4c4dccf38e7e3 = $(`<div id="html_f83b899ab4238b53edb4c4dccf38e7e3" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_95267891a28f4e597136fa72d86a1ea9.setContent(html_f83b899ab4238b53edb4c4dccf38e7e3);
|
|
|
|
|
|
|
|
marker_5772162459a6934cef30f80edac8e03d.bindPopup(popup_95267891a28f4e597136fa72d86a1ea9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5772162459a6934cef30f80edac8e03d.setIcon(icon_8012b2c9bd7dfb97fd13d5c3e0f15971);
|
|
|
|
|
|
var marker_2d50981f6a7a1dfa2cc03d901ef73617 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_de2969077247181bf9cb8b89f2abbaa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f688341b60d594392e12add7b45b3faf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdf4f0fbc78cc7a36678adb5544c486e = $(`<div id="html_fdf4f0fbc78cc7a36678adb5544c486e" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_f688341b60d594392e12add7b45b3faf.setContent(html_fdf4f0fbc78cc7a36678adb5544c486e);
|
|
|
|
|
|
|
|
marker_2d50981f6a7a1dfa2cc03d901ef73617.bindPopup(popup_f688341b60d594392e12add7b45b3faf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d50981f6a7a1dfa2cc03d901ef73617.setIcon(icon_de2969077247181bf9cb8b89f2abbaa9);
|
|
|
|
|
|
var marker_02410f4fac06d711650d4b7a86690dd5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_fd94080fed7c1c9d53df4adb5def565e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_697269e687af32ad3f485464d444a197 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8da73e0256f4bdb4540e180c268b02f5 = $(`<div id="html_8da73e0256f4bdb4540e180c268b02f5" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_697269e687af32ad3f485464d444a197.setContent(html_8da73e0256f4bdb4540e180c268b02f5);
|
|
|
|
|
|
|
|
marker_02410f4fac06d711650d4b7a86690dd5.bindPopup(popup_697269e687af32ad3f485464d444a197)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02410f4fac06d711650d4b7a86690dd5.setIcon(icon_fd94080fed7c1c9d53df4adb5def565e);
|
|
|
|
|
|
var marker_ce91e86e9b253ed0aabaab28a2fd99f7 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_cb22057799c93cbb96c11efaff71a556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e7875733627183b17784640acb148f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f32ed83f4e7652c8a5a3ff48ac67f00 = $(`<div id="html_6f32ed83f4e7652c8a5a3ff48ac67f00" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_90e7875733627183b17784640acb148f.setContent(html_6f32ed83f4e7652c8a5a3ff48ac67f00);
|
|
|
|
|
|
|
|
marker_ce91e86e9b253ed0aabaab28a2fd99f7.bindPopup(popup_90e7875733627183b17784640acb148f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce91e86e9b253ed0aabaab28a2fd99f7.setIcon(icon_cb22057799c93cbb96c11efaff71a556);
|
|
|
|
|
|
var marker_c6e62806fbd1b72e4e1a3757fb7f3a2a = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_354b9d5c4138c415232cf61f786f7740 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77c1a9ee503dfb9c56f4acfcb1c5763b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b32ff8677c6488f59d464ac941b581d = $(`<div id="html_0b32ff8677c6488f59d464ac941b581d" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_77c1a9ee503dfb9c56f4acfcb1c5763b.setContent(html_0b32ff8677c6488f59d464ac941b581d);
|
|
|
|
|
|
|
|
marker_c6e62806fbd1b72e4e1a3757fb7f3a2a.bindPopup(popup_77c1a9ee503dfb9c56f4acfcb1c5763b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6e62806fbd1b72e4e1a3757fb7f3a2a.setIcon(icon_354b9d5c4138c415232cf61f786f7740);
|
|
|
|
|
|
var marker_bf3bbf51145155095fe7f455c0249688 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c2799cf3f0e54cb9edbdea9f8710cc2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_362a9545ebda179f979e28b3d521c05e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dacc9301302f9cb053023124085cec8c = $(`<div id="html_dacc9301302f9cb053023124085cec8c" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_362a9545ebda179f979e28b3d521c05e.setContent(html_dacc9301302f9cb053023124085cec8c);
|
|
|
|
|
|
|
|
marker_bf3bbf51145155095fe7f455c0249688.bindPopup(popup_362a9545ebda179f979e28b3d521c05e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf3bbf51145155095fe7f455c0249688.setIcon(icon_c2799cf3f0e54cb9edbdea9f8710cc2e);
|
|
|
|
|
|
var marker_8a2fa8a403d94064031bde54fb5bf1c4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b96cf14287abbeb21bbdb9c90a60afe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5858a5fcb2d56dafc985e5e8424f6f49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_048183d377c5cd54fe0342e715f047c6 = $(`<div id="html_048183d377c5cd54fe0342e715f047c6" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_5858a5fcb2d56dafc985e5e8424f6f49.setContent(html_048183d377c5cd54fe0342e715f047c6);
|
|
|
|
|
|
|
|
marker_8a2fa8a403d94064031bde54fb5bf1c4.bindPopup(popup_5858a5fcb2d56dafc985e5e8424f6f49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a2fa8a403d94064031bde54fb5bf1c4.setIcon(icon_b96cf14287abbeb21bbdb9c90a60afe4);
|
|
|
|
|
|
var marker_ffb9f815dd2a3be7f95e4ab317730ff9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_82ec4012d641c2bba185bedc1b970e46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f867b37bc67187e88bd187c2c761a6c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e46c450037b22eecf50c1b4b2c333dce = $(`<div id="html_e46c450037b22eecf50c1b4b2c333dce" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_f867b37bc67187e88bd187c2c761a6c0.setContent(html_e46c450037b22eecf50c1b4b2c333dce);
|
|
|
|
|
|
|
|
marker_ffb9f815dd2a3be7f95e4ab317730ff9.bindPopup(popup_f867b37bc67187e88bd187c2c761a6c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffb9f815dd2a3be7f95e4ab317730ff9.setIcon(icon_82ec4012d641c2bba185bedc1b970e46);
|
|
|
|
|
|
var marker_2cdf08c23eaa3932c44b63df285f4147 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8eb4af2258dd5f50c75829bef1e6840a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66ff94ec30b5648aec8c9143f9c8285d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2518e6c8e5b6cfb17d26dddf3f2c2dd6 = $(`<div id="html_2518e6c8e5b6cfb17d26dddf3f2c2dd6" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_66ff94ec30b5648aec8c9143f9c8285d.setContent(html_2518e6c8e5b6cfb17d26dddf3f2c2dd6);
|
|
|
|
|
|
|
|
marker_2cdf08c23eaa3932c44b63df285f4147.bindPopup(popup_66ff94ec30b5648aec8c9143f9c8285d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cdf08c23eaa3932c44b63df285f4147.setIcon(icon_8eb4af2258dd5f50c75829bef1e6840a);
|
|
|
|
|
|
var marker_a7a80e844fd60a6b6b4caa8124d817c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_da02ff628eea79c290a523303b42c7f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7df2cfba7cce1a592fcb91afcb3e4a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ae70c5acba0ecaf66c6ba8225fc6015 = $(`<div id="html_6ae70c5acba0ecaf66c6ba8225fc6015" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_d7df2cfba7cce1a592fcb91afcb3e4a4.setContent(html_6ae70c5acba0ecaf66c6ba8225fc6015);
|
|
|
|
|
|
|
|
marker_a7a80e844fd60a6b6b4caa8124d817c1.bindPopup(popup_d7df2cfba7cce1a592fcb91afcb3e4a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7a80e844fd60a6b6b4caa8124d817c1.setIcon(icon_da02ff628eea79c290a523303b42c7f0);
|
|
|
|
|
|
var marker_edda02d75669b7fd99047dc53796e4b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4c5f2eaebd69746cf88f36e8de8d7493 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70a1c6e4ff0033a37f9079bdab270bd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a5ed741119b079044ff879cf041c522 = $(`<div id="html_1a5ed741119b079044ff879cf041c522" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_70a1c6e4ff0033a37f9079bdab270bd3.setContent(html_1a5ed741119b079044ff879cf041c522);
|
|
|
|
|
|
|
|
marker_edda02d75669b7fd99047dc53796e4b8.bindPopup(popup_70a1c6e4ff0033a37f9079bdab270bd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edda02d75669b7fd99047dc53796e4b8.setIcon(icon_4c5f2eaebd69746cf88f36e8de8d7493);
|
|
|
|
|
|
var marker_b7f4a4ebba34af3e8acab15d03719a49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_42952d15775ffa33f365f9a7f6b8d42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc89461142f62109ef5282bd764a34be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2c0424116a526db53b51f80f2b8cd6e = $(`<div id="html_f2c0424116a526db53b51f80f2b8cd6e" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_fc89461142f62109ef5282bd764a34be.setContent(html_f2c0424116a526db53b51f80f2b8cd6e);
|
|
|
|
|
|
|
|
marker_b7f4a4ebba34af3e8acab15d03719a49.bindPopup(popup_fc89461142f62109ef5282bd764a34be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7f4a4ebba34af3e8acab15d03719a49.setIcon(icon_42952d15775ffa33f365f9a7f6b8d42d);
|
|
|
|
|
|
var marker_cd3690bc5b3ac6b7b1e17ef03db824a6 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d155291ca6d20cfcd0db0fcffc2aca4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bab819a7a965806eddf718356bae49f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8d6cf3b6adb9163b61ae80b9d1ce965 = $(`<div id="html_d8d6cf3b6adb9163b61ae80b9d1ce965" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_bab819a7a965806eddf718356bae49f2.setContent(html_d8d6cf3b6adb9163b61ae80b9d1ce965);
|
|
|
|
|
|
|
|
marker_cd3690bc5b3ac6b7b1e17ef03db824a6.bindPopup(popup_bab819a7a965806eddf718356bae49f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd3690bc5b3ac6b7b1e17ef03db824a6.setIcon(icon_d155291ca6d20cfcd0db0fcffc2aca4f);
|
|
|
|
|
|
var marker_0d2aad570f6418568519aefc0cd357d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a9acc3067df95c000df4c88589312370 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f55eee95071ed3356602c14ad5237c75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6510d7855e90b60680b76b9ca6fafbc = $(`<div id="html_e6510d7855e90b60680b76b9ca6fafbc" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_f55eee95071ed3356602c14ad5237c75.setContent(html_e6510d7855e90b60680b76b9ca6fafbc);
|
|
|
|
|
|
|
|
marker_0d2aad570f6418568519aefc0cd357d6.bindPopup(popup_f55eee95071ed3356602c14ad5237c75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d2aad570f6418568519aefc0cd357d6.setIcon(icon_a9acc3067df95c000df4c88589312370);
|
|
|
|
|
|
var marker_c467d8509d1ab24869684da9227bbcea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2ed9463930b88d7b011e769e0d8d63f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8723a0e255f80416784e42dbb2fd1413 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b919dc065402707b9696c4f62ad570de = $(`<div id="html_b919dc065402707b9696c4f62ad570de" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_8723a0e255f80416784e42dbb2fd1413.setContent(html_b919dc065402707b9696c4f62ad570de);
|
|
|
|
|
|
|
|
marker_c467d8509d1ab24869684da9227bbcea.bindPopup(popup_8723a0e255f80416784e42dbb2fd1413)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c467d8509d1ab24869684da9227bbcea.setIcon(icon_2ed9463930b88d7b011e769e0d8d63f9);
|
|
|
|
|
|
var marker_f29fa9b47f70fb7841d75b8b3501747b = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f2a4792af5d41d65aaa8e1e506e18712 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d8c052743790aaca308c42dd1b54024 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_189ad35595c8862c5da6a8d65cc0f170 = $(`<div id="html_189ad35595c8862c5da6a8d65cc0f170" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_8d8c052743790aaca308c42dd1b54024.setContent(html_189ad35595c8862c5da6a8d65cc0f170);
|
|
|
|
|
|
|
|
marker_f29fa9b47f70fb7841d75b8b3501747b.bindPopup(popup_8d8c052743790aaca308c42dd1b54024)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f29fa9b47f70fb7841d75b8b3501747b.setIcon(icon_f2a4792af5d41d65aaa8e1e506e18712);
|
|
|
|
|
|
var marker_0a49bbb385833f18dac5bbc24f2add69 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_14e8c8606ea63d3911b75fd1a0897839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac418532900a4f3784420c9faa40df37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18ffdf274e01bba6158f6763cc0c22a1 = $(`<div id="html_18ffdf274e01bba6158f6763cc0c22a1" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_ac418532900a4f3784420c9faa40df37.setContent(html_18ffdf274e01bba6158f6763cc0c22a1);
|
|
|
|
|
|
|
|
marker_0a49bbb385833f18dac5bbc24f2add69.bindPopup(popup_ac418532900a4f3784420c9faa40df37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a49bbb385833f18dac5bbc24f2add69.setIcon(icon_14e8c8606ea63d3911b75fd1a0897839);
|
|
|
|
|
|
var marker_cf2755b81d5bcc06134c19a754ef237f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e2f709b757472ca5fe426266afafbda4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79a060b2211792d8403e151502dfaf78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e73d03bbefda1b18af3ba87a7c6d66a = $(`<div id="html_2e73d03bbefda1b18af3ba87a7c6d66a" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_79a060b2211792d8403e151502dfaf78.setContent(html_2e73d03bbefda1b18af3ba87a7c6d66a);
|
|
|
|
|
|
|
|
marker_cf2755b81d5bcc06134c19a754ef237f.bindPopup(popup_79a060b2211792d8403e151502dfaf78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf2755b81d5bcc06134c19a754ef237f.setIcon(icon_e2f709b757472ca5fe426266afafbda4);
|
|
|
|
|
|
var marker_9614820d7b929e5a3e8f9060bf5420f0 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_97e1f113c000cf6f0856983a206ae3f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ebd48f0487a50f04401bbcf97993cf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca2219aeef19548e58a8723277b472de = $(`<div id="html_ca2219aeef19548e58a8723277b472de" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_0ebd48f0487a50f04401bbcf97993cf3.setContent(html_ca2219aeef19548e58a8723277b472de);
|
|
|
|
|
|
|
|
marker_9614820d7b929e5a3e8f9060bf5420f0.bindPopup(popup_0ebd48f0487a50f04401bbcf97993cf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9614820d7b929e5a3e8f9060bf5420f0.setIcon(icon_97e1f113c000cf6f0856983a206ae3f0);
|
|
|
|
|
|
var marker_bba9982132b83bb6738e5edd8f2d9ede = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_741e8705b56cb9c8a01a94ccfbb3c697 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8370ee687af6099e7ffbece8c5e3b15f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_636dbc611c5ccf72f74352cb9672485f = $(`<div id="html_636dbc611c5ccf72f74352cb9672485f" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_8370ee687af6099e7ffbece8c5e3b15f.setContent(html_636dbc611c5ccf72f74352cb9672485f);
|
|
|
|
|
|
|
|
marker_bba9982132b83bb6738e5edd8f2d9ede.bindPopup(popup_8370ee687af6099e7ffbece8c5e3b15f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bba9982132b83bb6738e5edd8f2d9ede.setIcon(icon_741e8705b56cb9c8a01a94ccfbb3c697);
|
|
|
|
|
|
var marker_b9ba6746ec52b2f41d1ceea53d0301e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1842f3ba4963c371c8e6113516103cb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f6acb76a1c94e24a8c85209e69df6e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_390b7ea2d11b0512c47d2c2b648a0c89 = $(`<div id="html_390b7ea2d11b0512c47d2c2b648a0c89" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_4f6acb76a1c94e24a8c85209e69df6e9.setContent(html_390b7ea2d11b0512c47d2c2b648a0c89);
|
|
|
|
|
|
|
|
marker_b9ba6746ec52b2f41d1ceea53d0301e9.bindPopup(popup_4f6acb76a1c94e24a8c85209e69df6e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9ba6746ec52b2f41d1ceea53d0301e9.setIcon(icon_1842f3ba4963c371c8e6113516103cb6);
|
|
|
|
|
|
var marker_0de7654d5b3844da6ee478e49c8c16bc = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_17322187c3542c8482d9d25e7625254f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_526fcc6b25302f2d6d8f9c08ba75cf3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dc4cacf54eb7aa868ead491e79a5942 = $(`<div id="html_5dc4cacf54eb7aa868ead491e79a5942" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_526fcc6b25302f2d6d8f9c08ba75cf3b.setContent(html_5dc4cacf54eb7aa868ead491e79a5942);
|
|
|
|
|
|
|
|
marker_0de7654d5b3844da6ee478e49c8c16bc.bindPopup(popup_526fcc6b25302f2d6d8f9c08ba75cf3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0de7654d5b3844da6ee478e49c8c16bc.setIcon(icon_17322187c3542c8482d9d25e7625254f);
|
|
|
|
|
|
var marker_a3c44982c965192bb0302a16589e4661 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3159b4e1f7c29042c45a22de5f93f495 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03d60522085214c422d1ec3d9d46c2ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17d500984ec71c8fe133c8f36105955e = $(`<div id="html_17d500984ec71c8fe133c8f36105955e" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_03d60522085214c422d1ec3d9d46c2ab.setContent(html_17d500984ec71c8fe133c8f36105955e);
|
|
|
|
|
|
|
|
marker_a3c44982c965192bb0302a16589e4661.bindPopup(popup_03d60522085214c422d1ec3d9d46c2ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c44982c965192bb0302a16589e4661.setIcon(icon_3159b4e1f7c29042c45a22de5f93f495);
|
|
|
|
|
|
var marker_449407e5e581473675e77a93f642226d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3c58659419bd153d78d393125c230f04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ed192785aae7105d61778d0e85fa3ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8e16172d30804cb708b0432ca75fec0 = $(`<div id="html_c8e16172d30804cb708b0432ca75fec0" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_3ed192785aae7105d61778d0e85fa3ee.setContent(html_c8e16172d30804cb708b0432ca75fec0);
|
|
|
|
|
|
|
|
marker_449407e5e581473675e77a93f642226d.bindPopup(popup_3ed192785aae7105d61778d0e85fa3ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_449407e5e581473675e77a93f642226d.setIcon(icon_3c58659419bd153d78d393125c230f04);
|
|
|
|
|
|
var marker_d8ab5531108e0fdc440829e8b99b2270 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_40259830ca00f593d843ceaf7907ea30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fd20d5a5dd8676c2dfee366b17fada6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdab875afa43404431c5df01525afab5 = $(`<div id="html_bdab875afa43404431c5df01525afab5" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_4fd20d5a5dd8676c2dfee366b17fada6.setContent(html_bdab875afa43404431c5df01525afab5);
|
|
|
|
|
|
|
|
marker_d8ab5531108e0fdc440829e8b99b2270.bindPopup(popup_4fd20d5a5dd8676c2dfee366b17fada6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8ab5531108e0fdc440829e8b99b2270.setIcon(icon_40259830ca00f593d843ceaf7907ea30);
|
|
|
|
|
|
var marker_0b5532ea44e6cbb3c74eacd78a78795c = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_86ea8db71a30644627b78d24a4844d21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d04afd9d0e60d2a1e94ceeb29c87f78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0d26ea480af7e007c284125f6013040 = $(`<div id="html_c0d26ea480af7e007c284125f6013040" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_1d04afd9d0e60d2a1e94ceeb29c87f78.setContent(html_c0d26ea480af7e007c284125f6013040);
|
|
|
|
|
|
|
|
marker_0b5532ea44e6cbb3c74eacd78a78795c.bindPopup(popup_1d04afd9d0e60d2a1e94ceeb29c87f78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b5532ea44e6cbb3c74eacd78a78795c.setIcon(icon_86ea8db71a30644627b78d24a4844d21);
|
|
|
|
|
|
var marker_93e1ecc6cd3976d0c49684fcf078bad0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f8175ef7aa574c1231dd76f6eb71b1df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4898cf7e6f36ac119ea9e03daf79965f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a7af7389beaae829ef3dbbcfe6e3878 = $(`<div id="html_9a7af7389beaae829ef3dbbcfe6e3878" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_4898cf7e6f36ac119ea9e03daf79965f.setContent(html_9a7af7389beaae829ef3dbbcfe6e3878);
|
|
|
|
|
|
|
|
marker_93e1ecc6cd3976d0c49684fcf078bad0.bindPopup(popup_4898cf7e6f36ac119ea9e03daf79965f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93e1ecc6cd3976d0c49684fcf078bad0.setIcon(icon_f8175ef7aa574c1231dd76f6eb71b1df);
|
|
|
|
|
|
var marker_be0e43b3db116252e22930cf6a9e4e90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_00c4af21eb60ec28a38dd88f7f508157 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26f3a03e62638a35d29ee1cfa385166e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2d693a0227748128b92b16ccaf38117 = $(`<div id="html_e2d693a0227748128b92b16ccaf38117" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_26f3a03e62638a35d29ee1cfa385166e.setContent(html_e2d693a0227748128b92b16ccaf38117);
|
|
|
|
|
|
|
|
marker_be0e43b3db116252e22930cf6a9e4e90.bindPopup(popup_26f3a03e62638a35d29ee1cfa385166e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be0e43b3db116252e22930cf6a9e4e90.setIcon(icon_00c4af21eb60ec28a38dd88f7f508157);
|
|
|
|
|
|
var marker_09c5998666f7a1e8ed75ffa1ebb24317 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_e9e3294569f69e284fa765264db5a206 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96696f61e83304a1b42270089c2d9a59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14dce35564c3bd978f54b0ce4338a330 = $(`<div id="html_14dce35564c3bd978f54b0ce4338a330" style="width: 100.0%; height: 100.0%;">relay.rushmi0.win</div>`)[0];
|
|
popup_96696f61e83304a1b42270089c2d9a59.setContent(html_14dce35564c3bd978f54b0ce4338a330);
|
|
|
|
|
|
|
|
marker_09c5998666f7a1e8ed75ffa1ebb24317.bindPopup(popup_96696f61e83304a1b42270089c2d9a59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09c5998666f7a1e8ed75ffa1ebb24317.setIcon(icon_e9e3294569f69e284fa765264db5a206);
|
|
|
|
|
|
var marker_39cfc2f9b634c9d76fd89ac343e270d1 = L.marker(
|
|
[38.9504, -0.14007],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_7654e5497055c5184f7acfd191d2db6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0b52ad48bf6e83f445859a2cc8a9af5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a24343a43b08455107a3cb531f54c68 = $(`<div id="html_8a24343a43b08455107a3cb531f54c68" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_a0b52ad48bf6e83f445859a2cc8a9af5.setContent(html_8a24343a43b08455107a3cb531f54c68);
|
|
|
|
|
|
|
|
marker_39cfc2f9b634c9d76fd89ac343e270d1.bindPopup(popup_a0b52ad48bf6e83f445859a2cc8a9af5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39cfc2f9b634c9d76fd89ac343e270d1.setIcon(icon_7654e5497055c5184f7acfd191d2db6b);
|
|
|
|
|
|
var marker_3ec252261cffc7d3d3a329ebfdd8dd1b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a45787e1a51355180a970e8bf5ab9eea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aa8dcf7176bfd515dc266d416718114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5876e972d87aceba57189b3c839cc183 = $(`<div id="html_5876e972d87aceba57189b3c839cc183" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_5aa8dcf7176bfd515dc266d416718114.setContent(html_5876e972d87aceba57189b3c839cc183);
|
|
|
|
|
|
|
|
marker_3ec252261cffc7d3d3a329ebfdd8dd1b.bindPopup(popup_5aa8dcf7176bfd515dc266d416718114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ec252261cffc7d3d3a329ebfdd8dd1b.setIcon(icon_a45787e1a51355180a970e8bf5ab9eea);
|
|
|
|
|
|
var marker_b9a729a3bd85cd1636ba524d60539bfa = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4570aeaf3a23e9f718f3678c712f86ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86dfe63093811d85238f288572a917db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3b003f8831a573c37cec5b79c67e80a = $(`<div id="html_d3b003f8831a573c37cec5b79c67e80a" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_86dfe63093811d85238f288572a917db.setContent(html_d3b003f8831a573c37cec5b79c67e80a);
|
|
|
|
|
|
|
|
marker_b9a729a3bd85cd1636ba524d60539bfa.bindPopup(popup_86dfe63093811d85238f288572a917db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9a729a3bd85cd1636ba524d60539bfa.setIcon(icon_4570aeaf3a23e9f718f3678c712f86ac);
|
|
|
|
|
|
var marker_9446b9d2b1e7d37cf9cc38240858fbf1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_93cd6540f787e203473e3ad5cb98a717 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d29987a11a048505b04cb717189650 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4edd7f07fc4e94dfa010727558045cdb = $(`<div id="html_4edd7f07fc4e94dfa010727558045cdb" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_e5d29987a11a048505b04cb717189650.setContent(html_4edd7f07fc4e94dfa010727558045cdb);
|
|
|
|
|
|
|
|
marker_9446b9d2b1e7d37cf9cc38240858fbf1.bindPopup(popup_e5d29987a11a048505b04cb717189650)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9446b9d2b1e7d37cf9cc38240858fbf1.setIcon(icon_93cd6540f787e203473e3ad5cb98a717);
|
|
|
|
|
|
var marker_0b553bd3101443ce411e201d1fbefe64 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3ee212c15d25da78cf960ef9e035f4c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_266125adacd90588f49b68430c0a59fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82ba67a58cac96507b3a78e4298f69f9 = $(`<div id="html_82ba67a58cac96507b3a78e4298f69f9" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_266125adacd90588f49b68430c0a59fe.setContent(html_82ba67a58cac96507b3a78e4298f69f9);
|
|
|
|
|
|
|
|
marker_0b553bd3101443ce411e201d1fbefe64.bindPopup(popup_266125adacd90588f49b68430c0a59fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b553bd3101443ce411e201d1fbefe64.setIcon(icon_3ee212c15d25da78cf960ef9e035f4c7);
|
|
|
|
|
|
var marker_3f949fe404ec3818d0e29d2413bf17f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_66e11c2e53b7fa028f816a5353e2a069 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e618ec4ebffaa8d6f2707879a9d67e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2b71ce055bb20daebcf6c1c83afe3f2 = $(`<div id="html_e2b71ce055bb20daebcf6c1c83afe3f2" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_0e618ec4ebffaa8d6f2707879a9d67e5.setContent(html_e2b71ce055bb20daebcf6c1c83afe3f2);
|
|
|
|
|
|
|
|
marker_3f949fe404ec3818d0e29d2413bf17f4.bindPopup(popup_0e618ec4ebffaa8d6f2707879a9d67e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f949fe404ec3818d0e29d2413bf17f4.setIcon(icon_66e11c2e53b7fa028f816a5353e2a069);
|
|
|
|
|
|
var marker_4cf69d1857e1ac2df932231c03e7acb9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4c09478bb38b8a4d5f57fd48f18fd9b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6cb9715899d1ad4c0e531029a0a9d21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34c0289cb3ab6989833ceca269f54f6c = $(`<div id="html_34c0289cb3ab6989833ceca269f54f6c" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_f6cb9715899d1ad4c0e531029a0a9d21.setContent(html_34c0289cb3ab6989833ceca269f54f6c);
|
|
|
|
|
|
|
|
marker_4cf69d1857e1ac2df932231c03e7acb9.bindPopup(popup_f6cb9715899d1ad4c0e531029a0a9d21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cf69d1857e1ac2df932231c03e7acb9.setIcon(icon_4c09478bb38b8a4d5f57fd48f18fd9b7);
|
|
|
|
|
|
var marker_b95b6db01b4a88baca4ff0e1fbccc364 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_01cc27b4f636221e026a021ecbc3a434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66b472cb5659fa3b6f968480fb901942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10eaa1b098a65c2788363975784d0107 = $(`<div id="html_10eaa1b098a65c2788363975784d0107" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_66b472cb5659fa3b6f968480fb901942.setContent(html_10eaa1b098a65c2788363975784d0107);
|
|
|
|
|
|
|
|
marker_b95b6db01b4a88baca4ff0e1fbccc364.bindPopup(popup_66b472cb5659fa3b6f968480fb901942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b95b6db01b4a88baca4ff0e1fbccc364.setIcon(icon_01cc27b4f636221e026a021ecbc3a434);
|
|
|
|
|
|
var marker_988702e213395772efb7d4f099e8a61e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0ab0b842fa805acfc32df92564aefafe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83cab0033eb062485d34f86347268fb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c80d019f9fb9bb20e0ab4f321bebc74 = $(`<div id="html_7c80d019f9fb9bb20e0ab4f321bebc74" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_83cab0033eb062485d34f86347268fb0.setContent(html_7c80d019f9fb9bb20e0ab4f321bebc74);
|
|
|
|
|
|
|
|
marker_988702e213395772efb7d4f099e8a61e.bindPopup(popup_83cab0033eb062485d34f86347268fb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_988702e213395772efb7d4f099e8a61e.setIcon(icon_0ab0b842fa805acfc32df92564aefafe);
|
|
|
|
|
|
var marker_710c567e5c8e458082fdf252d1771cc2 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d2bdb06ac0300277e366b5a48980ac88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_954709fc353e2b523b7ef2966021a773 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c001c58ff067c11a6bd84c1c3cee2558 = $(`<div id="html_c001c58ff067c11a6bd84c1c3cee2558" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_954709fc353e2b523b7ef2966021a773.setContent(html_c001c58ff067c11a6bd84c1c3cee2558);
|
|
|
|
|
|
|
|
marker_710c567e5c8e458082fdf252d1771cc2.bindPopup(popup_954709fc353e2b523b7ef2966021a773)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_710c567e5c8e458082fdf252d1771cc2.setIcon(icon_d2bdb06ac0300277e366b5a48980ac88);
|
|
|
|
|
|
var marker_6b2f369d92e36eca11c885e71cd86edf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c9f66de4e79c45dcebd5100bf1001acf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_789a1a92f0a2032ca39a2d581c2b4ce7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab6becd28310ed3379664fb0a9abc8c = $(`<div id="html_eab6becd28310ed3379664fb0a9abc8c" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_789a1a92f0a2032ca39a2d581c2b4ce7.setContent(html_eab6becd28310ed3379664fb0a9abc8c);
|
|
|
|
|
|
|
|
marker_6b2f369d92e36eca11c885e71cd86edf.bindPopup(popup_789a1a92f0a2032ca39a2d581c2b4ce7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b2f369d92e36eca11c885e71cd86edf.setIcon(icon_c9f66de4e79c45dcebd5100bf1001acf);
|
|
|
|
|
|
var marker_19653923c7b9726151a7f011cb71b098 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_23978d6a4522f5f8476a2e6c8d7e5e92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_256c630326131a455b1e5dbd412ec225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b70ae8cd93edddf5be736be9add26f2 = $(`<div id="html_3b70ae8cd93edddf5be736be9add26f2" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_256c630326131a455b1e5dbd412ec225.setContent(html_3b70ae8cd93edddf5be736be9add26f2);
|
|
|
|
|
|
|
|
marker_19653923c7b9726151a7f011cb71b098.bindPopup(popup_256c630326131a455b1e5dbd412ec225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19653923c7b9726151a7f011cb71b098.setIcon(icon_23978d6a4522f5f8476a2e6c8d7e5e92);
|
|
|
|
|
|
var marker_9ea497e94481c5e2238a5d9d2269ebe6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_107e087bab1023890aadcfd111af26d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc3e4fc0851a365b00a8750c55bdec5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12506dd97fe53652dac2f7b9762640e0 = $(`<div id="html_12506dd97fe53652dac2f7b9762640e0" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_fc3e4fc0851a365b00a8750c55bdec5d.setContent(html_12506dd97fe53652dac2f7b9762640e0);
|
|
|
|
|
|
|
|
marker_9ea497e94481c5e2238a5d9d2269ebe6.bindPopup(popup_fc3e4fc0851a365b00a8750c55bdec5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ea497e94481c5e2238a5d9d2269ebe6.setIcon(icon_107e087bab1023890aadcfd111af26d4);
|
|
|
|
|
|
var marker_34a6ce288df6371bd26a42e9da10eb7b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0e21c1eaeb03a14e19d5b31993e0519a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91564b7ce3853b8fd67dd16dcd2a7781 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1323512c6905fd92fb7e9c3aa4d1e174 = $(`<div id="html_1323512c6905fd92fb7e9c3aa4d1e174" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_91564b7ce3853b8fd67dd16dcd2a7781.setContent(html_1323512c6905fd92fb7e9c3aa4d1e174);
|
|
|
|
|
|
|
|
marker_34a6ce288df6371bd26a42e9da10eb7b.bindPopup(popup_91564b7ce3853b8fd67dd16dcd2a7781)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34a6ce288df6371bd26a42e9da10eb7b.setIcon(icon_0e21c1eaeb03a14e19d5b31993e0519a);
|
|
|
|
|
|
var marker_d0fbc3e60e4c0231784f31a7a251f6ee = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_16bdffe89d3c4faa6380a90becfb2faf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd9c5d4f159b2bee6fcb0f850e153d25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdd3fd87b7e790fe31b65fcbab141d93 = $(`<div id="html_cdd3fd87b7e790fe31b65fcbab141d93" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_cd9c5d4f159b2bee6fcb0f850e153d25.setContent(html_cdd3fd87b7e790fe31b65fcbab141d93);
|
|
|
|
|
|
|
|
marker_d0fbc3e60e4c0231784f31a7a251f6ee.bindPopup(popup_cd9c5d4f159b2bee6fcb0f850e153d25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0fbc3e60e4c0231784f31a7a251f6ee.setIcon(icon_16bdffe89d3c4faa6380a90becfb2faf);
|
|
|
|
|
|
var marker_1b0e368f3f57941627faddd8f6c4c9ea = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_911fc5458688c2a9f68f099c5dd181e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4178f952a39593e5bcaca41cb086ac3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_787b4c075d51cbd058441bb642c2eb3e = $(`<div id="html_787b4c075d51cbd058441bb642c2eb3e" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_4178f952a39593e5bcaca41cb086ac3d.setContent(html_787b4c075d51cbd058441bb642c2eb3e);
|
|
|
|
|
|
|
|
marker_1b0e368f3f57941627faddd8f6c4c9ea.bindPopup(popup_4178f952a39593e5bcaca41cb086ac3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b0e368f3f57941627faddd8f6c4c9ea.setIcon(icon_911fc5458688c2a9f68f099c5dd181e9);
|
|
|
|
|
|
var marker_98e056a55de435427a0e76c800a4c1ed = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9df9dcd11eef7df61ec1602fd1505fe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8cdb524ca98586c392a653d0e17bda4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1327baa116b8f617b3fff21d675b873e = $(`<div id="html_1327baa116b8f617b3fff21d675b873e" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_f8cdb524ca98586c392a653d0e17bda4.setContent(html_1327baa116b8f617b3fff21d675b873e);
|
|
|
|
|
|
|
|
marker_98e056a55de435427a0e76c800a4c1ed.bindPopup(popup_f8cdb524ca98586c392a653d0e17bda4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e056a55de435427a0e76c800a4c1ed.setIcon(icon_9df9dcd11eef7df61ec1602fd1505fe1);
|
|
|
|
|
|
var marker_83eeeadd3bc5cdafa5d2d8831a3c8858 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3d9c5d506db74e30969bcdc6d453bf38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ad257daea144bddd84029e321d5b5d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e56a635cd34309b5f8d5ce8ce57529cc = $(`<div id="html_e56a635cd34309b5f8d5ce8ce57529cc" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_2ad257daea144bddd84029e321d5b5d2.setContent(html_e56a635cd34309b5f8d5ce8ce57529cc);
|
|
|
|
|
|
|
|
marker_83eeeadd3bc5cdafa5d2d8831a3c8858.bindPopup(popup_2ad257daea144bddd84029e321d5b5d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83eeeadd3bc5cdafa5d2d8831a3c8858.setIcon(icon_3d9c5d506db74e30969bcdc6d453bf38);
|
|
|
|
|
|
var marker_0fcfb3c53db0d5852e83b0e0e30692c6 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0260c2828fbc38af0d2b633773648b2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a104d4eaa0758fd292ed67ddf8fd746f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3debfdc5ec89fc740abf5506e85ea186 = $(`<div id="html_3debfdc5ec89fc740abf5506e85ea186" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_a104d4eaa0758fd292ed67ddf8fd746f.setContent(html_3debfdc5ec89fc740abf5506e85ea186);
|
|
|
|
|
|
|
|
marker_0fcfb3c53db0d5852e83b0e0e30692c6.bindPopup(popup_a104d4eaa0758fd292ed67ddf8fd746f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fcfb3c53db0d5852e83b0e0e30692c6.setIcon(icon_0260c2828fbc38af0d2b633773648b2f);
|
|
|
|
|
|
var marker_3ae2a87356f3636614c74a747ec3cfda = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_029638a5624b80e42689a4c5b23e09f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d20c13739e0caa679cf4a2894fe0ec62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1443c8635c0509cf73d81e44c7e26851 = $(`<div id="html_1443c8635c0509cf73d81e44c7e26851" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_d20c13739e0caa679cf4a2894fe0ec62.setContent(html_1443c8635c0509cf73d81e44c7e26851);
|
|
|
|
|
|
|
|
marker_3ae2a87356f3636614c74a747ec3cfda.bindPopup(popup_d20c13739e0caa679cf4a2894fe0ec62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ae2a87356f3636614c74a747ec3cfda.setIcon(icon_029638a5624b80e42689a4c5b23e09f5);
|
|
|
|
|
|
var marker_8a50453568d3f33764b3247063f1293c = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_eb0e48dc4ccabe2a7f2dcdb012ea359f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc323a8f39816e7f94f690f925f1f31d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99d08f5dd669e77085855c5ec0d35de0 = $(`<div id="html_99d08f5dd669e77085855c5ec0d35de0" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_bc323a8f39816e7f94f690f925f1f31d.setContent(html_99d08f5dd669e77085855c5ec0d35de0);
|
|
|
|
|
|
|
|
marker_8a50453568d3f33764b3247063f1293c.bindPopup(popup_bc323a8f39816e7f94f690f925f1f31d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a50453568d3f33764b3247063f1293c.setIcon(icon_eb0e48dc4ccabe2a7f2dcdb012ea359f);
|
|
|
|
|
|
var marker_227889f73b44ce64912a324d247f76d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_b5b282867dafb18bb4874ef003c2e813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba61ac587e833dc23e527bf53f57391e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_016a7d1d0c05c91d467e5e07260f8e6e = $(`<div id="html_016a7d1d0c05c91d467e5e07260f8e6e" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_ba61ac587e833dc23e527bf53f57391e.setContent(html_016a7d1d0c05c91d467e5e07260f8e6e);
|
|
|
|
|
|
|
|
marker_227889f73b44ce64912a324d247f76d4.bindPopup(popup_ba61ac587e833dc23e527bf53f57391e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_227889f73b44ce64912a324d247f76d4.setIcon(icon_b5b282867dafb18bb4874ef003c2e813);
|
|
|
|
|
|
var marker_aa69b030a5bc0125e07e010f13918d71 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_aaca0ab4f827fcdf72aca26d4f8f0120 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2669317214099db17a0a71793e8dd2a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97e4d1db1b1d38b8815758b05ad27265 = $(`<div id="html_97e4d1db1b1d38b8815758b05ad27265" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_2669317214099db17a0a71793e8dd2a0.setContent(html_97e4d1db1b1d38b8815758b05ad27265);
|
|
|
|
|
|
|
|
marker_aa69b030a5bc0125e07e010f13918d71.bindPopup(popup_2669317214099db17a0a71793e8dd2a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa69b030a5bc0125e07e010f13918d71.setIcon(icon_aaca0ab4f827fcdf72aca26d4f8f0120);
|
|
|
|
|
|
var marker_559e829b12b412072834b4318e741625 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_61e1ccf9a991e026fd42e24aa349f205 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd2a3c241aa47dd5de20cf91c5fe7b1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_840de72da2ed4b623cb67655f5c32dfd = $(`<div id="html_840de72da2ed4b623cb67655f5c32dfd" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_fd2a3c241aa47dd5de20cf91c5fe7b1b.setContent(html_840de72da2ed4b623cb67655f5c32dfd);
|
|
|
|
|
|
|
|
marker_559e829b12b412072834b4318e741625.bindPopup(popup_fd2a3c241aa47dd5de20cf91c5fe7b1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559e829b12b412072834b4318e741625.setIcon(icon_61e1ccf9a991e026fd42e24aa349f205);
|
|
|
|
|
|
var marker_07371124c3523124e26d3dd731a72242 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4cc24df9ea059636f45c9317f072b855 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c43d03dcfe05f84334e2e665e2d4e97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13d049c2bc7ef8780400f6b8db21a488 = $(`<div id="html_13d049c2bc7ef8780400f6b8db21a488" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_1c43d03dcfe05f84334e2e665e2d4e97.setContent(html_13d049c2bc7ef8780400f6b8db21a488);
|
|
|
|
|
|
|
|
marker_07371124c3523124e26d3dd731a72242.bindPopup(popup_1c43d03dcfe05f84334e2e665e2d4e97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07371124c3523124e26d3dd731a72242.setIcon(icon_4cc24df9ea059636f45c9317f072b855);
|
|
|
|
|
|
var marker_62c72994cfc60861fef966ab6505852e = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_faf43c62199c4c2e694989f4ca0625d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f417ef5bb8e1f1fbb6196c1dcceed307 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20a20f552385e1ed6f9872f59fc5b2d3 = $(`<div id="html_20a20f552385e1ed6f9872f59fc5b2d3" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_f417ef5bb8e1f1fbb6196c1dcceed307.setContent(html_20a20f552385e1ed6f9872f59fc5b2d3);
|
|
|
|
|
|
|
|
marker_62c72994cfc60861fef966ab6505852e.bindPopup(popup_f417ef5bb8e1f1fbb6196c1dcceed307)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62c72994cfc60861fef966ab6505852e.setIcon(icon_faf43c62199c4c2e694989f4ca0625d4);
|
|
|
|
|
|
var marker_85c4f6d27ddef7b842341fdd507415e5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_837a0d984210ecf8cfb39f442a889814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d0e32ebe81cc899f49d7e4fc5308dc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d862458ddd90a92c1c35faff78677c3a = $(`<div id="html_d862458ddd90a92c1c35faff78677c3a" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_0d0e32ebe81cc899f49d7e4fc5308dc8.setContent(html_d862458ddd90a92c1c35faff78677c3a);
|
|
|
|
|
|
|
|
marker_85c4f6d27ddef7b842341fdd507415e5.bindPopup(popup_0d0e32ebe81cc899f49d7e4fc5308dc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85c4f6d27ddef7b842341fdd507415e5.setIcon(icon_837a0d984210ecf8cfb39f442a889814);
|
|
|
|
|
|
var marker_b1fe4e8dfbe2f62893056ba317ebc1d2 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c866ee93fc2ef19cd266e5491a275824 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ed404bd458baba5d232819addf532e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0dacc6472eebd5204ee028a319b11c7a = $(`<div id="html_0dacc6472eebd5204ee028a319b11c7a" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_6ed404bd458baba5d232819addf532e0.setContent(html_0dacc6472eebd5204ee028a319b11c7a);
|
|
|
|
|
|
|
|
marker_b1fe4e8dfbe2f62893056ba317ebc1d2.bindPopup(popup_6ed404bd458baba5d232819addf532e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1fe4e8dfbe2f62893056ba317ebc1d2.setIcon(icon_c866ee93fc2ef19cd266e5491a275824);
|
|
|
|
|
|
var marker_5568cdef46e712db4417ebe6fb82d029 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_bf475471b9dd2698c2cc6454377c3ebb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2da7e2a453855da43b05bb04c109be83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac775c3fca4ca5ddd8b06942afaa2b9a = $(`<div id="html_ac775c3fca4ca5ddd8b06942afaa2b9a" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_2da7e2a453855da43b05bb04c109be83.setContent(html_ac775c3fca4ca5ddd8b06942afaa2b9a);
|
|
|
|
|
|
|
|
marker_5568cdef46e712db4417ebe6fb82d029.bindPopup(popup_2da7e2a453855da43b05bb04c109be83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5568cdef46e712db4417ebe6fb82d029.setIcon(icon_bf475471b9dd2698c2cc6454377c3ebb);
|
|
|
|
|
|
var marker_341974a800e7e82270da21effdade3dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_008e49b37e3e0cb63eceba43f2876402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_234178d8dec0179a28aa2d2830088978 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68225afb1b3641ab356492022443b944 = $(`<div id="html_68225afb1b3641ab356492022443b944" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_234178d8dec0179a28aa2d2830088978.setContent(html_68225afb1b3641ab356492022443b944);
|
|
|
|
|
|
|
|
marker_341974a800e7e82270da21effdade3dd.bindPopup(popup_234178d8dec0179a28aa2d2830088978)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_341974a800e7e82270da21effdade3dd.setIcon(icon_008e49b37e3e0cb63eceba43f2876402);
|
|
|
|
|
|
var marker_40bee09202b26badca361e406a048421 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8f6484abf56cf89c4cd079b9e583c5cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13fbf123bdcc242da630253cabcf4d76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac55452af665c54d252bd51f54a68a89 = $(`<div id="html_ac55452af665c54d252bd51f54a68a89" style="width: 100.0%; height: 100.0%;">sandbox.registros.aarpia.net</div>`)[0];
|
|
popup_13fbf123bdcc242da630253cabcf4d76.setContent(html_ac55452af665c54d252bd51f54a68a89);
|
|
|
|
|
|
|
|
marker_40bee09202b26badca361e406a048421.bindPopup(popup_13fbf123bdcc242da630253cabcf4d76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40bee09202b26badca361e406a048421.setIcon(icon_8f6484abf56cf89c4cd079b9e583c5cc);
|
|
|
|
|
|
var marker_a62a68d882a9604b6f716020972bcb62 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_df195a09523d3ccaa07f9ffb2e499383 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a3b56fa31a67ebd38adf21b643e996f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9a67286d88a02579c081c8174a82ca2 = $(`<div id="html_f9a67286d88a02579c081c8174a82ca2" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_1a3b56fa31a67ebd38adf21b643e996f.setContent(html_f9a67286d88a02579c081c8174a82ca2);
|
|
|
|
|
|
|
|
marker_a62a68d882a9604b6f716020972bcb62.bindPopup(popup_1a3b56fa31a67ebd38adf21b643e996f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a62a68d882a9604b6f716020972bcb62.setIcon(icon_df195a09523d3ccaa07f9ffb2e499383);
|
|
|
|
|
|
var marker_09d27bc5193f28641516661af70db602 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_bbc8cd1ecafcdaa89e35642abd5d2ff8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97ea786e7e41ea75ea98ed23f6ff00bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c751a3aae25c1321334d6e46c21e6d6f = $(`<div id="html_c751a3aae25c1321334d6e46c21e6d6f" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_97ea786e7e41ea75ea98ed23f6ff00bc.setContent(html_c751a3aae25c1321334d6e46c21e6d6f);
|
|
|
|
|
|
|
|
marker_09d27bc5193f28641516661af70db602.bindPopup(popup_97ea786e7e41ea75ea98ed23f6ff00bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09d27bc5193f28641516661af70db602.setIcon(icon_bbc8cd1ecafcdaa89e35642abd5d2ff8);
|
|
|
|
|
|
var marker_0df1bb044e1d505597a303c4cf10e9e1 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_660b48446264488204d5d24c939de19f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a364b7f3d89614e5dec959e66839d8f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_320f5334e8058230b06b239004584706 = $(`<div id="html_320f5334e8058230b06b239004584706" style="width: 100.0%; height: 100.0%;">artisanspyramid.libretechsystems.xyz</div>`)[0];
|
|
popup_a364b7f3d89614e5dec959e66839d8f0.setContent(html_320f5334e8058230b06b239004584706);
|
|
|
|
|
|
|
|
marker_0df1bb044e1d505597a303c4cf10e9e1.bindPopup(popup_a364b7f3d89614e5dec959e66839d8f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0df1bb044e1d505597a303c4cf10e9e1.setIcon(icon_660b48446264488204d5d24c939de19f);
|
|
|
|
|
|
var marker_f3d4fb55f518b1faa420196b735d75f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_82348b80fe0f8d9ec801607b80f6c456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62184e4aa7f0b4a3a5f103150bf3784f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_662e8f10805ad4ea924bc7566f58b43a = $(`<div id="html_662e8f10805ad4ea924bc7566f58b43a" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_62184e4aa7f0b4a3a5f103150bf3784f.setContent(html_662e8f10805ad4ea924bc7566f58b43a);
|
|
|
|
|
|
|
|
marker_f3d4fb55f518b1faa420196b735d75f1.bindPopup(popup_62184e4aa7f0b4a3a5f103150bf3784f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d4fb55f518b1faa420196b735d75f1.setIcon(icon_82348b80fe0f8d9ec801607b80f6c456);
|
|
|
|
|
|
var marker_bfd6d9e157629bcfb4ae673f360ec834 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f978e0e89cd680bebb4d04dfa7139203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50d4e1c54513020108507526a43a490a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34f5a91e736613ac0d8d1b152bafa4d6 = $(`<div id="html_34f5a91e736613ac0d8d1b152bafa4d6" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_50d4e1c54513020108507526a43a490a.setContent(html_34f5a91e736613ac0d8d1b152bafa4d6);
|
|
|
|
|
|
|
|
marker_bfd6d9e157629bcfb4ae673f360ec834.bindPopup(popup_50d4e1c54513020108507526a43a490a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfd6d9e157629bcfb4ae673f360ec834.setIcon(icon_f978e0e89cd680bebb4d04dfa7139203);
|
|
|
|
|
|
var marker_cab5198d332f4c0fae0b68c48eae7530 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_661befc59239a9461fd24bb2b7253c1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b3a1340a24e5eb6cd5d0a86e8b0803d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d46d775c17dcdc81d49189b894c36332 = $(`<div id="html_d46d775c17dcdc81d49189b894c36332" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_4b3a1340a24e5eb6cd5d0a86e8b0803d.setContent(html_d46d775c17dcdc81d49189b894c36332);
|
|
|
|
|
|
|
|
marker_cab5198d332f4c0fae0b68c48eae7530.bindPopup(popup_4b3a1340a24e5eb6cd5d0a86e8b0803d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cab5198d332f4c0fae0b68c48eae7530.setIcon(icon_661befc59239a9461fd24bb2b7253c1d);
|
|
|
|
|
|
var marker_4e219c7b46f5aef8a13e6e20b63e6d2d = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_dca1fb767519d7f0477e43799b1c8ab1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6733470e96167c46566e4913585d4350 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e10f9600ccdffc03dfb0fb71277a935 = $(`<div id="html_9e10f9600ccdffc03dfb0fb71277a935" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_6733470e96167c46566e4913585d4350.setContent(html_9e10f9600ccdffc03dfb0fb71277a935);
|
|
|
|
|
|
|
|
marker_4e219c7b46f5aef8a13e6e20b63e6d2d.bindPopup(popup_6733470e96167c46566e4913585d4350)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e219c7b46f5aef8a13e6e20b63e6d2d.setIcon(icon_dca1fb767519d7f0477e43799b1c8ab1);
|
|
|
|
|
|
var marker_2a0db63d786ebeaadad596a90bc334c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_90cbfe4b682ff6ae94619d3f448c1607 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3db8e738b590f2f8a8cd4406faa3cb1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_368ff690916de2efa815893871ca688b = $(`<div id="html_368ff690916de2efa815893871ca688b" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_3db8e738b590f2f8a8cd4406faa3cb1b.setContent(html_368ff690916de2efa815893871ca688b);
|
|
|
|
|
|
|
|
marker_2a0db63d786ebeaadad596a90bc334c1.bindPopup(popup_3db8e738b590f2f8a8cd4406faa3cb1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a0db63d786ebeaadad596a90bc334c1.setIcon(icon_90cbfe4b682ff6ae94619d3f448c1607);
|
|
|
|
|
|
var marker_af929ef05c98b84ac7a8e9ec3db27c52 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a84bc77acd7f99880c7134c672be39c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3182c4310cded568c0205567bb9f9e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8a55d6d36a783dcf268fdfe626ad81b = $(`<div id="html_f8a55d6d36a783dcf268fdfe626ad81b" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_a3182c4310cded568c0205567bb9f9e9.setContent(html_f8a55d6d36a783dcf268fdfe626ad81b);
|
|
|
|
|
|
|
|
marker_af929ef05c98b84ac7a8e9ec3db27c52.bindPopup(popup_a3182c4310cded568c0205567bb9f9e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af929ef05c98b84ac7a8e9ec3db27c52.setIcon(icon_a84bc77acd7f99880c7134c672be39c4);
|
|
|
|
|
|
var marker_db8c4a037b69e6160b420bb6e2f2ad7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_fc0726ff9317bd4e6548e0e9a151937a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7910c967914e89ae5915889cee40769e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4d36d428cd85baab9fca972a5208e19 = $(`<div id="html_f4d36d428cd85baab9fca972a5208e19" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_7910c967914e89ae5915889cee40769e.setContent(html_f4d36d428cd85baab9fca972a5208e19);
|
|
|
|
|
|
|
|
marker_db8c4a037b69e6160b420bb6e2f2ad7d.bindPopup(popup_7910c967914e89ae5915889cee40769e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db8c4a037b69e6160b420bb6e2f2ad7d.setIcon(icon_fc0726ff9317bd4e6548e0e9a151937a);
|
|
|
|
|
|
var marker_00d74b6e686f21905b1a09db5a4483ec = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a748fcf2eaf9e9090ac68f712e75e833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_669748ead8a7677c646ab09510c584a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_155c3a06af891c21cc2c2035795eed52 = $(`<div id="html_155c3a06af891c21cc2c2035795eed52" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_669748ead8a7677c646ab09510c584a4.setContent(html_155c3a06af891c21cc2c2035795eed52);
|
|
|
|
|
|
|
|
marker_00d74b6e686f21905b1a09db5a4483ec.bindPopup(popup_669748ead8a7677c646ab09510c584a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00d74b6e686f21905b1a09db5a4483ec.setIcon(icon_a748fcf2eaf9e9090ac68f712e75e833);
|
|
|
|
|
|
var marker_73a162c31bb29f71cc09f221c2a394be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_dffbfc6e6818f5cb6a6406e8909d41b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c919af3e097aab65f9f60dd22006913 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee7146f0b7becbbc02aeaa143616dcaa = $(`<div id="html_ee7146f0b7becbbc02aeaa143616dcaa" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_7c919af3e097aab65f9f60dd22006913.setContent(html_ee7146f0b7becbbc02aeaa143616dcaa);
|
|
|
|
|
|
|
|
marker_73a162c31bb29f71cc09f221c2a394be.bindPopup(popup_7c919af3e097aab65f9f60dd22006913)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73a162c31bb29f71cc09f221c2a394be.setIcon(icon_dffbfc6e6818f5cb6a6406e8909d41b0);
|
|
|
|
|
|
var marker_fbf9be504a67d10beb1067f18cad59f8 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_5aa921d8242f44fd78e90714661de7d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bd4af9ca63ae3e6ac3596151bfe6792 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44fa8d934e82c10e8974cd774394a8cb = $(`<div id="html_44fa8d934e82c10e8974cd774394a8cb" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_8bd4af9ca63ae3e6ac3596151bfe6792.setContent(html_44fa8d934e82c10e8974cd774394a8cb);
|
|
|
|
|
|
|
|
marker_fbf9be504a67d10beb1067f18cad59f8.bindPopup(popup_8bd4af9ca63ae3e6ac3596151bfe6792)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbf9be504a67d10beb1067f18cad59f8.setIcon(icon_5aa921d8242f44fd78e90714661de7d3);
|
|
|
|
|
|
var marker_378d3c20587c8336aa80ef438ff537a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_49bcb389030a0443ccc35505714c5c1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_484368152fa93ab9f25f69d7158ee828 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d276e41d8149988af791508a13c6a4d = $(`<div id="html_3d276e41d8149988af791508a13c6a4d" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_484368152fa93ab9f25f69d7158ee828.setContent(html_3d276e41d8149988af791508a13c6a4d);
|
|
|
|
|
|
|
|
marker_378d3c20587c8336aa80ef438ff537a0.bindPopup(popup_484368152fa93ab9f25f69d7158ee828)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378d3c20587c8336aa80ef438ff537a0.setIcon(icon_49bcb389030a0443ccc35505714c5c1b);
|
|
|
|
|
|
var marker_0e27e067df78d003fb8fee6929febefd = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1a32b70e84826139a7ab07c5148b9aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_341ef9a8778fa723e0c8aac7a1cf6f0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72af20ebf63fa2e4efc1306b14181255 = $(`<div id="html_72af20ebf63fa2e4efc1306b14181255" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_341ef9a8778fa723e0c8aac7a1cf6f0c.setContent(html_72af20ebf63fa2e4efc1306b14181255);
|
|
|
|
|
|
|
|
marker_0e27e067df78d003fb8fee6929febefd.bindPopup(popup_341ef9a8778fa723e0c8aac7a1cf6f0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e27e067df78d003fb8fee6929febefd.setIcon(icon_1a32b70e84826139a7ab07c5148b9aee);
|
|
|
|
|
|
var marker_9e73d12c6687d828565b5fa6d3a97bbf = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a448e509fa080250e49ff7509ea1f416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f06c3252be432124baa7d131b36547bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2626f85ab87ee206bd5621dea999d7d2 = $(`<div id="html_2626f85ab87ee206bd5621dea999d7d2" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_f06c3252be432124baa7d131b36547bc.setContent(html_2626f85ab87ee206bd5621dea999d7d2);
|
|
|
|
|
|
|
|
marker_9e73d12c6687d828565b5fa6d3a97bbf.bindPopup(popup_f06c3252be432124baa7d131b36547bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e73d12c6687d828565b5fa6d3a97bbf.setIcon(icon_a448e509fa080250e49ff7509ea1f416);
|
|
|
|
|
|
var marker_a7e0ed3aa3c1495808ec8be40e678c69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d38c263e9d5c4cacb0fc28123f6f955a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_697e11e5dc0c3bfff2833ed78fb6fd74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7b90a49f23b998726a822ebfbeabf97 = $(`<div id="html_f7b90a49f23b998726a822ebfbeabf97" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_697e11e5dc0c3bfff2833ed78fb6fd74.setContent(html_f7b90a49f23b998726a822ebfbeabf97);
|
|
|
|
|
|
|
|
marker_a7e0ed3aa3c1495808ec8be40e678c69.bindPopup(popup_697e11e5dc0c3bfff2833ed78fb6fd74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7e0ed3aa3c1495808ec8be40e678c69.setIcon(icon_d38c263e9d5c4cacb0fc28123f6f955a);
|
|
|
|
|
|
var marker_6832cd76b51286fbe0dbec6a4bfd3355 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9f53ecba3ee28d7ef2531c64bc51824e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b567db1e3934b0bb23673753d4305bb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9363336dfb62f141ded8d177d804edc = $(`<div id="html_b9363336dfb62f141ded8d177d804edc" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_b567db1e3934b0bb23673753d4305bb5.setContent(html_b9363336dfb62f141ded8d177d804edc);
|
|
|
|
|
|
|
|
marker_6832cd76b51286fbe0dbec6a4bfd3355.bindPopup(popup_b567db1e3934b0bb23673753d4305bb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6832cd76b51286fbe0dbec6a4bfd3355.setIcon(icon_9f53ecba3ee28d7ef2531c64bc51824e);
|
|
|
|
|
|
var marker_508df2db3f975aa0638303a9f5411d18 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_d83f69ee3f46893f2a25d86fb589a5ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18db5d15ced1f86614af8c43ade25839 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91e00e59ba99830cb027d85916d01234 = $(`<div id="html_91e00e59ba99830cb027d85916d01234" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_18db5d15ced1f86614af8c43ade25839.setContent(html_91e00e59ba99830cb027d85916d01234);
|
|
|
|
|
|
|
|
marker_508df2db3f975aa0638303a9f5411d18.bindPopup(popup_18db5d15ced1f86614af8c43ade25839)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_508df2db3f975aa0638303a9f5411d18.setIcon(icon_d83f69ee3f46893f2a25d86fb589a5ec);
|
|
|
|
|
|
var marker_378ce1e798ecc1697c4ef0f2c42a975c = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9553cd093bb317eff7fd1ce60c8a65f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd382d3441a30046c5432dd5b0477880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad9dd19cd7fc3209ccaeb9d2402263f2 = $(`<div id="html_ad9dd19cd7fc3209ccaeb9d2402263f2" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_cd382d3441a30046c5432dd5b0477880.setContent(html_ad9dd19cd7fc3209ccaeb9d2402263f2);
|
|
|
|
|
|
|
|
marker_378ce1e798ecc1697c4ef0f2c42a975c.bindPopup(popup_cd382d3441a30046c5432dd5b0477880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378ce1e798ecc1697c4ef0f2c42a975c.setIcon(icon_9553cd093bb317eff7fd1ce60c8a65f8);
|
|
|
|
|
|
var marker_be5ef784b4ac636dc0f393b3418e7d61 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_acf57f0a4d01b669c32ae4bab7347785 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42de02eb0b57ea526f8c642ed1ac014d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_279289e4fc9defc35ced917f7a72a852 = $(`<div id="html_279289e4fc9defc35ced917f7a72a852" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_42de02eb0b57ea526f8c642ed1ac014d.setContent(html_279289e4fc9defc35ced917f7a72a852);
|
|
|
|
|
|
|
|
marker_be5ef784b4ac636dc0f393b3418e7d61.bindPopup(popup_42de02eb0b57ea526f8c642ed1ac014d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be5ef784b4ac636dc0f393b3418e7d61.setIcon(icon_acf57f0a4d01b669c32ae4bab7347785);
|
|
|
|
|
|
var marker_0798ed603611c9803961f92df99988a2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c07ce532707564a997a172d5ea217a36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_346b9645d55153e3d89669a98f783396 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3042f15821fdcf54b234b6acef14f6a5 = $(`<div id="html_3042f15821fdcf54b234b6acef14f6a5" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_346b9645d55153e3d89669a98f783396.setContent(html_3042f15821fdcf54b234b6acef14f6a5);
|
|
|
|
|
|
|
|
marker_0798ed603611c9803961f92df99988a2.bindPopup(popup_346b9645d55153e3d89669a98f783396)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0798ed603611c9803961f92df99988a2.setIcon(icon_c07ce532707564a997a172d5ea217a36);
|
|
|
|
|
|
var marker_af3f91ffdbee2d81eb59338bbe55541f = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_de96629de84a7fbec41d90c24f21d722 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae8dbd8996c7ddfb310745efc9f2820a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_522079f5cfd70219c11996d48d49d21c = $(`<div id="html_522079f5cfd70219c11996d48d49d21c" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_ae8dbd8996c7ddfb310745efc9f2820a.setContent(html_522079f5cfd70219c11996d48d49d21c);
|
|
|
|
|
|
|
|
marker_af3f91ffdbee2d81eb59338bbe55541f.bindPopup(popup_ae8dbd8996c7ddfb310745efc9f2820a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af3f91ffdbee2d81eb59338bbe55541f.setIcon(icon_de96629de84a7fbec41d90c24f21d722);
|
|
|
|
|
|
var marker_9499c2418d5aa371eccf051a16d1cd56 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c2b15a45f6b4dc37108c6de25a8c7f86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e53562c113fee720566dbf348ff5b459 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b552811203883ca83734a617aeaebf53 = $(`<div id="html_b552811203883ca83734a617aeaebf53" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_e53562c113fee720566dbf348ff5b459.setContent(html_b552811203883ca83734a617aeaebf53);
|
|
|
|
|
|
|
|
marker_9499c2418d5aa371eccf051a16d1cd56.bindPopup(popup_e53562c113fee720566dbf348ff5b459)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9499c2418d5aa371eccf051a16d1cd56.setIcon(icon_c2b15a45f6b4dc37108c6de25a8c7f86);
|
|
|
|
|
|
var marker_6f8f6ff6b567bdb811316ef41b4a111c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a4e0dd29e268e90b617d92375c31997d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a52d86034e3f5408c17bc6a4d9c7c27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e00b5f677bd5ef177a233378d4824375 = $(`<div id="html_e00b5f677bd5ef177a233378d4824375" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_5a52d86034e3f5408c17bc6a4d9c7c27.setContent(html_e00b5f677bd5ef177a233378d4824375);
|
|
|
|
|
|
|
|
marker_6f8f6ff6b567bdb811316ef41b4a111c.bindPopup(popup_5a52d86034e3f5408c17bc6a4d9c7c27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f8f6ff6b567bdb811316ef41b4a111c.setIcon(icon_a4e0dd29e268e90b617d92375c31997d);
|
|
|
|
|
|
var marker_15a0f1831aec4e86a44bc9dabbd58e02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_8283d9d62c66096611cb40ec4234395d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_931d6ac052e446313f140fd5faf094a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdf466a3bbd3cddbef6ad13db6f08096 = $(`<div id="html_fdf466a3bbd3cddbef6ad13db6f08096" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_931d6ac052e446313f140fd5faf094a9.setContent(html_fdf466a3bbd3cddbef6ad13db6f08096);
|
|
|
|
|
|
|
|
marker_15a0f1831aec4e86a44bc9dabbd58e02.bindPopup(popup_931d6ac052e446313f140fd5faf094a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15a0f1831aec4e86a44bc9dabbd58e02.setIcon(icon_8283d9d62c66096611cb40ec4234395d);
|
|
|
|
|
|
var marker_5c787877b1ff12ec53a1a21ce831eaa1 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_43b7b872909d96f42163a79ca03ff736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83410bbcbb85ff6b8676fc17979e4397 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3993afee96fbad13ddabb530feed1525 = $(`<div id="html_3993afee96fbad13ddabb530feed1525" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_83410bbcbb85ff6b8676fc17979e4397.setContent(html_3993afee96fbad13ddabb530feed1525);
|
|
|
|
|
|
|
|
marker_5c787877b1ff12ec53a1a21ce831eaa1.bindPopup(popup_83410bbcbb85ff6b8676fc17979e4397)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c787877b1ff12ec53a1a21ce831eaa1.setIcon(icon_43b7b872909d96f42163a79ca03ff736);
|
|
|
|
|
|
var marker_13a6ba77c4998cf1f61a7eeb8a3296ef = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c56269d51876fc712d697e923b3ece33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d6d671e050afd935cf32a2105359032 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0698449825c4ff69d3352f6af65452a = $(`<div id="html_e0698449825c4ff69d3352f6af65452a" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_5d6d671e050afd935cf32a2105359032.setContent(html_e0698449825c4ff69d3352f6af65452a);
|
|
|
|
|
|
|
|
marker_13a6ba77c4998cf1f61a7eeb8a3296ef.bindPopup(popup_5d6d671e050afd935cf32a2105359032)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13a6ba77c4998cf1f61a7eeb8a3296ef.setIcon(icon_c56269d51876fc712d697e923b3ece33);
|
|
|
|
|
|
var marker_43d92dea397ada65e4c71ef49a1b3424 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_2675e50b34ee9e136bbbd069f17e3b0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95664f08c1d9bcb04e3a1abe0650ce27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f1b4934b57e84afe8343bd7cc1945bb = $(`<div id="html_4f1b4934b57e84afe8343bd7cc1945bb" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_95664f08c1d9bcb04e3a1abe0650ce27.setContent(html_4f1b4934b57e84afe8343bd7cc1945bb);
|
|
|
|
|
|
|
|
marker_43d92dea397ada65e4c71ef49a1b3424.bindPopup(popup_95664f08c1d9bcb04e3a1abe0650ce27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43d92dea397ada65e4c71ef49a1b3424.setIcon(icon_2675e50b34ee9e136bbbd069f17e3b0d);
|
|
|
|
|
|
var marker_52435328fc60b4586601b81aafb02060 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_60f959f8f4caf9ed62c7cc8f6cf36320 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2823ab0a8ad9932ed3da2d6dbd605ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba8015238983c9f570b205beb8eb454e = $(`<div id="html_ba8015238983c9f570b205beb8eb454e" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_d2823ab0a8ad9932ed3da2d6dbd605ab.setContent(html_ba8015238983c9f570b205beb8eb454e);
|
|
|
|
|
|
|
|
marker_52435328fc60b4586601b81aafb02060.bindPopup(popup_d2823ab0a8ad9932ed3da2d6dbd605ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52435328fc60b4586601b81aafb02060.setIcon(icon_60f959f8f4caf9ed62c7cc8f6cf36320);
|
|
|
|
|
|
var marker_b2e4d1a07b9ddf4acb6bc0ca896002a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_5047bf5ef47875db9c5bae7d76dd2534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6e64fbab58d2aa3c0c933d1529a8e39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e2a6d5a22aa4af64f6b9102b793cb1b = $(`<div id="html_3e2a6d5a22aa4af64f6b9102b793cb1b" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_f6e64fbab58d2aa3c0c933d1529a8e39.setContent(html_3e2a6d5a22aa4af64f6b9102b793cb1b);
|
|
|
|
|
|
|
|
marker_b2e4d1a07b9ddf4acb6bc0ca896002a2.bindPopup(popup_f6e64fbab58d2aa3c0c933d1529a8e39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e4d1a07b9ddf4acb6bc0ca896002a2.setIcon(icon_5047bf5ef47875db9c5bae7d76dd2534);
|
|
|
|
|
|
var marker_865109c99ad5aaaa62f8226b89b15e8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_ba1923297d8497d5e6b16f45d46f454a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ff9905bbc1bb056fbff10a18a1ace7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82232d0bd0eb27a1448354cacfe6ba68 = $(`<div id="html_82232d0bd0eb27a1448354cacfe6ba68" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_2ff9905bbc1bb056fbff10a18a1ace7f.setContent(html_82232d0bd0eb27a1448354cacfe6ba68);
|
|
|
|
|
|
|
|
marker_865109c99ad5aaaa62f8226b89b15e8e.bindPopup(popup_2ff9905bbc1bb056fbff10a18a1ace7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_865109c99ad5aaaa62f8226b89b15e8e.setIcon(icon_ba1923297d8497d5e6b16f45d46f454a);
|
|
|
|
|
|
var marker_f44e6cf6227ebeaa044ab0e447e1464e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_3f7a8df70197dc37825bd3925ae516a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_228da3d3b9fe3fb41193fef34b20be2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd123d0d5aeab7b21b3d05bc30f8766e = $(`<div id="html_cd123d0d5aeab7b21b3d05bc30f8766e" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_228da3d3b9fe3fb41193fef34b20be2c.setContent(html_cd123d0d5aeab7b21b3d05bc30f8766e);
|
|
|
|
|
|
|
|
marker_f44e6cf6227ebeaa044ab0e447e1464e.bindPopup(popup_228da3d3b9fe3fb41193fef34b20be2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f44e6cf6227ebeaa044ab0e447e1464e.setIcon(icon_3f7a8df70197dc37825bd3925ae516a2);
|
|
|
|
|
|
var marker_efb6932054eb09aee75393399708b945 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_4f6e9d009a4bd5c5f2dc235dc5809d2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_518dd8c850e51e17f9d9612862d6a622 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_854f3590bd8d8e1d841fead04cebc2af = $(`<div id="html_854f3590bd8d8e1d841fead04cebc2af" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_518dd8c850e51e17f9d9612862d6a622.setContent(html_854f3590bd8d8e1d841fead04cebc2af);
|
|
|
|
|
|
|
|
marker_efb6932054eb09aee75393399708b945.bindPopup(popup_518dd8c850e51e17f9d9612862d6a622)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efb6932054eb09aee75393399708b945.setIcon(icon_4f6e9d009a4bd5c5f2dc235dc5809d2d);
|
|
|
|
|
|
var marker_1218c00cfba34469afe8d5952d359d60 = L.marker(
|
|
[29.7057, -95.2706],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_f357472ec85f517a2609f5f081d52f99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2592c5899395d98aa73ef3f79eceb3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44b9d595a702b3246673bc8848f16794 = $(`<div id="html_44b9d595a702b3246673bc8848f16794" style="width: 100.0%; height: 100.0%;">nostr.spacecitynode.com</div>`)[0];
|
|
popup_b2592c5899395d98aa73ef3f79eceb3b.setContent(html_44b9d595a702b3246673bc8848f16794);
|
|
|
|
|
|
|
|
marker_1218c00cfba34469afe8d5952d359d60.bindPopup(popup_b2592c5899395d98aa73ef3f79eceb3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1218c00cfba34469afe8d5952d359d60.setIcon(icon_f357472ec85f517a2609f5f081d52f99);
|
|
|
|
|
|
var marker_6978520e8cda27f7d900c7355b5b6013 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_610b90715cda9392bb4d972610a106ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84570af7fd5af7d501e4aa6cfa11b66c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b41918d85f5f38560873bdc818bf1fd = $(`<div id="html_5b41918d85f5f38560873bdc818bf1fd" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_84570af7fd5af7d501e4aa6cfa11b66c.setContent(html_5b41918d85f5f38560873bdc818bf1fd);
|
|
|
|
|
|
|
|
marker_6978520e8cda27f7d900c7355b5b6013.bindPopup(popup_84570af7fd5af7d501e4aa6cfa11b66c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6978520e8cda27f7d900c7355b5b6013.setIcon(icon_610b90715cda9392bb4d972610a106ff);
|
|
|
|
|
|
var marker_a2a11182b1668ef39648ed9ade9d2f8b = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_062f1acba578cca0019ce7e03c2d6bd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ebb7aa5aba71697e954119b78c5ef4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_381fde7a67140b96aeebb86f95843e3a = $(`<div id="html_381fde7a67140b96aeebb86f95843e3a" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_2ebb7aa5aba71697e954119b78c5ef4c.setContent(html_381fde7a67140b96aeebb86f95843e3a);
|
|
|
|
|
|
|
|
marker_a2a11182b1668ef39648ed9ade9d2f8b.bindPopup(popup_2ebb7aa5aba71697e954119b78c5ef4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2a11182b1668ef39648ed9ade9d2f8b.setIcon(icon_062f1acba578cca0019ce7e03c2d6bd6);
|
|
|
|
|
|
var marker_f23b9d916b14712d51d8e00f56b4c40c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_1a32dcaaefc9f4968dcc760207028b03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1ebcca1e23fcf3d87fd87da99a5e8e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afffd456bfd2403c817230c287492280 = $(`<div id="html_afffd456bfd2403c817230c287492280" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_b1ebcca1e23fcf3d87fd87da99a5e8e4.setContent(html_afffd456bfd2403c817230c287492280);
|
|
|
|
|
|
|
|
marker_f23b9d916b14712d51d8e00f56b4c40c.bindPopup(popup_b1ebcca1e23fcf3d87fd87da99a5e8e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f23b9d916b14712d51d8e00f56b4c40c.setIcon(icon_1a32dcaaefc9f4968dcc760207028b03);
|
|
|
|
|
|
var marker_9680987dc1ac2efa0f5eb1d057c1ebf3 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_33ad01eb429676c8eb0a824820ad61a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79cfeb7c6f92476176c57984036edc0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55134e996bf967ccabcf0fd7e282e882 = $(`<div id="html_55134e996bf967ccabcf0fd7e282e882" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_79cfeb7c6f92476176c57984036edc0b.setContent(html_55134e996bf967ccabcf0fd7e282e882);
|
|
|
|
|
|
|
|
marker_9680987dc1ac2efa0f5eb1d057c1ebf3.bindPopup(popup_79cfeb7c6f92476176c57984036edc0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9680987dc1ac2efa0f5eb1d057c1ebf3.setIcon(icon_33ad01eb429676c8eb0a824820ad61a8);
|
|
|
|
|
|
var marker_a1fb59f17840dcbe4709b4a95ec42805 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_112e7d5153f7d329c4627a371ea7ddce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b28a09fa261c8da479aad1f0e3d7f763 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_761a09a8520a0bc1c91cff31f9faa21f = $(`<div id="html_761a09a8520a0bc1c91cff31f9faa21f" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_b28a09fa261c8da479aad1f0e3d7f763.setContent(html_761a09a8520a0bc1c91cff31f9faa21f);
|
|
|
|
|
|
|
|
marker_a1fb59f17840dcbe4709b4a95ec42805.bindPopup(popup_b28a09fa261c8da479aad1f0e3d7f763)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1fb59f17840dcbe4709b4a95ec42805.setIcon(icon_112e7d5153f7d329c4627a371ea7ddce);
|
|
|
|
|
|
var marker_e046ae6507bf9e1578209b6634aab95e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_17cf5bdda54f67958fce9b9390a24ef0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fee25c782fc178ae83ad056cfea0be1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2eb596b0b254a505d7cba3c207f7a3f = $(`<div id="html_d2eb596b0b254a505d7cba3c207f7a3f" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_fee25c782fc178ae83ad056cfea0be1a.setContent(html_d2eb596b0b254a505d7cba3c207f7a3f);
|
|
|
|
|
|
|
|
marker_e046ae6507bf9e1578209b6634aab95e.bindPopup(popup_fee25c782fc178ae83ad056cfea0be1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e046ae6507bf9e1578209b6634aab95e.setIcon(icon_17cf5bdda54f67958fce9b9390a24ef0);
|
|
|
|
|
|
var marker_850c1f2c2112d05acd2856c0214a2d38 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_9ddbd4e9ae7ef6b13788547a01fae553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_454805f59bdbfbf92b89a02c51061c07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71c28c314686dcba61340622690014d3 = $(`<div id="html_71c28c314686dcba61340622690014d3" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_454805f59bdbfbf92b89a02c51061c07.setContent(html_71c28c314686dcba61340622690014d3);
|
|
|
|
|
|
|
|
marker_850c1f2c2112d05acd2856c0214a2d38.bindPopup(popup_454805f59bdbfbf92b89a02c51061c07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_850c1f2c2112d05acd2856c0214a2d38.setIcon(icon_9ddbd4e9ae7ef6b13788547a01fae553);
|
|
|
|
|
|
var marker_bcbb6ea2ebbf52f2f617fed380702040 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_c1bf6932365a1983835003752792ebe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13be33a0d16b2eb22acdeb9af35718cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa88cb0570081a8468b80665ee64d610 = $(`<div id="html_aa88cb0570081a8468b80665ee64d610" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_13be33a0d16b2eb22acdeb9af35718cd.setContent(html_aa88cb0570081a8468b80665ee64d610);
|
|
|
|
|
|
|
|
marker_bcbb6ea2ebbf52f2f617fed380702040.bindPopup(popup_13be33a0d16b2eb22acdeb9af35718cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcbb6ea2ebbf52f2f617fed380702040.setIcon(icon_c1bf6932365a1983835003752792ebe5);
|
|
|
|
|
|
var marker_dc924a8919d70e7548c1754154c5acfb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_715403c3a090f90194c2dde46a774a5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f3a2709f714118419c7a1a0084cd85a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69ce0df58b642eefc1f4957796b3de2c = $(`<div id="html_69ce0df58b642eefc1f4957796b3de2c" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_8f3a2709f714118419c7a1a0084cd85a.setContent(html_69ce0df58b642eefc1f4957796b3de2c);
|
|
|
|
|
|
|
|
marker_dc924a8919d70e7548c1754154c5acfb.bindPopup(popup_8f3a2709f714118419c7a1a0084cd85a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc924a8919d70e7548c1754154c5acfb.setIcon(icon_715403c3a090f90194c2dde46a774a5d);
|
|
|
|
|
|
var marker_1433978f843c323ad22eea86a98e52f5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_0dc660984a11119a6ad1ca3dfa6a7e10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaef4dd675891d17bb0342ff8a4f210b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25e6f27a4e1d27e4ccfcabe24f4768a2 = $(`<div id="html_25e6f27a4e1d27e4ccfcabe24f4768a2" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_aaef4dd675891d17bb0342ff8a4f210b.setContent(html_25e6f27a4e1d27e4ccfcabe24f4768a2);
|
|
|
|
|
|
|
|
marker_1433978f843c323ad22eea86a98e52f5.bindPopup(popup_aaef4dd675891d17bb0342ff8a4f210b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1433978f843c323ad22eea86a98e52f5.setIcon(icon_0dc660984a11119a6ad1ca3dfa6a7e10);
|
|
|
|
|
|
var marker_ebb37abfce6572821efb78e6569d38b5 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_442cf3558255b8a9c86e27590e1b35e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64f99f7a1b3038ce5c859be468d7ebc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81ab0c86120e5640034b16405f0e33d5 = $(`<div id="html_81ab0c86120e5640034b16405f0e33d5" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_64f99f7a1b3038ce5c859be468d7ebc1.setContent(html_81ab0c86120e5640034b16405f0e33d5);
|
|
|
|
|
|
|
|
marker_ebb37abfce6572821efb78e6569d38b5.bindPopup(popup_64f99f7a1b3038ce5c859be468d7ebc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebb37abfce6572821efb78e6569d38b5.setIcon(icon_442cf3558255b8a9c86e27590e1b35e9);
|
|
|
|
|
|
var marker_a56e3514c1e093879975c8a989bd3910 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_29c12e1c868c08c4c639d543f8db39b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31ba9fb741d58bf6c62e35f5e6e077fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69d6d56ed5d694a6ce9d8e4b4995ebde = $(`<div id="html_69d6d56ed5d694a6ce9d8e4b4995ebde" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_31ba9fb741d58bf6c62e35f5e6e077fb.setContent(html_69d6d56ed5d694a6ce9d8e4b4995ebde);
|
|
|
|
|
|
|
|
marker_a56e3514c1e093879975c8a989bd3910.bindPopup(popup_31ba9fb741d58bf6c62e35f5e6e077fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a56e3514c1e093879975c8a989bd3910.setIcon(icon_29c12e1c868c08c4c639d543f8db39b7);
|
|
|
|
|
|
var marker_df9b39a1f4655a36c40861f3a2530e1c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_219615a5aa6eac8536fb474b20567e88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0edab83357bb8c58e143b3088ed6233c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1808b0e880911ef89ea8f0fa14b07870 = $(`<div id="html_1808b0e880911ef89ea8f0fa14b07870" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_0edab83357bb8c58e143b3088ed6233c.setContent(html_1808b0e880911ef89ea8f0fa14b07870);
|
|
|
|
|
|
|
|
marker_df9b39a1f4655a36c40861f3a2530e1c.bindPopup(popup_0edab83357bb8c58e143b3088ed6233c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df9b39a1f4655a36c40861f3a2530e1c.setIcon(icon_219615a5aa6eac8536fb474b20567e88);
|
|
|
|
|
|
var marker_8810f194dcb9f76d3f7fd11b84700c28 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_a6c2911dcc79a099f943baf797289df4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61caa55391991806d36444000f5c3f1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a673f21f3e1bc289fd71a06d855a3a3 = $(`<div id="html_1a673f21f3e1bc289fd71a06d855a3a3" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_61caa55391991806d36444000f5c3f1b.setContent(html_1a673f21f3e1bc289fd71a06d855a3a3);
|
|
|
|
|
|
|
|
marker_8810f194dcb9f76d3f7fd11b84700c28.bindPopup(popup_61caa55391991806d36444000f5c3f1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8810f194dcb9f76d3f7fd11b84700c28.setIcon(icon_a6c2911dcc79a099f943baf797289df4);
|
|
|
|
|
|
var marker_581a635ade5c7f056053268d50ab88c5 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c);
|
|
|
|
|
|
var icon_fd722821c9944594e58bd6426eed1390 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f4f98d894c1b02e815a2c456186711e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c21de9ad9af35f8d2f090124a3992d2a = $(`<div id="html_c21de9ad9af35f8d2f090124a3992d2a" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_7f4f98d894c1b02e815a2c456186711e.setContent(html_c21de9ad9af35f8d2f090124a3992d2a);
|
|
|
|
|
|
|
|
marker_581a635ade5c7f056053268d50ab88c5.bindPopup(popup_7f4f98d894c1b02e815a2c456186711e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_581a635ade5c7f056053268d50ab88c5.setIcon(icon_fd722821c9944594e58bd6426eed1390);
|
|
|
|
|
|
marker_cluster_7b93c6f6f204dcf0226dec6bcc6c370c.addTo(map_548c60c0b7971b5d593c6c6c3f7f9986);
|
|
|
|
</script>
|
|
</html> |