mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 21:45:19 +00:00
16757 lines
488 KiB
HTML
16757 lines
488 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_108223dcedbf485f2ae03297af237671 {
|
|
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_108223dcedbf485f2ae03297af237671" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_108223dcedbf485f2ae03297af237671 = L.map(
|
|
"map_108223dcedbf485f2ae03297af237671",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_7070f60123b8c8897301eb2ab800c33c = 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_7070f60123b8c8897301eb2ab800c33c.addTo(map_108223dcedbf485f2ae03297af237671);
|
|
|
|
|
|
var marker_cluster_0b15d5307d033f35394aca4774a3f994 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_a57b17a3b416519705ee35a1563cef1e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8c608dfad2185033e4a11c282216541e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_264cae9703b8c1fa3107b7faf78a9126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a458a2f43b3e68218cc5aaffb26aab1d = $(`<div id="html_a458a2f43b3e68218cc5aaffb26aab1d" style="width: 100.0%; height: 100.0%;">infinity-signal-relay.digitalforlifeagency.workers.dev</div>`)[0];
|
|
popup_264cae9703b8c1fa3107b7faf78a9126.setContent(html_a458a2f43b3e68218cc5aaffb26aab1d);
|
|
|
|
|
|
|
|
marker_a57b17a3b416519705ee35a1563cef1e.bindPopup(popup_264cae9703b8c1fa3107b7faf78a9126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a57b17a3b416519705ee35a1563cef1e.setIcon(icon_8c608dfad2185033e4a11c282216541e);
|
|
|
|
|
|
var marker_e40c8aa9fb98bc22a660d5a50308db82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e0b4e5a2aeda9785c35801e31a8e9e13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97a46fb504c8a0edee70a519993dbd15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afb8f8340d2cfc8b20c9b3b2736d7670 = $(`<div id="html_afb8f8340d2cfc8b20c9b3b2736d7670" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_97a46fb504c8a0edee70a519993dbd15.setContent(html_afb8f8340d2cfc8b20c9b3b2736d7670);
|
|
|
|
|
|
|
|
marker_e40c8aa9fb98bc22a660d5a50308db82.bindPopup(popup_97a46fb504c8a0edee70a519993dbd15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e40c8aa9fb98bc22a660d5a50308db82.setIcon(icon_e0b4e5a2aeda9785c35801e31a8e9e13);
|
|
|
|
|
|
var marker_e1f66472e85d6cc896018268e45705e3 = L.marker(
|
|
[51.2482, 9.16569],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6d628773b01c907d6b6986deafb23daf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_383ed0579e12f3e9f75320ee3988b866 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d6efa0adf51af9bd5f8ad198e1358c6 = $(`<div id="html_7d6efa0adf51af9bd5f8ad198e1358c6" style="width: 100.0%; height: 100.0%;">nostr.christiansass.de</div>`)[0];
|
|
popup_383ed0579e12f3e9f75320ee3988b866.setContent(html_7d6efa0adf51af9bd5f8ad198e1358c6);
|
|
|
|
|
|
|
|
marker_e1f66472e85d6cc896018268e45705e3.bindPopup(popup_383ed0579e12f3e9f75320ee3988b866)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1f66472e85d6cc896018268e45705e3.setIcon(icon_6d628773b01c907d6b6986deafb23daf);
|
|
|
|
|
|
var marker_c6c0f5f7074cc5d53da422efb289703f = L.marker(
|
|
[19.076, 72.8777],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d3c62b49ef17d8073fd118ad8339689c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39dabe4fdf594a1fb6c96e1589caf034 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53bd191982cebcdffa842a3f5fc15dd7 = $(`<div id="html_53bd191982cebcdffa842a3f5fc15dd7" style="width: 100.0%; height: 100.0%;">nostr.ltd</div>`)[0];
|
|
popup_39dabe4fdf594a1fb6c96e1589caf034.setContent(html_53bd191982cebcdffa842a3f5fc15dd7);
|
|
|
|
|
|
|
|
marker_c6c0f5f7074cc5d53da422efb289703f.bindPopup(popup_39dabe4fdf594a1fb6c96e1589caf034)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6c0f5f7074cc5d53da422efb289703f.setIcon(icon_d3c62b49ef17d8073fd118ad8339689c);
|
|
|
|
|
|
var marker_12e9c452b5166d0ad2da28c4913dced4 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ef128620b057f0e2e7a6404d0e95a09e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e12a473dad12ba473aaa8077a28d67ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af346a9b264d04fdfb32354491cbc31d = $(`<div id="html_af346a9b264d04fdfb32354491cbc31d" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_e12a473dad12ba473aaa8077a28d67ad.setContent(html_af346a9b264d04fdfb32354491cbc31d);
|
|
|
|
|
|
|
|
marker_12e9c452b5166d0ad2da28c4913dced4.bindPopup(popup_e12a473dad12ba473aaa8077a28d67ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12e9c452b5166d0ad2da28c4913dced4.setIcon(icon_ef128620b057f0e2e7a6404d0e95a09e);
|
|
|
|
|
|
var marker_dbc6fcaa800d571a584a7e1eea3a7af4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c6e1a9fcbff08a8085bb89665e311156 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4aff66ea3d35671c5fe828b9e1cb46f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_768d7f7c45db8056981a43d73b52ff18 = $(`<div id="html_768d7f7c45db8056981a43d73b52ff18" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_e4aff66ea3d35671c5fe828b9e1cb46f.setContent(html_768d7f7c45db8056981a43d73b52ff18);
|
|
|
|
|
|
|
|
marker_dbc6fcaa800d571a584a7e1eea3a7af4.bindPopup(popup_e4aff66ea3d35671c5fe828b9e1cb46f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbc6fcaa800d571a584a7e1eea3a7af4.setIcon(icon_c6e1a9fcbff08a8085bb89665e311156);
|
|
|
|
|
|
var marker_3b97562acf3a0097600231248b5ebe0b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_93b37bcf3b7f2644ee14c4a5c7c0a4c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3886953d71878fe5d1524001fed82cca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54d802d8c8a6df3e9cb191471c3c8d66 = $(`<div id="html_54d802d8c8a6df3e9cb191471c3c8d66" style="width: 100.0%; height: 100.0%;">nostr.mom:443</div>`)[0];
|
|
popup_3886953d71878fe5d1524001fed82cca.setContent(html_54d802d8c8a6df3e9cb191471c3c8d66);
|
|
|
|
|
|
|
|
marker_3b97562acf3a0097600231248b5ebe0b.bindPopup(popup_3886953d71878fe5d1524001fed82cca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b97562acf3a0097600231248b5ebe0b.setIcon(icon_93b37bcf3b7f2644ee14c4a5c7c0a4c4);
|
|
|
|
|
|
var marker_85520468afe442b9aeab0a2cbfd9c3b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f8991c0f1c44bfe22fb12eb1b1de5e15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1a8e7540a5dec0011731e4298e480e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bbeb29a9c8e989322d806c89ec2a774 = $(`<div id="html_1bbeb29a9c8e989322d806c89ec2a774" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_b1a8e7540a5dec0011731e4298e480e2.setContent(html_1bbeb29a9c8e989322d806c89ec2a774);
|
|
|
|
|
|
|
|
marker_85520468afe442b9aeab0a2cbfd9c3b5.bindPopup(popup_b1a8e7540a5dec0011731e4298e480e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85520468afe442b9aeab0a2cbfd9c3b5.setIcon(icon_f8991c0f1c44bfe22fb12eb1b1de5e15);
|
|
|
|
|
|
var marker_639003f13faf312b711cfaef243d43ab = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_27c35f30320f08229acc3de2475a2ec2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e45bbf97661e9e13ba986dc5f8dee07d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7d308279d843f506561977b2c37ce88 = $(`<div id="html_f7d308279d843f506561977b2c37ce88" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com:443</div>`)[0];
|
|
popup_e45bbf97661e9e13ba986dc5f8dee07d.setContent(html_f7d308279d843f506561977b2c37ce88);
|
|
|
|
|
|
|
|
marker_639003f13faf312b711cfaef243d43ab.bindPopup(popup_e45bbf97661e9e13ba986dc5f8dee07d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_639003f13faf312b711cfaef243d43ab.setIcon(icon_27c35f30320f08229acc3de2475a2ec2);
|
|
|
|
|
|
var marker_d5103f727adc7419ba93fa984378605f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_dbc47a68926982e3e63d0c969590b994 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9644b2c0707c3bc45dc683712eb2b9f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4ba2fab0ba65dcef460c4924da591b2 = $(`<div id="html_f4ba2fab0ba65dcef460c4924da591b2" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_9644b2c0707c3bc45dc683712eb2b9f2.setContent(html_f4ba2fab0ba65dcef460c4924da591b2);
|
|
|
|
|
|
|
|
marker_d5103f727adc7419ba93fa984378605f.bindPopup(popup_9644b2c0707c3bc45dc683712eb2b9f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5103f727adc7419ba93fa984378605f.setIcon(icon_dbc47a68926982e3e63d0c969590b994);
|
|
|
|
|
|
var marker_3c434706709c32c5d342cdc14e9fa6f6 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c02d81617e5d847d4dffa04ee159fb54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3efe06b93f02a56d21025407a4fbd35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e52d19809a1383ac97d222f41fd44d7 = $(`<div id="html_9e52d19809a1383ac97d222f41fd44d7" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai:443</div>`)[0];
|
|
popup_d3efe06b93f02a56d21025407a4fbd35.setContent(html_9e52d19809a1383ac97d222f41fd44d7);
|
|
|
|
|
|
|
|
marker_3c434706709c32c5d342cdc14e9fa6f6.bindPopup(popup_d3efe06b93f02a56d21025407a4fbd35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c434706709c32c5d342cdc14e9fa6f6.setIcon(icon_c02d81617e5d847d4dffa04ee159fb54);
|
|
|
|
|
|
var marker_6dcae098e9b05dc7f119f81a3fdde172 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6e8fdada173a49ef30d74f3763bee34c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_131c50d6d5944e6c181f02828d00da36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_564a3d8948563755b81532f75555b9f2 = $(`<div id="html_564a3d8948563755b81532f75555b9f2" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net:443</div>`)[0];
|
|
popup_131c50d6d5944e6c181f02828d00da36.setContent(html_564a3d8948563755b81532f75555b9f2);
|
|
|
|
|
|
|
|
marker_6dcae098e9b05dc7f119f81a3fdde172.bindPopup(popup_131c50d6d5944e6c181f02828d00da36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dcae098e9b05dc7f119f81a3fdde172.setIcon(icon_6e8fdada173a49ef30d74f3763bee34c);
|
|
|
|
|
|
var marker_853a0a4bcc80d321a16dee8d91c5c568 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3133b642810122d910ba31c3454f3b4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdd2c3951de20c976d23d765eff0fb46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e2cc589ab21cd272f50d4c319875a34 = $(`<div id="html_3e2cc589ab21cd272f50d4c319875a34" style="width: 100.0%; height: 100.0%;">relay.sigit.io:443</div>`)[0];
|
|
popup_cdd2c3951de20c976d23d765eff0fb46.setContent(html_3e2cc589ab21cd272f50d4c319875a34);
|
|
|
|
|
|
|
|
marker_853a0a4bcc80d321a16dee8d91c5c568.bindPopup(popup_cdd2c3951de20c976d23d765eff0fb46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_853a0a4bcc80d321a16dee8d91c5c568.setIcon(icon_3133b642810122d910ba31c3454f3b4a);
|
|
|
|
|
|
var marker_9069c65c5b787c9edbb2c417a5a7334d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1de057b1cb33281f6168b9992d9b9c72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6b67784787c723e6e398400a17a12da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_228f1bf2a173dff851c72194c9d31d4f = $(`<div id="html_228f1bf2a173dff851c72194c9d31d4f" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_b6b67784787c723e6e398400a17a12da.setContent(html_228f1bf2a173dff851c72194c9d31d4f);
|
|
|
|
|
|
|
|
marker_9069c65c5b787c9edbb2c417a5a7334d.bindPopup(popup_b6b67784787c723e6e398400a17a12da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9069c65c5b787c9edbb2c417a5a7334d.setIcon(icon_1de057b1cb33281f6168b9992d9b9c72);
|
|
|
|
|
|
var marker_c4216a7b3e87b3afbbdc25137258038d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_224ce8e9e8aba8be65d3d08fe045e683 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65dcc7168511fcc7be96624f97bb2b47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73e07f290027998ec94058019024baa5 = $(`<div id="html_73e07f290027998ec94058019024baa5" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_65dcc7168511fcc7be96624f97bb2b47.setContent(html_73e07f290027998ec94058019024baa5);
|
|
|
|
|
|
|
|
marker_c4216a7b3e87b3afbbdc25137258038d.bindPopup(popup_65dcc7168511fcc7be96624f97bb2b47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4216a7b3e87b3afbbdc25137258038d.setIcon(icon_224ce8e9e8aba8be65d3d08fe045e683);
|
|
|
|
|
|
var marker_e28450d8a8df5585982bbdaa79766647 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_7f58f7b448ac31067ffbd6b339013111 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ad3ada5c44cec67ddaab3cc642854fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14a47881c3ece03fcb56fcfdfdce3ef4 = $(`<div id="html_14a47881c3ece03fcb56fcfdfdce3ef4" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_0ad3ada5c44cec67ddaab3cc642854fe.setContent(html_14a47881c3ece03fcb56fcfdfdce3ef4);
|
|
|
|
|
|
|
|
marker_e28450d8a8df5585982bbdaa79766647.bindPopup(popup_0ad3ada5c44cec67ddaab3cc642854fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e28450d8a8df5585982bbdaa79766647.setIcon(icon_7f58f7b448ac31067ffbd6b339013111);
|
|
|
|
|
|
var marker_1563ddfa0dad93f7a2d4269ca88667e9 = L.marker(
|
|
[13.9215, 100.538],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_26fe530dd7cf6f73bddd72a80c68b72b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b37fde7183e7ca5c5e0b3e206426cc0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c126f11fdcba831c26bd28b73f18782a = $(`<div id="html_c126f11fdcba831c26bd28b73f18782a" style="width: 100.0%; height: 100.0%;">relay1.gfcom.info</div>`)[0];
|
|
popup_b37fde7183e7ca5c5e0b3e206426cc0f.setContent(html_c126f11fdcba831c26bd28b73f18782a);
|
|
|
|
|
|
|
|
marker_1563ddfa0dad93f7a2d4269ca88667e9.bindPopup(popup_b37fde7183e7ca5c5e0b3e206426cc0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1563ddfa0dad93f7a2d4269ca88667e9.setIcon(icon_26fe530dd7cf6f73bddd72a80c68b72b);
|
|
|
|
|
|
var marker_02ad6a2fbb092e0822af694679c8aa7a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_064d1b7df9ab327014c5b8b286eb423b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3fed4655f064b9956b45cb705a166b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4adcefe21f2d76c25c7d9b8052e8712 = $(`<div id="html_a4adcefe21f2d76c25c7d9b8052e8712" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_f3fed4655f064b9956b45cb705a166b4.setContent(html_a4adcefe21f2d76c25c7d9b8052e8712);
|
|
|
|
|
|
|
|
marker_02ad6a2fbb092e0822af694679c8aa7a.bindPopup(popup_f3fed4655f064b9956b45cb705a166b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02ad6a2fbb092e0822af694679c8aa7a.setIcon(icon_064d1b7df9ab327014c5b8b286eb423b);
|
|
|
|
|
|
var marker_85029a14cddb6d5d47b054cabb8dcdbe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d9c75bc9814cd25feb1428b4bf421480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d58fe78fb2c483ccac2ec53fae8b4fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d065b1d3f06bf29c569ce0c60664e3 = $(`<div id="html_c6d065b1d3f06bf29c569ce0c60664e3" style="width: 100.0%; height: 100.0%;">relay.nostr.place:443</div>`)[0];
|
|
popup_d58fe78fb2c483ccac2ec53fae8b4fff.setContent(html_c6d065b1d3f06bf29c569ce0c60664e3);
|
|
|
|
|
|
|
|
marker_85029a14cddb6d5d47b054cabb8dcdbe.bindPopup(popup_d58fe78fb2c483ccac2ec53fae8b4fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85029a14cddb6d5d47b054cabb8dcdbe.setIcon(icon_d9c75bc9814cd25feb1428b4bf421480);
|
|
|
|
|
|
var marker_d62459aaea9b63862f73fcda022f4006 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_402640072569a9951687648c6f5f107f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00b05d3c97246629f29f6f70dde48a82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3722dfd8be1746c8ab440f196f73e181 = $(`<div id="html_3722dfd8be1746c8ab440f196f73e181" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_00b05d3c97246629f29f6f70dde48a82.setContent(html_3722dfd8be1746c8ab440f196f73e181);
|
|
|
|
|
|
|
|
marker_d62459aaea9b63862f73fcda022f4006.bindPopup(popup_00b05d3c97246629f29f6f70dde48a82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d62459aaea9b63862f73fcda022f4006.setIcon(icon_402640072569a9951687648c6f5f107f);
|
|
|
|
|
|
var marker_173b1f0449613d125f58056198b3fab3 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6e55f26fd18746e644a6283efed3d05d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e44510d37d7b95a90a85f0e64d78e173 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a27efa2b0957354d2fe189430eb9d537 = $(`<div id="html_a27efa2b0957354d2fe189430eb9d537" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com:443</div>`)[0];
|
|
popup_e44510d37d7b95a90a85f0e64d78e173.setContent(html_a27efa2b0957354d2fe189430eb9d537);
|
|
|
|
|
|
|
|
marker_173b1f0449613d125f58056198b3fab3.bindPopup(popup_e44510d37d7b95a90a85f0e64d78e173)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_173b1f0449613d125f58056198b3fab3.setIcon(icon_6e55f26fd18746e644a6283efed3d05d);
|
|
|
|
|
|
var marker_89081fbfdcbbe95c1a2b856c86c5e577 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b45acf71978ea752258de3c9a3690d34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afe491cf546525d9369f987c1fe6b43a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14120aebf1ddc3f5f1ddd1d8a86d9f59 = $(`<div id="html_14120aebf1ddc3f5f1ddd1d8a86d9f59" style="width: 100.0%; height: 100.0%;">00f2e774.relay.dev.thunderegg.us</div>`)[0];
|
|
popup_afe491cf546525d9369f987c1fe6b43a.setContent(html_14120aebf1ddc3f5f1ddd1d8a86d9f59);
|
|
|
|
|
|
|
|
marker_89081fbfdcbbe95c1a2b856c86c5e577.bindPopup(popup_afe491cf546525d9369f987c1fe6b43a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89081fbfdcbbe95c1a2b856c86c5e577.setIcon(icon_b45acf71978ea752258de3c9a3690d34);
|
|
|
|
|
|
var marker_00b69bf1a31f920e5311f5ce76da2310 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9e1e886a92412bef18aa13468c8b9364 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6621275330d79aa07d45d3b65772d26e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be995df2f9c82d445f89c52db3eb573a = $(`<div id="html_be995df2f9c82d445f89c52db3eb573a" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io:443</div>`)[0];
|
|
popup_6621275330d79aa07d45d3b65772d26e.setContent(html_be995df2f9c82d445f89c52db3eb573a);
|
|
|
|
|
|
|
|
marker_00b69bf1a31f920e5311f5ce76da2310.bindPopup(popup_6621275330d79aa07d45d3b65772d26e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00b69bf1a31f920e5311f5ce76da2310.setIcon(icon_9e1e886a92412bef18aa13468c8b9364);
|
|
|
|
|
|
var marker_79815cdb8be23f4878c8a8a346b36a48 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d221d142edcd8c44759106fedff5352f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_693b6c6b89c5a22ff99842818b906f76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5290850fac3bced9b47fa6a680e47c3 = $(`<div id="html_c5290850fac3bced9b47fa6a680e47c3" style="width: 100.0%; height: 100.0%;">relay.olas.app:443</div>`)[0];
|
|
popup_693b6c6b89c5a22ff99842818b906f76.setContent(html_c5290850fac3bced9b47fa6a680e47c3);
|
|
|
|
|
|
|
|
marker_79815cdb8be23f4878c8a8a346b36a48.bindPopup(popup_693b6c6b89c5a22ff99842818b906f76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79815cdb8be23f4878c8a8a346b36a48.setIcon(icon_d221d142edcd8c44759106fedff5352f);
|
|
|
|
|
|
var marker_6782b07920791dc130515d05f0486817 = L.marker(
|
|
[8.96171, -83.5246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b7b286b5a578b4637ff1e26888de6c2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd3bd9cb65a0ac7cd54464a77c3efc3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1b11e3f1282e5e50db5c99f88841c86 = $(`<div id="html_c1b11e3f1282e5e50db5c99f88841c86" style="width: 100.0%; height: 100.0%;">no.str.cr:443</div>`)[0];
|
|
popup_bd3bd9cb65a0ac7cd54464a77c3efc3c.setContent(html_c1b11e3f1282e5e50db5c99f88841c86);
|
|
|
|
|
|
|
|
marker_6782b07920791dc130515d05f0486817.bindPopup(popup_bd3bd9cb65a0ac7cd54464a77c3efc3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6782b07920791dc130515d05f0486817.setIcon(icon_b7b286b5a578b4637ff1e26888de6c2c);
|
|
|
|
|
|
var marker_53b3b109a908273c55d8c29f2f6c13df = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e00ac21da6389a58fc2bfd82e682de48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_550d39dbcc401381fc042208b99954d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42a2a88af1f2193ba3b5f9699e05fac8 = $(`<div id="html_42a2a88af1f2193ba3b5f9699e05fac8" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_550d39dbcc401381fc042208b99954d3.setContent(html_42a2a88af1f2193ba3b5f9699e05fac8);
|
|
|
|
|
|
|
|
marker_53b3b109a908273c55d8c29f2f6c13df.bindPopup(popup_550d39dbcc401381fc042208b99954d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53b3b109a908273c55d8c29f2f6c13df.setIcon(icon_e00ac21da6389a58fc2bfd82e682de48);
|
|
|
|
|
|
var marker_5f9175d4cc3cb5787e27caa808ec8d6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d36ebd7990639dd2fb8d56ae635a4d1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f0bde40b319b71d526167135a32615d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60da68db3054aa0d75835dcfe2f7d12c = $(`<div id="html_60da68db3054aa0d75835dcfe2f7d12c" style="width: 100.0%; height: 100.0%;">hol.is</div>`)[0];
|
|
popup_0f0bde40b319b71d526167135a32615d.setContent(html_60da68db3054aa0d75835dcfe2f7d12c);
|
|
|
|
|
|
|
|
marker_5f9175d4cc3cb5787e27caa808ec8d6c.bindPopup(popup_0f0bde40b319b71d526167135a32615d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f9175d4cc3cb5787e27caa808ec8d6c.setIcon(icon_d36ebd7990639dd2fb8d56ae635a4d1b);
|
|
|
|
|
|
var marker_cf059a13d96a2bb622ae923b39f895b9 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4be4a5fffe105243b0d815631bb90b59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9707819f1dbe04aaf47e7e7c5cfebb86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc329bd438c08eb3bdcfc8475dce6441 = $(`<div id="html_bc329bd438c08eb3bdcfc8475dce6441" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_9707819f1dbe04aaf47e7e7c5cfebb86.setContent(html_bc329bd438c08eb3bdcfc8475dce6441);
|
|
|
|
|
|
|
|
marker_cf059a13d96a2bb622ae923b39f895b9.bindPopup(popup_9707819f1dbe04aaf47e7e7c5cfebb86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf059a13d96a2bb622ae923b39f895b9.setIcon(icon_4be4a5fffe105243b0d815631bb90b59);
|
|
|
|
|
|
var marker_e7983c980aad399bf44dcf19381f13e0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_128ccc63a3f60922f1d5399cc1aec040 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ebf85dab79965edf231c0b61e1576a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b41840d83c99e14682b86cf47098e8f9 = $(`<div id="html_b41840d83c99e14682b86cf47098e8f9" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_b8ebf85dab79965edf231c0b61e1576a.setContent(html_b41840d83c99e14682b86cf47098e8f9);
|
|
|
|
|
|
|
|
marker_e7983c980aad399bf44dcf19381f13e0.bindPopup(popup_b8ebf85dab79965edf231c0b61e1576a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7983c980aad399bf44dcf19381f13e0.setIcon(icon_128ccc63a3f60922f1d5399cc1aec040);
|
|
|
|
|
|
var marker_f6407994184da675e53809563cbeb965 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_65bea623c58a21f273355b64532ca05c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1787480c968bf5275f8a82dfc0240d15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d34bd830239154f14bcc33b9204dc89c = $(`<div id="html_d34bd830239154f14bcc33b9204dc89c" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_1787480c968bf5275f8a82dfc0240d15.setContent(html_d34bd830239154f14bcc33b9204dc89c);
|
|
|
|
|
|
|
|
marker_f6407994184da675e53809563cbeb965.bindPopup(popup_1787480c968bf5275f8a82dfc0240d15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6407994184da675e53809563cbeb965.setIcon(icon_65bea623c58a21f273355b64532ca05c);
|
|
|
|
|
|
var marker_c85757230b1faac738e1b78a07f06ab9 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c54d03365f39d62bbeec90721d847768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9659569acd89441d8429e75ea5313d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4c83c98e8ff6182f1a68a824fa38aef = $(`<div id="html_e4c83c98e8ff6182f1a68a824fa38aef" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de:443</div>`)[0];
|
|
popup_b9659569acd89441d8429e75ea5313d7.setContent(html_e4c83c98e8ff6182f1a68a824fa38aef);
|
|
|
|
|
|
|
|
marker_c85757230b1faac738e1b78a07f06ab9.bindPopup(popup_b9659569acd89441d8429e75ea5313d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c85757230b1faac738e1b78a07f06ab9.setIcon(icon_c54d03365f39d62bbeec90721d847768);
|
|
|
|
|
|
var marker_d311d4434b945b137e009bdccd7452cd = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a23ca341727d98fa54af71695ca3b4b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a8fbee80e6d2a80a05f0ad0c24d4d1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a73a49a8e665ea1079bf62e7e4d164cd = $(`<div id="html_a73a49a8e665ea1079bf62e7e4d164cd" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_7a8fbee80e6d2a80a05f0ad0c24d4d1a.setContent(html_a73a49a8e665ea1079bf62e7e4d164cd);
|
|
|
|
|
|
|
|
marker_d311d4434b945b137e009bdccd7452cd.bindPopup(popup_7a8fbee80e6d2a80a05f0ad0c24d4d1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d311d4434b945b137e009bdccd7452cd.setIcon(icon_a23ca341727d98fa54af71695ca3b4b6);
|
|
|
|
|
|
var marker_44881962fda2582f8de7241e8fb309cd = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c66dda88d1d1947262dd39718928b877 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b37ab573a8d715c138be8c3f1aa2f43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c003cb68bdec1eb3aa3120046816444 = $(`<div id="html_3c003cb68bdec1eb3aa3120046816444" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_0b37ab573a8d715c138be8c3f1aa2f43.setContent(html_3c003cb68bdec1eb3aa3120046816444);
|
|
|
|
|
|
|
|
marker_44881962fda2582f8de7241e8fb309cd.bindPopup(popup_0b37ab573a8d715c138be8c3f1aa2f43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44881962fda2582f8de7241e8fb309cd.setIcon(icon_c66dda88d1d1947262dd39718928b877);
|
|
|
|
|
|
var marker_44fd7d665de3f667f2be2b6416e94651 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_15d7ab60ca6b3a6cb8667f8018ab4ac0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e337cbab1020ca169ba6db233b28536 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_602f645362312a3f6a35a42c0a75e0a6 = $(`<div id="html_602f645362312a3f6a35a42c0a75e0a6" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io:443</div>`)[0];
|
|
popup_7e337cbab1020ca169ba6db233b28536.setContent(html_602f645362312a3f6a35a42c0a75e0a6);
|
|
|
|
|
|
|
|
marker_44fd7d665de3f667f2be2b6416e94651.bindPopup(popup_7e337cbab1020ca169ba6db233b28536)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44fd7d665de3f667f2be2b6416e94651.setIcon(icon_15d7ab60ca6b3a6cb8667f8018ab4ac0);
|
|
|
|
|
|
var marker_7d09e59c3b386a025c946f93ebbe796d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_75eaf45fc6ea342965a221ee9567d6dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a3a9e0d4377b0b439f998df6cdb8061 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8b402bebba3ed42e7872410a09e162c = $(`<div id="html_d8b402bebba3ed42e7872410a09e162c" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_0a3a9e0d4377b0b439f998df6cdb8061.setContent(html_d8b402bebba3ed42e7872410a09e162c);
|
|
|
|
|
|
|
|
marker_7d09e59c3b386a025c946f93ebbe796d.bindPopup(popup_0a3a9e0d4377b0b439f998df6cdb8061)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d09e59c3b386a025c946f93ebbe796d.setIcon(icon_75eaf45fc6ea342965a221ee9567d6dc);
|
|
|
|
|
|
var marker_cd431259a13c7bed2760c3912e5ebd78 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_743fc702a6508f0c26a087047b03445b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00b9db6c2691410bb46f4980ff3d06ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7eec718b87d842d02ae3d7c2fb6a75f = $(`<div id="html_b7eec718b87d842d02ae3d7c2fb6a75f" style="width: 100.0%; height: 100.0%;">relay.stickeroo.is-cool.dev</div>`)[0];
|
|
popup_00b9db6c2691410bb46f4980ff3d06ed.setContent(html_b7eec718b87d842d02ae3d7c2fb6a75f);
|
|
|
|
|
|
|
|
marker_cd431259a13c7bed2760c3912e5ebd78.bindPopup(popup_00b9db6c2691410bb46f4980ff3d06ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd431259a13c7bed2760c3912e5ebd78.setIcon(icon_743fc702a6508f0c26a087047b03445b);
|
|
|
|
|
|
var marker_a9862ba3c2103f8267125ad98933cf3a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2170a6dd84ba224f44cea93d0040e5b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_337e8b0f709a8f123f6f47790c2edfaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0362f4a1364aedd6296b446c76e7efb6 = $(`<div id="html_0362f4a1364aedd6296b446c76e7efb6" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_337e8b0f709a8f123f6f47790c2edfaa.setContent(html_0362f4a1364aedd6296b446c76e7efb6);
|
|
|
|
|
|
|
|
marker_a9862ba3c2103f8267125ad98933cf3a.bindPopup(popup_337e8b0f709a8f123f6f47790c2edfaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9862ba3c2103f8267125ad98933cf3a.setIcon(icon_2170a6dd84ba224f44cea93d0040e5b4);
|
|
|
|
|
|
var marker_b8b64c7ad6b333d6dca32a7932b721b3 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e376d23fa32aff98ea1bdcaf0e8a5b63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b681984bf652322770cde90bda26fea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6e3db9748ff2ee8e8e20b0f78e0e11d = $(`<div id="html_d6e3db9748ff2ee8e8e20b0f78e0e11d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl:443</div>`)[0];
|
|
popup_1b681984bf652322770cde90bda26fea.setContent(html_d6e3db9748ff2ee8e8e20b0f78e0e11d);
|
|
|
|
|
|
|
|
marker_b8b64c7ad6b333d6dca32a7932b721b3.bindPopup(popup_1b681984bf652322770cde90bda26fea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8b64c7ad6b333d6dca32a7932b721b3.setIcon(icon_e376d23fa32aff98ea1bdcaf0e8a5b63);
|
|
|
|
|
|
var marker_815a3eef51590a7c29f55c7ae5ebc0aa = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ce42946509cc453c0f7aaaf419bb99ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a33a90364496b443f7746afeb407392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f3f01fdaba670622c0d2bf8e103a7f6 = $(`<div id="html_0f3f01fdaba670622c0d2bf8e103a7f6" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com:443</div>`)[0];
|
|
popup_4a33a90364496b443f7746afeb407392.setContent(html_0f3f01fdaba670622c0d2bf8e103a7f6);
|
|
|
|
|
|
|
|
marker_815a3eef51590a7c29f55c7ae5ebc0aa.bindPopup(popup_4a33a90364496b443f7746afeb407392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_815a3eef51590a7c29f55c7ae5ebc0aa.setIcon(icon_ce42946509cc453c0f7aaaf419bb99ff);
|
|
|
|
|
|
var marker_0229080a72f0a3fa65134f4c804261cd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fd1f590118417527bc1df32f7c3e6059 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63da2f6c036310784672237a880b5294 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_386200eb6aeafa6a6581b726868b2915 = $(`<div id="html_386200eb6aeafa6a6581b726868b2915" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io:443</div>`)[0];
|
|
popup_63da2f6c036310784672237a880b5294.setContent(html_386200eb6aeafa6a6581b726868b2915);
|
|
|
|
|
|
|
|
marker_0229080a72f0a3fa65134f4c804261cd.bindPopup(popup_63da2f6c036310784672237a880b5294)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0229080a72f0a3fa65134f4c804261cd.setIcon(icon_fd1f590118417527bc1df32f7c3e6059);
|
|
|
|
|
|
var marker_618258f9a166631427986b4cec9193bb = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e69b9d1c4814cf3faa9df010377353d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd89e96978a7f85c6b4ea00057b01806 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db5b431e7b1b4aeddabaa7f3f26b5b86 = $(`<div id="html_db5b431e7b1b4aeddabaa7f3f26b5b86" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_cd89e96978a7f85c6b4ea00057b01806.setContent(html_db5b431e7b1b4aeddabaa7f3f26b5b86);
|
|
|
|
|
|
|
|
marker_618258f9a166631427986b4cec9193bb.bindPopup(popup_cd89e96978a7f85c6b4ea00057b01806)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_618258f9a166631427986b4cec9193bb.setIcon(icon_e69b9d1c4814cf3faa9df010377353d3);
|
|
|
|
|
|
var marker_9bcda7a3e1666f2b850748c88058e516 = L.marker(
|
|
[34.9582, -81.9907],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6a9fb2ab0756179fc0bb6797c32b9f36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e48b61130bdabf1330240fb66ba84e8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55c9036c14187aca667045a8c399d9fd = $(`<div id="html_55c9036c14187aca667045a8c399d9fd" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_e48b61130bdabf1330240fb66ba84e8f.setContent(html_55c9036c14187aca667045a8c399d9fd);
|
|
|
|
|
|
|
|
marker_9bcda7a3e1666f2b850748c88058e516.bindPopup(popup_e48b61130bdabf1330240fb66ba84e8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bcda7a3e1666f2b850748c88058e516.setIcon(icon_6a9fb2ab0756179fc0bb6797c32b9f36);
|
|
|
|
|
|
var marker_9449e6bea2b9b8d33d38d49ccf6f32db = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cde32c2ce36a8477e63c66d4c369ada4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0150fa171e4dcb955ad8bb208fa986a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2745b3bc64c05706d17a7757df4006e = $(`<div id="html_d2745b3bc64c05706d17a7757df4006e" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_0150fa171e4dcb955ad8bb208fa986a6.setContent(html_d2745b3bc64c05706d17a7757df4006e);
|
|
|
|
|
|
|
|
marker_9449e6bea2b9b8d33d38d49ccf6f32db.bindPopup(popup_0150fa171e4dcb955ad8bb208fa986a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9449e6bea2b9b8d33d38d49ccf6f32db.setIcon(icon_cde32c2ce36a8477e63c66d4c369ada4);
|
|
|
|
|
|
var marker_7c54bbf8126f1ef9e0f1fc8dc1945874 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_52a65055997d23db458c43257b947a5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5307b8d262a4669a599adfeef41e07af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4560a70a51fdc18b5d894d1f1021eec = $(`<div id="html_e4560a70a51fdc18b5d894d1f1021eec" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_5307b8d262a4669a599adfeef41e07af.setContent(html_e4560a70a51fdc18b5d894d1f1021eec);
|
|
|
|
|
|
|
|
marker_7c54bbf8126f1ef9e0f1fc8dc1945874.bindPopup(popup_5307b8d262a4669a599adfeef41e07af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c54bbf8126f1ef9e0f1fc8dc1945874.setIcon(icon_52a65055997d23db458c43257b947a5a);
|
|
|
|
|
|
var marker_973024ca88805eb0deeaebd1b8eba5ef = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_175e6c8669537ed0fe7714a65227ff0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e96f3ad37e55a712d85e34e6d1a0b68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c865edfed2a044e3d8d084f9e2a70db5 = $(`<div id="html_c865edfed2a044e3d8d084f9e2a70db5" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_4e96f3ad37e55a712d85e34e6d1a0b68.setContent(html_c865edfed2a044e3d8d084f9e2a70db5);
|
|
|
|
|
|
|
|
marker_973024ca88805eb0deeaebd1b8eba5ef.bindPopup(popup_4e96f3ad37e55a712d85e34e6d1a0b68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_973024ca88805eb0deeaebd1b8eba5ef.setIcon(icon_175e6c8669537ed0fe7714a65227ff0f);
|
|
|
|
|
|
var marker_d6c949a6e09ff63af1f841c483994467 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_97b520e182be8ccfab32f62b84d28af0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe309eda9513fe68ba88b2db1e7e0051 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5455f6d48005dad7e8e7356923b5b5a6 = $(`<div id="html_5455f6d48005dad7e8e7356923b5b5a6" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_fe309eda9513fe68ba88b2db1e7e0051.setContent(html_5455f6d48005dad7e8e7356923b5b5a6);
|
|
|
|
|
|
|
|
marker_d6c949a6e09ff63af1f841c483994467.bindPopup(popup_fe309eda9513fe68ba88b2db1e7e0051)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6c949a6e09ff63af1f841c483994467.setIcon(icon_97b520e182be8ccfab32f62b84d28af0);
|
|
|
|
|
|
var marker_fc75085fe3c825b53f418ad88ac373c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_69be757f312c5305be1777052017d313 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d786c85171f35f1ef3d73608d4acaa3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfc37b9dc4fe294ecd0cc8040b30e47d = $(`<div id="html_bfc37b9dc4fe294ecd0cc8040b30e47d" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_d786c85171f35f1ef3d73608d4acaa3d.setContent(html_bfc37b9dc4fe294ecd0cc8040b30e47d);
|
|
|
|
|
|
|
|
marker_fc75085fe3c825b53f418ad88ac373c6.bindPopup(popup_d786c85171f35f1ef3d73608d4acaa3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc75085fe3c825b53f418ad88ac373c6.setIcon(icon_69be757f312c5305be1777052017d313);
|
|
|
|
|
|
var marker_85311b445636e129903df32722082593 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_86de6e49a2b07df402b3dea982780cd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd76206700b20766ab557350b891bd49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ed963fe9a26796e185f1fc60a451d44 = $(`<div id="html_4ed963fe9a26796e185f1fc60a451d44" style="width: 100.0%; height: 100.0%;">relay.getvia.xyz</div>`)[0];
|
|
popup_bd76206700b20766ab557350b891bd49.setContent(html_4ed963fe9a26796e185f1fc60a451d44);
|
|
|
|
|
|
|
|
marker_85311b445636e129903df32722082593.bindPopup(popup_bd76206700b20766ab557350b891bd49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85311b445636e129903df32722082593.setIcon(icon_86de6e49a2b07df402b3dea982780cd0);
|
|
|
|
|
|
var marker_8906e301642e9609315180fb58b12e73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_7b1fde1195b17a206352d6268537d881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a6f93662b275689fd0811cf1ff6c412 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc2201bfabf6a808c52422abe1d0e8e6 = $(`<div id="html_fc2201bfabf6a808c52422abe1d0e8e6" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_7a6f93662b275689fd0811cf1ff6c412.setContent(html_fc2201bfabf6a808c52422abe1d0e8e6);
|
|
|
|
|
|
|
|
marker_8906e301642e9609315180fb58b12e73.bindPopup(popup_7a6f93662b275689fd0811cf1ff6c412)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8906e301642e9609315180fb58b12e73.setIcon(icon_7b1fde1195b17a206352d6268537d881);
|
|
|
|
|
|
var marker_89121b08cc84d0f292f39d1037343812 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c435debb9033db5bb75e1a272cae893d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f84bfae68364f437910783b8b853c5b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_146854dcc9a3fc41b909b66573d3ac57 = $(`<div id="html_146854dcc9a3fc41b909b66573d3ac57" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_f84bfae68364f437910783b8b853c5b9.setContent(html_146854dcc9a3fc41b909b66573d3ac57);
|
|
|
|
|
|
|
|
marker_89121b08cc84d0f292f39d1037343812.bindPopup(popup_f84bfae68364f437910783b8b853c5b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89121b08cc84d0f292f39d1037343812.setIcon(icon_c435debb9033db5bb75e1a272cae893d);
|
|
|
|
|
|
var marker_eb128b181c08eed48724bf182e251dbd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5c1ef37e102576050442156e0fe67f21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_321544943da0199b4ee89df607fdbc72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b75b37e80ed4c931b53f18aab638ec3 = $(`<div id="html_7b75b37e80ed4c931b53f18aab638ec3" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_321544943da0199b4ee89df607fdbc72.setContent(html_7b75b37e80ed4c931b53f18aab638ec3);
|
|
|
|
|
|
|
|
marker_eb128b181c08eed48724bf182e251dbd.bindPopup(popup_321544943da0199b4ee89df607fdbc72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb128b181c08eed48724bf182e251dbd.setIcon(icon_5c1ef37e102576050442156e0fe67f21);
|
|
|
|
|
|
var marker_ecd2b3dbd6d328215fb0dc0a06dbe076 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2cb454d8681b8e88b84c298913a3cdc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb7a4d661d32d23531fdd00bc0ef5b83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4cca6e5b49a2f14c1827836a2fec931 = $(`<div id="html_e4cca6e5b49a2f14c1827836a2fec931" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_eb7a4d661d32d23531fdd00bc0ef5b83.setContent(html_e4cca6e5b49a2f14c1827836a2fec931);
|
|
|
|
|
|
|
|
marker_ecd2b3dbd6d328215fb0dc0a06dbe076.bindPopup(popup_eb7a4d661d32d23531fdd00bc0ef5b83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecd2b3dbd6d328215fb0dc0a06dbe076.setIcon(icon_2cb454d8681b8e88b84c298913a3cdc1);
|
|
|
|
|
|
var marker_6d1de629aaf71ab6cf769869311f5eaf = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_740b6fe96ebe3f6f90c4bcfa64c16622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c598dd0c400c4799117e053e91fa34cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3518d3ab5406bf68ddafa9a33e37532 = $(`<div id="html_c3518d3ab5406bf68ddafa9a33e37532" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_c598dd0c400c4799117e053e91fa34cb.setContent(html_c3518d3ab5406bf68ddafa9a33e37532);
|
|
|
|
|
|
|
|
marker_6d1de629aaf71ab6cf769869311f5eaf.bindPopup(popup_c598dd0c400c4799117e053e91fa34cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d1de629aaf71ab6cf769869311f5eaf.setIcon(icon_740b6fe96ebe3f6f90c4bcfa64c16622);
|
|
|
|
|
|
var marker_d66426feafecc93ca9d27d2d33caf36f = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_eb3d2d168dcf8d5aa6aab352b07b1001 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee35436cfd3c4bfcf4c097824d67cf29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_950d05adda70416ccdc3f41ee1594d5b = $(`<div id="html_950d05adda70416ccdc3f41ee1594d5b" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_ee35436cfd3c4bfcf4c097824d67cf29.setContent(html_950d05adda70416ccdc3f41ee1594d5b);
|
|
|
|
|
|
|
|
marker_d66426feafecc93ca9d27d2d33caf36f.bindPopup(popup_ee35436cfd3c4bfcf4c097824d67cf29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d66426feafecc93ca9d27d2d33caf36f.setIcon(icon_eb3d2d168dcf8d5aa6aab352b07b1001);
|
|
|
|
|
|
var marker_5d81f3ec714c2ce399cdd2dfaae41ad6 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5c9c8ebb82dd94330287c3d819e067a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98556cf2e969c68da25b2979ab399924 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_269a7876a793819e842e4a315f03b2fc = $(`<div id="html_269a7876a793819e842e4a315f03b2fc" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev:443</div>`)[0];
|
|
popup_98556cf2e969c68da25b2979ab399924.setContent(html_269a7876a793819e842e4a315f03b2fc);
|
|
|
|
|
|
|
|
marker_5d81f3ec714c2ce399cdd2dfaae41ad6.bindPopup(popup_98556cf2e969c68da25b2979ab399924)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d81f3ec714c2ce399cdd2dfaae41ad6.setIcon(icon_5c9c8ebb82dd94330287c3d819e067a2);
|
|
|
|
|
|
var marker_ed77159b533eaaef9a3793861c2672d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e97d8ac8fa1a427ea998024168de5ec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad37a15bf92a98c00898aa8366379c4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_446576d0578291138e2c73eff3213bb9 = $(`<div id="html_446576d0578291138e2c73eff3213bb9" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_ad37a15bf92a98c00898aa8366379c4a.setContent(html_446576d0578291138e2c73eff3213bb9);
|
|
|
|
|
|
|
|
marker_ed77159b533eaaef9a3793861c2672d3.bindPopup(popup_ad37a15bf92a98c00898aa8366379c4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed77159b533eaaef9a3793861c2672d3.setIcon(icon_e97d8ac8fa1a427ea998024168de5ec0);
|
|
|
|
|
|
var marker_1f602b6e6113eba7ebb0658dd5bb2445 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f0d8cf198272f10eee1ffe03a7aa21fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9da086a58dad9a9af272ed839a1a57a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ce66f50fcb5017a30ea984b2f47c87e = $(`<div id="html_1ce66f50fcb5017a30ea984b2f47c87e" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_b9da086a58dad9a9af272ed839a1a57a.setContent(html_1ce66f50fcb5017a30ea984b2f47c87e);
|
|
|
|
|
|
|
|
marker_1f602b6e6113eba7ebb0658dd5bb2445.bindPopup(popup_b9da086a58dad9a9af272ed839a1a57a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f602b6e6113eba7ebb0658dd5bb2445.setIcon(icon_f0d8cf198272f10eee1ffe03a7aa21fb);
|
|
|
|
|
|
var marker_1b07ed00aaa606c01924d996991a606b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_712037d554c4746021562884c9ca846f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36993f5a652224cd6eb569235024ee4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4daafefba7738e6cb1fdd43567ef0e7a = $(`<div id="html_4daafefba7738e6cb1fdd43567ef0e7a" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev:443</div>`)[0];
|
|
popup_36993f5a652224cd6eb569235024ee4f.setContent(html_4daafefba7738e6cb1fdd43567ef0e7a);
|
|
|
|
|
|
|
|
marker_1b07ed00aaa606c01924d996991a606b.bindPopup(popup_36993f5a652224cd6eb569235024ee4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b07ed00aaa606c01924d996991a606b.setIcon(icon_712037d554c4746021562884c9ca846f);
|
|
|
|
|
|
var marker_42eaf33fb86469deda741bf3084c839f = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a41bb7d5e360be275cf320db16a43278 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a52fc389911c9f7b2d8c6085080e5bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3acf02676f227af314cfd21b58b8a19 = $(`<div id="html_f3acf02676f227af314cfd21b58b8a19" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_1a52fc389911c9f7b2d8c6085080e5bd.setContent(html_f3acf02676f227af314cfd21b58b8a19);
|
|
|
|
|
|
|
|
marker_42eaf33fb86469deda741bf3084c839f.bindPopup(popup_1a52fc389911c9f7b2d8c6085080e5bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42eaf33fb86469deda741bf3084c839f.setIcon(icon_a41bb7d5e360be275cf320db16a43278);
|
|
|
|
|
|
var marker_094962a58a16821cc3cf1cdec354682d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9746e2263a9d96bf744964533d7c2f27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f497b4539f94629ceee5e6e4c7870dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9ab2e1250712f41939654f022276427 = $(`<div id="html_b9ab2e1250712f41939654f022276427" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_9f497b4539f94629ceee5e6e4c7870dc.setContent(html_b9ab2e1250712f41939654f022276427);
|
|
|
|
|
|
|
|
marker_094962a58a16821cc3cf1cdec354682d.bindPopup(popup_9f497b4539f94629ceee5e6e4c7870dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_094962a58a16821cc3cf1cdec354682d.setIcon(icon_9746e2263a9d96bf744964533d7c2f27);
|
|
|
|
|
|
var marker_3f999e4bacb0958b1b3217298a96ad60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_023849d4991a16c7388acb29a85b2769 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5632bfa86b704fa6f799f7843fd3225c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e7d9f557504953a2145f13f656fd94e = $(`<div id="html_0e7d9f557504953a2145f13f656fd94e" style="width: 100.0%; height: 100.0%;">relay.0xchat.com:443</div>`)[0];
|
|
popup_5632bfa86b704fa6f799f7843fd3225c.setContent(html_0e7d9f557504953a2145f13f656fd94e);
|
|
|
|
|
|
|
|
marker_3f999e4bacb0958b1b3217298a96ad60.bindPopup(popup_5632bfa86b704fa6f799f7843fd3225c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f999e4bacb0958b1b3217298a96ad60.setIcon(icon_023849d4991a16c7388acb29a85b2769);
|
|
|
|
|
|
var marker_2124c6fbb1f48244f7fafc3c1509329b = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c9557cfdf3b1ebb18dbc1e8a687968fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d994ae8d390a02719e521cbf696878 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ede75cd389c54811500efb7911b1bec2 = $(`<div id="html_ede75cd389c54811500efb7911b1bec2" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_d6d994ae8d390a02719e521cbf696878.setContent(html_ede75cd389c54811500efb7911b1bec2);
|
|
|
|
|
|
|
|
marker_2124c6fbb1f48244f7fafc3c1509329b.bindPopup(popup_d6d994ae8d390a02719e521cbf696878)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2124c6fbb1f48244f7fafc3c1509329b.setIcon(icon_c9557cfdf3b1ebb18dbc1e8a687968fe);
|
|
|
|
|
|
var marker_ffb05e404128448ef7fe1c6a714b9883 = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_baddb5f8b7eb0f3510667dc40eba07e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c9072c2d715634c3aed3c8ed57a52d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c756c0a255336641cfd8d6f39ddc5ca = $(`<div id="html_0c756c0a255336641cfd8d6f39ddc5ca" style="width: 100.0%; height: 100.0%;">relay.bowlafterbowl.com</div>`)[0];
|
|
popup_6c9072c2d715634c3aed3c8ed57a52d3.setContent(html_0c756c0a255336641cfd8d6f39ddc5ca);
|
|
|
|
|
|
|
|
marker_ffb05e404128448ef7fe1c6a714b9883.bindPopup(popup_6c9072c2d715634c3aed3c8ed57a52d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffb05e404128448ef7fe1c6a714b9883.setIcon(icon_baddb5f8b7eb0f3510667dc40eba07e4);
|
|
|
|
|
|
var marker_72c1a6deff6f5fe78302a025697ea04d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e50aec4bfc1ffae43ea31ce5cbcf87d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbeece32dab6a3b1994d1bade505570b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b9c746ad9c7f4202c2bbb15b44acdb6 = $(`<div id="html_2b9c746ad9c7f4202c2bbb15b44acdb6" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_bbeece32dab6a3b1994d1bade505570b.setContent(html_2b9c746ad9c7f4202c2bbb15b44acdb6);
|
|
|
|
|
|
|
|
marker_72c1a6deff6f5fe78302a025697ea04d.bindPopup(popup_bbeece32dab6a3b1994d1bade505570b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72c1a6deff6f5fe78302a025697ea04d.setIcon(icon_e50aec4bfc1ffae43ea31ce5cbcf87d3);
|
|
|
|
|
|
var marker_f07fecc6986f4c6f541aae5003ef3b55 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f126894a41dd1a0865ce50cc24fc19b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70a7914b8a374fc05e17cb0047fd8701 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f13ad88d10018eda3fc591e995374968 = $(`<div id="html_f13ad88d10018eda3fc591e995374968" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_70a7914b8a374fc05e17cb0047fd8701.setContent(html_f13ad88d10018eda3fc591e995374968);
|
|
|
|
|
|
|
|
marker_f07fecc6986f4c6f541aae5003ef3b55.bindPopup(popup_70a7914b8a374fc05e17cb0047fd8701)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f07fecc6986f4c6f541aae5003ef3b55.setIcon(icon_f126894a41dd1a0865ce50cc24fc19b2);
|
|
|
|
|
|
var marker_5446d59fbc9204b73ee0e36308f3ee49 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e6e721d444562b7078be1cdc100ebc17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de660d78ef93e8fde74a3db1aebfe43f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1ba290495780e586ed6f02f87b8a5bb = $(`<div id="html_a1ba290495780e586ed6f02f87b8a5bb" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_de660d78ef93e8fde74a3db1aebfe43f.setContent(html_a1ba290495780e586ed6f02f87b8a5bb);
|
|
|
|
|
|
|
|
marker_5446d59fbc9204b73ee0e36308f3ee49.bindPopup(popup_de660d78ef93e8fde74a3db1aebfe43f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5446d59fbc9204b73ee0e36308f3ee49.setIcon(icon_e6e721d444562b7078be1cdc100ebc17);
|
|
|
|
|
|
var marker_e9747f182ce9aed94c11dc50c51de770 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d40904e5d09d5631ceecf28a79b3b2b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e786c2404790e5b3f9f416ed3462774e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_121b9a5b82a05c865adea446d6282369 = $(`<div id="html_121b9a5b82a05c865adea446d6282369" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_e786c2404790e5b3f9f416ed3462774e.setContent(html_121b9a5b82a05c865adea446d6282369);
|
|
|
|
|
|
|
|
marker_e9747f182ce9aed94c11dc50c51de770.bindPopup(popup_e786c2404790e5b3f9f416ed3462774e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9747f182ce9aed94c11dc50c51de770.setIcon(icon_d40904e5d09d5631ceecf28a79b3b2b1);
|
|
|
|
|
|
var marker_9ea407a75821c4b92360eb68dbc8d513 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f9c848094c15b02cb076a3bd4afba8b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2211e0f681c3fe9f667c3e9a81f33c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_395a6482cf835d581ea5b8d1a9502775 = $(`<div id="html_395a6482cf835d581ea5b8d1a9502775" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_a2211e0f681c3fe9f667c3e9a81f33c1.setContent(html_395a6482cf835d581ea5b8d1a9502775);
|
|
|
|
|
|
|
|
marker_9ea407a75821c4b92360eb68dbc8d513.bindPopup(popup_a2211e0f681c3fe9f667c3e9a81f33c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ea407a75821c4b92360eb68dbc8d513.setIcon(icon_f9c848094c15b02cb076a3bd4afba8b4);
|
|
|
|
|
|
var marker_970fedc877bada430c6905a5c64df6bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fb9ba7defc4bde149bedfa5b0d5b74fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc76a7944f00d5264ebd56a53c1dec7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cdfa92a7714e47f4d1616144a4ebc77 = $(`<div id="html_4cdfa92a7714e47f4d1616144a4ebc77" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_cc76a7944f00d5264ebd56a53c1dec7d.setContent(html_4cdfa92a7714e47f4d1616144a4ebc77);
|
|
|
|
|
|
|
|
marker_970fedc877bada430c6905a5c64df6bf.bindPopup(popup_cc76a7944f00d5264ebd56a53c1dec7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_970fedc877bada430c6905a5c64df6bf.setIcon(icon_fb9ba7defc4bde149bedfa5b0d5b74fd);
|
|
|
|
|
|
var marker_9ac916b65f360e44531bb06abe80712a = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_eb3d1fa94996593934cda7fc067031e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4e22122ed88146e1ec106e9b41d8af1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c440d3bc6d7b7dfbc0e6f9da63476d4 = $(`<div id="html_4c440d3bc6d7b7dfbc0e6f9da63476d4" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com:443</div>`)[0];
|
|
popup_e4e22122ed88146e1ec106e9b41d8af1.setContent(html_4c440d3bc6d7b7dfbc0e6f9da63476d4);
|
|
|
|
|
|
|
|
marker_9ac916b65f360e44531bb06abe80712a.bindPopup(popup_e4e22122ed88146e1ec106e9b41d8af1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ac916b65f360e44531bb06abe80712a.setIcon(icon_eb3d1fa94996593934cda7fc067031e5);
|
|
|
|
|
|
var marker_c53de8c0088a46afc45624593f1b8c90 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_44c4dedbd260aa71e71ca58cb8d67687 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_569e70111ffa6bb6739ec0f4a3234a2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33d24af5abf474f11cec242ae24a0e79 = $(`<div id="html_33d24af5abf474f11cec242ae24a0e79" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai:443</div>`)[0];
|
|
popup_569e70111ffa6bb6739ec0f4a3234a2c.setContent(html_33d24af5abf474f11cec242ae24a0e79);
|
|
|
|
|
|
|
|
marker_c53de8c0088a46afc45624593f1b8c90.bindPopup(popup_569e70111ffa6bb6739ec0f4a3234a2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c53de8c0088a46afc45624593f1b8c90.setIcon(icon_44c4dedbd260aa71e71ca58cb8d67687);
|
|
|
|
|
|
var marker_c78b5085151bec22a060e3818662cc9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_7f7eb3f85c6a632d0ad53f819a577555 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06ff716f1c4906032ce34c7e8a501b5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4760b5cb0edf05ed02786e33b49926a8 = $(`<div id="html_4760b5cb0edf05ed02786e33b49926a8" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st:443</div>`)[0];
|
|
popup_06ff716f1c4906032ce34c7e8a501b5f.setContent(html_4760b5cb0edf05ed02786e33b49926a8);
|
|
|
|
|
|
|
|
marker_c78b5085151bec22a060e3818662cc9a.bindPopup(popup_06ff716f1c4906032ce34c7e8a501b5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c78b5085151bec22a060e3818662cc9a.setIcon(icon_7f7eb3f85c6a632d0ad53f819a577555);
|
|
|
|
|
|
var marker_23f8771013b015e8343f561d3e5076ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5556e194a635e8fbb5dfa8e202a0c271 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7af1f5875e13346ddd598732356682b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82bbdac9498ac498062ef6787026b647 = $(`<div id="html_82bbdac9498ac498062ef6787026b647" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_7af1f5875e13346ddd598732356682b8.setContent(html_82bbdac9498ac498062ef6787026b647);
|
|
|
|
|
|
|
|
marker_23f8771013b015e8343f561d3e5076ec.bindPopup(popup_7af1f5875e13346ddd598732356682b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23f8771013b015e8343f561d3e5076ec.setIcon(icon_5556e194a635e8fbb5dfa8e202a0c271);
|
|
|
|
|
|
var marker_e85193c2c2c02d71a3e737307b070e29 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cefe4cbd9742ff0130d8db389ad8a7d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7174154815374b56963d90fa7a66335 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b4b187b35b5400d8da01d1d2e630231 = $(`<div id="html_0b4b187b35b5400d8da01d1d2e630231" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org:443</div>`)[0];
|
|
popup_a7174154815374b56963d90fa7a66335.setContent(html_0b4b187b35b5400d8da01d1d2e630231);
|
|
|
|
|
|
|
|
marker_e85193c2c2c02d71a3e737307b070e29.bindPopup(popup_a7174154815374b56963d90fa7a66335)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e85193c2c2c02d71a3e737307b070e29.setIcon(icon_cefe4cbd9742ff0130d8db389ad8a7d7);
|
|
|
|
|
|
var marker_c3604cf37fdbe0ab09b5c15b5d74a053 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2c189d76309b6f2cdad7fe8a30d44b6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d92d196b6d298fa0b7185a741ada9291 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9244831a15594934fb04a1f5fdfb94c = $(`<div id="html_c9244831a15594934fb04a1f5fdfb94c" style="width: 100.0%; height: 100.0%;">relay-can.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d92d196b6d298fa0b7185a741ada9291.setContent(html_c9244831a15594934fb04a1f5fdfb94c);
|
|
|
|
|
|
|
|
marker_c3604cf37fdbe0ab09b5c15b5d74a053.bindPopup(popup_d92d196b6d298fa0b7185a741ada9291)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3604cf37fdbe0ab09b5c15b5d74a053.setIcon(icon_2c189d76309b6f2cdad7fe8a30d44b6e);
|
|
|
|
|
|
var marker_f69cb21f2b72b8203d6f09fc0cd45531 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_05741e18754825d166ca12fd75367e10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a919fcc7e79c5fe898b7e3506900b9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_009afb877ae88f8996ad61922a1f1862 = $(`<div id="html_009afb877ae88f8996ad61922a1f1862" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_8a919fcc7e79c5fe898b7e3506900b9a.setContent(html_009afb877ae88f8996ad61922a1f1862);
|
|
|
|
|
|
|
|
marker_f69cb21f2b72b8203d6f09fc0cd45531.bindPopup(popup_8a919fcc7e79c5fe898b7e3506900b9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f69cb21f2b72b8203d6f09fc0cd45531.setIcon(icon_05741e18754825d166ca12fd75367e10);
|
|
|
|
|
|
var marker_23e7ec926ddaeee03ab7259e31f1a679 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f5620e33e0471e4f793920d2ef7f5e0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aee1e7b442249ec20cbc2f6f373fb16c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9d4b6faadd9ad511be60c76d318dd3a = $(`<div id="html_d9d4b6faadd9ad511be60c76d318dd3a" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_aee1e7b442249ec20cbc2f6f373fb16c.setContent(html_d9d4b6faadd9ad511be60c76d318dd3a);
|
|
|
|
|
|
|
|
marker_23e7ec926ddaeee03ab7259e31f1a679.bindPopup(popup_aee1e7b442249ec20cbc2f6f373fb16c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23e7ec926ddaeee03ab7259e31f1a679.setIcon(icon_f5620e33e0471e4f793920d2ef7f5e0e);
|
|
|
|
|
|
var marker_4c022012b4d92f90a333aaccf90755cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3650df46d4d92ca72d07f7db076596cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_478b9c6af5356c445b154dca0bd72016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8562f4152846c04e8bf149ca8476412e = $(`<div id="html_8562f4152846c04e8bf149ca8476412e" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_478b9c6af5356c445b154dca0bd72016.setContent(html_8562f4152846c04e8bf149ca8476412e);
|
|
|
|
|
|
|
|
marker_4c022012b4d92f90a333aaccf90755cc.bindPopup(popup_478b9c6af5356c445b154dca0bd72016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c022012b4d92f90a333aaccf90755cc.setIcon(icon_3650df46d4d92ca72d07f7db076596cc);
|
|
|
|
|
|
var marker_db96ff0930923e06bbf51c41dbc28035 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_05dab5df8b54db94be270c0809bfe342 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40019a16abbe7283ff830d4e33381af9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4309df6aa73b66aaa6af59f7ce3a192 = $(`<div id="html_f4309df6aa73b66aaa6af59f7ce3a192" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com:443</div>`)[0];
|
|
popup_40019a16abbe7283ff830d4e33381af9.setContent(html_f4309df6aa73b66aaa6af59f7ce3a192);
|
|
|
|
|
|
|
|
marker_db96ff0930923e06bbf51c41dbc28035.bindPopup(popup_40019a16abbe7283ff830d4e33381af9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db96ff0930923e06bbf51c41dbc28035.setIcon(icon_05dab5df8b54db94be270c0809bfe342);
|
|
|
|
|
|
var marker_884a34f70045fb8e2b1c6c9fa753286d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b8591607441764e0be3893226e3e2868 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70f62121e411648aba5ff76a48b1dbad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25e0c3e8e84dfdd8337d5444f1967dac = $(`<div id="html_25e0c3e8e84dfdd8337d5444f1967dac" style="width: 100.0%; height: 100.0%;">chorus.pjv.me</div>`)[0];
|
|
popup_70f62121e411648aba5ff76a48b1dbad.setContent(html_25e0c3e8e84dfdd8337d5444f1967dac);
|
|
|
|
|
|
|
|
marker_884a34f70045fb8e2b1c6c9fa753286d.bindPopup(popup_70f62121e411648aba5ff76a48b1dbad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_884a34f70045fb8e2b1c6c9fa753286d.setIcon(icon_b8591607441764e0be3893226e3e2868);
|
|
|
|
|
|
var marker_afcf9c860b524eca57c5c4cd931e7452 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1ef1ca9c46d441bde713fcbb2f804a83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9f592700efdd91f93bc1871ecbf2622 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3e0d8e2518206a374b4adb028844872 = $(`<div id="html_a3e0d8e2518206a374b4adb028844872" style="width: 100.0%; height: 100.0%;">x.kojira.io:443</div>`)[0];
|
|
popup_d9f592700efdd91f93bc1871ecbf2622.setContent(html_a3e0d8e2518206a374b4adb028844872);
|
|
|
|
|
|
|
|
marker_afcf9c860b524eca57c5c4cd931e7452.bindPopup(popup_d9f592700efdd91f93bc1871ecbf2622)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afcf9c860b524eca57c5c4cd931e7452.setIcon(icon_1ef1ca9c46d441bde713fcbb2f804a83);
|
|
|
|
|
|
var marker_1980642d8ad9241c835462c3ae35acf5 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4ff5cb6837eb8b14a98ec70a58b537a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18d7338e37f99790725bc7008d78580a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ca1a49bae05753622992a9c9dc776de = $(`<div id="html_4ca1a49bae05753622992a9c9dc776de" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_18d7338e37f99790725bc7008d78580a.setContent(html_4ca1a49bae05753622992a9c9dc776de);
|
|
|
|
|
|
|
|
marker_1980642d8ad9241c835462c3ae35acf5.bindPopup(popup_18d7338e37f99790725bc7008d78580a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1980642d8ad9241c835462c3ae35acf5.setIcon(icon_4ff5cb6837eb8b14a98ec70a58b537a2);
|
|
|
|
|
|
var marker_7e37ceb6df97df56d3467accac7511a9 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_570d277b73b1c43513346b1a45fae90b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd2146b8a76dfc2044695684cc953622 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f411ec133761ba2d32101c5c8d7830f8 = $(`<div id="html_f411ec133761ba2d32101c5c8d7830f8" style="width: 100.0%; height: 100.0%;">nostr.novacisko.cz</div>`)[0];
|
|
popup_bd2146b8a76dfc2044695684cc953622.setContent(html_f411ec133761ba2d32101c5c8d7830f8);
|
|
|
|
|
|
|
|
marker_7e37ceb6df97df56d3467accac7511a9.bindPopup(popup_bd2146b8a76dfc2044695684cc953622)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e37ceb6df97df56d3467accac7511a9.setIcon(icon_570d277b73b1c43513346b1a45fae90b);
|
|
|
|
|
|
var marker_b458593453434ee1ea0b46478ffe2340 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_05b20a4842e31377cba79d23b1eced59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cdc71ce35b104842cf510380fbfdf71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af0d9b21d371220a695353a1dacc613d = $(`<div id="html_af0d9b21d371220a695353a1dacc613d" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_6cdc71ce35b104842cf510380fbfdf71.setContent(html_af0d9b21d371220a695353a1dacc613d);
|
|
|
|
|
|
|
|
marker_b458593453434ee1ea0b46478ffe2340.bindPopup(popup_6cdc71ce35b104842cf510380fbfdf71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b458593453434ee1ea0b46478ffe2340.setIcon(icon_05b20a4842e31377cba79d23b1eced59);
|
|
|
|
|
|
var marker_fadbbf1b3e14b2aac16e623c707714bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d7f3316e2b12429760c0ce22da3b28a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fb0db3168738f3b9209b7933d61f8b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a1847413c86b190aca82012519a2ca5 = $(`<div id="html_7a1847413c86b190aca82012519a2ca5" style="width: 100.0%; height: 100.0%;">relay.novospes.com</div>`)[0];
|
|
popup_1fb0db3168738f3b9209b7933d61f8b4.setContent(html_7a1847413c86b190aca82012519a2ca5);
|
|
|
|
|
|
|
|
marker_fadbbf1b3e14b2aac16e623c707714bd.bindPopup(popup_1fb0db3168738f3b9209b7933d61f8b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fadbbf1b3e14b2aac16e623c707714bd.setIcon(icon_d7f3316e2b12429760c0ce22da3b28a6);
|
|
|
|
|
|
var marker_2cf2ecb1974f31b1348361e1168b3eee = L.marker(
|
|
[41.2861, 1.24993],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b1ab25abd47123403b4cd31cd9d3e7ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f6e6bf94c0435c4229815307d7fc5ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1116d117be0fe4a5b96d00af88ac59a4 = $(`<div id="html_1116d117be0fe4a5b96d00af88ac59a4" style="width: 100.0%; height: 100.0%;">btc.klendazu.com</div>`)[0];
|
|
popup_5f6e6bf94c0435c4229815307d7fc5ae.setContent(html_1116d117be0fe4a5b96d00af88ac59a4);
|
|
|
|
|
|
|
|
marker_2cf2ecb1974f31b1348361e1168b3eee.bindPopup(popup_5f6e6bf94c0435c4229815307d7fc5ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cf2ecb1974f31b1348361e1168b3eee.setIcon(icon_b1ab25abd47123403b4cd31cd9d3e7ae);
|
|
|
|
|
|
var marker_c2fb5ae40bd2d37bf78062607f9455d7 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_828d81adf446e6b8253c6f005d305872 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bd0ff918a5f8f784c663730fc67b9bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ad46ae9c4e73382eb86e9d3a0365dec = $(`<div id="html_8ad46ae9c4e73382eb86e9d3a0365dec" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_3bd0ff918a5f8f784c663730fc67b9bd.setContent(html_8ad46ae9c4e73382eb86e9d3a0365dec);
|
|
|
|
|
|
|
|
marker_c2fb5ae40bd2d37bf78062607f9455d7.bindPopup(popup_3bd0ff918a5f8f784c663730fc67b9bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2fb5ae40bd2d37bf78062607f9455d7.setIcon(icon_828d81adf446e6b8253c6f005d305872);
|
|
|
|
|
|
var marker_fa6a76cbd8373957c45fa2db1b855e58 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_797abec5ec2ada8685a9e68dc6345864 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0abb979b4ecfb364fa53aa5bb255551 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e9c3116777744948f0b3c558f0eb129 = $(`<div id="html_6e9c3116777744948f0b3c558f0eb129" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_a0abb979b4ecfb364fa53aa5bb255551.setContent(html_6e9c3116777744948f0b3c558f0eb129);
|
|
|
|
|
|
|
|
marker_fa6a76cbd8373957c45fa2db1b855e58.bindPopup(popup_a0abb979b4ecfb364fa53aa5bb255551)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa6a76cbd8373957c45fa2db1b855e58.setIcon(icon_797abec5ec2ada8685a9e68dc6345864);
|
|
|
|
|
|
var marker_6f5fbbc91d7fde9a1bd41dd0a079c49b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c20e578ef75490a582164f5152aa3c2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd406eea2641b245d2b73029a17d5dcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d26a56fc801f54cd04534bf6f9658d6d = $(`<div id="html_d26a56fc801f54cd04534bf6f9658d6d" style="width: 100.0%; height: 100.0%;">relay.mappingbitcoin.com</div>`)[0];
|
|
popup_bd406eea2641b245d2b73029a17d5dcc.setContent(html_d26a56fc801f54cd04534bf6f9658d6d);
|
|
|
|
|
|
|
|
marker_6f5fbbc91d7fde9a1bd41dd0a079c49b.bindPopup(popup_bd406eea2641b245d2b73029a17d5dcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f5fbbc91d7fde9a1bd41dd0a079c49b.setIcon(icon_c20e578ef75490a582164f5152aa3c2d);
|
|
|
|
|
|
var marker_ebd66081c59c6a9d4395cdc21da8b09f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_04be2c1033d5093fadf82a4ddde77119 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeda3e8c7851a09d9d64ec0878dcbfe0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_338ff07074c72b0a8ae2485ebb7a80b8 = $(`<div id="html_338ff07074c72b0a8ae2485ebb7a80b8" style="width: 100.0%; height: 100.0%;">mostro-p2p.tech</div>`)[0];
|
|
popup_eeda3e8c7851a09d9d64ec0878dcbfe0.setContent(html_338ff07074c72b0a8ae2485ebb7a80b8);
|
|
|
|
|
|
|
|
marker_ebd66081c59c6a9d4395cdc21da8b09f.bindPopup(popup_eeda3e8c7851a09d9d64ec0878dcbfe0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebd66081c59c6a9d4395cdc21da8b09f.setIcon(icon_04be2c1033d5093fadf82a4ddde77119);
|
|
|
|
|
|
var marker_7ff821c86985549b45deb704886127db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_047e7d383edc4a93bc59a9c278042e85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4e8f9cef533daf6405fcab43ae6f5f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60c0cf2d409d03b60ffd820139233333 = $(`<div id="html_60c0cf2d409d03b60ffd820139233333" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_e4e8f9cef533daf6405fcab43ae6f5f4.setContent(html_60c0cf2d409d03b60ffd820139233333);
|
|
|
|
|
|
|
|
marker_7ff821c86985549b45deb704886127db.bindPopup(popup_e4e8f9cef533daf6405fcab43ae6f5f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ff821c86985549b45deb704886127db.setIcon(icon_047e7d383edc4a93bc59a9c278042e85);
|
|
|
|
|
|
var marker_0876537a7ebc0bf4beaadbaff56e55e1 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_39bc15218780334ee5803479b10e5acf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_109be1efefec6f5d49c52b03e983a332 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dadeb5f7a9a6e9dd801860c341870283 = $(`<div id="html_dadeb5f7a9a6e9dd801860c341870283" style="width: 100.0%; height: 100.0%;">weboftrust.libretechsystems.xyz</div>`)[0];
|
|
popup_109be1efefec6f5d49c52b03e983a332.setContent(html_dadeb5f7a9a6e9dd801860c341870283);
|
|
|
|
|
|
|
|
marker_0876537a7ebc0bf4beaadbaff56e55e1.bindPopup(popup_109be1efefec6f5d49c52b03e983a332)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0876537a7ebc0bf4beaadbaff56e55e1.setIcon(icon_39bc15218780334ee5803479b10e5acf);
|
|
|
|
|
|
var marker_58da51904037902df3e8d4ca1b7fd846 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_87a0a5842d1c3893774a98915d092c16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2364415c70f626b7d0ded95728a1be59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c43ae24df16e930c9dfce3e93c963f98 = $(`<div id="html_c43ae24df16e930c9dfce3e93c963f98" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_2364415c70f626b7d0ded95728a1be59.setContent(html_c43ae24df16e930c9dfce3e93c963f98);
|
|
|
|
|
|
|
|
marker_58da51904037902df3e8d4ca1b7fd846.bindPopup(popup_2364415c70f626b7d0ded95728a1be59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58da51904037902df3e8d4ca1b7fd846.setIcon(icon_87a0a5842d1c3893774a98915d092c16);
|
|
|
|
|
|
var marker_4568ba22c01c5f3be721a2d15a576d7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_820019409da8d7de98fb1c2f88a38a93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d76e024cce7b2e2976c5d0038131dcec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6b463ec634218fdec1ad5db7b48b12b = $(`<div id="html_d6b463ec634218fdec1ad5db7b48b12b" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_d76e024cce7b2e2976c5d0038131dcec.setContent(html_d6b463ec634218fdec1ad5db7b48b12b);
|
|
|
|
|
|
|
|
marker_4568ba22c01c5f3be721a2d15a576d7f.bindPopup(popup_d76e024cce7b2e2976c5d0038131dcec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4568ba22c01c5f3be721a2d15a576d7f.setIcon(icon_820019409da8d7de98fb1c2f88a38a93);
|
|
|
|
|
|
var marker_9054edccaf9f6ffc12da03ce51f7fdf1 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ab3e29541942af98e29725bf210244b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c3c2b15851c7a14baa92474587dc466 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_184ea48cba9088db149ba9554bbb3172 = $(`<div id="html_184ea48cba9088db149ba9554bbb3172" style="width: 100.0%; height: 100.0%;">nostr.mas-family.eu</div>`)[0];
|
|
popup_9c3c2b15851c7a14baa92474587dc466.setContent(html_184ea48cba9088db149ba9554bbb3172);
|
|
|
|
|
|
|
|
marker_9054edccaf9f6ffc12da03ce51f7fdf1.bindPopup(popup_9c3c2b15851c7a14baa92474587dc466)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9054edccaf9f6ffc12da03ce51f7fdf1.setIcon(icon_ab3e29541942af98e29725bf210244b7);
|
|
|
|
|
|
var marker_6ab1d5363e9d597fd5fc83104c068ecb = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_85f7ba90b38738d8686552d1dce84041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53dab61cf190aaa9ba77c29fe599ad1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_496da29d280d3a7fc630c7ea919955c1 = $(`<div id="html_496da29d280d3a7fc630c7ea919955c1" style="width: 100.0%; height: 100.0%;">relay.artx.market:443</div>`)[0];
|
|
popup_f53dab61cf190aaa9ba77c29fe599ad1.setContent(html_496da29d280d3a7fc630c7ea919955c1);
|
|
|
|
|
|
|
|
marker_6ab1d5363e9d597fd5fc83104c068ecb.bindPopup(popup_f53dab61cf190aaa9ba77c29fe599ad1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ab1d5363e9d597fd5fc83104c068ecb.setIcon(icon_85f7ba90b38738d8686552d1dce84041);
|
|
|
|
|
|
var marker_866807c76cf008ae2e6cb7e368a79ff7 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6c2d43e45ba3d5ee6d3dc377e8f6d53c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6e7089de7a2cb7c945c36244215630c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_327a5efc53c1b2babc499669321a6869 = $(`<div id="html_327a5efc53c1b2babc499669321a6869" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_b6e7089de7a2cb7c945c36244215630c.setContent(html_327a5efc53c1b2babc499669321a6869);
|
|
|
|
|
|
|
|
marker_866807c76cf008ae2e6cb7e368a79ff7.bindPopup(popup_b6e7089de7a2cb7c945c36244215630c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_866807c76cf008ae2e6cb7e368a79ff7.setIcon(icon_6c2d43e45ba3d5ee6d3dc377e8f6d53c);
|
|
|
|
|
|
var marker_8998c7b0ed962096da2c4228a3382d28 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5f9da386e073f6ff1752820f29cbe5e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc9c1247bf51092146176948f453b76f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_350f02d7db20dfe1f44a6514a7721e85 = $(`<div id="html_350f02d7db20dfe1f44a6514a7721e85" style="width: 100.0%; height: 100.0%;">relay.edufeed.org:443</div>`)[0];
|
|
popup_cc9c1247bf51092146176948f453b76f.setContent(html_350f02d7db20dfe1f44a6514a7721e85);
|
|
|
|
|
|
|
|
marker_8998c7b0ed962096da2c4228a3382d28.bindPopup(popup_cc9c1247bf51092146176948f453b76f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8998c7b0ed962096da2c4228a3382d28.setIcon(icon_5f9da386e073f6ff1752820f29cbe5e9);
|
|
|
|
|
|
var marker_d6ec3954f27428900373c1b5412127b3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a7c85c9f7525b273a2ffe7b65c14fba2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f338065159cb868f439150cbb6449e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcb067cd6af1f245e40498183eec25ac = $(`<div id="html_fcb067cd6af1f245e40498183eec25ac" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com:443</div>`)[0];
|
|
popup_2f338065159cb868f439150cbb6449e2.setContent(html_fcb067cd6af1f245e40498183eec25ac);
|
|
|
|
|
|
|
|
marker_d6ec3954f27428900373c1b5412127b3.bindPopup(popup_2f338065159cb868f439150cbb6449e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6ec3954f27428900373c1b5412127b3.setIcon(icon_a7c85c9f7525b273a2ffe7b65c14fba2);
|
|
|
|
|
|
var marker_7787cb6f7c8c36f004635e9be9ac2c50 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ed305026d4f6980f2ed9e16f0aff2efc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a8d270051350fe433fdb104828d7913 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81938e1b05e324ce6db8199b43c3588b = $(`<div id="html_81938e1b05e324ce6db8199b43c3588b" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_5a8d270051350fe433fdb104828d7913.setContent(html_81938e1b05e324ce6db8199b43c3588b);
|
|
|
|
|
|
|
|
marker_7787cb6f7c8c36f004635e9be9ac2c50.bindPopup(popup_5a8d270051350fe433fdb104828d7913)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7787cb6f7c8c36f004635e9be9ac2c50.setIcon(icon_ed305026d4f6980f2ed9e16f0aff2efc);
|
|
|
|
|
|
var marker_3ed15e33c48b7d1e23ff79de03a899fc = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_43266ffb5f64e7ee6a1c8d6657949df8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c481a482c245e7d3fa5e2d73c0462a98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_891c30bef020c225afc79b2753e63148 = $(`<div id="html_891c30bef020c225afc79b2753e63148" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_c481a482c245e7d3fa5e2d73c0462a98.setContent(html_891c30bef020c225afc79b2753e63148);
|
|
|
|
|
|
|
|
marker_3ed15e33c48b7d1e23ff79de03a899fc.bindPopup(popup_c481a482c245e7d3fa5e2d73c0462a98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ed15e33c48b7d1e23ff79de03a899fc.setIcon(icon_43266ffb5f64e7ee6a1c8d6657949df8);
|
|
|
|
|
|
var marker_07c9d8ac9b1aa4e35ff2791a9399aa1e = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4eac8ba63938f4321b54326079c6aa42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_705490acfeeff2f037cb0dc4fb8d0201 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6c0a2a2a39fc77e6b0470afa353f040 = $(`<div id="html_f6c0a2a2a39fc77e6b0470afa353f040" style="width: 100.0%; height: 100.0%;">relay.nostriot.com:443</div>`)[0];
|
|
popup_705490acfeeff2f037cb0dc4fb8d0201.setContent(html_f6c0a2a2a39fc77e6b0470afa353f040);
|
|
|
|
|
|
|
|
marker_07c9d8ac9b1aa4e35ff2791a9399aa1e.bindPopup(popup_705490acfeeff2f037cb0dc4fb8d0201)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c9d8ac9b1aa4e35ff2791a9399aa1e.setIcon(icon_4eac8ba63938f4321b54326079c6aa42);
|
|
|
|
|
|
var marker_0af4d85f6b2b1918b398046a2d3a1122 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f45cc361325d6d65504cea25760c59d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acaed469070a262c612367ef898bce09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06475b8a47e61357f744165a4eec306d = $(`<div id="html_06475b8a47e61357f744165a4eec306d" style="width: 100.0%; height: 100.0%;">spamspamspamspam.rest</div>`)[0];
|
|
popup_acaed469070a262c612367ef898bce09.setContent(html_06475b8a47e61357f744165a4eec306d);
|
|
|
|
|
|
|
|
marker_0af4d85f6b2b1918b398046a2d3a1122.bindPopup(popup_acaed469070a262c612367ef898bce09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0af4d85f6b2b1918b398046a2d3a1122.setIcon(icon_f45cc361325d6d65504cea25760c59d1);
|
|
|
|
|
|
var marker_6f26311e9b9bef25a32c026fbe082d57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_af47f93d6e7ecae97d0cc9c4f38fc1fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3eea64aeebc6887321d51796fd35f91a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1588a88a2afabfdfbb223714d645028 = $(`<div id="html_e1588a88a2afabfdfbb223714d645028" style="width: 100.0%; height: 100.0%;">ribo.nostria.app:443</div>`)[0];
|
|
popup_3eea64aeebc6887321d51796fd35f91a.setContent(html_e1588a88a2afabfdfbb223714d645028);
|
|
|
|
|
|
|
|
marker_6f26311e9b9bef25a32c026fbe082d57.bindPopup(popup_3eea64aeebc6887321d51796fd35f91a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f26311e9b9bef25a32c026fbe082d57.setIcon(icon_af47f93d6e7ecae97d0cc9c4f38fc1fe);
|
|
|
|
|
|
var marker_42835de23f08b443a303737688e65d08 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_327c77a7d19dbc7b907f14ec320922a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ffb293d7d5a5d7858c96598e9beaee1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caa21d6887f2fec5d1064e260ecbbedc = $(`<div id="html_caa21d6887f2fec5d1064e260ecbbedc" style="width: 100.0%; height: 100.0%;">nostr.wild-vibes.ts.net</div>`)[0];
|
|
popup_6ffb293d7d5a5d7858c96598e9beaee1.setContent(html_caa21d6887f2fec5d1064e260ecbbedc);
|
|
|
|
|
|
|
|
marker_42835de23f08b443a303737688e65d08.bindPopup(popup_6ffb293d7d5a5d7858c96598e9beaee1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42835de23f08b443a303737688e65d08.setIcon(icon_327c77a7d19dbc7b907f14ec320922a2);
|
|
|
|
|
|
var marker_7c11e2ca16fb7f500870f0b03901772b = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_db6cae9956427b3560c7c535eec04e02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbe68385027ccf1b4892d0064b5dbc5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c90cb09eadedc89405d088389284c29b = $(`<div id="html_c90cb09eadedc89405d088389284c29b" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com:443</div>`)[0];
|
|
popup_bbe68385027ccf1b4892d0064b5dbc5c.setContent(html_c90cb09eadedc89405d088389284c29b);
|
|
|
|
|
|
|
|
marker_7c11e2ca16fb7f500870f0b03901772b.bindPopup(popup_bbe68385027ccf1b4892d0064b5dbc5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c11e2ca16fb7f500870f0b03901772b.setIcon(icon_db6cae9956427b3560c7c535eec04e02);
|
|
|
|
|
|
var marker_4e0190db1c27b8611e5956f03381b976 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f627a510ba30b7ddef878f833a5bbd0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec2bf4d7866c1be38648d8445a426aad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77a4333706b98597c81a714be9774005 = $(`<div id="html_77a4333706b98597c81a714be9774005" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_ec2bf4d7866c1be38648d8445a426aad.setContent(html_77a4333706b98597c81a714be9774005);
|
|
|
|
|
|
|
|
marker_4e0190db1c27b8611e5956f03381b976.bindPopup(popup_ec2bf4d7866c1be38648d8445a426aad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e0190db1c27b8611e5956f03381b976.setIcon(icon_f627a510ba30b7ddef878f833a5bbd0b);
|
|
|
|
|
|
var marker_3644cbaa8f933d316831c4413d8371d9 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_41f7c00d2fafdeba308a862b9bc5c319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca53c38bdf6d76cacb1c3df0801c54b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f0026334ebec8aa504309011f05b240 = $(`<div id="html_8f0026334ebec8aa504309011f05b240" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_ca53c38bdf6d76cacb1c3df0801c54b9.setContent(html_8f0026334ebec8aa504309011f05b240);
|
|
|
|
|
|
|
|
marker_3644cbaa8f933d316831c4413d8371d9.bindPopup(popup_ca53c38bdf6d76cacb1c3df0801c54b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3644cbaa8f933d316831c4413d8371d9.setIcon(icon_41f7c00d2fafdeba308a862b9bc5c319);
|
|
|
|
|
|
var marker_aab86fc11702c82791fdc2d31ebf3947 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4b356519328352dcbbb292535379bb7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_348489ab6fbf5837330185fb887014d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d63ddb4f3c93ff6c59c06eed0b8f333 = $(`<div id="html_0d63ddb4f3c93ff6c59c06eed0b8f333" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_348489ab6fbf5837330185fb887014d8.setContent(html_0d63ddb4f3c93ff6c59c06eed0b8f333);
|
|
|
|
|
|
|
|
marker_aab86fc11702c82791fdc2d31ebf3947.bindPopup(popup_348489ab6fbf5837330185fb887014d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aab86fc11702c82791fdc2d31ebf3947.setIcon(icon_4b356519328352dcbbb292535379bb7e);
|
|
|
|
|
|
var marker_206643a205e0153151058a63eb56af67 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6eee5ed6461492377c2a2723e669de08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c38dbb7162b8842a852b1e2fcc7770e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38468f6d7e7238cffd0d4bd59893cb4d = $(`<div id="html_38468f6d7e7238cffd0d4bd59893cb4d" style="width: 100.0%; height: 100.0%;">articles.layer3.news:443</div>`)[0];
|
|
popup_c38dbb7162b8842a852b1e2fcc7770e2.setContent(html_38468f6d7e7238cffd0d4bd59893cb4d);
|
|
|
|
|
|
|
|
marker_206643a205e0153151058a63eb56af67.bindPopup(popup_c38dbb7162b8842a852b1e2fcc7770e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_206643a205e0153151058a63eb56af67.setIcon(icon_6eee5ed6461492377c2a2723e669de08);
|
|
|
|
|
|
var marker_71738c3e5574a988bba4d0efc651c378 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_53476db490570b73372d962cde64321e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c42b194906b3405791b5a8ab53666e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28b462986b0f7c6fb94ed53e853da899 = $(`<div id="html_28b462986b0f7c6fb94ed53e853da899" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_5c42b194906b3405791b5a8ab53666e0.setContent(html_28b462986b0f7c6fb94ed53e853da899);
|
|
|
|
|
|
|
|
marker_71738c3e5574a988bba4d0efc651c378.bindPopup(popup_5c42b194906b3405791b5a8ab53666e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71738c3e5574a988bba4d0efc651c378.setIcon(icon_53476db490570b73372d962cde64321e);
|
|
|
|
|
|
var marker_78085cfbe4e686d40db409344b475de4 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_27e9370d10343ec630d0eba505970ec4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a123980d67ce8d2961dd1b04ca0e89b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ffd178179d1a157f8b8cf8987fbe9d3 = $(`<div id="html_2ffd178179d1a157f8b8cf8987fbe9d3" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com:443</div>`)[0];
|
|
popup_a123980d67ce8d2961dd1b04ca0e89b0.setContent(html_2ffd178179d1a157f8b8cf8987fbe9d3);
|
|
|
|
|
|
|
|
marker_78085cfbe4e686d40db409344b475de4.bindPopup(popup_a123980d67ce8d2961dd1b04ca0e89b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78085cfbe4e686d40db409344b475de4.setIcon(icon_27e9370d10343ec630d0eba505970ec4);
|
|
|
|
|
|
var marker_93eb642714e3f10468c0490594c58312 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d28776561bb2392009eb9d461ce02f00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a3e41c96dfef6b435f0e774a07ba252 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_056af255a40307a3b655f4022527c384 = $(`<div id="html_056af255a40307a3b655f4022527c384" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_8a3e41c96dfef6b435f0e774a07ba252.setContent(html_056af255a40307a3b655f4022527c384);
|
|
|
|
|
|
|
|
marker_93eb642714e3f10468c0490594c58312.bindPopup(popup_8a3e41c96dfef6b435f0e774a07ba252)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93eb642714e3f10468c0490594c58312.setIcon(icon_d28776561bb2392009eb9d461ce02f00);
|
|
|
|
|
|
var marker_6d07e7a488f4d80de11036c55a059e67 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_77351cd50f770fa99965f864b836d4f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44ae5cc8a2da5a9a5ba210436bb6c2a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_786683cea475b64111f86698387e46e7 = $(`<div id="html_786683cea475b64111f86698387e46e7" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_44ae5cc8a2da5a9a5ba210436bb6c2a7.setContent(html_786683cea475b64111f86698387e46e7);
|
|
|
|
|
|
|
|
marker_6d07e7a488f4d80de11036c55a059e67.bindPopup(popup_44ae5cc8a2da5a9a5ba210436bb6c2a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d07e7a488f4d80de11036c55a059e67.setIcon(icon_77351cd50f770fa99965f864b836d4f5);
|
|
|
|
|
|
var marker_6c17cee18b7719fae767facfdbd89628 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6b66b78a33af9dfe89500da8459cc116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06e75f5cefa4540173425ac28b7dcbf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ad30eeecaabb71cf7d60fc0a0307056 = $(`<div id="html_6ad30eeecaabb71cf7d60fc0a0307056" style="width: 100.0%; height: 100.0%;">nostr.yutakobayashi.com</div>`)[0];
|
|
popup_06e75f5cefa4540173425ac28b7dcbf8.setContent(html_6ad30eeecaabb71cf7d60fc0a0307056);
|
|
|
|
|
|
|
|
marker_6c17cee18b7719fae767facfdbd89628.bindPopup(popup_06e75f5cefa4540173425ac28b7dcbf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c17cee18b7719fae767facfdbd89628.setIcon(icon_6b66b78a33af9dfe89500da8459cc116);
|
|
|
|
|
|
var marker_6262ba8facc9f63487ee2c5f0385e795 = L.marker(
|
|
[48.122, 11.589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1f5ede9a82634fec6504d3ce91538646 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bda216c0b3445b0e60e1b27dcca6141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_254deeb593748bba7c4106309ebfa226 = $(`<div id="html_254deeb593748bba7c4106309ebfa226" style="width: 100.0%; height: 100.0%;">relay.decentralia.fr</div>`)[0];
|
|
popup_0bda216c0b3445b0e60e1b27dcca6141.setContent(html_254deeb593748bba7c4106309ebfa226);
|
|
|
|
|
|
|
|
marker_6262ba8facc9f63487ee2c5f0385e795.bindPopup(popup_0bda216c0b3445b0e60e1b27dcca6141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6262ba8facc9f63487ee2c5f0385e795.setIcon(icon_1f5ede9a82634fec6504d3ce91538646);
|
|
|
|
|
|
var marker_60767518b0a867592951d73031bdcfdc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_839c55f3848ef05d4a6fd540619cc8a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb06923032ca511c6b797c2083612145 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c7fd93028381015860d6a8782b83050 = $(`<div id="html_2c7fd93028381015860d6a8782b83050" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_cb06923032ca511c6b797c2083612145.setContent(html_2c7fd93028381015860d6a8782b83050);
|
|
|
|
|
|
|
|
marker_60767518b0a867592951d73031bdcfdc.bindPopup(popup_cb06923032ca511c6b797c2083612145)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60767518b0a867592951d73031bdcfdc.setIcon(icon_839c55f3848ef05d4a6fd540619cc8a3);
|
|
|
|
|
|
var marker_15991a5405b343c0206b2d0af6f01544 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3af85ecf57b0c88f6361362701c5fcbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb995a9eb8f81bb0aeb4ca08e21981db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9832a27322b531710fd80eb87ad2137e = $(`<div id="html_9832a27322b531710fd80eb87ad2137e" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_fb995a9eb8f81bb0aeb4ca08e21981db.setContent(html_9832a27322b531710fd80eb87ad2137e);
|
|
|
|
|
|
|
|
marker_15991a5405b343c0206b2d0af6f01544.bindPopup(popup_fb995a9eb8f81bb0aeb4ca08e21981db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15991a5405b343c0206b2d0af6f01544.setIcon(icon_3af85ecf57b0c88f6361362701c5fcbf);
|
|
|
|
|
|
var marker_4ab1e31f9a1e09e9f406ade5b12d677b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9b89c41cb8f7679fc0831327adf1ed54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc597043586b4c4420b3b45cad3d0fd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9f8a72c71983418fd538cc7ad648fe8 = $(`<div id="html_e9f8a72c71983418fd538cc7ad648fe8" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe:443</div>`)[0];
|
|
popup_fc597043586b4c4420b3b45cad3d0fd8.setContent(html_e9f8a72c71983418fd538cc7ad648fe8);
|
|
|
|
|
|
|
|
marker_4ab1e31f9a1e09e9f406ade5b12d677b.bindPopup(popup_fc597043586b4c4420b3b45cad3d0fd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ab1e31f9a1e09e9f406ade5b12d677b.setIcon(icon_9b89c41cb8f7679fc0831327adf1ed54);
|
|
|
|
|
|
var marker_54d8ece3d81655349c2a3986b343374c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_86b5f16448920f5665b84a0c2794caee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b20629454013691bcdfdb1824c08232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec4e0ba925eb3abbfdafb2ff242c0d8b = $(`<div id="html_ec4e0ba925eb3abbfdafb2ff242c0d8b" style="width: 100.0%; height: 100.0%;">relay.momostr.pink</div>`)[0];
|
|
popup_4b20629454013691bcdfdb1824c08232.setContent(html_ec4e0ba925eb3abbfdafb2ff242c0d8b);
|
|
|
|
|
|
|
|
marker_54d8ece3d81655349c2a3986b343374c.bindPopup(popup_4b20629454013691bcdfdb1824c08232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54d8ece3d81655349c2a3986b343374c.setIcon(icon_86b5f16448920f5665b84a0c2794caee);
|
|
|
|
|
|
var marker_757943b2c2e902c4e6f229873bc95703 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cea661bf0c408774f3869e4a61d72463 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c1676cfd9b0f9158b80463c9ed503c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_349b9d434fea737c679e3f3fabce44bb = $(`<div id="html_349b9d434fea737c679e3f3fabce44bb" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_7c1676cfd9b0f9158b80463c9ed503c0.setContent(html_349b9d434fea737c679e3f3fabce44bb);
|
|
|
|
|
|
|
|
marker_757943b2c2e902c4e6f229873bc95703.bindPopup(popup_7c1676cfd9b0f9158b80463c9ed503c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_757943b2c2e902c4e6f229873bc95703.setIcon(icon_cea661bf0c408774f3869e4a61d72463);
|
|
|
|
|
|
var marker_a39c957d8fb9fbc6f92b981e97875f7e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f4b023f37f94bb57ec7004c0224caac8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93fcaded06bd7b429bbcb0bca5ff4275 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4654e3e8771aad45db5c1c1e3f9edf0 = $(`<div id="html_c4654e3e8771aad45db5c1c1e3f9edf0" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_93fcaded06bd7b429bbcb0bca5ff4275.setContent(html_c4654e3e8771aad45db5c1c1e3f9edf0);
|
|
|
|
|
|
|
|
marker_a39c957d8fb9fbc6f92b981e97875f7e.bindPopup(popup_93fcaded06bd7b429bbcb0bca5ff4275)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a39c957d8fb9fbc6f92b981e97875f7e.setIcon(icon_f4b023f37f94bb57ec7004c0224caac8);
|
|
|
|
|
|
var marker_9819b4f65d13b4ed8cb0abbb7af33071 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_bf7408ba7093ddb47879676f8efe5f72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_665eef5562465baef9b1091591717194 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90b10dec1891291db96c73dd38fea3e4 = $(`<div id="html_90b10dec1891291db96c73dd38fea3e4" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_665eef5562465baef9b1091591717194.setContent(html_90b10dec1891291db96c73dd38fea3e4);
|
|
|
|
|
|
|
|
marker_9819b4f65d13b4ed8cb0abbb7af33071.bindPopup(popup_665eef5562465baef9b1091591717194)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9819b4f65d13b4ed8cb0abbb7af33071.setIcon(icon_bf7408ba7093ddb47879676f8efe5f72);
|
|
|
|
|
|
var marker_2b3ced425896b34d40927a1078c4af23 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d5252d5236d5da032571cf4634c5d9a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b62810e8755701b0091f3edcaadf62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d373742237d7c2865893da7cab2deffd = $(`<div id="html_d373742237d7c2865893da7cab2deffd" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_17b62810e8755701b0091f3edcaadf62.setContent(html_d373742237d7c2865893da7cab2deffd);
|
|
|
|
|
|
|
|
marker_2b3ced425896b34d40927a1078c4af23.bindPopup(popup_17b62810e8755701b0091f3edcaadf62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b3ced425896b34d40927a1078c4af23.setIcon(icon_d5252d5236d5da032571cf4634c5d9a2);
|
|
|
|
|
|
var marker_381b2a87931ea8f23927c2dc92ebbed7 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_75b8d06584bfd714b94ef3e9086a5e05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b1467518839874eda9e0eae810f3328 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c9a78586000cffc69a30c16848dc088 = $(`<div id="html_1c9a78586000cffc69a30c16848dc088" style="width: 100.0%; height: 100.0%;">relay.cyberguy.fyi</div>`)[0];
|
|
popup_1b1467518839874eda9e0eae810f3328.setContent(html_1c9a78586000cffc69a30c16848dc088);
|
|
|
|
|
|
|
|
marker_381b2a87931ea8f23927c2dc92ebbed7.bindPopup(popup_1b1467518839874eda9e0eae810f3328)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_381b2a87931ea8f23927c2dc92ebbed7.setIcon(icon_75b8d06584bfd714b94ef3e9086a5e05);
|
|
|
|
|
|
var marker_57345ad8a068449be184c969af9e5908 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_7716ed5841c7b4272475b347369befc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_318dc20ba0232fa7403f38acc20797c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb412297ac3df2e2edad6383fcc8d88 = $(`<div id="html_4fb412297ac3df2e2edad6383fcc8d88" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com:443</div>`)[0];
|
|
popup_318dc20ba0232fa7403f38acc20797c3.setContent(html_4fb412297ac3df2e2edad6383fcc8d88);
|
|
|
|
|
|
|
|
marker_57345ad8a068449be184c969af9e5908.bindPopup(popup_318dc20ba0232fa7403f38acc20797c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57345ad8a068449be184c969af9e5908.setIcon(icon_7716ed5841c7b4272475b347369befc6);
|
|
|
|
|
|
var marker_d1661dabe583d1eb32235215da39152b = L.marker(
|
|
[39.6478, -104.988],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_880216ed4385a59b396dda4d9f58d0d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb34aa7d4dab37b0d7a25b231315db9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c60c8c43f3995d9d6bc8481b5a7d8e5 = $(`<div id="html_4c60c8c43f3995d9d6bc8481b5a7d8e5" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_bb34aa7d4dab37b0d7a25b231315db9a.setContent(html_4c60c8c43f3995d9d6bc8481b5a7d8e5);
|
|
|
|
|
|
|
|
marker_d1661dabe583d1eb32235215da39152b.bindPopup(popup_bb34aa7d4dab37b0d7a25b231315db9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1661dabe583d1eb32235215da39152b.setIcon(icon_880216ed4385a59b396dda4d9f58d0d7);
|
|
|
|
|
|
var marker_cd1baf6e0658e97b8f7fe2e29db8c081 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1a6ca59c3416a709dabd491a82eb2e95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdb227a7343a6f601cb232df2cd80b35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5323ceeca8d1322bf62c7b178a3f665b = $(`<div id="html_5323ceeca8d1322bf62c7b178a3f665b" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org:443</div>`)[0];
|
|
popup_cdb227a7343a6f601cb232df2cd80b35.setContent(html_5323ceeca8d1322bf62c7b178a3f665b);
|
|
|
|
|
|
|
|
marker_cd1baf6e0658e97b8f7fe2e29db8c081.bindPopup(popup_cdb227a7343a6f601cb232df2cd80b35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd1baf6e0658e97b8f7fe2e29db8c081.setIcon(icon_1a6ca59c3416a709dabd491a82eb2e95);
|
|
|
|
|
|
var marker_a7cf398e6148c7067be715edc05993ab = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_299c6b685c60a125fd2c0d8ee9c5dc88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8db7aec3a9d91dc4698dfd959a15377a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32de519c75214dc99670960de3dbedb9 = $(`<div id="html_32de519c75214dc99670960de3dbedb9" style="width: 100.0%; height: 100.0%;">nos.lol:443</div>`)[0];
|
|
popup_8db7aec3a9d91dc4698dfd959a15377a.setContent(html_32de519c75214dc99670960de3dbedb9);
|
|
|
|
|
|
|
|
marker_a7cf398e6148c7067be715edc05993ab.bindPopup(popup_8db7aec3a9d91dc4698dfd959a15377a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7cf398e6148c7067be715edc05993ab.setIcon(icon_299c6b685c60a125fd2c0d8ee9c5dc88);
|
|
|
|
|
|
var marker_aacd757c2a248f7f557b076d055578c2 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b0b0dd8c0d28c624f897c7fdb4b0095b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41b2131cbec0e47a8d354ff9d14b1af5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90459b7a709ea35038d24c957472adba = $(`<div id="html_90459b7a709ea35038d24c957472adba" style="width: 100.0%; height: 100.0%;">relay.excentered.com</div>`)[0];
|
|
popup_41b2131cbec0e47a8d354ff9d14b1af5.setContent(html_90459b7a709ea35038d24c957472adba);
|
|
|
|
|
|
|
|
marker_aacd757c2a248f7f557b076d055578c2.bindPopup(popup_41b2131cbec0e47a8d354ff9d14b1af5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aacd757c2a248f7f557b076d055578c2.setIcon(icon_b0b0dd8c0d28c624f897c7fdb4b0095b);
|
|
|
|
|
|
var marker_52f9bc8e81a8a319f829518370f5fc3d = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_80d22df9b220ddc9df6453ff0ae7ff21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f93cf62611c978613401fbc4841a054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cd51b2c97730a9c4c33f461e8f6f489 = $(`<div id="html_0cd51b2c97730a9c4c33f461e8f6f489" style="width: 100.0%; height: 100.0%;">relay.chorus.community:443</div>`)[0];
|
|
popup_4f93cf62611c978613401fbc4841a054.setContent(html_0cd51b2c97730a9c4c33f461e8f6f489);
|
|
|
|
|
|
|
|
marker_52f9bc8e81a8a319f829518370f5fc3d.bindPopup(popup_4f93cf62611c978613401fbc4841a054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52f9bc8e81a8a319f829518370f5fc3d.setIcon(icon_80d22df9b220ddc9df6453ff0ae7ff21);
|
|
|
|
|
|
var marker_7a5138cdbf88a25efa048339ed894298 = L.marker(
|
|
[29.7449, -95.5343],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e364a4fc1ce79e01e459986e044115a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef919e5c19338df7af5a938536e6bf5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95623d618f0e2136a523920bd27f63c8 = $(`<div id="html_95623d618f0e2136a523920bd27f63c8" style="width: 100.0%; height: 100.0%;">nostr.overpay.com</div>`)[0];
|
|
popup_ef919e5c19338df7af5a938536e6bf5c.setContent(html_95623d618f0e2136a523920bd27f63c8);
|
|
|
|
|
|
|
|
marker_7a5138cdbf88a25efa048339ed894298.bindPopup(popup_ef919e5c19338df7af5a938536e6bf5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a5138cdbf88a25efa048339ed894298.setIcon(icon_e364a4fc1ce79e01e459986e044115a0);
|
|
|
|
|
|
var marker_715e2da1db7831912f711f678c03fa9a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_102671363d99471607ad66c999117452 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bce99d1c17cc9ac3268d524c9a88efd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de7f48298880d0c83f6ca9aba546c675 = $(`<div id="html_de7f48298880d0c83f6ca9aba546c675" style="width: 100.0%; height: 100.0%;">nostr.quali.chat:443</div>`)[0];
|
|
popup_bce99d1c17cc9ac3268d524c9a88efd7.setContent(html_de7f48298880d0c83f6ca9aba546c675);
|
|
|
|
|
|
|
|
marker_715e2da1db7831912f711f678c03fa9a.bindPopup(popup_bce99d1c17cc9ac3268d524c9a88efd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_715e2da1db7831912f711f678c03fa9a.setIcon(icon_102671363d99471607ad66c999117452);
|
|
|
|
|
|
var marker_f843b73cdd448ed7f8ce62175c590037 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3bdf896d6a615d99e3c0df4b1b23f081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a4957476335b760c5239a652a7adf92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c6a11e91a0abb97054a8459e467972b = $(`<div id="html_2c6a11e91a0abb97054a8459e467972b" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_0a4957476335b760c5239a652a7adf92.setContent(html_2c6a11e91a0abb97054a8459e467972b);
|
|
|
|
|
|
|
|
marker_f843b73cdd448ed7f8ce62175c590037.bindPopup(popup_0a4957476335b760c5239a652a7adf92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f843b73cdd448ed7f8ce62175c590037.setIcon(icon_3bdf896d6a615d99e3c0df4b1b23f081);
|
|
|
|
|
|
var marker_6bfdd0fda9b3631296a8ef9012e00877 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4feca34abe2d58d2711bdaba9062cf60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0298d657129ea301b3e7293f68bef151 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4e9ef3e95017cf5dcd080c844dc7b0f = $(`<div id="html_a4e9ef3e95017cf5dcd080c844dc7b0f" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud:443</div>`)[0];
|
|
popup_0298d657129ea301b3e7293f68bef151.setContent(html_a4e9ef3e95017cf5dcd080c844dc7b0f);
|
|
|
|
|
|
|
|
marker_6bfdd0fda9b3631296a8ef9012e00877.bindPopup(popup_0298d657129ea301b3e7293f68bef151)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bfdd0fda9b3631296a8ef9012e00877.setIcon(icon_4feca34abe2d58d2711bdaba9062cf60);
|
|
|
|
|
|
var marker_129fd356eb0b6c6b0741e12c8a39cea8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_871bbd2d2c29c9ba8055f1159ef82508 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dda8394c9e9f11b0000e79e390493497 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3fafee14e0c0eec69bb4a94cc39de00 = $(`<div id="html_b3fafee14e0c0eec69bb4a94cc39de00" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_dda8394c9e9f11b0000e79e390493497.setContent(html_b3fafee14e0c0eec69bb4a94cc39de00);
|
|
|
|
|
|
|
|
marker_129fd356eb0b6c6b0741e12c8a39cea8.bindPopup(popup_dda8394c9e9f11b0000e79e390493497)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_129fd356eb0b6c6b0741e12c8a39cea8.setIcon(icon_871bbd2d2c29c9ba8055f1159ef82508);
|
|
|
|
|
|
var marker_ee85ddca4b101c7cbd2510b0887b0368 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_04af0108b324b9b0fb79bb4e96a99a88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fe668f55ee2289b6fdd7a18f07efa68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18fc366cab1a5c78b725c12c9e64be37 = $(`<div id="html_18fc366cab1a5c78b725c12c9e64be37" style="width: 100.0%; height: 100.0%;">rilo.nostria.app:443</div>`)[0];
|
|
popup_3fe668f55ee2289b6fdd7a18f07efa68.setContent(html_18fc366cab1a5c78b725c12c9e64be37);
|
|
|
|
|
|
|
|
marker_ee85ddca4b101c7cbd2510b0887b0368.bindPopup(popup_3fe668f55ee2289b6fdd7a18f07efa68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee85ddca4b101c7cbd2510b0887b0368.setIcon(icon_04af0108b324b9b0fb79bb4e96a99a88);
|
|
|
|
|
|
var marker_2708a4c8ab0ae24451f025a5934b03ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_dce7e0eef95ffe032a3e9ebf184cd9cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a3ee842beb7c3776026dd341423d253 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8b87afe049918b2e197559ef5d5cc31 = $(`<div id="html_e8b87afe049918b2e197559ef5d5cc31" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_7a3ee842beb7c3776026dd341423d253.setContent(html_e8b87afe049918b2e197559ef5d5cc31);
|
|
|
|
|
|
|
|
marker_2708a4c8ab0ae24451f025a5934b03ab.bindPopup(popup_7a3ee842beb7c3776026dd341423d253)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2708a4c8ab0ae24451f025a5934b03ab.setIcon(icon_dce7e0eef95ffe032a3e9ebf184cd9cf);
|
|
|
|
|
|
var marker_e71c09a9dc30e6da3ecc4edcdeda1bb2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8073ce99c2262822047c7c7989165c7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b25eecd0c57bc05df3f3e81d6520c91f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0eee4a5584aa283ee40e18860674c864 = $(`<div id="html_0eee4a5584aa283ee40e18860674c864" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_b25eecd0c57bc05df3f3e81d6520c91f.setContent(html_0eee4a5584aa283ee40e18860674c864);
|
|
|
|
|
|
|
|
marker_e71c09a9dc30e6da3ecc4edcdeda1bb2.bindPopup(popup_b25eecd0c57bc05df3f3e81d6520c91f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e71c09a9dc30e6da3ecc4edcdeda1bb2.setIcon(icon_8073ce99c2262822047c7c7989165c7f);
|
|
|
|
|
|
var marker_3c51ac87694da506e0f62debac8af989 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8d9713d447edb3f71e1fd80f1d995530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ecf07e8e2b5324ad3cd24359ed7f167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df7299e2ae2c4b737e3b73695e2f1f47 = $(`<div id="html_df7299e2ae2c4b737e3b73695e2f1f47" style="width: 100.0%; height: 100.0%;">nostr.sovereignservices.xyz</div>`)[0];
|
|
popup_3ecf07e8e2b5324ad3cd24359ed7f167.setContent(html_df7299e2ae2c4b737e3b73695e2f1f47);
|
|
|
|
|
|
|
|
marker_3c51ac87694da506e0f62debac8af989.bindPopup(popup_3ecf07e8e2b5324ad3cd24359ed7f167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c51ac87694da506e0f62debac8af989.setIcon(icon_8d9713d447edb3f71e1fd80f1d995530);
|
|
|
|
|
|
var marker_930ab95169c290694334e6d5043842a8 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5a619b274ec6208d095ed7eeec98f002 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31a3ab0683f806703d0238e4057355b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_356db416648540387970114bb8d8a4e8 = $(`<div id="html_356db416648540387970114bb8d8a4e8" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_31a3ab0683f806703d0238e4057355b9.setContent(html_356db416648540387970114bb8d8a4e8);
|
|
|
|
|
|
|
|
marker_930ab95169c290694334e6d5043842a8.bindPopup(popup_31a3ab0683f806703d0238e4057355b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_930ab95169c290694334e6d5043842a8.setIcon(icon_5a619b274ec6208d095ed7eeec98f002);
|
|
|
|
|
|
var marker_d936f122a712664afc5fe24b90501f43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0a6a31244d385559e352b70f26f91cf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ef1aab71e9ba9b294fb97c184512623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f01a7be72b4e9af31db7d4de18476cf = $(`<div id="html_7f01a7be72b4e9af31db7d4de18476cf" style="width: 100.0%; height: 100.0%;">relay.dreamith.to:443</div>`)[0];
|
|
popup_6ef1aab71e9ba9b294fb97c184512623.setContent(html_7f01a7be72b4e9af31db7d4de18476cf);
|
|
|
|
|
|
|
|
marker_d936f122a712664afc5fe24b90501f43.bindPopup(popup_6ef1aab71e9ba9b294fb97c184512623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d936f122a712664afc5fe24b90501f43.setIcon(icon_0a6a31244d385559e352b70f26f91cf6);
|
|
|
|
|
|
var marker_76781842006ce6fd1be3657b4b3424a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_38c4179d59008710edf48dc187dea023 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4018d9c4e045d1ce53f6a08f0289c0f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21815f70eabf1143e79e12038b1586de = $(`<div id="html_21815f70eabf1143e79e12038b1586de" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_4018d9c4e045d1ce53f6a08f0289c0f9.setContent(html_21815f70eabf1143e79e12038b1586de);
|
|
|
|
|
|
|
|
marker_76781842006ce6fd1be3657b4b3424a8.bindPopup(popup_4018d9c4e045d1ce53f6a08f0289c0f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76781842006ce6fd1be3657b4b3424a8.setIcon(icon_38c4179d59008710edf48dc187dea023);
|
|
|
|
|
|
var marker_1f1a846fb707025b2d0c17cbfe3d1061 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c2b5c47266313fc4d3a5f364c8541ff1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f5073d838db08139c1816c28387732e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e487f7c76935cabaf46004907e75164d = $(`<div id="html_e487f7c76935cabaf46004907e75164d" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_4f5073d838db08139c1816c28387732e.setContent(html_e487f7c76935cabaf46004907e75164d);
|
|
|
|
|
|
|
|
marker_1f1a846fb707025b2d0c17cbfe3d1061.bindPopup(popup_4f5073d838db08139c1816c28387732e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f1a846fb707025b2d0c17cbfe3d1061.setIcon(icon_c2b5c47266313fc4d3a5f364c8541ff1);
|
|
|
|
|
|
var marker_52a4e4c72534a71dd1f867c73480b48c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_02af455575cf8aced769feaea7cbb3ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e23cb99b03ba4dacc9a18e48458a0e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f5edfadd3e87c0f0dd7b41351a99416 = $(`<div id="html_1f5edfadd3e87c0f0dd7b41351a99416" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_5e23cb99b03ba4dacc9a18e48458a0e7.setContent(html_1f5edfadd3e87c0f0dd7b41351a99416);
|
|
|
|
|
|
|
|
marker_52a4e4c72534a71dd1f867c73480b48c.bindPopup(popup_5e23cb99b03ba4dacc9a18e48458a0e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52a4e4c72534a71dd1f867c73480b48c.setIcon(icon_02af455575cf8aced769feaea7cbb3ae);
|
|
|
|
|
|
var marker_957f625028dcf22b613581fd18f20fb9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_10d50c0d055497e2992200453b76cd97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f988c1e7c43ba2f3803c48e397e7503 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbca1346cab5a83b1276e9e9ac2055e5 = $(`<div id="html_cbca1346cab5a83b1276e9e9ac2055e5" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_0f988c1e7c43ba2f3803c48e397e7503.setContent(html_cbca1346cab5a83b1276e9e9ac2055e5);
|
|
|
|
|
|
|
|
marker_957f625028dcf22b613581fd18f20fb9.bindPopup(popup_0f988c1e7c43ba2f3803c48e397e7503)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_957f625028dcf22b613581fd18f20fb9.setIcon(icon_10d50c0d055497e2992200453b76cd97);
|
|
|
|
|
|
var marker_07c5bd35f52eeea5f4389373a433bb63 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3d151b5639de333c70cfff9da375d216 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5704c5e333765030d3f4fc6bf45d6f9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d918dc18ea3cb93a8bce57bdfaf7ab77 = $(`<div id="html_d918dc18ea3cb93a8bce57bdfaf7ab77" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_5704c5e333765030d3f4fc6bf45d6f9b.setContent(html_d918dc18ea3cb93a8bce57bdfaf7ab77);
|
|
|
|
|
|
|
|
marker_07c5bd35f52eeea5f4389373a433bb63.bindPopup(popup_5704c5e333765030d3f4fc6bf45d6f9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c5bd35f52eeea5f4389373a433bb63.setIcon(icon_3d151b5639de333c70cfff9da375d216);
|
|
|
|
|
|
var marker_ea0eb908900e943b46443f13ea144b50 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_86857150314611ec42dfa0080ce101f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d83cbd1e25aca774266f6bda7407672f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51e329240c41f3cf5c133cd05b42fcd2 = $(`<div id="html_51e329240c41f3cf5c133cd05b42fcd2" style="width: 100.0%; height: 100.0%;">relay.scuba323.com</div>`)[0];
|
|
popup_d83cbd1e25aca774266f6bda7407672f.setContent(html_51e329240c41f3cf5c133cd05b42fcd2);
|
|
|
|
|
|
|
|
marker_ea0eb908900e943b46443f13ea144b50.bindPopup(popup_d83cbd1e25aca774266f6bda7407672f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea0eb908900e943b46443f13ea144b50.setIcon(icon_86857150314611ec42dfa0080ce101f2);
|
|
|
|
|
|
var marker_c117c0b6f212a7e52d74b395f7917020 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2d401169abb1dff2cc436e652052d84c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5c296ba6f10b5d68c3b4aeee327ae4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e245ad528c7dc89efda0cbe38d46e45 = $(`<div id="html_9e245ad528c7dc89efda0cbe38d46e45" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_c5c296ba6f10b5d68c3b4aeee327ae4b.setContent(html_9e245ad528c7dc89efda0cbe38d46e45);
|
|
|
|
|
|
|
|
marker_c117c0b6f212a7e52d74b395f7917020.bindPopup(popup_c5c296ba6f10b5d68c3b4aeee327ae4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c117c0b6f212a7e52d74b395f7917020.setIcon(icon_2d401169abb1dff2cc436e652052d84c);
|
|
|
|
|
|
var marker_8828f50f9af0156ed2cf5e87f5d12896 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f423eee6b74dc2a6c29763695b4485ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2512371c3d84ec102f96426895b0def = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07ce30585cde524007501eb9dcbe5d10 = $(`<div id="html_07ce30585cde524007501eb9dcbe5d10" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com:443</div>`)[0];
|
|
popup_f2512371c3d84ec102f96426895b0def.setContent(html_07ce30585cde524007501eb9dcbe5d10);
|
|
|
|
|
|
|
|
marker_8828f50f9af0156ed2cf5e87f5d12896.bindPopup(popup_f2512371c3d84ec102f96426895b0def)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8828f50f9af0156ed2cf5e87f5d12896.setIcon(icon_f423eee6b74dc2a6c29763695b4485ad);
|
|
|
|
|
|
var marker_4002a954254f98bb1c8e6ef411a1e28b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c8501408ed0cffa09f1f87e8dd7c06e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cacd074ddb5cc3e44cf196d272713868 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d5bfb373c4373340ba68d4629062d25 = $(`<div id="html_2d5bfb373c4373340ba68d4629062d25" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_cacd074ddb5cc3e44cf196d272713868.setContent(html_2d5bfb373c4373340ba68d4629062d25);
|
|
|
|
|
|
|
|
marker_4002a954254f98bb1c8e6ef411a1e28b.bindPopup(popup_cacd074ddb5cc3e44cf196d272713868)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4002a954254f98bb1c8e6ef411a1e28b.setIcon(icon_c8501408ed0cffa09f1f87e8dd7c06e2);
|
|
|
|
|
|
var marker_45b3a78f2df28998ce7f20e542b06bfe = L.marker(
|
|
[50.8476, 4.35717],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f3edf651500087dc3e3bd7ea82d0f8c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83dece57e4079883857a7e4531097026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d298f1d287ee8c812ebf56c74c92a3ea = $(`<div id="html_d298f1d287ee8c812ebf56c74c92a3ea" style="width: 100.0%; height: 100.0%;">relay.kaleidoswap.com</div>`)[0];
|
|
popup_83dece57e4079883857a7e4531097026.setContent(html_d298f1d287ee8c812ebf56c74c92a3ea);
|
|
|
|
|
|
|
|
marker_45b3a78f2df28998ce7f20e542b06bfe.bindPopup(popup_83dece57e4079883857a7e4531097026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45b3a78f2df28998ce7f20e542b06bfe.setIcon(icon_f3edf651500087dc3e3bd7ea82d0f8c5);
|
|
|
|
|
|
var marker_0e3a180da1eb51309a97db14472f7e01 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9d36157325924c0d84b152a43b14f89d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04f463dfce5d3569b7e79e142727b55f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec579a3c20094e307cfe0d4b89f6510e = $(`<div id="html_ec579a3c20094e307cfe0d4b89f6510e" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_04f463dfce5d3569b7e79e142727b55f.setContent(html_ec579a3c20094e307cfe0d4b89f6510e);
|
|
|
|
|
|
|
|
marker_0e3a180da1eb51309a97db14472f7e01.bindPopup(popup_04f463dfce5d3569b7e79e142727b55f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e3a180da1eb51309a97db14472f7e01.setIcon(icon_9d36157325924c0d84b152a43b14f89d);
|
|
|
|
|
|
var marker_25725164046dd4608da6b9e7b6ac81e1 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3a95d88f146f1a974e5f52d9927868b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e8056047d727aab8680ae0098bd5f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89d0a93bcdee4d40d10f3c2a3c9f0bc8 = $(`<div id="html_89d0a93bcdee4d40d10f3c2a3c9f0bc8" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_87e8056047d727aab8680ae0098bd5f2.setContent(html_89d0a93bcdee4d40d10f3c2a3c9f0bc8);
|
|
|
|
|
|
|
|
marker_25725164046dd4608da6b9e7b6ac81e1.bindPopup(popup_87e8056047d727aab8680ae0098bd5f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25725164046dd4608da6b9e7b6ac81e1.setIcon(icon_3a95d88f146f1a974e5f52d9927868b4);
|
|
|
|
|
|
var marker_05221d19528851d4fb1eecec18ce04d6 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1e6d1652518da4273c021af983a4ff8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13bc31ce5029061e64e5093aeb0c0ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77d8efa3ccdfde5391155b1e2cccccfb = $(`<div id="html_77d8efa3ccdfde5391155b1e2cccccfb" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_13bc31ce5029061e64e5093aeb0c0ba7.setContent(html_77d8efa3ccdfde5391155b1e2cccccfb);
|
|
|
|
|
|
|
|
marker_05221d19528851d4fb1eecec18ce04d6.bindPopup(popup_13bc31ce5029061e64e5093aeb0c0ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05221d19528851d4fb1eecec18ce04d6.setIcon(icon_1e6d1652518da4273c021af983a4ff8d);
|
|
|
|
|
|
var marker_b3b815c831dce839969f9022d74868a1 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9395e5c9e77a3989f96344a4754035d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d800bd259b6fa38e5eb50d6c351f47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_453d17fc7efff3cdf30d2f7e69c9f00c = $(`<div id="html_453d17fc7efff3cdf30d2f7e69c9f00c" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_e5d800bd259b6fa38e5eb50d6c351f47.setContent(html_453d17fc7efff3cdf30d2f7e69c9f00c);
|
|
|
|
|
|
|
|
marker_b3b815c831dce839969f9022d74868a1.bindPopup(popup_e5d800bd259b6fa38e5eb50d6c351f47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3b815c831dce839969f9022d74868a1.setIcon(icon_9395e5c9e77a3989f96344a4754035d6);
|
|
|
|
|
|
var marker_9f831fd240663cc6958fe442861d604a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ace5267ec26aeeec53e3f24606dc8092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2a1b2770f17daab7b25973340391f1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_592d2bdb309e8c3ab021dbeee5a98bfe = $(`<div id="html_592d2bdb309e8c3ab021dbeee5a98bfe" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_b2a1b2770f17daab7b25973340391f1b.setContent(html_592d2bdb309e8c3ab021dbeee5a98bfe);
|
|
|
|
|
|
|
|
marker_9f831fd240663cc6958fe442861d604a.bindPopup(popup_b2a1b2770f17daab7b25973340391f1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f831fd240663cc6958fe442861d604a.setIcon(icon_ace5267ec26aeeec53e3f24606dc8092);
|
|
|
|
|
|
var marker_9d6cc187d2a1e0a55d551d52d0b648ae = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fafeafb6ac12635312adf253552c9e8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a8eceb833ec06d1d8ca0da5cc5f9d15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d1e0c5b463bc747dec6b2158aed408b = $(`<div id="html_4d1e0c5b463bc747dec6b2158aed408b" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_8a8eceb833ec06d1d8ca0da5cc5f9d15.setContent(html_4d1e0c5b463bc747dec6b2158aed408b);
|
|
|
|
|
|
|
|
marker_9d6cc187d2a1e0a55d551d52d0b648ae.bindPopup(popup_8a8eceb833ec06d1d8ca0da5cc5f9d15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d6cc187d2a1e0a55d551d52d0b648ae.setIcon(icon_fafeafb6ac12635312adf253552c9e8e);
|
|
|
|
|
|
var marker_e057e115f6186d192175cfc1146acefc = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1c67bdb448af95508eb72e026d20d115 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e44d6699ab50e25fa3e131d7162b0001 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adbfe6a36000e8e8b1f6e0de7095da5e = $(`<div id="html_adbfe6a36000e8e8b1f6e0de7095da5e" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_e44d6699ab50e25fa3e131d7162b0001.setContent(html_adbfe6a36000e8e8b1f6e0de7095da5e);
|
|
|
|
|
|
|
|
marker_e057e115f6186d192175cfc1146acefc.bindPopup(popup_e44d6699ab50e25fa3e131d7162b0001)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e057e115f6186d192175cfc1146acefc.setIcon(icon_1c67bdb448af95508eb72e026d20d115);
|
|
|
|
|
|
var marker_6868948eabd9dee3698bb80eb509f69f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0ae4f18e81a7454bc805ffe6f7024712 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f901a483ddf68f0dc9d40b211969740f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ca2203fa9e2523a09aa519811898cd2 = $(`<div id="html_8ca2203fa9e2523a09aa519811898cd2" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_f901a483ddf68f0dc9d40b211969740f.setContent(html_8ca2203fa9e2523a09aa519811898cd2);
|
|
|
|
|
|
|
|
marker_6868948eabd9dee3698bb80eb509f69f.bindPopup(popup_f901a483ddf68f0dc9d40b211969740f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6868948eabd9dee3698bb80eb509f69f.setIcon(icon_0ae4f18e81a7454bc805ffe6f7024712);
|
|
|
|
|
|
var marker_70896f5b390524b07d24c7fbe39c0fbb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_107a0686b99903be4d426110854a30ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8074e8c37c20c421286d09684e3e8f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e10937801c045a8d9e2a7cca7d9dd9df = $(`<div id="html_e10937801c045a8d9e2a7cca7d9dd9df" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_d8074e8c37c20c421286d09684e3e8f5.setContent(html_e10937801c045a8d9e2a7cca7d9dd9df);
|
|
|
|
|
|
|
|
marker_70896f5b390524b07d24c7fbe39c0fbb.bindPopup(popup_d8074e8c37c20c421286d09684e3e8f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70896f5b390524b07d24c7fbe39c0fbb.setIcon(icon_107a0686b99903be4d426110854a30ec);
|
|
|
|
|
|
var marker_c654ce4afe70ef7c1a811991808b6a3e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_61f774f71a3674ecfdfbfe1aba3ac2c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f619f477de9a6386e1519d01d266bd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f829220e1f085cf16ab3790345793ca2 = $(`<div id="html_f829220e1f085cf16ab3790345793ca2" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_2f619f477de9a6386e1519d01d266bd8.setContent(html_f829220e1f085cf16ab3790345793ca2);
|
|
|
|
|
|
|
|
marker_c654ce4afe70ef7c1a811991808b6a3e.bindPopup(popup_2f619f477de9a6386e1519d01d266bd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c654ce4afe70ef7c1a811991808b6a3e.setIcon(icon_61f774f71a3674ecfdfbfe1aba3ac2c9);
|
|
|
|
|
|
var marker_1ca0a596642bac79063f6b7cc3e08c6e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cf24bf515d2bdef5646d2c1df9f57bd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_206c71cd360197716e9bec19274c8611 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8af52f5886eeffa3e2911f03a5e8ce5e = $(`<div id="html_8af52f5886eeffa3e2911f03a5e8ce5e" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_206c71cd360197716e9bec19274c8611.setContent(html_8af52f5886eeffa3e2911f03a5e8ce5e);
|
|
|
|
|
|
|
|
marker_1ca0a596642bac79063f6b7cc3e08c6e.bindPopup(popup_206c71cd360197716e9bec19274c8611)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ca0a596642bac79063f6b7cc3e08c6e.setIcon(icon_cf24bf515d2bdef5646d2c1df9f57bd9);
|
|
|
|
|
|
var marker_108a3213318d9bcf37f60c1953b57364 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1aa309bd96dae1f113213976b0111453 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cc63ce49f197570249e8ddce7c9a739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e610cd3a1cf382c2b024c415179bad21 = $(`<div id="html_e610cd3a1cf382c2b024c415179bad21" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_6cc63ce49f197570249e8ddce7c9a739.setContent(html_e610cd3a1cf382c2b024c415179bad21);
|
|
|
|
|
|
|
|
marker_108a3213318d9bcf37f60c1953b57364.bindPopup(popup_6cc63ce49f197570249e8ddce7c9a739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_108a3213318d9bcf37f60c1953b57364.setIcon(icon_1aa309bd96dae1f113213976b0111453);
|
|
|
|
|
|
var marker_e275d15dc2a007a9557c49744981024a = L.marker(
|
|
[-36.8906, 174.794],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e19d0159ac61a2040ba34d5aed71090b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaf92885ba45fee8497466916d87d09c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48baf7b1056ee1f395208715c329ad08 = $(`<div id="html_48baf7b1056ee1f395208715c329ad08" style="width: 100.0%; height: 100.0%;">chorus.mikedilger.com:444</div>`)[0];
|
|
popup_eaf92885ba45fee8497466916d87d09c.setContent(html_48baf7b1056ee1f395208715c329ad08);
|
|
|
|
|
|
|
|
marker_e275d15dc2a007a9557c49744981024a.bindPopup(popup_eaf92885ba45fee8497466916d87d09c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e275d15dc2a007a9557c49744981024a.setIcon(icon_e19d0159ac61a2040ba34d5aed71090b);
|
|
|
|
|
|
var marker_5f40d06f19375674072af15fb911a3b3 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_505b397c288ddc647d5b19c56f87efa6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c68822daae1d286ba8f4fd5bc43a917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c17336e98e86655843f2b9f3d0eabf18 = $(`<div id="html_c17336e98e86655843f2b9f3d0eabf18" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_4c68822daae1d286ba8f4fd5bc43a917.setContent(html_c17336e98e86655843f2b9f3d0eabf18);
|
|
|
|
|
|
|
|
marker_5f40d06f19375674072af15fb911a3b3.bindPopup(popup_4c68822daae1d286ba8f4fd5bc43a917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f40d06f19375674072af15fb911a3b3.setIcon(icon_505b397c288ddc647d5b19c56f87efa6);
|
|
|
|
|
|
var marker_4037d5ea6e8f8a8a691908194a8bdeae = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_85f6a2bc5c038b29caa4a9ad0c915f27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6d1ad05c7f51f7991c00317a5447079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ab6b699d8d97cb91da03ca90674a0ed = $(`<div id="html_5ab6b699d8d97cb91da03ca90674a0ed" style="width: 100.0%; height: 100.0%;">relay.froth.zone</div>`)[0];
|
|
popup_a6d1ad05c7f51f7991c00317a5447079.setContent(html_5ab6b699d8d97cb91da03ca90674a0ed);
|
|
|
|
|
|
|
|
marker_4037d5ea6e8f8a8a691908194a8bdeae.bindPopup(popup_a6d1ad05c7f51f7991c00317a5447079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4037d5ea6e8f8a8a691908194a8bdeae.setIcon(icon_85f6a2bc5c038b29caa4a9ad0c915f27);
|
|
|
|
|
|
var marker_907406bf8fc9840840e5f3f8a79b3217 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_175ca9959bf6af4636e079b266031b51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edb645492fd1309b4cc59bd524e39941 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7dc6fe464b163a7cc01096e559b1281 = $(`<div id="html_e7dc6fe464b163a7cc01096e559b1281" style="width: 100.0%; height: 100.0%;">nostr.hoppe-relay.it.com</div>`)[0];
|
|
popup_edb645492fd1309b4cc59bd524e39941.setContent(html_e7dc6fe464b163a7cc01096e559b1281);
|
|
|
|
|
|
|
|
marker_907406bf8fc9840840e5f3f8a79b3217.bindPopup(popup_edb645492fd1309b4cc59bd524e39941)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_907406bf8fc9840840e5f3f8a79b3217.setIcon(icon_175ca9959bf6af4636e079b266031b51);
|
|
|
|
|
|
var marker_41a61faf16b0a4df69c66667ee771f6f = L.marker(
|
|
[8.96171, -83.5246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4727451891da57007f3ef7303e018c8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e39754e99c1972328d778d7adde37d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_825d6738f38e424e7e99ddbb08d911a5 = $(`<div id="html_825d6738f38e424e7e99ddbb08d911a5" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_5e39754e99c1972328d778d7adde37d5.setContent(html_825d6738f38e424e7e99ddbb08d911a5);
|
|
|
|
|
|
|
|
marker_41a61faf16b0a4df69c66667ee771f6f.bindPopup(popup_5e39754e99c1972328d778d7adde37d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41a61faf16b0a4df69c66667ee771f6f.setIcon(icon_4727451891da57007f3ef7303e018c8c);
|
|
|
|
|
|
var marker_509469e748961334265a3b0f3ef36716 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2a35ae12eececd895a0b1508f9b42b01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e6ad18b6cdb968c0da1c6f4e3f31223 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd00b953a03e44be8c7eb20bf52ff8a1 = $(`<div id="html_bd00b953a03e44be8c7eb20bf52ff8a1" style="width: 100.0%; height: 100.0%;">basspistol.org</div>`)[0];
|
|
popup_0e6ad18b6cdb968c0da1c6f4e3f31223.setContent(html_bd00b953a03e44be8c7eb20bf52ff8a1);
|
|
|
|
|
|
|
|
marker_509469e748961334265a3b0f3ef36716.bindPopup(popup_0e6ad18b6cdb968c0da1c6f4e3f31223)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_509469e748961334265a3b0f3ef36716.setIcon(icon_2a35ae12eececd895a0b1508f9b42b01);
|
|
|
|
|
|
var marker_dc21098a3315cb528855816254f8507f = L.marker(
|
|
[41.1976, 1.11167],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_be69e4040b64b5dd77a6c355d2961ca8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdaf2baabf39f4f277a164b6e30275dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ea90de15e52be57f94f4b7d88e6999d = $(`<div id="html_3ea90de15e52be57f94f4b7d88e6999d" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_cdaf2baabf39f4f277a164b6e30275dd.setContent(html_3ea90de15e52be57f94f4b7d88e6999d);
|
|
|
|
|
|
|
|
marker_dc21098a3315cb528855816254f8507f.bindPopup(popup_cdaf2baabf39f4f277a164b6e30275dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc21098a3315cb528855816254f8507f.setIcon(icon_be69e4040b64b5dd77a6c355d2961ca8);
|
|
|
|
|
|
var marker_bdf0217c231ad64dfbccac0901a07728 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_afac8f4d74c1c7c28fcffbbe327947e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b4569f1ba469af91122e59b59a0ef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50cb85162bd9c420a1081088701d22dd = $(`<div id="html_50cb85162bd9c420a1081088701d22dd" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_83b4569f1ba469af91122e59b59a0ef4.setContent(html_50cb85162bd9c420a1081088701d22dd);
|
|
|
|
|
|
|
|
marker_bdf0217c231ad64dfbccac0901a07728.bindPopup(popup_83b4569f1ba469af91122e59b59a0ef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdf0217c231ad64dfbccac0901a07728.setIcon(icon_afac8f4d74c1c7c28fcffbbe327947e0);
|
|
|
|
|
|
var marker_fec26805c6b8a006e9a7371794532cbb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_06b6a7f4768d557ea3ea95817fb5d5fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ecaff2c9a439da6c069ddc05c69f67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55b38f94f00347bb0e87835de0d90514 = $(`<div id="html_55b38f94f00347bb0e87835de0d90514" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_b8ecaff2c9a439da6c069ddc05c69f67.setContent(html_55b38f94f00347bb0e87835de0d90514);
|
|
|
|
|
|
|
|
marker_fec26805c6b8a006e9a7371794532cbb.bindPopup(popup_b8ecaff2c9a439da6c069ddc05c69f67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fec26805c6b8a006e9a7371794532cbb.setIcon(icon_06b6a7f4768d557ea3ea95817fb5d5fa);
|
|
|
|
|
|
var marker_5b40ff0acb810adbd06c5944c80ae8cf = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0eb0e402e94fe476ec9660aa093d9fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d516b4e7a312f69a6e762f8b00e0f26a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea759a6435471a8f2507c2223f110d4a = $(`<div id="html_ea759a6435471a8f2507c2223f110d4a" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_d516b4e7a312f69a6e762f8b00e0f26a.setContent(html_ea759a6435471a8f2507c2223f110d4a);
|
|
|
|
|
|
|
|
marker_5b40ff0acb810adbd06c5944c80ae8cf.bindPopup(popup_d516b4e7a312f69a6e762f8b00e0f26a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b40ff0acb810adbd06c5944c80ae8cf.setIcon(icon_0eb0e402e94fe476ec9660aa093d9fbd);
|
|
|
|
|
|
var marker_c81bc2bf6803fdfc360c2b2a7737e0ec = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ec8f04d731fc6053ffcb73cae9e85e13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44ed53854e41030ab9b35fd2341baf53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9aa0de062fefa2fac7bed6fa4a9eb1 = $(`<div id="html_ea9aa0de062fefa2fac7bed6fa4a9eb1" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_44ed53854e41030ab9b35fd2341baf53.setContent(html_ea9aa0de062fefa2fac7bed6fa4a9eb1);
|
|
|
|
|
|
|
|
marker_c81bc2bf6803fdfc360c2b2a7737e0ec.bindPopup(popup_44ed53854e41030ab9b35fd2341baf53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c81bc2bf6803fdfc360c2b2a7737e0ec.setIcon(icon_ec8f04d731fc6053ffcb73cae9e85e13);
|
|
|
|
|
|
var marker_a52c517600ff069bcd94c9a745b5591e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cb212c8c41569be8ed2a8c67a525d532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fdad85ef92ee917b04815b0aa5ac8b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51c074ec8a5bae372ca9280ebf270e1f = $(`<div id="html_51c074ec8a5bae372ca9280ebf270e1f" style="width: 100.0%; height: 100.0%;">node.kommonzenze.de</div>`)[0];
|
|
popup_0fdad85ef92ee917b04815b0aa5ac8b8.setContent(html_51c074ec8a5bae372ca9280ebf270e1f);
|
|
|
|
|
|
|
|
marker_a52c517600ff069bcd94c9a745b5591e.bindPopup(popup_0fdad85ef92ee917b04815b0aa5ac8b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a52c517600ff069bcd94c9a745b5591e.setIcon(icon_cb212c8c41569be8ed2a8c67a525d532);
|
|
|
|
|
|
var marker_f65c194e0f89b693cac8aee820e31653 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5293ac6d41335faaa7881b2ad42d9af6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d364d0ad6ab17c8814ae1ead918cac96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72ef1527fdfa084b624071a29f85c456 = $(`<div id="html_72ef1527fdfa084b624071a29f85c456" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_d364d0ad6ab17c8814ae1ead918cac96.setContent(html_72ef1527fdfa084b624071a29f85c456);
|
|
|
|
|
|
|
|
marker_f65c194e0f89b693cac8aee820e31653.bindPopup(popup_d364d0ad6ab17c8814ae1ead918cac96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f65c194e0f89b693cac8aee820e31653.setIcon(icon_5293ac6d41335faaa7881b2ad42d9af6);
|
|
|
|
|
|
var marker_93bbdac37c244fc870ac984277156acc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b2a6f990a852b7ef0cff5ec786af8167 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d678ebe55e7cf91abc90aae27085b22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33c4668468e9ee06de9854956fe1ae7e = $(`<div id="html_33c4668468e9ee06de9854956fe1ae7e" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_7d678ebe55e7cf91abc90aae27085b22.setContent(html_33c4668468e9ee06de9854956fe1ae7e);
|
|
|
|
|
|
|
|
marker_93bbdac37c244fc870ac984277156acc.bindPopup(popup_7d678ebe55e7cf91abc90aae27085b22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93bbdac37c244fc870ac984277156acc.setIcon(icon_b2a6f990a852b7ef0cff5ec786af8167);
|
|
|
|
|
|
var marker_d61f3ba58260c7873d2f7931b4c5c829 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c82f1ea87b567e63a614e3cb907b3a13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77f70b34b4c018080725a2bf75530b68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f52268c57b60e1e9ba0a95f9406b52d9 = $(`<div id="html_f52268c57b60e1e9ba0a95f9406b52d9" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_77f70b34b4c018080725a2bf75530b68.setContent(html_f52268c57b60e1e9ba0a95f9406b52d9);
|
|
|
|
|
|
|
|
marker_d61f3ba58260c7873d2f7931b4c5c829.bindPopup(popup_77f70b34b4c018080725a2bf75530b68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d61f3ba58260c7873d2f7931b4c5c829.setIcon(icon_c82f1ea87b567e63a614e3cb907b3a13);
|
|
|
|
|
|
var marker_3c7bde20a23b1d5f07f398a1db7c7f20 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fc6285e138fd760943dab30c296e5cde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ac31e637e314dd2c5e36e42c66dc894 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b39a3559ea8857f41658ec966062ce9 = $(`<div id="html_2b39a3559ea8857f41658ec966062ce9" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_0ac31e637e314dd2c5e36e42c66dc894.setContent(html_2b39a3559ea8857f41658ec966062ce9);
|
|
|
|
|
|
|
|
marker_3c7bde20a23b1d5f07f398a1db7c7f20.bindPopup(popup_0ac31e637e314dd2c5e36e42c66dc894)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c7bde20a23b1d5f07f398a1db7c7f20.setIcon(icon_fc6285e138fd760943dab30c296e5cde);
|
|
|
|
|
|
var marker_b0ba54e26a343057586093ea08e388cf = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c4326c09665b93a91af917548e3fc9e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfb012b06764959768e4ec3dffc14ad0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3863b3c38e281dc12c5629b33125fc2 = $(`<div id="html_a3863b3c38e281dc12c5629b33125fc2" style="width: 100.0%; height: 100.0%;">relay.agorist.space:443</div>`)[0];
|
|
popup_cfb012b06764959768e4ec3dffc14ad0.setContent(html_a3863b3c38e281dc12c5629b33125fc2);
|
|
|
|
|
|
|
|
marker_b0ba54e26a343057586093ea08e388cf.bindPopup(popup_cfb012b06764959768e4ec3dffc14ad0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0ba54e26a343057586093ea08e388cf.setIcon(icon_c4326c09665b93a91af917548e3fc9e7);
|
|
|
|
|
|
var marker_302d4447de0458775c76a469e730cfd5 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_71dc7d7a544122883fb86c039405b604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4314c3e141ccb2f71617f2bf1d2f9ac4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd8ce0b056561a9aafbcb99e09f7accb = $(`<div id="html_bd8ce0b056561a9aafbcb99e09f7accb" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_4314c3e141ccb2f71617f2bf1d2f9ac4.setContent(html_bd8ce0b056561a9aafbcb99e09f7accb);
|
|
|
|
|
|
|
|
marker_302d4447de0458775c76a469e730cfd5.bindPopup(popup_4314c3e141ccb2f71617f2bf1d2f9ac4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_302d4447de0458775c76a469e730cfd5.setIcon(icon_71dc7d7a544122883fb86c039405b604);
|
|
|
|
|
|
var marker_177be420c8beda509464a3e2e76deeff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a36e4781fb83762970bf338fbab2c837 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6697151cd7ed525902ee86ae2609592f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a349134654890a603ad7caebcda9b4b = $(`<div id="html_5a349134654890a603ad7caebcda9b4b" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_6697151cd7ed525902ee86ae2609592f.setContent(html_5a349134654890a603ad7caebcda9b4b);
|
|
|
|
|
|
|
|
marker_177be420c8beda509464a3e2e76deeff.bindPopup(popup_6697151cd7ed525902ee86ae2609592f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_177be420c8beda509464a3e2e76deeff.setIcon(icon_a36e4781fb83762970bf338fbab2c837);
|
|
|
|
|
|
var marker_39ca945e436ea7f86d1e05730743924b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_dcbc51a1b5097fbbfed69b92ac19c3ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92da8ed2dfd7ddcc91ba299ef3dacb8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cc8e8d83c085397dcd76f722a73972c = $(`<div id="html_8cc8e8d83c085397dcd76f722a73972c" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_92da8ed2dfd7ddcc91ba299ef3dacb8c.setContent(html_8cc8e8d83c085397dcd76f722a73972c);
|
|
|
|
|
|
|
|
marker_39ca945e436ea7f86d1e05730743924b.bindPopup(popup_92da8ed2dfd7ddcc91ba299ef3dacb8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39ca945e436ea7f86d1e05730743924b.setIcon(icon_dcbc51a1b5097fbbfed69b92ac19c3ac);
|
|
|
|
|
|
var marker_e6779137a3c1bd76c0678d5edc6ab821 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_08f2c3212bb26509747ff88a31e7d72a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c099504c469721cd07a54b7b938a881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7289888b2e17b065a371885b937d437 = $(`<div id="html_c7289888b2e17b065a371885b937d437" style="width: 100.0%; height: 100.0%;">nostr.tac.lol:443</div>`)[0];
|
|
popup_5c099504c469721cd07a54b7b938a881.setContent(html_c7289888b2e17b065a371885b937d437);
|
|
|
|
|
|
|
|
marker_e6779137a3c1bd76c0678d5edc6ab821.bindPopup(popup_5c099504c469721cd07a54b7b938a881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6779137a3c1bd76c0678d5edc6ab821.setIcon(icon_08f2c3212bb26509747ff88a31e7d72a);
|
|
|
|
|
|
var marker_1236053bd52d5ccd288d9c3d05ad42c0 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_84df68625186955a15beb615a09da19b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9c33b9cb0a234e16213039a378fefe8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_544182a0bd91792570c8dae73f53236b = $(`<div id="html_544182a0bd91792570c8dae73f53236b" style="width: 100.0%; height: 100.0%;">relay.endfiat.money:443</div>`)[0];
|
|
popup_d9c33b9cb0a234e16213039a378fefe8.setContent(html_544182a0bd91792570c8dae73f53236b);
|
|
|
|
|
|
|
|
marker_1236053bd52d5ccd288d9c3d05ad42c0.bindPopup(popup_d9c33b9cb0a234e16213039a378fefe8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1236053bd52d5ccd288d9c3d05ad42c0.setIcon(icon_84df68625186955a15beb615a09da19b);
|
|
|
|
|
|
var marker_76629e7c6b284259a61c411c7f1617af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a88a2c7c65b613ae5c595de3002bc4b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c8f103745171eeee354d69a3999cb62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3374503beb86c61928c2c8efaafc7138 = $(`<div id="html_3374503beb86c61928c2c8efaafc7138" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_5c8f103745171eeee354d69a3999cb62.setContent(html_3374503beb86c61928c2c8efaafc7138);
|
|
|
|
|
|
|
|
marker_76629e7c6b284259a61c411c7f1617af.bindPopup(popup_5c8f103745171eeee354d69a3999cb62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76629e7c6b284259a61c411c7f1617af.setIcon(icon_a88a2c7c65b613ae5c595de3002bc4b2);
|
|
|
|
|
|
var marker_03124c85f9ce23410fb3b29a5b48f68b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_18c091dabd5b2d6d8e4aa1aedf84a1ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b964101caa87345138e10bcc59d82df2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9831f6a447757556743a6277de4f6cf2 = $(`<div id="html_9831f6a447757556743a6277de4f6cf2" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_b964101caa87345138e10bcc59d82df2.setContent(html_9831f6a447757556743a6277de4f6cf2);
|
|
|
|
|
|
|
|
marker_03124c85f9ce23410fb3b29a5b48f68b.bindPopup(popup_b964101caa87345138e10bcc59d82df2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03124c85f9ce23410fb3b29a5b48f68b.setIcon(icon_18c091dabd5b2d6d8e4aa1aedf84a1ad);
|
|
|
|
|
|
var marker_aff8e0f801ce114498c926ba742eac43 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e373cfd57c457401a18d59d84f7d5bfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6c94e263dff857efe14a4e40fa7d0f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b257b2b6da5027183834d077b583e45 = $(`<div id="html_2b257b2b6da5027183834d077b583e45" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_a6c94e263dff857efe14a4e40fa7d0f8.setContent(html_2b257b2b6da5027183834d077b583e45);
|
|
|
|
|
|
|
|
marker_aff8e0f801ce114498c926ba742eac43.bindPopup(popup_a6c94e263dff857efe14a4e40fa7d0f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aff8e0f801ce114498c926ba742eac43.setIcon(icon_e373cfd57c457401a18d59d84f7d5bfb);
|
|
|
|
|
|
var marker_2643fe1cf1e317b01b7635f406ba8340 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_df538e787117050e141b9f7b2dfa333a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36fef0fd66cc54361ed922f62895ad05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_269f6cf553dd21215b01e73337c4547f = $(`<div id="html_269f6cf553dd21215b01e73337c4547f" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_36fef0fd66cc54361ed922f62895ad05.setContent(html_269f6cf553dd21215b01e73337c4547f);
|
|
|
|
|
|
|
|
marker_2643fe1cf1e317b01b7635f406ba8340.bindPopup(popup_36fef0fd66cc54361ed922f62895ad05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2643fe1cf1e317b01b7635f406ba8340.setIcon(icon_df538e787117050e141b9f7b2dfa333a);
|
|
|
|
|
|
var marker_df74e66f5f1ce2437fb59c913f901887 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_975b84c7533397b0c19bc8deec80865f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c0c1f8854708795b6a060c922b2b1f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77fb3b1d6ea29fa90ff863f953ed500b = $(`<div id="html_77fb3b1d6ea29fa90ff863f953ed500b" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win:443</div>`)[0];
|
|
popup_4c0c1f8854708795b6a060c922b2b1f6.setContent(html_77fb3b1d6ea29fa90ff863f953ed500b);
|
|
|
|
|
|
|
|
marker_df74e66f5f1ce2437fb59c913f901887.bindPopup(popup_4c0c1f8854708795b6a060c922b2b1f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df74e66f5f1ce2437fb59c913f901887.setIcon(icon_975b84c7533397b0c19bc8deec80865f);
|
|
|
|
|
|
var marker_8c37431e37a92f49e0e5b040a51bf058 = L.marker(
|
|
[41.8967, 12.4822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9788fab99c9d068fed81190dd5a27734 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb25c0ef54b649087dcea3fa0eccb9eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63727aebc18a15bf8a10611b4f86725c = $(`<div id="html_63727aebc18a15bf8a10611b4f86725c" style="width: 100.0%; height: 100.0%;">21milionidinostr.duckdns.org</div>`)[0];
|
|
popup_fb25c0ef54b649087dcea3fa0eccb9eb.setContent(html_63727aebc18a15bf8a10611b4f86725c);
|
|
|
|
|
|
|
|
marker_8c37431e37a92f49e0e5b040a51bf058.bindPopup(popup_fb25c0ef54b649087dcea3fa0eccb9eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c37431e37a92f49e0e5b040a51bf058.setIcon(icon_9788fab99c9d068fed81190dd5a27734);
|
|
|
|
|
|
var marker_e8f858d491f69df99bcdc987a611db73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_275bc91d4ff79ade2f4f50615639bb5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01ef4bef07f90c814cd54d200162ac6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5edc43eac7b86573c62f457726473e76 = $(`<div id="html_5edc43eac7b86573c62f457726473e76" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app:443</div>`)[0];
|
|
popup_01ef4bef07f90c814cd54d200162ac6c.setContent(html_5edc43eac7b86573c62f457726473e76);
|
|
|
|
|
|
|
|
marker_e8f858d491f69df99bcdc987a611db73.bindPopup(popup_01ef4bef07f90c814cd54d200162ac6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8f858d491f69df99bcdc987a611db73.setIcon(icon_275bc91d4ff79ade2f4f50615639bb5b);
|
|
|
|
|
|
var marker_c1a0e7ce2fe8245773bf855d7cec153e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4afb034744d42f39f80161f8287b9a0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed72b964c9b11ec8ee44529ade46cd9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdefbad76ddced7779e3a1e4ab2ad72c = $(`<div id="html_cdefbad76ddced7779e3a1e4ab2ad72c" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_ed72b964c9b11ec8ee44529ade46cd9d.setContent(html_cdefbad76ddced7779e3a1e4ab2ad72c);
|
|
|
|
|
|
|
|
marker_c1a0e7ce2fe8245773bf855d7cec153e.bindPopup(popup_ed72b964c9b11ec8ee44529ade46cd9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1a0e7ce2fe8245773bf855d7cec153e.setIcon(icon_4afb034744d42f39f80161f8287b9a0d);
|
|
|
|
|
|
var marker_7922f66ea75a0e57fadbad92d1d21004 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4d5ac583de356ba45e15cda387ad79fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11355eb7c9ff6c277daa9653a9315fda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c586baa3a4b3962fdcf355a2c96efc05 = $(`<div id="html_c586baa3a4b3962fdcf355a2c96efc05" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live:443</div>`)[0];
|
|
popup_11355eb7c9ff6c277daa9653a9315fda.setContent(html_c586baa3a4b3962fdcf355a2c96efc05);
|
|
|
|
|
|
|
|
marker_7922f66ea75a0e57fadbad92d1d21004.bindPopup(popup_11355eb7c9ff6c277daa9653a9315fda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7922f66ea75a0e57fadbad92d1d21004.setIcon(icon_4d5ac583de356ba45e15cda387ad79fc);
|
|
|
|
|
|
var marker_0ba6e86fff13a7a5b3612bd813ec4124 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fac8363e11ebb958d59732d813be3f55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb941c0dfc48295ea5bb0561e7efaa8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00aea1df656248b5997ef49c0690a503 = $(`<div id="html_00aea1df656248b5997ef49c0690a503" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_bb941c0dfc48295ea5bb0561e7efaa8a.setContent(html_00aea1df656248b5997ef49c0690a503);
|
|
|
|
|
|
|
|
marker_0ba6e86fff13a7a5b3612bd813ec4124.bindPopup(popup_bb941c0dfc48295ea5bb0561e7efaa8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ba6e86fff13a7a5b3612bd813ec4124.setIcon(icon_fac8363e11ebb958d59732d813be3f55);
|
|
|
|
|
|
var marker_ea2a3868b2e8918182f77600151c2b72 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f3f007a429056bd991f9979b8499cc8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_298479b8912bcbc4c9ff0ace4945565b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b669313307cacf55c2f4f4402a5e86f = $(`<div id="html_2b669313307cacf55c2f4f4402a5e86f" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_298479b8912bcbc4c9ff0ace4945565b.setContent(html_2b669313307cacf55c2f4f4402a5e86f);
|
|
|
|
|
|
|
|
marker_ea2a3868b2e8918182f77600151c2b72.bindPopup(popup_298479b8912bcbc4c9ff0ace4945565b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea2a3868b2e8918182f77600151c2b72.setIcon(icon_f3f007a429056bd991f9979b8499cc8c);
|
|
|
|
|
|
var marker_1583bb32a8fd3b8ab1be49931b0e93e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c3c14e9698f8d9e8ff07d21dbc6edb7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2028324608889c2960686f76dbcaeaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e4a13a52cd286480c9daa4f628bf8e1 = $(`<div id="html_5e4a13a52cd286480c9daa4f628bf8e1" style="width: 100.0%; height: 100.0%;">nexus.libernet.app:443</div>`)[0];
|
|
popup_f2028324608889c2960686f76dbcaeaf.setContent(html_5e4a13a52cd286480c9daa4f628bf8e1);
|
|
|
|
|
|
|
|
marker_1583bb32a8fd3b8ab1be49931b0e93e2.bindPopup(popup_f2028324608889c2960686f76dbcaeaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1583bb32a8fd3b8ab1be49931b0e93e2.setIcon(icon_c3c14e9698f8d9e8ff07d21dbc6edb7c);
|
|
|
|
|
|
var marker_e56a10fedd32af6e723a3c9d6c143dff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_624b2c5869065bc190df3017618f0446 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55ce8e261afded9d4b30bb0b02ac4193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e4be2d8e6812be016d43cb7e5705c3d = $(`<div id="html_3e4be2d8e6812be016d43cb7e5705c3d" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_55ce8e261afded9d4b30bb0b02ac4193.setContent(html_3e4be2d8e6812be016d43cb7e5705c3d);
|
|
|
|
|
|
|
|
marker_e56a10fedd32af6e723a3c9d6c143dff.bindPopup(popup_55ce8e261afded9d4b30bb0b02ac4193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e56a10fedd32af6e723a3c9d6c143dff.setIcon(icon_624b2c5869065bc190df3017618f0446);
|
|
|
|
|
|
var marker_b6370b361f4250d09c0d30f5e0892c97 = L.marker(
|
|
[28.0445, -82.6699],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0ad8014846cb6493e4ff0d573a639e9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3865952d0247f8a7cef040721add36b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa536e579ddd7e668b5c09e634d23cc5 = $(`<div id="html_fa536e579ddd7e668b5c09e634d23cc5" style="width: 100.0%; height: 100.0%;">nostr.highway15.net</div>`)[0];
|
|
popup_b3865952d0247f8a7cef040721add36b.setContent(html_fa536e579ddd7e668b5c09e634d23cc5);
|
|
|
|
|
|
|
|
marker_b6370b361f4250d09c0d30f5e0892c97.bindPopup(popup_b3865952d0247f8a7cef040721add36b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6370b361f4250d09c0d30f5e0892c97.setIcon(icon_0ad8014846cb6493e4ff0d573a639e9c);
|
|
|
|
|
|
var marker_cbeb7a2f350fabe0495aa768ac3c112a = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8a9949bb58d230d34fa81b80e0ce7c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d624443f2a7503f38771c2d29a5289fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a07e3a865189e268160cb29449c92736 = $(`<div id="html_a07e3a865189e268160cb29449c92736" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_d624443f2a7503f38771c2d29a5289fd.setContent(html_a07e3a865189e268160cb29449c92736);
|
|
|
|
|
|
|
|
marker_cbeb7a2f350fabe0495aa768ac3c112a.bindPopup(popup_d624443f2a7503f38771c2d29a5289fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbeb7a2f350fabe0495aa768ac3c112a.setIcon(icon_8a9949bb58d230d34fa81b80e0ce7c07);
|
|
|
|
|
|
var marker_da4aa9192a03c0e354f86f919f728de7 = L.marker(
|
|
[46.8499, 9.53287],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_28cd71f40878b0ce52d65148d9a5f440 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7cb926af8e85a31a9b767e794f72e08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_438bd4b40e76e266b4226c7549b50eb2 = $(`<div id="html_438bd4b40e76e266b4226c7549b50eb2" style="width: 100.0%; height: 100.0%;">nostr.unkn0wn.world</div>`)[0];
|
|
popup_c7cb926af8e85a31a9b767e794f72e08.setContent(html_438bd4b40e76e266b4226c7549b50eb2);
|
|
|
|
|
|
|
|
marker_da4aa9192a03c0e354f86f919f728de7.bindPopup(popup_c7cb926af8e85a31a9b767e794f72e08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da4aa9192a03c0e354f86f919f728de7.setIcon(icon_28cd71f40878b0ce52d65148d9a5f440);
|
|
|
|
|
|
var marker_5aa85456966867cce8daf9be76e06a6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8ec5cfa5d1864d64372b0f39ea0dd22b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bf4b66cb5b4fe8ee47bcfd9a7a2f281 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf6844473a4dd9127d88900e702b993c = $(`<div id="html_bf6844473a4dd9127d88900e702b993c" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_2bf4b66cb5b4fe8ee47bcfd9a7a2f281.setContent(html_bf6844473a4dd9127d88900e702b993c);
|
|
|
|
|
|
|
|
marker_5aa85456966867cce8daf9be76e06a6b.bindPopup(popup_2bf4b66cb5b4fe8ee47bcfd9a7a2f281)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aa85456966867cce8daf9be76e06a6b.setIcon(icon_8ec5cfa5d1864d64372b0f39ea0dd22b);
|
|
|
|
|
|
var marker_d6e3f6b2ff9fa631d28655d54b44ec0c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_609858ea527fb287fb9b8473ceaeb5d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10bf4a97e892dc6e9f8afd24237c6e4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d615c69df9b011c4b8a1a1896a3b0a7 = $(`<div id="html_4d615c69df9b011c4b8a1a1896a3b0a7" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_10bf4a97e892dc6e9f8afd24237c6e4a.setContent(html_4d615c69df9b011c4b8a1a1896a3b0a7);
|
|
|
|
|
|
|
|
marker_d6e3f6b2ff9fa631d28655d54b44ec0c.bindPopup(popup_10bf4a97e892dc6e9f8afd24237c6e4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6e3f6b2ff9fa631d28655d54b44ec0c.setIcon(icon_609858ea527fb287fb9b8473ceaeb5d2);
|
|
|
|
|
|
var marker_70354d3554742dd547072698211d0baf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fcc334b881ece6ff9caf4f8551570e84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb78d6b2d9b81e2d158f6930e8997942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c93040d17ca5e852b5feab4827b29d1c = $(`<div id="html_c93040d17ca5e852b5feab4827b29d1c" style="width: 100.0%; height: 100.0%;">ec2.f7z.io</div>`)[0];
|
|
popup_bb78d6b2d9b81e2d158f6930e8997942.setContent(html_c93040d17ca5e852b5feab4827b29d1c);
|
|
|
|
|
|
|
|
marker_70354d3554742dd547072698211d0baf.bindPopup(popup_bb78d6b2d9b81e2d158f6930e8997942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70354d3554742dd547072698211d0baf.setIcon(icon_fcc334b881ece6ff9caf4f8551570e84);
|
|
|
|
|
|
var marker_85862e8fd21695093963428832b7a589 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d8bd676d784747cf87ae05cc1048b061 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cefe4ad413e1a7f9fbdcc68915860461 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb2410a9cb6d088eaecbb2b48cc49bf8 = $(`<div id="html_fb2410a9cb6d088eaecbb2b48cc49bf8" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_cefe4ad413e1a7f9fbdcc68915860461.setContent(html_fb2410a9cb6d088eaecbb2b48cc49bf8);
|
|
|
|
|
|
|
|
marker_85862e8fd21695093963428832b7a589.bindPopup(popup_cefe4ad413e1a7f9fbdcc68915860461)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85862e8fd21695093963428832b7a589.setIcon(icon_d8bd676d784747cf87ae05cc1048b061);
|
|
|
|
|
|
var marker_8fe91b82664466080aeed2fee71dadaa = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b717e2b8750133e616d895d07f0f56e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdeb340508a65a4e7921e24385820a1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_386ea5bf8ee2bd1498be72b5768bb3d2 = $(`<div id="html_386ea5bf8ee2bd1498be72b5768bb3d2" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com:443</div>`)[0];
|
|
popup_fdeb340508a65a4e7921e24385820a1d.setContent(html_386ea5bf8ee2bd1498be72b5768bb3d2);
|
|
|
|
|
|
|
|
marker_8fe91b82664466080aeed2fee71dadaa.bindPopup(popup_fdeb340508a65a4e7921e24385820a1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fe91b82664466080aeed2fee71dadaa.setIcon(icon_b717e2b8750133e616d895d07f0f56e2);
|
|
|
|
|
|
var marker_21a01f6206497ef9cd84bdcc03b2fadf = L.marker(
|
|
[36.8767, -89.5879],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_55a57c9d13f16b42bcf8bfcf0d728ecf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63796d3dc7af44d96d2cf91b74c3bf2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c9a16e2b8377aff93a3e0cd57163ccf = $(`<div id="html_4c9a16e2b8377aff93a3e0cd57163ccf" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_63796d3dc7af44d96d2cf91b74c3bf2e.setContent(html_4c9a16e2b8377aff93a3e0cd57163ccf);
|
|
|
|
|
|
|
|
marker_21a01f6206497ef9cd84bdcc03b2fadf.bindPopup(popup_63796d3dc7af44d96d2cf91b74c3bf2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21a01f6206497ef9cd84bdcc03b2fadf.setIcon(icon_55a57c9d13f16b42bcf8bfcf0d728ecf);
|
|
|
|
|
|
var marker_61a81a44450122196974150b97d554c7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_19eed461e1c7e6c457816ffbb4a0a928 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c16e271343d8058fce9889e7eb90b06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76279266ba89955dd8550f659f0f1bc8 = $(`<div id="html_76279266ba89955dd8550f659f0f1bc8" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_0c16e271343d8058fce9889e7eb90b06.setContent(html_76279266ba89955dd8550f659f0f1bc8);
|
|
|
|
|
|
|
|
marker_61a81a44450122196974150b97d554c7.bindPopup(popup_0c16e271343d8058fce9889e7eb90b06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61a81a44450122196974150b97d554c7.setIcon(icon_19eed461e1c7e6c457816ffbb4a0a928);
|
|
|
|
|
|
var marker_5cb6da4216a64c038671cae3fc7b4dee = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_373a80ebc88d1c583da7b3edeef30c3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efe61a31b729c526eacd73cac607fedc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdc493d82dbebe6fb8cf0fa14071866f = $(`<div id="html_bdc493d82dbebe6fb8cf0fa14071866f" style="width: 100.0%; height: 100.0%;">nostr.chaima.info:443</div>`)[0];
|
|
popup_efe61a31b729c526eacd73cac607fedc.setContent(html_bdc493d82dbebe6fb8cf0fa14071866f);
|
|
|
|
|
|
|
|
marker_5cb6da4216a64c038671cae3fc7b4dee.bindPopup(popup_efe61a31b729c526eacd73cac607fedc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cb6da4216a64c038671cae3fc7b4dee.setIcon(icon_373a80ebc88d1c583da7b3edeef30c3d);
|
|
|
|
|
|
var marker_884f8ed21cd5d1af4c4bbc196a152477 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5fbf492445fee7c3c956ee90fd8a0397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a7ebaf0b96097aaa6dc9b85fe0510b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410410334f3e52b74c25ab213046270e = $(`<div id="html_410410334f3e52b74c25ab213046270e" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_4a7ebaf0b96097aaa6dc9b85fe0510b2.setContent(html_410410334f3e52b74c25ab213046270e);
|
|
|
|
|
|
|
|
marker_884f8ed21cd5d1af4c4bbc196a152477.bindPopup(popup_4a7ebaf0b96097aaa6dc9b85fe0510b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_884f8ed21cd5d1af4c4bbc196a152477.setIcon(icon_5fbf492445fee7c3c956ee90fd8a0397);
|
|
|
|
|
|
var marker_8c8fe38546130502852fcefb85a984b0 = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e542d6da57aad3ba9869e869edf720d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0e2187ad5476c319a2dbccfdc7e19f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_567d9c3e1bff61203dbdb05d55352976 = $(`<div id="html_567d9c3e1bff61203dbdb05d55352976" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_b0e2187ad5476c319a2dbccfdc7e19f4.setContent(html_567d9c3e1bff61203dbdb05d55352976);
|
|
|
|
|
|
|
|
marker_8c8fe38546130502852fcefb85a984b0.bindPopup(popup_b0e2187ad5476c319a2dbccfdc7e19f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c8fe38546130502852fcefb85a984b0.setIcon(icon_e542d6da57aad3ba9869e869edf720d1);
|
|
|
|
|
|
var marker_315ebf8d90e0760dcc203e35e89cc68e = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b5fcb849c7805edb43b67be523214d24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d59a7ff77e2a7b9316e214e0d5f9d74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87b27f58b01cbd4810d619f0ad614baa = $(`<div id="html_87b27f58b01cbd4810d619f0ad614baa" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_9d59a7ff77e2a7b9316e214e0d5f9d74.setContent(html_87b27f58b01cbd4810d619f0ad614baa);
|
|
|
|
|
|
|
|
marker_315ebf8d90e0760dcc203e35e89cc68e.bindPopup(popup_9d59a7ff77e2a7b9316e214e0d5f9d74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_315ebf8d90e0760dcc203e35e89cc68e.setIcon(icon_b5fcb849c7805edb43b67be523214d24);
|
|
|
|
|
|
var marker_4f846b8edeb1676ed0bffd1125f658f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b6c4727d221290314f8c0f7154481ded = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25e18bcbab70315f82253ce139bc2a85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0dedd6d2bb51eb43d21347d20b944479 = $(`<div id="html_0dedd6d2bb51eb43d21347d20b944479" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_25e18bcbab70315f82253ce139bc2a85.setContent(html_0dedd6d2bb51eb43d21347d20b944479);
|
|
|
|
|
|
|
|
marker_4f846b8edeb1676ed0bffd1125f658f7.bindPopup(popup_25e18bcbab70315f82253ce139bc2a85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f846b8edeb1676ed0bffd1125f658f7.setIcon(icon_b6c4727d221290314f8c0f7154481ded);
|
|
|
|
|
|
var marker_c6bdc9641e62bd73ba236305635d198a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_53edd739b688afcd8311d56e4e0c946c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d958d7149dcf9c7be9813f429150b4bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b5ce981e0a135857be148790d8c0cab = $(`<div id="html_4b5ce981e0a135857be148790d8c0cab" style="width: 100.0%; height: 100.0%;">relay2.angor.io:443</div>`)[0];
|
|
popup_d958d7149dcf9c7be9813f429150b4bf.setContent(html_4b5ce981e0a135857be148790d8c0cab);
|
|
|
|
|
|
|
|
marker_c6bdc9641e62bd73ba236305635d198a.bindPopup(popup_d958d7149dcf9c7be9813f429150b4bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6bdc9641e62bd73ba236305635d198a.setIcon(icon_53edd739b688afcd8311d56e4e0c946c);
|
|
|
|
|
|
var marker_54867e6dfce4742b67cc10c599da2e93 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3f4e74a52b19fd22fa905bd973f4184f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91323ecfb5f4c4a5b93bdcc1852a94fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e09f1c783ac0e21d3498353c28e7a5a = $(`<div id="html_3e09f1c783ac0e21d3498353c28e7a5a" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_91323ecfb5f4c4a5b93bdcc1852a94fa.setContent(html_3e09f1c783ac0e21d3498353c28e7a5a);
|
|
|
|
|
|
|
|
marker_54867e6dfce4742b67cc10c599da2e93.bindPopup(popup_91323ecfb5f4c4a5b93bdcc1852a94fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54867e6dfce4742b67cc10c599da2e93.setIcon(icon_3f4e74a52b19fd22fa905bd973f4184f);
|
|
|
|
|
|
var marker_1e31397b9ed0e29c496a83c129ee42ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ec2ff95e0bc399bff138e20dc30abbb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8255247619a24c77e7889883eff08008 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b332472fda5ca8cfada9c00181033209 = $(`<div id="html_b332472fda5ca8cfada9c00181033209" style="width: 100.0%; height: 100.0%;">public.crostr.com:443</div>`)[0];
|
|
popup_8255247619a24c77e7889883eff08008.setContent(html_b332472fda5ca8cfada9c00181033209);
|
|
|
|
|
|
|
|
marker_1e31397b9ed0e29c496a83c129ee42ad.bindPopup(popup_8255247619a24c77e7889883eff08008)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e31397b9ed0e29c496a83c129ee42ad.setIcon(icon_ec2ff95e0bc399bff138e20dc30abbb6);
|
|
|
|
|
|
var marker_85f9b56ca06d8bb261f04fd6242abccb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cfd35c59c48ad86113200644b4b83fd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99504de785d088b1b1309ba2bc715111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cadd2ccf1d775889681630e772b32a7 = $(`<div id="html_9cadd2ccf1d775889681630e772b32a7" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_99504de785d088b1b1309ba2bc715111.setContent(html_9cadd2ccf1d775889681630e772b32a7);
|
|
|
|
|
|
|
|
marker_85f9b56ca06d8bb261f04fd6242abccb.bindPopup(popup_99504de785d088b1b1309ba2bc715111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85f9b56ca06d8bb261f04fd6242abccb.setIcon(icon_cfd35c59c48ad86113200644b4b83fd6);
|
|
|
|
|
|
var marker_526310cbdda5b5a8a81ebdc1faa014f6 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9face846c7120cf05d931c94b3a1e08d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e72f4450a54c748a5e0b18075a335ab6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b436859e628c5432a2aa691edb950d6e = $(`<div id="html_b436859e628c5432a2aa691edb950d6e" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_e72f4450a54c748a5e0b18075a335ab6.setContent(html_b436859e628c5432a2aa691edb950d6e);
|
|
|
|
|
|
|
|
marker_526310cbdda5b5a8a81ebdc1faa014f6.bindPopup(popup_e72f4450a54c748a5e0b18075a335ab6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_526310cbdda5b5a8a81ebdc1faa014f6.setIcon(icon_9face846c7120cf05d931c94b3a1e08d);
|
|
|
|
|
|
var marker_8827e57d9a76162a9c5a50a8f20a79f1 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ef674fdc98bf3f7e206597e3b51e1fe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9589fee6e42623c2ffd6f7ed84e4d84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9411876bf3a6baacd28a6e89713a9ed0 = $(`<div id="html_9411876bf3a6baacd28a6e89713a9ed0" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_b9589fee6e42623c2ffd6f7ed84e4d84.setContent(html_9411876bf3a6baacd28a6e89713a9ed0);
|
|
|
|
|
|
|
|
marker_8827e57d9a76162a9c5a50a8f20a79f1.bindPopup(popup_b9589fee6e42623c2ffd6f7ed84e4d84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8827e57d9a76162a9c5a50a8f20a79f1.setIcon(icon_ef674fdc98bf3f7e206597e3b51e1fe4);
|
|
|
|
|
|
var marker_05744ebd82f90b7075afea299040b243 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8f3a294afdaa3d4fa8edcdf12fa03917 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_141d5b2bffc2d0953a50f0fe97a6f8f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f850d7718ea69f54b3b0218e32862b4 = $(`<div id="html_7f850d7718ea69f54b3b0218e32862b4" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_141d5b2bffc2d0953a50f0fe97a6f8f4.setContent(html_7f850d7718ea69f54b3b0218e32862b4);
|
|
|
|
|
|
|
|
marker_05744ebd82f90b7075afea299040b243.bindPopup(popup_141d5b2bffc2d0953a50f0fe97a6f8f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05744ebd82f90b7075afea299040b243.setIcon(icon_8f3a294afdaa3d4fa8edcdf12fa03917);
|
|
|
|
|
|
var marker_cf0b8044e194f098f31ebda9f3953300 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cb83e18c6d11db8386ccd04f4bb0c453 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd1047e3574e37a1a385218a2d1ddef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db997ad10e8e624b0ff192bbee120c5d = $(`<div id="html_db997ad10e8e624b0ff192bbee120c5d" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz:443</div>`)[0];
|
|
popup_cd1047e3574e37a1a385218a2d1ddef4.setContent(html_db997ad10e8e624b0ff192bbee120c5d);
|
|
|
|
|
|
|
|
marker_cf0b8044e194f098f31ebda9f3953300.bindPopup(popup_cd1047e3574e37a1a385218a2d1ddef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf0b8044e194f098f31ebda9f3953300.setIcon(icon_cb83e18c6d11db8386ccd04f4bb0c453);
|
|
|
|
|
|
var marker_4f08dd41fad8f3d23892840cdb11af5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3553e8da6e8f1fe673dbc45e596fdb94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ac4a043060101443959c0d45db0ac3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_976aa317e0795e7840e0e3f4b0a20be8 = $(`<div id="html_976aa317e0795e7840e0e3f4b0a20be8" style="width: 100.0%; height: 100.0%;">nostr.planix.org</div>`)[0];
|
|
popup_1ac4a043060101443959c0d45db0ac3f.setContent(html_976aa317e0795e7840e0e3f4b0a20be8);
|
|
|
|
|
|
|
|
marker_4f08dd41fad8f3d23892840cdb11af5b.bindPopup(popup_1ac4a043060101443959c0d45db0ac3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f08dd41fad8f3d23892840cdb11af5b.setIcon(icon_3553e8da6e8f1fe673dbc45e596fdb94);
|
|
|
|
|
|
var marker_f0ae5fbc39fbcb5420fa72c934ef9438 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_94fcb4ce88fc1d0d14ea32ce913b4aae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_230799c0c62645d6a5c5665003b5193c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d7a28efed7044aea8be030224523fc8 = $(`<div id="html_3d7a28efed7044aea8be030224523fc8" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net:443</div>`)[0];
|
|
popup_230799c0c62645d6a5c5665003b5193c.setContent(html_3d7a28efed7044aea8be030224523fc8);
|
|
|
|
|
|
|
|
marker_f0ae5fbc39fbcb5420fa72c934ef9438.bindPopup(popup_230799c0c62645d6a5c5665003b5193c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0ae5fbc39fbcb5420fa72c934ef9438.setIcon(icon_94fcb4ce88fc1d0d14ea32ce913b4aae);
|
|
|
|
|
|
var marker_7ca04c81975fb8999d3d4eb693cc29e5 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8ff03bf2bc69ca1c0ac00eababd4ac4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c343666f6eb17577ed0b901d0823070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47eb8dac7346e8aedfe091a1ec5c3076 = $(`<div id="html_47eb8dac7346e8aedfe091a1ec5c3076" style="width: 100.0%; height: 100.0%;">wot.tamby.mjex.me</div>`)[0];
|
|
popup_6c343666f6eb17577ed0b901d0823070.setContent(html_47eb8dac7346e8aedfe091a1ec5c3076);
|
|
|
|
|
|
|
|
marker_7ca04c81975fb8999d3d4eb693cc29e5.bindPopup(popup_6c343666f6eb17577ed0b901d0823070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca04c81975fb8999d3d4eb693cc29e5.setIcon(icon_8ff03bf2bc69ca1c0ac00eababd4ac4a);
|
|
|
|
|
|
var marker_c0db58df2c8940201189c1d7c1fb2166 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_bdfc0123de28dad399c4cd9b6e974d18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_805d14dc19e87a7ce0d37c30dfdb4129 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0db4f4e14dd5e169eade7e85de6dacd7 = $(`<div id="html_0db4f4e14dd5e169eade7e85de6dacd7" style="width: 100.0%; height: 100.0%;">relay.nostr.com</div>`)[0];
|
|
popup_805d14dc19e87a7ce0d37c30dfdb4129.setContent(html_0db4f4e14dd5e169eade7e85de6dacd7);
|
|
|
|
|
|
|
|
marker_c0db58df2c8940201189c1d7c1fb2166.bindPopup(popup_805d14dc19e87a7ce0d37c30dfdb4129)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0db58df2c8940201189c1d7c1fb2166.setIcon(icon_bdfc0123de28dad399c4cd9b6e974d18);
|
|
|
|
|
|
var marker_8eb79b1e078b521956ce61106b8793e1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_95abf8e7ed736e3c68073a968d758e6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d279a36f9ee4d544499c3a1e92f988f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c41a44facd8911cac2f3e17732c2b00c = $(`<div id="html_c41a44facd8911cac2f3e17732c2b00c" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_0d279a36f9ee4d544499c3a1e92f988f.setContent(html_c41a44facd8911cac2f3e17732c2b00c);
|
|
|
|
|
|
|
|
marker_8eb79b1e078b521956ce61106b8793e1.bindPopup(popup_0d279a36f9ee4d544499c3a1e92f988f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb79b1e078b521956ce61106b8793e1.setIcon(icon_95abf8e7ed736e3c68073a968d758e6b);
|
|
|
|
|
|
var marker_d95e5ceae8a37921e95e3bcba10293c9 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_424c1163556267222bf5d985619d76a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_910a6b496213008eeafe23d4ce0172d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e938abdadbb01395d9243b55cd34869e = $(`<div id="html_e938abdadbb01395d9243b55cd34869e" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_910a6b496213008eeafe23d4ce0172d4.setContent(html_e938abdadbb01395d9243b55cd34869e);
|
|
|
|
|
|
|
|
marker_d95e5ceae8a37921e95e3bcba10293c9.bindPopup(popup_910a6b496213008eeafe23d4ce0172d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d95e5ceae8a37921e95e3bcba10293c9.setIcon(icon_424c1163556267222bf5d985619d76a7);
|
|
|
|
|
|
var marker_d8c58a6d0da4c5b2180263ba11513152 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fed6157cc94dcdc5ac9413c1c160c257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_922dab5bb836eb48c538f1128b152d38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05291c1ad061f6aabf85a59559237e93 = $(`<div id="html_05291c1ad061f6aabf85a59559237e93" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_922dab5bb836eb48c538f1128b152d38.setContent(html_05291c1ad061f6aabf85a59559237e93);
|
|
|
|
|
|
|
|
marker_d8c58a6d0da4c5b2180263ba11513152.bindPopup(popup_922dab5bb836eb48c538f1128b152d38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c58a6d0da4c5b2180263ba11513152.setIcon(icon_fed6157cc94dcdc5ac9413c1c160c257);
|
|
|
|
|
|
var marker_d16102c90aa795b869a5f49e40ab348c = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ea94a07e17a343cbc22c77737372b9fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd691f48257858753482941215036e60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fff7fd8949b51ec4e55b551c4355bda1 = $(`<div id="html_fff7fd8949b51ec4e55b551c4355bda1" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_fd691f48257858753482941215036e60.setContent(html_fff7fd8949b51ec4e55b551c4355bda1);
|
|
|
|
|
|
|
|
marker_d16102c90aa795b869a5f49e40ab348c.bindPopup(popup_fd691f48257858753482941215036e60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d16102c90aa795b869a5f49e40ab348c.setIcon(icon_ea94a07e17a343cbc22c77737372b9fb);
|
|
|
|
|
|
var marker_63fa27334d3638e9b5bd0fc6172fd610 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f5c7363feac3bd0dbe18b94ec06ca4c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13db31643310b1c4e79e4ba81897f947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f4db5ec9d9e512f9f6fab709c242047 = $(`<div id="html_5f4db5ec9d9e512f9f6fab709c242047" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de:443</div>`)[0];
|
|
popup_13db31643310b1c4e79e4ba81897f947.setContent(html_5f4db5ec9d9e512f9f6fab709c242047);
|
|
|
|
|
|
|
|
marker_63fa27334d3638e9b5bd0fc6172fd610.bindPopup(popup_13db31643310b1c4e79e4ba81897f947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63fa27334d3638e9b5bd0fc6172fd610.setIcon(icon_f5c7363feac3bd0dbe18b94ec06ca4c7);
|
|
|
|
|
|
var marker_d4896cd05f4b4127680f48dad2c2c6f3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c06448a1e3ea6f8c0cc27d1de1d4ff3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37ec222515f8074590a71dd1923a6a23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d622557a626067103730ea806811775 = $(`<div id="html_4d622557a626067103730ea806811775" style="width: 100.0%; height: 100.0%;">strfry.shock.network:443</div>`)[0];
|
|
popup_37ec222515f8074590a71dd1923a6a23.setContent(html_4d622557a626067103730ea806811775);
|
|
|
|
|
|
|
|
marker_d4896cd05f4b4127680f48dad2c2c6f3.bindPopup(popup_37ec222515f8074590a71dd1923a6a23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4896cd05f4b4127680f48dad2c2c6f3.setIcon(icon_c06448a1e3ea6f8c0cc27d1de1d4ff3d);
|
|
|
|
|
|
var marker_c56a64443908cb94e60291abab1751a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fb5973e6fa466d6eb61ec6275a01f1fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac98d6287f7b4ebcc763a00ba659975d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66955ea7020d59429f210151d8711c91 = $(`<div id="html_66955ea7020d59429f210151d8711c91" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_ac98d6287f7b4ebcc763a00ba659975d.setContent(html_66955ea7020d59429f210151d8711c91);
|
|
|
|
|
|
|
|
marker_c56a64443908cb94e60291abab1751a2.bindPopup(popup_ac98d6287f7b4ebcc763a00ba659975d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c56a64443908cb94e60291abab1751a2.setIcon(icon_fb5973e6fa466d6eb61ec6275a01f1fe);
|
|
|
|
|
|
var marker_340f39dba44b3f7b817c1647eef2a6cd = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_254d97246aa97498faf55bd511ea5082 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ef18290467f6197857b5ea53ffa2978 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe6297426c3f62364b0efacc119f4a15 = $(`<div id="html_fe6297426c3f62364b0efacc119f4a15" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_8ef18290467f6197857b5ea53ffa2978.setContent(html_fe6297426c3f62364b0efacc119f4a15);
|
|
|
|
|
|
|
|
marker_340f39dba44b3f7b817c1647eef2a6cd.bindPopup(popup_8ef18290467f6197857b5ea53ffa2978)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_340f39dba44b3f7b817c1647eef2a6cd.setIcon(icon_254d97246aa97498faf55bd511ea5082);
|
|
|
|
|
|
var marker_3ea9b4d3ed3fe0dbbd5029972293dd9f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5fc4565d13ab1899b04045a21a46a148 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_553838de08160fb788182041456a3923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af3440aca27760b0d298fd988df74f8d = $(`<div id="html_af3440aca27760b0d298fd988df74f8d" style="width: 100.0%; height: 100.0%;">relay.wisp.talk:443</div>`)[0];
|
|
popup_553838de08160fb788182041456a3923.setContent(html_af3440aca27760b0d298fd988df74f8d);
|
|
|
|
|
|
|
|
marker_3ea9b4d3ed3fe0dbbd5029972293dd9f.bindPopup(popup_553838de08160fb788182041456a3923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ea9b4d3ed3fe0dbbd5029972293dd9f.setIcon(icon_5fc4565d13ab1899b04045a21a46a148);
|
|
|
|
|
|
var marker_e2bad9b58d44fe649e94a28844209328 = L.marker(
|
|
[13.9207, 100.646],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_497c5faf4247f0dc253cf7c688ed92a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a20c5b4c82dc8e60a63a0b27274d331 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa7629ecaa213616ac94860772617507 = $(`<div id="html_aa7629ecaa213616ac94860772617507" style="width: 100.0%; height: 100.0%;">relay0.gfcom.info</div>`)[0];
|
|
popup_4a20c5b4c82dc8e60a63a0b27274d331.setContent(html_aa7629ecaa213616ac94860772617507);
|
|
|
|
|
|
|
|
marker_e2bad9b58d44fe649e94a28844209328.bindPopup(popup_4a20c5b4c82dc8e60a63a0b27274d331)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2bad9b58d44fe649e94a28844209328.setIcon(icon_497c5faf4247f0dc253cf7c688ed92a9);
|
|
|
|
|
|
var marker_608e312929d4c8e24f8bc313550a1c56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e4589e40f3b12b99fc189d002581a988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_537f9c2fd91c3d8b11c897a77d5e7859 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_955529f1421cacceeeed46a25d048c56 = $(`<div id="html_955529f1421cacceeeed46a25d048c56" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_537f9c2fd91c3d8b11c897a77d5e7859.setContent(html_955529f1421cacceeeed46a25d048c56);
|
|
|
|
|
|
|
|
marker_608e312929d4c8e24f8bc313550a1c56.bindPopup(popup_537f9c2fd91c3d8b11c897a77d5e7859)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_608e312929d4c8e24f8bc313550a1c56.setIcon(icon_e4589e40f3b12b99fc189d002581a988);
|
|
|
|
|
|
var marker_31d445305769b5c3001ac1bd5fdec8cc = L.marker(
|
|
[40.7862, -74.0743],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_76dbfbfff82c48fb82f60cd69d26453c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a9d18ad922fab8e8ee2a6901fe12adc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f32253069a8c1437844f4d81ea6ea2c = $(`<div id="html_3f32253069a8c1437844f4d81ea6ea2c" style="width: 100.0%; height: 100.0%;">relay-us.zombi.cloudrodion.com</div>`)[0];
|
|
popup_2a9d18ad922fab8e8ee2a6901fe12adc.setContent(html_3f32253069a8c1437844f4d81ea6ea2c);
|
|
|
|
|
|
|
|
marker_31d445305769b5c3001ac1bd5fdec8cc.bindPopup(popup_2a9d18ad922fab8e8ee2a6901fe12adc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31d445305769b5c3001ac1bd5fdec8cc.setIcon(icon_76dbfbfff82c48fb82f60cd69d26453c);
|
|
|
|
|
|
var marker_c45d4b8e954fe371f98f04ff1b5c62d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_61740c42c47438305b44f7b7352b0bcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_995af0e332c9d416d71f81a046081f36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87c7eb63b400d13a767683726f829867 = $(`<div id="html_87c7eb63b400d13a767683726f829867" style="width: 100.0%; height: 100.0%;">relay.minibolt.info:443</div>`)[0];
|
|
popup_995af0e332c9d416d71f81a046081f36.setContent(html_87c7eb63b400d13a767683726f829867);
|
|
|
|
|
|
|
|
marker_c45d4b8e954fe371f98f04ff1b5c62d1.bindPopup(popup_995af0e332c9d416d71f81a046081f36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45d4b8e954fe371f98f04ff1b5c62d1.setIcon(icon_61740c42c47438305b44f7b7352b0bcb);
|
|
|
|
|
|
var marker_764f2c4e8c22f82679f7784ee74dfede = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cadd66e8aed38021e238754c121138e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b484b6f2f8af176489f6790e20d03d40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69b36d23673e46a395706fd49f801eb1 = $(`<div id="html_69b36d23673e46a395706fd49f801eb1" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_b484b6f2f8af176489f6790e20d03d40.setContent(html_69b36d23673e46a395706fd49f801eb1);
|
|
|
|
|
|
|
|
marker_764f2c4e8c22f82679f7784ee74dfede.bindPopup(popup_b484b6f2f8af176489f6790e20d03d40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_764f2c4e8c22f82679f7784ee74dfede.setIcon(icon_cadd66e8aed38021e238754c121138e8);
|
|
|
|
|
|
var marker_e7d92bc65c4df8abec366c1d3ce58b32 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_df9c29f2e4ec8c6e5a2f87cb0a15831a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddb046059c8cbcd465af8e71570f1a3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e346720ef457c0b8ae9b3e14a33e3e7 = $(`<div id="html_9e346720ef457c0b8ae9b3e14a33e3e7" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_ddb046059c8cbcd465af8e71570f1a3d.setContent(html_9e346720ef457c0b8ae9b3e14a33e3e7);
|
|
|
|
|
|
|
|
marker_e7d92bc65c4df8abec366c1d3ce58b32.bindPopup(popup_ddb046059c8cbcd465af8e71570f1a3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7d92bc65c4df8abec366c1d3ce58b32.setIcon(icon_df9c29f2e4ec8c6e5a2f87cb0a15831a);
|
|
|
|
|
|
var marker_6b7d57ee87e4aa4dc0f1a2724598156f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b94aaf0c9d6eb904bf85e794afa398ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0807ddd1da74d6b248150d4faf4e12e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0e5499f3b424f379e888e9d9b1596fe = $(`<div id="html_f0e5499f3b424f379e888e9d9b1596fe" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_c0807ddd1da74d6b248150d4faf4e12e.setContent(html_f0e5499f3b424f379e888e9d9b1596fe);
|
|
|
|
|
|
|
|
marker_6b7d57ee87e4aa4dc0f1a2724598156f.bindPopup(popup_c0807ddd1da74d6b248150d4faf4e12e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b7d57ee87e4aa4dc0f1a2724598156f.setIcon(icon_b94aaf0c9d6eb904bf85e794afa398ac);
|
|
|
|
|
|
var marker_4ec2e61f9411f4c1597d25cb852176b9 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0c5f1a5cbc4474e41e641032194f50c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_656ef3e33e25af35a3158a859c398381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b02bbb6a8ef0a1d760f67bcb78dc0198 = $(`<div id="html_b02bbb6a8ef0a1d760f67bcb78dc0198" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_656ef3e33e25af35a3158a859c398381.setContent(html_b02bbb6a8ef0a1d760f67bcb78dc0198);
|
|
|
|
|
|
|
|
marker_4ec2e61f9411f4c1597d25cb852176b9.bindPopup(popup_656ef3e33e25af35a3158a859c398381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ec2e61f9411f4c1597d25cb852176b9.setIcon(icon_0c5f1a5cbc4474e41e641032194f50c1);
|
|
|
|
|
|
var marker_4271e6fbc838d13c191e6f687f3b420f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c207906c2bcce01b4acd0e7c1f40c5ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bae50f52ba29f834879754ac05346e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88d3c0c7ce967b42c1c169f4b67044dc = $(`<div id="html_88d3c0c7ce967b42c1c169f4b67044dc" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_9bae50f52ba29f834879754ac05346e6.setContent(html_88d3c0c7ce967b42c1c169f4b67044dc);
|
|
|
|
|
|
|
|
marker_4271e6fbc838d13c191e6f687f3b420f.bindPopup(popup_9bae50f52ba29f834879754ac05346e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4271e6fbc838d13c191e6f687f3b420f.setIcon(icon_c207906c2bcce01b4acd0e7c1f40c5ae);
|
|
|
|
|
|
var marker_19e2a1831a0f07d3fd55a527ca8acc6d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_27dd7241ef86841eda4055b35409f8fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82f106284c69b42b41aebe0312090ed6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d75c1aa28fba9f13d956be8de4e70107 = $(`<div id="html_d75c1aa28fba9f13d956be8de4e70107" style="width: 100.0%; height: 100.0%;">nostr.davenov.com</div>`)[0];
|
|
popup_82f106284c69b42b41aebe0312090ed6.setContent(html_d75c1aa28fba9f13d956be8de4e70107);
|
|
|
|
|
|
|
|
marker_19e2a1831a0f07d3fd55a527ca8acc6d.bindPopup(popup_82f106284c69b42b41aebe0312090ed6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19e2a1831a0f07d3fd55a527ca8acc6d.setIcon(icon_27dd7241ef86841eda4055b35409f8fa);
|
|
|
|
|
|
var marker_43ed29d924c4c9f499df8e23bd085dbc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c9041790681c3f3a503f5f9503726db6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6fa092b5fa1cfa329e80d86f54ac4ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94ae2cdc5442b6a37906478f03f6f124 = $(`<div id="html_94ae2cdc5442b6a37906478f03f6f124" style="width: 100.0%; height: 100.0%;">nostr.notribe.net:443</div>`)[0];
|
|
popup_d6fa092b5fa1cfa329e80d86f54ac4ce.setContent(html_94ae2cdc5442b6a37906478f03f6f124);
|
|
|
|
|
|
|
|
marker_43ed29d924c4c9f499df8e23bd085dbc.bindPopup(popup_d6fa092b5fa1cfa329e80d86f54ac4ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43ed29d924c4c9f499df8e23bd085dbc.setIcon(icon_c9041790681c3f3a503f5f9503726db6);
|
|
|
|
|
|
var marker_737198818e186a91481c55a29a8ecfd0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_03b9b9e429b0eeee0db2cd584d506b92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_094f2dc043e283c800c13e653ffd67f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daa6e85ce0ba5689798475b2189098c4 = $(`<div id="html_daa6e85ce0ba5689798475b2189098c4" style="width: 100.0%; height: 100.0%;">directories-safe-motherboard-recipients.trycloudflare.com</div>`)[0];
|
|
popup_094f2dc043e283c800c13e653ffd67f9.setContent(html_daa6e85ce0ba5689798475b2189098c4);
|
|
|
|
|
|
|
|
marker_737198818e186a91481c55a29a8ecfd0.bindPopup(popup_094f2dc043e283c800c13e653ffd67f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_737198818e186a91481c55a29a8ecfd0.setIcon(icon_03b9b9e429b0eeee0db2cd584d506b92);
|
|
|
|
|
|
var marker_e487a1dc07fbe83b471f5ba4bc31cb6e = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_608b463508c710483031fa7e1d66a2d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_386bd2f72f940196f3719a246d5e3766 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c89f25278fdb3a8184d58f0436c905e = $(`<div id="html_5c89f25278fdb3a8184d58f0436c905e" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_386bd2f72f940196f3719a246d5e3766.setContent(html_5c89f25278fdb3a8184d58f0436c905e);
|
|
|
|
|
|
|
|
marker_e487a1dc07fbe83b471f5ba4bc31cb6e.bindPopup(popup_386bd2f72f940196f3719a246d5e3766)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e487a1dc07fbe83b471f5ba4bc31cb6e.setIcon(icon_608b463508c710483031fa7e1d66a2d7);
|
|
|
|
|
|
var marker_dfba92d4cdcb030c400bf85f36e18c19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1db8dd18d424a71c9bd7c75f7ab34513 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1265628218c53b0637eca2e82657ee4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99eb1fdc6677b14c10745be5979caeb6 = $(`<div id="html_99eb1fdc6677b14c10745be5979caeb6" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_d1265628218c53b0637eca2e82657ee4.setContent(html_99eb1fdc6677b14c10745be5979caeb6);
|
|
|
|
|
|
|
|
marker_dfba92d4cdcb030c400bf85f36e18c19.bindPopup(popup_d1265628218c53b0637eca2e82657ee4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfba92d4cdcb030c400bf85f36e18c19.setIcon(icon_1db8dd18d424a71c9bd7c75f7ab34513);
|
|
|
|
|
|
var marker_e5cb7a70d3dcb0527a66607439c1b1bb = L.marker(
|
|
[39.6478, -104.988],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f5bafdb3df9fca8fa8ba9ce1a7882535 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d098aec2559c48b152932bef88c5388 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f721a3034c38466a323519cbca934126 = $(`<div id="html_f721a3034c38466a323519cbca934126" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net:443</div>`)[0];
|
|
popup_7d098aec2559c48b152932bef88c5388.setContent(html_f721a3034c38466a323519cbca934126);
|
|
|
|
|
|
|
|
marker_e5cb7a70d3dcb0527a66607439c1b1bb.bindPopup(popup_7d098aec2559c48b152932bef88c5388)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5cb7a70d3dcb0527a66607439c1b1bb.setIcon(icon_f5bafdb3df9fca8fa8ba9ce1a7882535);
|
|
|
|
|
|
var marker_b3a50d862129799c35c70391ccdbec4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_160a0f5d93be300edacd0d3a548aba0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dfe4f40403780db3309664369702b34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30fd78db64c0fb8d6ae8c92deb8dcd80 = $(`<div id="html_30fd78db64c0fb8d6ae8c92deb8dcd80" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_5dfe4f40403780db3309664369702b34.setContent(html_30fd78db64c0fb8d6ae8c92deb8dcd80);
|
|
|
|
|
|
|
|
marker_b3a50d862129799c35c70391ccdbec4a.bindPopup(popup_5dfe4f40403780db3309664369702b34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3a50d862129799c35c70391ccdbec4a.setIcon(icon_160a0f5d93be300edacd0d3a548aba0f);
|
|
|
|
|
|
var marker_8010165e7128ba98f1cf5cd2b5f60b8c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_840dde6b1b40f72119165fa328a2a440 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db1524e0b209c5005be08bec8712dccc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d46b941113c36bb1ff14f0d5a7b93376 = $(`<div id="html_d46b941113c36bb1ff14f0d5a7b93376" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_db1524e0b209c5005be08bec8712dccc.setContent(html_d46b941113c36bb1ff14f0d5a7b93376);
|
|
|
|
|
|
|
|
marker_8010165e7128ba98f1cf5cd2b5f60b8c.bindPopup(popup_db1524e0b209c5005be08bec8712dccc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8010165e7128ba98f1cf5cd2b5f60b8c.setIcon(icon_840dde6b1b40f72119165fa328a2a440);
|
|
|
|
|
|
var marker_3e6fce224497d169f549adf2a3510fca = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b2398fad4d2205a9e21ab5fd88d4f3fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10852643480974d760de26076a929917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c0bc943cf999a0c891f85407fec37a6 = $(`<div id="html_3c0bc943cf999a0c891f85407fec37a6" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_10852643480974d760de26076a929917.setContent(html_3c0bc943cf999a0c891f85407fec37a6);
|
|
|
|
|
|
|
|
marker_3e6fce224497d169f549adf2a3510fca.bindPopup(popup_10852643480974d760de26076a929917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e6fce224497d169f549adf2a3510fca.setIcon(icon_b2398fad4d2205a9e21ab5fd88d4f3fc);
|
|
|
|
|
|
var marker_4861f54886d6e575eae8980b415c0c27 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a250590f57f2d6542c49e25cba7ae46b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc38323c8d3a3041611315728b41ec6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8304cf4ec568970371ad791656205b0 = $(`<div id="html_c8304cf4ec568970371ad791656205b0" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com:443</div>`)[0];
|
|
popup_dc38323c8d3a3041611315728b41ec6a.setContent(html_c8304cf4ec568970371ad791656205b0);
|
|
|
|
|
|
|
|
marker_4861f54886d6e575eae8980b415c0c27.bindPopup(popup_dc38323c8d3a3041611315728b41ec6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4861f54886d6e575eae8980b415c0c27.setIcon(icon_a250590f57f2d6542c49e25cba7ae46b);
|
|
|
|
|
|
var marker_a5ceeb1f3c71e98cd78a553f1fa574f8 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1c220fa417a2254d9f78fea344d27e61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_203eaf06e14a8d660b5e1a3e89aa23cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_159908e3dcbd166d94d1ce40d88137c2 = $(`<div id="html_159908e3dcbd166d94d1ce40d88137c2" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_203eaf06e14a8d660b5e1a3e89aa23cd.setContent(html_159908e3dcbd166d94d1ce40d88137c2);
|
|
|
|
|
|
|
|
marker_a5ceeb1f3c71e98cd78a553f1fa574f8.bindPopup(popup_203eaf06e14a8d660b5e1a3e89aa23cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5ceeb1f3c71e98cd78a553f1fa574f8.setIcon(icon_1c220fa417a2254d9f78fea344d27e61);
|
|
|
|
|
|
var marker_b68e20f994ae9196b7a528bc12ce35e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2b6e4b9b5d14f269157b06921c351f96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8648e0dd08c183870a6d253c2b2e2766 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b656914f604aa27333a5b1982558d009 = $(`<div id="html_b656914f604aa27333a5b1982558d009" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_8648e0dd08c183870a6d253c2b2e2766.setContent(html_b656914f604aa27333a5b1982558d009);
|
|
|
|
|
|
|
|
marker_b68e20f994ae9196b7a528bc12ce35e6.bindPopup(popup_8648e0dd08c183870a6d253c2b2e2766)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b68e20f994ae9196b7a528bc12ce35e6.setIcon(icon_2b6e4b9b5d14f269157b06921c351f96);
|
|
|
|
|
|
var marker_7e0fa7749d6d3ac2a1e5992e757cb4d3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_aed163ec803202d6fba49425ba1d56ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec07da3540aba41f0827092e5e3ca48d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32942144aa6fe255d691e303f36f502e = $(`<div id="html_32942144aa6fe255d691e303f36f502e" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_ec07da3540aba41f0827092e5e3ca48d.setContent(html_32942144aa6fe255d691e303f36f502e);
|
|
|
|
|
|
|
|
marker_7e0fa7749d6d3ac2a1e5992e757cb4d3.bindPopup(popup_ec07da3540aba41f0827092e5e3ca48d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e0fa7749d6d3ac2a1e5992e757cb4d3.setIcon(icon_aed163ec803202d6fba49425ba1d56ad);
|
|
|
|
|
|
var marker_82aec8cd6af6a58ad9f2ed935a03fbcd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_aa8883fca1b7e6516ec397a151f182de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d333db8ae08258dff10759a2e4fc12d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fc87d7c176590067b0d95a9f5fb6457 = $(`<div id="html_8fc87d7c176590067b0d95a9f5fb6457" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_7d333db8ae08258dff10759a2e4fc12d.setContent(html_8fc87d7c176590067b0d95a9f5fb6457);
|
|
|
|
|
|
|
|
marker_82aec8cd6af6a58ad9f2ed935a03fbcd.bindPopup(popup_7d333db8ae08258dff10759a2e4fc12d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82aec8cd6af6a58ad9f2ed935a03fbcd.setIcon(icon_aa8883fca1b7e6516ec397a151f182de);
|
|
|
|
|
|
var marker_4cf08165c624100a15aa239f00d2944c = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_732d6935006e0bedb99e9a787d2c58ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d532e50db7ec2715573e68d8e628bf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00accc1b142a5c89a8cff6fe68a6c9cb = $(`<div id="html_00accc1b142a5c89a8cff6fe68a6c9cb" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_8d532e50db7ec2715573e68d8e628bf0.setContent(html_00accc1b142a5c89a8cff6fe68a6c9cb);
|
|
|
|
|
|
|
|
marker_4cf08165c624100a15aa239f00d2944c.bindPopup(popup_8d532e50db7ec2715573e68d8e628bf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cf08165c624100a15aa239f00d2944c.setIcon(icon_732d6935006e0bedb99e9a787d2c58ca);
|
|
|
|
|
|
var marker_2ff7e879409a87d0d762557e4a19cf8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_09cedc5ee6820a93dbdb6fcfe72a41c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07cf6905458b18ffa10028f407a82831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b79c9f6a974ca9eaa00322bb9f3abb2 = $(`<div id="html_8b79c9f6a974ca9eaa00322bb9f3abb2" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_07cf6905458b18ffa10028f407a82831.setContent(html_8b79c9f6a974ca9eaa00322bb9f3abb2);
|
|
|
|
|
|
|
|
marker_2ff7e879409a87d0d762557e4a19cf8a.bindPopup(popup_07cf6905458b18ffa10028f407a82831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ff7e879409a87d0d762557e4a19cf8a.setIcon(icon_09cedc5ee6820a93dbdb6fcfe72a41c9);
|
|
|
|
|
|
var marker_0adb1885352cc6cfc122d43052313e57 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_abe165a3184536dfa25ca0ffdea92373 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aec8a903c2fa85ce6a63f4215e56b119 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_649afce163c6197388f2b8df22ab62d1 = $(`<div id="html_649afce163c6197388f2b8df22ab62d1" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_aec8a903c2fa85ce6a63f4215e56b119.setContent(html_649afce163c6197388f2b8df22ab62d1);
|
|
|
|
|
|
|
|
marker_0adb1885352cc6cfc122d43052313e57.bindPopup(popup_aec8a903c2fa85ce6a63f4215e56b119)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0adb1885352cc6cfc122d43052313e57.setIcon(icon_abe165a3184536dfa25ca0ffdea92373);
|
|
|
|
|
|
var marker_e393a0a937d1fd49544a1fc6f985ff47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9d3ec5b41d9939f7e76937ea23ec6571 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eb71d75d9c8a71e1db3acc72bd574b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5474ae8ddf21d7097ac8bc453f4efbc2 = $(`<div id="html_5474ae8ddf21d7097ac8bc453f4efbc2" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_0eb71d75d9c8a71e1db3acc72bd574b8.setContent(html_5474ae8ddf21d7097ac8bc453f4efbc2);
|
|
|
|
|
|
|
|
marker_e393a0a937d1fd49544a1fc6f985ff47.bindPopup(popup_0eb71d75d9c8a71e1db3acc72bd574b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e393a0a937d1fd49544a1fc6f985ff47.setIcon(icon_9d3ec5b41d9939f7e76937ea23ec6571);
|
|
|
|
|
|
var marker_4c605036e87c8b9dbb5f078e12b92a33 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cb52497bccc4b2f5785e5c969979b99a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24bd44d9dadb46fbe03da4b0ea268eaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b1e05a14107f3e5731f39ee5586036b = $(`<div id="html_3b1e05a14107f3e5731f39ee5586036b" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net:443</div>`)[0];
|
|
popup_24bd44d9dadb46fbe03da4b0ea268eaf.setContent(html_3b1e05a14107f3e5731f39ee5586036b);
|
|
|
|
|
|
|
|
marker_4c605036e87c8b9dbb5f078e12b92a33.bindPopup(popup_24bd44d9dadb46fbe03da4b0ea268eaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c605036e87c8b9dbb5f078e12b92a33.setIcon(icon_cb52497bccc4b2f5785e5c969979b99a);
|
|
|
|
|
|
var marker_276db538a53f7824e142557574894a2f = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5b67b46923cc8e8c7f8bf33c4480351d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbd15f060d1de5507118989ff2117e19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abe8730b36395d094ccfb4ad460ffeb5 = $(`<div id="html_abe8730b36395d094ccfb4ad460ffeb5" style="width: 100.0%; height: 100.0%;">relay.mypathtofire.de</div>`)[0];
|
|
popup_dbd15f060d1de5507118989ff2117e19.setContent(html_abe8730b36395d094ccfb4ad460ffeb5);
|
|
|
|
|
|
|
|
marker_276db538a53f7824e142557574894a2f.bindPopup(popup_dbd15f060d1de5507118989ff2117e19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_276db538a53f7824e142557574894a2f.setIcon(icon_5b67b46923cc8e8c7f8bf33c4480351d);
|
|
|
|
|
|
var marker_0e5fef584c851cbe6051e50179a3fdd9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_224aa0548618cdbc0878bcc416dcc55c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_174be4ff6cb22ec944c59696a2f7dd8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2a8b1319825ef9a34b5811b494063f3 = $(`<div id="html_b2a8b1319825ef9a34b5811b494063f3" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_174be4ff6cb22ec944c59696a2f7dd8d.setContent(html_b2a8b1319825ef9a34b5811b494063f3);
|
|
|
|
|
|
|
|
marker_0e5fef584c851cbe6051e50179a3fdd9.bindPopup(popup_174be4ff6cb22ec944c59696a2f7dd8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e5fef584c851cbe6051e50179a3fdd9.setIcon(icon_224aa0548618cdbc0878bcc416dcc55c);
|
|
|
|
|
|
var marker_28cfb9a9687fe549918b200e9858936d = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ea4e5887b8bea3fa86b3c75f00087737 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be716a5fa2550a7d01f09a62af216d98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61357701ec6190fb538896b926d2ad9d = $(`<div id="html_61357701ec6190fb538896b926d2ad9d" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_be716a5fa2550a7d01f09a62af216d98.setContent(html_61357701ec6190fb538896b926d2ad9d);
|
|
|
|
|
|
|
|
marker_28cfb9a9687fe549918b200e9858936d.bindPopup(popup_be716a5fa2550a7d01f09a62af216d98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28cfb9a9687fe549918b200e9858936d.setIcon(icon_ea4e5887b8bea3fa86b3c75f00087737);
|
|
|
|
|
|
var marker_1b9631f05086225870d9716a227279fa = L.marker(
|
|
[51.9758, 4.31389],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d04bb0c166e38ac4359eba3775d2bfce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17a8dda83390d030f943ae44e044e74c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02f2117fa2c3e3dd21a6f1537c259958 = $(`<div id="html_02f2117fa2c3e3dd21a6f1537c259958" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_17a8dda83390d030f943ae44e044e74c.setContent(html_02f2117fa2c3e3dd21a6f1537c259958);
|
|
|
|
|
|
|
|
marker_1b9631f05086225870d9716a227279fa.bindPopup(popup_17a8dda83390d030f943ae44e044e74c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b9631f05086225870d9716a227279fa.setIcon(icon_d04bb0c166e38ac4359eba3775d2bfce);
|
|
|
|
|
|
var marker_c11a6bf568b2259d13a03d9dcaa63b6d = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a985d60c8d3ffcd8feb3b5011c471558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26a5dfaa2adc27d8409670a2604bad20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_767d713228fbc5cfb8bcdf59c42f14fc = $(`<div id="html_767d713228fbc5cfb8bcdf59c42f14fc" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_26a5dfaa2adc27d8409670a2604bad20.setContent(html_767d713228fbc5cfb8bcdf59c42f14fc);
|
|
|
|
|
|
|
|
marker_c11a6bf568b2259d13a03d9dcaa63b6d.bindPopup(popup_26a5dfaa2adc27d8409670a2604bad20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c11a6bf568b2259d13a03d9dcaa63b6d.setIcon(icon_a985d60c8d3ffcd8feb3b5011c471558);
|
|
|
|
|
|
var marker_200cc7747f8dfc67d7dcf3b715352051 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6c33254c41603bd13c3279c9bef1d78a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e08d4ffd3c04cbc10ebdeca37ac0e4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54870ada1903e6c2fb937bafbba211d5 = $(`<div id="html_54870ada1903e6c2fb937bafbba211d5" style="width: 100.0%; height: 100.0%;">nostr.relay.hedwig.sh</div>`)[0];
|
|
popup_6e08d4ffd3c04cbc10ebdeca37ac0e4f.setContent(html_54870ada1903e6c2fb937bafbba211d5);
|
|
|
|
|
|
|
|
marker_200cc7747f8dfc67d7dcf3b715352051.bindPopup(popup_6e08d4ffd3c04cbc10ebdeca37ac0e4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_200cc7747f8dfc67d7dcf3b715352051.setIcon(icon_6c33254c41603bd13c3279c9bef1d78a);
|
|
|
|
|
|
var marker_995231f2182c72cd00e0e45a0abf36a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_59261c507313c9d5b4649363aaeb6793 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_519cc112b58a8c4097497ffd083629b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_659e3e8f7f4d32771bf985084c08cd3d = $(`<div id="html_659e3e8f7f4d32771bf985084c08cd3d" style="width: 100.0%; height: 100.0%;">purplerelay.com:443</div>`)[0];
|
|
popup_519cc112b58a8c4097497ffd083629b9.setContent(html_659e3e8f7f4d32771bf985084c08cd3d);
|
|
|
|
|
|
|
|
marker_995231f2182c72cd00e0e45a0abf36a4.bindPopup(popup_519cc112b58a8c4097497ffd083629b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_995231f2182c72cd00e0e45a0abf36a4.setIcon(icon_59261c507313c9d5b4649363aaeb6793);
|
|
|
|
|
|
var marker_c42e9d0b1f10c22dde5ff4e4aa03eaae = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_62c78e608d6677c4885045fcd0f9a22e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99252ecad9eda27999889205c0bb2293 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32b0b8a2bccd17f3a69785f6e5f3c730 = $(`<div id="html_32b0b8a2bccd17f3a69785f6e5f3c730" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space:443</div>`)[0];
|
|
popup_99252ecad9eda27999889205c0bb2293.setContent(html_32b0b8a2bccd17f3a69785f6e5f3c730);
|
|
|
|
|
|
|
|
marker_c42e9d0b1f10c22dde5ff4e4aa03eaae.bindPopup(popup_99252ecad9eda27999889205c0bb2293)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c42e9d0b1f10c22dde5ff4e4aa03eaae.setIcon(icon_62c78e608d6677c4885045fcd0f9a22e);
|
|
|
|
|
|
var marker_e24f3a2fb42210d6bca6c56f622c3c54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_611495da08e4cbbdb19f43c103d96e9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ec25c09b02dd3a7e37429bc66b3bccf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a36c2f30251afca746ee5b16ee9b0b95 = $(`<div id="html_a36c2f30251afca746ee5b16ee9b0b95" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_8ec25c09b02dd3a7e37429bc66b3bccf.setContent(html_a36c2f30251afca746ee5b16ee9b0b95);
|
|
|
|
|
|
|
|
marker_e24f3a2fb42210d6bca6c56f622c3c54.bindPopup(popup_8ec25c09b02dd3a7e37429bc66b3bccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e24f3a2fb42210d6bca6c56f622c3c54.setIcon(icon_611495da08e4cbbdb19f43c103d96e9a);
|
|
|
|
|
|
var marker_3f079841da2fe95bd8fbbcb51f66a2eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6e457c5322855faec28981f2e3dbc819 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3a5467fd18e2f2d02cec4c0c5e12f00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7471f74879628eb55177c4c7e8e8784 = $(`<div id="html_c7471f74879628eb55177c4c7e8e8784" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_b3a5467fd18e2f2d02cec4c0c5e12f00.setContent(html_c7471f74879628eb55177c4c7e8e8784);
|
|
|
|
|
|
|
|
marker_3f079841da2fe95bd8fbbcb51f66a2eb.bindPopup(popup_b3a5467fd18e2f2d02cec4c0c5e12f00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f079841da2fe95bd8fbbcb51f66a2eb.setIcon(icon_6e457c5322855faec28981f2e3dbc819);
|
|
|
|
|
|
var marker_e1cc3d2e5381ac5fee9822a09c69e2bd = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cde9b7065a9a8f152934a29fe5519b85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c67ef831484121607fd78d78c7ce938 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5aa01760e28ae705897f4c27486a05c2 = $(`<div id="html_5aa01760e28ae705897f4c27486a05c2" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_0c67ef831484121607fd78d78c7ce938.setContent(html_5aa01760e28ae705897f4c27486a05c2);
|
|
|
|
|
|
|
|
marker_e1cc3d2e5381ac5fee9822a09c69e2bd.bindPopup(popup_0c67ef831484121607fd78d78c7ce938)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1cc3d2e5381ac5fee9822a09c69e2bd.setIcon(icon_cde9b7065a9a8f152934a29fe5519b85);
|
|
|
|
|
|
var marker_66e2f4198d918513556e07ccfddf54b0 = L.marker(
|
|
[30.2944, -97.6223],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_84e6ce31ea32a8138d015b59a71338b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_358b669e3039ea6c955f7983558bfa0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d984c9641a35afa317f7c7fc0a75ce7 = $(`<div id="html_3d984c9641a35afa317f7c7fc0a75ce7" style="width: 100.0%; height: 100.0%;">nostr.l484.com</div>`)[0];
|
|
popup_358b669e3039ea6c955f7983558bfa0b.setContent(html_3d984c9641a35afa317f7c7fc0a75ce7);
|
|
|
|
|
|
|
|
marker_66e2f4198d918513556e07ccfddf54b0.bindPopup(popup_358b669e3039ea6c955f7983558bfa0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66e2f4198d918513556e07ccfddf54b0.setIcon(icon_84e6ce31ea32a8138d015b59a71338b8);
|
|
|
|
|
|
var marker_cd6b6e50e73e5b95398409d804d0f132 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4578f78ec070436e4ffc3c9d5dca08bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3c5e76a1e5c28c8a1510e5877a590a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cf94a50b2d79c43132ffb49d5e8d7c5 = $(`<div id="html_8cf94a50b2d79c43132ffb49d5e8d7c5" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_a3c5e76a1e5c28c8a1510e5877a590a1.setContent(html_8cf94a50b2d79c43132ffb49d5e8d7c5);
|
|
|
|
|
|
|
|
marker_cd6b6e50e73e5b95398409d804d0f132.bindPopup(popup_a3c5e76a1e5c28c8a1510e5877a590a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd6b6e50e73e5b95398409d804d0f132.setIcon(icon_4578f78ec070436e4ffc3c9d5dca08bf);
|
|
|
|
|
|
var marker_09f98b677f31665c09e1f99806e1976b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_517c517469234fe51b7905aa5ccf1c4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75b4d5829b34da173426a0baa3b28651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_483b9d311c1dcb1a1a4f57d7fae78cbc = $(`<div id="html_483b9d311c1dcb1a1a4f57d7fae78cbc" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com:443</div>`)[0];
|
|
popup_75b4d5829b34da173426a0baa3b28651.setContent(html_483b9d311c1dcb1a1a4f57d7fae78cbc);
|
|
|
|
|
|
|
|
marker_09f98b677f31665c09e1f99806e1976b.bindPopup(popup_75b4d5829b34da173426a0baa3b28651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f98b677f31665c09e1f99806e1976b.setIcon(icon_517c517469234fe51b7905aa5ccf1c4d);
|
|
|
|
|
|
var marker_e318042b4c8d68b2a598dd3e7849dfd3 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_22bc55fbd401f1f658c5ce4f846514e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c99337fdf01839a51cfe3db5035cc436 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_408a0f40ab4fc5711c5faa1b702b5c2c = $(`<div id="html_408a0f40ab4fc5711c5faa1b702b5c2c" style="width: 100.0%; height: 100.0%;">relay.angor.io:443</div>`)[0];
|
|
popup_c99337fdf01839a51cfe3db5035cc436.setContent(html_408a0f40ab4fc5711c5faa1b702b5c2c);
|
|
|
|
|
|
|
|
marker_e318042b4c8d68b2a598dd3e7849dfd3.bindPopup(popup_c99337fdf01839a51cfe3db5035cc436)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e318042b4c8d68b2a598dd3e7849dfd3.setIcon(icon_22bc55fbd401f1f658c5ce4f846514e9);
|
|
|
|
|
|
var marker_ada1297a368bced3fb214cd0f4f310e1 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_aae0d6a79b104d3e402e7fa4ffcc7e14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c72601541d2f803a17c60acc524a5a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dc8593e8776e21f3fc38c9ebfadf388 = $(`<div id="html_6dc8593e8776e21f3fc38c9ebfadf388" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_4c72601541d2f803a17c60acc524a5a0.setContent(html_6dc8593e8776e21f3fc38c9ebfadf388);
|
|
|
|
|
|
|
|
marker_ada1297a368bced3fb214cd0f4f310e1.bindPopup(popup_4c72601541d2f803a17c60acc524a5a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ada1297a368bced3fb214cd0f4f310e1.setIcon(icon_aae0d6a79b104d3e402e7fa4ffcc7e14);
|
|
|
|
|
|
var marker_a8c27a1393cc273292b3d76669320688 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_be647b64e4740c86494a1cb908b5eb56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed9b1634bc597bd2daebe2e7a5b7408a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3549652118834e7014e730ef90e9f9a8 = $(`<div id="html_3549652118834e7014e730ef90e9f9a8" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_ed9b1634bc597bd2daebe2e7a5b7408a.setContent(html_3549652118834e7014e730ef90e9f9a8);
|
|
|
|
|
|
|
|
marker_a8c27a1393cc273292b3d76669320688.bindPopup(popup_ed9b1634bc597bd2daebe2e7a5b7408a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8c27a1393cc273292b3d76669320688.setIcon(icon_be647b64e4740c86494a1cb908b5eb56);
|
|
|
|
|
|
var marker_9913b2dd5638c8eeb73b1cfe3ba000f2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a90deb748bc573922e7c537bdc6de67e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_091b8ebcf1cf73c9d458ab175adc611b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5430bcb140815ac8d224413ecc04149c = $(`<div id="html_5430bcb140815ac8d224413ecc04149c" style="width: 100.0%; height: 100.0%;">nostr.stakey.net:443</div>`)[0];
|
|
popup_091b8ebcf1cf73c9d458ab175adc611b.setContent(html_5430bcb140815ac8d224413ecc04149c);
|
|
|
|
|
|
|
|
marker_9913b2dd5638c8eeb73b1cfe3ba000f2.bindPopup(popup_091b8ebcf1cf73c9d458ab175adc611b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9913b2dd5638c8eeb73b1cfe3ba000f2.setIcon(icon_a90deb748bc573922e7c537bdc6de67e);
|
|
|
|
|
|
var marker_f78acb9a9e5a23e071803bfb510ae025 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2251ca65d2fd84080ce11ee3b8ee7c19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce20aaf365b6468b0189b8272718d90b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faf92162885471baa49621f173fe3252 = $(`<div id="html_faf92162885471baa49621f173fe3252" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_ce20aaf365b6468b0189b8272718d90b.setContent(html_faf92162885471baa49621f173fe3252);
|
|
|
|
|
|
|
|
marker_f78acb9a9e5a23e071803bfb510ae025.bindPopup(popup_ce20aaf365b6468b0189b8272718d90b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f78acb9a9e5a23e071803bfb510ae025.setIcon(icon_2251ca65d2fd84080ce11ee3b8ee7c19);
|
|
|
|
|
|
var marker_6f27214bd310c5a05ecffc6fd7f626db = L.marker(
|
|
[48.9006, 2.25929],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8ee79d3dca9bc1af7250a304a42a61b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19a7f9b384bbb296e6694ca7015013a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_572641379d9de131a7a678ccce2d0b7c = $(`<div id="html_572641379d9de131a7a678ccce2d0b7c" style="width: 100.0%; height: 100.0%;">relay.sovereignresonance.org</div>`)[0];
|
|
popup_19a7f9b384bbb296e6694ca7015013a1.setContent(html_572641379d9de131a7a678ccce2d0b7c);
|
|
|
|
|
|
|
|
marker_6f27214bd310c5a05ecffc6fd7f626db.bindPopup(popup_19a7f9b384bbb296e6694ca7015013a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f27214bd310c5a05ecffc6fd7f626db.setIcon(icon_8ee79d3dca9bc1af7250a304a42a61b7);
|
|
|
|
|
|
var marker_a824673e266c552c644f554c6f2d7f5f = L.marker(
|
|
[46.9501, 7.43678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1fd85c3acedf32b0b827b3af32c0ab8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cef1736e5f94fd603108827f83042510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f41ac90490a101ec1dfba4429fd51b0 = $(`<div id="html_8f41ac90490a101ec1dfba4429fd51b0" style="width: 100.0%; height: 100.0%;">relay.artio.inf.unibe.ch</div>`)[0];
|
|
popup_cef1736e5f94fd603108827f83042510.setContent(html_8f41ac90490a101ec1dfba4429fd51b0);
|
|
|
|
|
|
|
|
marker_a824673e266c552c644f554c6f2d7f5f.bindPopup(popup_cef1736e5f94fd603108827f83042510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a824673e266c552c644f554c6f2d7f5f.setIcon(icon_1fd85c3acedf32b0b827b3af32c0ab8d);
|
|
|
|
|
|
var marker_cdb1fe1cde2d9bdc9bf4e55e7eee7afd = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_97a6f75664f31054eff7a98444ea45a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14733163db1d5cea7ca44cab1759d962 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5cf43fb058891b6ccc86040556e2c1e = $(`<div id="html_f5cf43fb058891b6ccc86040556e2c1e" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_14733163db1d5cea7ca44cab1759d962.setContent(html_f5cf43fb058891b6ccc86040556e2c1e);
|
|
|
|
|
|
|
|
marker_cdb1fe1cde2d9bdc9bf4e55e7eee7afd.bindPopup(popup_14733163db1d5cea7ca44cab1759d962)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdb1fe1cde2d9bdc9bf4e55e7eee7afd.setIcon(icon_97a6f75664f31054eff7a98444ea45a7);
|
|
|
|
|
|
var marker_d12bea88535d83afbfae53150bfff27e = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d0e199c90b3f28743e4ca779f2fa4c8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5182ce85038c5a62e8bf688c978d74a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12b667f63ed75f1408c93f25d483ad98 = $(`<div id="html_12b667f63ed75f1408c93f25d483ad98" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_5182ce85038c5a62e8bf688c978d74a5.setContent(html_12b667f63ed75f1408c93f25d483ad98);
|
|
|
|
|
|
|
|
marker_d12bea88535d83afbfae53150bfff27e.bindPopup(popup_5182ce85038c5a62e8bf688c978d74a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d12bea88535d83afbfae53150bfff27e.setIcon(icon_d0e199c90b3f28743e4ca779f2fa4c8e);
|
|
|
|
|
|
var marker_75d577ee863fb3a74bdb94edb70052b2 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_827376d1d9b87e1c9078a78421e43b88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5783fcc8008c3a051c4efddcc6a57937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fdc6d054214ac03a644e1c26ea6a699 = $(`<div id="html_7fdc6d054214ac03a644e1c26ea6a699" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_5783fcc8008c3a051c4efddcc6a57937.setContent(html_7fdc6d054214ac03a644e1c26ea6a699);
|
|
|
|
|
|
|
|
marker_75d577ee863fb3a74bdb94edb70052b2.bindPopup(popup_5783fcc8008c3a051c4efddcc6a57937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75d577ee863fb3a74bdb94edb70052b2.setIcon(icon_827376d1d9b87e1c9078a78421e43b88);
|
|
|
|
|
|
var marker_9eb8758f4d0b25efb19667efcd04bfca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_42f646cf334103787c75abbc725d838b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_519531fac1d5ddb95ceec46a0a8f4d95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fe4e2d97182e464d1af5bca32b77e30 = $(`<div id="html_5fe4e2d97182e464d1af5bca32b77e30" style="width: 100.0%; height: 100.0%;">nostr.girino.org:443</div>`)[0];
|
|
popup_519531fac1d5ddb95ceec46a0a8f4d95.setContent(html_5fe4e2d97182e464d1af5bca32b77e30);
|
|
|
|
|
|
|
|
marker_9eb8758f4d0b25efb19667efcd04bfca.bindPopup(popup_519531fac1d5ddb95ceec46a0a8f4d95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9eb8758f4d0b25efb19667efcd04bfca.setIcon(icon_42f646cf334103787c75abbc725d838b);
|
|
|
|
|
|
var marker_6a889ce3dab25e500ab93ee7d5524234 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_724a1fb17d493cab487f57f717e362be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_985e9c78e82955795b667623928f22be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10d682596f6861b615570e4319f20500 = $(`<div id="html_10d682596f6861b615570e4319f20500" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com:443</div>`)[0];
|
|
popup_985e9c78e82955795b667623928f22be.setContent(html_10d682596f6861b615570e4319f20500);
|
|
|
|
|
|
|
|
marker_6a889ce3dab25e500ab93ee7d5524234.bindPopup(popup_985e9c78e82955795b667623928f22be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a889ce3dab25e500ab93ee7d5524234.setIcon(icon_724a1fb17d493cab487f57f717e362be);
|
|
|
|
|
|
var marker_c17a42cffd7cf372a92c572bdf80ead7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6460352da5eded8ae6efe454421246ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64164c7dda83bb3b795c5ffb5b7e51f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_870d19ac21c48c0a42050c577476fb08 = $(`<div id="html_870d19ac21c48c0a42050c577476fb08" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_64164c7dda83bb3b795c5ffb5b7e51f0.setContent(html_870d19ac21c48c0a42050c577476fb08);
|
|
|
|
|
|
|
|
marker_c17a42cffd7cf372a92c572bdf80ead7.bindPopup(popup_64164c7dda83bb3b795c5ffb5b7e51f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c17a42cffd7cf372a92c572bdf80ead7.setIcon(icon_6460352da5eded8ae6efe454421246ce);
|
|
|
|
|
|
var marker_96203de649111b101ff1416333f9fb53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c6ac6a007a7c9c17d91da4e25aa06ec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abde9578669a9c81f053e3c2d6a1599b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b413fd23284b4ba41137c64dfbc8b880 = $(`<div id="html_b413fd23284b4ba41137c64dfbc8b880" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_abde9578669a9c81f053e3c2d6a1599b.setContent(html_b413fd23284b4ba41137c64dfbc8b880);
|
|
|
|
|
|
|
|
marker_96203de649111b101ff1416333f9fb53.bindPopup(popup_abde9578669a9c81f053e3c2d6a1599b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96203de649111b101ff1416333f9fb53.setIcon(icon_c6ac6a007a7c9c17d91da4e25aa06ec0);
|
|
|
|
|
|
var marker_a27f66f343129cf459487aad28c6c8c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_96bd133a46d1bcab0d8d4809d858d5da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6283355aa1596989bff2e64868a6233f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05a3c85d29402afd9793e13b08d7e14e = $(`<div id="html_05a3c85d29402afd9793e13b08d7e14e" style="width: 100.0%; height: 100.0%;">relay.ohstr.com:443</div>`)[0];
|
|
popup_6283355aa1596989bff2e64868a6233f.setContent(html_05a3c85d29402afd9793e13b08d7e14e);
|
|
|
|
|
|
|
|
marker_a27f66f343129cf459487aad28c6c8c5.bindPopup(popup_6283355aa1596989bff2e64868a6233f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a27f66f343129cf459487aad28c6c8c5.setIcon(icon_96bd133a46d1bcab0d8d4809d858d5da);
|
|
|
|
|
|
var marker_5b1f467192b760ad2e527e5196bf2a0a = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9c8df1a2432e34e329d2300824f4dd93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d04e5d28cd8bd6a02cca981875ce5c5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b7382cbd53f71481ffc949a52d20c39 = $(`<div id="html_5b7382cbd53f71481ffc949a52d20c39" style="width: 100.0%; height: 100.0%;">r.0kb.io:443</div>`)[0];
|
|
popup_d04e5d28cd8bd6a02cca981875ce5c5c.setContent(html_5b7382cbd53f71481ffc949a52d20c39);
|
|
|
|
|
|
|
|
marker_5b1f467192b760ad2e527e5196bf2a0a.bindPopup(popup_d04e5d28cd8bd6a02cca981875ce5c5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b1f467192b760ad2e527e5196bf2a0a.setIcon(icon_9c8df1a2432e34e329d2300824f4dd93);
|
|
|
|
|
|
var marker_20f3db7098799631f1c785e908c8261e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_31b79e6fa9a549ca6de7fcb564f4632f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a8d03283de74b2452e2b550df1bf6d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_345d3d5d8eed8885c56db66d62a4c75e = $(`<div id="html_345d3d5d8eed8885c56db66d62a4c75e" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe:443</div>`)[0];
|
|
popup_5a8d03283de74b2452e2b550df1bf6d1.setContent(html_345d3d5d8eed8885c56db66d62a4c75e);
|
|
|
|
|
|
|
|
marker_20f3db7098799631f1c785e908c8261e.bindPopup(popup_5a8d03283de74b2452e2b550df1bf6d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20f3db7098799631f1c785e908c8261e.setIcon(icon_31b79e6fa9a549ca6de7fcb564f4632f);
|
|
|
|
|
|
var marker_9c7d9ab349e45a544b43e5c3815bf7c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0211d4f8324623a99f01b16c8780470c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_835fa0bdbe4e127a05984cedb50b2eb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d87876c47605f343a0cb1ebbf7505bd = $(`<div id="html_6d87876c47605f343a0cb1ebbf7505bd" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_835fa0bdbe4e127a05984cedb50b2eb4.setContent(html_6d87876c47605f343a0cb1ebbf7505bd);
|
|
|
|
|
|
|
|
marker_9c7d9ab349e45a544b43e5c3815bf7c4.bindPopup(popup_835fa0bdbe4e127a05984cedb50b2eb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c7d9ab349e45a544b43e5c3815bf7c4.setIcon(icon_0211d4f8324623a99f01b16c8780470c);
|
|
|
|
|
|
var marker_b024eeff1fca6f1f9e19cfd822519e79 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8db1c32f85a5c88ea72d707b900882fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2146cbc80b7e9d009ca94615261c4630 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_606e3c625fd877f354020a0a9e634bfd = $(`<div id="html_606e3c625fd877f354020a0a9e634bfd" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_2146cbc80b7e9d009ca94615261c4630.setContent(html_606e3c625fd877f354020a0a9e634bfd);
|
|
|
|
|
|
|
|
marker_b024eeff1fca6f1f9e19cfd822519e79.bindPopup(popup_2146cbc80b7e9d009ca94615261c4630)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b024eeff1fca6f1f9e19cfd822519e79.setIcon(icon_8db1c32f85a5c88ea72d707b900882fd);
|
|
|
|
|
|
var marker_967b7f17e40cd41ad245f1476bc46cac = L.marker(
|
|
[50.5145, 16.0119],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c1c28c538f18d295d4cce6c80b7af291 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acf6f5bbdd6d85a2655a3373284e1b6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1e972ecbe29433b84f12772862d57af = $(`<div id="html_c1e972ecbe29433b84f12772862d57af" style="width: 100.0%; height: 100.0%;">nrl.ceskar.xyz</div>`)[0];
|
|
popup_acf6f5bbdd6d85a2655a3373284e1b6b.setContent(html_c1e972ecbe29433b84f12772862d57af);
|
|
|
|
|
|
|
|
marker_967b7f17e40cd41ad245f1476bc46cac.bindPopup(popup_acf6f5bbdd6d85a2655a3373284e1b6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_967b7f17e40cd41ad245f1476bc46cac.setIcon(icon_c1c28c538f18d295d4cce6c80b7af291);
|
|
|
|
|
|
var marker_d474edf5b1514888c8856bf7f9799ac7 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_157fb6913f3f04e567b21d219525c966 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42dd8197c47e38779a13ff0aaaa0dd69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fab643fddc3afa7d3604743829535cf = $(`<div id="html_6fab643fddc3afa7d3604743829535cf" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_42dd8197c47e38779a13ff0aaaa0dd69.setContent(html_6fab643fddc3afa7d3604743829535cf);
|
|
|
|
|
|
|
|
marker_d474edf5b1514888c8856bf7f9799ac7.bindPopup(popup_42dd8197c47e38779a13ff0aaaa0dd69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d474edf5b1514888c8856bf7f9799ac7.setIcon(icon_157fb6913f3f04e567b21d219525c966);
|
|
|
|
|
|
var marker_1b13774decf334778a2caceb0c018da7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9dd3b4866b0c2c368d2fdcfc13ec966f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_583380dc368a39520df152c86be00595 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f91630c4a15a783f788f3cf9f483a59 = $(`<div id="html_5f91630c4a15a783f788f3cf9f483a59" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_583380dc368a39520df152c86be00595.setContent(html_5f91630c4a15a783f788f3cf9f483a59);
|
|
|
|
|
|
|
|
marker_1b13774decf334778a2caceb0c018da7.bindPopup(popup_583380dc368a39520df152c86be00595)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b13774decf334778a2caceb0c018da7.setIcon(icon_9dd3b4866b0c2c368d2fdcfc13ec966f);
|
|
|
|
|
|
var marker_ecd0fffc2add93c7966d32f03518167f = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a80bfd049126de7baf85d4db57ec301e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12c45e3ee9243cd8b46bfc315128cdf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f919ce3f981fdc8eb9faea81e1e0d106 = $(`<div id="html_f919ce3f981fdc8eb9faea81e1e0d106" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_12c45e3ee9243cd8b46bfc315128cdf2.setContent(html_f919ce3f981fdc8eb9faea81e1e0d106);
|
|
|
|
|
|
|
|
marker_ecd0fffc2add93c7966d32f03518167f.bindPopup(popup_12c45e3ee9243cd8b46bfc315128cdf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecd0fffc2add93c7966d32f03518167f.setIcon(icon_a80bfd049126de7baf85d4db57ec301e);
|
|
|
|
|
|
var marker_6e3f48d7b911ea75c6e454508a9f421a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c98f06d1cb5d4d7f46824a7411c68e7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afbff422848cce2c9b43fecae77adc8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12a1edf91f1f627d358ebac384980525 = $(`<div id="html_12a1edf91f1f627d358ebac384980525" style="width: 100.0%; height: 100.0%;">nostr.hekster.org:443</div>`)[0];
|
|
popup_afbff422848cce2c9b43fecae77adc8b.setContent(html_12a1edf91f1f627d358ebac384980525);
|
|
|
|
|
|
|
|
marker_6e3f48d7b911ea75c6e454508a9f421a.bindPopup(popup_afbff422848cce2c9b43fecae77adc8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e3f48d7b911ea75c6e454508a9f421a.setIcon(icon_c98f06d1cb5d4d7f46824a7411c68e7e);
|
|
|
|
|
|
var marker_4731b18ef625242d3e0487da8a83b7ee = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e516640ab89a8962a2afc1f8b1c84b05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8df05efb65126f68087b66d464888b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32a4b577c323bb04277916848b2ab285 = $(`<div id="html_32a4b577c323bb04277916848b2ab285" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_e8df05efb65126f68087b66d464888b7.setContent(html_32a4b577c323bb04277916848b2ab285);
|
|
|
|
|
|
|
|
marker_4731b18ef625242d3e0487da8a83b7ee.bindPopup(popup_e8df05efb65126f68087b66d464888b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4731b18ef625242d3e0487da8a83b7ee.setIcon(icon_e516640ab89a8962a2afc1f8b1c84b05);
|
|
|
|
|
|
var marker_3e3d7ad123b577a4a8665bb4561ba59d = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_aaa75d84b97aa0645ea55b85ead0ada5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_662b2a68d6cc0f3f49fea5cc901313d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08b6a5a9f5c8fa2f335c2c6ed6d5a93c = $(`<div id="html_08b6a5a9f5c8fa2f335c2c6ed6d5a93c" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_662b2a68d6cc0f3f49fea5cc901313d8.setContent(html_08b6a5a9f5c8fa2f335c2c6ed6d5a93c);
|
|
|
|
|
|
|
|
marker_3e3d7ad123b577a4a8665bb4561ba59d.bindPopup(popup_662b2a68d6cc0f3f49fea5cc901313d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e3d7ad123b577a4a8665bb4561ba59d.setIcon(icon_aaa75d84b97aa0645ea55b85ead0ada5);
|
|
|
|
|
|
var marker_ea0e1d374035552db045327c7b52845d = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a3d0e0e76a83d5ad5101d7bcad235bab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab8ca82f6ce88b3d5ed8bf648b57540d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_291b2d4f6117b60fb1a2e64f00687926 = $(`<div id="html_291b2d4f6117b60fb1a2e64f00687926" style="width: 100.0%; height: 100.0%;">relay.layer.systems:443</div>`)[0];
|
|
popup_ab8ca82f6ce88b3d5ed8bf648b57540d.setContent(html_291b2d4f6117b60fb1a2e64f00687926);
|
|
|
|
|
|
|
|
marker_ea0e1d374035552db045327c7b52845d.bindPopup(popup_ab8ca82f6ce88b3d5ed8bf648b57540d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea0e1d374035552db045327c7b52845d.setIcon(icon_a3d0e0e76a83d5ad5101d7bcad235bab);
|
|
|
|
|
|
var marker_4f47f56544577544abd808b5d54b1716 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ae2f877856087d796401e878d6d552a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b83cc66f87a11687e261acd85ace2098 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc4948b4df1547e310b3611be739de6f = $(`<div id="html_fc4948b4df1547e310b3611be739de6f" style="width: 100.0%; height: 100.0%;">relay.trotters.cc:443</div>`)[0];
|
|
popup_b83cc66f87a11687e261acd85ace2098.setContent(html_fc4948b4df1547e310b3611be739de6f);
|
|
|
|
|
|
|
|
marker_4f47f56544577544abd808b5d54b1716.bindPopup(popup_b83cc66f87a11687e261acd85ace2098)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f47f56544577544abd808b5d54b1716.setIcon(icon_ae2f877856087d796401e878d6d552a4);
|
|
|
|
|
|
var marker_509b2994e6a2e4e486140d0d7f99302f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c3bcf4c51d335bb74a19420152f6890a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84883fa5978bde01c96353c7ab906e69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bb032fc5ef54d41b033bb5d85b97dd1 = $(`<div id="html_8bb032fc5ef54d41b033bb5d85b97dd1" style="width: 100.0%; height: 100.0%;">relay.libernet.app:443</div>`)[0];
|
|
popup_84883fa5978bde01c96353c7ab906e69.setContent(html_8bb032fc5ef54d41b033bb5d85b97dd1);
|
|
|
|
|
|
|
|
marker_509b2994e6a2e4e486140d0d7f99302f.bindPopup(popup_84883fa5978bde01c96353c7ab906e69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_509b2994e6a2e4e486140d0d7f99302f.setIcon(icon_c3bcf4c51d335bb74a19420152f6890a);
|
|
|
|
|
|
var marker_54e910fdc1cba9787a6ea2408101d038 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_bfd1688a2cd0a8cf49e3b4ba9dae2cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd272b95ec4b778c14f461efae5c9876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64ba8041519da39d5f57829264734c2a = $(`<div id="html_64ba8041519da39d5f57829264734c2a" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_bd272b95ec4b778c14f461efae5c9876.setContent(html_64ba8041519da39d5f57829264734c2a);
|
|
|
|
|
|
|
|
marker_54e910fdc1cba9787a6ea2408101d038.bindPopup(popup_bd272b95ec4b778c14f461efae5c9876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54e910fdc1cba9787a6ea2408101d038.setIcon(icon_bfd1688a2cd0a8cf49e3b4ba9dae2cab);
|
|
|
|
|
|
var marker_03d93eb3dab757d1a23c6e57b2160197 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5c498cbbc3cd7e0d7f8103acfdda491b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92d81c201fdca361a18259c9c49f396a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be4a81124a69fc5916475b995e36846c = $(`<div id="html_be4a81124a69fc5916475b995e36846c" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_92d81c201fdca361a18259c9c49f396a.setContent(html_be4a81124a69fc5916475b995e36846c);
|
|
|
|
|
|
|
|
marker_03d93eb3dab757d1a23c6e57b2160197.bindPopup(popup_92d81c201fdca361a18259c9c49f396a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03d93eb3dab757d1a23c6e57b2160197.setIcon(icon_5c498cbbc3cd7e0d7f8103acfdda491b);
|
|
|
|
|
|
var marker_4d3d3d974ea45deab991e96102fdb98b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fafa4a24138f2e48fb429f18dcac57bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85246a819b30f1793b599b5bc12723fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_909e14890e666fb00f09710e321423cb = $(`<div id="html_909e14890e666fb00f09710e321423cb" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net:443</div>`)[0];
|
|
popup_85246a819b30f1793b599b5bc12723fb.setContent(html_909e14890e666fb00f09710e321423cb);
|
|
|
|
|
|
|
|
marker_4d3d3d974ea45deab991e96102fdb98b.bindPopup(popup_85246a819b30f1793b599b5bc12723fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d3d3d974ea45deab991e96102fdb98b.setIcon(icon_fafa4a24138f2e48fb429f18dcac57bd);
|
|
|
|
|
|
var marker_e4ffb2455292d06a05d362deaae44e0b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b5c8171be94ca7fc6ab10629a59821ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec4790eefee6fb95f212710f1fb22e69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_253688fc3f058a451f191271522e15af = $(`<div id="html_253688fc3f058a451f191271522e15af" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_ec4790eefee6fb95f212710f1fb22e69.setContent(html_253688fc3f058a451f191271522e15af);
|
|
|
|
|
|
|
|
marker_e4ffb2455292d06a05d362deaae44e0b.bindPopup(popup_ec4790eefee6fb95f212710f1fb22e69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4ffb2455292d06a05d362deaae44e0b.setIcon(icon_b5c8171be94ca7fc6ab10629a59821ee);
|
|
|
|
|
|
var marker_fb0d50b10fe528949f3097b26b0981e1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4ecde69508caa68763b7a92250e887d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_604b1aab53e7b2c8e4ea8a0264e61f7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dab6bbaef24546548dd57b1a67e6d5d = $(`<div id="html_5dab6bbaef24546548dd57b1a67e6d5d" style="width: 100.0%; height: 100.0%;">relay.mostro.network:443</div>`)[0];
|
|
popup_604b1aab53e7b2c8e4ea8a0264e61f7e.setContent(html_5dab6bbaef24546548dd57b1a67e6d5d);
|
|
|
|
|
|
|
|
marker_fb0d50b10fe528949f3097b26b0981e1.bindPopup(popup_604b1aab53e7b2c8e4ea8a0264e61f7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb0d50b10fe528949f3097b26b0981e1.setIcon(icon_4ecde69508caa68763b7a92250e887d7);
|
|
|
|
|
|
var marker_309b6dca5aacc5637364383ce86274cc = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b41ded48bfd34f7bdacbbfbc675a4fc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67a8181136a5609137b025fcebf0dd12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39c761e3529fe65f2158f580542340aa = $(`<div id="html_39c761e3529fe65f2158f580542340aa" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_67a8181136a5609137b025fcebf0dd12.setContent(html_39c761e3529fe65f2158f580542340aa);
|
|
|
|
|
|
|
|
marker_309b6dca5aacc5637364383ce86274cc.bindPopup(popup_67a8181136a5609137b025fcebf0dd12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_309b6dca5aacc5637364383ce86274cc.setIcon(icon_b41ded48bfd34f7bdacbbfbc675a4fc1);
|
|
|
|
|
|
var marker_a58245d457a39db192f98e875ed2731b = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1cd99b18e510aa330dfc5b9c7a7c339d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec3bca95e601ec30c7881853c0b54ee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96132106d18046c9b0cd7fea409e0f30 = $(`<div id="html_96132106d18046c9b0cd7fea409e0f30" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_ec3bca95e601ec30c7881853c0b54ee2.setContent(html_96132106d18046c9b0cd7fea409e0f30);
|
|
|
|
|
|
|
|
marker_a58245d457a39db192f98e875ed2731b.bindPopup(popup_ec3bca95e601ec30c7881853c0b54ee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a58245d457a39db192f98e875ed2731b.setIcon(icon_1cd99b18e510aa330dfc5b9c7a7c339d);
|
|
|
|
|
|
var marker_d808742ae9116a3602f3338d44e601e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_fcde9557062e06c185f2c90f845ae2b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ef7c321a5fdcf755603747e2c2c414e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_315e7cb0c7bb6cf902aa765fbe957d48 = $(`<div id="html_315e7cb0c7bb6cf902aa765fbe957d48" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com:443</div>`)[0];
|
|
popup_9ef7c321a5fdcf755603747e2c2c414e.setContent(html_315e7cb0c7bb6cf902aa765fbe957d48);
|
|
|
|
|
|
|
|
marker_d808742ae9116a3602f3338d44e601e9.bindPopup(popup_9ef7c321a5fdcf755603747e2c2c414e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d808742ae9116a3602f3338d44e601e9.setIcon(icon_fcde9557062e06c185f2c90f845ae2b5);
|
|
|
|
|
|
var marker_2de408b76eff339c957bdb7b842063d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_494eec9a5c440bdd2b8e63903c36f37c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3317a6ea4aeb523021bc4e649a2581c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1bfc825f80ec3b9ba88f586df4f6cbd = $(`<div id="html_d1bfc825f80ec3b9ba88f586df4f6cbd" style="width: 100.0%; height: 100.0%;">bruh.samt.st</div>`)[0];
|
|
popup_3317a6ea4aeb523021bc4e649a2581c8.setContent(html_d1bfc825f80ec3b9ba88f586df4f6cbd);
|
|
|
|
|
|
|
|
marker_2de408b76eff339c957bdb7b842063d6.bindPopup(popup_3317a6ea4aeb523021bc4e649a2581c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2de408b76eff339c957bdb7b842063d6.setIcon(icon_494eec9a5c440bdd2b8e63903c36f37c);
|
|
|
|
|
|
var marker_5d02011c50e5f4533b78ed5a7f436306 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2dba6a40b25f5f0bf9fbe30ec1961116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5417cc6d496d6fab96bdf4523e5bb7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1f2aace28966259ebc20454d3410530 = $(`<div id="html_c1f2aace28966259ebc20454d3410530" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_e5417cc6d496d6fab96bdf4523e5bb7d.setContent(html_c1f2aace28966259ebc20454d3410530);
|
|
|
|
|
|
|
|
marker_5d02011c50e5f4533b78ed5a7f436306.bindPopup(popup_e5417cc6d496d6fab96bdf4523e5bb7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d02011c50e5f4533b78ed5a7f436306.setIcon(icon_2dba6a40b25f5f0bf9fbe30ec1961116);
|
|
|
|
|
|
var marker_a942cd08ee96d107b9750b394881a6a9 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_48b6f7a27a80fc14106577a7eafb5afb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84ade78f24fa8ad46489f4c60da352c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d5a2a77dbe23afd1b0300df7c743349 = $(`<div id="html_3d5a2a77dbe23afd1b0300df7c743349" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_84ade78f24fa8ad46489f4c60da352c7.setContent(html_3d5a2a77dbe23afd1b0300df7c743349);
|
|
|
|
|
|
|
|
marker_a942cd08ee96d107b9750b394881a6a9.bindPopup(popup_84ade78f24fa8ad46489f4c60da352c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a942cd08ee96d107b9750b394881a6a9.setIcon(icon_48b6f7a27a80fc14106577a7eafb5afb);
|
|
|
|
|
|
var marker_5f8126141078adafe80b7790dd8127e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5779a6b707617fdb605efb2952175da3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c877fe16485fadf4d0c0b8e42ebf19e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd21b329fd1742cbce3c256b42c4fb00 = $(`<div id="html_bd21b329fd1742cbce3c256b42c4fb00" style="width: 100.0%; height: 100.0%;">vault.iris.to:443</div>`)[0];
|
|
popup_c877fe16485fadf4d0c0b8e42ebf19e8.setContent(html_bd21b329fd1742cbce3c256b42c4fb00);
|
|
|
|
|
|
|
|
marker_5f8126141078adafe80b7790dd8127e3.bindPopup(popup_c877fe16485fadf4d0c0b8e42ebf19e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f8126141078adafe80b7790dd8127e3.setIcon(icon_5779a6b707617fdb605efb2952175da3);
|
|
|
|
|
|
var marker_bf8e3660954850cc3c7645e46664bc54 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f297d222eb629026d4ffd3de8df9ea5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d3d186ac1b2cb29830b4462800acc05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5ea7261721c495e76d713e8e73be370 = $(`<div id="html_c5ea7261721c495e76d713e8e73be370" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_8d3d186ac1b2cb29830b4462800acc05.setContent(html_c5ea7261721c495e76d713e8e73be370);
|
|
|
|
|
|
|
|
marker_bf8e3660954850cc3c7645e46664bc54.bindPopup(popup_8d3d186ac1b2cb29830b4462800acc05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf8e3660954850cc3c7645e46664bc54.setIcon(icon_f297d222eb629026d4ffd3de8df9ea5d);
|
|
|
|
|
|
var marker_b36e562cbd13b19041f1bda309b24d27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a30e2e508c2523f8c396d172e704aaff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94c5b7cdc5e158d1d57d949ac4265733 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bbca92009913bca21d580be129f710f = $(`<div id="html_0bbca92009913bca21d580be129f710f" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_94c5b7cdc5e158d1d57d949ac4265733.setContent(html_0bbca92009913bca21d580be129f710f);
|
|
|
|
|
|
|
|
marker_b36e562cbd13b19041f1bda309b24d27.bindPopup(popup_94c5b7cdc5e158d1d57d949ac4265733)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b36e562cbd13b19041f1bda309b24d27.setIcon(icon_a30e2e508c2523f8c396d172e704aaff);
|
|
|
|
|
|
var marker_7b99ac0e1427d987db1c5da37f299966 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_8794f51cecc7399f703e27fb94e2381c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e28bf378b0b51ca44263a6a0726eec88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b5739b93e90ee226522cf6dd13a0acf = $(`<div id="html_0b5739b93e90ee226522cf6dd13a0acf" style="width: 100.0%; height: 100.0%;">relay.satsmarkt.club</div>`)[0];
|
|
popup_e28bf378b0b51ca44263a6a0726eec88.setContent(html_0b5739b93e90ee226522cf6dd13a0acf);
|
|
|
|
|
|
|
|
marker_7b99ac0e1427d987db1c5da37f299966.bindPopup(popup_e28bf378b0b51ca44263a6a0726eec88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b99ac0e1427d987db1c5da37f299966.setIcon(icon_8794f51cecc7399f703e27fb94e2381c);
|
|
|
|
|
|
var marker_e5222dab973fe25f84e6aaa88d4d6e36 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d50ee03cd206bc81a39ce30cf197bca7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b42a56732058cf568cb56515a33526f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc718f5d89ca335d50f8e274db2f3983 = $(`<div id="html_dc718f5d89ca335d50f8e274db2f3983" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_8b42a56732058cf568cb56515a33526f.setContent(html_dc718f5d89ca335d50f8e274db2f3983);
|
|
|
|
|
|
|
|
marker_e5222dab973fe25f84e6aaa88d4d6e36.bindPopup(popup_8b42a56732058cf568cb56515a33526f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5222dab973fe25f84e6aaa88d4d6e36.setIcon(icon_d50ee03cd206bc81a39ce30cf197bca7);
|
|
|
|
|
|
var marker_87bd688bb3af52e86a7da85f13dfab3f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_63dd61fde33d9159fd55a86af8cc87a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8be7dc10b0e5f646380204f28fe004f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6922f0d93fb73aac46d28120b1d41bc1 = $(`<div id="html_6922f0d93fb73aac46d28120b1d41bc1" style="width: 100.0%; height: 100.0%;">relay.fountain.fm:443</div>`)[0];
|
|
popup_b8be7dc10b0e5f646380204f28fe004f.setContent(html_6922f0d93fb73aac46d28120b1d41bc1);
|
|
|
|
|
|
|
|
marker_87bd688bb3af52e86a7da85f13dfab3f.bindPopup(popup_b8be7dc10b0e5f646380204f28fe004f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87bd688bb3af52e86a7da85f13dfab3f.setIcon(icon_63dd61fde33d9159fd55a86af8cc87a2);
|
|
|
|
|
|
var marker_8c5cf98d0d550fb4596c95504377097e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cb65c38b875c420a472a541b4d6cacb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb2cb9a570b6a9264621fa52e84f0924 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4650d736f7d89fba9f3b6afb43a9b08a = $(`<div id="html_4650d736f7d89fba9f3b6afb43a9b08a" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_bb2cb9a570b6a9264621fa52e84f0924.setContent(html_4650d736f7d89fba9f3b6afb43a9b08a);
|
|
|
|
|
|
|
|
marker_8c5cf98d0d550fb4596c95504377097e.bindPopup(popup_bb2cb9a570b6a9264621fa52e84f0924)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c5cf98d0d550fb4596c95504377097e.setIcon(icon_cb65c38b875c420a472a541b4d6cacb0);
|
|
|
|
|
|
var marker_defbdf0f6c1890d323fe139d11f5bb35 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a49c690c25ad8b5ba68ad73e5425a32e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4cd10896b939886d3b2203af30ba0f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d0200d23b7d997a3999d629c7aeee37 = $(`<div id="html_4d0200d23b7d997a3999d629c7aeee37" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_f4cd10896b939886d3b2203af30ba0f8.setContent(html_4d0200d23b7d997a3999d629c7aeee37);
|
|
|
|
|
|
|
|
marker_defbdf0f6c1890d323fe139d11f5bb35.bindPopup(popup_f4cd10896b939886d3b2203af30ba0f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_defbdf0f6c1890d323fe139d11f5bb35.setIcon(icon_a49c690c25ad8b5ba68ad73e5425a32e);
|
|
|
|
|
|
var marker_b15431ad6800a6bab9fc0d40af484930 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6becd1b7ce4b8db2086881aac6607f6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff4c39682f964b626503986c01cb376a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1f9b9d3ca41d1d324cf2afd170462da = $(`<div id="html_e1f9b9d3ca41d1d324cf2afd170462da" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_ff4c39682f964b626503986c01cb376a.setContent(html_e1f9b9d3ca41d1d324cf2afd170462da);
|
|
|
|
|
|
|
|
marker_b15431ad6800a6bab9fc0d40af484930.bindPopup(popup_ff4c39682f964b626503986c01cb376a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b15431ad6800a6bab9fc0d40af484930.setIcon(icon_6becd1b7ce4b8db2086881aac6607f6b);
|
|
|
|
|
|
var marker_4fb0d5534b7ec0ed4c2d4375f9b60ced = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5bc27b5f18e89870089d560ebe9dae0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dbaf2c3510fa3eee295c26e4f3ae508 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_831c4c1c1ce73b18f24cdd033f87a450 = $(`<div id="html_831c4c1c1ce73b18f24cdd033f87a450" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_7dbaf2c3510fa3eee295c26e4f3ae508.setContent(html_831c4c1c1ce73b18f24cdd033f87a450);
|
|
|
|
|
|
|
|
marker_4fb0d5534b7ec0ed4c2d4375f9b60ced.bindPopup(popup_7dbaf2c3510fa3eee295c26e4f3ae508)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fb0d5534b7ec0ed4c2d4375f9b60ced.setIcon(icon_5bc27b5f18e89870089d560ebe9dae0d);
|
|
|
|
|
|
var marker_cffcd42cc83d7c10999418b7e2d474bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b54ae6988ee4e5b1741ebb44374eeb06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e6f279987b23292f1970e436a8539e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2440bad3344a1b180ee4bbaa84ab583 = $(`<div id="html_a2440bad3344a1b180ee4bbaa84ab583" style="width: 100.0%; height: 100.0%;">nostr.janx.com</div>`)[0];
|
|
popup_1e6f279987b23292f1970e436a8539e0.setContent(html_a2440bad3344a1b180ee4bbaa84ab583);
|
|
|
|
|
|
|
|
marker_cffcd42cc83d7c10999418b7e2d474bc.bindPopup(popup_1e6f279987b23292f1970e436a8539e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cffcd42cc83d7c10999418b7e2d474bc.setIcon(icon_b54ae6988ee4e5b1741ebb44374eeb06);
|
|
|
|
|
|
var marker_9f5eddda96456b6d8c23ffd938d09168 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_084c3c8241416a48fa690e113a406cb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c266cf6b9de8ed3b5cdfa9c603690d45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03e85c0abf546231d3812d5ea5c8bd43 = $(`<div id="html_03e85c0abf546231d3812d5ea5c8bd43" style="width: 100.0%; height: 100.0%;">relay.manneken.brussels</div>`)[0];
|
|
popup_c266cf6b9de8ed3b5cdfa9c603690d45.setContent(html_03e85c0abf546231d3812d5ea5c8bd43);
|
|
|
|
|
|
|
|
marker_9f5eddda96456b6d8c23ffd938d09168.bindPopup(popup_c266cf6b9de8ed3b5cdfa9c603690d45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f5eddda96456b6d8c23ffd938d09168.setIcon(icon_084c3c8241416a48fa690e113a406cb6);
|
|
|
|
|
|
var marker_6dbc900598379f74e898775ddcc09934 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5b0982a1aff55ad9ce75a94b28489bd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53c44ba72cf283067226b69a7c948e14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17d4bc046e58bca736a53896353d8b2d = $(`<div id="html_17d4bc046e58bca736a53896353d8b2d" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_53c44ba72cf283067226b69a7c948e14.setContent(html_17d4bc046e58bca736a53896353d8b2d);
|
|
|
|
|
|
|
|
marker_6dbc900598379f74e898775ddcc09934.bindPopup(popup_53c44ba72cf283067226b69a7c948e14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dbc900598379f74e898775ddcc09934.setIcon(icon_5b0982a1aff55ad9ce75a94b28489bd0);
|
|
|
|
|
|
var marker_e1e780f667648715ed23095f1390a68a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_362605ce7a7f03e47d47dfc7f207f199 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65cfa7d1d21ad8507d4a90f2d1fc4ef5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_944ceb8bed05ec33d648bb1175fdeec9 = $(`<div id="html_944ceb8bed05ec33d648bb1175fdeec9" style="width: 100.0%; height: 100.0%;">relay.lacrypta.ar</div>`)[0];
|
|
popup_65cfa7d1d21ad8507d4a90f2d1fc4ef5.setContent(html_944ceb8bed05ec33d648bb1175fdeec9);
|
|
|
|
|
|
|
|
marker_e1e780f667648715ed23095f1390a68a.bindPopup(popup_65cfa7d1d21ad8507d4a90f2d1fc4ef5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1e780f667648715ed23095f1390a68a.setIcon(icon_362605ce7a7f03e47d47dfc7f207f199);
|
|
|
|
|
|
var marker_097195011dec4f06a3f9f100f84a0122 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_821820a622417cdf27a3595b5923d676 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885eac5fab279d797b9553f4618e03fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5637ac73343a09e7592a1abc33c9181 = $(`<div id="html_d5637ac73343a09e7592a1abc33c9181" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_885eac5fab279d797b9553f4618e03fe.setContent(html_d5637ac73343a09e7592a1abc33c9181);
|
|
|
|
|
|
|
|
marker_097195011dec4f06a3f9f100f84a0122.bindPopup(popup_885eac5fab279d797b9553f4618e03fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_097195011dec4f06a3f9f100f84a0122.setIcon(icon_821820a622417cdf27a3595b5923d676);
|
|
|
|
|
|
var marker_96a52415fa5c40437ac05d0adcc855e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2118178d02c15858cb53dd3b32b7ac9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_696c44fadc2eaa9d4a018f996caef185 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a05635b6a7d41e3b11d60b5f4d49e3bf = $(`<div id="html_a05635b6a7d41e3b11d60b5f4d49e3bf" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol:443</div>`)[0];
|
|
popup_696c44fadc2eaa9d4a018f996caef185.setContent(html_a05635b6a7d41e3b11d60b5f4d49e3bf);
|
|
|
|
|
|
|
|
marker_96a52415fa5c40437ac05d0adcc855e3.bindPopup(popup_696c44fadc2eaa9d4a018f996caef185)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a52415fa5c40437ac05d0adcc855e3.setIcon(icon_2118178d02c15858cb53dd3b32b7ac9a);
|
|
|
|
|
|
var marker_73c3d5f88a6d7967eae8a87658e8d0a5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_de38efa31d79ab1b3b7efbdfd28501f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c82afadc10a4c4a1fb132d85af74a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ccca29d8f238972f1a1c465d28a5d25 = $(`<div id="html_0ccca29d8f238972f1a1c465d28a5d25" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_59c82afadc10a4c4a1fb132d85af74a1.setContent(html_0ccca29d8f238972f1a1c465d28a5d25);
|
|
|
|
|
|
|
|
marker_73c3d5f88a6d7967eae8a87658e8d0a5.bindPopup(popup_59c82afadc10a4c4a1fb132d85af74a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73c3d5f88a6d7967eae8a87658e8d0a5.setIcon(icon_de38efa31d79ab1b3b7efbdfd28501f5);
|
|
|
|
|
|
var marker_919ad69b57da376dd9e34e1c564b7954 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4c029230668a960d71bdd9c03dac3b63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1c3bc1393ab0426eebb3820e3628d77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beaa4cfde1cc3f6264ff42632f5ff111 = $(`<div id="html_beaa4cfde1cc3f6264ff42632f5ff111" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_b1c3bc1393ab0426eebb3820e3628d77.setContent(html_beaa4cfde1cc3f6264ff42632f5ff111);
|
|
|
|
|
|
|
|
marker_919ad69b57da376dd9e34e1c564b7954.bindPopup(popup_b1c3bc1393ab0426eebb3820e3628d77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_919ad69b57da376dd9e34e1c564b7954.setIcon(icon_4c029230668a960d71bdd9c03dac3b63);
|
|
|
|
|
|
var marker_3b5054427bf923e9c0b7b08f9c0d3a19 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_e5b288c47ca24d7599b69d3adf90684a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fea2ae38ee86cc0d2bcf33c87583f5de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c19a50151476b4b5608887e76c143318 = $(`<div id="html_c19a50151476b4b5608887e76c143318" style="width: 100.0%; height: 100.0%;">relay.veganostr.com:443</div>`)[0];
|
|
popup_fea2ae38ee86cc0d2bcf33c87583f5de.setContent(html_c19a50151476b4b5608887e76c143318);
|
|
|
|
|
|
|
|
marker_3b5054427bf923e9c0b7b08f9c0d3a19.bindPopup(popup_fea2ae38ee86cc0d2bcf33c87583f5de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b5054427bf923e9c0b7b08f9c0d3a19.setIcon(icon_e5b288c47ca24d7599b69d3adf90684a);
|
|
|
|
|
|
var marker_115fec257abb6a1621be079e6ba65949 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_46710808b79a69ff7cde9cc345a8a610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_258525942e17edd1c48df692fc59713f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb94aaeb0c41bf12491fc6e1e67ddbd9 = $(`<div id="html_eb94aaeb0c41bf12491fc6e1e67ddbd9" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_258525942e17edd1c48df692fc59713f.setContent(html_eb94aaeb0c41bf12491fc6e1e67ddbd9);
|
|
|
|
|
|
|
|
marker_115fec257abb6a1621be079e6ba65949.bindPopup(popup_258525942e17edd1c48df692fc59713f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_115fec257abb6a1621be079e6ba65949.setIcon(icon_46710808b79a69ff7cde9cc345a8a610);
|
|
|
|
|
|
var marker_5b9dd720c4e6cc08ff0ca66ac2b6e6cf = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f3306aa7c122a308afaa035dd7e4db59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd551328743357b847a1ccb2097377d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a89048b417fff6ba24a29cae545fdb6d = $(`<div id="html_a89048b417fff6ba24a29cae545fdb6d" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_dd551328743357b847a1ccb2097377d1.setContent(html_a89048b417fff6ba24a29cae545fdb6d);
|
|
|
|
|
|
|
|
marker_5b9dd720c4e6cc08ff0ca66ac2b6e6cf.bindPopup(popup_dd551328743357b847a1ccb2097377d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b9dd720c4e6cc08ff0ca66ac2b6e6cf.setIcon(icon_f3306aa7c122a308afaa035dd7e4db59);
|
|
|
|
|
|
var marker_4fc3a4c1bdffbd64be2c1d3a2f0bcb08 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d797e47d52c2d8b8c2919cd1f34dedfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32f7987d2f59eb1151a7296850313ce8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aeea4347863341c3f4cc022bc4516234 = $(`<div id="html_aeea4347863341c3f4cc022bc4516234" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_32f7987d2f59eb1151a7296850313ce8.setContent(html_aeea4347863341c3f4cc022bc4516234);
|
|
|
|
|
|
|
|
marker_4fc3a4c1bdffbd64be2c1d3a2f0bcb08.bindPopup(popup_32f7987d2f59eb1151a7296850313ce8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fc3a4c1bdffbd64be2c1d3a2f0bcb08.setIcon(icon_d797e47d52c2d8b8c2919cd1f34dedfe);
|
|
|
|
|
|
var marker_608782fc30382e2835e6c34233165841 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cbbaf0ab7505d5057dbf4dee509753c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daa22e0c4bfe1278d471f3fb5a088525 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bebfc403a4c66434d4d6245a9f7ad14 = $(`<div id="html_5bebfc403a4c66434d4d6245a9f7ad14" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be:443</div>`)[0];
|
|
popup_daa22e0c4bfe1278d471f3fb5a088525.setContent(html_5bebfc403a4c66434d4d6245a9f7ad14);
|
|
|
|
|
|
|
|
marker_608782fc30382e2835e6c34233165841.bindPopup(popup_daa22e0c4bfe1278d471f3fb5a088525)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_608782fc30382e2835e6c34233165841.setIcon(icon_cbbaf0ab7505d5057dbf4dee509753c1);
|
|
|
|
|
|
var marker_8df1b57c9eedfb1dcdc05693a9508939 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_860b91fd8cce2004cc1b7ef53db3b291 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_264315ccff677cc74862024ec2e553c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bd0154a042db48fe535ef8c252b1b94 = $(`<div id="html_3bd0154a042db48fe535ef8c252b1b94" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_264315ccff677cc74862024ec2e553c7.setContent(html_3bd0154a042db48fe535ef8c252b1b94);
|
|
|
|
|
|
|
|
marker_8df1b57c9eedfb1dcdc05693a9508939.bindPopup(popup_264315ccff677cc74862024ec2e553c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8df1b57c9eedfb1dcdc05693a9508939.setIcon(icon_860b91fd8cce2004cc1b7ef53db3b291);
|
|
|
|
|
|
var marker_be622bde307db428cc9318f620390a83 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_65b33ed51262432d3a608a4ce9bef554 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7965375e12e0d22b90ab0bb6f752fe19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6f8e9b21894c2d4decf5a3194cd30ca = $(`<div id="html_a6f8e9b21894c2d4decf5a3194cd30ca" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_7965375e12e0d22b90ab0bb6f752fe19.setContent(html_a6f8e9b21894c2d4decf5a3194cd30ca);
|
|
|
|
|
|
|
|
marker_be622bde307db428cc9318f620390a83.bindPopup(popup_7965375e12e0d22b90ab0bb6f752fe19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be622bde307db428cc9318f620390a83.setIcon(icon_65b33ed51262432d3a608a4ce9bef554);
|
|
|
|
|
|
var marker_fe5c7fc26a6d6fe11ca02c404645ab0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a890805609d56dd8b93d806fe2189935 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d31d84257213d1685d918c290fc83ff8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1c01f7f3264113c8fd8b68f70761612 = $(`<div id="html_e1c01f7f3264113c8fd8b68f70761612" style="width: 100.0%; height: 100.0%;">relay.openresist.com:443</div>`)[0];
|
|
popup_d31d84257213d1685d918c290fc83ff8.setContent(html_e1c01f7f3264113c8fd8b68f70761612);
|
|
|
|
|
|
|
|
marker_fe5c7fc26a6d6fe11ca02c404645ab0d.bindPopup(popup_d31d84257213d1685d918c290fc83ff8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe5c7fc26a6d6fe11ca02c404645ab0d.setIcon(icon_a890805609d56dd8b93d806fe2189935);
|
|
|
|
|
|
var marker_312fbedb2a407e436d988fb1af9a6d71 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_594d45ece6cc12e4e8b9cd42fb6bb314 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9134f9184ee3f55d1554ec492c7b06e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2d7edd358d7f297eed0899b2941527d = $(`<div id="html_c2d7edd358d7f297eed0899b2941527d" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st:443</div>`)[0];
|
|
popup_9134f9184ee3f55d1554ec492c7b06e5.setContent(html_c2d7edd358d7f297eed0899b2941527d);
|
|
|
|
|
|
|
|
marker_312fbedb2a407e436d988fb1af9a6d71.bindPopup(popup_9134f9184ee3f55d1554ec492c7b06e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_312fbedb2a407e436d988fb1af9a6d71.setIcon(icon_594d45ece6cc12e4e8b9cd42fb6bb314);
|
|
|
|
|
|
var marker_139c3a6a2aaa12455203fdbf2025ddd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3ad0cbaa8c97ad26246213f6d8faf93c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42ce9aa2b88e314fd63e6bb90971ea30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a17b752da5cd308bac75e42d4a61fa61 = $(`<div id="html_a17b752da5cd308bac75e42d4a61fa61" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_42ce9aa2b88e314fd63e6bb90971ea30.setContent(html_a17b752da5cd308bac75e42d4a61fa61);
|
|
|
|
|
|
|
|
marker_139c3a6a2aaa12455203fdbf2025ddd3.bindPopup(popup_42ce9aa2b88e314fd63e6bb90971ea30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_139c3a6a2aaa12455203fdbf2025ddd3.setIcon(icon_3ad0cbaa8c97ad26246213f6d8faf93c);
|
|
|
|
|
|
var marker_b007f721f6d81b171ecb902325935763 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2f75d68786e83bee6376d021aaa6ff5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96cee93bca947cecde8e40e7d9636555 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06f68220481b321069629f27932cf330 = $(`<div id="html_06f68220481b321069629f27932cf330" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_96cee93bca947cecde8e40e7d9636555.setContent(html_06f68220481b321069629f27932cf330);
|
|
|
|
|
|
|
|
marker_b007f721f6d81b171ecb902325935763.bindPopup(popup_96cee93bca947cecde8e40e7d9636555)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b007f721f6d81b171ecb902325935763.setIcon(icon_2f75d68786e83bee6376d021aaa6ff5e);
|
|
|
|
|
|
var marker_c814090098e57b12cbd337f346c94443 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a334efcc755b25918b7dc5ac7c651a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80b0b883608b83fecc98ce5b05604055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a45c53a7e59673dedfad690c1381f270 = $(`<div id="html_a45c53a7e59673dedfad690c1381f270" style="width: 100.0%; height: 100.0%;">relay.mostr.pub:443</div>`)[0];
|
|
popup_80b0b883608b83fecc98ce5b05604055.setContent(html_a45c53a7e59673dedfad690c1381f270);
|
|
|
|
|
|
|
|
marker_c814090098e57b12cbd337f346c94443.bindPopup(popup_80b0b883608b83fecc98ce5b05604055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c814090098e57b12cbd337f346c94443.setIcon(icon_a334efcc755b25918b7dc5ac7c651a6c);
|
|
|
|
|
|
var marker_c254b08be9ee7827728c1577d41a1333 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a6e6c989a7d752854b9621420a7a350e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba7109930ddbc98c48f852e15aaa2728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c821c38b9644ce8e5d17839fe0156948 = $(`<div id="html_c821c38b9644ce8e5d17839fe0156948" style="width: 100.0%; height: 100.0%;">relay.lightning.pub:443</div>`)[0];
|
|
popup_ba7109930ddbc98c48f852e15aaa2728.setContent(html_c821c38b9644ce8e5d17839fe0156948);
|
|
|
|
|
|
|
|
marker_c254b08be9ee7827728c1577d41a1333.bindPopup(popup_ba7109930ddbc98c48f852e15aaa2728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c254b08be9ee7827728c1577d41a1333.setIcon(icon_a6e6c989a7d752854b9621420a7a350e);
|
|
|
|
|
|
var marker_aca7930537e776a8539d89464c9f019f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_721d943f7223e48a912f30eaad2b9be1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f11ccb7eff69b96ebe517d6a0fbe7a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2418a344991af5c8b6aa6bd25eba7978 = $(`<div id="html_2418a344991af5c8b6aa6bd25eba7978" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_6f11ccb7eff69b96ebe517d6a0fbe7a1.setContent(html_2418a344991af5c8b6aa6bd25eba7978);
|
|
|
|
|
|
|
|
marker_aca7930537e776a8539d89464c9f019f.bindPopup(popup_6f11ccb7eff69b96ebe517d6a0fbe7a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aca7930537e776a8539d89464c9f019f.setIcon(icon_721d943f7223e48a912f30eaad2b9be1);
|
|
|
|
|
|
var marker_f14aa55a7c283da1346488af87b95473 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f3b3613daddf900ab965b259957b5956 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46a4723044a6bec5d952a3773867d842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d23bcdb5b990bfd2f539c13a53585a5 = $(`<div id="html_8d23bcdb5b990bfd2f539c13a53585a5" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_46a4723044a6bec5d952a3773867d842.setContent(html_8d23bcdb5b990bfd2f539c13a53585a5);
|
|
|
|
|
|
|
|
marker_f14aa55a7c283da1346488af87b95473.bindPopup(popup_46a4723044a6bec5d952a3773867d842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f14aa55a7c283da1346488af87b95473.setIcon(icon_f3b3613daddf900ab965b259957b5956);
|
|
|
|
|
|
var marker_b59043de4dee2855350b5b8e2dce63bd = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_7b1a1b59cc8d4780fd5c20e5cb9ef2af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62aabce73055d2b2166a562712c92a5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32cbedcce0548289aa4829daed2f34d9 = $(`<div id="html_32cbedcce0548289aa4829daed2f34d9" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za:443</div>`)[0];
|
|
popup_62aabce73055d2b2166a562712c92a5b.setContent(html_32cbedcce0548289aa4829daed2f34d9);
|
|
|
|
|
|
|
|
marker_b59043de4dee2855350b5b8e2dce63bd.bindPopup(popup_62aabce73055d2b2166a562712c92a5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b59043de4dee2855350b5b8e2dce63bd.setIcon(icon_7b1a1b59cc8d4780fd5c20e5cb9ef2af);
|
|
|
|
|
|
var marker_d181a48a0a57ff17ac14c32ac1a8d7a1 = L.marker(
|
|
[47.4093, 8.46503],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_81fd69a058a2692feca54d86a9f4885b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59d3201014397c85ed0274741315859a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f179f61119d9f409cffa342be6014952 = $(`<div id="html_f179f61119d9f409cffa342be6014952" style="width: 100.0%; height: 100.0%;">relay.pyramid.li</div>`)[0];
|
|
popup_59d3201014397c85ed0274741315859a.setContent(html_f179f61119d9f409cffa342be6014952);
|
|
|
|
|
|
|
|
marker_d181a48a0a57ff17ac14c32ac1a8d7a1.bindPopup(popup_59d3201014397c85ed0274741315859a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d181a48a0a57ff17ac14c32ac1a8d7a1.setIcon(icon_81fd69a058a2692feca54d86a9f4885b);
|
|
|
|
|
|
var marker_5f689f42a0fb1e70c68e1e11b4da957c = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d059ea9a999c666d0e7ece9d4bf6f83b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d9a6e3ab14b5d23c5f48b7792d6ca88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69e6481c8b805c9afc1d053932e47540 = $(`<div id="html_69e6481c8b805c9afc1d053932e47540" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_7d9a6e3ab14b5d23c5f48b7792d6ca88.setContent(html_69e6481c8b805c9afc1d053932e47540);
|
|
|
|
|
|
|
|
marker_5f689f42a0fb1e70c68e1e11b4da957c.bindPopup(popup_7d9a6e3ab14b5d23c5f48b7792d6ca88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f689f42a0fb1e70c68e1e11b4da957c.setIcon(icon_d059ea9a999c666d0e7ece9d4bf6f83b);
|
|
|
|
|
|
var marker_2dfbcf23d534c402191cfb1ab6f688b6 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_62623f38a3bc8b960b521d489cfd1429 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_683772b769f41865b1e02bf10c34575a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fabcf01aa756935cc969ed3504afb712 = $(`<div id="html_fabcf01aa756935cc969ed3504afb712" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_683772b769f41865b1e02bf10c34575a.setContent(html_fabcf01aa756935cc969ed3504afb712);
|
|
|
|
|
|
|
|
marker_2dfbcf23d534c402191cfb1ab6f688b6.bindPopup(popup_683772b769f41865b1e02bf10c34575a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dfbcf23d534c402191cfb1ab6f688b6.setIcon(icon_62623f38a3bc8b960b521d489cfd1429);
|
|
|
|
|
|
var marker_19ea2c02523765e7fd0692fa248f5eda = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d90b3ef5257250767bf34b79e98ff71c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72482f666d923112d18302ef19b02876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b57673449925edc885cb3d40333667a6 = $(`<div id="html_b57673449925edc885cb3d40333667a6" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_72482f666d923112d18302ef19b02876.setContent(html_b57673449925edc885cb3d40333667a6);
|
|
|
|
|
|
|
|
marker_19ea2c02523765e7fd0692fa248f5eda.bindPopup(popup_72482f666d923112d18302ef19b02876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19ea2c02523765e7fd0692fa248f5eda.setIcon(icon_d90b3ef5257250767bf34b79e98ff71c);
|
|
|
|
|
|
var marker_8110979e47eb79257dbef43fa59644c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_514a46c39a79d66f7c6a1e343795418b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2940060faf042554dba148c80e0ddc35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87115922b562d5b70f97de9e1c17f89e = $(`<div id="html_87115922b562d5b70f97de9e1c17f89e" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_2940060faf042554dba148c80e0ddc35.setContent(html_87115922b562d5b70f97de9e1c17f89e);
|
|
|
|
|
|
|
|
marker_8110979e47eb79257dbef43fa59644c9.bindPopup(popup_2940060faf042554dba148c80e0ddc35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8110979e47eb79257dbef43fa59644c9.setIcon(icon_514a46c39a79d66f7c6a1e343795418b);
|
|
|
|
|
|
var marker_2c983a22906a0a64058a295a4d63fe6c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1e52a39a2ba0d3e57be2552480bee659 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86967843ca69e38c34e4f766b435d101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb82ab42b5770be18ac256c67f27c019 = $(`<div id="html_bb82ab42b5770be18ac256c67f27c019" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_86967843ca69e38c34e4f766b435d101.setContent(html_bb82ab42b5770be18ac256c67f27c019);
|
|
|
|
|
|
|
|
marker_2c983a22906a0a64058a295a4d63fe6c.bindPopup(popup_86967843ca69e38c34e4f766b435d101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c983a22906a0a64058a295a4d63fe6c.setIcon(icon_1e52a39a2ba0d3e57be2552480bee659);
|
|
|
|
|
|
var marker_55c1a487dcf6211e0f3d0cb662f40d49 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_770566caf72488b968170887aa2cccbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c148b636409d7e7dc3d6add7dc6f4f98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb96e3318b73fe1c6aae35781d8b8408 = $(`<div id="html_fb96e3318b73fe1c6aae35781d8b8408" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_c148b636409d7e7dc3d6add7dc6f4f98.setContent(html_fb96e3318b73fe1c6aae35781d8b8408);
|
|
|
|
|
|
|
|
marker_55c1a487dcf6211e0f3d0cb662f40d49.bindPopup(popup_c148b636409d7e7dc3d6add7dc6f4f98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55c1a487dcf6211e0f3d0cb662f40d49.setIcon(icon_770566caf72488b968170887aa2cccbf);
|
|
|
|
|
|
var marker_133e70f227c97b88aea5a4d6b2cb7ce8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d3ecd18582d7379fdb55ddadab9d82e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58c9a0e29842c42f1af89dde7dd4b776 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3912bcb6fff30635f3e5f2a464a11c0e = $(`<div id="html_3912bcb6fff30635f3e5f2a464a11c0e" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_58c9a0e29842c42f1af89dde7dd4b776.setContent(html_3912bcb6fff30635f3e5f2a464a11c0e);
|
|
|
|
|
|
|
|
marker_133e70f227c97b88aea5a4d6b2cb7ce8.bindPopup(popup_58c9a0e29842c42f1af89dde7dd4b776)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_133e70f227c97b88aea5a4d6b2cb7ce8.setIcon(icon_d3ecd18582d7379fdb55ddadab9d82e0);
|
|
|
|
|
|
var marker_61c842c2d3e66926c01bc3d670568a14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4eb03fdd74c0cc90bb3d9dfa0adb6989 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd8789d5e85dce326201417406228cca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51e37e669b5d95b8d5fcdf585e568329 = $(`<div id="html_51e37e669b5d95b8d5fcdf585e568329" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_bd8789d5e85dce326201417406228cca.setContent(html_51e37e669b5d95b8d5fcdf585e568329);
|
|
|
|
|
|
|
|
marker_61c842c2d3e66926c01bc3d670568a14.bindPopup(popup_bd8789d5e85dce326201417406228cca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61c842c2d3e66926c01bc3d670568a14.setIcon(icon_4eb03fdd74c0cc90bb3d9dfa0adb6989);
|
|
|
|
|
|
var marker_16643ebf10a78b094ec58d242d7b4df3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_30e5ceb8499c036ed9fbcbc0008fad8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4acbc9927c708cb65f6a7848084cd3f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_820c97f318aa810e9c24c19b7728e833 = $(`<div id="html_820c97f318aa810e9c24c19b7728e833" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io:443</div>`)[0];
|
|
popup_4acbc9927c708cb65f6a7848084cd3f3.setContent(html_820c97f318aa810e9c24c19b7728e833);
|
|
|
|
|
|
|
|
marker_16643ebf10a78b094ec58d242d7b4df3.bindPopup(popup_4acbc9927c708cb65f6a7848084cd3f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16643ebf10a78b094ec58d242d7b4df3.setIcon(icon_30e5ceb8499c036ed9fbcbc0008fad8e);
|
|
|
|
|
|
var marker_2c8f3f003dab40ac43d2f9c26dc7672a = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4860c113fcc54d9b720854df8dfd4005 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d03e3b00397ea1ffc2dd3e9e15110c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfc1b0b37090b53e53d029c8259143bb = $(`<div id="html_bfc1b0b37090b53e53d029c8259143bb" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_86d03e3b00397ea1ffc2dd3e9e15110c.setContent(html_bfc1b0b37090b53e53d029c8259143bb);
|
|
|
|
|
|
|
|
marker_2c8f3f003dab40ac43d2f9c26dc7672a.bindPopup(popup_86d03e3b00397ea1ffc2dd3e9e15110c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c8f3f003dab40ac43d2f9c26dc7672a.setIcon(icon_4860c113fcc54d9b720854df8dfd4005);
|
|
|
|
|
|
var marker_7173cc45d80b1096a335861d3ada3160 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3bf748564b743d1d97755b0452517177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f7bc08f4ccff0f07d69fa72dbfc10ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a95e31ef7160546a84c297c6ba44956 = $(`<div id="html_8a95e31ef7160546a84c297c6ba44956" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_0f7bc08f4ccff0f07d69fa72dbfc10ff.setContent(html_8a95e31ef7160546a84c297c6ba44956);
|
|
|
|
|
|
|
|
marker_7173cc45d80b1096a335861d3ada3160.bindPopup(popup_0f7bc08f4ccff0f07d69fa72dbfc10ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7173cc45d80b1096a335861d3ada3160.setIcon(icon_3bf748564b743d1d97755b0452517177);
|
|
|
|
|
|
var marker_2ae443d1d018fc06cc6e92f0f4d5c923 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_cc8332f4225b855ab31f5ff5ce75d5dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26700870b0a2445685831f5825a6eaf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_171f9819438333912fdb29751cd7fc8a = $(`<div id="html_171f9819438333912fdb29751cd7fc8a" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz:443</div>`)[0];
|
|
popup_26700870b0a2445685831f5825a6eaf4.setContent(html_171f9819438333912fdb29751cd7fc8a);
|
|
|
|
|
|
|
|
marker_2ae443d1d018fc06cc6e92f0f4d5c923.bindPopup(popup_26700870b0a2445685831f5825a6eaf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ae443d1d018fc06cc6e92f0f4d5c923.setIcon(icon_cc8332f4225b855ab31f5ff5ce75d5dd);
|
|
|
|
|
|
var marker_4a75ba0674da9e8e67fd590836b6d6bd = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_7bb1bd6f422527faf9b067ec8ba90e68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_413defe4ea19357a471fd20073a23bb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5fdc10fe30ed99bf650d7c5fdee6bbe = $(`<div id="html_d5fdc10fe30ed99bf650d7c5fdee6bbe" style="width: 100.0%; height: 100.0%;">syb.lol:443</div>`)[0];
|
|
popup_413defe4ea19357a471fd20073a23bb1.setContent(html_d5fdc10fe30ed99bf650d7c5fdee6bbe);
|
|
|
|
|
|
|
|
marker_4a75ba0674da9e8e67fd590836b6d6bd.bindPopup(popup_413defe4ea19357a471fd20073a23bb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a75ba0674da9e8e67fd590836b6d6bd.setIcon(icon_7bb1bd6f422527faf9b067ec8ba90e68);
|
|
|
|
|
|
var marker_ee530efd3f92961a4e7fb79d5bf44c4e = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0fbe43d02fd0fb64fc4281b8b84e5f91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7df8de173feda43d9f28551e04435e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5d52cadae3465d6813100fccc660f4c = $(`<div id="html_d5d52cadae3465d6813100fccc660f4c" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_a7df8de173feda43d9f28551e04435e1.setContent(html_d5d52cadae3465d6813100fccc660f4c);
|
|
|
|
|
|
|
|
marker_ee530efd3f92961a4e7fb79d5bf44c4e.bindPopup(popup_a7df8de173feda43d9f28551e04435e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee530efd3f92961a4e7fb79d5bf44c4e.setIcon(icon_0fbe43d02fd0fb64fc4281b8b84e5f91);
|
|
|
|
|
|
var marker_e8ac4ba340110fa2e8b338c5c52d0df1 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6862426f641c0c54ad178cf767acb35b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_150eb6ff3431f1192e3f6daad6fa33bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adf0ebdd346b88f5fa5edbda8dd5066a = $(`<div id="html_adf0ebdd346b88f5fa5edbda8dd5066a" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_150eb6ff3431f1192e3f6daad6fa33bd.setContent(html_adf0ebdd346b88f5fa5edbda8dd5066a);
|
|
|
|
|
|
|
|
marker_e8ac4ba340110fa2e8b338c5c52d0df1.bindPopup(popup_150eb6ff3431f1192e3f6daad6fa33bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8ac4ba340110fa2e8b338c5c52d0df1.setIcon(icon_6862426f641c0c54ad178cf767acb35b);
|
|
|
|
|
|
var marker_fb5ce1eedbbcd157c2cac707bb5af0df = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3617c5a09bec16f5299c92dde34c5fcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3999fe7e83f605fd741642472701f3b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33a5203f51f729854f9c2fb7f0fa4b69 = $(`<div id="html_33a5203f51f729854f9c2fb7f0fa4b69" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_3999fe7e83f605fd741642472701f3b6.setContent(html_33a5203f51f729854f9c2fb7f0fa4b69);
|
|
|
|
|
|
|
|
marker_fb5ce1eedbbcd157c2cac707bb5af0df.bindPopup(popup_3999fe7e83f605fd741642472701f3b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb5ce1eedbbcd157c2cac707bb5af0df.setIcon(icon_3617c5a09bec16f5299c92dde34c5fcb);
|
|
|
|
|
|
var marker_ac3cbdc917dc315c227f6df98457d6ea = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_657a9491a3afef3676f3293feafee768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06337c061ca32c27b42dee308542cfe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9924c2a98dce89bd35367745b226d1a = $(`<div id="html_c9924c2a98dce89bd35367745b226d1a" style="width: 100.0%; height: 100.0%;">communities.nos.social</div>`)[0];
|
|
popup_06337c061ca32c27b42dee308542cfe9.setContent(html_c9924c2a98dce89bd35367745b226d1a);
|
|
|
|
|
|
|
|
marker_ac3cbdc917dc315c227f6df98457d6ea.bindPopup(popup_06337c061ca32c27b42dee308542cfe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac3cbdc917dc315c227f6df98457d6ea.setIcon(icon_657a9491a3afef3676f3293feafee768);
|
|
|
|
|
|
var marker_cc25a5c5135ebd20f7583e73794a4829 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_90ad0b39db802080341ec5bc6e4ab597 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f2c469f124bf4452abb05f32dcc07ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff30201b05788b964a8dd3db1bad53d6 = $(`<div id="html_ff30201b05788b964a8dd3db1bad53d6" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_7f2c469f124bf4452abb05f32dcc07ea.setContent(html_ff30201b05788b964a8dd3db1bad53d6);
|
|
|
|
|
|
|
|
marker_cc25a5c5135ebd20f7583e73794a4829.bindPopup(popup_7f2c469f124bf4452abb05f32dcc07ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc25a5c5135ebd20f7583e73794a4829.setIcon(icon_90ad0b39db802080341ec5bc6e4ab597);
|
|
|
|
|
|
var marker_ae33f6def7a41f8c21697d980dc8574f = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b4591c9266572a5e7fb3b569dd5da1dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_386fce179976b0945fec519e711bad89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2735bf96d3d198d5ecbb97b236de241f = $(`<div id="html_2735bf96d3d198d5ecbb97b236de241f" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_386fce179976b0945fec519e711bad89.setContent(html_2735bf96d3d198d5ecbb97b236de241f);
|
|
|
|
|
|
|
|
marker_ae33f6def7a41f8c21697d980dc8574f.bindPopup(popup_386fce179976b0945fec519e711bad89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae33f6def7a41f8c21697d980dc8574f.setIcon(icon_b4591c9266572a5e7fb3b569dd5da1dc);
|
|
|
|
|
|
var marker_6919d32bd64d6611603bff11269572a0 = L.marker(
|
|
[45.5029, -73.5723],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_97d6f82eba0ffb725093ad62eb35cd31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da32da50bfd4dcadcdd1f25f1e7f42fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbc1a1fe07d666e07305455d06479702 = $(`<div id="html_fbc1a1fe07d666e07305455d06479702" style="width: 100.0%; height: 100.0%;">nostrrelay.taylorperron.com</div>`)[0];
|
|
popup_da32da50bfd4dcadcdd1f25f1e7f42fb.setContent(html_fbc1a1fe07d666e07305455d06479702);
|
|
|
|
|
|
|
|
marker_6919d32bd64d6611603bff11269572a0.bindPopup(popup_da32da50bfd4dcadcdd1f25f1e7f42fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6919d32bd64d6611603bff11269572a0.setIcon(icon_97d6f82eba0ffb725093ad62eb35cd31);
|
|
|
|
|
|
var marker_37ab46eadd6de05d07936d92b09b1f02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c7d79701c51a7cf8e7bcd2bb087df73f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23615b59a9ecc3f9f9787ad6b57b1ae4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aa6ad3d4032d6845ff44e703add3801 = $(`<div id="html_4aa6ad3d4032d6845ff44e703add3801" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_23615b59a9ecc3f9f9787ad6b57b1ae4.setContent(html_4aa6ad3d4032d6845ff44e703add3801);
|
|
|
|
|
|
|
|
marker_37ab46eadd6de05d07936d92b09b1f02.bindPopup(popup_23615b59a9ecc3f9f9787ad6b57b1ae4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37ab46eadd6de05d07936d92b09b1f02.setIcon(icon_c7d79701c51a7cf8e7bcd2bb087df73f);
|
|
|
|
|
|
var marker_4a8cde4e53b30ac454827df679c281fa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_027117de32ba4394cdb84060054663fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0b78d07bdcb48d938ee714274293b27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ccd692feaa8795fcc2b3f8e541d02bc = $(`<div id="html_0ccd692feaa8795fcc2b3f8e541d02bc" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_c0b78d07bdcb48d938ee714274293b27.setContent(html_0ccd692feaa8795fcc2b3f8e541d02bc);
|
|
|
|
|
|
|
|
marker_4a8cde4e53b30ac454827df679c281fa.bindPopup(popup_c0b78d07bdcb48d938ee714274293b27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a8cde4e53b30ac454827df679c281fa.setIcon(icon_027117de32ba4394cdb84060054663fe);
|
|
|
|
|
|
var marker_33e6d804d1e369ca82b24e0fa4b1c501 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_803910e7303879cb52bb7ab1a8242224 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b607a235fb5bc178e984dc370911637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10f652ee554e5ce35f119289ed68ade8 = $(`<div id="html_10f652ee554e5ce35f119289ed68ade8" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_1b607a235fb5bc178e984dc370911637.setContent(html_10f652ee554e5ce35f119289ed68ade8);
|
|
|
|
|
|
|
|
marker_33e6d804d1e369ca82b24e0fa4b1c501.bindPopup(popup_1b607a235fb5bc178e984dc370911637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33e6d804d1e369ca82b24e0fa4b1c501.setIcon(icon_803910e7303879cb52bb7ab1a8242224);
|
|
|
|
|
|
var marker_7069ac3057fa87240fe4a74b39906b10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1ab3e5d55808059f74428cdda747dba2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_020d746fcc53617c8c9ef16a4aefe026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3833e830a98e5da5355569fbc34ebd87 = $(`<div id="html_3833e830a98e5da5355569fbc34ebd87" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_020d746fcc53617c8c9ef16a4aefe026.setContent(html_3833e830a98e5da5355569fbc34ebd87);
|
|
|
|
|
|
|
|
marker_7069ac3057fa87240fe4a74b39906b10.bindPopup(popup_020d746fcc53617c8c9ef16a4aefe026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7069ac3057fa87240fe4a74b39906b10.setIcon(icon_1ab3e5d55808059f74428cdda747dba2);
|
|
|
|
|
|
var marker_26924b4cdbdb88f5596592c3e9ce6f0c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a5bbe61ef65c1edd9ca08082bb3199f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5746ca994549761916f0e994a612ba3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a72e30db1ff2d0e03cc1b335393349ce = $(`<div id="html_a72e30db1ff2d0e03cc1b335393349ce" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_d5746ca994549761916f0e994a612ba3.setContent(html_a72e30db1ff2d0e03cc1b335393349ce);
|
|
|
|
|
|
|
|
marker_26924b4cdbdb88f5596592c3e9ce6f0c.bindPopup(popup_d5746ca994549761916f0e994a612ba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26924b4cdbdb88f5596592c3e9ce6f0c.setIcon(icon_a5bbe61ef65c1edd9ca08082bb3199f7);
|
|
|
|
|
|
var marker_672c00b8dfacfc78abd2e53114f715b4 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_155f1d947ae37d59dfa283de727f26ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b34502805a1185a0d66e0952026be1f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b72cae645552c5d41a3c4c184654837 = $(`<div id="html_8b72cae645552c5d41a3c4c184654837" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com:443</div>`)[0];
|
|
popup_b34502805a1185a0d66e0952026be1f9.setContent(html_8b72cae645552c5d41a3c4c184654837);
|
|
|
|
|
|
|
|
marker_672c00b8dfacfc78abd2e53114f715b4.bindPopup(popup_b34502805a1185a0d66e0952026be1f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_672c00b8dfacfc78abd2e53114f715b4.setIcon(icon_155f1d947ae37d59dfa283de727f26ab);
|
|
|
|
|
|
var marker_2c32d78b2b898ca977d218192d59cf1f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_45811ef035f789669c2296f5be2008e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4f0fbaa614e3b044c7744e53d2d0b76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7ae7ec042fae99a090b0b25cb5b9535 = $(`<div id="html_b7ae7ec042fae99a090b0b25cb5b9535" style="width: 100.0%; height: 100.0%;">relay.kalcafe.xyz</div>`)[0];
|
|
popup_d4f0fbaa614e3b044c7744e53d2d0b76.setContent(html_b7ae7ec042fae99a090b0b25cb5b9535);
|
|
|
|
|
|
|
|
marker_2c32d78b2b898ca977d218192d59cf1f.bindPopup(popup_d4f0fbaa614e3b044c7744e53d2d0b76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c32d78b2b898ca977d218192d59cf1f.setIcon(icon_45811ef035f789669c2296f5be2008e0);
|
|
|
|
|
|
var marker_662a4b03ce98111b3412a451648d8f98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5fc681720cd1d7479a9021de7d11186a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ffd42ae763a6bb5ae2ad8ad02ec6874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3a3efce41efb19f35f5bba284946d05 = $(`<div id="html_e3a3efce41efb19f35f5bba284946d05" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_6ffd42ae763a6bb5ae2ad8ad02ec6874.setContent(html_e3a3efce41efb19f35f5bba284946d05);
|
|
|
|
|
|
|
|
marker_662a4b03ce98111b3412a451648d8f98.bindPopup(popup_6ffd42ae763a6bb5ae2ad8ad02ec6874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_662a4b03ce98111b3412a451648d8f98.setIcon(icon_5fc681720cd1d7479a9021de7d11186a);
|
|
|
|
|
|
var marker_d2e8386750e3a84e16d627c424a45185 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f1baacac246b50f8efeed1a57bbdfbbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_402c3ae8663ad6acecf1c9f218493923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21376c08394cb01dc6b5af4970ef57ec = $(`<div id="html_21376c08394cb01dc6b5af4970ef57ec" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app:443</div>`)[0];
|
|
popup_402c3ae8663ad6acecf1c9f218493923.setContent(html_21376c08394cb01dc6b5af4970ef57ec);
|
|
|
|
|
|
|
|
marker_d2e8386750e3a84e16d627c424a45185.bindPopup(popup_402c3ae8663ad6acecf1c9f218493923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2e8386750e3a84e16d627c424a45185.setIcon(icon_f1baacac246b50f8efeed1a57bbdfbbb);
|
|
|
|
|
|
var marker_59a53046fb2b7c4dbee462258d77e182 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b36b0d8a25547a588caa089339431b85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17fdd4e19b947bcfee7e10ad2f9bcc6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c4fea79c0fb84c6473acfbe3e580d52 = $(`<div id="html_6c4fea79c0fb84c6473acfbe3e580d52" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_17fdd4e19b947bcfee7e10ad2f9bcc6f.setContent(html_6c4fea79c0fb84c6473acfbe3e580d52);
|
|
|
|
|
|
|
|
marker_59a53046fb2b7c4dbee462258d77e182.bindPopup(popup_17fdd4e19b947bcfee7e10ad2f9bcc6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59a53046fb2b7c4dbee462258d77e182.setIcon(icon_b36b0d8a25547a588caa089339431b85);
|
|
|
|
|
|
var marker_cd22398d8ad195dd48436253ba99944f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_554c0d224ffda1ce649e51134c28edfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e62c7562710fe9fc92d4dbeabba43f45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3906a1aa0a9ce9c43279081ca5ce1db6 = $(`<div id="html_3906a1aa0a9ce9c43279081ca5ce1db6" style="width: 100.0%; height: 100.0%;">nostr.na.social:443</div>`)[0];
|
|
popup_e62c7562710fe9fc92d4dbeabba43f45.setContent(html_3906a1aa0a9ce9c43279081ca5ce1db6);
|
|
|
|
|
|
|
|
marker_cd22398d8ad195dd48436253ba99944f.bindPopup(popup_e62c7562710fe9fc92d4dbeabba43f45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd22398d8ad195dd48436253ba99944f.setIcon(icon_554c0d224ffda1ce649e51134c28edfd);
|
|
|
|
|
|
var marker_8ac1cd059d000f68e53f6ce350c056dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a02383108525e475ee55bdd87e6c4edc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_707ac7a3b93841e483fb639e2e9d358f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96ab891683fc4296ebc582fc54fa2567 = $(`<div id="html_96ab891683fc4296ebc582fc54fa2567" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_707ac7a3b93841e483fb639e2e9d358f.setContent(html_96ab891683fc4296ebc582fc54fa2567);
|
|
|
|
|
|
|
|
marker_8ac1cd059d000f68e53f6ce350c056dd.bindPopup(popup_707ac7a3b93841e483fb639e2e9d358f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ac1cd059d000f68e53f6ce350c056dd.setIcon(icon_a02383108525e475ee55bdd87e6c4edc);
|
|
|
|
|
|
var marker_05145bb6974710c6718ff5ec3bbe2cee = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_50896f21dfbe4b7ce5ca24ead0f43a2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a27a0b06a27b783f27b5c08d41c0c81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7b22a54aea1e3a3669cfab964970607 = $(`<div id="html_a7b22a54aea1e3a3669cfab964970607" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_0a27a0b06a27b783f27b5c08d41c0c81.setContent(html_a7b22a54aea1e3a3669cfab964970607);
|
|
|
|
|
|
|
|
marker_05145bb6974710c6718ff5ec3bbe2cee.bindPopup(popup_0a27a0b06a27b783f27b5c08d41c0c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05145bb6974710c6718ff5ec3bbe2cee.setIcon(icon_50896f21dfbe4b7ce5ca24ead0f43a2a);
|
|
|
|
|
|
var marker_175cd5d2005cfe93df6e4ce0c4a9aa03 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_734466e93d25507f79cf20f3428be45c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_486e75d84fd318718525e67a7e01e595 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b58dbbd93b0c8817ccfc6fcdfb71df = $(`<div id="html_35b58dbbd93b0c8817ccfc6fcdfb71df" style="width: 100.0%; height: 100.0%;">relay.nmail.li</div>`)[0];
|
|
popup_486e75d84fd318718525e67a7e01e595.setContent(html_35b58dbbd93b0c8817ccfc6fcdfb71df);
|
|
|
|
|
|
|
|
marker_175cd5d2005cfe93df6e4ce0c4a9aa03.bindPopup(popup_486e75d84fd318718525e67a7e01e595)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_175cd5d2005cfe93df6e4ce0c4a9aa03.setIcon(icon_734466e93d25507f79cf20f3428be45c);
|
|
|
|
|
|
var marker_ba8c2b18edfd6761cf34b97fb7b0615e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_20d85adec963707bec9b21f3ec11d45e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a06902e5679ecbdad2f8ff9d90986c41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_193709cd23804bc08c93bd60e2313caa = $(`<div id="html_193709cd23804bc08c93bd60e2313caa" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_a06902e5679ecbdad2f8ff9d90986c41.setContent(html_193709cd23804bc08c93bd60e2313caa);
|
|
|
|
|
|
|
|
marker_ba8c2b18edfd6761cf34b97fb7b0615e.bindPopup(popup_a06902e5679ecbdad2f8ff9d90986c41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba8c2b18edfd6761cf34b97fb7b0615e.setIcon(icon_20d85adec963707bec9b21f3ec11d45e);
|
|
|
|
|
|
var marker_63f063266f3476fc634d78c7aee951b3 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_24ca4c3eac2c6ebdac4e8ae2964b8d6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ad1ddc7ede1f62e92fc2be868d4f1dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfd8626caa264bc00428cc61322e4745 = $(`<div id="html_cfd8626caa264bc00428cc61322e4745" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_1ad1ddc7ede1f62e92fc2be868d4f1dc.setContent(html_cfd8626caa264bc00428cc61322e4745);
|
|
|
|
|
|
|
|
marker_63f063266f3476fc634d78c7aee951b3.bindPopup(popup_1ad1ddc7ede1f62e92fc2be868d4f1dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63f063266f3476fc634d78c7aee951b3.setIcon(icon_24ca4c3eac2c6ebdac4e8ae2964b8d6e);
|
|
|
|
|
|
var marker_de4698f82b665bfd98508d1f4e91ed2f = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9f9716f4a157d270dbe66107a4539cbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef54c8ff348bc08cbd519b0f243210c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfb6d6c4150f8b0530afd558f18319ad = $(`<div id="html_dfb6d6c4150f8b0530afd558f18319ad" style="width: 100.0%; height: 100.0%;">offchain.pub:443</div>`)[0];
|
|
popup_ef54c8ff348bc08cbd519b0f243210c6.setContent(html_dfb6d6c4150f8b0530afd558f18319ad);
|
|
|
|
|
|
|
|
marker_de4698f82b665bfd98508d1f4e91ed2f.bindPopup(popup_ef54c8ff348bc08cbd519b0f243210c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de4698f82b665bfd98508d1f4e91ed2f.setIcon(icon_9f9716f4a157d270dbe66107a4539cbf);
|
|
|
|
|
|
var marker_c135ce903d1c11818f2c901def753409 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_ae9da1d76f4b3a07ef95f470abfa8d7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_244c7311156a6ed643e0f953ba7eceae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05532d6166c834365c2d98f130529b40 = $(`<div id="html_05532d6166c834365c2d98f130529b40" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_244c7311156a6ed643e0f953ba7eceae.setContent(html_05532d6166c834365c2d98f130529b40);
|
|
|
|
|
|
|
|
marker_c135ce903d1c11818f2c901def753409.bindPopup(popup_244c7311156a6ed643e0f953ba7eceae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c135ce903d1c11818f2c901def753409.setIcon(icon_ae9da1d76f4b3a07ef95f470abfa8d7d);
|
|
|
|
|
|
var marker_d174a6a20dbf6a1540b8c28ac2e24a94 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3cf4eb387afb9eeb6d54519c00f23ef2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aca0f9d0f3e94bcc37569175f8a403b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c8ce5ffde0f6de40f6e5d9bfc354986 = $(`<div id="html_4c8ce5ffde0f6de40f6e5d9bfc354986" style="width: 100.0%; height: 100.0%;">gawk-wrangle-gladly.ngrok-free.dev</div>`)[0];
|
|
popup_aca0f9d0f3e94bcc37569175f8a403b3.setContent(html_4c8ce5ffde0f6de40f6e5d9bfc354986);
|
|
|
|
|
|
|
|
marker_d174a6a20dbf6a1540b8c28ac2e24a94.bindPopup(popup_aca0f9d0f3e94bcc37569175f8a403b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d174a6a20dbf6a1540b8c28ac2e24a94.setIcon(icon_3cf4eb387afb9eeb6d54519c00f23ef2);
|
|
|
|
|
|
var marker_aae9dda15b758a845a9fd0fb9e89723b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_432847b4833e461932831bda8d08ef4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af7fe6b208b0ecd462f661ee680cf8ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7abda87bb6413afabab883b9c6fc2e2 = $(`<div id="html_d7abda87bb6413afabab883b9c6fc2e2" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_af7fe6b208b0ecd462f661ee680cf8ee.setContent(html_d7abda87bb6413afabab883b9c6fc2e2);
|
|
|
|
|
|
|
|
marker_aae9dda15b758a845a9fd0fb9e89723b.bindPopup(popup_af7fe6b208b0ecd462f661ee680cf8ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aae9dda15b758a845a9fd0fb9e89723b.setIcon(icon_432847b4833e461932831bda8d08ef4b);
|
|
|
|
|
|
var marker_b560e5ea4194925d5e444e59cb2d092e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_bb6534204273ec6198bce26e094a189b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63c2981742898132dd736ed3569e8e06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abb6c9ef166a755e18ab6469a8b48f2a = $(`<div id="html_abb6c9ef166a755e18ab6469a8b48f2a" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_63c2981742898132dd736ed3569e8e06.setContent(html_abb6c9ef166a755e18ab6469a8b48f2a);
|
|
|
|
|
|
|
|
marker_b560e5ea4194925d5e444e59cb2d092e.bindPopup(popup_63c2981742898132dd736ed3569e8e06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b560e5ea4194925d5e444e59cb2d092e.setIcon(icon_bb6534204273ec6198bce26e094a189b);
|
|
|
|
|
|
var marker_ca04e76092f9b78578a9725951524604 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f0fcdaada0f0a2d7318e90acda0bdcc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9ac3fb45922eda8df514a1b462aa266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfe59659cb6392d3e553c0fb97cd9836 = $(`<div id="html_bfe59659cb6392d3e553c0fb97cd9836" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_d9ac3fb45922eda8df514a1b462aa266.setContent(html_bfe59659cb6392d3e553c0fb97cd9836);
|
|
|
|
|
|
|
|
marker_ca04e76092f9b78578a9725951524604.bindPopup(popup_d9ac3fb45922eda8df514a1b462aa266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca04e76092f9b78578a9725951524604.setIcon(icon_f0fcdaada0f0a2d7318e90acda0bdcc7);
|
|
|
|
|
|
var marker_17f88495c002ac5adb5b75c694b2f24f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_c005a83f1e281515abb808b01ac3cb61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd25e5361255d903787b35e1e1954bac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f96962a26894d0fc20b475add12d0454 = $(`<div id="html_f96962a26894d0fc20b475add12d0454" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_bd25e5361255d903787b35e1e1954bac.setContent(html_f96962a26894d0fc20b475add12d0454);
|
|
|
|
|
|
|
|
marker_17f88495c002ac5adb5b75c694b2f24f.bindPopup(popup_bd25e5361255d903787b35e1e1954bac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17f88495c002ac5adb5b75c694b2f24f.setIcon(icon_c005a83f1e281515abb808b01ac3cb61);
|
|
|
|
|
|
var marker_0d713d50940e82961b1830888e0e96de = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3d58361450dee216ab0527ff8200faa6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52178b3ef7c8fd9a11de4fa34f3f9a8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eed8d8c2c86b83cb209a1c3eeefa2d82 = $(`<div id="html_eed8d8c2c86b83cb209a1c3eeefa2d82" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_52178b3ef7c8fd9a11de4fa34f3f9a8b.setContent(html_eed8d8c2c86b83cb209a1c3eeefa2d82);
|
|
|
|
|
|
|
|
marker_0d713d50940e82961b1830888e0e96de.bindPopup(popup_52178b3ef7c8fd9a11de4fa34f3f9a8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d713d50940e82961b1830888e0e96de.setIcon(icon_3d58361450dee216ab0527ff8200faa6);
|
|
|
|
|
|
var marker_09f71c7d642e9508c1364c9184542e32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f5e4ec448c6c59d6a958529d80e4ec21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a04da197763d5a108962c6fb2f404d36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50a6d39ec319b51865111063bffc4af6 = $(`<div id="html_50a6d39ec319b51865111063bffc4af6" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_a04da197763d5a108962c6fb2f404d36.setContent(html_50a6d39ec319b51865111063bffc4af6);
|
|
|
|
|
|
|
|
marker_09f71c7d642e9508c1364c9184542e32.bindPopup(popup_a04da197763d5a108962c6fb2f404d36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f71c7d642e9508c1364c9184542e32.setIcon(icon_f5e4ec448c6c59d6a958529d80e4ec21);
|
|
|
|
|
|
var marker_e7fed292a75aceec3d92fba8017ced42 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5305dc7ae153b559b5774c9b9d6723ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53c54ea45465fe9f9a16c4577bf47389 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3e6aba26175c3c163008e24ff8d2cab = $(`<div id="html_f3e6aba26175c3c163008e24ff8d2cab" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_53c54ea45465fe9f9a16c4577bf47389.setContent(html_f3e6aba26175c3c163008e24ff8d2cab);
|
|
|
|
|
|
|
|
marker_e7fed292a75aceec3d92fba8017ced42.bindPopup(popup_53c54ea45465fe9f9a16c4577bf47389)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7fed292a75aceec3d92fba8017ced42.setIcon(icon_5305dc7ae153b559b5774c9b9d6723ed);
|
|
|
|
|
|
var marker_6a9172bf3d9b6ba14f2e50045641fb2a = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6da3dff1efce4dcfae472ca69d22e483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba1d78fffcbad36f33d656961d884246 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40479695bb0ff276d2edbc5c0606eb28 = $(`<div id="html_40479695bb0ff276d2edbc5c0606eb28" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_ba1d78fffcbad36f33d656961d884246.setContent(html_40479695bb0ff276d2edbc5c0606eb28);
|
|
|
|
|
|
|
|
marker_6a9172bf3d9b6ba14f2e50045641fb2a.bindPopup(popup_ba1d78fffcbad36f33d656961d884246)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a9172bf3d9b6ba14f2e50045641fb2a.setIcon(icon_6da3dff1efce4dcfae472ca69d22e483);
|
|
|
|
|
|
var marker_6ef6372023cb6aebc6c255692ee68883 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_10ed47f0bcb52920a79b5855213fdd8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e8b1b3af6eb01b41bb2d07c7a6193c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87c1a110604c245135dd80f060c6bfea = $(`<div id="html_87c1a110604c245135dd80f060c6bfea" style="width: 100.0%; height: 100.0%;">porchlight.social</div>`)[0];
|
|
popup_4e8b1b3af6eb01b41bb2d07c7a6193c3.setContent(html_87c1a110604c245135dd80f060c6bfea);
|
|
|
|
|
|
|
|
marker_6ef6372023cb6aebc6c255692ee68883.bindPopup(popup_4e8b1b3af6eb01b41bb2d07c7a6193c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ef6372023cb6aebc6c255692ee68883.setIcon(icon_10ed47f0bcb52920a79b5855213fdd8a);
|
|
|
|
|
|
var marker_030df71f8b6ea4cb74efd5de54ebc05b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b121cfd860cd6240c784b9a810e806d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49913321dfcffe6f3494197ddc58ae4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7170521720b42480c011a3859472bf31 = $(`<div id="html_7170521720b42480c011a3859472bf31" style="width: 100.0%; height: 100.0%;">relay.sincensura.org</div>`)[0];
|
|
popup_49913321dfcffe6f3494197ddc58ae4f.setContent(html_7170521720b42480c011a3859472bf31);
|
|
|
|
|
|
|
|
marker_030df71f8b6ea4cb74efd5de54ebc05b.bindPopup(popup_49913321dfcffe6f3494197ddc58ae4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_030df71f8b6ea4cb74efd5de54ebc05b.setIcon(icon_b121cfd860cd6240c784b9a810e806d4);
|
|
|
|
|
|
var marker_9645fe9f43cf2f16a82c2be2f2b072ca = L.marker(
|
|
[43.3076, -2.95421],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_7a21f26b24fc6547c0cc8c2091cb21ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e07a96f0a68721b3f113fe4853b82a4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dcb08eefb13ca95b14437e49f8b9d31 = $(`<div id="html_5dcb08eefb13ca95b14437e49f8b9d31" style="width: 100.0%; height: 100.0%;">nostr.iskarion.ddns.net</div>`)[0];
|
|
popup_e07a96f0a68721b3f113fe4853b82a4b.setContent(html_5dcb08eefb13ca95b14437e49f8b9d31);
|
|
|
|
|
|
|
|
marker_9645fe9f43cf2f16a82c2be2f2b072ca.bindPopup(popup_e07a96f0a68721b3f113fe4853b82a4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9645fe9f43cf2f16a82c2be2f2b072ca.setIcon(icon_7a21f26b24fc6547c0cc8c2091cb21ef);
|
|
|
|
|
|
var marker_c0ba67a0cf3407cf9d258c2fcdf9e237 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_81bd7a79699e203b497f4dc6e30ddad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfaf372134095c6eacb89256efd7ea1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3018c7f1f0336173cd5d04b841f5c84 = $(`<div id="html_b3018c7f1f0336173cd5d04b841f5c84" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_cfaf372134095c6eacb89256efd7ea1a.setContent(html_b3018c7f1f0336173cd5d04b841f5c84);
|
|
|
|
|
|
|
|
marker_c0ba67a0cf3407cf9d258c2fcdf9e237.bindPopup(popup_cfaf372134095c6eacb89256efd7ea1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ba67a0cf3407cf9d258c2fcdf9e237.setIcon(icon_81bd7a79699e203b497f4dc6e30ddad1);
|
|
|
|
|
|
var marker_4e72d1309e906690e154cae1c317aa64 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_520916a5b1b41606b7b25a4f173d8de9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8e548257f18a0f0b9c028baa4e4da59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd08363c7df29c62fc4fe9286c3a2c36 = $(`<div id="html_dd08363c7df29c62fc4fe9286c3a2c36" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_f8e548257f18a0f0b9c028baa4e4da59.setContent(html_dd08363c7df29c62fc4fe9286c3a2c36);
|
|
|
|
|
|
|
|
marker_4e72d1309e906690e154cae1c317aa64.bindPopup(popup_f8e548257f18a0f0b9c028baa4e4da59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e72d1309e906690e154cae1c317aa64.setIcon(icon_520916a5b1b41606b7b25a4f173d8de9);
|
|
|
|
|
|
var marker_c744d9faf5cfb775bb036cd4088efc6c = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0609df003a74ba671c3e59a4164fc316 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4347a7b80202e7e20d95a71db0f16323 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34ac2ab666b7801c87eb00f6d3bf2d59 = $(`<div id="html_34ac2ab666b7801c87eb00f6d3bf2d59" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_4347a7b80202e7e20d95a71db0f16323.setContent(html_34ac2ab666b7801c87eb00f6d3bf2d59);
|
|
|
|
|
|
|
|
marker_c744d9faf5cfb775bb036cd4088efc6c.bindPopup(popup_4347a7b80202e7e20d95a71db0f16323)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c744d9faf5cfb775bb036cd4088efc6c.setIcon(icon_0609df003a74ba671c3e59a4164fc316);
|
|
|
|
|
|
var marker_12ad8fcb2059f6aac408aa740e9f259f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f5db0dae0a70c2ffeca16dfe099e2765 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f726ebe008d07cd99ac0ca7380e0592 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02bd848c7ae5ad195e3a87dcc5eef52d = $(`<div id="html_02bd848c7ae5ad195e3a87dcc5eef52d" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_7f726ebe008d07cd99ac0ca7380e0592.setContent(html_02bd848c7ae5ad195e3a87dcc5eef52d);
|
|
|
|
|
|
|
|
marker_12ad8fcb2059f6aac408aa740e9f259f.bindPopup(popup_7f726ebe008d07cd99ac0ca7380e0592)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12ad8fcb2059f6aac408aa740e9f259f.setIcon(icon_f5db0dae0a70c2ffeca16dfe099e2765);
|
|
|
|
|
|
var marker_c2e630923b0e8cbd5417660d4ccf0574 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4de094e117dfb25d9d8301420ebfba1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf5186d9b04de1f273d7f91183a46d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d31bf4c33b33dd4e552f85c141abf139 = $(`<div id="html_d31bf4c33b33dd4e552f85c141abf139" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_cdf5186d9b04de1f273d7f91183a46d3.setContent(html_d31bf4c33b33dd4e552f85c141abf139);
|
|
|
|
|
|
|
|
marker_c2e630923b0e8cbd5417660d4ccf0574.bindPopup(popup_cdf5186d9b04de1f273d7f91183a46d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2e630923b0e8cbd5417660d4ccf0574.setIcon(icon_4de094e117dfb25d9d8301420ebfba1d);
|
|
|
|
|
|
var marker_2a62e87684759951ef61359f4af2bbbf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_70df7579f601b3dc0fb81d0e00f8d864 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e5fd543228f1155290fa1e5ae1145df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_021d1b4e7fdf450bdc14037ab8d0e8c0 = $(`<div id="html_021d1b4e7fdf450bdc14037ab8d0e8c0" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_7e5fd543228f1155290fa1e5ae1145df.setContent(html_021d1b4e7fdf450bdc14037ab8d0e8c0);
|
|
|
|
|
|
|
|
marker_2a62e87684759951ef61359f4af2bbbf.bindPopup(popup_7e5fd543228f1155290fa1e5ae1145df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a62e87684759951ef61359f4af2bbbf.setIcon(icon_70df7579f601b3dc0fb81d0e00f8d864);
|
|
|
|
|
|
var marker_7fd6db04d23d963b2ff46f96532c357a = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4369291fe51718e3d94f6cf3b61d5c90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d645920307cf18a085b6f497b06e5235 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43ee5dc9c13dc0640ec4bf88ce584c48 = $(`<div id="html_43ee5dc9c13dc0640ec4bf88ce584c48" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_d645920307cf18a085b6f497b06e5235.setContent(html_43ee5dc9c13dc0640ec4bf88ce584c48);
|
|
|
|
|
|
|
|
marker_7fd6db04d23d963b2ff46f96532c357a.bindPopup(popup_d645920307cf18a085b6f497b06e5235)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fd6db04d23d963b2ff46f96532c357a.setIcon(icon_4369291fe51718e3d94f6cf3b61d5c90);
|
|
|
|
|
|
var marker_d3d3f3543d06830c982227cb75536dad = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d61fc293792a977a054ac9822db883ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb283d83c44247a6c933e6871d656e37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5fe312d0bdae7ce9eac02a8fa51f1f8 = $(`<div id="html_c5fe312d0bdae7ce9eac02a8fa51f1f8" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_fb283d83c44247a6c933e6871d656e37.setContent(html_c5fe312d0bdae7ce9eac02a8fa51f1f8);
|
|
|
|
|
|
|
|
marker_d3d3f3543d06830c982227cb75536dad.bindPopup(popup_fb283d83c44247a6c933e6871d656e37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3d3f3543d06830c982227cb75536dad.setIcon(icon_d61fc293792a977a054ac9822db883ef);
|
|
|
|
|
|
var marker_b258cd20384d6282d5bf3f3add41d1fb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_2d00b719b6cd298dfe1c5284f35de9d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f3b42cf7a6a21974b49da4fea324996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f3a4968584fd6d65b80e57d18b7fa65 = $(`<div id="html_5f3a4968584fd6d65b80e57d18b7fa65" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_4f3b42cf7a6a21974b49da4fea324996.setContent(html_5f3a4968584fd6d65b80e57d18b7fa65);
|
|
|
|
|
|
|
|
marker_b258cd20384d6282d5bf3f3add41d1fb.bindPopup(popup_4f3b42cf7a6a21974b49da4fea324996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b258cd20384d6282d5bf3f3add41d1fb.setIcon(icon_2d00b719b6cd298dfe1c5284f35de9d3);
|
|
|
|
|
|
var marker_92d52f2b28f37b324a88e143aaffb3ba = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d1d7a1ee8a7f28d0356e6177c4b20e37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6195875cf461c07cfe68b5783513e2ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ea2ead0f45fdfda1e60ca3358ce2740 = $(`<div id="html_3ea2ead0f45fdfda1e60ca3358ce2740" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com:443</div>`)[0];
|
|
popup_6195875cf461c07cfe68b5783513e2ea.setContent(html_3ea2ead0f45fdfda1e60ca3358ce2740);
|
|
|
|
|
|
|
|
marker_92d52f2b28f37b324a88e143aaffb3ba.bindPopup(popup_6195875cf461c07cfe68b5783513e2ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92d52f2b28f37b324a88e143aaffb3ba.setIcon(icon_d1d7a1ee8a7f28d0356e6177c4b20e37);
|
|
|
|
|
|
var marker_057aa8ac8945b8cf2c9c19b84ba9d45b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1e208255bfc7611e93fd8c4b378f2ece = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3c7c9f2bc0504908bead2c5c3215e9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c89cdb790cf57c57e81dc35f34174a95 = $(`<div id="html_c89cdb790cf57c57e81dc35f34174a95" style="width: 100.0%; height: 100.0%;">relay.ditto.pub:443</div>`)[0];
|
|
popup_d3c7c9f2bc0504908bead2c5c3215e9a.setContent(html_c89cdb790cf57c57e81dc35f34174a95);
|
|
|
|
|
|
|
|
marker_057aa8ac8945b8cf2c9c19b84ba9d45b.bindPopup(popup_d3c7c9f2bc0504908bead2c5c3215e9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_057aa8ac8945b8cf2c9c19b84ba9d45b.setIcon(icon_1e208255bfc7611e93fd8c4b378f2ece);
|
|
|
|
|
|
var marker_d010f6698b1dcf0cd7034e033a41ed0f = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_4fd9e4ad5137fea5cdd6da0842d1cebc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cebaea99b75b9f747c557c5f212a453 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab4a71033c48b268e0ca1601b03de10b = $(`<div id="html_ab4a71033c48b268e0ca1601b03de10b" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_0cebaea99b75b9f747c557c5f212a453.setContent(html_ab4a71033c48b268e0ca1601b03de10b);
|
|
|
|
|
|
|
|
marker_d010f6698b1dcf0cd7034e033a41ed0f.bindPopup(popup_0cebaea99b75b9f747c557c5f212a453)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d010f6698b1dcf0cd7034e033a41ed0f.setIcon(icon_4fd9e4ad5137fea5cdd6da0842d1cebc);
|
|
|
|
|
|
var marker_742ee1cd5bf7af24db0ab019c3ed795c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_3f814563bcd216d1c7d88423048f5b96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6622f92fe8c47e675872df41f094aab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df75926e9065075fc2a6eacd8d9b904d = $(`<div id="html_df75926e9065075fc2a6eacd8d9b904d" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_6622f92fe8c47e675872df41f094aab3.setContent(html_df75926e9065075fc2a6eacd8d9b904d);
|
|
|
|
|
|
|
|
marker_742ee1cd5bf7af24db0ab019c3ed795c.bindPopup(popup_6622f92fe8c47e675872df41f094aab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_742ee1cd5bf7af24db0ab019c3ed795c.setIcon(icon_3f814563bcd216d1c7d88423048f5b96);
|
|
|
|
|
|
var marker_06af3e28de3208a96b09d0191233dd7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d37a9c3ef591ec65a6e5107aaac25967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ce76dabc4f55ae8a273d8206a851dfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4163520899c26b3f2861e5eded7de6df = $(`<div id="html_4163520899c26b3f2861e5eded7de6df" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_7ce76dabc4f55ae8a273d8206a851dfe.setContent(html_4163520899c26b3f2861e5eded7de6df);
|
|
|
|
|
|
|
|
marker_06af3e28de3208a96b09d0191233dd7a.bindPopup(popup_7ce76dabc4f55ae8a273d8206a851dfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06af3e28de3208a96b09d0191233dd7a.setIcon(icon_d37a9c3ef591ec65a6e5107aaac25967);
|
|
|
|
|
|
var marker_bca911bb214fadc5fbbfe3cd518aa639 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0084ef1a5be3a7898f2ac23be62f2d3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c94ea21c2b468d862e79624e2f1ed343 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c1b3551b386c5deaf0a4926c4c656e8 = $(`<div id="html_8c1b3551b386c5deaf0a4926c4c656e8" style="width: 100.0%; height: 100.0%;">relay.44billion.net</div>`)[0];
|
|
popup_c94ea21c2b468d862e79624e2f1ed343.setContent(html_8c1b3551b386c5deaf0a4926c4c656e8);
|
|
|
|
|
|
|
|
marker_bca911bb214fadc5fbbfe3cd518aa639.bindPopup(popup_c94ea21c2b468d862e79624e2f1ed343)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bca911bb214fadc5fbbfe3cd518aa639.setIcon(icon_0084ef1a5be3a7898f2ac23be62f2d3e);
|
|
|
|
|
|
var marker_491fe063e2bda01ceeda2591ffdf25a4 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f331b998ec971e12960afb27739aa2aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dd30e012e7fc38ec7e40db54c263363 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f81421ee89ed41571e37dbf13ee3f864 = $(`<div id="html_f81421ee89ed41571e37dbf13ee3f864" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_3dd30e012e7fc38ec7e40db54c263363.setContent(html_f81421ee89ed41571e37dbf13ee3f864);
|
|
|
|
|
|
|
|
marker_491fe063e2bda01ceeda2591ffdf25a4.bindPopup(popup_3dd30e012e7fc38ec7e40db54c263363)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_491fe063e2bda01ceeda2591ffdf25a4.setIcon(icon_f331b998ec971e12960afb27739aa2aa);
|
|
|
|
|
|
var marker_9e7939b128fbe28a035301c78122a43a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a9270da36a1b1cdf6eb7a5b361d0ec19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e812d7d07644efecc38499a3d06151c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a18c83aae3dfd2016da22463a4fed099 = $(`<div id="html_a18c83aae3dfd2016da22463a4fed099" style="width: 100.0%; height: 100.0%;">nostr2.girino.org:443</div>`)[0];
|
|
popup_7e812d7d07644efecc38499a3d06151c.setContent(html_a18c83aae3dfd2016da22463a4fed099);
|
|
|
|
|
|
|
|
marker_9e7939b128fbe28a035301c78122a43a.bindPopup(popup_7e812d7d07644efecc38499a3d06151c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e7939b128fbe28a035301c78122a43a.setIcon(icon_a9270da36a1b1cdf6eb7a5b361d0ec19);
|
|
|
|
|
|
var marker_5d291b4e5f7024c928e30754e5a6f4dc = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_a669c04443303f967cb6ce052d69b335 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e60b251a8fdf7ee997d0437e0fd6f53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a16aec682e29d4f1bdf2a3f4ccd2d17 = $(`<div id="html_9a16aec682e29d4f1bdf2a3f4ccd2d17" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_8e60b251a8fdf7ee997d0437e0fd6f53.setContent(html_9a16aec682e29d4f1bdf2a3f4ccd2d17);
|
|
|
|
|
|
|
|
marker_5d291b4e5f7024c928e30754e5a6f4dc.bindPopup(popup_8e60b251a8fdf7ee997d0437e0fd6f53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d291b4e5f7024c928e30754e5a6f4dc.setIcon(icon_a669c04443303f967cb6ce052d69b335);
|
|
|
|
|
|
var marker_26325848b9ad3183bbb2ea7c5594cb44 = L.marker(
|
|
[51.5134, -0.0890675],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_1073b0c63243e0be04e4ccbe1311250b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15ffddfd10b9d3f3e678eef46f5ef170 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f157473d5a7035ab0d663255aae96c49 = $(`<div id="html_f157473d5a7035ab0d663255aae96c49" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_15ffddfd10b9d3f3e678eef46f5ef170.setContent(html_f157473d5a7035ab0d663255aae96c49);
|
|
|
|
|
|
|
|
marker_26325848b9ad3183bbb2ea7c5594cb44.bindPopup(popup_15ffddfd10b9d3f3e678eef46f5ef170)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26325848b9ad3183bbb2ea7c5594cb44.setIcon(icon_1073b0c63243e0be04e4ccbe1311250b);
|
|
|
|
|
|
var marker_5b8b927ee25b4f52251cc3a967a544be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_f4e5f84bacafd1f95ee1701bfef8f507 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_211f9e10f2e41aed408f875a47f22419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed0f0c7b960dea0e11571b4a814088b1 = $(`<div id="html_ed0f0c7b960dea0e11571b4a814088b1" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_211f9e10f2e41aed408f875a47f22419.setContent(html_ed0f0c7b960dea0e11571b4a814088b1);
|
|
|
|
|
|
|
|
marker_5b8b927ee25b4f52251cc3a967a544be.bindPopup(popup_211f9e10f2e41aed408f875a47f22419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b8b927ee25b4f52251cc3a967a544be.setIcon(icon_f4e5f84bacafd1f95ee1701bfef8f507);
|
|
|
|
|
|
var marker_ea04a227c2df9258db710a53976c1322 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_143fff657d5a11e2816786f788b9e353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bba24d7d8b5e0a56a1b2ddbb23e78bdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7349ae4b2e4471d1989d5ea5f434c3c8 = $(`<div id="html_7349ae4b2e4471d1989d5ea5f434c3c8" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_bba24d7d8b5e0a56a1b2ddbb23e78bdd.setContent(html_7349ae4b2e4471d1989d5ea5f434c3c8);
|
|
|
|
|
|
|
|
marker_ea04a227c2df9258db710a53976c1322.bindPopup(popup_bba24d7d8b5e0a56a1b2ddbb23e78bdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea04a227c2df9258db710a53976c1322.setIcon(icon_143fff657d5a11e2816786f788b9e353);
|
|
|
|
|
|
var marker_0e418da3ff16fa4bd90b50293a198064 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b4dce12716d531f20cfa2a3ed269987d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f1d24f29a119f8a8ea88ab104c8c64b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29b0f92e2624b6aa01a1a14849f61989 = $(`<div id="html_29b0f92e2624b6aa01a1a14849f61989" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_4f1d24f29a119f8a8ea88ab104c8c64b.setContent(html_29b0f92e2624b6aa01a1a14849f61989);
|
|
|
|
|
|
|
|
marker_0e418da3ff16fa4bd90b50293a198064.bindPopup(popup_4f1d24f29a119f8a8ea88ab104c8c64b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e418da3ff16fa4bd90b50293a198064.setIcon(icon_b4dce12716d531f20cfa2a3ed269987d);
|
|
|
|
|
|
var marker_59fd1d9c0b06f7c83150570541e6def3 = L.marker(
|
|
[47.4949, 8.71954],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_766c37a72bc087394c3f4b8a2ee95c1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a129d8f007f98316478124fde30dec77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaa46be2c66c1b8710eb73c466102de0 = $(`<div id="html_aaa46be2c66c1b8710eb73c466102de0" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_a129d8f007f98316478124fde30dec77.setContent(html_aaa46be2c66c1b8710eb73c466102de0);
|
|
|
|
|
|
|
|
marker_59fd1d9c0b06f7c83150570541e6def3.bindPopup(popup_a129d8f007f98316478124fde30dec77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59fd1d9c0b06f7c83150570541e6def3.setIcon(icon_766c37a72bc087394c3f4b8a2ee95c1c);
|
|
|
|
|
|
var marker_56dfd378ad36e6e57cdd0396830e59c7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_289c8beafac56c60a694bfd8579ecf6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee90ad1cac5b785a2dd61c6a5f22bb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5a9e5890f61fdcbcd0e6e30f5e3edc8 = $(`<div id="html_c5a9e5890f61fdcbcd0e6e30f5e3edc8" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com:443</div>`)[0];
|
|
popup_6ee90ad1cac5b785a2dd61c6a5f22bb6.setContent(html_c5a9e5890f61fdcbcd0e6e30f5e3edc8);
|
|
|
|
|
|
|
|
marker_56dfd378ad36e6e57cdd0396830e59c7.bindPopup(popup_6ee90ad1cac5b785a2dd61c6a5f22bb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56dfd378ad36e6e57cdd0396830e59c7.setIcon(icon_289c8beafac56c60a694bfd8579ecf6a);
|
|
|
|
|
|
var marker_9739919420ea4a49088292948bbff43d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_d3a7a61c613ceac291b4bfdc85e95b53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5fc594c467e70568e695b2fb76590be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a439d3faa1022bd45224f04da2feb6a = $(`<div id="html_4a439d3faa1022bd45224f04da2feb6a" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_f5fc594c467e70568e695b2fb76590be.setContent(html_4a439d3faa1022bd45224f04da2feb6a);
|
|
|
|
|
|
|
|
marker_9739919420ea4a49088292948bbff43d.bindPopup(popup_f5fc594c467e70568e695b2fb76590be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9739919420ea4a49088292948bbff43d.setIcon(icon_d3a7a61c613ceac291b4bfdc85e95b53);
|
|
|
|
|
|
var marker_78a53e090f142c0ef5c4d2b179cdeb9f = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_6888e3b43e02188f46b9574150f0d6ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18d2e22d97c349254a828fc835b8c188 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_623f24c8d9d3c9c0ebe1c802889cf779 = $(`<div id="html_623f24c8d9d3c9c0ebe1c802889cf779" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_18d2e22d97c349254a828fc835b8c188.setContent(html_623f24c8d9d3c9c0ebe1c802889cf779);
|
|
|
|
|
|
|
|
marker_78a53e090f142c0ef5c4d2b179cdeb9f.bindPopup(popup_18d2e22d97c349254a828fc835b8c188)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78a53e090f142c0ef5c4d2b179cdeb9f.setIcon(icon_6888e3b43e02188f46b9574150f0d6ab);
|
|
|
|
|
|
var marker_2a53ca62c51f4560561abc58b9cf342c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_164bd7bd12b8dded03814c77ba4b7908 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a614de79b2e9cdeabe1f3b95b4fbe05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6ea92efbe65956d6459e36fef8d70d7 = $(`<div id="html_b6ea92efbe65956d6459e36fef8d70d7" style="width: 100.0%; height: 100.0%;">nip85.nosfabrica.com</div>`)[0];
|
|
popup_6a614de79b2e9cdeabe1f3b95b4fbe05.setContent(html_b6ea92efbe65956d6459e36fef8d70d7);
|
|
|
|
|
|
|
|
marker_2a53ca62c51f4560561abc58b9cf342c.bindPopup(popup_6a614de79b2e9cdeabe1f3b95b4fbe05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a53ca62c51f4560561abc58b9cf342c.setIcon(icon_164bd7bd12b8dded03814c77ba4b7908);
|
|
|
|
|
|
var marker_18b61e0615068f30d13f92c4f216813c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_864a8a8d88efb4dabccab3ac735c2d96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fe4a33dc84013ad1e859f812d4bd28f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bef1e74dfb595ab1dad654e5c53c8f00 = $(`<div id="html_bef1e74dfb595ab1dad654e5c53c8f00" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_7fe4a33dc84013ad1e859f812d4bd28f.setContent(html_bef1e74dfb595ab1dad654e5c53c8f00);
|
|
|
|
|
|
|
|
marker_18b61e0615068f30d13f92c4f216813c.bindPopup(popup_7fe4a33dc84013ad1e859f812d4bd28f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18b61e0615068f30d13f92c4f216813c.setIcon(icon_864a8a8d88efb4dabccab3ac735c2d96);
|
|
|
|
|
|
var marker_ffa701f93509bd1ed0dd1c05d07cb413 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_0e5f13930ea523d1a103b7db7b9bd402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f984f19d72b99ab0eeb41821fdf66aaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2baad00c615d22e94eacad33e53ac31 = $(`<div id="html_e2baad00c615d22e94eacad33e53ac31" style="width: 100.0%; height: 100.0%;">nostr.data.haus:443</div>`)[0];
|
|
popup_f984f19d72b99ab0eeb41821fdf66aaa.setContent(html_e2baad00c615d22e94eacad33e53ac31);
|
|
|
|
|
|
|
|
marker_ffa701f93509bd1ed0dd1c05d07cb413.bindPopup(popup_f984f19d72b99ab0eeb41821fdf66aaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffa701f93509bd1ed0dd1c05d07cb413.setIcon(icon_0e5f13930ea523d1a103b7db7b9bd402);
|
|
|
|
|
|
var marker_163ec116a6e0364ada52b73aa73673d0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_445d98250c4cf0076ec97f820dd6a954 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26671f8a9f389f5497ec38683445e5f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed08da32b1dc4b573f91ddbfb13253ae = $(`<div id="html_ed08da32b1dc4b573f91ddbfb13253ae" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_26671f8a9f389f5497ec38683445e5f6.setContent(html_ed08da32b1dc4b573f91ddbfb13253ae);
|
|
|
|
|
|
|
|
marker_163ec116a6e0364ada52b73aa73673d0.bindPopup(popup_26671f8a9f389f5497ec38683445e5f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_163ec116a6e0364ada52b73aa73673d0.setIcon(icon_445d98250c4cf0076ec97f820dd6a954);
|
|
|
|
|
|
var marker_1f011e0eac4d279ecd97702cda817e49 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_b0cd8ca1f573808f07b21823762d72a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b2c3e0fad93ce7016df94cf9e3cc438 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d9faf82fc89fff7ed9e4509979b4a62 = $(`<div id="html_0d9faf82fc89fff7ed9e4509979b4a62" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_0b2c3e0fad93ce7016df94cf9e3cc438.setContent(html_0d9faf82fc89fff7ed9e4509979b4a62);
|
|
|
|
|
|
|
|
marker_1f011e0eac4d279ecd97702cda817e49.bindPopup(popup_0b2c3e0fad93ce7016df94cf9e3cc438)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f011e0eac4d279ecd97702cda817e49.setIcon(icon_b0cd8ca1f573808f07b21823762d72a6);
|
|
|
|
|
|
var marker_a40d5c3737e447c0055af460b33a57b9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_50242b40ebb1e9f8231413b53818927d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8171b4c75741fbbb71eb8bcf3d54dbc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f9c105434cb0f48601ce3114e226f43 = $(`<div id="html_2f9c105434cb0f48601ce3114e226f43" style="width: 100.0%; height: 100.0%;">relay.lanavault.space:443</div>`)[0];
|
|
popup_8171b4c75741fbbb71eb8bcf3d54dbc5.setContent(html_2f9c105434cb0f48601ce3114e226f43);
|
|
|
|
|
|
|
|
marker_a40d5c3737e447c0055af460b33a57b9.bindPopup(popup_8171b4c75741fbbb71eb8bcf3d54dbc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a40d5c3737e447c0055af460b33a57b9.setIcon(icon_50242b40ebb1e9f8231413b53818927d);
|
|
|
|
|
|
var marker_daa5b41a360a44ed3d6b0c220d36893d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_215b1824df11519704928e3894a5267e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b01879bbb3ef02ceaa39debcb7f0804d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3eebdbad42ddcec2bd11ac3576fcd54 = $(`<div id="html_c3eebdbad42ddcec2bd11ac3576fcd54" style="width: 100.0%; height: 100.0%;">relay.nostreon.com</div>`)[0];
|
|
popup_b01879bbb3ef02ceaa39debcb7f0804d.setContent(html_c3eebdbad42ddcec2bd11ac3576fcd54);
|
|
|
|
|
|
|
|
marker_daa5b41a360a44ed3d6b0c220d36893d.bindPopup(popup_b01879bbb3ef02ceaa39debcb7f0804d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_daa5b41a360a44ed3d6b0c220d36893d.setIcon(icon_215b1824df11519704928e3894a5267e);
|
|
|
|
|
|
var marker_87a8f8f4cbda5635a9adac5962275e1f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_5938c91df2db2e406645d11fbac2ad99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d9b780be31255456d484e1847a9ea2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6532425dee61b68f963347983d06421d = $(`<div id="html_6532425dee61b68f963347983d06421d" style="width: 100.0%; height: 100.0%;">relay.kilombino.com</div>`)[0];
|
|
popup_8d9b780be31255456d484e1847a9ea2b.setContent(html_6532425dee61b68f963347983d06421d);
|
|
|
|
|
|
|
|
marker_87a8f8f4cbda5635a9adac5962275e1f.bindPopup(popup_8d9b780be31255456d484e1847a9ea2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87a8f8f4cbda5635a9adac5962275e1f.setIcon(icon_5938c91df2db2e406645d11fbac2ad99);
|
|
|
|
|
|
var marker_3351f5404760197e9792075161ec0848 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_9b4aa9d31222b37abcc364af8c953fc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3c933c630155a64bb04093d9b299cfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_621cdddb55543e59f7ccea896e56e0ff = $(`<div id="html_621cdddb55543e59f7ccea896e56e0ff" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_c3c933c630155a64bb04093d9b299cfa.setContent(html_621cdddb55543e59f7ccea896e56e0ff);
|
|
|
|
|
|
|
|
marker_3351f5404760197e9792075161ec0848.bindPopup(popup_c3c933c630155a64bb04093d9b299cfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3351f5404760197e9792075161ec0848.setIcon(icon_9b4aa9d31222b37abcc364af8c953fc3);
|
|
|
|
|
|
var marker_fbf59e4e0e4184013ac756942dc880f3 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0b15d5307d033f35394aca4774a3f994);
|
|
|
|
|
|
var icon_62b6afa641dae12153bade7cd4d66f78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdf11da33bba61017095bb6f14114a40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92fec6c440f77de79d7bc5e68b2956b2 = $(`<div id="html_92fec6c440f77de79d7bc5e68b2956b2" style="width: 100.0%; height: 100.0%;">staging.yabu.me</div>`)[0];
|
|
popup_bdf11da33bba61017095bb6f14114a40.setContent(html_92fec6c440f77de79d7bc5e68b2956b2);
|
|
|
|
|
|
|
|
marker_fbf59e4e0e4184013ac756942dc880f3.bindPopup(popup_bdf11da33bba61017095bb6f14114a40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbf59e4e0e4184013ac756942dc880f3.setIcon(icon_62b6afa641dae12153bade7cd4d66f78);
|
|
|
|
|
|
marker_cluster_0b15d5307d033f35394aca4774a3f994.addTo(map_108223dcedbf485f2ae03297af237671);
|
|
|
|
</script>
|
|
</html> |