mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 17:05:18 +00:00
10943 lines
318 KiB
HTML
10943 lines
318 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_16753eb9621280b34dd68c60a3ada21d {
|
|
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_16753eb9621280b34dd68c60a3ada21d" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_16753eb9621280b34dd68c60a3ada21d = L.map(
|
|
"map_16753eb9621280b34dd68c60a3ada21d",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_d349a5d807a72b4d3de7a7b7d0dc3113 = 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_d349a5d807a72b4d3de7a7b7d0dc3113.addTo(map_16753eb9621280b34dd68c60a3ada21d);
|
|
|
|
|
|
var marker_cluster_2e207b86a902213334c812b9b30a3141 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_39b1400c1cf68f0729102d14ea057f62 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c478c96b4b1bb65b598a569fb867b1bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d88769f1561e5c2495d5fe0bbdc7978e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ede3b7c9e8db206397ec7174f9d18f39 = $(`<div id="html_ede3b7c9e8db206397ec7174f9d18f39" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_d88769f1561e5c2495d5fe0bbdc7978e.setContent(html_ede3b7c9e8db206397ec7174f9d18f39);
|
|
|
|
|
|
|
|
marker_39b1400c1cf68f0729102d14ea057f62.bindPopup(popup_d88769f1561e5c2495d5fe0bbdc7978e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39b1400c1cf68f0729102d14ea057f62.setIcon(icon_c478c96b4b1bb65b598a569fb867b1bb);
|
|
|
|
|
|
var marker_018e053349359029350fff0abdad6a5e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_43912adab2b25f804b6624d0bac17edb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e792013bba9b86390448fd211fd4d05b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_709e1441e3a76c58a2dda73a4c1f1d05 = $(`<div id="html_709e1441e3a76c58a2dda73a4c1f1d05" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_e792013bba9b86390448fd211fd4d05b.setContent(html_709e1441e3a76c58a2dda73a4c1f1d05);
|
|
|
|
|
|
|
|
marker_018e053349359029350fff0abdad6a5e.bindPopup(popup_e792013bba9b86390448fd211fd4d05b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018e053349359029350fff0abdad6a5e.setIcon(icon_43912adab2b25f804b6624d0bac17edb);
|
|
|
|
|
|
var marker_d5887ff48ef74397c5842a2fd4667f8b = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cbdbf1d4612fdf8b743e5fae44af0ab9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26b1e063a0d7f390f50e682e4fc5b31b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbe9e2f3285949340e2c53b7f860dffa = $(`<div id="html_bbe9e2f3285949340e2c53b7f860dffa" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_26b1e063a0d7f390f50e682e4fc5b31b.setContent(html_bbe9e2f3285949340e2c53b7f860dffa);
|
|
|
|
|
|
|
|
marker_d5887ff48ef74397c5842a2fd4667f8b.bindPopup(popup_26b1e063a0d7f390f50e682e4fc5b31b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5887ff48ef74397c5842a2fd4667f8b.setIcon(icon_cbdbf1d4612fdf8b743e5fae44af0ab9);
|
|
|
|
|
|
var marker_411a964eb6d8a017edd1438a7bddc833 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_623023d076f5c1e8ef0969752abc0c4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa5f711f1f60c25fe66662a7d6f26417 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30e55259992879db2b3b66527afa7384 = $(`<div id="html_30e55259992879db2b3b66527afa7384" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_aa5f711f1f60c25fe66662a7d6f26417.setContent(html_30e55259992879db2b3b66527afa7384);
|
|
|
|
|
|
|
|
marker_411a964eb6d8a017edd1438a7bddc833.bindPopup(popup_aa5f711f1f60c25fe66662a7d6f26417)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_411a964eb6d8a017edd1438a7bddc833.setIcon(icon_623023d076f5c1e8ef0969752abc0c4f);
|
|
|
|
|
|
var marker_f47cb1e63c24d74c19011cccdb6a3ff2 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6e32083810ae50cc5d3244ec043316f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_540166fddff173439fcb8001c6bf7f96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecbd69de8bce9b254e60dd755fd7c0e5 = $(`<div id="html_ecbd69de8bce9b254e60dd755fd7c0e5" style="width: 100.0%; height: 100.0%;">wot.basspistol.org</div>`)[0];
|
|
popup_540166fddff173439fcb8001c6bf7f96.setContent(html_ecbd69de8bce9b254e60dd755fd7c0e5);
|
|
|
|
|
|
|
|
marker_f47cb1e63c24d74c19011cccdb6a3ff2.bindPopup(popup_540166fddff173439fcb8001c6bf7f96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f47cb1e63c24d74c19011cccdb6a3ff2.setIcon(icon_6e32083810ae50cc5d3244ec043316f5);
|
|
|
|
|
|
var marker_1a10c78389c490c30c5a5c96fdf96737 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d15f8109b90160146aa5bd5bfa79b4a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c93f9a13e4f7bcc980e6f3d6e26a32b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_413ac348a3fad0c98f34096000be4e0f = $(`<div id="html_413ac348a3fad0c98f34096000be4e0f" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_9c93f9a13e4f7bcc980e6f3d6e26a32b.setContent(html_413ac348a3fad0c98f34096000be4e0f);
|
|
|
|
|
|
|
|
marker_1a10c78389c490c30c5a5c96fdf96737.bindPopup(popup_9c93f9a13e4f7bcc980e6f3d6e26a32b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a10c78389c490c30c5a5c96fdf96737.setIcon(icon_d15f8109b90160146aa5bd5bfa79b4a5);
|
|
|
|
|
|
var marker_d0c08dcd0c64693b51b7552091be4804 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_766c474119b24767313e65bf03dff468 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c061582b5292bd163e2e93978da80e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffeb4c49b6557e5d5b33f32fb1b9844b = $(`<div id="html_ffeb4c49b6557e5d5b33f32fb1b9844b" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_5c061582b5292bd163e2e93978da80e6.setContent(html_ffeb4c49b6557e5d5b33f32fb1b9844b);
|
|
|
|
|
|
|
|
marker_d0c08dcd0c64693b51b7552091be4804.bindPopup(popup_5c061582b5292bd163e2e93978da80e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0c08dcd0c64693b51b7552091be4804.setIcon(icon_766c474119b24767313e65bf03dff468);
|
|
|
|
|
|
var marker_8ec4f397a03d1424c33a1f92d9666757 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_057e6e58b35e43e08f630c1fb0629535 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b47c3d07c885db20e671c1ca71d0b7b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d1388ec10261c8f920a7b46ea03725a = $(`<div id="html_0d1388ec10261c8f920a7b46ea03725a" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_b47c3d07c885db20e671c1ca71d0b7b6.setContent(html_0d1388ec10261c8f920a7b46ea03725a);
|
|
|
|
|
|
|
|
marker_8ec4f397a03d1424c33a1f92d9666757.bindPopup(popup_b47c3d07c885db20e671c1ca71d0b7b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ec4f397a03d1424c33a1f92d9666757.setIcon(icon_057e6e58b35e43e08f630c1fb0629535);
|
|
|
|
|
|
var marker_9747ee510708f8a140c847f7bff692d2 = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b7ee0da6b1f1d64c44746ce76c602cf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_820a520d779f197919b2879fd713bbad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a33313f6103cb9ad2b02fa8303b50b9 = $(`<div id="html_7a33313f6103cb9ad2b02fa8303b50b9" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_820a520d779f197919b2879fd713bbad.setContent(html_7a33313f6103cb9ad2b02fa8303b50b9);
|
|
|
|
|
|
|
|
marker_9747ee510708f8a140c847f7bff692d2.bindPopup(popup_820a520d779f197919b2879fd713bbad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9747ee510708f8a140c847f7bff692d2.setIcon(icon_b7ee0da6b1f1d64c44746ce76c602cf6);
|
|
|
|
|
|
var marker_5aac17777fda23fc060f35024cb58575 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d203180984a1f000d1009631054c6901 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d349a117cce1ca22c4e7c9eb6d27b335 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a0870051828e268112eddd3cbad29e1 = $(`<div id="html_5a0870051828e268112eddd3cbad29e1" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_d349a117cce1ca22c4e7c9eb6d27b335.setContent(html_5a0870051828e268112eddd3cbad29e1);
|
|
|
|
|
|
|
|
marker_5aac17777fda23fc060f35024cb58575.bindPopup(popup_d349a117cce1ca22c4e7c9eb6d27b335)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aac17777fda23fc060f35024cb58575.setIcon(icon_d203180984a1f000d1009631054c6901);
|
|
|
|
|
|
var marker_b2161c738b8053fe538cdec59d7e74b3 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_e096761c1631ce3308eef24741b1ad1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4081f6ebe2592826dedbf4be0040f984 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc4a19ccb244ed84636601ec03fdd5da = $(`<div id="html_dc4a19ccb244ed84636601ec03fdd5da" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_4081f6ebe2592826dedbf4be0040f984.setContent(html_dc4a19ccb244ed84636601ec03fdd5da);
|
|
|
|
|
|
|
|
marker_b2161c738b8053fe538cdec59d7e74b3.bindPopup(popup_4081f6ebe2592826dedbf4be0040f984)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2161c738b8053fe538cdec59d7e74b3.setIcon(icon_e096761c1631ce3308eef24741b1ad1d);
|
|
|
|
|
|
var marker_8642d0d5a48701fcf6c0abc274d8a1fe = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_647d9a47b8dfce80adcaf2db1752c3f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5acf4842f5e1e09ba91895bb5cdebed6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80849d5b32cea9008328359e127104ee = $(`<div id="html_80849d5b32cea9008328359e127104ee" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_5acf4842f5e1e09ba91895bb5cdebed6.setContent(html_80849d5b32cea9008328359e127104ee);
|
|
|
|
|
|
|
|
marker_8642d0d5a48701fcf6c0abc274d8a1fe.bindPopup(popup_5acf4842f5e1e09ba91895bb5cdebed6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8642d0d5a48701fcf6c0abc274d8a1fe.setIcon(icon_647d9a47b8dfce80adcaf2db1752c3f8);
|
|
|
|
|
|
var marker_91a4515c7e23efbfa12366ccb0acb919 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_efa0b68d94aa4c9c0829483730a92be3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2020dacf083a3cdb6c2b5f7a347a882d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_103b2c1b80cddbb7d5c6367d75f3031c = $(`<div id="html_103b2c1b80cddbb7d5c6367d75f3031c" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_2020dacf083a3cdb6c2b5f7a347a882d.setContent(html_103b2c1b80cddbb7d5c6367d75f3031c);
|
|
|
|
|
|
|
|
marker_91a4515c7e23efbfa12366ccb0acb919.bindPopup(popup_2020dacf083a3cdb6c2b5f7a347a882d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a4515c7e23efbfa12366ccb0acb919.setIcon(icon_efa0b68d94aa4c9c0829483730a92be3);
|
|
|
|
|
|
var marker_1d0bf642b63c79e0c4666c1b53177c62 = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2ca165dcaef4d31a988e05a3420033d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7606ab20f1e30c9cdd36438407d7b82d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a2cbb97d9d7110d230d0bc9c3081522 = $(`<div id="html_6a2cbb97d9d7110d230d0bc9c3081522" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_7606ab20f1e30c9cdd36438407d7b82d.setContent(html_6a2cbb97d9d7110d230d0bc9c3081522);
|
|
|
|
|
|
|
|
marker_1d0bf642b63c79e0c4666c1b53177c62.bindPopup(popup_7606ab20f1e30c9cdd36438407d7b82d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d0bf642b63c79e0c4666c1b53177c62.setIcon(icon_2ca165dcaef4d31a988e05a3420033d4);
|
|
|
|
|
|
var marker_312fe190ac83c3c8fad25abadbbe1cf7 = L.marker(
|
|
[51.8933, 4.42083],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ab35bcf74ad0d0116e0baeb6c89c8b11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1ccfe9d2be2614378c4c5cf1294ec85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8d4485403d0a4bcca7a458512fc1ead = $(`<div id="html_d8d4485403d0a4bcca7a458512fc1ead" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_d1ccfe9d2be2614378c4c5cf1294ec85.setContent(html_d8d4485403d0a4bcca7a458512fc1ead);
|
|
|
|
|
|
|
|
marker_312fe190ac83c3c8fad25abadbbe1cf7.bindPopup(popup_d1ccfe9d2be2614378c4c5cf1294ec85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_312fe190ac83c3c8fad25abadbbe1cf7.setIcon(icon_ab35bcf74ad0d0116e0baeb6c89c8b11);
|
|
|
|
|
|
var marker_22236f36c86a3e0e61dbe214b4325fa4 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c3504e7f3a190f5ab42e058841ca90a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d171c42aed53f45090a825254d55d53f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37a7df3b64c11db162d57cf03e6c56cb = $(`<div id="html_37a7df3b64c11db162d57cf03e6c56cb" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_d171c42aed53f45090a825254d55d53f.setContent(html_37a7df3b64c11db162d57cf03e6c56cb);
|
|
|
|
|
|
|
|
marker_22236f36c86a3e0e61dbe214b4325fa4.bindPopup(popup_d171c42aed53f45090a825254d55d53f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22236f36c86a3e0e61dbe214b4325fa4.setIcon(icon_c3504e7f3a190f5ab42e058841ca90a3);
|
|
|
|
|
|
var marker_772237a2cf824726d7ac78268daa6ea9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_fab6daf4c3bf1be94fc7739e82630f84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f61dd6d33954c91a34347b87752a3fd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4eac84deaa0553b84c647c9a4dc068e3 = $(`<div id="html_4eac84deaa0553b84c647c9a4dc068e3" style="width: 100.0%; height: 100.0%;">nostr.einundzwanzig.space</div>`)[0];
|
|
popup_f61dd6d33954c91a34347b87752a3fd3.setContent(html_4eac84deaa0553b84c647c9a4dc068e3);
|
|
|
|
|
|
|
|
marker_772237a2cf824726d7ac78268daa6ea9.bindPopup(popup_f61dd6d33954c91a34347b87752a3fd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_772237a2cf824726d7ac78268daa6ea9.setIcon(icon_fab6daf4c3bf1be94fc7739e82630f84);
|
|
|
|
|
|
var marker_28af0d695d3735504cfe1c932fa7b1e4 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_05966e2c2531ce491f055480bbbdcd11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91f82014549bf5e15480763ebd643f05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5366204020a531ef09ce97ee51e8163f = $(`<div id="html_5366204020a531ef09ce97ee51e8163f" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_91f82014549bf5e15480763ebd643f05.setContent(html_5366204020a531ef09ce97ee51e8163f);
|
|
|
|
|
|
|
|
marker_28af0d695d3735504cfe1c932fa7b1e4.bindPopup(popup_91f82014549bf5e15480763ebd643f05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28af0d695d3735504cfe1c932fa7b1e4.setIcon(icon_05966e2c2531ce491f055480bbbdcd11);
|
|
|
|
|
|
var marker_9a3f305bac219c4a8d81cf365f178814 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bb711a515663064b2d470a33e9829ac6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb3ce06bf0b97dcf6a31f302f4667edf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9ac7d5e0f904bd44e0dfb6c3c868e3a = $(`<div id="html_f9ac7d5e0f904bd44e0dfb6c3c868e3a" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_cb3ce06bf0b97dcf6a31f302f4667edf.setContent(html_f9ac7d5e0f904bd44e0dfb6c3c868e3a);
|
|
|
|
|
|
|
|
marker_9a3f305bac219c4a8d81cf365f178814.bindPopup(popup_cb3ce06bf0b97dcf6a31f302f4667edf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a3f305bac219c4a8d81cf365f178814.setIcon(icon_bb711a515663064b2d470a33e9829ac6);
|
|
|
|
|
|
var marker_c97a55d6ad0710e450c007567962c961 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c02ac02b7a0c450afc0905d34ae7b3b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b8b12a5a9f1469757609f6def6243be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2a9b7c918476a4cff39f77cf9f26eef = $(`<div id="html_b2a9b7c918476a4cff39f77cf9f26eef" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_8b8b12a5a9f1469757609f6def6243be.setContent(html_b2a9b7c918476a4cff39f77cf9f26eef);
|
|
|
|
|
|
|
|
marker_c97a55d6ad0710e450c007567962c961.bindPopup(popup_8b8b12a5a9f1469757609f6def6243be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c97a55d6ad0710e450c007567962c961.setIcon(icon_c02ac02b7a0c450afc0905d34ae7b3b1);
|
|
|
|
|
|
var marker_1d315d01dee16d07a1f52b8ff8140998 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5a1d99fccb1dc54e7ba3055c9c318a4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be9c30bb3d833059583fdf9f21bb3221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ebcb32a4e5a073d8f4367afb9791476 = $(`<div id="html_5ebcb32a4e5a073d8f4367afb9791476" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_be9c30bb3d833059583fdf9f21bb3221.setContent(html_5ebcb32a4e5a073d8f4367afb9791476);
|
|
|
|
|
|
|
|
marker_1d315d01dee16d07a1f52b8ff8140998.bindPopup(popup_be9c30bb3d833059583fdf9f21bb3221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d315d01dee16d07a1f52b8ff8140998.setIcon(icon_5a1d99fccb1dc54e7ba3055c9c318a4f);
|
|
|
|
|
|
var marker_fe89ff68868ad41105f4280e5e84c71a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_63f9abe2d5ad24734befcc2c258b11a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38ac97c9984e99d00603df01cb988aeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_456ea34c45d6fcd6ee36902ff81ef984 = $(`<div id="html_456ea34c45d6fcd6ee36902ff81ef984" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_38ac97c9984e99d00603df01cb988aeb.setContent(html_456ea34c45d6fcd6ee36902ff81ef984);
|
|
|
|
|
|
|
|
marker_fe89ff68868ad41105f4280e5e84c71a.bindPopup(popup_38ac97c9984e99d00603df01cb988aeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe89ff68868ad41105f4280e5e84c71a.setIcon(icon_63f9abe2d5ad24734befcc2c258b11a7);
|
|
|
|
|
|
var marker_51d0c8a811f2af863b5475d7300d401d = L.marker(
|
|
[45.5029, -73.5723],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5049d66be86e2764e66ac5cc9293a203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9280246cc45d569518c3588edd03a136 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea501cf2ac669d83ab974e52e8bfa4fb = $(`<div id="html_ea501cf2ac669d83ab974e52e8bfa4fb" style="width: 100.0%; height: 100.0%;">zap.watch</div>`)[0];
|
|
popup_9280246cc45d569518c3588edd03a136.setContent(html_ea501cf2ac669d83ab974e52e8bfa4fb);
|
|
|
|
|
|
|
|
marker_51d0c8a811f2af863b5475d7300d401d.bindPopup(popup_9280246cc45d569518c3588edd03a136)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51d0c8a811f2af863b5475d7300d401d.setIcon(icon_5049d66be86e2764e66ac5cc9293a203);
|
|
|
|
|
|
var marker_2d62f070ff355b3a26aa4c5f6ef36c62 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_fe739e080406185797224810e040ce78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3087e6b5c327e7fb272d8106022d873d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bc6e748bccbd642c2428e8d05373830 = $(`<div id="html_5bc6e748bccbd642c2428e8d05373830" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_3087e6b5c327e7fb272d8106022d873d.setContent(html_5bc6e748bccbd642c2428e8d05373830);
|
|
|
|
|
|
|
|
marker_2d62f070ff355b3a26aa4c5f6ef36c62.bindPopup(popup_3087e6b5c327e7fb272d8106022d873d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d62f070ff355b3a26aa4c5f6ef36c62.setIcon(icon_fe739e080406185797224810e040ce78);
|
|
|
|
|
|
var marker_ad28635615211351dee3a16f9020692a = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_029e22dcc4e29b35b71b733caa2ca9e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9406d83727e7ebdf2fa302e919279ec6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4fbe566f9c620c77f583d9e1ffca0ae = $(`<div id="html_b4fbe566f9c620c77f583d9e1ffca0ae" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_9406d83727e7ebdf2fa302e919279ec6.setContent(html_b4fbe566f9c620c77f583d9e1ffca0ae);
|
|
|
|
|
|
|
|
marker_ad28635615211351dee3a16f9020692a.bindPopup(popup_9406d83727e7ebdf2fa302e919279ec6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad28635615211351dee3a16f9020692a.setIcon(icon_029e22dcc4e29b35b71b733caa2ca9e6);
|
|
|
|
|
|
var marker_dac2e642622d63be501b32d581de74ab = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_96a13d3f15f65f39a5e0bd853a04b012 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2285dc177c5aa14a234c56b5ff388ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2512556847b7ea38bdc6aa52a13e975d = $(`<div id="html_2512556847b7ea38bdc6aa52a13e975d" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_c2285dc177c5aa14a234c56b5ff388ea.setContent(html_2512556847b7ea38bdc6aa52a13e975d);
|
|
|
|
|
|
|
|
marker_dac2e642622d63be501b32d581de74ab.bindPopup(popup_c2285dc177c5aa14a234c56b5ff388ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dac2e642622d63be501b32d581de74ab.setIcon(icon_96a13d3f15f65f39a5e0bd853a04b012);
|
|
|
|
|
|
var marker_eb812d3479d23b9b91ef03e9f64a7d78 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_fbeed537005fadfda269d6fca6dede49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe558c5c5d0021648625164428f8cbc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e99aa4c734c0891c5ec4fa369fa483a1 = $(`<div id="html_e99aa4c734c0891c5ec4fa369fa483a1" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_fe558c5c5d0021648625164428f8cbc0.setContent(html_e99aa4c734c0891c5ec4fa369fa483a1);
|
|
|
|
|
|
|
|
marker_eb812d3479d23b9b91ef03e9f64a7d78.bindPopup(popup_fe558c5c5d0021648625164428f8cbc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb812d3479d23b9b91ef03e9f64a7d78.setIcon(icon_fbeed537005fadfda269d6fca6dede49);
|
|
|
|
|
|
var marker_cd97a0894f2130b67f5d546e566f1d43 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6d1062d14c8cf26200610612c202f6c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27decb450290008e1430c33d4d4acd7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90f157afdab0de839bf6d77f9acc5c1a = $(`<div id="html_90f157afdab0de839bf6d77f9acc5c1a" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_27decb450290008e1430c33d4d4acd7b.setContent(html_90f157afdab0de839bf6d77f9acc5c1a);
|
|
|
|
|
|
|
|
marker_cd97a0894f2130b67f5d546e566f1d43.bindPopup(popup_27decb450290008e1430c33d4d4acd7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd97a0894f2130b67f5d546e566f1d43.setIcon(icon_6d1062d14c8cf26200610612c202f6c1);
|
|
|
|
|
|
var marker_ab934c9d94a76cda7fdf2279c1bda83f = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_002b37b72d16af12bcc4d7133b010138 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44f61e6f616bc6572eba6f78d4a30a82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_890d03ee9dbef906756bb81e6fbf470e = $(`<div id="html_890d03ee9dbef906756bb81e6fbf470e" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_44f61e6f616bc6572eba6f78d4a30a82.setContent(html_890d03ee9dbef906756bb81e6fbf470e);
|
|
|
|
|
|
|
|
marker_ab934c9d94a76cda7fdf2279c1bda83f.bindPopup(popup_44f61e6f616bc6572eba6f78d4a30a82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab934c9d94a76cda7fdf2279c1bda83f.setIcon(icon_002b37b72d16af12bcc4d7133b010138);
|
|
|
|
|
|
var marker_35584da873cd9b604b1f10af254bcbe8 = L.marker(
|
|
[50.9928, 3.26317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1cde72d5d255293e4359c65d9325c088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa55ae78b3189f94e5d3b682a1170bf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8b7417fab0c1437a788392d3a7c459f = $(`<div id="html_a8b7417fab0c1437a788392d3a7c459f" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_aa55ae78b3189f94e5d3b682a1170bf2.setContent(html_a8b7417fab0c1437a788392d3a7c459f);
|
|
|
|
|
|
|
|
marker_35584da873cd9b604b1f10af254bcbe8.bindPopup(popup_aa55ae78b3189f94e5d3b682a1170bf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35584da873cd9b604b1f10af254bcbe8.setIcon(icon_1cde72d5d255293e4359c65d9325c088);
|
|
|
|
|
|
var marker_c2802ce9b316d0677f5b78b78bf16741 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a70bb43dc9a9f7f47e4bb7029eb92c74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d45478bee3632bbc9d2f49d4f1eed0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a412af2762cd9a7cb6d9fe1bb515aee2 = $(`<div id="html_a412af2762cd9a7cb6d9fe1bb515aee2" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_0d45478bee3632bbc9d2f49d4f1eed0c.setContent(html_a412af2762cd9a7cb6d9fe1bb515aee2);
|
|
|
|
|
|
|
|
marker_c2802ce9b316d0677f5b78b78bf16741.bindPopup(popup_0d45478bee3632bbc9d2f49d4f1eed0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2802ce9b316d0677f5b78b78bf16741.setIcon(icon_a70bb43dc9a9f7f47e4bb7029eb92c74);
|
|
|
|
|
|
var marker_1f7ea0c06fd7503a22c0e0c8748c6e63 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_981b71e30ad5c5820a271ed80cb5ab3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f7d220be7b61696b793bfd105701833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06d4b87ee18178daa03951dc785773a5 = $(`<div id="html_06d4b87ee18178daa03951dc785773a5" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_3f7d220be7b61696b793bfd105701833.setContent(html_06d4b87ee18178daa03951dc785773a5);
|
|
|
|
|
|
|
|
marker_1f7ea0c06fd7503a22c0e0c8748c6e63.bindPopup(popup_3f7d220be7b61696b793bfd105701833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f7ea0c06fd7503a22c0e0c8748c6e63.setIcon(icon_981b71e30ad5c5820a271ed80cb5ab3f);
|
|
|
|
|
|
var marker_2026a72c04767a46799c09f5afd8c469 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5bffa5f282ee0e0c280e7bbf2cf34540 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92fbd062f1ea8fe12c80e3c423feb72f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e15f3c123ce81a0eac05d50aee92c13e = $(`<div id="html_e15f3c123ce81a0eac05d50aee92c13e" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_92fbd062f1ea8fe12c80e3c423feb72f.setContent(html_e15f3c123ce81a0eac05d50aee92c13e);
|
|
|
|
|
|
|
|
marker_2026a72c04767a46799c09f5afd8c469.bindPopup(popup_92fbd062f1ea8fe12c80e3c423feb72f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2026a72c04767a46799c09f5afd8c469.setIcon(icon_5bffa5f282ee0e0c280e7bbf2cf34540);
|
|
|
|
|
|
var marker_8c7b0d30f8849a27a212f123b4ed2d91 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_92d32d2d5195f738a46e4878fd634768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86762a36c96643dadf53b3c221a8526e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1085ce7d5fd437311b4a12eb91f386ff = $(`<div id="html_1085ce7d5fd437311b4a12eb91f386ff" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_86762a36c96643dadf53b3c221a8526e.setContent(html_1085ce7d5fd437311b4a12eb91f386ff);
|
|
|
|
|
|
|
|
marker_8c7b0d30f8849a27a212f123b4ed2d91.bindPopup(popup_86762a36c96643dadf53b3c221a8526e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c7b0d30f8849a27a212f123b4ed2d91.setIcon(icon_92d32d2d5195f738a46e4878fd634768);
|
|
|
|
|
|
var marker_822be3e57adc0758e4127d7d79e49b32 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ed60e7c5c5e0d2b49d1428a6c3ae3fed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28e7ac8541ad1307444fe4c95c985443 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74ae8c7f6bc6839bf670bae1b04fcbcd = $(`<div id="html_74ae8c7f6bc6839bf670bae1b04fcbcd" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_28e7ac8541ad1307444fe4c95c985443.setContent(html_74ae8c7f6bc6839bf670bae1b04fcbcd);
|
|
|
|
|
|
|
|
marker_822be3e57adc0758e4127d7d79e49b32.bindPopup(popup_28e7ac8541ad1307444fe4c95c985443)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822be3e57adc0758e4127d7d79e49b32.setIcon(icon_ed60e7c5c5e0d2b49d1428a6c3ae3fed);
|
|
|
|
|
|
var marker_c8640cab1371b905f107691c057d6e7d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1577ca51c42be4e7c1edd2a8df57d056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_377c03311df78b16310eba486f693fc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6224544c40bc7a22c06935c4ba274d59 = $(`<div id="html_6224544c40bc7a22c06935c4ba274d59" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_377c03311df78b16310eba486f693fc6.setContent(html_6224544c40bc7a22c06935c4ba274d59);
|
|
|
|
|
|
|
|
marker_c8640cab1371b905f107691c057d6e7d.bindPopup(popup_377c03311df78b16310eba486f693fc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8640cab1371b905f107691c057d6e7d.setIcon(icon_1577ca51c42be4e7c1edd2a8df57d056);
|
|
|
|
|
|
var marker_7e493846577d5d7c854256a9edb9b786 = L.marker(
|
|
[13.7584, 100.622],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c59d1d1b9ba089af70a7192bbaca601b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc2c7e628bdaccbd4d3568ba5c37e904 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98077ba07819fb247324c9c425f62918 = $(`<div id="html_98077ba07819fb247324c9c425f62918" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_cc2c7e628bdaccbd4d3568ba5c37e904.setContent(html_98077ba07819fb247324c9c425f62918);
|
|
|
|
|
|
|
|
marker_7e493846577d5d7c854256a9edb9b786.bindPopup(popup_cc2c7e628bdaccbd4d3568ba5c37e904)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e493846577d5d7c854256a9edb9b786.setIcon(icon_c59d1d1b9ba089af70a7192bbaca601b);
|
|
|
|
|
|
var marker_e9573100b5f95784748c0a81b33b6885 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_690ae25b40d77bc0d4a745f465986d83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3054eef484bfe38284b171621647e668 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cedd0f0ef1491e7ffc67de4cee5c9fa0 = $(`<div id="html_cedd0f0ef1491e7ffc67de4cee5c9fa0" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_3054eef484bfe38284b171621647e668.setContent(html_cedd0f0ef1491e7ffc67de4cee5c9fa0);
|
|
|
|
|
|
|
|
marker_e9573100b5f95784748c0a81b33b6885.bindPopup(popup_3054eef484bfe38284b171621647e668)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9573100b5f95784748c0a81b33b6885.setIcon(icon_690ae25b40d77bc0d4a745f465986d83);
|
|
|
|
|
|
var marker_46b3678fc70de6b46dc7dd93ebcd0407 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d88ebbc42ca6b4e5256242a532d90048 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f62e5099f505fd4c407d0b355e2eabcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_976549ac30dbcd27f9b6b948a1140fc4 = $(`<div id="html_976549ac30dbcd27f9b6b948a1140fc4" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_f62e5099f505fd4c407d0b355e2eabcf.setContent(html_976549ac30dbcd27f9b6b948a1140fc4);
|
|
|
|
|
|
|
|
marker_46b3678fc70de6b46dc7dd93ebcd0407.bindPopup(popup_f62e5099f505fd4c407d0b355e2eabcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46b3678fc70de6b46dc7dd93ebcd0407.setIcon(icon_d88ebbc42ca6b4e5256242a532d90048);
|
|
|
|
|
|
var marker_4e591967fe7353f5165b2b6cdf7c8dbb = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6e2454a8bc3e6ed5f7fafb506988bfce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f6539eb04c50f530e0044d476233bd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8349921d739d0616dc8a56b99aff7c4e = $(`<div id="html_8349921d739d0616dc8a56b99aff7c4e" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_1f6539eb04c50f530e0044d476233bd5.setContent(html_8349921d739d0616dc8a56b99aff7c4e);
|
|
|
|
|
|
|
|
marker_4e591967fe7353f5165b2b6cdf7c8dbb.bindPopup(popup_1f6539eb04c50f530e0044d476233bd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e591967fe7353f5165b2b6cdf7c8dbb.setIcon(icon_6e2454a8bc3e6ed5f7fafb506988bfce);
|
|
|
|
|
|
var marker_c1ea3bdd1613157388a784f7b559c5e7 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9e9cffa4749465a374155f51d39bef8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc2e503e1365a4c49734cce5d386a822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6958cd3f1115fb9b38af4222195977a5 = $(`<div id="html_6958cd3f1115fb9b38af4222195977a5" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_cc2e503e1365a4c49734cce5d386a822.setContent(html_6958cd3f1115fb9b38af4222195977a5);
|
|
|
|
|
|
|
|
marker_c1ea3bdd1613157388a784f7b559c5e7.bindPopup(popup_cc2e503e1365a4c49734cce5d386a822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1ea3bdd1613157388a784f7b559c5e7.setIcon(icon_9e9cffa4749465a374155f51d39bef8b);
|
|
|
|
|
|
var marker_8f0eb4580fed5b440ebcac02216f9ca9 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_343edc7df2fde6e7fcd6a1451c4347bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6aeba05769effe30cc217fc1473ba2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3791328228f98890c3a25753d6cb2e1a = $(`<div id="html_3791328228f98890c3a25753d6cb2e1a" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_d6aeba05769effe30cc217fc1473ba2b.setContent(html_3791328228f98890c3a25753d6cb2e1a);
|
|
|
|
|
|
|
|
marker_8f0eb4580fed5b440ebcac02216f9ca9.bindPopup(popup_d6aeba05769effe30cc217fc1473ba2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f0eb4580fed5b440ebcac02216f9ca9.setIcon(icon_343edc7df2fde6e7fcd6a1451c4347bf);
|
|
|
|
|
|
var marker_c5020292eed2fcdd1cf50f55be20d733 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5bf24e52e2396cc33beb20beeefcea3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_795473353a92fa8e6934e1063c69b3c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bd3cc17ce6dbda69d27a1f528965190 = $(`<div id="html_4bd3cc17ce6dbda69d27a1f528965190" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_795473353a92fa8e6934e1063c69b3c9.setContent(html_4bd3cc17ce6dbda69d27a1f528965190);
|
|
|
|
|
|
|
|
marker_c5020292eed2fcdd1cf50f55be20d733.bindPopup(popup_795473353a92fa8e6934e1063c69b3c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5020292eed2fcdd1cf50f55be20d733.setIcon(icon_5bf24e52e2396cc33beb20beeefcea3c);
|
|
|
|
|
|
var marker_77a0d7fff87cb9341f2521c28c551bfb = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_64a0b6e49ad68f9285b03d7a64172cc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8da040afca3e29b279db764218a053cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59ffa6c3690ab02686484c28393fcea7 = $(`<div id="html_59ffa6c3690ab02686484c28393fcea7" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_8da040afca3e29b279db764218a053cf.setContent(html_59ffa6c3690ab02686484c28393fcea7);
|
|
|
|
|
|
|
|
marker_77a0d7fff87cb9341f2521c28c551bfb.bindPopup(popup_8da040afca3e29b279db764218a053cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77a0d7fff87cb9341f2521c28c551bfb.setIcon(icon_64a0b6e49ad68f9285b03d7a64172cc6);
|
|
|
|
|
|
var marker_452d0d7416486554468b9227202b365c = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_62f536e4f144809586a50449d0abd3ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_969e4e13de887ffef0fa143a7558e1c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_349ca34c860902d9397eb6cc8346e35f = $(`<div id="html_349ca34c860902d9397eb6cc8346e35f" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_969e4e13de887ffef0fa143a7558e1c7.setContent(html_349ca34c860902d9397eb6cc8346e35f);
|
|
|
|
|
|
|
|
marker_452d0d7416486554468b9227202b365c.bindPopup(popup_969e4e13de887ffef0fa143a7558e1c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_452d0d7416486554468b9227202b365c.setIcon(icon_62f536e4f144809586a50449d0abd3ca);
|
|
|
|
|
|
var marker_dbd1e89548aeb7b0607be1e3bfae7991 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1b37082ef5275d91eb947373d3e24a50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62bc87ac14584e0c1a13f38f7a94e1cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce86c5d1923597fd820b5bc2061ce63a = $(`<div id="html_ce86c5d1923597fd820b5bc2061ce63a" style="width: 100.0%; height: 100.0%;">relay.nostraddress.com</div>`)[0];
|
|
popup_62bc87ac14584e0c1a13f38f7a94e1cf.setContent(html_ce86c5d1923597fd820b5bc2061ce63a);
|
|
|
|
|
|
|
|
marker_dbd1e89548aeb7b0607be1e3bfae7991.bindPopup(popup_62bc87ac14584e0c1a13f38f7a94e1cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbd1e89548aeb7b0607be1e3bfae7991.setIcon(icon_1b37082ef5275d91eb947373d3e24a50);
|
|
|
|
|
|
var marker_10c14ce698456cad3e77c83d7b000185 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9cebc127d61268c860f1af4c3f8a624e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_308b8f15aee23133de601d540fcf81f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c74dcab12181cd26ad340288d4d8c24 = $(`<div id="html_0c74dcab12181cd26ad340288d4d8c24" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_308b8f15aee23133de601d540fcf81f8.setContent(html_0c74dcab12181cd26ad340288d4d8c24);
|
|
|
|
|
|
|
|
marker_10c14ce698456cad3e77c83d7b000185.bindPopup(popup_308b8f15aee23133de601d540fcf81f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10c14ce698456cad3e77c83d7b000185.setIcon(icon_9cebc127d61268c860f1af4c3f8a624e);
|
|
|
|
|
|
var marker_206441979ac6e35a5afeb081a43525a9 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_11aa21bbcf54134c2986cbf9b3f131f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f201c45fd4e395b28a787c4bae3bf309 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e2743b0da7ef88173b06d2623cb1a1f = $(`<div id="html_6e2743b0da7ef88173b06d2623cb1a1f" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_f201c45fd4e395b28a787c4bae3bf309.setContent(html_6e2743b0da7ef88173b06d2623cb1a1f);
|
|
|
|
|
|
|
|
marker_206441979ac6e35a5afeb081a43525a9.bindPopup(popup_f201c45fd4e395b28a787c4bae3bf309)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_206441979ac6e35a5afeb081a43525a9.setIcon(icon_11aa21bbcf54134c2986cbf9b3f131f6);
|
|
|
|
|
|
var marker_f4041a722ef3748298ce442545a6087e = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cce1c337dae8c9c252f94dc90a519ba7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6bbd4492523eba8fdf1fb797a2e0ed9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58a934492ce70aaf36e0ede27e091dc7 = $(`<div id="html_58a934492ce70aaf36e0ede27e091dc7" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_e6bbd4492523eba8fdf1fb797a2e0ed9.setContent(html_58a934492ce70aaf36e0ede27e091dc7);
|
|
|
|
|
|
|
|
marker_f4041a722ef3748298ce442545a6087e.bindPopup(popup_e6bbd4492523eba8fdf1fb797a2e0ed9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4041a722ef3748298ce442545a6087e.setIcon(icon_cce1c337dae8c9c252f94dc90a519ba7);
|
|
|
|
|
|
var marker_dde0170b8fb0312c30f2a13913231cea = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5b97e5da7e1233ee3ae0c13d20e542a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faac65c8ae7d8154ae8123e6f85506fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6cab205128c679bbf6e4fb8a8ae2295 = $(`<div id="html_c6cab205128c679bbf6e4fb8a8ae2295" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_faac65c8ae7d8154ae8123e6f85506fd.setContent(html_c6cab205128c679bbf6e4fb8a8ae2295);
|
|
|
|
|
|
|
|
marker_dde0170b8fb0312c30f2a13913231cea.bindPopup(popup_faac65c8ae7d8154ae8123e6f85506fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dde0170b8fb0312c30f2a13913231cea.setIcon(icon_5b97e5da7e1233ee3ae0c13d20e542a7);
|
|
|
|
|
|
var marker_18a85515c0679d8c232a2a58d082708d = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5709674e1f22e2b8b69fb75901aa58b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23b2bc6049251616c17c0caf2513f3cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f33b2a0218f6bd36f680e4228b93cfad = $(`<div id="html_f33b2a0218f6bd36f680e4228b93cfad" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_23b2bc6049251616c17c0caf2513f3cc.setContent(html_f33b2a0218f6bd36f680e4228b93cfad);
|
|
|
|
|
|
|
|
marker_18a85515c0679d8c232a2a58d082708d.bindPopup(popup_23b2bc6049251616c17c0caf2513f3cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18a85515c0679d8c232a2a58d082708d.setIcon(icon_5709674e1f22e2b8b69fb75901aa58b8);
|
|
|
|
|
|
var marker_364659a135e2058fc3bd785c7e6b55d6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d8bc39712aa939103f51d3bc15aa8814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b33ca0e80820a027bf1796b385cce2f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9533b7366c940b8fa2f6376b6033515c = $(`<div id="html_9533b7366c940b8fa2f6376b6033515c" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_b33ca0e80820a027bf1796b385cce2f4.setContent(html_9533b7366c940b8fa2f6376b6033515c);
|
|
|
|
|
|
|
|
marker_364659a135e2058fc3bd785c7e6b55d6.bindPopup(popup_b33ca0e80820a027bf1796b385cce2f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_364659a135e2058fc3bd785c7e6b55d6.setIcon(icon_d8bc39712aa939103f51d3bc15aa8814);
|
|
|
|
|
|
var marker_70f9d24c555625cd21378af0fe037079 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b406b9073697d25ff49c969463fb13aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55c911d0286b0532afeaf0d30a7380d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a89613494b7d7d2e13307a219bdf8cc = $(`<div id="html_0a89613494b7d7d2e13307a219bdf8cc" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_55c911d0286b0532afeaf0d30a7380d9.setContent(html_0a89613494b7d7d2e13307a219bdf8cc);
|
|
|
|
|
|
|
|
marker_70f9d24c555625cd21378af0fe037079.bindPopup(popup_55c911d0286b0532afeaf0d30a7380d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70f9d24c555625cd21378af0fe037079.setIcon(icon_b406b9073697d25ff49c969463fb13aa);
|
|
|
|
|
|
var marker_2be5ce533c3273414593a8bc911bd90b = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7a67f356aab961904a73a72f920946d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3e89462f1e803f1f714a9f55b23bb26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2806bd379e37b66625674b0c403b2060 = $(`<div id="html_2806bd379e37b66625674b0c403b2060" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_d3e89462f1e803f1f714a9f55b23bb26.setContent(html_2806bd379e37b66625674b0c403b2060);
|
|
|
|
|
|
|
|
marker_2be5ce533c3273414593a8bc911bd90b.bindPopup(popup_d3e89462f1e803f1f714a9f55b23bb26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2be5ce533c3273414593a8bc911bd90b.setIcon(icon_7a67f356aab961904a73a72f920946d3);
|
|
|
|
|
|
var marker_9733453fe5dd26ae05d509280120ccc1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_95e17d48682b66e5bfff2015ed2dd67a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0623fa3fdc0bc1ef693a4e668f5ce8c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_655468a6d12cfb5f97d947ca0255a7d7 = $(`<div id="html_655468a6d12cfb5f97d947ca0255a7d7" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_0623fa3fdc0bc1ef693a4e668f5ce8c3.setContent(html_655468a6d12cfb5f97d947ca0255a7d7);
|
|
|
|
|
|
|
|
marker_9733453fe5dd26ae05d509280120ccc1.bindPopup(popup_0623fa3fdc0bc1ef693a4e668f5ce8c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9733453fe5dd26ae05d509280120ccc1.setIcon(icon_95e17d48682b66e5bfff2015ed2dd67a);
|
|
|
|
|
|
var marker_44396da549195b4b175ad99445e88af6 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2de6fdbedd370892cfcfc5b92c75a991 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3a7f427d5ed54816c0dbffd84a13f0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ecabafebccb266ec1dc487f3d8ece6c = $(`<div id="html_7ecabafebccb266ec1dc487f3d8ece6c" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_a3a7f427d5ed54816c0dbffd84a13f0f.setContent(html_7ecabafebccb266ec1dc487f3d8ece6c);
|
|
|
|
|
|
|
|
marker_44396da549195b4b175ad99445e88af6.bindPopup(popup_a3a7f427d5ed54816c0dbffd84a13f0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44396da549195b4b175ad99445e88af6.setIcon(icon_2de6fdbedd370892cfcfc5b92c75a991);
|
|
|
|
|
|
var marker_041f60b35b3d996f6c7523483beede5a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d658a092e6018249d70b04eb36aac8b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3675eaa197e761d220b69bb8d05aff3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b29e6a7fa1013f4eed39f47581296108 = $(`<div id="html_b29e6a7fa1013f4eed39f47581296108" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_3675eaa197e761d220b69bb8d05aff3f.setContent(html_b29e6a7fa1013f4eed39f47581296108);
|
|
|
|
|
|
|
|
marker_041f60b35b3d996f6c7523483beede5a.bindPopup(popup_3675eaa197e761d220b69bb8d05aff3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_041f60b35b3d996f6c7523483beede5a.setIcon(icon_d658a092e6018249d70b04eb36aac8b0);
|
|
|
|
|
|
var marker_18c5c7169f43339b8e1d242e6bd9f025 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b07c6238b848b838bc1721c33278c96f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e493c205d0eff9b576c2ee0d78d51da4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd98ec44c289fcfd37cc21908a2a7464 = $(`<div id="html_dd98ec44c289fcfd37cc21908a2a7464" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_e493c205d0eff9b576c2ee0d78d51da4.setContent(html_dd98ec44c289fcfd37cc21908a2a7464);
|
|
|
|
|
|
|
|
marker_18c5c7169f43339b8e1d242e6bd9f025.bindPopup(popup_e493c205d0eff9b576c2ee0d78d51da4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18c5c7169f43339b8e1d242e6bd9f025.setIcon(icon_b07c6238b848b838bc1721c33278c96f);
|
|
|
|
|
|
var marker_b89cdf37894fa2c77ed9cd1f3a8b97d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5d10d234c8fcec5417dc294c75d339cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17e91dd27f9cd77dfdf178d123000c93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1711b47f7a763e49c11bd08507d5cbb = $(`<div id="html_e1711b47f7a763e49c11bd08507d5cbb" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_17e91dd27f9cd77dfdf178d123000c93.setContent(html_e1711b47f7a763e49c11bd08507d5cbb);
|
|
|
|
|
|
|
|
marker_b89cdf37894fa2c77ed9cd1f3a8b97d2.bindPopup(popup_17e91dd27f9cd77dfdf178d123000c93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b89cdf37894fa2c77ed9cd1f3a8b97d2.setIcon(icon_5d10d234c8fcec5417dc294c75d339cc);
|
|
|
|
|
|
var marker_ef01f585b44ee42c08b24bc103587239 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_64a7833d052c5b08134470e18e5e0a5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_090317f611f930256f5c2162bd2bb02d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fea3d76d7fed277b564aff56c0202a4a = $(`<div id="html_fea3d76d7fed277b564aff56c0202a4a" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_090317f611f930256f5c2162bd2bb02d.setContent(html_fea3d76d7fed277b564aff56c0202a4a);
|
|
|
|
|
|
|
|
marker_ef01f585b44ee42c08b24bc103587239.bindPopup(popup_090317f611f930256f5c2162bd2bb02d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef01f585b44ee42c08b24bc103587239.setIcon(icon_64a7833d052c5b08134470e18e5e0a5b);
|
|
|
|
|
|
var marker_26e6028346fe66fb1f73cf096636e6c9 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f54928359d03eea097e0b80390676f14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e2430f5e5624f7a07bffcfc983275f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd2510c547351a00ef3dec0069c1f0f7 = $(`<div id="html_fd2510c547351a00ef3dec0069c1f0f7" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_5e2430f5e5624f7a07bffcfc983275f9.setContent(html_fd2510c547351a00ef3dec0069c1f0f7);
|
|
|
|
|
|
|
|
marker_26e6028346fe66fb1f73cf096636e6c9.bindPopup(popup_5e2430f5e5624f7a07bffcfc983275f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26e6028346fe66fb1f73cf096636e6c9.setIcon(icon_f54928359d03eea097e0b80390676f14);
|
|
|
|
|
|
var marker_d7c8f3d5bce2318ea9fadfd41e73f7e5 = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5f83b76ae843235c242c43f63c78066c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dd6a5cd7016d1b7c89f2756f09af6d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68f113a744329ee85b8032fd48f7aa1d = $(`<div id="html_68f113a744329ee85b8032fd48f7aa1d" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_8dd6a5cd7016d1b7c89f2756f09af6d1.setContent(html_68f113a744329ee85b8032fd48f7aa1d);
|
|
|
|
|
|
|
|
marker_d7c8f3d5bce2318ea9fadfd41e73f7e5.bindPopup(popup_8dd6a5cd7016d1b7c89f2756f09af6d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7c8f3d5bce2318ea9fadfd41e73f7e5.setIcon(icon_5f83b76ae843235c242c43f63c78066c);
|
|
|
|
|
|
var marker_d6fb815484df18ea332deac81f409873 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_68738eb574b5d7d30b5160a2312a33f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7124beb250a0d188d2d6851c4add6f6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e4cf5a6462f5cb1805d00b98b8afedf = $(`<div id="html_6e4cf5a6462f5cb1805d00b98b8afedf" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_7124beb250a0d188d2d6851c4add6f6b.setContent(html_6e4cf5a6462f5cb1805d00b98b8afedf);
|
|
|
|
|
|
|
|
marker_d6fb815484df18ea332deac81f409873.bindPopup(popup_7124beb250a0d188d2d6851c4add6f6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6fb815484df18ea332deac81f409873.setIcon(icon_68738eb574b5d7d30b5160a2312a33f6);
|
|
|
|
|
|
var marker_9f1aba59a780438a3731aa7667c25f0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cbdd41bbc1eeb3c4ed86cca30eb51a37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb5f600549dfb8e1fdb3d507f08da687 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88b9e614efc32939539cc81ade997988 = $(`<div id="html_88b9e614efc32939539cc81ade997988" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_bb5f600549dfb8e1fdb3d507f08da687.setContent(html_88b9e614efc32939539cc81ade997988);
|
|
|
|
|
|
|
|
marker_9f1aba59a780438a3731aa7667c25f0b.bindPopup(popup_bb5f600549dfb8e1fdb3d507f08da687)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f1aba59a780438a3731aa7667c25f0b.setIcon(icon_cbdd41bbc1eeb3c4ed86cca30eb51a37);
|
|
|
|
|
|
var marker_e8007bfb2d69d33774e3a652757dea73 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_4dc79e6ea5d63921b380319843dd240a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fff04faa8c60d12ff0e3525e73d3212c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf941ef2ad94b405cd254106ec8df642 = $(`<div id="html_cf941ef2ad94b405cd254106ec8df642" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_fff04faa8c60d12ff0e3525e73d3212c.setContent(html_cf941ef2ad94b405cd254106ec8df642);
|
|
|
|
|
|
|
|
marker_e8007bfb2d69d33774e3a652757dea73.bindPopup(popup_fff04faa8c60d12ff0e3525e73d3212c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8007bfb2d69d33774e3a652757dea73.setIcon(icon_4dc79e6ea5d63921b380319843dd240a);
|
|
|
|
|
|
var marker_ce87c45f731477b6f73d67185c968839 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_be855309cbb5ddc690a434d6e0b3d2ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e097b9788feb155449b7e71b546fa5c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_534377aa119bb4a6f7347a03a51fac9e = $(`<div id="html_534377aa119bb4a6f7347a03a51fac9e" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_e097b9788feb155449b7e71b546fa5c3.setContent(html_534377aa119bb4a6f7347a03a51fac9e);
|
|
|
|
|
|
|
|
marker_ce87c45f731477b6f73d67185c968839.bindPopup(popup_e097b9788feb155449b7e71b546fa5c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce87c45f731477b6f73d67185c968839.setIcon(icon_be855309cbb5ddc690a434d6e0b3d2ee);
|
|
|
|
|
|
var marker_253e8c7d4560a45fd2d56ee9df80e29d = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7b1a967818f785a4331e371705823361 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f57227920f96069f187a1410a5ae71a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7a4237552822770a3d80042b31d623a = $(`<div id="html_c7a4237552822770a3d80042b31d623a" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_8f57227920f96069f187a1410a5ae71a.setContent(html_c7a4237552822770a3d80042b31d623a);
|
|
|
|
|
|
|
|
marker_253e8c7d4560a45fd2d56ee9df80e29d.bindPopup(popup_8f57227920f96069f187a1410a5ae71a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_253e8c7d4560a45fd2d56ee9df80e29d.setIcon(icon_7b1a967818f785a4331e371705823361);
|
|
|
|
|
|
var marker_fb077b43ddd4bb48185bc29373bef1f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bba685863f2d34b64fecd6768ae13d8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b1c33a7d9b683b9bc498e6b604895f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9659d2cdd220156e9a7cc1c4ebe01d61 = $(`<div id="html_9659d2cdd220156e9a7cc1c4ebe01d61" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_83b1c33a7d9b683b9bc498e6b604895f.setContent(html_9659d2cdd220156e9a7cc1c4ebe01d61);
|
|
|
|
|
|
|
|
marker_fb077b43ddd4bb48185bc29373bef1f3.bindPopup(popup_83b1c33a7d9b683b9bc498e6b604895f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb077b43ddd4bb48185bc29373bef1f3.setIcon(icon_bba685863f2d34b64fecd6768ae13d8a);
|
|
|
|
|
|
var marker_5486215163dd0e14b77153e8c7ae44f0 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_79e6c017ff64b0cd462d3cdc512878b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddcf86314efd21b99ff3ec5ba1e0e3e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b60ad68e87319d0bfbd44bb0c7eb6727 = $(`<div id="html_b60ad68e87319d0bfbd44bb0c7eb6727" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_ddcf86314efd21b99ff3ec5ba1e0e3e1.setContent(html_b60ad68e87319d0bfbd44bb0c7eb6727);
|
|
|
|
|
|
|
|
marker_5486215163dd0e14b77153e8c7ae44f0.bindPopup(popup_ddcf86314efd21b99ff3ec5ba1e0e3e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5486215163dd0e14b77153e8c7ae44f0.setIcon(icon_79e6c017ff64b0cd462d3cdc512878b1);
|
|
|
|
|
|
var marker_9dd78821c34723820b08cb096cda8e67 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2fb834704dcc5ac382c8ad79d20e3a22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cec4ca8dcf2acc8d2c2a7c17a1cd195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e63b35d9546f2b7da74a48bd977ccb94 = $(`<div id="html_e63b35d9546f2b7da74a48bd977ccb94" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_8cec4ca8dcf2acc8d2c2a7c17a1cd195.setContent(html_e63b35d9546f2b7da74a48bd977ccb94);
|
|
|
|
|
|
|
|
marker_9dd78821c34723820b08cb096cda8e67.bindPopup(popup_8cec4ca8dcf2acc8d2c2a7c17a1cd195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dd78821c34723820b08cb096cda8e67.setIcon(icon_2fb834704dcc5ac382c8ad79d20e3a22);
|
|
|
|
|
|
var marker_db560c23c13bd343aa0f9e8271e8264f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ef970f242dca13d900831f159ac6add4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2136e9933f1899a64d397a1fd8e5d355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f50750c5686b15d56dee9fc23845f3af = $(`<div id="html_f50750c5686b15d56dee9fc23845f3af" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_2136e9933f1899a64d397a1fd8e5d355.setContent(html_f50750c5686b15d56dee9fc23845f3af);
|
|
|
|
|
|
|
|
marker_db560c23c13bd343aa0f9e8271e8264f.bindPopup(popup_2136e9933f1899a64d397a1fd8e5d355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db560c23c13bd343aa0f9e8271e8264f.setIcon(icon_ef970f242dca13d900831f159ac6add4);
|
|
|
|
|
|
var marker_9a2aae9bc1eefd80bc5fef664a7521a7 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c19885b989afcd4910fa95e1fbfacbdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd7658a19e2a602c73fe528a3fa8a395 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4838552caa0b80d49bcf7e2bf83e8b9 = $(`<div id="html_f4838552caa0b80d49bcf7e2bf83e8b9" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_cd7658a19e2a602c73fe528a3fa8a395.setContent(html_f4838552caa0b80d49bcf7e2bf83e8b9);
|
|
|
|
|
|
|
|
marker_9a2aae9bc1eefd80bc5fef664a7521a7.bindPopup(popup_cd7658a19e2a602c73fe528a3fa8a395)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a2aae9bc1eefd80bc5fef664a7521a7.setIcon(icon_c19885b989afcd4910fa95e1fbfacbdd);
|
|
|
|
|
|
var marker_e8fed85b9b71d32544975d681256aaab = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_be78b623b6444720f39946cb2025b778 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05ddb8ddba8e3ea9e07a567a2f627ade = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b580da29b65779378d4665fcbcf111f = $(`<div id="html_0b580da29b65779378d4665fcbcf111f" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_05ddb8ddba8e3ea9e07a567a2f627ade.setContent(html_0b580da29b65779378d4665fcbcf111f);
|
|
|
|
|
|
|
|
marker_e8fed85b9b71d32544975d681256aaab.bindPopup(popup_05ddb8ddba8e3ea9e07a567a2f627ade)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8fed85b9b71d32544975d681256aaab.setIcon(icon_be78b623b6444720f39946cb2025b778);
|
|
|
|
|
|
var marker_0b3b87a263a64d49df0f1d1b8f10d515 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3d04f6cd8a3e190338ee129c8e3eaac6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_543ca7db72d0ee1017b6ebdf7730531d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db22d13b690cbd2a2f1acdbf48fe3fd8 = $(`<div id="html_db22d13b690cbd2a2f1acdbf48fe3fd8" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_543ca7db72d0ee1017b6ebdf7730531d.setContent(html_db22d13b690cbd2a2f1acdbf48fe3fd8);
|
|
|
|
|
|
|
|
marker_0b3b87a263a64d49df0f1d1b8f10d515.bindPopup(popup_543ca7db72d0ee1017b6ebdf7730531d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b3b87a263a64d49df0f1d1b8f10d515.setIcon(icon_3d04f6cd8a3e190338ee129c8e3eaac6);
|
|
|
|
|
|
var marker_b1c9d3fe4d055b77270aa7a66b6af01a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_48e047c0b0f748ac8952617f2fce56e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18c533d72a76fc92dc0e120e470d4232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ca52d95c3b54666b450ec7faeecd449 = $(`<div id="html_3ca52d95c3b54666b450ec7faeecd449" style="width: 100.0%; height: 100.0%;">nostr.hole.cafe</div>`)[0];
|
|
popup_18c533d72a76fc92dc0e120e470d4232.setContent(html_3ca52d95c3b54666b450ec7faeecd449);
|
|
|
|
|
|
|
|
marker_b1c9d3fe4d055b77270aa7a66b6af01a.bindPopup(popup_18c533d72a76fc92dc0e120e470d4232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1c9d3fe4d055b77270aa7a66b6af01a.setIcon(icon_48e047c0b0f748ac8952617f2fce56e6);
|
|
|
|
|
|
var marker_42e2bd0d6e32bb84cc527c92fdcdd8b7 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a4f7b40ac0be90849903a91831de6eee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a566f3f1308971925db9972bf39423c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaedeeee4244048a02884b1cf34e71a6 = $(`<div id="html_aaedeeee4244048a02884b1cf34e71a6" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_a566f3f1308971925db9972bf39423c8.setContent(html_aaedeeee4244048a02884b1cf34e71a6);
|
|
|
|
|
|
|
|
marker_42e2bd0d6e32bb84cc527c92fdcdd8b7.bindPopup(popup_a566f3f1308971925db9972bf39423c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42e2bd0d6e32bb84cc527c92fdcdd8b7.setIcon(icon_a4f7b40ac0be90849903a91831de6eee);
|
|
|
|
|
|
var marker_a42ef70b1f3d761e5df90b82388de15e = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a8722ffa61bdbedac254e8553ee8abeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68dfcab02ea8a64d62649318f9ed4944 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_362689c303d6597820764b1101744238 = $(`<div id="html_362689c303d6597820764b1101744238" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_68dfcab02ea8a64d62649318f9ed4944.setContent(html_362689c303d6597820764b1101744238);
|
|
|
|
|
|
|
|
marker_a42ef70b1f3d761e5df90b82388de15e.bindPopup(popup_68dfcab02ea8a64d62649318f9ed4944)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a42ef70b1f3d761e5df90b82388de15e.setIcon(icon_a8722ffa61bdbedac254e8553ee8abeb);
|
|
|
|
|
|
var marker_bb6a4e4513fef8c3a2ac3527b0523179 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b726ad834fe84bc9caa53f0f33cc4048 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b428c625eb50b121786b71b1a36a825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8920d6f388376ab64bf525483f15a1db = $(`<div id="html_8920d6f388376ab64bf525483f15a1db" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_9b428c625eb50b121786b71b1a36a825.setContent(html_8920d6f388376ab64bf525483f15a1db);
|
|
|
|
|
|
|
|
marker_bb6a4e4513fef8c3a2ac3527b0523179.bindPopup(popup_9b428c625eb50b121786b71b1a36a825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb6a4e4513fef8c3a2ac3527b0523179.setIcon(icon_b726ad834fe84bc9caa53f0f33cc4048);
|
|
|
|
|
|
var marker_80a098f1c6938442547780ed91776579 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a2b5dfe55e460081b8d8e53daf47ccaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a0d74bad132f1170798699c3c72ebce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8e9330da74af0214eaebdaab942dc2d = $(`<div id="html_b8e9330da74af0214eaebdaab942dc2d" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_0a0d74bad132f1170798699c3c72ebce.setContent(html_b8e9330da74af0214eaebdaab942dc2d);
|
|
|
|
|
|
|
|
marker_80a098f1c6938442547780ed91776579.bindPopup(popup_0a0d74bad132f1170798699c3c72ebce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80a098f1c6938442547780ed91776579.setIcon(icon_a2b5dfe55e460081b8d8e53daf47ccaa);
|
|
|
|
|
|
var marker_2d412ac6ee0440f2f0e943584f2d4420 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ddca990bcd799002f35a187cbf15798c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45bba30daa03c5e49e81d2f26829a915 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bdee8405934d2e70817d422ce81bb1e = $(`<div id="html_6bdee8405934d2e70817d422ce81bb1e" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_45bba30daa03c5e49e81d2f26829a915.setContent(html_6bdee8405934d2e70817d422ce81bb1e);
|
|
|
|
|
|
|
|
marker_2d412ac6ee0440f2f0e943584f2d4420.bindPopup(popup_45bba30daa03c5e49e81d2f26829a915)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d412ac6ee0440f2f0e943584f2d4420.setIcon(icon_ddca990bcd799002f35a187cbf15798c);
|
|
|
|
|
|
var marker_04c9b40ac0e811de57c9c7361675eb9d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_0468afd22421316d2ec235020962ee36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99ca06d9ae19161f6f33133ae0e896c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36ee36b27c187e05566207963dd5ed7f = $(`<div id="html_36ee36b27c187e05566207963dd5ed7f" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_99ca06d9ae19161f6f33133ae0e896c6.setContent(html_36ee36b27c187e05566207963dd5ed7f);
|
|
|
|
|
|
|
|
marker_04c9b40ac0e811de57c9c7361675eb9d.bindPopup(popup_99ca06d9ae19161f6f33133ae0e896c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c9b40ac0e811de57c9c7361675eb9d.setIcon(icon_0468afd22421316d2ec235020962ee36);
|
|
|
|
|
|
var marker_d401cbe8750377642cb1cb2aced195af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_65af6ad3bd157fbe47592c12e9ccdeac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_707dae46642ac42c73c5a0298cb25a37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2782f3964df40c30194dcb875678f4b = $(`<div id="html_f2782f3964df40c30194dcb875678f4b" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_707dae46642ac42c73c5a0298cb25a37.setContent(html_f2782f3964df40c30194dcb875678f4b);
|
|
|
|
|
|
|
|
marker_d401cbe8750377642cb1cb2aced195af.bindPopup(popup_707dae46642ac42c73c5a0298cb25a37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d401cbe8750377642cb1cb2aced195af.setIcon(icon_65af6ad3bd157fbe47592c12e9ccdeac);
|
|
|
|
|
|
var marker_8705de01c3f591a5faa2ff17e2b91376 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ab3520126117a9f7345e09d0fca55c51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a0f5477ed95086aa46c3eeb8b4f8edd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f39227d2d8b31509e796d91cee3ded5e = $(`<div id="html_f39227d2d8b31509e796d91cee3ded5e" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_6a0f5477ed95086aa46c3eeb8b4f8edd.setContent(html_f39227d2d8b31509e796d91cee3ded5e);
|
|
|
|
|
|
|
|
marker_8705de01c3f591a5faa2ff17e2b91376.bindPopup(popup_6a0f5477ed95086aa46c3eeb8b4f8edd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8705de01c3f591a5faa2ff17e2b91376.setIcon(icon_ab3520126117a9f7345e09d0fca55c51);
|
|
|
|
|
|
var marker_e564293757a5b2c2a131d66064822b63 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bffb1693834e0e6e734e547103735739 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b3524b91a1dc7854f42c856c1039fef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60ac4cd8a2115fb65c1136151ba9c839 = $(`<div id="html_60ac4cd8a2115fb65c1136151ba9c839" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_2b3524b91a1dc7854f42c856c1039fef.setContent(html_60ac4cd8a2115fb65c1136151ba9c839);
|
|
|
|
|
|
|
|
marker_e564293757a5b2c2a131d66064822b63.bindPopup(popup_2b3524b91a1dc7854f42c856c1039fef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e564293757a5b2c2a131d66064822b63.setIcon(icon_bffb1693834e0e6e734e547103735739);
|
|
|
|
|
|
var marker_e769d1cd536d460208c0972efd703cc7 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c6720b47bd6169b60762db715e6adb79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5963892b19e07146466e5755091c3aef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c279d7d983abde9923ad03dea3931ecf = $(`<div id="html_c279d7d983abde9923ad03dea3931ecf" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_5963892b19e07146466e5755091c3aef.setContent(html_c279d7d983abde9923ad03dea3931ecf);
|
|
|
|
|
|
|
|
marker_e769d1cd536d460208c0972efd703cc7.bindPopup(popup_5963892b19e07146466e5755091c3aef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e769d1cd536d460208c0972efd703cc7.setIcon(icon_c6720b47bd6169b60762db715e6adb79);
|
|
|
|
|
|
var marker_b26e61d015e63b31d9d8e2bf7fea8612 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_966ff62c81a2488a2cf7d50275d60d71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d50da47cbddf8c57ce670b2c6b648b5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d749db1ee547200902eddf6cf1fea4d = $(`<div id="html_8d749db1ee547200902eddf6cf1fea4d" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_d50da47cbddf8c57ce670b2c6b648b5c.setContent(html_8d749db1ee547200902eddf6cf1fea4d);
|
|
|
|
|
|
|
|
marker_b26e61d015e63b31d9d8e2bf7fea8612.bindPopup(popup_d50da47cbddf8c57ce670b2c6b648b5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b26e61d015e63b31d9d8e2bf7fea8612.setIcon(icon_966ff62c81a2488a2cf7d50275d60d71);
|
|
|
|
|
|
var marker_3d46e6138622e712555ff643f2005acc = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bb1fa5a87e6f38ca2efeb176418eb796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58d48e39775ffec425fd400653307059 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1a1e56c2b3472ce925438088de47b87 = $(`<div id="html_a1a1e56c2b3472ce925438088de47b87" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_58d48e39775ffec425fd400653307059.setContent(html_a1a1e56c2b3472ce925438088de47b87);
|
|
|
|
|
|
|
|
marker_3d46e6138622e712555ff643f2005acc.bindPopup(popup_58d48e39775ffec425fd400653307059)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d46e6138622e712555ff643f2005acc.setIcon(icon_bb1fa5a87e6f38ca2efeb176418eb796);
|
|
|
|
|
|
var marker_c369f66f65944daed2b64b01c8f8e7b1 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_15f2afc65f6b39050401ab46233fdbfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37d58e06386a3517e634c958b990aae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16cf821296936cdc993630876853d086 = $(`<div id="html_16cf821296936cdc993630876853d086" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_37d58e06386a3517e634c958b990aae1.setContent(html_16cf821296936cdc993630876853d086);
|
|
|
|
|
|
|
|
marker_c369f66f65944daed2b64b01c8f8e7b1.bindPopup(popup_37d58e06386a3517e634c958b990aae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c369f66f65944daed2b64b01c8f8e7b1.setIcon(icon_15f2afc65f6b39050401ab46233fdbfd);
|
|
|
|
|
|
var marker_868bc896e4e4da98f6e9db400375dd05 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_4c66d8a64ed79294e6e15354db057454 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8fa98146e7b894560b89e9dc5690315 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3172048780d4aff9bf612f5a4472642 = $(`<div id="html_a3172048780d4aff9bf612f5a4472642" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_b8fa98146e7b894560b89e9dc5690315.setContent(html_a3172048780d4aff9bf612f5a4472642);
|
|
|
|
|
|
|
|
marker_868bc896e4e4da98f6e9db400375dd05.bindPopup(popup_b8fa98146e7b894560b89e9dc5690315)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_868bc896e4e4da98f6e9db400375dd05.setIcon(icon_4c66d8a64ed79294e6e15354db057454);
|
|
|
|
|
|
var marker_fab3533373832265256420f31542e3e4 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f412cbd99d4d666d97ca0184f6c88693 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a4695daa1cac0cfd164ef2330476c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce32c903ac466ebdd3a296ed816e7b08 = $(`<div id="html_ce32c903ac466ebdd3a296ed816e7b08" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_f1a4695daa1cac0cfd164ef2330476c1.setContent(html_ce32c903ac466ebdd3a296ed816e7b08);
|
|
|
|
|
|
|
|
marker_fab3533373832265256420f31542e3e4.bindPopup(popup_f1a4695daa1cac0cfd164ef2330476c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fab3533373832265256420f31542e3e4.setIcon(icon_f412cbd99d4d666d97ca0184f6c88693);
|
|
|
|
|
|
var marker_44a2f68c3a7537dec510abc476f87720 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_edb5386b13de7fc124f4f03ff4b45b1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adfbd1212cc33fccfcda14bd92bcfe90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a72a8320cffca3d9d85413097e7ad35f = $(`<div id="html_a72a8320cffca3d9d85413097e7ad35f" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_adfbd1212cc33fccfcda14bd92bcfe90.setContent(html_a72a8320cffca3d9d85413097e7ad35f);
|
|
|
|
|
|
|
|
marker_44a2f68c3a7537dec510abc476f87720.bindPopup(popup_adfbd1212cc33fccfcda14bd92bcfe90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44a2f68c3a7537dec510abc476f87720.setIcon(icon_edb5386b13de7fc124f4f03ff4b45b1f);
|
|
|
|
|
|
var marker_6a0af30f0c8e2431e2270865c7e123ed = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d19b7c9f89814ad5a1d5e8c0fba6389a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4e02b5bb5581c4c0b07b542aad06fcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcf81353b9f530d35c53be0f01ec89f4 = $(`<div id="html_dcf81353b9f530d35c53be0f01ec89f4" style="width: 100.0%; height: 100.0%;">gnostr.com</div>`)[0];
|
|
popup_d4e02b5bb5581c4c0b07b542aad06fcf.setContent(html_dcf81353b9f530d35c53be0f01ec89f4);
|
|
|
|
|
|
|
|
marker_6a0af30f0c8e2431e2270865c7e123ed.bindPopup(popup_d4e02b5bb5581c4c0b07b542aad06fcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a0af30f0c8e2431e2270865c7e123ed.setIcon(icon_d19b7c9f89814ad5a1d5e8c0fba6389a);
|
|
|
|
|
|
var marker_bde202f040a3aad4fe37d8a2c4d29180 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ed20e884769243e64c225581d42cea17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b27fa20cd0ea813dfa3c23b082d5faad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d841d95cb900f751bf2e5dd9c023c857 = $(`<div id="html_d841d95cb900f751bf2e5dd9c023c857" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_b27fa20cd0ea813dfa3c23b082d5faad.setContent(html_d841d95cb900f751bf2e5dd9c023c857);
|
|
|
|
|
|
|
|
marker_bde202f040a3aad4fe37d8a2c4d29180.bindPopup(popup_b27fa20cd0ea813dfa3c23b082d5faad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bde202f040a3aad4fe37d8a2c4d29180.setIcon(icon_ed20e884769243e64c225581d42cea17);
|
|
|
|
|
|
var marker_3d9f118e512509703c2f4e23fdecf61e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2c2f4963eb68199147dda109437dd35a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a17f37808c16ab7b4636752af5c71e54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51987f0c5f8c86755ea75ffdacf53fb2 = $(`<div id="html_51987f0c5f8c86755ea75ffdacf53fb2" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_a17f37808c16ab7b4636752af5c71e54.setContent(html_51987f0c5f8c86755ea75ffdacf53fb2);
|
|
|
|
|
|
|
|
marker_3d9f118e512509703c2f4e23fdecf61e.bindPopup(popup_a17f37808c16ab7b4636752af5c71e54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d9f118e512509703c2f4e23fdecf61e.setIcon(icon_2c2f4963eb68199147dda109437dd35a);
|
|
|
|
|
|
var marker_4e4cb955ec07438c723bec124930aead = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ac3771b953ba87ee0aab691b6bc0d180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e176a6ef04b467b5c318185de86a4fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cf12cb65d67bee5459a857b4ce43e1c = $(`<div id="html_7cf12cb65d67bee5459a857b4ce43e1c" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_6e176a6ef04b467b5c318185de86a4fe.setContent(html_7cf12cb65d67bee5459a857b4ce43e1c);
|
|
|
|
|
|
|
|
marker_4e4cb955ec07438c723bec124930aead.bindPopup(popup_6e176a6ef04b467b5c318185de86a4fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e4cb955ec07438c723bec124930aead.setIcon(icon_ac3771b953ba87ee0aab691b6bc0d180);
|
|
|
|
|
|
var marker_fed191b5b60c9f712ffc71087913e440 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6479a8064c96f7489ea64fb227622938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6759ee8140d265eb5681125b7dc4a3dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bafb9301eb349b5aa67ace879c7659f = $(`<div id="html_8bafb9301eb349b5aa67ace879c7659f" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_6759ee8140d265eb5681125b7dc4a3dc.setContent(html_8bafb9301eb349b5aa67ace879c7659f);
|
|
|
|
|
|
|
|
marker_fed191b5b60c9f712ffc71087913e440.bindPopup(popup_6759ee8140d265eb5681125b7dc4a3dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fed191b5b60c9f712ffc71087913e440.setIcon(icon_6479a8064c96f7489ea64fb227622938);
|
|
|
|
|
|
var marker_f806c6a40779521982ddcf236116332d = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_204f8100a79dbacd71c52b44d0ffe406 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_286dd7042d278cb16cb6b5dc522f04c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d337c13410693cfa894b5043a507fb0 = $(`<div id="html_5d337c13410693cfa894b5043a507fb0" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_286dd7042d278cb16cb6b5dc522f04c3.setContent(html_5d337c13410693cfa894b5043a507fb0);
|
|
|
|
|
|
|
|
marker_f806c6a40779521982ddcf236116332d.bindPopup(popup_286dd7042d278cb16cb6b5dc522f04c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f806c6a40779521982ddcf236116332d.setIcon(icon_204f8100a79dbacd71c52b44d0ffe406);
|
|
|
|
|
|
var marker_4132ecd4d9ea33e356b543cb21ff0e0e = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_38e45aebb553ecbeff8249b3d3d725b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5064e46cb7d56f228d7d3f45f21f705e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aa0f93e839609686056f9b6494f47f9 = $(`<div id="html_2aa0f93e839609686056f9b6494f47f9" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_5064e46cb7d56f228d7d3f45f21f705e.setContent(html_2aa0f93e839609686056f9b6494f47f9);
|
|
|
|
|
|
|
|
marker_4132ecd4d9ea33e356b543cb21ff0e0e.bindPopup(popup_5064e46cb7d56f228d7d3f45f21f705e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4132ecd4d9ea33e356b543cb21ff0e0e.setIcon(icon_38e45aebb553ecbeff8249b3d3d725b9);
|
|
|
|
|
|
var marker_c4d32cb5bd488058dbb6523dda037179 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bb474441a73eee7c2585730501118de4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc94e32068b469eff8a64e3b9ca907e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a7861f32cff1ba69cbc04a8650345e0 = $(`<div id="html_1a7861f32cff1ba69cbc04a8650345e0" style="width: 100.0%; height: 100.0%;">relay.13room.space</div>`)[0];
|
|
popup_0bc94e32068b469eff8a64e3b9ca907e.setContent(html_1a7861f32cff1ba69cbc04a8650345e0);
|
|
|
|
|
|
|
|
marker_c4d32cb5bd488058dbb6523dda037179.bindPopup(popup_0bc94e32068b469eff8a64e3b9ca907e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4d32cb5bd488058dbb6523dda037179.setIcon(icon_bb474441a73eee7c2585730501118de4);
|
|
|
|
|
|
var marker_2d4cd401a2c1387c920424b5886659bc = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2fe1666e6e88a72cceea3a6fec2364df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_553e33dcb579473353f3c59ed47de86f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_105179ecd6f1c5c7d5c4986f0385aa7e = $(`<div id="html_105179ecd6f1c5c7d5c4986f0385aa7e" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_553e33dcb579473353f3c59ed47de86f.setContent(html_105179ecd6f1c5c7d5c4986f0385aa7e);
|
|
|
|
|
|
|
|
marker_2d4cd401a2c1387c920424b5886659bc.bindPopup(popup_553e33dcb579473353f3c59ed47de86f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d4cd401a2c1387c920424b5886659bc.setIcon(icon_2fe1666e6e88a72cceea3a6fec2364df);
|
|
|
|
|
|
var marker_e429e5c23e6a94abaa10b0cc14822425 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_435b249c8ae704f4563533127bd44bd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db2429fd2c67abb84e4c417dc27fc8d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb7e9252612723f022c3b9caf362150e = $(`<div id="html_eb7e9252612723f022c3b9caf362150e" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_db2429fd2c67abb84e4c417dc27fc8d2.setContent(html_eb7e9252612723f022c3b9caf362150e);
|
|
|
|
|
|
|
|
marker_e429e5c23e6a94abaa10b0cc14822425.bindPopup(popup_db2429fd2c67abb84e4c417dc27fc8d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e429e5c23e6a94abaa10b0cc14822425.setIcon(icon_435b249c8ae704f4563533127bd44bd7);
|
|
|
|
|
|
var marker_b2b99ec84067a89b794822fbddf6b410 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_e36622272abf24c5cf81519be483b4db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_777fa903a489cbfef88f8e9dffee71c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59b4b6f3e40bb1b972ec71f77d36a06c = $(`<div id="html_59b4b6f3e40bb1b972ec71f77d36a06c" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_777fa903a489cbfef88f8e9dffee71c3.setContent(html_59b4b6f3e40bb1b972ec71f77d36a06c);
|
|
|
|
|
|
|
|
marker_b2b99ec84067a89b794822fbddf6b410.bindPopup(popup_777fa903a489cbfef88f8e9dffee71c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2b99ec84067a89b794822fbddf6b410.setIcon(icon_e36622272abf24c5cf81519be483b4db);
|
|
|
|
|
|
var marker_7191c10b1756ce0d61c988c78c8bdc6b = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6f10e5319bc20a3d42f43d9ac49b1537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31194fea55f571f9f97ca33709d8a2e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ee5b855a9b31ede9c08b7c3f49502a = $(`<div id="html_32ee5b855a9b31ede9c08b7c3f49502a" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_31194fea55f571f9f97ca33709d8a2e1.setContent(html_32ee5b855a9b31ede9c08b7c3f49502a);
|
|
|
|
|
|
|
|
marker_7191c10b1756ce0d61c988c78c8bdc6b.bindPopup(popup_31194fea55f571f9f97ca33709d8a2e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7191c10b1756ce0d61c988c78c8bdc6b.setIcon(icon_6f10e5319bc20a3d42f43d9ac49b1537);
|
|
|
|
|
|
var marker_12cc59d2be736dbc05a688c7c045964c = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a07a1f12e09432928716bc5e156366b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da1c9eba213c8f6e717fa6a24ad2eb83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4862d17852ec1b2476adccce28200b8 = $(`<div id="html_a4862d17852ec1b2476adccce28200b8" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_da1c9eba213c8f6e717fa6a24ad2eb83.setContent(html_a4862d17852ec1b2476adccce28200b8);
|
|
|
|
|
|
|
|
marker_12cc59d2be736dbc05a688c7c045964c.bindPopup(popup_da1c9eba213c8f6e717fa6a24ad2eb83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12cc59d2be736dbc05a688c7c045964c.setIcon(icon_a07a1f12e09432928716bc5e156366b2);
|
|
|
|
|
|
var marker_ba6c228af4cbf9335bb46142f2bc0bbd = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_0303b548b9c519c633e7909a36cf21e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7fc9e3bf7e4e7fdeb62b1bb5c651e63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46440fdb85560c921328375108e4adda = $(`<div id="html_46440fdb85560c921328375108e4adda" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_e7fc9e3bf7e4e7fdeb62b1bb5c651e63.setContent(html_46440fdb85560c921328375108e4adda);
|
|
|
|
|
|
|
|
marker_ba6c228af4cbf9335bb46142f2bc0bbd.bindPopup(popup_e7fc9e3bf7e4e7fdeb62b1bb5c651e63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba6c228af4cbf9335bb46142f2bc0bbd.setIcon(icon_0303b548b9c519c633e7909a36cf21e8);
|
|
|
|
|
|
var marker_086aebf3c49d2e86e96c7ce4aaac3394 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9a583f99f2350f129b835227664c9bf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7408f8d4aa63ed9c0e570c6f18a33b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45b01092c29b440b3991c49b8e698944 = $(`<div id="html_45b01092c29b440b3991c49b8e698944" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_c7408f8d4aa63ed9c0e570c6f18a33b4.setContent(html_45b01092c29b440b3991c49b8e698944);
|
|
|
|
|
|
|
|
marker_086aebf3c49d2e86e96c7ce4aaac3394.bindPopup(popup_c7408f8d4aa63ed9c0e570c6f18a33b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_086aebf3c49d2e86e96c7ce4aaac3394.setIcon(icon_9a583f99f2350f129b835227664c9bf9);
|
|
|
|
|
|
var marker_3972808eb89b42745fd0bf1e2e46d1db = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_4b7e6f3a245f5662c98736af6a04e111 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a68b2fe1a69ff9a4f80bbea58a618b63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0f06c450b1a4a889c0e7e1b2c1548a8 = $(`<div id="html_a0f06c450b1a4a889c0e7e1b2c1548a8" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_a68b2fe1a69ff9a4f80bbea58a618b63.setContent(html_a0f06c450b1a4a889c0e7e1b2c1548a8);
|
|
|
|
|
|
|
|
marker_3972808eb89b42745fd0bf1e2e46d1db.bindPopup(popup_a68b2fe1a69ff9a4f80bbea58a618b63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3972808eb89b42745fd0bf1e2e46d1db.setIcon(icon_4b7e6f3a245f5662c98736af6a04e111);
|
|
|
|
|
|
var marker_8611da60bad2af6490eaaa868dc4154c = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bac43af770b33b225318bcfe67ef8273 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0446789dd86a0b915fc8c609e4451f8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cba10501455c971099cbab6ba5846c5 = $(`<div id="html_4cba10501455c971099cbab6ba5846c5" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_0446789dd86a0b915fc8c609e4451f8f.setContent(html_4cba10501455c971099cbab6ba5846c5);
|
|
|
|
|
|
|
|
marker_8611da60bad2af6490eaaa868dc4154c.bindPopup(popup_0446789dd86a0b915fc8c609e4451f8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8611da60bad2af6490eaaa868dc4154c.setIcon(icon_bac43af770b33b225318bcfe67ef8273);
|
|
|
|
|
|
var marker_f27e59bf97db3d1f5a885aa729a5e2c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9271484244b399bb42e763a2409def14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c830051419dfe0cd5f749d9fe89421af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5388ff1df13aca2cf348a306a009f048 = $(`<div id="html_5388ff1df13aca2cf348a306a009f048" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_c830051419dfe0cd5f749d9fe89421af.setContent(html_5388ff1df13aca2cf348a306a009f048);
|
|
|
|
|
|
|
|
marker_f27e59bf97db3d1f5a885aa729a5e2c8.bindPopup(popup_c830051419dfe0cd5f749d9fe89421af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f27e59bf97db3d1f5a885aa729a5e2c8.setIcon(icon_9271484244b399bb42e763a2409def14);
|
|
|
|
|
|
var marker_61997ff78381dcb8df774b5b4aeb2cd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9cd7a485960dccb288d63ab524391466 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a92b6c59c0f4c267762866dfcdfc470c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2e3a0de08afa683bff28d56049929f8 = $(`<div id="html_a2e3a0de08afa683bff28d56049929f8" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_a92b6c59c0f4c267762866dfcdfc470c.setContent(html_a2e3a0de08afa683bff28d56049929f8);
|
|
|
|
|
|
|
|
marker_61997ff78381dcb8df774b5b4aeb2cd7.bindPopup(popup_a92b6c59c0f4c267762866dfcdfc470c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61997ff78381dcb8df774b5b4aeb2cd7.setIcon(icon_9cd7a485960dccb288d63ab524391466);
|
|
|
|
|
|
var marker_bf356394f817d5f24850b267ac61b9c8 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6fd740002a0c9198b9dd75b894854b9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b381d0cfc0552d75b776ff26ff95a51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdac93c8150a4367fe208ed592add99d = $(`<div id="html_bdac93c8150a4367fe208ed592add99d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_9b381d0cfc0552d75b776ff26ff95a51.setContent(html_bdac93c8150a4367fe208ed592add99d);
|
|
|
|
|
|
|
|
marker_bf356394f817d5f24850b267ac61b9c8.bindPopup(popup_9b381d0cfc0552d75b776ff26ff95a51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf356394f817d5f24850b267ac61b9c8.setIcon(icon_6fd740002a0c9198b9dd75b894854b9e);
|
|
|
|
|
|
var marker_2d2dd6ab8f49f1650aa8624b7beb40f2 = L.marker(
|
|
[34.8587, 135.509],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_072378d3fb6151dbb660638fe0bc2d28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43cd3d44d28d104616b049e1c968a4e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2047e8b01d8e8975d6cbc6a1d273c5d2 = $(`<div id="html_2047e8b01d8e8975d6cbc6a1d273c5d2" style="width: 100.0%; height: 100.0%;">noxir.kpherox.dev</div>`)[0];
|
|
popup_43cd3d44d28d104616b049e1c968a4e8.setContent(html_2047e8b01d8e8975d6cbc6a1d273c5d2);
|
|
|
|
|
|
|
|
marker_2d2dd6ab8f49f1650aa8624b7beb40f2.bindPopup(popup_43cd3d44d28d104616b049e1c968a4e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d2dd6ab8f49f1650aa8624b7beb40f2.setIcon(icon_072378d3fb6151dbb660638fe0bc2d28);
|
|
|
|
|
|
var marker_f5f104a43d1056a5b25ae9830d7ec456 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_eb52c3bf1cba0fbb510660432ef42b13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62533cabe486ae5b0d8fcd05073c1dd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61b331ddd6296fb640f36b7a1b50625b = $(`<div id="html_61b331ddd6296fb640f36b7a1b50625b" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_62533cabe486ae5b0d8fcd05073c1dd7.setContent(html_61b331ddd6296fb640f36b7a1b50625b);
|
|
|
|
|
|
|
|
marker_f5f104a43d1056a5b25ae9830d7ec456.bindPopup(popup_62533cabe486ae5b0d8fcd05073c1dd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5f104a43d1056a5b25ae9830d7ec456.setIcon(icon_eb52c3bf1cba0fbb510660432ef42b13);
|
|
|
|
|
|
var marker_ced4012f8c9bd0013b4fa83ff031a365 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2d471bb2ad20e92181afa2e2f2d4fb32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aceb6b3721a99f5d6b4ff860ec0ca097 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38bed802d535a50569756493ac2a8b47 = $(`<div id="html_38bed802d535a50569756493ac2a8b47" style="width: 100.0%; height: 100.0%;">r.lostr.net</div>`)[0];
|
|
popup_aceb6b3721a99f5d6b4ff860ec0ca097.setContent(html_38bed802d535a50569756493ac2a8b47);
|
|
|
|
|
|
|
|
marker_ced4012f8c9bd0013b4fa83ff031a365.bindPopup(popup_aceb6b3721a99f5d6b4ff860ec0ca097)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ced4012f8c9bd0013b4fa83ff031a365.setIcon(icon_2d471bb2ad20e92181afa2e2f2d4fb32);
|
|
|
|
|
|
var marker_d61d95d11b28ab72f45609cae174cd08 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_53c88c90aa4ca2b3d230ef8a62f8ce0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edd5536bf6267de50f7a457ccc5b4e8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b100a115edca8b7750077d4b4f0e999e = $(`<div id="html_b100a115edca8b7750077d4b4f0e999e" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_edd5536bf6267de50f7a457ccc5b4e8e.setContent(html_b100a115edca8b7750077d4b4f0e999e);
|
|
|
|
|
|
|
|
marker_d61d95d11b28ab72f45609cae174cd08.bindPopup(popup_edd5536bf6267de50f7a457ccc5b4e8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d61d95d11b28ab72f45609cae174cd08.setIcon(icon_53c88c90aa4ca2b3d230ef8a62f8ce0a);
|
|
|
|
|
|
var marker_cf035067c415ebd6d0d3b214e23fc420 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_66811de087c2939aadc3569e4637f1d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e4e944671de38042304b5fd9fe6786 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b742a4cfe8d1717e9383e004889d6d2d = $(`<div id="html_b742a4cfe8d1717e9383e004889d6d2d" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_f4e4e944671de38042304b5fd9fe6786.setContent(html_b742a4cfe8d1717e9383e004889d6d2d);
|
|
|
|
|
|
|
|
marker_cf035067c415ebd6d0d3b214e23fc420.bindPopup(popup_f4e4e944671de38042304b5fd9fe6786)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf035067c415ebd6d0d3b214e23fc420.setIcon(icon_66811de087c2939aadc3569e4637f1d2);
|
|
|
|
|
|
var marker_c337b200235679aa675aa378e7cbe3ca = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_89b27e234f8216d6954b1fef8bff2458 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cab56c82a5463b0118d9ac59c6af2309 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_983e4cb23f1e0bd409cd1bb6232ec441 = $(`<div id="html_983e4cb23f1e0bd409cd1bb6232ec441" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_cab56c82a5463b0118d9ac59c6af2309.setContent(html_983e4cb23f1e0bd409cd1bb6232ec441);
|
|
|
|
|
|
|
|
marker_c337b200235679aa675aa378e7cbe3ca.bindPopup(popup_cab56c82a5463b0118d9ac59c6af2309)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c337b200235679aa675aa378e7cbe3ca.setIcon(icon_89b27e234f8216d6954b1fef8bff2458);
|
|
|
|
|
|
var marker_0a755d848ed708bcc0d844d6792efcd9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7d22cbba1fdd97be8ad15a015a2da50e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_772e2d50e2dcc9fbcf4918e5090204fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faa390b84ba920d57fd0d6c5fc2fc116 = $(`<div id="html_faa390b84ba920d57fd0d6c5fc2fc116" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_772e2d50e2dcc9fbcf4918e5090204fa.setContent(html_faa390b84ba920d57fd0d6c5fc2fc116);
|
|
|
|
|
|
|
|
marker_0a755d848ed708bcc0d844d6792efcd9.bindPopup(popup_772e2d50e2dcc9fbcf4918e5090204fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a755d848ed708bcc0d844d6792efcd9.setIcon(icon_7d22cbba1fdd97be8ad15a015a2da50e);
|
|
|
|
|
|
var marker_78922ed10a772f74efc7b32806dd4a66 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_8612eb1569c458e84ba970c87fbcb4cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7453de5b3f9d981d267b83d39b73bc3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51a2e887e9c4e8772e0fedbbca47be9d = $(`<div id="html_51a2e887e9c4e8772e0fedbbca47be9d" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_7453de5b3f9d981d267b83d39b73bc3b.setContent(html_51a2e887e9c4e8772e0fedbbca47be9d);
|
|
|
|
|
|
|
|
marker_78922ed10a772f74efc7b32806dd4a66.bindPopup(popup_7453de5b3f9d981d267b83d39b73bc3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78922ed10a772f74efc7b32806dd4a66.setIcon(icon_8612eb1569c458e84ba970c87fbcb4cd);
|
|
|
|
|
|
var marker_db7f5f0ee6af4ad5a83f39ea66953a49 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_35bdbf98de934555e68f1f126d51eab1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42cb3cfffbcedf182786d6adf1331646 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_933cda4da7646b98acc29f8821fcdff4 = $(`<div id="html_933cda4da7646b98acc29f8821fcdff4" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_42cb3cfffbcedf182786d6adf1331646.setContent(html_933cda4da7646b98acc29f8821fcdff4);
|
|
|
|
|
|
|
|
marker_db7f5f0ee6af4ad5a83f39ea66953a49.bindPopup(popup_42cb3cfffbcedf182786d6adf1331646)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db7f5f0ee6af4ad5a83f39ea66953a49.setIcon(icon_35bdbf98de934555e68f1f126d51eab1);
|
|
|
|
|
|
var marker_abcf6388e808cc3d8c4b6c2edcf5a8c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3eeb8b91be1b06c06844009052db324c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8ade080853e44602de5645204d5c9c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a106e62c49576bce655193f82eafe4fd = $(`<div id="html_a106e62c49576bce655193f82eafe4fd" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_c8ade080853e44602de5645204d5c9c5.setContent(html_a106e62c49576bce655193f82eafe4fd);
|
|
|
|
|
|
|
|
marker_abcf6388e808cc3d8c4b6c2edcf5a8c3.bindPopup(popup_c8ade080853e44602de5645204d5c9c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abcf6388e808cc3d8c4b6c2edcf5a8c3.setIcon(icon_3eeb8b91be1b06c06844009052db324c);
|
|
|
|
|
|
var marker_578990752ae4814a82db3dcece9a389f = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_be4987c99a8f81a547f3b0859c6beab8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41fda8703034af4c9904862a11de9a2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e8b1aa22fd8bda3ba09395f0db6a172 = $(`<div id="html_0e8b1aa22fd8bda3ba09395f0db6a172" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_41fda8703034af4c9904862a11de9a2c.setContent(html_0e8b1aa22fd8bda3ba09395f0db6a172);
|
|
|
|
|
|
|
|
marker_578990752ae4814a82db3dcece9a389f.bindPopup(popup_41fda8703034af4c9904862a11de9a2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_578990752ae4814a82db3dcece9a389f.setIcon(icon_be4987c99a8f81a547f3b0859c6beab8);
|
|
|
|
|
|
var marker_32eacbc48e6343c8c179cd1b77baf95b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d747a687133574990fb56dc4de594f24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35b7e1d1fb658c37dd7ff9b57ab9cd03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96ad3c82f7f265e356b8d3a268583e14 = $(`<div id="html_96ad3c82f7f265e356b8d3a268583e14" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_35b7e1d1fb658c37dd7ff9b57ab9cd03.setContent(html_96ad3c82f7f265e356b8d3a268583e14);
|
|
|
|
|
|
|
|
marker_32eacbc48e6343c8c179cd1b77baf95b.bindPopup(popup_35b7e1d1fb658c37dd7ff9b57ab9cd03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32eacbc48e6343c8c179cd1b77baf95b.setIcon(icon_d747a687133574990fb56dc4de594f24);
|
|
|
|
|
|
var marker_4533e4c1d43b106f1c355806ae7db32f = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_11510ca79b023f72700083d7c54d119a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90019395798989c904e0f0dfb444797a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcea59e67bc68f5a698c3240f924dbd3 = $(`<div id="html_bcea59e67bc68f5a698c3240f924dbd3" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_90019395798989c904e0f0dfb444797a.setContent(html_bcea59e67bc68f5a698c3240f924dbd3);
|
|
|
|
|
|
|
|
marker_4533e4c1d43b106f1c355806ae7db32f.bindPopup(popup_90019395798989c904e0f0dfb444797a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4533e4c1d43b106f1c355806ae7db32f.setIcon(icon_11510ca79b023f72700083d7c54d119a);
|
|
|
|
|
|
var marker_a784ef314d0e52fc4bd355973e85c57b = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_0437c4ac95536ede9a67189b12787556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1de63ed0c42e2b0547d3571e60e09fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_943ea15a1bd05a6dda088fbf59a9781e = $(`<div id="html_943ea15a1bd05a6dda088fbf59a9781e" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_b1de63ed0c42e2b0547d3571e60e09fc.setContent(html_943ea15a1bd05a6dda088fbf59a9781e);
|
|
|
|
|
|
|
|
marker_a784ef314d0e52fc4bd355973e85c57b.bindPopup(popup_b1de63ed0c42e2b0547d3571e60e09fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a784ef314d0e52fc4bd355973e85c57b.setIcon(icon_0437c4ac95536ede9a67189b12787556);
|
|
|
|
|
|
var marker_059829e1801e2e4430f79dba38b82478 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1312d642935ced4e1b1a1602de8f2347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_434362d0fcb10960f2330197a04f560f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d800b862a7ede970eb98bb9b4d50e05 = $(`<div id="html_5d800b862a7ede970eb98bb9b4d50e05" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_434362d0fcb10960f2330197a04f560f.setContent(html_5d800b862a7ede970eb98bb9b4d50e05);
|
|
|
|
|
|
|
|
marker_059829e1801e2e4430f79dba38b82478.bindPopup(popup_434362d0fcb10960f2330197a04f560f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_059829e1801e2e4430f79dba38b82478.setIcon(icon_1312d642935ced4e1b1a1602de8f2347);
|
|
|
|
|
|
var marker_c4fa9a021d5c6985e6352b42851b4dbf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6c0e6337c534031e6a7022777e71e48e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c703c132237c78abe3e9c17567ef0d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23259075f49a861620cfe2803cbc400e = $(`<div id="html_23259075f49a861620cfe2803cbc400e" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_7c703c132237c78abe3e9c17567ef0d2.setContent(html_23259075f49a861620cfe2803cbc400e);
|
|
|
|
|
|
|
|
marker_c4fa9a021d5c6985e6352b42851b4dbf.bindPopup(popup_7c703c132237c78abe3e9c17567ef0d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4fa9a021d5c6985e6352b42851b4dbf.setIcon(icon_6c0e6337c534031e6a7022777e71e48e);
|
|
|
|
|
|
var marker_a3957a933bfb7cd88b2789e6c136d5f2 = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7902ef2219722e9d7626ef9e73b8702d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_949dbe51b8f8e8c2510a4f3ba491c506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac842d141abd39d7a13fb12e42f145de = $(`<div id="html_ac842d141abd39d7a13fb12e42f145de" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_949dbe51b8f8e8c2510a4f3ba491c506.setContent(html_ac842d141abd39d7a13fb12e42f145de);
|
|
|
|
|
|
|
|
marker_a3957a933bfb7cd88b2789e6c136d5f2.bindPopup(popup_949dbe51b8f8e8c2510a4f3ba491c506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3957a933bfb7cd88b2789e6c136d5f2.setIcon(icon_7902ef2219722e9d7626ef9e73b8702d);
|
|
|
|
|
|
var marker_68df1ece31320fdabc3d094b77d1739f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ec9a4635ff4241e49e8b8552ef01f1ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e0886c946d29821b58040f4ffcbf931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a811e48a10fb4bd8a2a09439b44afb3c = $(`<div id="html_a811e48a10fb4bd8a2a09439b44afb3c" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_2e0886c946d29821b58040f4ffcbf931.setContent(html_a811e48a10fb4bd8a2a09439b44afb3c);
|
|
|
|
|
|
|
|
marker_68df1ece31320fdabc3d094b77d1739f.bindPopup(popup_2e0886c946d29821b58040f4ffcbf931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68df1ece31320fdabc3d094b77d1739f.setIcon(icon_ec9a4635ff4241e49e8b8552ef01f1ca);
|
|
|
|
|
|
var marker_bdc1532c0f3373c0eae69404644d7d1a = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_8333f69b11d3fa5d25f2c0ef3a0b9b0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85d04d5ab95732063575b2e238d5b163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_891f29c6bcaa7e76e6307059a3999867 = $(`<div id="html_891f29c6bcaa7e76e6307059a3999867" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_85d04d5ab95732063575b2e238d5b163.setContent(html_891f29c6bcaa7e76e6307059a3999867);
|
|
|
|
|
|
|
|
marker_bdc1532c0f3373c0eae69404644d7d1a.bindPopup(popup_85d04d5ab95732063575b2e238d5b163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc1532c0f3373c0eae69404644d7d1a.setIcon(icon_8333f69b11d3fa5d25f2c0ef3a0b9b0f);
|
|
|
|
|
|
var marker_f0867a7b3d010d3912ff2d3652ed2357 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c2fe975068584c5e469cbc3d1c86ef21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78088ba1899549465b1ef5d8c4d8b32a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8033d273c0dadb4789cdddd4483421a2 = $(`<div id="html_8033d273c0dadb4789cdddd4483421a2" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_78088ba1899549465b1ef5d8c4d8b32a.setContent(html_8033d273c0dadb4789cdddd4483421a2);
|
|
|
|
|
|
|
|
marker_f0867a7b3d010d3912ff2d3652ed2357.bindPopup(popup_78088ba1899549465b1ef5d8c4d8b32a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0867a7b3d010d3912ff2d3652ed2357.setIcon(icon_c2fe975068584c5e469cbc3d1c86ef21);
|
|
|
|
|
|
var marker_f6fee3830d6223176ae7660eae3b40fd = L.marker(
|
|
[51.8933, 4.42083],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f3ea4b48c2eb9495283d7e4041611897 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23cad73b355bcb61fcabf3f2842ecf96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd2cdd0f9ea808f88fc2679d15f4d377 = $(`<div id="html_dd2cdd0f9ea808f88fc2679d15f4d377" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_23cad73b355bcb61fcabf3f2842ecf96.setContent(html_dd2cdd0f9ea808f88fc2679d15f4d377);
|
|
|
|
|
|
|
|
marker_f6fee3830d6223176ae7660eae3b40fd.bindPopup(popup_23cad73b355bcb61fcabf3f2842ecf96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6fee3830d6223176ae7660eae3b40fd.setIcon(icon_f3ea4b48c2eb9495283d7e4041611897);
|
|
|
|
|
|
var marker_9a9212a4dcc0762cdd261219fb1a663d = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_48fbfd02523c45bf8f3ffc85b8f743c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bede9ab54e280e4bbdbd34f33ace7e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ee247092114fca60de7d851ca068925 = $(`<div id="html_0ee247092114fca60de7d851ca068925" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_6bede9ab54e280e4bbdbd34f33ace7e1.setContent(html_0ee247092114fca60de7d851ca068925);
|
|
|
|
|
|
|
|
marker_9a9212a4dcc0762cdd261219fb1a663d.bindPopup(popup_6bede9ab54e280e4bbdbd34f33ace7e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a9212a4dcc0762cdd261219fb1a663d.setIcon(icon_48fbfd02523c45bf8f3ffc85b8f743c9);
|
|
|
|
|
|
var marker_c4808a9cfae573aebe9e4b7616230701 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bd0aab01a6f8c2636b8b0ea8f51e42d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_713f122e82b4aa75c2ce30989f7ffb42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42952744e203dc33bb140d080b1c6153 = $(`<div id="html_42952744e203dc33bb140d080b1c6153" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_713f122e82b4aa75c2ce30989f7ffb42.setContent(html_42952744e203dc33bb140d080b1c6153);
|
|
|
|
|
|
|
|
marker_c4808a9cfae573aebe9e4b7616230701.bindPopup(popup_713f122e82b4aa75c2ce30989f7ffb42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4808a9cfae573aebe9e4b7616230701.setIcon(icon_bd0aab01a6f8c2636b8b0ea8f51e42d5);
|
|
|
|
|
|
var marker_492193749429d0f8dbfed5101fe8ebba = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6af596c2c16bd7acf906c94b87bc5bbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bd773cd0c9a3a194137857c8289983c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9788a0235ca85dccfc001b1f023b415 = $(`<div id="html_f9788a0235ca85dccfc001b1f023b415" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_8bd773cd0c9a3a194137857c8289983c.setContent(html_f9788a0235ca85dccfc001b1f023b415);
|
|
|
|
|
|
|
|
marker_492193749429d0f8dbfed5101fe8ebba.bindPopup(popup_8bd773cd0c9a3a194137857c8289983c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_492193749429d0f8dbfed5101fe8ebba.setIcon(icon_6af596c2c16bd7acf906c94b87bc5bbb);
|
|
|
|
|
|
var marker_62eceb8f5de894a3ac098a0dd1596904 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d208491d361a278ff7c31c2ece31dd60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5349ec4ef99b32409e89f7babf50dcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df6d67949fda8f6f4fc88b35bdddecc3 = $(`<div id="html_df6d67949fda8f6f4fc88b35bdddecc3" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_f5349ec4ef99b32409e89f7babf50dcb.setContent(html_df6d67949fda8f6f4fc88b35bdddecc3);
|
|
|
|
|
|
|
|
marker_62eceb8f5de894a3ac098a0dd1596904.bindPopup(popup_f5349ec4ef99b32409e89f7babf50dcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62eceb8f5de894a3ac098a0dd1596904.setIcon(icon_d208491d361a278ff7c31c2ece31dd60);
|
|
|
|
|
|
var marker_079dd1e16fa9babe35cdd617809c443c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5533a7c53824f425cc901bc9b2b5c8c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df290144592f91609d15d59fc66ab7f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_639ed68fd42629388084a6133832587e = $(`<div id="html_639ed68fd42629388084a6133832587e" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_df290144592f91609d15d59fc66ab7f8.setContent(html_639ed68fd42629388084a6133832587e);
|
|
|
|
|
|
|
|
marker_079dd1e16fa9babe35cdd617809c443c.bindPopup(popup_df290144592f91609d15d59fc66ab7f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_079dd1e16fa9babe35cdd617809c443c.setIcon(icon_5533a7c53824f425cc901bc9b2b5c8c9);
|
|
|
|
|
|
var marker_4ab98f363ae40bf92f3470e5fc8d5b61 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_efba1e3d31efbe10a156c5cc7ffe16ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85beac05b4c7e29c74ee5f0673078726 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32bb1dcc39db0735a8069a08754ba04c = $(`<div id="html_32bb1dcc39db0735a8069a08754ba04c" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_85beac05b4c7e29c74ee5f0673078726.setContent(html_32bb1dcc39db0735a8069a08754ba04c);
|
|
|
|
|
|
|
|
marker_4ab98f363ae40bf92f3470e5fc8d5b61.bindPopup(popup_85beac05b4c7e29c74ee5f0673078726)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ab98f363ae40bf92f3470e5fc8d5b61.setIcon(icon_efba1e3d31efbe10a156c5cc7ffe16ab);
|
|
|
|
|
|
var marker_fef1ec0f6b0f469d44c43a1e29095b46 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2ded2be407a2ef12f8ea7eec8e61b10d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c867fac42d24f42f13e0f44b46908cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8021fa6a27764c22e683a338c51aa059 = $(`<div id="html_8021fa6a27764c22e683a338c51aa059" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_3c867fac42d24f42f13e0f44b46908cd.setContent(html_8021fa6a27764c22e683a338c51aa059);
|
|
|
|
|
|
|
|
marker_fef1ec0f6b0f469d44c43a1e29095b46.bindPopup(popup_3c867fac42d24f42f13e0f44b46908cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fef1ec0f6b0f469d44c43a1e29095b46.setIcon(icon_2ded2be407a2ef12f8ea7eec8e61b10d);
|
|
|
|
|
|
var marker_aec65670a8cf8947b97696fc9f2dd594 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1a777f7aa65723a3bc2704ac79cb10c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d91bd39d4f3e16bfadece7d98c1d2242 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f670984ce260c8cb86ba12eb7ef1d9c = $(`<div id="html_0f670984ce260c8cb86ba12eb7ef1d9c" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_d91bd39d4f3e16bfadece7d98c1d2242.setContent(html_0f670984ce260c8cb86ba12eb7ef1d9c);
|
|
|
|
|
|
|
|
marker_aec65670a8cf8947b97696fc9f2dd594.bindPopup(popup_d91bd39d4f3e16bfadece7d98c1d2242)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aec65670a8cf8947b97696fc9f2dd594.setIcon(icon_1a777f7aa65723a3bc2704ac79cb10c6);
|
|
|
|
|
|
var marker_2603b87e1f0f4ddcc585b4a47e5a8604 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f1a42cc9ddc078e2a27f3f6b101f5c6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7421201930ba83492c50bfe77c91369d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14af3c96ce65f09d890f727f991dd762 = $(`<div id="html_14af3c96ce65f09d890f727f991dd762" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_7421201930ba83492c50bfe77c91369d.setContent(html_14af3c96ce65f09d890f727f991dd762);
|
|
|
|
|
|
|
|
marker_2603b87e1f0f4ddcc585b4a47e5a8604.bindPopup(popup_7421201930ba83492c50bfe77c91369d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2603b87e1f0f4ddcc585b4a47e5a8604.setIcon(icon_f1a42cc9ddc078e2a27f3f6b101f5c6d);
|
|
|
|
|
|
var marker_756b08d64422b44a5015f5807ea1b688 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_54d5743446d076f7f807cf1032e17227 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_205d96bf0362991998612cf014f7b6a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7a84097965ebc4677bbc3549f082fb8 = $(`<div id="html_c7a84097965ebc4677bbc3549f082fb8" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_205d96bf0362991998612cf014f7b6a3.setContent(html_c7a84097965ebc4677bbc3549f082fb8);
|
|
|
|
|
|
|
|
marker_756b08d64422b44a5015f5807ea1b688.bindPopup(popup_205d96bf0362991998612cf014f7b6a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_756b08d64422b44a5015f5807ea1b688.setIcon(icon_54d5743446d076f7f807cf1032e17227);
|
|
|
|
|
|
var marker_b1778f22cca2c7c8491841a73dd29401 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a89ad13ceb148302560951fe99ec0409 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a2e231328be30a7ca1cee9ca4b69a5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30720581b3153d4c50226a242b923e53 = $(`<div id="html_30720581b3153d4c50226a242b923e53" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_2a2e231328be30a7ca1cee9ca4b69a5b.setContent(html_30720581b3153d4c50226a242b923e53);
|
|
|
|
|
|
|
|
marker_b1778f22cca2c7c8491841a73dd29401.bindPopup(popup_2a2e231328be30a7ca1cee9ca4b69a5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1778f22cca2c7c8491841a73dd29401.setIcon(icon_a89ad13ceb148302560951fe99ec0409);
|
|
|
|
|
|
var marker_71483427b28d3e49c24099e1f1b323c1 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_075d766e7ab0edabb4eff4deeb0e18d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb4651ecc21ede691a7f410eb2b1277a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5829d1b42dbe7ccf168eaddf6bb9c6ce = $(`<div id="html_5829d1b42dbe7ccf168eaddf6bb9c6ce" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_cb4651ecc21ede691a7f410eb2b1277a.setContent(html_5829d1b42dbe7ccf168eaddf6bb9c6ce);
|
|
|
|
|
|
|
|
marker_71483427b28d3e49c24099e1f1b323c1.bindPopup(popup_cb4651ecc21ede691a7f410eb2b1277a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71483427b28d3e49c24099e1f1b323c1.setIcon(icon_075d766e7ab0edabb4eff4deeb0e18d6);
|
|
|
|
|
|
var marker_909b6e48c7ae6d42f6b6330bff46b8ab = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b884860d84d0563d5616a2ec1a024832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bb2999ce7109d7c3a5ed994eb8abbef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4239828a3f7b602331990b3b162da11a = $(`<div id="html_4239828a3f7b602331990b3b162da11a" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_5bb2999ce7109d7c3a5ed994eb8abbef.setContent(html_4239828a3f7b602331990b3b162da11a);
|
|
|
|
|
|
|
|
marker_909b6e48c7ae6d42f6b6330bff46b8ab.bindPopup(popup_5bb2999ce7109d7c3a5ed994eb8abbef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_909b6e48c7ae6d42f6b6330bff46b8ab.setIcon(icon_b884860d84d0563d5616a2ec1a024832);
|
|
|
|
|
|
var marker_fdc4a869a92703f912a5d2d347f51c44 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ac6daf739aa4ddb9a1b8cbf2a829e1a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8306024a8b4afc33035712f2078d6d6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_827fc00324858f9cb15bb144403a2947 = $(`<div id="html_827fc00324858f9cb15bb144403a2947" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_8306024a8b4afc33035712f2078d6d6c.setContent(html_827fc00324858f9cb15bb144403a2947);
|
|
|
|
|
|
|
|
marker_fdc4a869a92703f912a5d2d347f51c44.bindPopup(popup_8306024a8b4afc33035712f2078d6d6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdc4a869a92703f912a5d2d347f51c44.setIcon(icon_ac6daf739aa4ddb9a1b8cbf2a829e1a1);
|
|
|
|
|
|
var marker_cccb63f195fd77508fbfc7cd04897e35 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7a56e93f6f73839413475d285bfc50e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96cfbe570aff64ea9d6989f55b5406ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90cc1eae21ae5cef3c4355a2494f3526 = $(`<div id="html_90cc1eae21ae5cef3c4355a2494f3526" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_96cfbe570aff64ea9d6989f55b5406ce.setContent(html_90cc1eae21ae5cef3c4355a2494f3526);
|
|
|
|
|
|
|
|
marker_cccb63f195fd77508fbfc7cd04897e35.bindPopup(popup_96cfbe570aff64ea9d6989f55b5406ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cccb63f195fd77508fbfc7cd04897e35.setIcon(icon_7a56e93f6f73839413475d285bfc50e0);
|
|
|
|
|
|
var marker_1226349cf10a5cf48b168b9f0621a8b6 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d9841333591a46e23a687ed49badf591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5f941fc86effcc21d32e7ec7ecbdcaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48988e770671d1fba571c3bf1bd48024 = $(`<div id="html_48988e770671d1fba571c3bf1bd48024" style="width: 100.0%; height: 100.0%;">promo.nextblock.app</div>`)[0];
|
|
popup_d5f941fc86effcc21d32e7ec7ecbdcaf.setContent(html_48988e770671d1fba571c3bf1bd48024);
|
|
|
|
|
|
|
|
marker_1226349cf10a5cf48b168b9f0621a8b6.bindPopup(popup_d5f941fc86effcc21d32e7ec7ecbdcaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1226349cf10a5cf48b168b9f0621a8b6.setIcon(icon_d9841333591a46e23a687ed49badf591);
|
|
|
|
|
|
var marker_16c176edf7ae75bf87fed3a2a60100e4 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d3dcc0e24f92fef2fc45bb5e66829c3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a71854cbe3670c6fdeb75883da0c780a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff609510a7b4a02eb2b1519132c88cd8 = $(`<div id="html_ff609510a7b4a02eb2b1519132c88cd8" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_a71854cbe3670c6fdeb75883da0c780a.setContent(html_ff609510a7b4a02eb2b1519132c88cd8);
|
|
|
|
|
|
|
|
marker_16c176edf7ae75bf87fed3a2a60100e4.bindPopup(popup_a71854cbe3670c6fdeb75883da0c780a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16c176edf7ae75bf87fed3a2a60100e4.setIcon(icon_d3dcc0e24f92fef2fc45bb5e66829c3e);
|
|
|
|
|
|
var marker_548238e2e6a61650d29863f6bb732154 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_62cfb098848c16a4652d34bb7fef4619 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d43b585491974c07656057b981416a7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fecf15d9094a7d7081110e86cfb8e7c = $(`<div id="html_8fecf15d9094a7d7081110e86cfb8e7c" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_d43b585491974c07656057b981416a7b.setContent(html_8fecf15d9094a7d7081110e86cfb8e7c);
|
|
|
|
|
|
|
|
marker_548238e2e6a61650d29863f6bb732154.bindPopup(popup_d43b585491974c07656057b981416a7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_548238e2e6a61650d29863f6bb732154.setIcon(icon_62cfb098848c16a4652d34bb7fef4619);
|
|
|
|
|
|
var marker_aad0c86eb1653e7a8eb8100a6d36ac25 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7138a1ef20abf54a59e65998ce1b032e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_092f7f739dddbbdbf8dfa6fd16eac5b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_343ddaa83e4272b694d70c782243f2b3 = $(`<div id="html_343ddaa83e4272b694d70c782243f2b3" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_092f7f739dddbbdbf8dfa6fd16eac5b3.setContent(html_343ddaa83e4272b694d70c782243f2b3);
|
|
|
|
|
|
|
|
marker_aad0c86eb1653e7a8eb8100a6d36ac25.bindPopup(popup_092f7f739dddbbdbf8dfa6fd16eac5b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aad0c86eb1653e7a8eb8100a6d36ac25.setIcon(icon_7138a1ef20abf54a59e65998ce1b032e);
|
|
|
|
|
|
var marker_0f649ca36b277560b474a1a7286cbe0e = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_69fe84a42345aa6a0b6ad2bafa00d208 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bc36fefac2835ec57cfb36bf7556168 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5e6aa13c7b7f19a4f99c7fa952d1516 = $(`<div id="html_a5e6aa13c7b7f19a4f99c7fa952d1516" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_6bc36fefac2835ec57cfb36bf7556168.setContent(html_a5e6aa13c7b7f19a4f99c7fa952d1516);
|
|
|
|
|
|
|
|
marker_0f649ca36b277560b474a1a7286cbe0e.bindPopup(popup_6bc36fefac2835ec57cfb36bf7556168)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f649ca36b277560b474a1a7286cbe0e.setIcon(icon_69fe84a42345aa6a0b6ad2bafa00d208);
|
|
|
|
|
|
var marker_67788abb8e113b2dbd9f1f22839f6237 = L.marker(
|
|
[34.0881, -118.379],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bd600fdbb11ff6f2b0524c1afd9f0793 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a25f15fdb300f31d737269643fad652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5c6340965caa20ca553a0204f27d7bc = $(`<div id="html_c5c6340965caa20ca553a0204f27d7bc" style="width: 100.0%; height: 100.0%;">relay.aloftus.io</div>`)[0];
|
|
popup_0a25f15fdb300f31d737269643fad652.setContent(html_c5c6340965caa20ca553a0204f27d7bc);
|
|
|
|
|
|
|
|
marker_67788abb8e113b2dbd9f1f22839f6237.bindPopup(popup_0a25f15fdb300f31d737269643fad652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67788abb8e113b2dbd9f1f22839f6237.setIcon(icon_bd600fdbb11ff6f2b0524c1afd9f0793);
|
|
|
|
|
|
var marker_772e28b2405dbc973817adba611d4574 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3fb5843c85a237f4881cbbe89dfcfee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9e861ef58f7800070b8acd6b74a66ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a19e8ee81c83f33b2dadfc13df987f72 = $(`<div id="html_a19e8ee81c83f33b2dadfc13df987f72" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_b9e861ef58f7800070b8acd6b74a66ff.setContent(html_a19e8ee81c83f33b2dadfc13df987f72);
|
|
|
|
|
|
|
|
marker_772e28b2405dbc973817adba611d4574.bindPopup(popup_b9e861ef58f7800070b8acd6b74a66ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_772e28b2405dbc973817adba611d4574.setIcon(icon_3fb5843c85a237f4881cbbe89dfcfee8);
|
|
|
|
|
|
var marker_98662413d368b5c3c9dd06c3090d66a7 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_15ddceb1120a20730f4187bbc3132e3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3102c2c4086b574c79d8378b1909842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb4f273dffaa7186e7126d3dc92d238 = $(`<div id="html_ceb4f273dffaa7186e7126d3dc92d238" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_c3102c2c4086b574c79d8378b1909842.setContent(html_ceb4f273dffaa7186e7126d3dc92d238);
|
|
|
|
|
|
|
|
marker_98662413d368b5c3c9dd06c3090d66a7.bindPopup(popup_c3102c2c4086b574c79d8378b1909842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98662413d368b5c3c9dd06c3090d66a7.setIcon(icon_15ddceb1120a20730f4187bbc3132e3c);
|
|
|
|
|
|
var marker_b814e7a44cd063413d54f57f6cc0142f = L.marker(
|
|
[50.1682, 14.0546],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b2c07777c71cc45bde6ca5f563c6e417 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65d5f0318be37785add7bed4997485e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1331d43d5ee3ecb25e5aabdabe5639 = $(`<div id="html_2f1331d43d5ee3ecb25e5aabdabe5639" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_65d5f0318be37785add7bed4997485e3.setContent(html_2f1331d43d5ee3ecb25e5aabdabe5639);
|
|
|
|
|
|
|
|
marker_b814e7a44cd063413d54f57f6cc0142f.bindPopup(popup_65d5f0318be37785add7bed4997485e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b814e7a44cd063413d54f57f6cc0142f.setIcon(icon_b2c07777c71cc45bde6ca5f563c6e417);
|
|
|
|
|
|
var marker_f49f6f396150aaf4758b30b214d4fc6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_489c9ee9db18329fd7813faa1bef61fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b13b9ab54164bb46feb93f1589cab0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e55cfd5151e8038375bbc6ac5f3a4dff = $(`<div id="html_e55cfd5151e8038375bbc6ac5f3a4dff" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_1b13b9ab54164bb46feb93f1589cab0b.setContent(html_e55cfd5151e8038375bbc6ac5f3a4dff);
|
|
|
|
|
|
|
|
marker_f49f6f396150aaf4758b30b214d4fc6d.bindPopup(popup_1b13b9ab54164bb46feb93f1589cab0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f49f6f396150aaf4758b30b214d4fc6d.setIcon(icon_489c9ee9db18329fd7813faa1bef61fd);
|
|
|
|
|
|
var marker_7e0852264d94b60b7d74b79b6a701ba9 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ac7f1d7f297396787b83ba39ef4fcd17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd7393e5110ca2b1e231812b89ff537d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_836b2e2fe36d0cc72324be8b3a19e04c = $(`<div id="html_836b2e2fe36d0cc72324be8b3a19e04c" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_bd7393e5110ca2b1e231812b89ff537d.setContent(html_836b2e2fe36d0cc72324be8b3a19e04c);
|
|
|
|
|
|
|
|
marker_7e0852264d94b60b7d74b79b6a701ba9.bindPopup(popup_bd7393e5110ca2b1e231812b89ff537d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e0852264d94b60b7d74b79b6a701ba9.setIcon(icon_ac7f1d7f297396787b83ba39ef4fcd17);
|
|
|
|
|
|
var marker_a7391b4f03ab7522519145bfcfaa72c9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c65ced39b3aaf2d1b6cf7c02f29ac6e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_073046f00e36f4dfcd82951ab49cfe95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73030f3642ebe9265a5e51294ca54220 = $(`<div id="html_73030f3642ebe9265a5e51294ca54220" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_073046f00e36f4dfcd82951ab49cfe95.setContent(html_73030f3642ebe9265a5e51294ca54220);
|
|
|
|
|
|
|
|
marker_a7391b4f03ab7522519145bfcfaa72c9.bindPopup(popup_073046f00e36f4dfcd82951ab49cfe95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7391b4f03ab7522519145bfcfaa72c9.setIcon(icon_c65ced39b3aaf2d1b6cf7c02f29ac6e0);
|
|
|
|
|
|
var marker_35a26f3ea47111378e8159e2945348c0 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_83fac531c61ca8d51e7e95cde7156237 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b662690584101246f1e8c06db744b067 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45ab6864869d51738ea0fec18ca110d2 = $(`<div id="html_45ab6864869d51738ea0fec18ca110d2" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_b662690584101246f1e8c06db744b067.setContent(html_45ab6864869d51738ea0fec18ca110d2);
|
|
|
|
|
|
|
|
marker_35a26f3ea47111378e8159e2945348c0.bindPopup(popup_b662690584101246f1e8c06db744b067)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35a26f3ea47111378e8159e2945348c0.setIcon(icon_83fac531c61ca8d51e7e95cde7156237);
|
|
|
|
|
|
var marker_21cbcfdccb3e48efbb69aa187bc1d701 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6749f9441d5dcb1c372a339fb9ddd103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbaed3fb3fe1f1d45ddd54abf6c95040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b5fbc17b10e7d164432638f0e18d541 = $(`<div id="html_2b5fbc17b10e7d164432638f0e18d541" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_cbaed3fb3fe1f1d45ddd54abf6c95040.setContent(html_2b5fbc17b10e7d164432638f0e18d541);
|
|
|
|
|
|
|
|
marker_21cbcfdccb3e48efbb69aa187bc1d701.bindPopup(popup_cbaed3fb3fe1f1d45ddd54abf6c95040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21cbcfdccb3e48efbb69aa187bc1d701.setIcon(icon_6749f9441d5dcb1c372a339fb9ddd103);
|
|
|
|
|
|
var marker_65206d1ecb1d4845b8e0f88bc87d33e5 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_74eca67ff6a21740890724e749c7c716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c2d7d7de4c500659f672f3753b2ca91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6d936c8b71c2152d8362d337e50fe29 = $(`<div id="html_d6d936c8b71c2152d8362d337e50fe29" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_0c2d7d7de4c500659f672f3753b2ca91.setContent(html_d6d936c8b71c2152d8362d337e50fe29);
|
|
|
|
|
|
|
|
marker_65206d1ecb1d4845b8e0f88bc87d33e5.bindPopup(popup_0c2d7d7de4c500659f672f3753b2ca91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65206d1ecb1d4845b8e0f88bc87d33e5.setIcon(icon_74eca67ff6a21740890724e749c7c716);
|
|
|
|
|
|
var marker_7ada7ebd847b58e68db0411b5696a4c3 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f161b8476c5b3ef9add522dc28a6f870 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb114fb17b1b346709eca186d2257881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bffa1ff6c51f56b9b7496fed8c00965 = $(`<div id="html_5bffa1ff6c51f56b9b7496fed8c00965" style="width: 100.0%; height: 100.0%;">relay.unknown.cloud</div>`)[0];
|
|
popup_bb114fb17b1b346709eca186d2257881.setContent(html_5bffa1ff6c51f56b9b7496fed8c00965);
|
|
|
|
|
|
|
|
marker_7ada7ebd847b58e68db0411b5696a4c3.bindPopup(popup_bb114fb17b1b346709eca186d2257881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ada7ebd847b58e68db0411b5696a4c3.setIcon(icon_f161b8476c5b3ef9add522dc28a6f870);
|
|
|
|
|
|
var marker_ca34c3271804b9eec80780c2761da1ae = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f0b3ef9dd8ad0cb149d75d44888c5083 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a3d88322adb695efcf698e4beece250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e2a8460f6e163f698050597651daaae = $(`<div id="html_1e2a8460f6e163f698050597651daaae" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_8a3d88322adb695efcf698e4beece250.setContent(html_1e2a8460f6e163f698050597651daaae);
|
|
|
|
|
|
|
|
marker_ca34c3271804b9eec80780c2761da1ae.bindPopup(popup_8a3d88322adb695efcf698e4beece250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca34c3271804b9eec80780c2761da1ae.setIcon(icon_f0b3ef9dd8ad0cb149d75d44888c5083);
|
|
|
|
|
|
var marker_7d089a26e561121fb4857611d41ac4f2 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_fd05c0e0c52948b27f7e539859b0a829 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_612bf477a15a851df24ed7b496facd07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd56fb3e76976614cd411a976da7c565 = $(`<div id="html_bd56fb3e76976614cd411a976da7c565" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_612bf477a15a851df24ed7b496facd07.setContent(html_bd56fb3e76976614cd411a976da7c565);
|
|
|
|
|
|
|
|
marker_7d089a26e561121fb4857611d41ac4f2.bindPopup(popup_612bf477a15a851df24ed7b496facd07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d089a26e561121fb4857611d41ac4f2.setIcon(icon_fd05c0e0c52948b27f7e539859b0a829);
|
|
|
|
|
|
var marker_30d02b467dcb6af8fe06a7bc1f706a8a = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ad2a7c713f02a876cb463e913fdcb36f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f023f59c84d0225ed22c84926234c0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5b32bde09d9c3673326971848e50faf = $(`<div id="html_b5b32bde09d9c3673326971848e50faf" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_0f023f59c84d0225ed22c84926234c0c.setContent(html_b5b32bde09d9c3673326971848e50faf);
|
|
|
|
|
|
|
|
marker_30d02b467dcb6af8fe06a7bc1f706a8a.bindPopup(popup_0f023f59c84d0225ed22c84926234c0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30d02b467dcb6af8fe06a7bc1f706a8a.setIcon(icon_ad2a7c713f02a876cb463e913fdcb36f);
|
|
|
|
|
|
var marker_37d2b553a374cf1b502bf200377ab679 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2d7f19348eee0a3ca56452ac409d418e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa4e7a703d6349c5ff9ecd257927b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e992d92745bb0738d17502f946f24c06 = $(`<div id="html_e992d92745bb0738d17502f946f24c06" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_caa4e7a703d6349c5ff9ecd257927b29.setContent(html_e992d92745bb0738d17502f946f24c06);
|
|
|
|
|
|
|
|
marker_37d2b553a374cf1b502bf200377ab679.bindPopup(popup_caa4e7a703d6349c5ff9ecd257927b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37d2b553a374cf1b502bf200377ab679.setIcon(icon_2d7f19348eee0a3ca56452ac409d418e);
|
|
|
|
|
|
var marker_4d5b63e0103eb2a1825237bb4b04d604 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1d87f62b518fd50ec1af8b751563666d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c25f07010c7b3aff839edc530568398a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a802230bce77094dd00c74dd3c184c26 = $(`<div id="html_a802230bce77094dd00c74dd3c184c26" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_c25f07010c7b3aff839edc530568398a.setContent(html_a802230bce77094dd00c74dd3c184c26);
|
|
|
|
|
|
|
|
marker_4d5b63e0103eb2a1825237bb4b04d604.bindPopup(popup_c25f07010c7b3aff839edc530568398a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d5b63e0103eb2a1825237bb4b04d604.setIcon(icon_1d87f62b518fd50ec1af8b751563666d);
|
|
|
|
|
|
var marker_1cd8a48e58a16b568a80ce3464e764cf = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_47384d450f311b7a51fdf7ec4b351fe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7bfdd2bbf0bfa26ef3adc2dc764ffa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d53f6033f5d6977175837fb4f5900e7 = $(`<div id="html_7d53f6033f5d6977175837fb4f5900e7" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_a7bfdd2bbf0bfa26ef3adc2dc764ffa9.setContent(html_7d53f6033f5d6977175837fb4f5900e7);
|
|
|
|
|
|
|
|
marker_1cd8a48e58a16b568a80ce3464e764cf.bindPopup(popup_a7bfdd2bbf0bfa26ef3adc2dc764ffa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cd8a48e58a16b568a80ce3464e764cf.setIcon(icon_47384d450f311b7a51fdf7ec4b351fe8);
|
|
|
|
|
|
var marker_94689f5c0ce4fc0de21e772cc79074ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3f670fae8ed9da109d7a9fee6f81861f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e19da269ac7d9cb94303a0ed0827ec85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e602203181185fcbc1d647accf3037a8 = $(`<div id="html_e602203181185fcbc1d647accf3037a8" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_e19da269ac7d9cb94303a0ed0827ec85.setContent(html_e602203181185fcbc1d647accf3037a8);
|
|
|
|
|
|
|
|
marker_94689f5c0ce4fc0de21e772cc79074ff.bindPopup(popup_e19da269ac7d9cb94303a0ed0827ec85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94689f5c0ce4fc0de21e772cc79074ff.setIcon(icon_3f670fae8ed9da109d7a9fee6f81861f);
|
|
|
|
|
|
var marker_df165f59a699e013b99a39d7aebd7309 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_bc0dbabdbd302c72003bda1f13d665e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fc59dde9962c3bb3b1dd82f5fe8a489 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_714b418f5cadc2ebd1338f53f75dd76d = $(`<div id="html_714b418f5cadc2ebd1338f53f75dd76d" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_5fc59dde9962c3bb3b1dd82f5fe8a489.setContent(html_714b418f5cadc2ebd1338f53f75dd76d);
|
|
|
|
|
|
|
|
marker_df165f59a699e013b99a39d7aebd7309.bindPopup(popup_5fc59dde9962c3bb3b1dd82f5fe8a489)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df165f59a699e013b99a39d7aebd7309.setIcon(icon_bc0dbabdbd302c72003bda1f13d665e4);
|
|
|
|
|
|
var marker_c83b0336845c9b9e4e04a4f3309d201c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_db3234218360e1cc39f3751035bade11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d429b3ba6f7e7f2579e67b368a7c1c8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_319a672af9dbb87f4779a1945491afae = $(`<div id="html_319a672af9dbb87f4779a1945491afae" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_d429b3ba6f7e7f2579e67b368a7c1c8d.setContent(html_319a672af9dbb87f4779a1945491afae);
|
|
|
|
|
|
|
|
marker_c83b0336845c9b9e4e04a4f3309d201c.bindPopup(popup_d429b3ba6f7e7f2579e67b368a7c1c8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c83b0336845c9b9e4e04a4f3309d201c.setIcon(icon_db3234218360e1cc39f3751035bade11);
|
|
|
|
|
|
var marker_3185e4cd60db638a5863e1f9c99f70f4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_73432312f78bfeb674ea4720c385ad00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c755a8ffc09b1a46c100a7ed919fbef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06975854a9728697e1a1c4c810afe205 = $(`<div id="html_06975854a9728697e1a1c4c810afe205" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_c755a8ffc09b1a46c100a7ed919fbef2.setContent(html_06975854a9728697e1a1c4c810afe205);
|
|
|
|
|
|
|
|
marker_3185e4cd60db638a5863e1f9c99f70f4.bindPopup(popup_c755a8ffc09b1a46c100a7ed919fbef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3185e4cd60db638a5863e1f9c99f70f4.setIcon(icon_73432312f78bfeb674ea4720c385ad00);
|
|
|
|
|
|
var marker_8139e096d5cac95d4569d29b5ed3b3d0 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_80e70d683fe782407b357e77008092a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77ec093a42edb51085c9390a0771a683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d31b3df794b498ddb44f785ab786a25 = $(`<div id="html_9d31b3df794b498ddb44f785ab786a25" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_77ec093a42edb51085c9390a0771a683.setContent(html_9d31b3df794b498ddb44f785ab786a25);
|
|
|
|
|
|
|
|
marker_8139e096d5cac95d4569d29b5ed3b3d0.bindPopup(popup_77ec093a42edb51085c9390a0771a683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8139e096d5cac95d4569d29b5ed3b3d0.setIcon(icon_80e70d683fe782407b357e77008092a6);
|
|
|
|
|
|
var marker_502999f9dae14b0f7b9f9e116b81752e = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_775a6fad58ffa2620733bf0fe12a9f29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5aa2c8ab2a5c69b6ccd4c1a45ffc2cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_403494844b42b2075a4891fce3e766b3 = $(`<div id="html_403494844b42b2075a4891fce3e766b3" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_b5aa2c8ab2a5c69b6ccd4c1a45ffc2cf.setContent(html_403494844b42b2075a4891fce3e766b3);
|
|
|
|
|
|
|
|
marker_502999f9dae14b0f7b9f9e116b81752e.bindPopup(popup_b5aa2c8ab2a5c69b6ccd4c1a45ffc2cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_502999f9dae14b0f7b9f9e116b81752e.setIcon(icon_775a6fad58ffa2620733bf0fe12a9f29);
|
|
|
|
|
|
var marker_f9264585933eede215a936cbec906dae = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ba4be456b81578d838cfa2cc75bbfd62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f0db6fb1cbc23bde7da8ce5232a898a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8519dd70460071bb72854d4d19c3d183 = $(`<div id="html_8519dd70460071bb72854d4d19c3d183" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_9f0db6fb1cbc23bde7da8ce5232a898a.setContent(html_8519dd70460071bb72854d4d19c3d183);
|
|
|
|
|
|
|
|
marker_f9264585933eede215a936cbec906dae.bindPopup(popup_9f0db6fb1cbc23bde7da8ce5232a898a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9264585933eede215a936cbec906dae.setIcon(icon_ba4be456b81578d838cfa2cc75bbfd62);
|
|
|
|
|
|
var marker_310263c5c2d15f99b64eed3c64f2a067 = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a0e61b3b030db0f4a014a57296dbe6d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c6b6242da4b4e337cc0ea2605983049 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2615dc9b393f68f0761ce63f46f6349 = $(`<div id="html_c2615dc9b393f68f0761ce63f46f6349" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_2c6b6242da4b4e337cc0ea2605983049.setContent(html_c2615dc9b393f68f0761ce63f46f6349);
|
|
|
|
|
|
|
|
marker_310263c5c2d15f99b64eed3c64f2a067.bindPopup(popup_2c6b6242da4b4e337cc0ea2605983049)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_310263c5c2d15f99b64eed3c64f2a067.setIcon(icon_a0e61b3b030db0f4a014a57296dbe6d2);
|
|
|
|
|
|
var marker_b0e7802ff25636371a670b5ff4727cfd = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_e00b83d64abc6b5c4c5db974aef4e355 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9bdfe29fb069e96455833f40f97c707 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c72dfcd16afb40796e1297fbfb58c3aa = $(`<div id="html_c72dfcd16afb40796e1297fbfb58c3aa" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_e9bdfe29fb069e96455833f40f97c707.setContent(html_c72dfcd16afb40796e1297fbfb58c3aa);
|
|
|
|
|
|
|
|
marker_b0e7802ff25636371a670b5ff4727cfd.bindPopup(popup_e9bdfe29fb069e96455833f40f97c707)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0e7802ff25636371a670b5ff4727cfd.setIcon(icon_e00b83d64abc6b5c4c5db974aef4e355);
|
|
|
|
|
|
var marker_8ce5d81732e95428a2114574ad5689a1 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c25de1f1dc588e87a596f7f16852d3d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8ba7862bc6590af379f380d25ff4f32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab09f9c41662cd243af77b839cdac760 = $(`<div id="html_ab09f9c41662cd243af77b839cdac760" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_c8ba7862bc6590af379f380d25ff4f32.setContent(html_ab09f9c41662cd243af77b839cdac760);
|
|
|
|
|
|
|
|
marker_8ce5d81732e95428a2114574ad5689a1.bindPopup(popup_c8ba7862bc6590af379f380d25ff4f32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ce5d81732e95428a2114574ad5689a1.setIcon(icon_c25de1f1dc588e87a596f7f16852d3d3);
|
|
|
|
|
|
var marker_0e8d718e3ac41bc8fa18636ee67e2405 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_aaa6804e7894808ef1169a7cf05f6f45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39b6ac858d906fa27cf9382e4fd126d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c849957d61a8e8af2352db2e4d65d1e = $(`<div id="html_2c849957d61a8e8af2352db2e4d65d1e" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_39b6ac858d906fa27cf9382e4fd126d1.setContent(html_2c849957d61a8e8af2352db2e4d65d1e);
|
|
|
|
|
|
|
|
marker_0e8d718e3ac41bc8fa18636ee67e2405.bindPopup(popup_39b6ac858d906fa27cf9382e4fd126d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8d718e3ac41bc8fa18636ee67e2405.setIcon(icon_aaa6804e7894808ef1169a7cf05f6f45);
|
|
|
|
|
|
var marker_60d353bbe76a4ef1253ebf89d62754e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5a5dfc9a8b82ef0b88bfcd69730c8078 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_419adf794e5d605debe6f36e138e3b8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eea511566d49faf1ca026e42a576ff26 = $(`<div id="html_eea511566d49faf1ca026e42a576ff26" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_419adf794e5d605debe6f36e138e3b8a.setContent(html_eea511566d49faf1ca026e42a576ff26);
|
|
|
|
|
|
|
|
marker_60d353bbe76a4ef1253ebf89d62754e6.bindPopup(popup_419adf794e5d605debe6f36e138e3b8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60d353bbe76a4ef1253ebf89d62754e6.setIcon(icon_5a5dfc9a8b82ef0b88bfcd69730c8078);
|
|
|
|
|
|
var marker_90927209af6ecf37637a8590cf4fa74e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_8a1d009f018190a8654f7b08b70ac974 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd1413f31eb177897a7a4662ec9cf284 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef2d4752b49b8160c5261ade383eb323 = $(`<div id="html_ef2d4752b49b8160c5261ade383eb323" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_cd1413f31eb177897a7a4662ec9cf284.setContent(html_ef2d4752b49b8160c5261ade383eb323);
|
|
|
|
|
|
|
|
marker_90927209af6ecf37637a8590cf4fa74e.bindPopup(popup_cd1413f31eb177897a7a4662ec9cf284)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90927209af6ecf37637a8590cf4fa74e.setIcon(icon_8a1d009f018190a8654f7b08b70ac974);
|
|
|
|
|
|
var marker_8588dba74d2aacb467122b725b9bb715 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_814c7d68483f10158fae10c92a19a324 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0189bd7db06132dc9c813b4a246c204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b78ee6d13060c530509ca9a9da0e021 = $(`<div id="html_1b78ee6d13060c530509ca9a9da0e021" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_c0189bd7db06132dc9c813b4a246c204.setContent(html_1b78ee6d13060c530509ca9a9da0e021);
|
|
|
|
|
|
|
|
marker_8588dba74d2aacb467122b725b9bb715.bindPopup(popup_c0189bd7db06132dc9c813b4a246c204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8588dba74d2aacb467122b725b9bb715.setIcon(icon_814c7d68483f10158fae10c92a19a324);
|
|
|
|
|
|
var marker_458c2e3a2fa3a3be5529c1d4997aa5c4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ffa76a4d5d4e5a3c3b2d7654b2eb9713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c27ee567e349d0eb0e55f68ed13ddc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9645df4d106c7d4f66e8594d78d71c3f = $(`<div id="html_9645df4d106c7d4f66e8594d78d71c3f" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_4c27ee567e349d0eb0e55f68ed13ddc7.setContent(html_9645df4d106c7d4f66e8594d78d71c3f);
|
|
|
|
|
|
|
|
marker_458c2e3a2fa3a3be5529c1d4997aa5c4.bindPopup(popup_4c27ee567e349d0eb0e55f68ed13ddc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_458c2e3a2fa3a3be5529c1d4997aa5c4.setIcon(icon_ffa76a4d5d4e5a3c3b2d7654b2eb9713);
|
|
|
|
|
|
var marker_8593b346a577d4eca8d6d5e6089d3dca = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_e02f306bf75cf093fc205ef8bc83e6ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50388d5d36fafa6ceee7733373616725 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b97c89bd9df6822a54ea389738c4509 = $(`<div id="html_7b97c89bd9df6822a54ea389738c4509" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_50388d5d36fafa6ceee7733373616725.setContent(html_7b97c89bd9df6822a54ea389738c4509);
|
|
|
|
|
|
|
|
marker_8593b346a577d4eca8d6d5e6089d3dca.bindPopup(popup_50388d5d36fafa6ceee7733373616725)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8593b346a577d4eca8d6d5e6089d3dca.setIcon(icon_e02f306bf75cf093fc205ef8bc83e6ea);
|
|
|
|
|
|
var marker_53a59a48bc4d2ae5f2a9e020a805b787 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_8e4d28d638b9284798d56a7c1bd6a62c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdd2f20db0f93c6052f5b9e220d71b1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a672c661daccf42ed933bf667443c1a = $(`<div id="html_0a672c661daccf42ed933bf667443c1a" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_cdd2f20db0f93c6052f5b9e220d71b1e.setContent(html_0a672c661daccf42ed933bf667443c1a);
|
|
|
|
|
|
|
|
marker_53a59a48bc4d2ae5f2a9e020a805b787.bindPopup(popup_cdd2f20db0f93c6052f5b9e220d71b1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53a59a48bc4d2ae5f2a9e020a805b787.setIcon(icon_8e4d28d638b9284798d56a7c1bd6a62c);
|
|
|
|
|
|
var marker_373fd2b389d3ae7090e55006b136c285 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_617c2f4f7075a222872eb806495fdd1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_904073b26e9238b8e54c51810e95d4d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3097d48423380725997fd51c37f5800a = $(`<div id="html_3097d48423380725997fd51c37f5800a" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_904073b26e9238b8e54c51810e95d4d2.setContent(html_3097d48423380725997fd51c37f5800a);
|
|
|
|
|
|
|
|
marker_373fd2b389d3ae7090e55006b136c285.bindPopup(popup_904073b26e9238b8e54c51810e95d4d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_373fd2b389d3ae7090e55006b136c285.setIcon(icon_617c2f4f7075a222872eb806495fdd1b);
|
|
|
|
|
|
var marker_acff61db208c21be562e5363d4a93118 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_dbd196f2b53481f93c1a44618baeabf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8be80cf5ceb356728e13f5f25361a299 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b590a06b4ea8f596779e7c1000970c03 = $(`<div id="html_b590a06b4ea8f596779e7c1000970c03" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_8be80cf5ceb356728e13f5f25361a299.setContent(html_b590a06b4ea8f596779e7c1000970c03);
|
|
|
|
|
|
|
|
marker_acff61db208c21be562e5363d4a93118.bindPopup(popup_8be80cf5ceb356728e13f5f25361a299)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acff61db208c21be562e5363d4a93118.setIcon(icon_dbd196f2b53481f93c1a44618baeabf0);
|
|
|
|
|
|
var marker_9fbd235bf8c7d73dc8baa10a417dbf65 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_77038c0d9144f3102b218ca697fe6e5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ec0980a131e4439934fa36a415af99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_621f1d44b40a40d80a7f4ab0e4af12a6 = $(`<div id="html_621f1d44b40a40d80a7f4ab0e4af12a6" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_60ec0980a131e4439934fa36a415af99.setContent(html_621f1d44b40a40d80a7f4ab0e4af12a6);
|
|
|
|
|
|
|
|
marker_9fbd235bf8c7d73dc8baa10a417dbf65.bindPopup(popup_60ec0980a131e4439934fa36a415af99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fbd235bf8c7d73dc8baa10a417dbf65.setIcon(icon_77038c0d9144f3102b218ca697fe6e5f);
|
|
|
|
|
|
var marker_c38092e18c927d133c2e1f92f2498d5f = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_78c401f063dcff7c92964e3736162145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b405387c606431fb37e43e73f9c6fbbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd1ce3b623fe56eeafde867d2fc1e955 = $(`<div id="html_cd1ce3b623fe56eeafde867d2fc1e955" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_b405387c606431fb37e43e73f9c6fbbb.setContent(html_cd1ce3b623fe56eeafde867d2fc1e955);
|
|
|
|
|
|
|
|
marker_c38092e18c927d133c2e1f92f2498d5f.bindPopup(popup_b405387c606431fb37e43e73f9c6fbbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c38092e18c927d133c2e1f92f2498d5f.setIcon(icon_78c401f063dcff7c92964e3736162145);
|
|
|
|
|
|
var marker_0ec1a0a66a5d3ac0dd84147f521245ae = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_87101ac91a05a2e89f3fdf065f64aad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4b1ccd49a3a2565a1f34bb244cd4a83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93476238c3b51364be44d67e83da4022 = $(`<div id="html_93476238c3b51364be44d67e83da4022" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_f4b1ccd49a3a2565a1f34bb244cd4a83.setContent(html_93476238c3b51364be44d67e83da4022);
|
|
|
|
|
|
|
|
marker_0ec1a0a66a5d3ac0dd84147f521245ae.bindPopup(popup_f4b1ccd49a3a2565a1f34bb244cd4a83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ec1a0a66a5d3ac0dd84147f521245ae.setIcon(icon_87101ac91a05a2e89f3fdf065f64aad7);
|
|
|
|
|
|
var marker_ab61a2402ac5c481fe7749aa8ebabc14 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_277c09bd9808bd032e900a50f093dfce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cea1cfcdeb97c0a7bcdade74fd8e4f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a813b4fde17b9b019b2e1229598f4926 = $(`<div id="html_a813b4fde17b9b019b2e1229598f4926" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_3cea1cfcdeb97c0a7bcdade74fd8e4f2.setContent(html_a813b4fde17b9b019b2e1229598f4926);
|
|
|
|
|
|
|
|
marker_ab61a2402ac5c481fe7749aa8ebabc14.bindPopup(popup_3cea1cfcdeb97c0a7bcdade74fd8e4f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab61a2402ac5c481fe7749aa8ebabc14.setIcon(icon_277c09bd9808bd032e900a50f093dfce);
|
|
|
|
|
|
var marker_ea00ba30b188aa96637c59ef90e4520d = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_23ed61abdb42faab67814f0cee15f275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a80a13221ba99a1852bd454d3e19791 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b0d72fa75b00fa59904be33bd5e3021 = $(`<div id="html_2b0d72fa75b00fa59904be33bd5e3021" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_9a80a13221ba99a1852bd454d3e19791.setContent(html_2b0d72fa75b00fa59904be33bd5e3021);
|
|
|
|
|
|
|
|
marker_ea00ba30b188aa96637c59ef90e4520d.bindPopup(popup_9a80a13221ba99a1852bd454d3e19791)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea00ba30b188aa96637c59ef90e4520d.setIcon(icon_23ed61abdb42faab67814f0cee15f275);
|
|
|
|
|
|
var marker_f831ae6cfcf61451d83b68d6b32964a2 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cd363a8f4f2cd89c9634eaa33a752f9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30626e12913fd50a135b36c8b1cef0ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1c46b4a3743c057225a1ef0d6e27874 = $(`<div id="html_e1c46b4a3743c057225a1ef0d6e27874" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_30626e12913fd50a135b36c8b1cef0ff.setContent(html_e1c46b4a3743c057225a1ef0d6e27874);
|
|
|
|
|
|
|
|
marker_f831ae6cfcf61451d83b68d6b32964a2.bindPopup(popup_30626e12913fd50a135b36c8b1cef0ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f831ae6cfcf61451d83b68d6b32964a2.setIcon(icon_cd363a8f4f2cd89c9634eaa33a752f9e);
|
|
|
|
|
|
var marker_f60cdd6d99a98863803ce5effc474407 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_72c4e4bd7875c410ef0ec6ceba1a8ed0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4303c4d19ed537dfaf123782393ed7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07a124ff4bd9df1089e67fe9800f031a = $(`<div id="html_07a124ff4bd9df1089e67fe9800f031a" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_d4303c4d19ed537dfaf123782393ed7d.setContent(html_07a124ff4bd9df1089e67fe9800f031a);
|
|
|
|
|
|
|
|
marker_f60cdd6d99a98863803ce5effc474407.bindPopup(popup_d4303c4d19ed537dfaf123782393ed7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f60cdd6d99a98863803ce5effc474407.setIcon(icon_72c4e4bd7875c410ef0ec6ceba1a8ed0);
|
|
|
|
|
|
var marker_99f3dec028a131d56aca15e4427057f2 = L.marker(
|
|
[43.1204, 6.12857],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_203d822964ef7a2cae51a1c30b17ddcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aa2de3ee4120b7a1a900f3f6b53bbe5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e555cb3f45fdf012a8c4f2cb74a00215 = $(`<div id="html_e555cb3f45fdf012a8c4f2cb74a00215" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_4aa2de3ee4120b7a1a900f3f6b53bbe5.setContent(html_e555cb3f45fdf012a8c4f2cb74a00215);
|
|
|
|
|
|
|
|
marker_99f3dec028a131d56aca15e4427057f2.bindPopup(popup_4aa2de3ee4120b7a1a900f3f6b53bbe5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f3dec028a131d56aca15e4427057f2.setIcon(icon_203d822964ef7a2cae51a1c30b17ddcc);
|
|
|
|
|
|
var marker_eef127b9cf47c852441149df8ebd973b = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f3c0669f8073adc578cb5d0a651222c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23699e49796b1e3ccce9ca9cd1be47ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f980f81751c386f4555fe40ce5451ec0 = $(`<div id="html_f980f81751c386f4555fe40ce5451ec0" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_23699e49796b1e3ccce9ca9cd1be47ea.setContent(html_f980f81751c386f4555fe40ce5451ec0);
|
|
|
|
|
|
|
|
marker_eef127b9cf47c852441149df8ebd973b.bindPopup(popup_23699e49796b1e3ccce9ca9cd1be47ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eef127b9cf47c852441149df8ebd973b.setIcon(icon_f3c0669f8073adc578cb5d0a651222c6);
|
|
|
|
|
|
var marker_b29fc24296a1ad96734412e1681f1c7a = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ce549a5ca1472af3d0e006a0d8057a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a5f639c86ced9203b1ee46b7678d197 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c882d849f1fa9f9ed694c3b8413e984 = $(`<div id="html_5c882d849f1fa9f9ed694c3b8413e984" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_2a5f639c86ced9203b1ee46b7678d197.setContent(html_5c882d849f1fa9f9ed694c3b8413e984);
|
|
|
|
|
|
|
|
marker_b29fc24296a1ad96734412e1681f1c7a.bindPopup(popup_2a5f639c86ced9203b1ee46b7678d197)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b29fc24296a1ad96734412e1681f1c7a.setIcon(icon_ce549a5ca1472af3d0e006a0d8057a9f);
|
|
|
|
|
|
var marker_b3e2ce8238263964aba24e7b3ea58b9a = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_e5e642845a20444f144220d8b3c1efd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9aa630622bb5e07bffe21e251b6a306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4034ad6196823011570140472f8e0a2f = $(`<div id="html_4034ad6196823011570140472f8e0a2f" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_c9aa630622bb5e07bffe21e251b6a306.setContent(html_4034ad6196823011570140472f8e0a2f);
|
|
|
|
|
|
|
|
marker_b3e2ce8238263964aba24e7b3ea58b9a.bindPopup(popup_c9aa630622bb5e07bffe21e251b6a306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3e2ce8238263964aba24e7b3ea58b9a.setIcon(icon_e5e642845a20444f144220d8b3c1efd5);
|
|
|
|
|
|
var marker_29b9228dcfcae04920559c59b90ae0e0 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d8b7b5ed6dc1af87fff2a84caa3317c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ac0d897fafce753ea0ecb067f752c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5ab1016466caafe6b04792e6ddbb4ce = $(`<div id="html_c5ab1016466caafe6b04792e6ddbb4ce" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_f9ac0d897fafce753ea0ecb067f752c5.setContent(html_c5ab1016466caafe6b04792e6ddbb4ce);
|
|
|
|
|
|
|
|
marker_29b9228dcfcae04920559c59b90ae0e0.bindPopup(popup_f9ac0d897fafce753ea0ecb067f752c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29b9228dcfcae04920559c59b90ae0e0.setIcon(icon_d8b7b5ed6dc1af87fff2a84caa3317c5);
|
|
|
|
|
|
var marker_c53e3ef6b60b9e380927f0c3145cc926 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f5fd2945cca11f8a78845841d9e4bf99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2a48851c4447260e759383720c46677 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3723fd47e1c7ee5ae7b0f7826d45907e = $(`<div id="html_3723fd47e1c7ee5ae7b0f7826d45907e" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_c2a48851c4447260e759383720c46677.setContent(html_3723fd47e1c7ee5ae7b0f7826d45907e);
|
|
|
|
|
|
|
|
marker_c53e3ef6b60b9e380927f0c3145cc926.bindPopup(popup_c2a48851c4447260e759383720c46677)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c53e3ef6b60b9e380927f0c3145cc926.setIcon(icon_f5fd2945cca11f8a78845841d9e4bf99);
|
|
|
|
|
|
var marker_a129ded1e48eaed75975f6ad9118917b = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3bdf7e238777f48859bedafc0621409a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2621f8d13074fe4e60b47fda501d67e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_733e538f011eb5e04fa21db8de574b98 = $(`<div id="html_733e538f011eb5e04fa21db8de574b98" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_c2621f8d13074fe4e60b47fda501d67e.setContent(html_733e538f011eb5e04fa21db8de574b98);
|
|
|
|
|
|
|
|
marker_a129ded1e48eaed75975f6ad9118917b.bindPopup(popup_c2621f8d13074fe4e60b47fda501d67e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a129ded1e48eaed75975f6ad9118917b.setIcon(icon_3bdf7e238777f48859bedafc0621409a);
|
|
|
|
|
|
var marker_e31f765790d436efdc2e28de6728b0bf = L.marker(
|
|
[51.8933, 4.42083],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cfe62a3d5aeee683ab7c3d6ae21cdf14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7978678f3c4d90eda2244dae5afc4202 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23c6c3e9879aa0cb3ee290ed1557388e = $(`<div id="html_23c6c3e9879aa0cb3ee290ed1557388e" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_7978678f3c4d90eda2244dae5afc4202.setContent(html_23c6c3e9879aa0cb3ee290ed1557388e);
|
|
|
|
|
|
|
|
marker_e31f765790d436efdc2e28de6728b0bf.bindPopup(popup_7978678f3c4d90eda2244dae5afc4202)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e31f765790d436efdc2e28de6728b0bf.setIcon(icon_cfe62a3d5aeee683ab7c3d6ae21cdf14);
|
|
|
|
|
|
var marker_a8200dee540c9e74df592397b25cf894 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2be416ada44e715d60db0df45078e926 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a480517b829388cb4542fe33d6cacd32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0b43e60362e9f5d6b2dfbbb15f7fdce = $(`<div id="html_d0b43e60362e9f5d6b2dfbbb15f7fdce" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_a480517b829388cb4542fe33d6cacd32.setContent(html_d0b43e60362e9f5d6b2dfbbb15f7fdce);
|
|
|
|
|
|
|
|
marker_a8200dee540c9e74df592397b25cf894.bindPopup(popup_a480517b829388cb4542fe33d6cacd32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8200dee540c9e74df592397b25cf894.setIcon(icon_2be416ada44e715d60db0df45078e926);
|
|
|
|
|
|
var marker_1d85e6b9e3ea1c631214fd01306f942d = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a076ca921fcdb79d08203008f689af48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b89797bea18245b3c83f154320e0457f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f5e1765b8d2ab4977ede4b888c70ad2 = $(`<div id="html_9f5e1765b8d2ab4977ede4b888c70ad2" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_b89797bea18245b3c83f154320e0457f.setContent(html_9f5e1765b8d2ab4977ede4b888c70ad2);
|
|
|
|
|
|
|
|
marker_1d85e6b9e3ea1c631214fd01306f942d.bindPopup(popup_b89797bea18245b3c83f154320e0457f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d85e6b9e3ea1c631214fd01306f942d.setIcon(icon_a076ca921fcdb79d08203008f689af48);
|
|
|
|
|
|
var marker_561158649df7e8298f29523de6e4e6ce = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_84a8643bf4bdd3a5ed79cab34ab564d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbd641fa108d9f4e8f5b6a069990667b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_394b9695e5a5c4bdd1b5807697145cf4 = $(`<div id="html_394b9695e5a5c4bdd1b5807697145cf4" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_cbd641fa108d9f4e8f5b6a069990667b.setContent(html_394b9695e5a5c4bdd1b5807697145cf4);
|
|
|
|
|
|
|
|
marker_561158649df7e8298f29523de6e4e6ce.bindPopup(popup_cbd641fa108d9f4e8f5b6a069990667b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_561158649df7e8298f29523de6e4e6ce.setIcon(icon_84a8643bf4bdd3a5ed79cab34ab564d5);
|
|
|
|
|
|
var marker_338e61b5f40064ea9ad997c1e6ffa105 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_702a7259db8b06a850cf893c6d7a0f02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adb968ce335b185a2fbb368d9a424213 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af85658e1727a3c69ded24e71c31377d = $(`<div id="html_af85658e1727a3c69ded24e71c31377d" style="width: 100.0%; height: 100.0%;">relay.freeplace.nl</div>`)[0];
|
|
popup_adb968ce335b185a2fbb368d9a424213.setContent(html_af85658e1727a3c69ded24e71c31377d);
|
|
|
|
|
|
|
|
marker_338e61b5f40064ea9ad997c1e6ffa105.bindPopup(popup_adb968ce335b185a2fbb368d9a424213)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_338e61b5f40064ea9ad997c1e6ffa105.setIcon(icon_702a7259db8b06a850cf893c6d7a0f02);
|
|
|
|
|
|
var marker_ab415d49c7db90c4a3fc0e1eaaab2c2a = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_23f7f32982b716b2f589bc2eb601b7a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a12dfcb9fd21d94346d9b5d7c58632c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0448cc28ec1ac4fb248e9c80993cd072 = $(`<div id="html_0448cc28ec1ac4fb248e9c80993cd072" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_4a12dfcb9fd21d94346d9b5d7c58632c.setContent(html_0448cc28ec1ac4fb248e9c80993cd072);
|
|
|
|
|
|
|
|
marker_ab415d49c7db90c4a3fc0e1eaaab2c2a.bindPopup(popup_4a12dfcb9fd21d94346d9b5d7c58632c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab415d49c7db90c4a3fc0e1eaaab2c2a.setIcon(icon_23f7f32982b716b2f589bc2eb601b7a3);
|
|
|
|
|
|
var marker_8dd711cfaecc7108699175b7f707bc62 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9828836fcf79f1d75a9f9eff1232cd12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6db09e62ee689e3027f9c9eb216a1b94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34f7dce9b174de37b42adf7b72346d01 = $(`<div id="html_34f7dce9b174de37b42adf7b72346d01" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_6db09e62ee689e3027f9c9eb216a1b94.setContent(html_34f7dce9b174de37b42adf7b72346d01);
|
|
|
|
|
|
|
|
marker_8dd711cfaecc7108699175b7f707bc62.bindPopup(popup_6db09e62ee689e3027f9c9eb216a1b94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dd711cfaecc7108699175b7f707bc62.setIcon(icon_9828836fcf79f1d75a9f9eff1232cd12);
|
|
|
|
|
|
var marker_521f404449f845819cc87c1a1f384ac9 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_e96564b159277a95264c16d93bd59033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4a3fd507990a0b732ebdebaf2375c55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ff4bd9de22cdf3846d2e95cf906282b = $(`<div id="html_9ff4bd9de22cdf3846d2e95cf906282b" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_b4a3fd507990a0b732ebdebaf2375c55.setContent(html_9ff4bd9de22cdf3846d2e95cf906282b);
|
|
|
|
|
|
|
|
marker_521f404449f845819cc87c1a1f384ac9.bindPopup(popup_b4a3fd507990a0b732ebdebaf2375c55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_521f404449f845819cc87c1a1f384ac9.setIcon(icon_e96564b159277a95264c16d93bd59033);
|
|
|
|
|
|
var marker_0aeb2ee9af5c840fdd8def334bd077d1 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f8ecd4096d9ed10c6667ae0e326f29b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41f29c2f7f30bf004dce14241d108381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a17bc2d935f743654c93929c58bbfbe = $(`<div id="html_2a17bc2d935f743654c93929c58bbfbe" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_41f29c2f7f30bf004dce14241d108381.setContent(html_2a17bc2d935f743654c93929c58bbfbe);
|
|
|
|
|
|
|
|
marker_0aeb2ee9af5c840fdd8def334bd077d1.bindPopup(popup_41f29c2f7f30bf004dce14241d108381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0aeb2ee9af5c840fdd8def334bd077d1.setIcon(icon_f8ecd4096d9ed10c6667ae0e326f29b1);
|
|
|
|
|
|
var marker_5bad53ffadc12f26bb70d36a29cd5183 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_4de71fc78ef1a70ca463581f749a0e6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_913829b71a8e673c9444f2d265decbd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6572f69934d1e0bedd3662c210c8e3cf = $(`<div id="html_6572f69934d1e0bedd3662c210c8e3cf" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_913829b71a8e673c9444f2d265decbd0.setContent(html_6572f69934d1e0bedd3662c210c8e3cf);
|
|
|
|
|
|
|
|
marker_5bad53ffadc12f26bb70d36a29cd5183.bindPopup(popup_913829b71a8e673c9444f2d265decbd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bad53ffadc12f26bb70d36a29cd5183.setIcon(icon_4de71fc78ef1a70ca463581f749a0e6a);
|
|
|
|
|
|
var marker_acd25787470de04113ab57e1a3d2314b = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_72804f9ed0fa491838aedfa05b273467 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e4316c32b0e29857f0b9519740e9286 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_801a3a1bb335571444a1fb8064dbd73f = $(`<div id="html_801a3a1bb335571444a1fb8064dbd73f" style="width: 100.0%; height: 100.0%;">relay.lifpay.me</div>`)[0];
|
|
popup_6e4316c32b0e29857f0b9519740e9286.setContent(html_801a3a1bb335571444a1fb8064dbd73f);
|
|
|
|
|
|
|
|
marker_acd25787470de04113ab57e1a3d2314b.bindPopup(popup_6e4316c32b0e29857f0b9519740e9286)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acd25787470de04113ab57e1a3d2314b.setIcon(icon_72804f9ed0fa491838aedfa05b273467);
|
|
|
|
|
|
var marker_d2b53ee3caabdbe773c69885d3799d26 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_822aa527c05adb121d90f0f9a0983346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab93228312e1c080fe069b0efb6dad19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ec57492134df9d9b66784b93b2ddd56 = $(`<div id="html_6ec57492134df9d9b66784b93b2ddd56" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_ab93228312e1c080fe069b0efb6dad19.setContent(html_6ec57492134df9d9b66784b93b2ddd56);
|
|
|
|
|
|
|
|
marker_d2b53ee3caabdbe773c69885d3799d26.bindPopup(popup_ab93228312e1c080fe069b0efb6dad19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2b53ee3caabdbe773c69885d3799d26.setIcon(icon_822aa527c05adb121d90f0f9a0983346);
|
|
|
|
|
|
var marker_751f586f33fbd95c9650da6eb9802c7d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_45ed6105ee6651697b1d30cd493f884f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_838aefebdbfa07964ac5ab01bb96fbee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f49f64140a5be491eeb3a8df7f812f3f = $(`<div id="html_f49f64140a5be491eeb3a8df7f812f3f" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_838aefebdbfa07964ac5ab01bb96fbee.setContent(html_f49f64140a5be491eeb3a8df7f812f3f);
|
|
|
|
|
|
|
|
marker_751f586f33fbd95c9650da6eb9802c7d.bindPopup(popup_838aefebdbfa07964ac5ab01bb96fbee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_751f586f33fbd95c9650da6eb9802c7d.setIcon(icon_45ed6105ee6651697b1d30cd493f884f);
|
|
|
|
|
|
var marker_179bbc85b7d3640a7b646f0ff34f614b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_05f24950710215e52cae4171021b8fa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a23c1d88e5fa169a58d3b1d4b5cc118 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2101eff237e9ac92d3295d23b9a9e707 = $(`<div id="html_2101eff237e9ac92d3295d23b9a9e707" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_0a23c1d88e5fa169a58d3b1d4b5cc118.setContent(html_2101eff237e9ac92d3295d23b9a9e707);
|
|
|
|
|
|
|
|
marker_179bbc85b7d3640a7b646f0ff34f614b.bindPopup(popup_0a23c1d88e5fa169a58d3b1d4b5cc118)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_179bbc85b7d3640a7b646f0ff34f614b.setIcon(icon_05f24950710215e52cae4171021b8fa7);
|
|
|
|
|
|
var marker_7a46d0ea2cd561d430bf604ee14dfc71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_0ade98dd8e6d9cf951767245d9929c00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9550f5dfa48ee37bca78d6e6dbb3fb8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b803e9a133533c93d2a0da340df1863d = $(`<div id="html_b803e9a133533c93d2a0da340df1863d" style="width: 100.0%; height: 100.0%;">librewot.aaroniumii.com</div>`)[0];
|
|
popup_9550f5dfa48ee37bca78d6e6dbb3fb8d.setContent(html_b803e9a133533c93d2a0da340df1863d);
|
|
|
|
|
|
|
|
marker_7a46d0ea2cd561d430bf604ee14dfc71.bindPopup(popup_9550f5dfa48ee37bca78d6e6dbb3fb8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a46d0ea2cd561d430bf604ee14dfc71.setIcon(icon_0ade98dd8e6d9cf951767245d9929c00);
|
|
|
|
|
|
var marker_d4888ed246e78d86cfa20ad95be1b740 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3d22c8befd0c2e8af24ef3eae0d12572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ade9008bdb84b7d8b2d840c2b3f036b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1c74db0f6ccd4908d06b3048a55716e = $(`<div id="html_b1c74db0f6ccd4908d06b3048a55716e" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_ade9008bdb84b7d8b2d840c2b3f036b8.setContent(html_b1c74db0f6ccd4908d06b3048a55716e);
|
|
|
|
|
|
|
|
marker_d4888ed246e78d86cfa20ad95be1b740.bindPopup(popup_ade9008bdb84b7d8b2d840c2b3f036b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4888ed246e78d86cfa20ad95be1b740.setIcon(icon_3d22c8befd0c2e8af24ef3eae0d12572);
|
|
|
|
|
|
var marker_237da67ddbde33838dd3d7ee783f253a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f46aefe2c6dd163d62286a747640af92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cb582d3043f8b60ff38091429b90890 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e28fc597eb5fe468c1becf62e8103fa = $(`<div id="html_0e28fc597eb5fe468c1becf62e8103fa" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_0cb582d3043f8b60ff38091429b90890.setContent(html_0e28fc597eb5fe468c1becf62e8103fa);
|
|
|
|
|
|
|
|
marker_237da67ddbde33838dd3d7ee783f253a.bindPopup(popup_0cb582d3043f8b60ff38091429b90890)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_237da67ddbde33838dd3d7ee783f253a.setIcon(icon_f46aefe2c6dd163d62286a747640af92);
|
|
|
|
|
|
var marker_09f826b8b535e39b21bb2009719226c6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_568ec2a93037bc5154f4a6bef35f7193 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b687729cb44b70db49216c2802b3c239 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7052469b30f406fbb78bedca9ccdfa43 = $(`<div id="html_7052469b30f406fbb78bedca9ccdfa43" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_b687729cb44b70db49216c2802b3c239.setContent(html_7052469b30f406fbb78bedca9ccdfa43);
|
|
|
|
|
|
|
|
marker_09f826b8b535e39b21bb2009719226c6.bindPopup(popup_b687729cb44b70db49216c2802b3c239)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f826b8b535e39b21bb2009719226c6.setIcon(icon_568ec2a93037bc5154f4a6bef35f7193);
|
|
|
|
|
|
var marker_7828c38906008c52d400b2e681e27e3c = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_462eefbc93e49026e6ab0b40e91db29b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d9a3022aa8cf75fa0475cf4db2ce2bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d0f46d0514343736088523ebaf737ed = $(`<div id="html_2d0f46d0514343736088523ebaf737ed" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_9d9a3022aa8cf75fa0475cf4db2ce2bf.setContent(html_2d0f46d0514343736088523ebaf737ed);
|
|
|
|
|
|
|
|
marker_7828c38906008c52d400b2e681e27e3c.bindPopup(popup_9d9a3022aa8cf75fa0475cf4db2ce2bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7828c38906008c52d400b2e681e27e3c.setIcon(icon_462eefbc93e49026e6ab0b40e91db29b);
|
|
|
|
|
|
var marker_d99d6a2483f54cc0914cfbbbbeec46ad = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f5a80764b3e4f71c76824425698dad9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54b170e30ec3d5a88e4b21e07a77b9d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_287fcd88f18ce452c0c7135322b9ba8b = $(`<div id="html_287fcd88f18ce452c0c7135322b9ba8b" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_54b170e30ec3d5a88e4b21e07a77b9d2.setContent(html_287fcd88f18ce452c0c7135322b9ba8b);
|
|
|
|
|
|
|
|
marker_d99d6a2483f54cc0914cfbbbbeec46ad.bindPopup(popup_54b170e30ec3d5a88e4b21e07a77b9d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d99d6a2483f54cc0914cfbbbbeec46ad.setIcon(icon_f5a80764b3e4f71c76824425698dad9e);
|
|
|
|
|
|
var marker_1a222a08c25ae16eca9d383c0c7b90bc = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_004a1a84fe834e1cc7e8e09f2c7757bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a191f612196780e47ad35617d066748 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1c04646de7e5444ef0fb327fa0e0697 = $(`<div id="html_f1c04646de7e5444ef0fb327fa0e0697" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_3a191f612196780e47ad35617d066748.setContent(html_f1c04646de7e5444ef0fb327fa0e0697);
|
|
|
|
|
|
|
|
marker_1a222a08c25ae16eca9d383c0c7b90bc.bindPopup(popup_3a191f612196780e47ad35617d066748)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a222a08c25ae16eca9d383c0c7b90bc.setIcon(icon_004a1a84fe834e1cc7e8e09f2c7757bb);
|
|
|
|
|
|
var marker_9fb33c5d8807c554ad35ce2e34b49303 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7a3bedab1116320ee8b81ecb412625d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_213a1cceb1d9d71780b05e463b3ed6be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81731e12174e2f83301928c7df241f9b = $(`<div id="html_81731e12174e2f83301928c7df241f9b" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_213a1cceb1d9d71780b05e463b3ed6be.setContent(html_81731e12174e2f83301928c7df241f9b);
|
|
|
|
|
|
|
|
marker_9fb33c5d8807c554ad35ce2e34b49303.bindPopup(popup_213a1cceb1d9d71780b05e463b3ed6be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fb33c5d8807c554ad35ce2e34b49303.setIcon(icon_7a3bedab1116320ee8b81ecb412625d3);
|
|
|
|
|
|
var marker_53c98ea6acaa824b10204885f375b0b8 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_530e9accc10a42664c0c2a89ad4ac41f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f0b8996a75b90f1bbf2d3da03ff465b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d56722fa329c35143a71986f2d8953fc = $(`<div id="html_d56722fa329c35143a71986f2d8953fc" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_8f0b8996a75b90f1bbf2d3da03ff465b.setContent(html_d56722fa329c35143a71986f2d8953fc);
|
|
|
|
|
|
|
|
marker_53c98ea6acaa824b10204885f375b0b8.bindPopup(popup_8f0b8996a75b90f1bbf2d3da03ff465b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53c98ea6acaa824b10204885f375b0b8.setIcon(icon_530e9accc10a42664c0c2a89ad4ac41f);
|
|
|
|
|
|
var marker_ab6e5e92cc847426e8ba6a5a45efc896 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b758baac9920d017ecb5be0ef22d1136 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b7329f36e289f8b4ff234a62c7edc10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4884590055d138f9de37fcf987aad5d = $(`<div id="html_e4884590055d138f9de37fcf987aad5d" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_7b7329f36e289f8b4ff234a62c7edc10.setContent(html_e4884590055d138f9de37fcf987aad5d);
|
|
|
|
|
|
|
|
marker_ab6e5e92cc847426e8ba6a5a45efc896.bindPopup(popup_7b7329f36e289f8b4ff234a62c7edc10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab6e5e92cc847426e8ba6a5a45efc896.setIcon(icon_b758baac9920d017ecb5be0ef22d1136);
|
|
|
|
|
|
var marker_196aaa6174b0738c9eb5c39c1e1a36d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2e3411a1076368bcbce3797304b17811 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3a3d815b902a37d1dd9ca2adb86ebed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6847a45590dbda0083f8f449c8e37d8c = $(`<div id="html_6847a45590dbda0083f8f449c8e37d8c" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_c3a3d815b902a37d1dd9ca2adb86ebed.setContent(html_6847a45590dbda0083f8f449c8e37d8c);
|
|
|
|
|
|
|
|
marker_196aaa6174b0738c9eb5c39c1e1a36d6.bindPopup(popup_c3a3d815b902a37d1dd9ca2adb86ebed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_196aaa6174b0738c9eb5c39c1e1a36d6.setIcon(icon_2e3411a1076368bcbce3797304b17811);
|
|
|
|
|
|
var marker_d17fa15a13d7be1e5c0cabec04091c5c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9ed561d5e8294d9c75eac1f7566ee9f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab104332879bd0949e80e3bbd83261df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8a2de20b433c1d9ab0cc2a91898e52b = $(`<div id="html_d8a2de20b433c1d9ab0cc2a91898e52b" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_ab104332879bd0949e80e3bbd83261df.setContent(html_d8a2de20b433c1d9ab0cc2a91898e52b);
|
|
|
|
|
|
|
|
marker_d17fa15a13d7be1e5c0cabec04091c5c.bindPopup(popup_ab104332879bd0949e80e3bbd83261df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d17fa15a13d7be1e5c0cabec04091c5c.setIcon(icon_9ed561d5e8294d9c75eac1f7566ee9f8);
|
|
|
|
|
|
var marker_6140fae0dad4831aa9f22e567d23b75f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_52debad43755eccff8513c8d8087c70c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45d7b9027b92206a120de9a55d033f30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77ac2e33063d77d8a66c4926531e1451 = $(`<div id="html_77ac2e33063d77d8a66c4926531e1451" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_45d7b9027b92206a120de9a55d033f30.setContent(html_77ac2e33063d77d8a66c4926531e1451);
|
|
|
|
|
|
|
|
marker_6140fae0dad4831aa9f22e567d23b75f.bindPopup(popup_45d7b9027b92206a120de9a55d033f30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6140fae0dad4831aa9f22e567d23b75f.setIcon(icon_52debad43755eccff8513c8d8087c70c);
|
|
|
|
|
|
var marker_33c44e109b808df025663e0c40bf356c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_995bf95b93e7d10e14c1a596ed1155b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecb283aaa151a46e8e20717a4a2395f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_230eaac34f4f2f9d7ff6b0ed07d877d3 = $(`<div id="html_230eaac34f4f2f9d7ff6b0ed07d877d3" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_ecb283aaa151a46e8e20717a4a2395f4.setContent(html_230eaac34f4f2f9d7ff6b0ed07d877d3);
|
|
|
|
|
|
|
|
marker_33c44e109b808df025663e0c40bf356c.bindPopup(popup_ecb283aaa151a46e8e20717a4a2395f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33c44e109b808df025663e0c40bf356c.setIcon(icon_995bf95b93e7d10e14c1a596ed1155b7);
|
|
|
|
|
|
var marker_44a114971644aa47e795b812ad444f88 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_17ad39c38cd2c0118217b5a61e85e152 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b59ca8b01f1844606281032b85898ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6212c4d4f907a826e90f74debf04359f = $(`<div id="html_6212c4d4f907a826e90f74debf04359f" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_9b59ca8b01f1844606281032b85898ac.setContent(html_6212c4d4f907a826e90f74debf04359f);
|
|
|
|
|
|
|
|
marker_44a114971644aa47e795b812ad444f88.bindPopup(popup_9b59ca8b01f1844606281032b85898ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44a114971644aa47e795b812ad444f88.setIcon(icon_17ad39c38cd2c0118217b5a61e85e152);
|
|
|
|
|
|
var marker_0917d566a0d29b40ab1abbcaf7f28129 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cb8b09c7fc1105cb78c8cd5121a6f84a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78933cef5dc56d98cd403b0d23199041 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c76ca442a029620087a45af6c31ad51 = $(`<div id="html_9c76ca442a029620087a45af6c31ad51" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_78933cef5dc56d98cd403b0d23199041.setContent(html_9c76ca442a029620087a45af6c31ad51);
|
|
|
|
|
|
|
|
marker_0917d566a0d29b40ab1abbcaf7f28129.bindPopup(popup_78933cef5dc56d98cd403b0d23199041)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0917d566a0d29b40ab1abbcaf7f28129.setIcon(icon_cb8b09c7fc1105cb78c8cd5121a6f84a);
|
|
|
|
|
|
var marker_f4af6d5f2acfa41e3630602319d546c6 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_8a3c5ee49d32cc8e8f5a61372646f9e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f62eb4f908e6de37dc8cd87d5a6c3f00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f78a5df3e500dd765c83946d3d0f970 = $(`<div id="html_8f78a5df3e500dd765c83946d3d0f970" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_f62eb4f908e6de37dc8cd87d5a6c3f00.setContent(html_8f78a5df3e500dd765c83946d3d0f970);
|
|
|
|
|
|
|
|
marker_f4af6d5f2acfa41e3630602319d546c6.bindPopup(popup_f62eb4f908e6de37dc8cd87d5a6c3f00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4af6d5f2acfa41e3630602319d546c6.setIcon(icon_8a3c5ee49d32cc8e8f5a61372646f9e3);
|
|
|
|
|
|
var marker_6646be89c9ce1ccac136d0349451a6f9 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c177d1d84b9a5d6afc1e61e29b5422e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9080c39da93807edd400ed006a60f5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84c2d4a3b7408e63d09b02e7fe389c9d = $(`<div id="html_84c2d4a3b7408e63d09b02e7fe389c9d" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_b9080c39da93807edd400ed006a60f5b.setContent(html_84c2d4a3b7408e63d09b02e7fe389c9d);
|
|
|
|
|
|
|
|
marker_6646be89c9ce1ccac136d0349451a6f9.bindPopup(popup_b9080c39da93807edd400ed006a60f5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6646be89c9ce1ccac136d0349451a6f9.setIcon(icon_c177d1d84b9a5d6afc1e61e29b5422e9);
|
|
|
|
|
|
var marker_656b26c613e9dfa1a3073fc557e8b763 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d6729952cacaecb4b547c6296fdadc0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e31ca82ea23e8d57939f6fc2c4a3caf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2ea499ea0978563a56b702c5ff5078e = $(`<div id="html_c2ea499ea0978563a56b702c5ff5078e" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_1e31ca82ea23e8d57939f6fc2c4a3caf.setContent(html_c2ea499ea0978563a56b702c5ff5078e);
|
|
|
|
|
|
|
|
marker_656b26c613e9dfa1a3073fc557e8b763.bindPopup(popup_1e31ca82ea23e8d57939f6fc2c4a3caf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_656b26c613e9dfa1a3073fc557e8b763.setIcon(icon_d6729952cacaecb4b547c6296fdadc0b);
|
|
|
|
|
|
var marker_3f2ab28e394b47feb40cb8c54bac55e9 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_26f33aa2a36f72308d6b282d90435d4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_575033b538486c24dc489fb7ea7426b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7065ebcbdb6e33da48a28a1c1491750a = $(`<div id="html_7065ebcbdb6e33da48a28a1c1491750a" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_575033b538486c24dc489fb7ea7426b1.setContent(html_7065ebcbdb6e33da48a28a1c1491750a);
|
|
|
|
|
|
|
|
marker_3f2ab28e394b47feb40cb8c54bac55e9.bindPopup(popup_575033b538486c24dc489fb7ea7426b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f2ab28e394b47feb40cb8c54bac55e9.setIcon(icon_26f33aa2a36f72308d6b282d90435d4d);
|
|
|
|
|
|
var marker_5dad97bd71b5bda22ef1f5a0372c85df = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a8b5c38d6d2e81649dccbf534d17ece6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_854e11497019f4ac0883d683bc10dadf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e0d5f59caf423fbecba34b21cc357fc = $(`<div id="html_5e0d5f59caf423fbecba34b21cc357fc" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_854e11497019f4ac0883d683bc10dadf.setContent(html_5e0d5f59caf423fbecba34b21cc357fc);
|
|
|
|
|
|
|
|
marker_5dad97bd71b5bda22ef1f5a0372c85df.bindPopup(popup_854e11497019f4ac0883d683bc10dadf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dad97bd71b5bda22ef1f5a0372c85df.setIcon(icon_a8b5c38d6d2e81649dccbf534d17ece6);
|
|
|
|
|
|
var marker_8b872208c743878cb5bcace82f341768 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_e3a651db28a98c20b88884dbe74b9db8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f8e1d4b2f9e9de107bbecee5265890d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55aed17e7fce010b54840c08c924d93d = $(`<div id="html_55aed17e7fce010b54840c08c924d93d" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_4f8e1d4b2f9e9de107bbecee5265890d.setContent(html_55aed17e7fce010b54840c08c924d93d);
|
|
|
|
|
|
|
|
marker_8b872208c743878cb5bcace82f341768.bindPopup(popup_4f8e1d4b2f9e9de107bbecee5265890d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b872208c743878cb5bcace82f341768.setIcon(icon_e3a651db28a98c20b88884dbe74b9db8);
|
|
|
|
|
|
var marker_f905a17a0e424e5f2a78a274043d57de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9813473c206bfedee4a722e3ddbd8817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b58acd933885d83b4e9f5954c9c48a57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b92c6fffcc7916aa13d0233031da8b61 = $(`<div id="html_b92c6fffcc7916aa13d0233031da8b61" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_b58acd933885d83b4e9f5954c9c48a57.setContent(html_b92c6fffcc7916aa13d0233031da8b61);
|
|
|
|
|
|
|
|
marker_f905a17a0e424e5f2a78a274043d57de.bindPopup(popup_b58acd933885d83b4e9f5954c9c48a57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f905a17a0e424e5f2a78a274043d57de.setIcon(icon_9813473c206bfedee4a722e3ddbd8817);
|
|
|
|
|
|
var marker_ade33a021dd742981efee9227fdf64da = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1ee14a8b179f220a7ec1a157f89d66c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daa8259db9fdaca1d570e1b9decaa9eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b750f986d51467407a95eb1dd73908c = $(`<div id="html_8b750f986d51467407a95eb1dd73908c" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_daa8259db9fdaca1d570e1b9decaa9eb.setContent(html_8b750f986d51467407a95eb1dd73908c);
|
|
|
|
|
|
|
|
marker_ade33a021dd742981efee9227fdf64da.bindPopup(popup_daa8259db9fdaca1d570e1b9decaa9eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ade33a021dd742981efee9227fdf64da.setIcon(icon_1ee14a8b179f220a7ec1a157f89d66c1);
|
|
|
|
|
|
var marker_e084619bf6b2424f352fbc28ed3e2a41 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_d947a4bedc4b230691ee07a5ee91a2f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f83471e42a798d57dbbe639f81e0a44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a2cc6a018fc5785febb6fc20c0193af = $(`<div id="html_7a2cc6a018fc5785febb6fc20c0193af" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_1f83471e42a798d57dbbe639f81e0a44.setContent(html_7a2cc6a018fc5785febb6fc20c0193af);
|
|
|
|
|
|
|
|
marker_e084619bf6b2424f352fbc28ed3e2a41.bindPopup(popup_1f83471e42a798d57dbbe639f81e0a44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e084619bf6b2424f352fbc28ed3e2a41.setIcon(icon_d947a4bedc4b230691ee07a5ee91a2f1);
|
|
|
|
|
|
var marker_7eeba819c85dcb5a55d2bba20077e5d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ba57d2277bd18d4b000e3b346f846030 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cdf2d0e1bca485107a0098cfed96abe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b606a34c2d409d46dcac8addf09c6b28 = $(`<div id="html_b606a34c2d409d46dcac8addf09c6b28" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_8cdf2d0e1bca485107a0098cfed96abe.setContent(html_b606a34c2d409d46dcac8addf09c6b28);
|
|
|
|
|
|
|
|
marker_7eeba819c85dcb5a55d2bba20077e5d7.bindPopup(popup_8cdf2d0e1bca485107a0098cfed96abe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7eeba819c85dcb5a55d2bba20077e5d7.setIcon(icon_ba57d2277bd18d4b000e3b346f846030);
|
|
|
|
|
|
var marker_34e4953442c0d0e6f4e0cf44634ccae5 = L.marker(
|
|
[43.5009, -70.4428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_4f6ca5433ef87d56672a343c0184e1b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbccdffc08f0f94210648558e71586e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d3eafe4743d6125efa8623fae16af3a = $(`<div id="html_2d3eafe4743d6125efa8623fae16af3a" style="width: 100.0%; height: 100.0%;">nostr.zenon.network</div>`)[0];
|
|
popup_fbccdffc08f0f94210648558e71586e2.setContent(html_2d3eafe4743d6125efa8623fae16af3a);
|
|
|
|
|
|
|
|
marker_34e4953442c0d0e6f4e0cf44634ccae5.bindPopup(popup_fbccdffc08f0f94210648558e71586e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34e4953442c0d0e6f4e0cf44634ccae5.setIcon(icon_4f6ca5433ef87d56672a343c0184e1b2);
|
|
|
|
|
|
var marker_96246753ae387a035ea70e816e26700e = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_edbe2ed3959c0ded49db6ff9fc421eab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae215a559c0e2021d5a8c3718d049c87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b00be469218fd3cb7239e2493da7c05 = $(`<div id="html_8b00be469218fd3cb7239e2493da7c05" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_ae215a559c0e2021d5a8c3718d049c87.setContent(html_8b00be469218fd3cb7239e2493da7c05);
|
|
|
|
|
|
|
|
marker_96246753ae387a035ea70e816e26700e.bindPopup(popup_ae215a559c0e2021d5a8c3718d049c87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96246753ae387a035ea70e816e26700e.setIcon(icon_edbe2ed3959c0ded49db6ff9fc421eab);
|
|
|
|
|
|
var marker_7e09928359c7756fbe3fdd8fe92c2f51 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_14079c5c25e12a897d9a3b4ae42fbdc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0538581d0539a5e2d5fbb133b3a7672 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb7cd2092e41ef9c0a73d13ba9aab8e3 = $(`<div id="html_fb7cd2092e41ef9c0a73d13ba9aab8e3" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_e0538581d0539a5e2d5fbb133b3a7672.setContent(html_fb7cd2092e41ef9c0a73d13ba9aab8e3);
|
|
|
|
|
|
|
|
marker_7e09928359c7756fbe3fdd8fe92c2f51.bindPopup(popup_e0538581d0539a5e2d5fbb133b3a7672)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e09928359c7756fbe3fdd8fe92c2f51.setIcon(icon_14079c5c25e12a897d9a3b4ae42fbdc0);
|
|
|
|
|
|
var marker_199d82d3a651632e299dc27b4c52bc90 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3f69240807a3603aa44b6b9ba5eb6cee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45820eebb2d698e8ea3e4175379be627 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e62c014ea6846c34fddb9450fa413f6c = $(`<div id="html_e62c014ea6846c34fddb9450fa413f6c" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_45820eebb2d698e8ea3e4175379be627.setContent(html_e62c014ea6846c34fddb9450fa413f6c);
|
|
|
|
|
|
|
|
marker_199d82d3a651632e299dc27b4c52bc90.bindPopup(popup_45820eebb2d698e8ea3e4175379be627)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_199d82d3a651632e299dc27b4c52bc90.setIcon(icon_3f69240807a3603aa44b6b9ba5eb6cee);
|
|
|
|
|
|
var marker_4824c465dbc047dc0892d5470af05d08 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c6745200d587d67000e88637f5f7c9bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00f6a0a6b6bff5f84fd5718b69953d1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f5867fa8773b1a166bec6b320525a88 = $(`<div id="html_1f5867fa8773b1a166bec6b320525a88" style="width: 100.0%; height: 100.0%;">nostr.smartflowsocial.com</div>`)[0];
|
|
popup_00f6a0a6b6bff5f84fd5718b69953d1d.setContent(html_1f5867fa8773b1a166bec6b320525a88);
|
|
|
|
|
|
|
|
marker_4824c465dbc047dc0892d5470af05d08.bindPopup(popup_00f6a0a6b6bff5f84fd5718b69953d1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4824c465dbc047dc0892d5470af05d08.setIcon(icon_c6745200d587d67000e88637f5f7c9bc);
|
|
|
|
|
|
var marker_6c29b43a5beffca1744a3aab666f279c = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_0c3049a58917b4084be37807abcf4b99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e92f7baf5937910eaaf09fa0624d753 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fac6fc7a77e38239c537e90c4438b2a0 = $(`<div id="html_fac6fc7a77e38239c537e90c4438b2a0" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_7e92f7baf5937910eaaf09fa0624d753.setContent(html_fac6fc7a77e38239c537e90c4438b2a0);
|
|
|
|
|
|
|
|
marker_6c29b43a5beffca1744a3aab666f279c.bindPopup(popup_7e92f7baf5937910eaaf09fa0624d753)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c29b43a5beffca1744a3aab666f279c.setIcon(icon_0c3049a58917b4084be37807abcf4b99);
|
|
|
|
|
|
var marker_f1c9c3ae1b54fb3541119413c1aacc37 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_89ad4a1bda223a78e81fab48181992a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b40d5ee78ea89d1ed24288dba046506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_615d25048ca4bed039c0ca194ad757da = $(`<div id="html_615d25048ca4bed039c0ca194ad757da" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_7b40d5ee78ea89d1ed24288dba046506.setContent(html_615d25048ca4bed039c0ca194ad757da);
|
|
|
|
|
|
|
|
marker_f1c9c3ae1b54fb3541119413c1aacc37.bindPopup(popup_7b40d5ee78ea89d1ed24288dba046506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1c9c3ae1b54fb3541119413c1aacc37.setIcon(icon_89ad4a1bda223a78e81fab48181992a5);
|
|
|
|
|
|
var marker_c8ced5fdbb2496e4806fd814f01cdeec = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a1ce7524414b8d77465f943186f19db8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8af59ded4805bdcd57c84bc211e10232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaaa7cbc96f38d0f0aa2651ca3f81775 = $(`<div id="html_eaaa7cbc96f38d0f0aa2651ca3f81775" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_8af59ded4805bdcd57c84bc211e10232.setContent(html_eaaa7cbc96f38d0f0aa2651ca3f81775);
|
|
|
|
|
|
|
|
marker_c8ced5fdbb2496e4806fd814f01cdeec.bindPopup(popup_8af59ded4805bdcd57c84bc211e10232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8ced5fdbb2496e4806fd814f01cdeec.setIcon(icon_a1ce7524414b8d77465f943186f19db8);
|
|
|
|
|
|
var marker_7ead92c535f69437314ef9dbac5ca04c = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b9aee4afe01582d9596d285ac671a72c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ad21589a7853c1a5af8a1cc8561d511 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a77a85c56777a2374d66c5d9ca7c6a1 = $(`<div id="html_2a77a85c56777a2374d66c5d9ca7c6a1" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_0ad21589a7853c1a5af8a1cc8561d511.setContent(html_2a77a85c56777a2374d66c5d9ca7c6a1);
|
|
|
|
|
|
|
|
marker_7ead92c535f69437314ef9dbac5ca04c.bindPopup(popup_0ad21589a7853c1a5af8a1cc8561d511)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ead92c535f69437314ef9dbac5ca04c.setIcon(icon_b9aee4afe01582d9596d285ac671a72c);
|
|
|
|
|
|
var marker_faafc7d7475d2499f0fa51febdacae67 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7e4feb0f836a7bef7838a287d5ff876a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_342078fb04291dabc8b769785392261d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82941c35fb1598ffca9feb668ffcdc8a = $(`<div id="html_82941c35fb1598ffca9feb668ffcdc8a" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_342078fb04291dabc8b769785392261d.setContent(html_82941c35fb1598ffca9feb668ffcdc8a);
|
|
|
|
|
|
|
|
marker_faafc7d7475d2499f0fa51febdacae67.bindPopup(popup_342078fb04291dabc8b769785392261d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faafc7d7475d2499f0fa51febdacae67.setIcon(icon_7e4feb0f836a7bef7838a287d5ff876a);
|
|
|
|
|
|
var marker_e4b61824cb9cbbd6d10a4686a0c59e82 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_49ab388950ec263764e9347c5369364a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d75a412543c550b720e371577dc15fd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e60eb91ed794d9c2d2797e15b8b624a = $(`<div id="html_2e60eb91ed794d9c2d2797e15b8b624a" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_d75a412543c550b720e371577dc15fd8.setContent(html_2e60eb91ed794d9c2d2797e15b8b624a);
|
|
|
|
|
|
|
|
marker_e4b61824cb9cbbd6d10a4686a0c59e82.bindPopup(popup_d75a412543c550b720e371577dc15fd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4b61824cb9cbbd6d10a4686a0c59e82.setIcon(icon_49ab388950ec263764e9347c5369364a);
|
|
|
|
|
|
var marker_45bc811f00dfc9f211ddca9f5f4ec88c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_aed876a743b344d4c0a334123a7526a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_405e49eb21a96d2dc1357212b0a6d4f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4850e40fc51557402306d63997edd840 = $(`<div id="html_4850e40fc51557402306d63997edd840" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_405e49eb21a96d2dc1357212b0a6d4f5.setContent(html_4850e40fc51557402306d63997edd840);
|
|
|
|
|
|
|
|
marker_45bc811f00dfc9f211ddca9f5f4ec88c.bindPopup(popup_405e49eb21a96d2dc1357212b0a6d4f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45bc811f00dfc9f211ddca9f5f4ec88c.setIcon(icon_aed876a743b344d4c0a334123a7526a3);
|
|
|
|
|
|
var marker_7a2fc96739dcc9b13bfd1706168ba425 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_9062f8fb8009ba9ff81675378165423f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_825a71108789cc648bf1ad375716a22f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8221eb657dee13efe18b13c9c343785 = $(`<div id="html_e8221eb657dee13efe18b13c9c343785" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_825a71108789cc648bf1ad375716a22f.setContent(html_e8221eb657dee13efe18b13c9c343785);
|
|
|
|
|
|
|
|
marker_7a2fc96739dcc9b13bfd1706168ba425.bindPopup(popup_825a71108789cc648bf1ad375716a22f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a2fc96739dcc9b13bfd1706168ba425.setIcon(icon_9062f8fb8009ba9ff81675378165423f);
|
|
|
|
|
|
var marker_60e9245e768ad1b1dceba50f8696bd32 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_15d3e0dd4af75815cb5e7e86f4b1f9b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f6c7b629685e7f867456c7118d3ec31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b94bfe0975170ec59d7bd956094e5552 = $(`<div id="html_b94bfe0975170ec59d7bd956094e5552" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_5f6c7b629685e7f867456c7118d3ec31.setContent(html_b94bfe0975170ec59d7bd956094e5552);
|
|
|
|
|
|
|
|
marker_60e9245e768ad1b1dceba50f8696bd32.bindPopup(popup_5f6c7b629685e7f867456c7118d3ec31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60e9245e768ad1b1dceba50f8696bd32.setIcon(icon_15d3e0dd4af75815cb5e7e86f4b1f9b1);
|
|
|
|
|
|
var marker_1fc553d7a0f3da861458212d26c0a900 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a704dc22e22e23d7ea72d83bc4c23d63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61c43f94cce549250ad817a8b502ade1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410d82d8f5935daa0efffb670b5be016 = $(`<div id="html_410d82d8f5935daa0efffb670b5be016" style="width: 100.0%; height: 100.0%;">nostr.makibisskey.work</div>`)[0];
|
|
popup_61c43f94cce549250ad817a8b502ade1.setContent(html_410d82d8f5935daa0efffb670b5be016);
|
|
|
|
|
|
|
|
marker_1fc553d7a0f3da861458212d26c0a900.bindPopup(popup_61c43f94cce549250ad817a8b502ade1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fc553d7a0f3da861458212d26c0a900.setIcon(icon_a704dc22e22e23d7ea72d83bc4c23d63);
|
|
|
|
|
|
var marker_cd86036656d93de88604c734846d2fd0 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ef748ccdeff16f3177bb36bfbac20f2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcf05884465c545004b7a32c140a1b01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e74fe8fadde4007e25759134cc2ad29 = $(`<div id="html_2e74fe8fadde4007e25759134cc2ad29" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_dcf05884465c545004b7a32c140a1b01.setContent(html_2e74fe8fadde4007e25759134cc2ad29);
|
|
|
|
|
|
|
|
marker_cd86036656d93de88604c734846d2fd0.bindPopup(popup_dcf05884465c545004b7a32c140a1b01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd86036656d93de88604c734846d2fd0.setIcon(icon_ef748ccdeff16f3177bb36bfbac20f2a);
|
|
|
|
|
|
var marker_2c945bf64a2dc7cc76b30bd08da9e7ba = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_02725c2b9860afde182a7e4d11c760ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_156d675c2b5a3bc67d4fd98d0cf09728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7307e981ecb87f7868c850a3b86e184 = $(`<div id="html_a7307e981ecb87f7868c850a3b86e184" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_156d675c2b5a3bc67d4fd98d0cf09728.setContent(html_a7307e981ecb87f7868c850a3b86e184);
|
|
|
|
|
|
|
|
marker_2c945bf64a2dc7cc76b30bd08da9e7ba.bindPopup(popup_156d675c2b5a3bc67d4fd98d0cf09728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c945bf64a2dc7cc76b30bd08da9e7ba.setIcon(icon_02725c2b9860afde182a7e4d11c760ea);
|
|
|
|
|
|
var marker_8226bb57d01de923d07d04e6e511970e = L.marker(
|
|
[13.4166, 101.335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cb9abbe8ea0fa0b9cd6920d9b8d2d388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8aa38e122e5cc13575a8dddb183b7d22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af9c1688ceeb0fd8e20204c99bf90f6e = $(`<div id="html_af9c1688ceeb0fd8e20204c99bf90f6e" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_8aa38e122e5cc13575a8dddb183b7d22.setContent(html_af9c1688ceeb0fd8e20204c99bf90f6e);
|
|
|
|
|
|
|
|
marker_8226bb57d01de923d07d04e6e511970e.bindPopup(popup_8aa38e122e5cc13575a8dddb183b7d22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8226bb57d01de923d07d04e6e511970e.setIcon(icon_cb9abbe8ea0fa0b9cd6920d9b8d2d388);
|
|
|
|
|
|
var marker_6f05fdc966429e0f56ed09db7740ffef = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_6576e06d8514fdb8b4c609a5394751ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf1e3c89c3f46df91f8f9ae7ff29867d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df165ffb9bee18c90b6fd40dfe2f39fe = $(`<div id="html_df165ffb9bee18c90b6fd40dfe2f39fe" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_cf1e3c89c3f46df91f8f9ae7ff29867d.setContent(html_df165ffb9bee18c90b6fd40dfe2f39fe);
|
|
|
|
|
|
|
|
marker_6f05fdc966429e0f56ed09db7740ffef.bindPopup(popup_cf1e3c89c3f46df91f8f9ae7ff29867d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f05fdc966429e0f56ed09db7740ffef.setIcon(icon_6576e06d8514fdb8b4c609a5394751ce);
|
|
|
|
|
|
var marker_978dfd4e55260a8fa57f84e9791c6454 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_fd17e97b6fb83ea809641cffb053cd2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e75c8c4fe3e9c7952e327d0a7899eedd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce38757db76e288c16d092b08ab342a5 = $(`<div id="html_ce38757db76e288c16d092b08ab342a5" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_e75c8c4fe3e9c7952e327d0a7899eedd.setContent(html_ce38757db76e288c16d092b08ab342a5);
|
|
|
|
|
|
|
|
marker_978dfd4e55260a8fa57f84e9791c6454.bindPopup(popup_e75c8c4fe3e9c7952e327d0a7899eedd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_978dfd4e55260a8fa57f84e9791c6454.setIcon(icon_fd17e97b6fb83ea809641cffb053cd2d);
|
|
|
|
|
|
var marker_f64ed928473740691de998cc0e1403c3 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_163f064adce1ddefc74c27f09a06dad0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6aaad08342582ec6e1610aeaa877d16e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43de4e80e0867746b92aa26fea1c064b = $(`<div id="html_43de4e80e0867746b92aa26fea1c064b" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_6aaad08342582ec6e1610aeaa877d16e.setContent(html_43de4e80e0867746b92aa26fea1c064b);
|
|
|
|
|
|
|
|
marker_f64ed928473740691de998cc0e1403c3.bindPopup(popup_6aaad08342582ec6e1610aeaa877d16e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f64ed928473740691de998cc0e1403c3.setIcon(icon_163f064adce1ddefc74c27f09a06dad0);
|
|
|
|
|
|
var marker_2f453b82210173bdfa8eab980c298061 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_b62c6980aa7707069a5db4639c84d484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ac1373cd742ab3bba1bd0292d4300fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1935a5b88c5b8f0fc80ca5ab3ffc41f5 = $(`<div id="html_1935a5b88c5b8f0fc80ca5ab3ffc41f5" style="width: 100.0%; height: 100.0%;">mhp258zrpiiwn.clorecloud.net</div>`)[0];
|
|
popup_8ac1373cd742ab3bba1bd0292d4300fb.setContent(html_1935a5b88c5b8f0fc80ca5ab3ffc41f5);
|
|
|
|
|
|
|
|
marker_2f453b82210173bdfa8eab980c298061.bindPopup(popup_8ac1373cd742ab3bba1bd0292d4300fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f453b82210173bdfa8eab980c298061.setIcon(icon_b62c6980aa7707069a5db4639c84d484);
|
|
|
|
|
|
var marker_a84fd239ce4f0cace2dfdc699d949140 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_79b8f4650e6a530e69423b413cf2972f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_257d43544844be52b47bd157c9ef7f88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e94f450dd6ce3a7ee101f4e787b77d0f = $(`<div id="html_e94f450dd6ce3a7ee101f4e787b77d0f" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_257d43544844be52b47bd157c9ef7f88.setContent(html_e94f450dd6ce3a7ee101f4e787b77d0f);
|
|
|
|
|
|
|
|
marker_a84fd239ce4f0cace2dfdc699d949140.bindPopup(popup_257d43544844be52b47bd157c9ef7f88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a84fd239ce4f0cace2dfdc699d949140.setIcon(icon_79b8f4650e6a530e69423b413cf2972f);
|
|
|
|
|
|
var marker_954f21b308afa9ddd3e434a5380d4ea8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_cdfb1af232338be802e64f6f0ecb21bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d6bae71a4e85e74c0c45e8c9182b7bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec8d9370f4243ca78a73c0a613d0b630 = $(`<div id="html_ec8d9370f4243ca78a73c0a613d0b630" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_1d6bae71a4e85e74c0c45e8c9182b7bd.setContent(html_ec8d9370f4243ca78a73c0a613d0b630);
|
|
|
|
|
|
|
|
marker_954f21b308afa9ddd3e434a5380d4ea8.bindPopup(popup_1d6bae71a4e85e74c0c45e8c9182b7bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_954f21b308afa9ddd3e434a5380d4ea8.setIcon(icon_cdfb1af232338be802e64f6f0ecb21bd);
|
|
|
|
|
|
var marker_38e4cff640273ffaeadf20ca6539c04f = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3729fb3727314081c72786c1867b408a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1aa6e81f2cb6e777c6fdd15576a4682 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5391b8b90924c72f5b09019566096cdc = $(`<div id="html_5391b8b90924c72f5b09019566096cdc" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_f1aa6e81f2cb6e777c6fdd15576a4682.setContent(html_5391b8b90924c72f5b09019566096cdc);
|
|
|
|
|
|
|
|
marker_38e4cff640273ffaeadf20ca6539c04f.bindPopup(popup_f1aa6e81f2cb6e777c6fdd15576a4682)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38e4cff640273ffaeadf20ca6539c04f.setIcon(icon_3729fb3727314081c72786c1867b408a);
|
|
|
|
|
|
var marker_cf424c18f1ea1c2347cecb3b883cf532 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_14c212d606e1c69172406560930d74bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52ab0a1684145d27a6df41c30789b335 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d18dadf4a88c3cd080dfafddae5398eb = $(`<div id="html_d18dadf4a88c3cd080dfafddae5398eb" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_52ab0a1684145d27a6df41c30789b335.setContent(html_d18dadf4a88c3cd080dfafddae5398eb);
|
|
|
|
|
|
|
|
marker_cf424c18f1ea1c2347cecb3b883cf532.bindPopup(popup_52ab0a1684145d27a6df41c30789b335)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf424c18f1ea1c2347cecb3b883cf532.setIcon(icon_14c212d606e1c69172406560930d74bf);
|
|
|
|
|
|
var marker_4493f3ad9f2ff045cfceed28bbd17aba = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_ed7d2a8c6b121cc5c737104bdc268b21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35cd37031168a8e5ea1e0f678dee7836 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb3caffc5c63875cf2d63a4b7b7a69a1 = $(`<div id="html_cb3caffc5c63875cf2d63a4b7b7a69a1" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_35cd37031168a8e5ea1e0f678dee7836.setContent(html_cb3caffc5c63875cf2d63a4b7b7a69a1);
|
|
|
|
|
|
|
|
marker_4493f3ad9f2ff045cfceed28bbd17aba.bindPopup(popup_35cd37031168a8e5ea1e0f678dee7836)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4493f3ad9f2ff045cfceed28bbd17aba.setIcon(icon_ed7d2a8c6b121cc5c737104bdc268b21);
|
|
|
|
|
|
var marker_e61bdc6d4906717928842b80a0e8db25 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_06095ad58f37cdfdbc714bff5c37bd37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dab31ec5650a8de078c4144b5152f571 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e65f6d111287d8c5e358ee64bbd35f2c = $(`<div id="html_e65f6d111287d8c5e358ee64bbd35f2c" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_dab31ec5650a8de078c4144b5152f571.setContent(html_e65f6d111287d8c5e358ee64bbd35f2c);
|
|
|
|
|
|
|
|
marker_e61bdc6d4906717928842b80a0e8db25.bindPopup(popup_dab31ec5650a8de078c4144b5152f571)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e61bdc6d4906717928842b80a0e8db25.setIcon(icon_06095ad58f37cdfdbc714bff5c37bd37);
|
|
|
|
|
|
var marker_7278eb5c477ff7007aeef4a880a0870f = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_8c949d1cd35e080330b395cff7d50c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ccfddb72e7ba8ab83ccb7d538612ab6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9006e8209f43788b0688fc014619dd56 = $(`<div id="html_9006e8209f43788b0688fc014619dd56" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_8ccfddb72e7ba8ab83ccb7d538612ab6.setContent(html_9006e8209f43788b0688fc014619dd56);
|
|
|
|
|
|
|
|
marker_7278eb5c477ff7007aeef4a880a0870f.bindPopup(popup_8ccfddb72e7ba8ab83ccb7d538612ab6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7278eb5c477ff7007aeef4a880a0870f.setIcon(icon_8c949d1cd35e080330b395cff7d50c24);
|
|
|
|
|
|
var marker_f2c247630a297dd3c3271b6c7054c8e7 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2232a78e11e24403d65e33ea79125536 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c70a6a57db16a60aad7f0d92567a2137 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7d3f318cfd56f92e0370712695b572e = $(`<div id="html_f7d3f318cfd56f92e0370712695b572e" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_c70a6a57db16a60aad7f0d92567a2137.setContent(html_f7d3f318cfd56f92e0370712695b572e);
|
|
|
|
|
|
|
|
marker_f2c247630a297dd3c3271b6c7054c8e7.bindPopup(popup_c70a6a57db16a60aad7f0d92567a2137)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2c247630a297dd3c3271b6c7054c8e7.setIcon(icon_2232a78e11e24403d65e33ea79125536);
|
|
|
|
|
|
var marker_04c2e58e9358fa0296a76bab430c1c8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_3490d6b350254b2beb279aa5354ed1c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81ccc7d54638cd0dc373c108bd26502e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e14411c44b6917c1a93dfba9b2d2be4 = $(`<div id="html_8e14411c44b6917c1a93dfba9b2d2be4" style="width: 100.0%; height: 100.0%;">nostr.lostr.space</div>`)[0];
|
|
popup_81ccc7d54638cd0dc373c108bd26502e.setContent(html_8e14411c44b6917c1a93dfba9b2d2be4);
|
|
|
|
|
|
|
|
marker_04c2e58e9358fa0296a76bab430c1c8b.bindPopup(popup_81ccc7d54638cd0dc373c108bd26502e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c2e58e9358fa0296a76bab430c1c8b.setIcon(icon_3490d6b350254b2beb279aa5354ed1c9);
|
|
|
|
|
|
var marker_e320503bfd28a829b78b8e396641da6a = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_89a93fa0071f5425ac9912c541dc1f4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc86dca62096fcb644fe5e2d55f50d2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8550bf0becae283a9de7438fac18b33a = $(`<div id="html_8550bf0becae283a9de7438fac18b33a" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_dc86dca62096fcb644fe5e2d55f50d2d.setContent(html_8550bf0becae283a9de7438fac18b33a);
|
|
|
|
|
|
|
|
marker_e320503bfd28a829b78b8e396641da6a.bindPopup(popup_dc86dca62096fcb644fe5e2d55f50d2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e320503bfd28a829b78b8e396641da6a.setIcon(icon_89a93fa0071f5425ac9912c541dc1f4e);
|
|
|
|
|
|
var marker_6a0d6fd3b1b8cf76b70f573d0bc1c397 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_a1e758f15adbd9f79742382d0d8b84d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18502f61c3968c26b3da00facdc6b133 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5d6bae316c9aab4b5aac6d35faeed22 = $(`<div id="html_b5d6bae316c9aab4b5aac6d35faeed22" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_18502f61c3968c26b3da00facdc6b133.setContent(html_b5d6bae316c9aab4b5aac6d35faeed22);
|
|
|
|
|
|
|
|
marker_6a0d6fd3b1b8cf76b70f573d0bc1c397.bindPopup(popup_18502f61c3968c26b3da00facdc6b133)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a0d6fd3b1b8cf76b70f573d0bc1c397.setIcon(icon_a1e758f15adbd9f79742382d0d8b84d6);
|
|
|
|
|
|
var marker_54c8ea100df49d72eb15bb4e2c687a4a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_2ed9cd5f3d9c33684975bf4d7aa9f097 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a9bfa2a344280c407dd3617f6fad4ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c729fbbb659c79afec7d720f45a6d186 = $(`<div id="html_c729fbbb659c79afec7d720f45a6d186" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_4a9bfa2a344280c407dd3617f6fad4ca.setContent(html_c729fbbb659c79afec7d720f45a6d186);
|
|
|
|
|
|
|
|
marker_54c8ea100df49d72eb15bb4e2c687a4a.bindPopup(popup_4a9bfa2a344280c407dd3617f6fad4ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54c8ea100df49d72eb15bb4e2c687a4a.setIcon(icon_2ed9cd5f3d9c33684975bf4d7aa9f097);
|
|
|
|
|
|
var marker_11ef38af0523adc4abaf44721157bae5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_1faf551849bc1d2d9c52059c7572550a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72b0427d6053e56055f2e2bc378796d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78ad1e11ff96713a87102ea2dc3283bd = $(`<div id="html_78ad1e11ff96713a87102ea2dc3283bd" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_72b0427d6053e56055f2e2bc378796d0.setContent(html_78ad1e11ff96713a87102ea2dc3283bd);
|
|
|
|
|
|
|
|
marker_11ef38af0523adc4abaf44721157bae5.bindPopup(popup_72b0427d6053e56055f2e2bc378796d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11ef38af0523adc4abaf44721157bae5.setIcon(icon_1faf551849bc1d2d9c52059c7572550a);
|
|
|
|
|
|
var marker_767efd58baeefc7290ec6e42c7c69db8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_f8da88dc2444099550f2b656c239984e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99a66c8d57d56583e8c1e3d90205b1f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3101943d70d30655391fc3c935a5666 = $(`<div id="html_a3101943d70d30655391fc3c935a5666" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_99a66c8d57d56583e8c1e3d90205b1f1.setContent(html_a3101943d70d30655391fc3c935a5666);
|
|
|
|
|
|
|
|
marker_767efd58baeefc7290ec6e42c7c69db8.bindPopup(popup_99a66c8d57d56583e8c1e3d90205b1f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_767efd58baeefc7290ec6e42c7c69db8.setIcon(icon_f8da88dc2444099550f2b656c239984e);
|
|
|
|
|
|
var marker_ea6e62d670758f2bf2448b73aa14e75e = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_c53fc976d534c591a2c2f2c842f108c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c8bb6a969f4babc32565d7dd6796934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00623cd9372ab49b6a3ae254544caa61 = $(`<div id="html_00623cd9372ab49b6a3ae254544caa61" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_4c8bb6a969f4babc32565d7dd6796934.setContent(html_00623cd9372ab49b6a3ae254544caa61);
|
|
|
|
|
|
|
|
marker_ea6e62d670758f2bf2448b73aa14e75e.bindPopup(popup_4c8bb6a969f4babc32565d7dd6796934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea6e62d670758f2bf2448b73aa14e75e.setIcon(icon_c53fc976d534c591a2c2f2c842f108c8);
|
|
|
|
|
|
var marker_c033062b58d91199165a2226ccc2b368 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_8c4efc74e32d93e14778a7c426cd0289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5405ef93e6571b806b1a9006d32a1635 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad1eadcba7411f77e706d12026e25b8f = $(`<div id="html_ad1eadcba7411f77e706d12026e25b8f" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_5405ef93e6571b806b1a9006d32a1635.setContent(html_ad1eadcba7411f77e706d12026e25b8f);
|
|
|
|
|
|
|
|
marker_c033062b58d91199165a2226ccc2b368.bindPopup(popup_5405ef93e6571b806b1a9006d32a1635)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c033062b58d91199165a2226ccc2b368.setIcon(icon_8c4efc74e32d93e14778a7c426cd0289);
|
|
|
|
|
|
var marker_11c8a85296b9b0ab5647407b4c737c3f = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_5e7cdec823415ffef56b90556de1c479 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a043fad348f9282dfec7755bef6c7670 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_653ee0f306121173ef6eb898bc2efb85 = $(`<div id="html_653ee0f306121173ef6eb898bc2efb85" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_a043fad348f9282dfec7755bef6c7670.setContent(html_653ee0f306121173ef6eb898bc2efb85);
|
|
|
|
|
|
|
|
marker_11c8a85296b9b0ab5647407b4c737c3f.bindPopup(popup_a043fad348f9282dfec7755bef6c7670)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11c8a85296b9b0ab5647407b4c737c3f.setIcon(icon_5e7cdec823415ffef56b90556de1c479);
|
|
|
|
|
|
var marker_6e8f46423e8373ef10041b4e894444a3 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_318f0e46654b8ae9cf023a6ffa0f94e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d14adac0a38e1e8bf70e9a5b76c0c365 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4cb068357eb9d608c713b037245f26b = $(`<div id="html_d4cb068357eb9d608c713b037245f26b" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_d14adac0a38e1e8bf70e9a5b76c0c365.setContent(html_d4cb068357eb9d608c713b037245f26b);
|
|
|
|
|
|
|
|
marker_6e8f46423e8373ef10041b4e894444a3.bindPopup(popup_d14adac0a38e1e8bf70e9a5b76c0c365)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e8f46423e8373ef10041b4e894444a3.setIcon(icon_318f0e46654b8ae9cf023a6ffa0f94e4);
|
|
|
|
|
|
var marker_953ac24dbeb2e42d070d577e090df4cf = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_371ff6e84320c7d83991d58698f072eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a58637265266dfa1788338c7ad4e2ffc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de6c50441abb438225178e6ce0f7dc21 = $(`<div id="html_de6c50441abb438225178e6ce0f7dc21" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_a58637265266dfa1788338c7ad4e2ffc.setContent(html_de6c50441abb438225178e6ce0f7dc21);
|
|
|
|
|
|
|
|
marker_953ac24dbeb2e42d070d577e090df4cf.bindPopup(popup_a58637265266dfa1788338c7ad4e2ffc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_953ac24dbeb2e42d070d577e090df4cf.setIcon(icon_371ff6e84320c7d83991d58698f072eb);
|
|
|
|
|
|
var marker_b77edf4b0768ce10389d85ec6018854c = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_4d6a517602ee5455d41347f4d83eecc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_711f565086b8dd4cf62cf829f118950f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eff31cca23f2ea3567e2b94272e4da4f = $(`<div id="html_eff31cca23f2ea3567e2b94272e4da4f" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_711f565086b8dd4cf62cf829f118950f.setContent(html_eff31cca23f2ea3567e2b94272e4da4f);
|
|
|
|
|
|
|
|
marker_b77edf4b0768ce10389d85ec6018854c.bindPopup(popup_711f565086b8dd4cf62cf829f118950f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b77edf4b0768ce10389d85ec6018854c.setIcon(icon_4d6a517602ee5455d41347f4d83eecc8);
|
|
|
|
|
|
var marker_53628064b5ab982a2525bbfdf1bd60c2 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2e207b86a902213334c812b9b30a3141);
|
|
|
|
|
|
var icon_7cc7a6f8fa0995be8c54efe3f651d2e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b3787691e76b4a563fcd068a39dbbc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c968bdffa1170b4f00547bffb43226a = $(`<div id="html_2c968bdffa1170b4f00547bffb43226a" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_7b3787691e76b4a563fcd068a39dbbc4.setContent(html_2c968bdffa1170b4f00547bffb43226a);
|
|
|
|
|
|
|
|
marker_53628064b5ab982a2525bbfdf1bd60c2.bindPopup(popup_7b3787691e76b4a563fcd068a39dbbc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53628064b5ab982a2525bbfdf1bd60c2.setIcon(icon_7cc7a6f8fa0995be8c54efe3f651d2e7);
|
|
|
|
|
|
marker_cluster_2e207b86a902213334c812b9b30a3141.addTo(map_16753eb9621280b34dd68c60a3ada21d);
|
|
|
|
</script>
|
|
</html> |