mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 08:45:18 +00:00
10715 lines
311 KiB
HTML
10715 lines
311 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_0afd4b82cfe3c7d5ac42dbe72e94d95e {
|
|
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_0afd4b82cfe3c7d5ac42dbe72e94d95e" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_0afd4b82cfe3c7d5ac42dbe72e94d95e = L.map(
|
|
"map_0afd4b82cfe3c7d5ac42dbe72e94d95e",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_8d7e620c07f2506128c486587e70633b = 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_8d7e620c07f2506128c486587e70633b.addTo(map_0afd4b82cfe3c7d5ac42dbe72e94d95e);
|
|
|
|
|
|
var marker_cluster_600c52058ad0eb6ae6b637399d407315 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_6a4d182bb5dbbebeb67b407e2727406e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e053dae04a1fc406a686ef0e6a5d2e1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f0e92c63b0a10d919e1a1d3ffb75439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e49b1c0fb339f208998cb30c66ad1ca4 = $(`<div id="html_e49b1c0fb339f208998cb30c66ad1ca4" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_3f0e92c63b0a10d919e1a1d3ffb75439.setContent(html_e49b1c0fb339f208998cb30c66ad1ca4);
|
|
|
|
|
|
|
|
marker_6a4d182bb5dbbebeb67b407e2727406e.bindPopup(popup_3f0e92c63b0a10d919e1a1d3ffb75439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a4d182bb5dbbebeb67b407e2727406e.setIcon(icon_e053dae04a1fc406a686ef0e6a5d2e1e);
|
|
|
|
|
|
var marker_88b76145e31b662b578bf45e9bf24fed = L.marker(
|
|
[50.9928, 3.26317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_17553e44e8b06a0cd0b603c2f7a0c601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecbe4ab2b5fed6ab2c916884096ac863 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74103d05e7e32a89c1b951d7a726bd93 = $(`<div id="html_74103d05e7e32a89c1b951d7a726bd93" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_ecbe4ab2b5fed6ab2c916884096ac863.setContent(html_74103d05e7e32a89c1b951d7a726bd93);
|
|
|
|
|
|
|
|
marker_88b76145e31b662b578bf45e9bf24fed.bindPopup(popup_ecbe4ab2b5fed6ab2c916884096ac863)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88b76145e31b662b578bf45e9bf24fed.setIcon(icon_17553e44e8b06a0cd0b603c2f7a0c601);
|
|
|
|
|
|
var marker_692849f502583e1a2d8d139e7706f1e0 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7c7748e6ca2abff39b1d799d01809d09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11210e776c3c0fdab88bf7e3081671b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f3d5933b04d9af72b8c72f4117cb668 = $(`<div id="html_6f3d5933b04d9af72b8c72f4117cb668" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_11210e776c3c0fdab88bf7e3081671b4.setContent(html_6f3d5933b04d9af72b8c72f4117cb668);
|
|
|
|
|
|
|
|
marker_692849f502583e1a2d8d139e7706f1e0.bindPopup(popup_11210e776c3c0fdab88bf7e3081671b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_692849f502583e1a2d8d139e7706f1e0.setIcon(icon_7c7748e6ca2abff39b1d799d01809d09);
|
|
|
|
|
|
var marker_8813b1b3958402f21f038316516875ed = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_45edba59f3e025aab068d6ff38ec3494 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0765a42efa5e03140b4386b69bc9cb9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db83312a67e6a4a0b059712374b48bc2 = $(`<div id="html_db83312a67e6a4a0b059712374b48bc2" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_0765a42efa5e03140b4386b69bc9cb9e.setContent(html_db83312a67e6a4a0b059712374b48bc2);
|
|
|
|
|
|
|
|
marker_8813b1b3958402f21f038316516875ed.bindPopup(popup_0765a42efa5e03140b4386b69bc9cb9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8813b1b3958402f21f038316516875ed.setIcon(icon_45edba59f3e025aab068d6ff38ec3494);
|
|
|
|
|
|
var marker_8893f6bc1db005e4d433c061092920ee = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_08c1e85a70c0719842ca1d4b1490807b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_471211fbc296b7648178a77692779307 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07b09e3ce5cd03de14476a443b2cec7c = $(`<div id="html_07b09e3ce5cd03de14476a443b2cec7c" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_471211fbc296b7648178a77692779307.setContent(html_07b09e3ce5cd03de14476a443b2cec7c);
|
|
|
|
|
|
|
|
marker_8893f6bc1db005e4d433c061092920ee.bindPopup(popup_471211fbc296b7648178a77692779307)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8893f6bc1db005e4d433c061092920ee.setIcon(icon_08c1e85a70c0719842ca1d4b1490807b);
|
|
|
|
|
|
var marker_8e8f676cdc1d71434d85f380eb490b87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_beb02a3f5f724cf0d7c9ac4fb7b03e00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac97bd95a0d8a0ca44fec6e2dae290d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f643b1a2117909dfec4f00992e3da054 = $(`<div id="html_f643b1a2117909dfec4f00992e3da054" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_ac97bd95a0d8a0ca44fec6e2dae290d0.setContent(html_f643b1a2117909dfec4f00992e3da054);
|
|
|
|
|
|
|
|
marker_8e8f676cdc1d71434d85f380eb490b87.bindPopup(popup_ac97bd95a0d8a0ca44fec6e2dae290d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e8f676cdc1d71434d85f380eb490b87.setIcon(icon_beb02a3f5f724cf0d7c9ac4fb7b03e00);
|
|
|
|
|
|
var marker_e2370f8035d348cf5ae5ff777c4802d4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2a4f98418af48c419ef075c63fac2a7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab3bf45fb4b422e4f4c53cdf83488b9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71cc1e6389fc9766d06dc58c4457a618 = $(`<div id="html_71cc1e6389fc9766d06dc58c4457a618" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_ab3bf45fb4b422e4f4c53cdf83488b9d.setContent(html_71cc1e6389fc9766d06dc58c4457a618);
|
|
|
|
|
|
|
|
marker_e2370f8035d348cf5ae5ff777c4802d4.bindPopup(popup_ab3bf45fb4b422e4f4c53cdf83488b9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2370f8035d348cf5ae5ff777c4802d4.setIcon(icon_2a4f98418af48c419ef075c63fac2a7e);
|
|
|
|
|
|
var marker_de7e30ce120783dde3727536d82d6881 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b2af16e1c41c08ce40d2ff80b3c1e7b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc816c197a912d27995686c5ede3390e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0c2b64721f8c6a4440d03d1870ce9d9 = $(`<div id="html_a0c2b64721f8c6a4440d03d1870ce9d9" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_dc816c197a912d27995686c5ede3390e.setContent(html_a0c2b64721f8c6a4440d03d1870ce9d9);
|
|
|
|
|
|
|
|
marker_de7e30ce120783dde3727536d82d6881.bindPopup(popup_dc816c197a912d27995686c5ede3390e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de7e30ce120783dde3727536d82d6881.setIcon(icon_b2af16e1c41c08ce40d2ff80b3c1e7b3);
|
|
|
|
|
|
var marker_d992aeaec2f4476ddf5c48c589ca773e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_f012d489087827fe4e8f0aef4322d024 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2001d00182ea21611ef3908815b92d82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_955a4ad53ea66ebab80bccdb89ec4dd9 = $(`<div id="html_955a4ad53ea66ebab80bccdb89ec4dd9" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_2001d00182ea21611ef3908815b92d82.setContent(html_955a4ad53ea66ebab80bccdb89ec4dd9);
|
|
|
|
|
|
|
|
marker_d992aeaec2f4476ddf5c48c589ca773e.bindPopup(popup_2001d00182ea21611ef3908815b92d82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d992aeaec2f4476ddf5c48c589ca773e.setIcon(icon_f012d489087827fe4e8f0aef4322d024);
|
|
|
|
|
|
var marker_b1fa9bea8d4e2463486d2379f65e2c7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6c8382dbb9e60f728acc68923b64c87e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ba12460011a92884d5efebf6be9a912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d8c6b60d9cf14492398afb5f02d2d4a = $(`<div id="html_6d8c6b60d9cf14492398afb5f02d2d4a" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_2ba12460011a92884d5efebf6be9a912.setContent(html_6d8c6b60d9cf14492398afb5f02d2d4a);
|
|
|
|
|
|
|
|
marker_b1fa9bea8d4e2463486d2379f65e2c7a.bindPopup(popup_2ba12460011a92884d5efebf6be9a912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1fa9bea8d4e2463486d2379f65e2c7a.setIcon(icon_6c8382dbb9e60f728acc68923b64c87e);
|
|
|
|
|
|
var marker_b3002291c576540e9ea63fa6791312a6 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_89610379eb4c7c41ba4be4fdd92d4b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c63940c1c8be5de3b78248c10d80e269 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a65d98fcf6a45117fc77f819eed9ba79 = $(`<div id="html_a65d98fcf6a45117fc77f819eed9ba79" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_c63940c1c8be5de3b78248c10d80e269.setContent(html_a65d98fcf6a45117fc77f819eed9ba79);
|
|
|
|
|
|
|
|
marker_b3002291c576540e9ea63fa6791312a6.bindPopup(popup_c63940c1c8be5de3b78248c10d80e269)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3002291c576540e9ea63fa6791312a6.setIcon(icon_89610379eb4c7c41ba4be4fdd92d4b86);
|
|
|
|
|
|
var marker_04503e163979722893bf27e7e56b5168 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_632addb8027641f8e6b74e9a0af44ec5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe9cc26d43f402a41b12d519196b9695 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2a2373f0d3083b71f6b497d69c2d1a6 = $(`<div id="html_e2a2373f0d3083b71f6b497d69c2d1a6" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_fe9cc26d43f402a41b12d519196b9695.setContent(html_e2a2373f0d3083b71f6b497d69c2d1a6);
|
|
|
|
|
|
|
|
marker_04503e163979722893bf27e7e56b5168.bindPopup(popup_fe9cc26d43f402a41b12d519196b9695)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04503e163979722893bf27e7e56b5168.setIcon(icon_632addb8027641f8e6b74e9a0af44ec5);
|
|
|
|
|
|
var marker_e938f64b2d48b7acd1c85fb32635f619 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_243861aced4c5ca23a215bd9bc2f83c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f9c2a9ed6876dbcdb4a86f61fd22d77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70f561e1aa84d71855df746560ef321c = $(`<div id="html_70f561e1aa84d71855df746560ef321c" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_0f9c2a9ed6876dbcdb4a86f61fd22d77.setContent(html_70f561e1aa84d71855df746560ef321c);
|
|
|
|
|
|
|
|
marker_e938f64b2d48b7acd1c85fb32635f619.bindPopup(popup_0f9c2a9ed6876dbcdb4a86f61fd22d77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e938f64b2d48b7acd1c85fb32635f619.setIcon(icon_243861aced4c5ca23a215bd9bc2f83c4);
|
|
|
|
|
|
var marker_dd58f7faa2a0eb318ca19a0c4f97aff6 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a69aed82d3251fdce2b9e86518525297 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39cf6a69ffc501bb511f408b878aa213 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1a1cb57afebe1caae3ef9459c5a3c98 = $(`<div id="html_a1a1cb57afebe1caae3ef9459c5a3c98" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_39cf6a69ffc501bb511f408b878aa213.setContent(html_a1a1cb57afebe1caae3ef9459c5a3c98);
|
|
|
|
|
|
|
|
marker_dd58f7faa2a0eb318ca19a0c4f97aff6.bindPopup(popup_39cf6a69ffc501bb511f408b878aa213)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd58f7faa2a0eb318ca19a0c4f97aff6.setIcon(icon_a69aed82d3251fdce2b9e86518525297);
|
|
|
|
|
|
var marker_b45152f9a18baf3db83d0dd79db490ae = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_13176768ec8a91f2801418413ae3bd2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e692cd0991f503358b50cb960d5c69e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09fb2db02f232eae3714d25cfa8bc764 = $(`<div id="html_09fb2db02f232eae3714d25cfa8bc764" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_0e692cd0991f503358b50cb960d5c69e.setContent(html_09fb2db02f232eae3714d25cfa8bc764);
|
|
|
|
|
|
|
|
marker_b45152f9a18baf3db83d0dd79db490ae.bindPopup(popup_0e692cd0991f503358b50cb960d5c69e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b45152f9a18baf3db83d0dd79db490ae.setIcon(icon_13176768ec8a91f2801418413ae3bd2d);
|
|
|
|
|
|
var marker_20e9bbc74249d40e1f898247e7594383 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b027a4e5193fd685e3c3f237a44ac95f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1323cad18c056b32eda78c1f84b74d53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb289d22fd091c3272d01cbce548f9dd = $(`<div id="html_bb289d22fd091c3272d01cbce548f9dd" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_1323cad18c056b32eda78c1f84b74d53.setContent(html_bb289d22fd091c3272d01cbce548f9dd);
|
|
|
|
|
|
|
|
marker_20e9bbc74249d40e1f898247e7594383.bindPopup(popup_1323cad18c056b32eda78c1f84b74d53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20e9bbc74249d40e1f898247e7594383.setIcon(icon_b027a4e5193fd685e3c3f237a44ac95f);
|
|
|
|
|
|
var marker_1f81736ec6334004a6630eac2cf89a37 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_90bb1ad12cacee063f4ed93144ff1c54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43bb4fca9608b6744b5108bd0997dabb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97dc0f4fea3f70fcdceffa93e93d49fd = $(`<div id="html_97dc0f4fea3f70fcdceffa93e93d49fd" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_43bb4fca9608b6744b5108bd0997dabb.setContent(html_97dc0f4fea3f70fcdceffa93e93d49fd);
|
|
|
|
|
|
|
|
marker_1f81736ec6334004a6630eac2cf89a37.bindPopup(popup_43bb4fca9608b6744b5108bd0997dabb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f81736ec6334004a6630eac2cf89a37.setIcon(icon_90bb1ad12cacee063f4ed93144ff1c54);
|
|
|
|
|
|
var marker_60270c92e45f62b60359fa960942adf1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_0758f83d5dab428330c58b2b691ada54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12c82953a7ff7e6c6c957eec85881dc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ff5acfc489f7c31767cf516942e90bd = $(`<div id="html_9ff5acfc489f7c31767cf516942e90bd" style="width: 100.0%; height: 100.0%;">nostr.lostr.space</div>`)[0];
|
|
popup_12c82953a7ff7e6c6c957eec85881dc5.setContent(html_9ff5acfc489f7c31767cf516942e90bd);
|
|
|
|
|
|
|
|
marker_60270c92e45f62b60359fa960942adf1.bindPopup(popup_12c82953a7ff7e6c6c957eec85881dc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60270c92e45f62b60359fa960942adf1.setIcon(icon_0758f83d5dab428330c58b2b691ada54);
|
|
|
|
|
|
var marker_27c0475e455c2de96e6e4d9a3c98cab0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6567ba0a5b97ed4cf7357470e7156eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f8ae909eb28cdf69dacab74a0e5ed17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30c01f6413bf71e624f6de36c40e9d1d = $(`<div id="html_30c01f6413bf71e624f6de36c40e9d1d" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_2f8ae909eb28cdf69dacab74a0e5ed17.setContent(html_30c01f6413bf71e624f6de36c40e9d1d);
|
|
|
|
|
|
|
|
marker_27c0475e455c2de96e6e4d9a3c98cab0.bindPopup(popup_2f8ae909eb28cdf69dacab74a0e5ed17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27c0475e455c2de96e6e4d9a3c98cab0.setIcon(icon_6567ba0a5b97ed4cf7357470e7156eaa);
|
|
|
|
|
|
var marker_f36ef97b2b968818dcd8b200d3d98d60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b42ff45816150afddf2f01f71107e8c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6394b93812cabd4a86552a0526213d5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f1e04d53c50f29042bddba1824a922f = $(`<div id="html_5f1e04d53c50f29042bddba1824a922f" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_6394b93812cabd4a86552a0526213d5b.setContent(html_5f1e04d53c50f29042bddba1824a922f);
|
|
|
|
|
|
|
|
marker_f36ef97b2b968818dcd8b200d3d98d60.bindPopup(popup_6394b93812cabd4a86552a0526213d5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f36ef97b2b968818dcd8b200d3d98d60.setIcon(icon_b42ff45816150afddf2f01f71107e8c8);
|
|
|
|
|
|
var marker_bcaa466e093db60488ffa686c8e88707 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_9e6e7392aafb7f6fcb4f3642701bda5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f25d4474557152d138c569b5c2b3aea0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58486ce7bbf518af435afb722186e752 = $(`<div id="html_58486ce7bbf518af435afb722186e752" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_f25d4474557152d138c569b5c2b3aea0.setContent(html_58486ce7bbf518af435afb722186e752);
|
|
|
|
|
|
|
|
marker_bcaa466e093db60488ffa686c8e88707.bindPopup(popup_f25d4474557152d138c569b5c2b3aea0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcaa466e093db60488ffa686c8e88707.setIcon(icon_9e6e7392aafb7f6fcb4f3642701bda5c);
|
|
|
|
|
|
var marker_93d3d94d7788d7861e86e2400fd1d3e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_3983058e3c2719f47909f0878780f27d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68e3e90fde27a0ecb8d30ef1cd007b9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b8346d4f1d0a4e6d3781f17727726a = $(`<div id="html_e4b8346d4f1d0a4e6d3781f17727726a" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_68e3e90fde27a0ecb8d30ef1cd007b9c.setContent(html_e4b8346d4f1d0a4e6d3781f17727726a);
|
|
|
|
|
|
|
|
marker_93d3d94d7788d7861e86e2400fd1d3e0.bindPopup(popup_68e3e90fde27a0ecb8d30ef1cd007b9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93d3d94d7788d7861e86e2400fd1d3e0.setIcon(icon_3983058e3c2719f47909f0878780f27d);
|
|
|
|
|
|
var marker_a9f6bc241228a7bf9459e11dc480ad64 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8e84157bcee742d2fd541851d85a4662 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53e4d68d92f210adcf823580220ef50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_383ca3cadfa4e88f5a559ec8580fc971 = $(`<div id="html_383ca3cadfa4e88f5a559ec8580fc971" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_f53e4d68d92f210adcf823580220ef50.setContent(html_383ca3cadfa4e88f5a559ec8580fc971);
|
|
|
|
|
|
|
|
marker_a9f6bc241228a7bf9459e11dc480ad64.bindPopup(popup_f53e4d68d92f210adcf823580220ef50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9f6bc241228a7bf9459e11dc480ad64.setIcon(icon_8e84157bcee742d2fd541851d85a4662);
|
|
|
|
|
|
var marker_f2dafaae06f9b887ab02451f538e09f0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a6f14bbcde68d415a606d01dd54243b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00881b52db84743032bd1d00769c90c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cf8d8a5fba2762cdee0ffb9bbecffd9 = $(`<div id="html_0cf8d8a5fba2762cdee0ffb9bbecffd9" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_00881b52db84743032bd1d00769c90c8.setContent(html_0cf8d8a5fba2762cdee0ffb9bbecffd9);
|
|
|
|
|
|
|
|
marker_f2dafaae06f9b887ab02451f538e09f0.bindPopup(popup_00881b52db84743032bd1d00769c90c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2dafaae06f9b887ab02451f538e09f0.setIcon(icon_a6f14bbcde68d415a606d01dd54243b6);
|
|
|
|
|
|
var marker_6efd787004847abe68f09e9ebda750ab = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_27a758aed31e054e6aba6039a331ee7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ee049758b4456489a3eb375e2ccf196 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ab8d684773ddb5b8785f2b19f96a976 = $(`<div id="html_1ab8d684773ddb5b8785f2b19f96a976" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_5ee049758b4456489a3eb375e2ccf196.setContent(html_1ab8d684773ddb5b8785f2b19f96a976);
|
|
|
|
|
|
|
|
marker_6efd787004847abe68f09e9ebda750ab.bindPopup(popup_5ee049758b4456489a3eb375e2ccf196)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6efd787004847abe68f09e9ebda750ab.setIcon(icon_27a758aed31e054e6aba6039a331ee7a);
|
|
|
|
|
|
var marker_83ec45c185cfd90c2e8a15e814e6c95c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ec240edbb11b93c03fb3099b16d49418 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_282793457d88df679e18055e0e19453c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e1e1b5fc9bd51825cdbb8f8c35a4048 = $(`<div id="html_5e1e1b5fc9bd51825cdbb8f8c35a4048" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_282793457d88df679e18055e0e19453c.setContent(html_5e1e1b5fc9bd51825cdbb8f8c35a4048);
|
|
|
|
|
|
|
|
marker_83ec45c185cfd90c2e8a15e814e6c95c.bindPopup(popup_282793457d88df679e18055e0e19453c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83ec45c185cfd90c2e8a15e814e6c95c.setIcon(icon_ec240edbb11b93c03fb3099b16d49418);
|
|
|
|
|
|
var marker_f2186c8f0ce726f0d14836c9d6c8e275 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2c7c79ce482d45ddbdf57acb0a74d5f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbc0aa93aff494aba4e4c9f0e53f39a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a6923dbb12d5ba8e27ee2f49fe54db0 = $(`<div id="html_3a6923dbb12d5ba8e27ee2f49fe54db0" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_1dbc0aa93aff494aba4e4c9f0e53f39a.setContent(html_3a6923dbb12d5ba8e27ee2f49fe54db0);
|
|
|
|
|
|
|
|
marker_f2186c8f0ce726f0d14836c9d6c8e275.bindPopup(popup_1dbc0aa93aff494aba4e4c9f0e53f39a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2186c8f0ce726f0d14836c9d6c8e275.setIcon(icon_2c7c79ce482d45ddbdf57acb0a74d5f1);
|
|
|
|
|
|
var marker_e2cfd590c303b93a272479368a105fe2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c81f55cec4c292b72df622aba6b151f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82d6cba0514a3b215eb0e0c45d9d1a54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_246e04fa463347583b71a217a83e576c = $(`<div id="html_246e04fa463347583b71a217a83e576c" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_82d6cba0514a3b215eb0e0c45d9d1a54.setContent(html_246e04fa463347583b71a217a83e576c);
|
|
|
|
|
|
|
|
marker_e2cfd590c303b93a272479368a105fe2.bindPopup(popup_82d6cba0514a3b215eb0e0c45d9d1a54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2cfd590c303b93a272479368a105fe2.setIcon(icon_c81f55cec4c292b72df622aba6b151f7);
|
|
|
|
|
|
var marker_d36a583369cbf374fb7a541399fc3a74 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_695f1ddd4e669f82f72a3cc490de376d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c996b307ad0cee18dd060fdf71ab675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6db2905b59a0e4f394f253f70ff2cc4 = $(`<div id="html_d6db2905b59a0e4f394f253f70ff2cc4" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_5c996b307ad0cee18dd060fdf71ab675.setContent(html_d6db2905b59a0e4f394f253f70ff2cc4);
|
|
|
|
|
|
|
|
marker_d36a583369cbf374fb7a541399fc3a74.bindPopup(popup_5c996b307ad0cee18dd060fdf71ab675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d36a583369cbf374fb7a541399fc3a74.setIcon(icon_695f1ddd4e669f82f72a3cc490de376d);
|
|
|
|
|
|
var marker_ad7ed4a3c6593ec84c32b183865099d4 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_24a32a258086d2a9d14c69b67a9d1491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b57b9f7a5314614c53c27a2d7fa74ed5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_361860061d4906f159f87b0a7a491c7f = $(`<div id="html_361860061d4906f159f87b0a7a491c7f" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_b57b9f7a5314614c53c27a2d7fa74ed5.setContent(html_361860061d4906f159f87b0a7a491c7f);
|
|
|
|
|
|
|
|
marker_ad7ed4a3c6593ec84c32b183865099d4.bindPopup(popup_b57b9f7a5314614c53c27a2d7fa74ed5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad7ed4a3c6593ec84c32b183865099d4.setIcon(icon_24a32a258086d2a9d14c69b67a9d1491);
|
|
|
|
|
|
var marker_ab21443a2fe31fa52a9f264521ad8ca8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d57222c1a8d42d4f379c236a0529862e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_101417c05127faa457593a23e3816c04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5219ab7bf8b7669878950c676f99c208 = $(`<div id="html_5219ab7bf8b7669878950c676f99c208" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_101417c05127faa457593a23e3816c04.setContent(html_5219ab7bf8b7669878950c676f99c208);
|
|
|
|
|
|
|
|
marker_ab21443a2fe31fa52a9f264521ad8ca8.bindPopup(popup_101417c05127faa457593a23e3816c04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab21443a2fe31fa52a9f264521ad8ca8.setIcon(icon_d57222c1a8d42d4f379c236a0529862e);
|
|
|
|
|
|
var marker_8453f19a9668d6515e95ea72d1acac27 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_aa84c2f756815c65fc465aca5257d884 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf25e8edd72aebf550e420804eb3bc8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e65c4cfc0abf6bc5404d5fcbe6d171c = $(`<div id="html_0e65c4cfc0abf6bc5404d5fcbe6d171c" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_bf25e8edd72aebf550e420804eb3bc8e.setContent(html_0e65c4cfc0abf6bc5404d5fcbe6d171c);
|
|
|
|
|
|
|
|
marker_8453f19a9668d6515e95ea72d1acac27.bindPopup(popup_bf25e8edd72aebf550e420804eb3bc8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8453f19a9668d6515e95ea72d1acac27.setIcon(icon_aa84c2f756815c65fc465aca5257d884);
|
|
|
|
|
|
var marker_2727d4b4a3a5d381d1e5846deeeaff27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c1a51e0a85023b3dc03cb56a08ba6fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfa013972cc09ff632911e159c36a0fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba8385c63ea5853965155eb7d99d3a4c = $(`<div id="html_ba8385c63ea5853965155eb7d99d3a4c" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_bfa013972cc09ff632911e159c36a0fb.setContent(html_ba8385c63ea5853965155eb7d99d3a4c);
|
|
|
|
|
|
|
|
marker_2727d4b4a3a5d381d1e5846deeeaff27.bindPopup(popup_bfa013972cc09ff632911e159c36a0fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2727d4b4a3a5d381d1e5846deeeaff27.setIcon(icon_c1a51e0a85023b3dc03cb56a08ba6fab);
|
|
|
|
|
|
var marker_4903fdf808445a99f17731212eb1ac94 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8ec79109592c6f8605405341e9d0a9db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1027aec23911aa9ba5f02fc77eae403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f5df6e0b40b08633330cab2ab04390f = $(`<div id="html_5f5df6e0b40b08633330cab2ab04390f" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_b1027aec23911aa9ba5f02fc77eae403.setContent(html_5f5df6e0b40b08633330cab2ab04390f);
|
|
|
|
|
|
|
|
marker_4903fdf808445a99f17731212eb1ac94.bindPopup(popup_b1027aec23911aa9ba5f02fc77eae403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4903fdf808445a99f17731212eb1ac94.setIcon(icon_8ec79109592c6f8605405341e9d0a9db);
|
|
|
|
|
|
var marker_ea06871dae0b739908595d14524d362c = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7dbbe088a4c4bb885095ea613d8918e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4823545cae6d5b80ab78b54dc76b15e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_591363e0d6dc6b27b2fa25e2db4deddf = $(`<div id="html_591363e0d6dc6b27b2fa25e2db4deddf" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_4823545cae6d5b80ab78b54dc76b15e8.setContent(html_591363e0d6dc6b27b2fa25e2db4deddf);
|
|
|
|
|
|
|
|
marker_ea06871dae0b739908595d14524d362c.bindPopup(popup_4823545cae6d5b80ab78b54dc76b15e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea06871dae0b739908595d14524d362c.setIcon(icon_7dbbe088a4c4bb885095ea613d8918e8);
|
|
|
|
|
|
var marker_c5fc5fc61fb54fefa2f02bbf7f5ad8fb = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_fff9d5cb64c709e6104c7dd247e714ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcf7de6f5b3b83e5004d5923799f38fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd96223e338566b67d02a96df1b28b7c = $(`<div id="html_bd96223e338566b67d02a96df1b28b7c" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_fcf7de6f5b3b83e5004d5923799f38fc.setContent(html_bd96223e338566b67d02a96df1b28b7c);
|
|
|
|
|
|
|
|
marker_c5fc5fc61fb54fefa2f02bbf7f5ad8fb.bindPopup(popup_fcf7de6f5b3b83e5004d5923799f38fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5fc5fc61fb54fefa2f02bbf7f5ad8fb.setIcon(icon_fff9d5cb64c709e6104c7dd247e714ea);
|
|
|
|
|
|
var marker_a6813e949cb85a309b4907aebc99bf15 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_5c6d92d919208fd6ec754b0da28141af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_620eb7835b55df3d673d70c0b471e4a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4fde34eb73b6e4e1f49ea7553bc287b = $(`<div id="html_e4fde34eb73b6e4e1f49ea7553bc287b" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_620eb7835b55df3d673d70c0b471e4a0.setContent(html_e4fde34eb73b6e4e1f49ea7553bc287b);
|
|
|
|
|
|
|
|
marker_a6813e949cb85a309b4907aebc99bf15.bindPopup(popup_620eb7835b55df3d673d70c0b471e4a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6813e949cb85a309b4907aebc99bf15.setIcon(icon_5c6d92d919208fd6ec754b0da28141af);
|
|
|
|
|
|
var marker_2b08c00d599e3a40e78a88ad96b674ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_38636f1ad3d221f4623ef61d5598a774 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33ea8207855c14a56e2a9cdef70e1b4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9456fe022dd8f426ab37de37621e5962 = $(`<div id="html_9456fe022dd8f426ab37de37621e5962" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_33ea8207855c14a56e2a9cdef70e1b4c.setContent(html_9456fe022dd8f426ab37de37621e5962);
|
|
|
|
|
|
|
|
marker_2b08c00d599e3a40e78a88ad96b674ec.bindPopup(popup_33ea8207855c14a56e2a9cdef70e1b4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b08c00d599e3a40e78a88ad96b674ec.setIcon(icon_38636f1ad3d221f4623ef61d5598a774);
|
|
|
|
|
|
var marker_0e4ed5fe16f6f245fa72cce07a94c2c2 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_623d2dd4be519fc5598f224c677a206e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f3ce1d5e43b995316f0faec4de3ddf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7bffeb20a9fc6b4b21d6a2f6e09aff0 = $(`<div id="html_f7bffeb20a9fc6b4b21d6a2f6e09aff0" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_0f3ce1d5e43b995316f0faec4de3ddf8.setContent(html_f7bffeb20a9fc6b4b21d6a2f6e09aff0);
|
|
|
|
|
|
|
|
marker_0e4ed5fe16f6f245fa72cce07a94c2c2.bindPopup(popup_0f3ce1d5e43b995316f0faec4de3ddf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e4ed5fe16f6f245fa72cce07a94c2c2.setIcon(icon_623d2dd4be519fc5598f224c677a206e);
|
|
|
|
|
|
var marker_ea52c8804560a70f9323dca0cc884c54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_60d2db26f8cbfae3fa3ab8a074bed686 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4b94c66489ed664e3c33730e44e894f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acff191c2b91b70b3da9519fd86db150 = $(`<div id="html_acff191c2b91b70b3da9519fd86db150" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_a4b94c66489ed664e3c33730e44e894f.setContent(html_acff191c2b91b70b3da9519fd86db150);
|
|
|
|
|
|
|
|
marker_ea52c8804560a70f9323dca0cc884c54.bindPopup(popup_a4b94c66489ed664e3c33730e44e894f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea52c8804560a70f9323dca0cc884c54.setIcon(icon_60d2db26f8cbfae3fa3ab8a074bed686);
|
|
|
|
|
|
var marker_c3d259487115783bfbb7734b08a43b3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_36e4826ad47a8f930f9fddb5e74c71db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbcf8924f0d11382acbe5acdd4084587 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d84f81ab2ba629ad397401fdec0ca31 = $(`<div id="html_5d84f81ab2ba629ad397401fdec0ca31" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_dbcf8924f0d11382acbe5acdd4084587.setContent(html_5d84f81ab2ba629ad397401fdec0ca31);
|
|
|
|
|
|
|
|
marker_c3d259487115783bfbb7734b08a43b3a.bindPopup(popup_dbcf8924f0d11382acbe5acdd4084587)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3d259487115783bfbb7734b08a43b3a.setIcon(icon_36e4826ad47a8f930f9fddb5e74c71db);
|
|
|
|
|
|
var marker_cc7568b0387f156ef961b06e99ddf800 = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_65a17845b6a7c21c81bf4efe1370c735 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c91b3ad3a1559cc292b33e30ba93acd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c3ddc3ab7eafc01ad3ace6f09ae192c = $(`<div id="html_8c3ddc3ab7eafc01ad3ace6f09ae192c" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_c91b3ad3a1559cc292b33e30ba93acd4.setContent(html_8c3ddc3ab7eafc01ad3ace6f09ae192c);
|
|
|
|
|
|
|
|
marker_cc7568b0387f156ef961b06e99ddf800.bindPopup(popup_c91b3ad3a1559cc292b33e30ba93acd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc7568b0387f156ef961b06e99ddf800.setIcon(icon_65a17845b6a7c21c81bf4efe1370c735);
|
|
|
|
|
|
var marker_bba1efeb81cde7e7998b5214598a4a43 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_4784a51136edf4c65971f1c38d5f0713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a47c6130a7043d53c35b2d0a1cb0470a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d8bf1d7d323d4e4fde3dc0495b93292 = $(`<div id="html_8d8bf1d7d323d4e4fde3dc0495b93292" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_a47c6130a7043d53c35b2d0a1cb0470a.setContent(html_8d8bf1d7d323d4e4fde3dc0495b93292);
|
|
|
|
|
|
|
|
marker_bba1efeb81cde7e7998b5214598a4a43.bindPopup(popup_a47c6130a7043d53c35b2d0a1cb0470a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bba1efeb81cde7e7998b5214598a4a43.setIcon(icon_4784a51136edf4c65971f1c38d5f0713);
|
|
|
|
|
|
var marker_dac419513ec4a6a017cb5b6d9f46a17b = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7861184874e6de730045032500a83847 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4fea91e01f543112ae452f4ec664dcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d533472aa6118edca0abc8b9c2d5ce70 = $(`<div id="html_d533472aa6118edca0abc8b9c2d5ce70" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_c4fea91e01f543112ae452f4ec664dcf.setContent(html_d533472aa6118edca0abc8b9c2d5ce70);
|
|
|
|
|
|
|
|
marker_dac419513ec4a6a017cb5b6d9f46a17b.bindPopup(popup_c4fea91e01f543112ae452f4ec664dcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dac419513ec4a6a017cb5b6d9f46a17b.setIcon(icon_7861184874e6de730045032500a83847);
|
|
|
|
|
|
var marker_1c6de6033c89300eee5ef01edf4c4dcd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_9273731e5d6c1a5162ed2f64fcc358ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f6aeb2dc234ab2d2e8c3971334fc851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eca658dc2fc63ceb1c97db8597dfae5c = $(`<div id="html_eca658dc2fc63ceb1c97db8597dfae5c" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_7f6aeb2dc234ab2d2e8c3971334fc851.setContent(html_eca658dc2fc63ceb1c97db8597dfae5c);
|
|
|
|
|
|
|
|
marker_1c6de6033c89300eee5ef01edf4c4dcd.bindPopup(popup_7f6aeb2dc234ab2d2e8c3971334fc851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c6de6033c89300eee5ef01edf4c4dcd.setIcon(icon_9273731e5d6c1a5162ed2f64fcc358ce);
|
|
|
|
|
|
var marker_c3f154c5ef64118acc086d52b2790457 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_91b737134bcb793d6cfb569ab2b033ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_607d550500ea5439ec70195c21bd4831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cb4ecba83e57d2118f51c6081f30bd0 = $(`<div id="html_1cb4ecba83e57d2118f51c6081f30bd0" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_607d550500ea5439ec70195c21bd4831.setContent(html_1cb4ecba83e57d2118f51c6081f30bd0);
|
|
|
|
|
|
|
|
marker_c3f154c5ef64118acc086d52b2790457.bindPopup(popup_607d550500ea5439ec70195c21bd4831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3f154c5ef64118acc086d52b2790457.setIcon(icon_91b737134bcb793d6cfb569ab2b033ab);
|
|
|
|
|
|
var marker_42898818f8bddff895763a0b82f82abe = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_215d9ed7e151c7719f47755eaeec9b0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4d401c8e864e5641b7b863569d3a123 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b346b333a4b56bad6f48e6f0a38165bf = $(`<div id="html_b346b333a4b56bad6f48e6f0a38165bf" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_d4d401c8e864e5641b7b863569d3a123.setContent(html_b346b333a4b56bad6f48e6f0a38165bf);
|
|
|
|
|
|
|
|
marker_42898818f8bddff895763a0b82f82abe.bindPopup(popup_d4d401c8e864e5641b7b863569d3a123)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42898818f8bddff895763a0b82f82abe.setIcon(icon_215d9ed7e151c7719f47755eaeec9b0c);
|
|
|
|
|
|
var marker_d09824cf3ec2f95f38835f750c7052ed = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7130cb11597db2e4122435659c3ed620 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bc44c2a893144efadb9d8771f0d07ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f29a2b0273d566efb076d8f8b69c10ac = $(`<div id="html_f29a2b0273d566efb076d8f8b69c10ac" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_1bc44c2a893144efadb9d8771f0d07ef.setContent(html_f29a2b0273d566efb076d8f8b69c10ac);
|
|
|
|
|
|
|
|
marker_d09824cf3ec2f95f38835f750c7052ed.bindPopup(popup_1bc44c2a893144efadb9d8771f0d07ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d09824cf3ec2f95f38835f750c7052ed.setIcon(icon_7130cb11597db2e4122435659c3ed620);
|
|
|
|
|
|
var marker_ca47e33b01c8d1f703c8bbe2ccc62488 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_4dfa65956ab577b1dea530e56698afd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97f7e175828cf82775d6aac5c83850b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f3631dd19b989e84a414c215a0c1637 = $(`<div id="html_6f3631dd19b989e84a414c215a0c1637" style="width: 100.0%; height: 100.0%;">nostr.smartflowsocial.com</div>`)[0];
|
|
popup_97f7e175828cf82775d6aac5c83850b9.setContent(html_6f3631dd19b989e84a414c215a0c1637);
|
|
|
|
|
|
|
|
marker_ca47e33b01c8d1f703c8bbe2ccc62488.bindPopup(popup_97f7e175828cf82775d6aac5c83850b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca47e33b01c8d1f703c8bbe2ccc62488.setIcon(icon_4dfa65956ab577b1dea530e56698afd9);
|
|
|
|
|
|
var marker_60bcf46897cc3b56364a725a76f61b4f = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_279e51553dd1e4c87e6b326c9aeb9b18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8a4ab7ad98871f484c3b7c65bacda9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_246060bd4255ac0e9ecf54e3f90c6cd6 = $(`<div id="html_246060bd4255ac0e9ecf54e3f90c6cd6" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_b8a4ab7ad98871f484c3b7c65bacda9b.setContent(html_246060bd4255ac0e9ecf54e3f90c6cd6);
|
|
|
|
|
|
|
|
marker_60bcf46897cc3b56364a725a76f61b4f.bindPopup(popup_b8a4ab7ad98871f484c3b7c65bacda9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60bcf46897cc3b56364a725a76f61b4f.setIcon(icon_279e51553dd1e4c87e6b326c9aeb9b18);
|
|
|
|
|
|
var marker_3bb29b0fc1805587b6afc2e0ab8c766d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b1690e99c5496642cf098e521593caf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70afc278e63ff0c683eb25ecdc0742e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d8a829919fa920ad60b5e261ada973a = $(`<div id="html_2d8a829919fa920ad60b5e261ada973a" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_70afc278e63ff0c683eb25ecdc0742e8.setContent(html_2d8a829919fa920ad60b5e261ada973a);
|
|
|
|
|
|
|
|
marker_3bb29b0fc1805587b6afc2e0ab8c766d.bindPopup(popup_70afc278e63ff0c683eb25ecdc0742e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bb29b0fc1805587b6afc2e0ab8c766d.setIcon(icon_b1690e99c5496642cf098e521593caf5);
|
|
|
|
|
|
var marker_779d7a0171f47c1fb9c4b92035bbc3ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_02cdbbdfdccf4eef999bade3fbb82210 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f26289719b6348f92994f3839ad5025 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_113198b9692ca935e0fcc990031ea1fb = $(`<div id="html_113198b9692ca935e0fcc990031ea1fb" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_8f26289719b6348f92994f3839ad5025.setContent(html_113198b9692ca935e0fcc990031ea1fb);
|
|
|
|
|
|
|
|
marker_779d7a0171f47c1fb9c4b92035bbc3ae.bindPopup(popup_8f26289719b6348f92994f3839ad5025)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_779d7a0171f47c1fb9c4b92035bbc3ae.setIcon(icon_02cdbbdfdccf4eef999bade3fbb82210);
|
|
|
|
|
|
var marker_d3e3f100c2aa1eeac6c94563747c388b = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_60c25d51fe37d228d43ad2834b90841e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be9d0e10159866a84359e88ed9f0c601 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aa177c5b7e9c76bb2443518379b0012 = $(`<div id="html_2aa177c5b7e9c76bb2443518379b0012" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_be9d0e10159866a84359e88ed9f0c601.setContent(html_2aa177c5b7e9c76bb2443518379b0012);
|
|
|
|
|
|
|
|
marker_d3e3f100c2aa1eeac6c94563747c388b.bindPopup(popup_be9d0e10159866a84359e88ed9f0c601)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3e3f100c2aa1eeac6c94563747c388b.setIcon(icon_60c25d51fe37d228d43ad2834b90841e);
|
|
|
|
|
|
var marker_bb561fed4206653c43ece1762f6c572f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_db175e3253cd5157f1c941b77d7c1b69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4c1e79e9a6be8d9edc6abb1f678625c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03d77797cbf7206212480c625b44d2d1 = $(`<div id="html_03d77797cbf7206212480c625b44d2d1" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_d4c1e79e9a6be8d9edc6abb1f678625c.setContent(html_03d77797cbf7206212480c625b44d2d1);
|
|
|
|
|
|
|
|
marker_bb561fed4206653c43ece1762f6c572f.bindPopup(popup_d4c1e79e9a6be8d9edc6abb1f678625c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb561fed4206653c43ece1762f6c572f.setIcon(icon_db175e3253cd5157f1c941b77d7c1b69);
|
|
|
|
|
|
var marker_80170e0c9fb87de42346c19898e03da0 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e07e53e14b8fbefb557321bafae087b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ccbee1986a2f1d63492c31a794baa2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ead42c66c7ea665dfabdc774f86cc00 = $(`<div id="html_9ead42c66c7ea665dfabdc774f86cc00" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_45ccbee1986a2f1d63492c31a794baa2.setContent(html_9ead42c66c7ea665dfabdc774f86cc00);
|
|
|
|
|
|
|
|
marker_80170e0c9fb87de42346c19898e03da0.bindPopup(popup_45ccbee1986a2f1d63492c31a794baa2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80170e0c9fb87de42346c19898e03da0.setIcon(icon_e07e53e14b8fbefb557321bafae087b1);
|
|
|
|
|
|
var marker_8f2435f4b6c2f7db509c3bf5a496f66a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ae545758910285ac839848de74b87c31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02157e7315b1e154df39a422dab9b004 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f321aaa9e81fc47073d8b556d6319ff6 = $(`<div id="html_f321aaa9e81fc47073d8b556d6319ff6" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_02157e7315b1e154df39a422dab9b004.setContent(html_f321aaa9e81fc47073d8b556d6319ff6);
|
|
|
|
|
|
|
|
marker_8f2435f4b6c2f7db509c3bf5a496f66a.bindPopup(popup_02157e7315b1e154df39a422dab9b004)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f2435f4b6c2f7db509c3bf5a496f66a.setIcon(icon_ae545758910285ac839848de74b87c31);
|
|
|
|
|
|
var marker_0b4baa8d104fbe607801a613c82149b3 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_f0b93103a911e8a1e9972bd5da6717a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0330dff3bdda6fe095b3839386e2cd7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f84af5a9872e6543b3468cc2b5bb9ba = $(`<div id="html_6f84af5a9872e6543b3468cc2b5bb9ba" style="width: 100.0%; height: 100.0%;">relay.freeplace.nl</div>`)[0];
|
|
popup_0330dff3bdda6fe095b3839386e2cd7c.setContent(html_6f84af5a9872e6543b3468cc2b5bb9ba);
|
|
|
|
|
|
|
|
marker_0b4baa8d104fbe607801a613c82149b3.bindPopup(popup_0330dff3bdda6fe095b3839386e2cd7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b4baa8d104fbe607801a613c82149b3.setIcon(icon_f0b93103a911e8a1e9972bd5da6717a1);
|
|
|
|
|
|
var marker_d7e6ef5401ddac33a1649787b1375ef9 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_635d2daf26c6feee068ac66c577dd58f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3eb4ec6ae1af9bb134068d50a5809db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7050a04d27c3e76babeaa60ed293652e = $(`<div id="html_7050a04d27c3e76babeaa60ed293652e" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_b3eb4ec6ae1af9bb134068d50a5809db.setContent(html_7050a04d27c3e76babeaa60ed293652e);
|
|
|
|
|
|
|
|
marker_d7e6ef5401ddac33a1649787b1375ef9.bindPopup(popup_b3eb4ec6ae1af9bb134068d50a5809db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7e6ef5401ddac33a1649787b1375ef9.setIcon(icon_635d2daf26c6feee068ac66c577dd58f);
|
|
|
|
|
|
var marker_4bd4dd73f5135e5362f58fed31c60e14 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_50a07693267041380da2fbea19dc7d11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a892f8d5961fad1203ef4a998af60444 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8f517fdf253364ebf523663155abb10 = $(`<div id="html_e8f517fdf253364ebf523663155abb10" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_a892f8d5961fad1203ef4a998af60444.setContent(html_e8f517fdf253364ebf523663155abb10);
|
|
|
|
|
|
|
|
marker_4bd4dd73f5135e5362f58fed31c60e14.bindPopup(popup_a892f8d5961fad1203ef4a998af60444)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bd4dd73f5135e5362f58fed31c60e14.setIcon(icon_50a07693267041380da2fbea19dc7d11);
|
|
|
|
|
|
var marker_87d06a8427c6f79eb3bef7264bfe2aa6 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_0b336a2fdcb514a15118143212bf774d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d2df0c02a7415cfe9cd21346f72aebf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf8dae557d9beecc35f0fccf1535a427 = $(`<div id="html_cf8dae557d9beecc35f0fccf1535a427" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_4d2df0c02a7415cfe9cd21346f72aebf.setContent(html_cf8dae557d9beecc35f0fccf1535a427);
|
|
|
|
|
|
|
|
marker_87d06a8427c6f79eb3bef7264bfe2aa6.bindPopup(popup_4d2df0c02a7415cfe9cd21346f72aebf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87d06a8427c6f79eb3bef7264bfe2aa6.setIcon(icon_0b336a2fdcb514a15118143212bf774d);
|
|
|
|
|
|
var marker_75a6c0f15d33687155b91b8514a9a4b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6e0b25a87d3413f9a93ffe03ec0c8384 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cbe0289ea034c7c076899e8b832f85e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18a69363f245d1b54497db9606885b5c = $(`<div id="html_18a69363f245d1b54497db9606885b5c" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_9cbe0289ea034c7c076899e8b832f85e.setContent(html_18a69363f245d1b54497db9606885b5c);
|
|
|
|
|
|
|
|
marker_75a6c0f15d33687155b91b8514a9a4b4.bindPopup(popup_9cbe0289ea034c7c076899e8b832f85e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75a6c0f15d33687155b91b8514a9a4b4.setIcon(icon_6e0b25a87d3413f9a93ffe03ec0c8384);
|
|
|
|
|
|
var marker_a7c9549d2e81e0800b88ca98f3788091 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_4890852b58e48654941ec5c9412a987a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_284d732b67c3a0c7e3028969297164d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f8d35bda74cc082be72301436a5c1a1 = $(`<div id="html_2f8d35bda74cc082be72301436a5c1a1" style="width: 100.0%; height: 100.0%;">nostr.lab-ant.me</div>`)[0];
|
|
popup_284d732b67c3a0c7e3028969297164d9.setContent(html_2f8d35bda74cc082be72301436a5c1a1);
|
|
|
|
|
|
|
|
marker_a7c9549d2e81e0800b88ca98f3788091.bindPopup(popup_284d732b67c3a0c7e3028969297164d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7c9549d2e81e0800b88ca98f3788091.setIcon(icon_4890852b58e48654941ec5c9412a987a);
|
|
|
|
|
|
var marker_4f91a1f8cfd668372ca1601f24212584 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_0c68a39fa989d7c0d4734cbe9d5fbde3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6ff62f6a980920f41cb2c0a4afec686 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e17ba11f87cfec56cb7c57f7351f296 = $(`<div id="html_2e17ba11f87cfec56cb7c57f7351f296" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_c6ff62f6a980920f41cb2c0a4afec686.setContent(html_2e17ba11f87cfec56cb7c57f7351f296);
|
|
|
|
|
|
|
|
marker_4f91a1f8cfd668372ca1601f24212584.bindPopup(popup_c6ff62f6a980920f41cb2c0a4afec686)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f91a1f8cfd668372ca1601f24212584.setIcon(icon_0c68a39fa989d7c0d4734cbe9d5fbde3);
|
|
|
|
|
|
var marker_e0d739b6ea7ab5a6ae4309e4c51ca873 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1929f3736b57f71c70b6b0d84b54fb70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebc3e2e787056407113990eff51b0002 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fed8cf716278918af6c37fab131134d = $(`<div id="html_0fed8cf716278918af6c37fab131134d" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_ebc3e2e787056407113990eff51b0002.setContent(html_0fed8cf716278918af6c37fab131134d);
|
|
|
|
|
|
|
|
marker_e0d739b6ea7ab5a6ae4309e4c51ca873.bindPopup(popup_ebc3e2e787056407113990eff51b0002)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0d739b6ea7ab5a6ae4309e4c51ca873.setIcon(icon_1929f3736b57f71c70b6b0d84b54fb70);
|
|
|
|
|
|
var marker_c544786b823d83bcd5786cb48ec174d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a191f1a69c91cfebdcc694dad05ca96b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5b3e05879a780dc7a01e6283b849699 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_101abd5692240a308e2d00e8083704eb = $(`<div id="html_101abd5692240a308e2d00e8083704eb" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_f5b3e05879a780dc7a01e6283b849699.setContent(html_101abd5692240a308e2d00e8083704eb);
|
|
|
|
|
|
|
|
marker_c544786b823d83bcd5786cb48ec174d3.bindPopup(popup_f5b3e05879a780dc7a01e6283b849699)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c544786b823d83bcd5786cb48ec174d3.setIcon(icon_a191f1a69c91cfebdcc694dad05ca96b);
|
|
|
|
|
|
var marker_ac0ad6bafd3e88ced364b5724aa7c5de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_4b6d1be918372e0a24f6ebb8fac09015 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ab69b9bca5c64301070a8fa16a34a06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67b727053ad39d0c6d0b4a3768258550 = $(`<div id="html_67b727053ad39d0c6d0b4a3768258550" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_0ab69b9bca5c64301070a8fa16a34a06.setContent(html_67b727053ad39d0c6d0b4a3768258550);
|
|
|
|
|
|
|
|
marker_ac0ad6bafd3e88ced364b5724aa7c5de.bindPopup(popup_0ab69b9bca5c64301070a8fa16a34a06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac0ad6bafd3e88ced364b5724aa7c5de.setIcon(icon_4b6d1be918372e0a24f6ebb8fac09015);
|
|
|
|
|
|
var marker_c5f90150db4497eedf9cf9dac4525aaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_3aef72b1c1c739b3c1701c8429877f59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c8ea75478d608d5c0937a7bb5eb2f09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63c13cef1ba410c6405f3665a88f58dd = $(`<div id="html_63c13cef1ba410c6405f3665a88f58dd" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_0c8ea75478d608d5c0937a7bb5eb2f09.setContent(html_63c13cef1ba410c6405f3665a88f58dd);
|
|
|
|
|
|
|
|
marker_c5f90150db4497eedf9cf9dac4525aaa.bindPopup(popup_0c8ea75478d608d5c0937a7bb5eb2f09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5f90150db4497eedf9cf9dac4525aaa.setIcon(icon_3aef72b1c1c739b3c1701c8429877f59);
|
|
|
|
|
|
var marker_ec2b119dcf9558effe512b3aa91cd2b7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_29eb48b399bb585ea2233a66ec4f61f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2255ac9dea894e0851b6a1871fbe68a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_092212cfe0b916f88d165d3c94fc096e = $(`<div id="html_092212cfe0b916f88d165d3c94fc096e" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_2255ac9dea894e0851b6a1871fbe68a6.setContent(html_092212cfe0b916f88d165d3c94fc096e);
|
|
|
|
|
|
|
|
marker_ec2b119dcf9558effe512b3aa91cd2b7.bindPopup(popup_2255ac9dea894e0851b6a1871fbe68a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec2b119dcf9558effe512b3aa91cd2b7.setIcon(icon_29eb48b399bb585ea2233a66ec4f61f9);
|
|
|
|
|
|
var marker_c921cec0a4f67336624984698e984847 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6d4417419abb2af865ea9d476beb5511 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37f6003e9e752b9a235161d30920ca11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_320291af136f8e876afc907aaad4794a = $(`<div id="html_320291af136f8e876afc907aaad4794a" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_37f6003e9e752b9a235161d30920ca11.setContent(html_320291af136f8e876afc907aaad4794a);
|
|
|
|
|
|
|
|
marker_c921cec0a4f67336624984698e984847.bindPopup(popup_37f6003e9e752b9a235161d30920ca11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c921cec0a4f67336624984698e984847.setIcon(icon_6d4417419abb2af865ea9d476beb5511);
|
|
|
|
|
|
var marker_a38ea63374a07d2f502c8a68ac2d0cfa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c19a96b0d641f024150acda265a1ca59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_727268a3d55f19f29df72507312cefa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52d4143f7a05a73d1d207ae1ad1c9c8c = $(`<div id="html_52d4143f7a05a73d1d207ae1ad1c9c8c" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_727268a3d55f19f29df72507312cefa9.setContent(html_52d4143f7a05a73d1d207ae1ad1c9c8c);
|
|
|
|
|
|
|
|
marker_a38ea63374a07d2f502c8a68ac2d0cfa.bindPopup(popup_727268a3d55f19f29df72507312cefa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a38ea63374a07d2f502c8a68ac2d0cfa.setIcon(icon_c19a96b0d641f024150acda265a1ca59);
|
|
|
|
|
|
var marker_e52f83ca09b87c9b79a3ee900859beb2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_133db0bb6bc8ad73a1051808285083aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0f589f38bd52d1123105ba7c554e158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c989ed62d7ad783c38e06786d78359c7 = $(`<div id="html_c989ed62d7ad783c38e06786d78359c7" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_a0f589f38bd52d1123105ba7c554e158.setContent(html_c989ed62d7ad783c38e06786d78359c7);
|
|
|
|
|
|
|
|
marker_e52f83ca09b87c9b79a3ee900859beb2.bindPopup(popup_a0f589f38bd52d1123105ba7c554e158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e52f83ca09b87c9b79a3ee900859beb2.setIcon(icon_133db0bb6bc8ad73a1051808285083aa);
|
|
|
|
|
|
var marker_e9e451a9a5b5e8a75af7b715177f815c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_15a11465d38e274e43cef41c95f8bb33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11bc47b7356e1042f0fbfd53307f34b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e40c25467a1b42d0704f094c87536062 = $(`<div id="html_e40c25467a1b42d0704f094c87536062" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_11bc47b7356e1042f0fbfd53307f34b8.setContent(html_e40c25467a1b42d0704f094c87536062);
|
|
|
|
|
|
|
|
marker_e9e451a9a5b5e8a75af7b715177f815c.bindPopup(popup_11bc47b7356e1042f0fbfd53307f34b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9e451a9a5b5e8a75af7b715177f815c.setIcon(icon_15a11465d38e274e43cef41c95f8bb33);
|
|
|
|
|
|
var marker_0b47eabb1b312d009b22a2f6bb625a46 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1c10aef801c186f79c2f79a3936810f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ae35b1a5a6a447a83e90ae13e85e74b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4df5d19517eb1a0d67c3223a4d5588e2 = $(`<div id="html_4df5d19517eb1a0d67c3223a4d5588e2" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_3ae35b1a5a6a447a83e90ae13e85e74b.setContent(html_4df5d19517eb1a0d67c3223a4d5588e2);
|
|
|
|
|
|
|
|
marker_0b47eabb1b312d009b22a2f6bb625a46.bindPopup(popup_3ae35b1a5a6a447a83e90ae13e85e74b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b47eabb1b312d009b22a2f6bb625a46.setIcon(icon_1c10aef801c186f79c2f79a3936810f5);
|
|
|
|
|
|
var marker_9c995604ca7257e817c2e924e579778b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_de20f314c13f6c0e19fc39a6f3375815 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32cd0b4b336dba35012fb68831f194c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd52ae7aae533e248d27778fead8f49a = $(`<div id="html_cd52ae7aae533e248d27778fead8f49a" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_32cd0b4b336dba35012fb68831f194c7.setContent(html_cd52ae7aae533e248d27778fead8f49a);
|
|
|
|
|
|
|
|
marker_9c995604ca7257e817c2e924e579778b.bindPopup(popup_32cd0b4b336dba35012fb68831f194c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c995604ca7257e817c2e924e579778b.setIcon(icon_de20f314c13f6c0e19fc39a6f3375815);
|
|
|
|
|
|
var marker_51454a68b642c51766c751d4d4c093f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_eec01ffdd5bd3a7c59e274e4067926a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bff6fd305629a49989c6183570425d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f406b5e131e1b6503524ef1fd51bfba9 = $(`<div id="html_f406b5e131e1b6503524ef1fd51bfba9" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_bff6fd305629a49989c6183570425d3c.setContent(html_f406b5e131e1b6503524ef1fd51bfba9);
|
|
|
|
|
|
|
|
marker_51454a68b642c51766c751d4d4c093f9.bindPopup(popup_bff6fd305629a49989c6183570425d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51454a68b642c51766c751d4d4c093f9.setIcon(icon_eec01ffdd5bd3a7c59e274e4067926a2);
|
|
|
|
|
|
var marker_b6bcec10e1a71ad6e13c37a99c8fc0d1 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_5438492cb833f546049d864044d760d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbf48ed5ae3ef532218d5043148dae31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a4f527ffbbda44198a956f94adc8b02 = $(`<div id="html_6a4f527ffbbda44198a956f94adc8b02" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_cbf48ed5ae3ef532218d5043148dae31.setContent(html_6a4f527ffbbda44198a956f94adc8b02);
|
|
|
|
|
|
|
|
marker_b6bcec10e1a71ad6e13c37a99c8fc0d1.bindPopup(popup_cbf48ed5ae3ef532218d5043148dae31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6bcec10e1a71ad6e13c37a99c8fc0d1.setIcon(icon_5438492cb833f546049d864044d760d7);
|
|
|
|
|
|
var marker_92f55b0ba7abd88508b473c5512485c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_50112e63b9c565da662a275006b9eee9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab5f50bbc7da52c93200f5aa4e50fc31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85ab8fa677c44ad8f654b9ae5e37c4c4 = $(`<div id="html_85ab8fa677c44ad8f654b9ae5e37c4c4" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_ab5f50bbc7da52c93200f5aa4e50fc31.setContent(html_85ab8fa677c44ad8f654b9ae5e37c4c4);
|
|
|
|
|
|
|
|
marker_92f55b0ba7abd88508b473c5512485c2.bindPopup(popup_ab5f50bbc7da52c93200f5aa4e50fc31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92f55b0ba7abd88508b473c5512485c2.setIcon(icon_50112e63b9c565da662a275006b9eee9);
|
|
|
|
|
|
var marker_1b147f53880d1f2646dfd84fc195ed23 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d0adb11f2dbf3546df240e2c04ee5999 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8a017e2a5596b246837b0dd60a9d8a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07c9714c83db89bc08b10eb314edce47 = $(`<div id="html_07c9714c83db89bc08b10eb314edce47" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_c8a017e2a5596b246837b0dd60a9d8a4.setContent(html_07c9714c83db89bc08b10eb314edce47);
|
|
|
|
|
|
|
|
marker_1b147f53880d1f2646dfd84fc195ed23.bindPopup(popup_c8a017e2a5596b246837b0dd60a9d8a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b147f53880d1f2646dfd84fc195ed23.setIcon(icon_d0adb11f2dbf3546df240e2c04ee5999);
|
|
|
|
|
|
var marker_c7bae166f98ad595c960fb407a281474 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_db88f687deacfbef26ae447ba5019d61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_742e96e8e9593f5a56bb8618f17e126b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c2711c0dfb871bce7034bed3466d190 = $(`<div id="html_7c2711c0dfb871bce7034bed3466d190" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_742e96e8e9593f5a56bb8618f17e126b.setContent(html_7c2711c0dfb871bce7034bed3466d190);
|
|
|
|
|
|
|
|
marker_c7bae166f98ad595c960fb407a281474.bindPopup(popup_742e96e8e9593f5a56bb8618f17e126b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7bae166f98ad595c960fb407a281474.setIcon(icon_db88f687deacfbef26ae447ba5019d61);
|
|
|
|
|
|
var marker_08ed6d27197db211de4282461d41d2b2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_3293c2ff10155cfcfaad707d1201d064 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_184cfbb14666f71a7750d4d83be7f7fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_263e2d041dae24d3a729415c6cf438ea = $(`<div id="html_263e2d041dae24d3a729415c6cf438ea" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_184cfbb14666f71a7750d4d83be7f7fc.setContent(html_263e2d041dae24d3a729415c6cf438ea);
|
|
|
|
|
|
|
|
marker_08ed6d27197db211de4282461d41d2b2.bindPopup(popup_184cfbb14666f71a7750d4d83be7f7fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08ed6d27197db211de4282461d41d2b2.setIcon(icon_3293c2ff10155cfcfaad707d1201d064);
|
|
|
|
|
|
var marker_25690d78d3950caacf4c55d82b0a3ec1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7d105d5950aec863f1cba8bf43261e7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15a0663ff95211a57f55da0fbb7bd3cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd0a343262dc37e86cfbceee935ffab4 = $(`<div id="html_dd0a343262dc37e86cfbceee935ffab4" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_15a0663ff95211a57f55da0fbb7bd3cc.setContent(html_dd0a343262dc37e86cfbceee935ffab4);
|
|
|
|
|
|
|
|
marker_25690d78d3950caacf4c55d82b0a3ec1.bindPopup(popup_15a0663ff95211a57f55da0fbb7bd3cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25690d78d3950caacf4c55d82b0a3ec1.setIcon(icon_7d105d5950aec863f1cba8bf43261e7f);
|
|
|
|
|
|
var marker_3c0556965de57bf9d3b7737ffd2ad509 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d6b42ce784d671879870c15fe5407053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21bf8118c03629cbe04762fb503380bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_854b6c02b602e9789ed692614737fb5d = $(`<div id="html_854b6c02b602e9789ed692614737fb5d" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_21bf8118c03629cbe04762fb503380bc.setContent(html_854b6c02b602e9789ed692614737fb5d);
|
|
|
|
|
|
|
|
marker_3c0556965de57bf9d3b7737ffd2ad509.bindPopup(popup_21bf8118c03629cbe04762fb503380bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c0556965de57bf9d3b7737ffd2ad509.setIcon(icon_d6b42ce784d671879870c15fe5407053);
|
|
|
|
|
|
var marker_b2c93bb3e00f0714cc0618c98be8b287 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1d4b83b427acbde999965682af615500 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89a16b14be300aff4b98fc08f6ceee29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_318ca5bf2159978e77f85655308bf4d5 = $(`<div id="html_318ca5bf2159978e77f85655308bf4d5" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_89a16b14be300aff4b98fc08f6ceee29.setContent(html_318ca5bf2159978e77f85655308bf4d5);
|
|
|
|
|
|
|
|
marker_b2c93bb3e00f0714cc0618c98be8b287.bindPopup(popup_89a16b14be300aff4b98fc08f6ceee29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2c93bb3e00f0714cc0618c98be8b287.setIcon(icon_1d4b83b427acbde999965682af615500);
|
|
|
|
|
|
var marker_7e2d49f0a870adea1b430e2dbb8b44cf = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b7a92790ed6f3b4f22d840b098cda265 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4b7d23981c38616a41f841487fcf5ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1397df39daf838c37a9dfad62a9b765f = $(`<div id="html_1397df39daf838c37a9dfad62a9b765f" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_c4b7d23981c38616a41f841487fcf5ab.setContent(html_1397df39daf838c37a9dfad62a9b765f);
|
|
|
|
|
|
|
|
marker_7e2d49f0a870adea1b430e2dbb8b44cf.bindPopup(popup_c4b7d23981c38616a41f841487fcf5ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e2d49f0a870adea1b430e2dbb8b44cf.setIcon(icon_b7a92790ed6f3b4f22d840b098cda265);
|
|
|
|
|
|
var marker_e66d88a116985f018d5ee5d1b46f2b73 = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_24e6e659946b23a0c0e597fa0b45ff95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebb2c3873a105da9e1b93429aa9a7965 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_422bbfca31bfcaa2dc11bd1ac6843f00 = $(`<div id="html_422bbfca31bfcaa2dc11bd1ac6843f00" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_ebb2c3873a105da9e1b93429aa9a7965.setContent(html_422bbfca31bfcaa2dc11bd1ac6843f00);
|
|
|
|
|
|
|
|
marker_e66d88a116985f018d5ee5d1b46f2b73.bindPopup(popup_ebb2c3873a105da9e1b93429aa9a7965)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e66d88a116985f018d5ee5d1b46f2b73.setIcon(icon_24e6e659946b23a0c0e597fa0b45ff95);
|
|
|
|
|
|
var marker_554e30ae21605d9973ea1b36b05c9b36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_15f4a4a9a89791b4a33e7274cee32f2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d725e441b8179d69f0d7a338851eb560 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91b942eac39d33b5a4f9a44a6b30e447 = $(`<div id="html_91b942eac39d33b5a4f9a44a6b30e447" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_d725e441b8179d69f0d7a338851eb560.setContent(html_91b942eac39d33b5a4f9a44a6b30e447);
|
|
|
|
|
|
|
|
marker_554e30ae21605d9973ea1b36b05c9b36.bindPopup(popup_d725e441b8179d69f0d7a338851eb560)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_554e30ae21605d9973ea1b36b05c9b36.setIcon(icon_15f4a4a9a89791b4a33e7274cee32f2c);
|
|
|
|
|
|
var marker_a9688b85051464dd2a383c7c90c6afca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_788562bb891c4bce3ef5cb986e30cbf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ecb196320503e25f1a6873434fbc8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ed40b0ddce9a8c3abc32e9bffc47a7c = $(`<div id="html_3ed40b0ddce9a8c3abc32e9bffc47a7c" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_29ecb196320503e25f1a6873434fbc8a.setContent(html_3ed40b0ddce9a8c3abc32e9bffc47a7c);
|
|
|
|
|
|
|
|
marker_a9688b85051464dd2a383c7c90c6afca.bindPopup(popup_29ecb196320503e25f1a6873434fbc8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9688b85051464dd2a383c7c90c6afca.setIcon(icon_788562bb891c4bce3ef5cb986e30cbf4);
|
|
|
|
|
|
var marker_6cb22832f4cbac50ba35062bc67a47ef = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1ae739a862daa366bbd72f17c4608cc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aa076e4849dba8e40062d233e21c8c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f633bc2bb7a66293b53352ac6f38e902 = $(`<div id="html_f633bc2bb7a66293b53352ac6f38e902" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_0aa076e4849dba8e40062d233e21c8c3.setContent(html_f633bc2bb7a66293b53352ac6f38e902);
|
|
|
|
|
|
|
|
marker_6cb22832f4cbac50ba35062bc67a47ef.bindPopup(popup_0aa076e4849dba8e40062d233e21c8c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cb22832f4cbac50ba35062bc67a47ef.setIcon(icon_1ae739a862daa366bbd72f17c4608cc2);
|
|
|
|
|
|
var marker_158668079833c7964b658da0dee8bdac = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_fef5d336d9d56b18edf167db037fbad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14fe0918850cac0a788986909da4bb27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5200d7239d22de8aa29aa1b0b37d3657 = $(`<div id="html_5200d7239d22de8aa29aa1b0b37d3657" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_14fe0918850cac0a788986909da4bb27.setContent(html_5200d7239d22de8aa29aa1b0b37d3657);
|
|
|
|
|
|
|
|
marker_158668079833c7964b658da0dee8bdac.bindPopup(popup_14fe0918850cac0a788986909da4bb27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_158668079833c7964b658da0dee8bdac.setIcon(icon_fef5d336d9d56b18edf167db037fbad9);
|
|
|
|
|
|
var marker_c2e3fff6cd8edd20fccec2f505ab4913 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_948b2af753341b6eca168dc9cdc2a6dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_445b71df53cf1fff17ec2fcb3482a5db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45e8af1cdc609b067d3e43a1402ac3c9 = $(`<div id="html_45e8af1cdc609b067d3e43a1402ac3c9" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_445b71df53cf1fff17ec2fcb3482a5db.setContent(html_45e8af1cdc609b067d3e43a1402ac3c9);
|
|
|
|
|
|
|
|
marker_c2e3fff6cd8edd20fccec2f505ab4913.bindPopup(popup_445b71df53cf1fff17ec2fcb3482a5db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2e3fff6cd8edd20fccec2f505ab4913.setIcon(icon_948b2af753341b6eca168dc9cdc2a6dd);
|
|
|
|
|
|
var marker_b1953108e83a8632dc4d149421e7a269 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_3f09280a0a5249506d0278a57f330b93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58c34e3ff9f697f02b7f03827f500386 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e987be89f4152962472db61965b41ed6 = $(`<div id="html_e987be89f4152962472db61965b41ed6" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_58c34e3ff9f697f02b7f03827f500386.setContent(html_e987be89f4152962472db61965b41ed6);
|
|
|
|
|
|
|
|
marker_b1953108e83a8632dc4d149421e7a269.bindPopup(popup_58c34e3ff9f697f02b7f03827f500386)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1953108e83a8632dc4d149421e7a269.setIcon(icon_3f09280a0a5249506d0278a57f330b93);
|
|
|
|
|
|
var marker_03b94b12709e4ee9cd0e433d67427a37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d3a97cbfc0a315c039487557b060da04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_600892a6f67db4990bf52cb003668d55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2456cbb277cb6a9a1de8324d5dcc12aa = $(`<div id="html_2456cbb277cb6a9a1de8324d5dcc12aa" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_600892a6f67db4990bf52cb003668d55.setContent(html_2456cbb277cb6a9a1de8324d5dcc12aa);
|
|
|
|
|
|
|
|
marker_03b94b12709e4ee9cd0e433d67427a37.bindPopup(popup_600892a6f67db4990bf52cb003668d55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03b94b12709e4ee9cd0e433d67427a37.setIcon(icon_d3a97cbfc0a315c039487557b060da04);
|
|
|
|
|
|
var marker_9c136281847ede8732f06212c375500a = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d37d774fc8e1d1c84bb82df3a6297b1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d21015ea42b47dd787e91d4da8098840 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cd347ac360be5fe4e25253ff31002a0 = $(`<div id="html_9cd347ac360be5fe4e25253ff31002a0" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_d21015ea42b47dd787e91d4da8098840.setContent(html_9cd347ac360be5fe4e25253ff31002a0);
|
|
|
|
|
|
|
|
marker_9c136281847ede8732f06212c375500a.bindPopup(popup_d21015ea42b47dd787e91d4da8098840)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c136281847ede8732f06212c375500a.setIcon(icon_d37d774fc8e1d1c84bb82df3a6297b1b);
|
|
|
|
|
|
var marker_6f53a57d5c6e26d00aa7ba3acb929ac7 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_663e095d0e45542fa0e402393a87ad0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a2e13a21a4a735013ebe9da55d86af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1735109b4d7b595770da1ae05cb3a52 = $(`<div id="html_e1735109b4d7b595770da1ae05cb3a52" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_4a2e13a21a4a735013ebe9da55d86af6.setContent(html_e1735109b4d7b595770da1ae05cb3a52);
|
|
|
|
|
|
|
|
marker_6f53a57d5c6e26d00aa7ba3acb929ac7.bindPopup(popup_4a2e13a21a4a735013ebe9da55d86af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f53a57d5c6e26d00aa7ba3acb929ac7.setIcon(icon_663e095d0e45542fa0e402393a87ad0f);
|
|
|
|
|
|
var marker_e4f453a4a310e4241f1b28e103709d89 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c9fca6b71d4fd436c0780a3478f387be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_769aa449723b1898db71d6590af34f7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b55caeefd3fd9ec5454aab83d0d5648e = $(`<div id="html_b55caeefd3fd9ec5454aab83d0d5648e" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_769aa449723b1898db71d6590af34f7c.setContent(html_b55caeefd3fd9ec5454aab83d0d5648e);
|
|
|
|
|
|
|
|
marker_e4f453a4a310e4241f1b28e103709d89.bindPopup(popup_769aa449723b1898db71d6590af34f7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4f453a4a310e4241f1b28e103709d89.setIcon(icon_c9fca6b71d4fd436c0780a3478f387be);
|
|
|
|
|
|
var marker_247f38c79630fdcdb0e0d99252479457 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c5dda077f48b30cd2be02b31cfcee6a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1992cd9d5435bac5b949b5d569ba512f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_024b851e13b94a9b0aeb39a1c78f1c03 = $(`<div id="html_024b851e13b94a9b0aeb39a1c78f1c03" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_1992cd9d5435bac5b949b5d569ba512f.setContent(html_024b851e13b94a9b0aeb39a1c78f1c03);
|
|
|
|
|
|
|
|
marker_247f38c79630fdcdb0e0d99252479457.bindPopup(popup_1992cd9d5435bac5b949b5d569ba512f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_247f38c79630fdcdb0e0d99252479457.setIcon(icon_c5dda077f48b30cd2be02b31cfcee6a6);
|
|
|
|
|
|
var marker_897fcdb29693a37357c86d7f39ff8b84 = L.marker(
|
|
[34.0881, -118.379],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ba9406216e81bf61c6cd5f77f3b03cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca2721cc95c07d4be2d3bf87f3d02aa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_352a8435044473ed15a7db7c817a9b97 = $(`<div id="html_352a8435044473ed15a7db7c817a9b97" style="width: 100.0%; height: 100.0%;">relay.aloftus.io</div>`)[0];
|
|
popup_ca2721cc95c07d4be2d3bf87f3d02aa9.setContent(html_352a8435044473ed15a7db7c817a9b97);
|
|
|
|
|
|
|
|
marker_897fcdb29693a37357c86d7f39ff8b84.bindPopup(popup_ca2721cc95c07d4be2d3bf87f3d02aa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897fcdb29693a37357c86d7f39ff8b84.setIcon(icon_ba9406216e81bf61c6cd5f77f3b03cfe);
|
|
|
|
|
|
var marker_70875e5d5ea677ed7fbb5877fb19d64c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_113538cf1f64b7aea50170e165929230 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e795de454929c53844b908b944b356ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d35b2ea5d0e155a27ca35786696bc92 = $(`<div id="html_3d35b2ea5d0e155a27ca35786696bc92" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_e795de454929c53844b908b944b356ef.setContent(html_3d35b2ea5d0e155a27ca35786696bc92);
|
|
|
|
|
|
|
|
marker_70875e5d5ea677ed7fbb5877fb19d64c.bindPopup(popup_e795de454929c53844b908b944b356ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70875e5d5ea677ed7fbb5877fb19d64c.setIcon(icon_113538cf1f64b7aea50170e165929230);
|
|
|
|
|
|
var marker_65c459e63f71eac626cfbd161817335c = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_22afdafc716da49f2ed256b0c6d702c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27637a5681c5a80bb056a970d16e9fa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6013310e923b125b4fcc843a5d786bcf = $(`<div id="html_6013310e923b125b4fcc843a5d786bcf" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_27637a5681c5a80bb056a970d16e9fa7.setContent(html_6013310e923b125b4fcc843a5d786bcf);
|
|
|
|
|
|
|
|
marker_65c459e63f71eac626cfbd161817335c.bindPopup(popup_27637a5681c5a80bb056a970d16e9fa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65c459e63f71eac626cfbd161817335c.setIcon(icon_22afdafc716da49f2ed256b0c6d702c6);
|
|
|
|
|
|
var marker_49bdae287827e39c1fc866a1f6ae6cd0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6c28509356ba5384f734f6e6cedf4389 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f54b3c38a6a00cbc1e1e16bd6b237dca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_774506cc0f0041946495b1bfaa76fb92 = $(`<div id="html_774506cc0f0041946495b1bfaa76fb92" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_f54b3c38a6a00cbc1e1e16bd6b237dca.setContent(html_774506cc0f0041946495b1bfaa76fb92);
|
|
|
|
|
|
|
|
marker_49bdae287827e39c1fc866a1f6ae6cd0.bindPopup(popup_f54b3c38a6a00cbc1e1e16bd6b237dca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49bdae287827e39c1fc866a1f6ae6cd0.setIcon(icon_6c28509356ba5384f734f6e6cedf4389);
|
|
|
|
|
|
var marker_2fd4d49a27ed3ca01d6eca79ac59bd04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c2c9476bb0b19c955baf5137a8176f33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b42730e0521b0acca3b9cd61bfdeeb09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1844a1886e69cdfa7f92e8564ab82e35 = $(`<div id="html_1844a1886e69cdfa7f92e8564ab82e35" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_b42730e0521b0acca3b9cd61bfdeeb09.setContent(html_1844a1886e69cdfa7f92e8564ab82e35);
|
|
|
|
|
|
|
|
marker_2fd4d49a27ed3ca01d6eca79ac59bd04.bindPopup(popup_b42730e0521b0acca3b9cd61bfdeeb09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fd4d49a27ed3ca01d6eca79ac59bd04.setIcon(icon_c2c9476bb0b19c955baf5137a8176f33);
|
|
|
|
|
|
var marker_c277987df332ef0ebc69963a0f82bf32 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_46f8bf281cec06c5dd0bc13ec4922847 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c64ea394bb121c4d48ca9febf3cd4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50c2afe0f3b6a7007793afd9d1c451cc = $(`<div id="html_50c2afe0f3b6a7007793afd9d1c451cc" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_48c64ea394bb121c4d48ca9febf3cd4c.setContent(html_50c2afe0f3b6a7007793afd9d1c451cc);
|
|
|
|
|
|
|
|
marker_c277987df332ef0ebc69963a0f82bf32.bindPopup(popup_48c64ea394bb121c4d48ca9febf3cd4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c277987df332ef0ebc69963a0f82bf32.setIcon(icon_46f8bf281cec06c5dd0bc13ec4922847);
|
|
|
|
|
|
var marker_1d78731ad0944c33c45989e6349d2faf = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_cd58f5ee9ab1c55732de53d30f4ec28e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26f1714bedea5a6144c6665c48d47c6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_551dda54059d82b0d6adb1d098cb183e = $(`<div id="html_551dda54059d82b0d6adb1d098cb183e" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_26f1714bedea5a6144c6665c48d47c6e.setContent(html_551dda54059d82b0d6adb1d098cb183e);
|
|
|
|
|
|
|
|
marker_1d78731ad0944c33c45989e6349d2faf.bindPopup(popup_26f1714bedea5a6144c6665c48d47c6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d78731ad0944c33c45989e6349d2faf.setIcon(icon_cd58f5ee9ab1c55732de53d30f4ec28e);
|
|
|
|
|
|
var marker_6c670f8c39e7856fcbe62816299948b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_38dcfded44f178f70b709e38c6d06450 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d34cb00c3b7087b8fbdc09526dd7466 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da24ef480738cd151a41f92c6a98e0a3 = $(`<div id="html_da24ef480738cd151a41f92c6a98e0a3" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_2d34cb00c3b7087b8fbdc09526dd7466.setContent(html_da24ef480738cd151a41f92c6a98e0a3);
|
|
|
|
|
|
|
|
marker_6c670f8c39e7856fcbe62816299948b8.bindPopup(popup_2d34cb00c3b7087b8fbdc09526dd7466)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c670f8c39e7856fcbe62816299948b8.setIcon(icon_38dcfded44f178f70b709e38c6d06450);
|
|
|
|
|
|
var marker_0a09c159756d24be4bf13a0cde6dfa04 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_56adf91f0f8884cf84b381b8e20a7b3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40d5e9d17bea8efa168cb96f1478b9ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5d5bd3e2bc9ad005265b10b1565b321 = $(`<div id="html_a5d5bd3e2bc9ad005265b10b1565b321" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_40d5e9d17bea8efa168cb96f1478b9ee.setContent(html_a5d5bd3e2bc9ad005265b10b1565b321);
|
|
|
|
|
|
|
|
marker_0a09c159756d24be4bf13a0cde6dfa04.bindPopup(popup_40d5e9d17bea8efa168cb96f1478b9ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a09c159756d24be4bf13a0cde6dfa04.setIcon(icon_56adf91f0f8884cf84b381b8e20a7b3b);
|
|
|
|
|
|
var marker_86b634a3bf3e0f6b2c7b7f7fc735173d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_80549b6c0053b373df35268cad5df30d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6c987f616fc5348636fe6d72c2479b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88da5004ba989ede6737120fa2ce696b = $(`<div id="html_88da5004ba989ede6737120fa2ce696b" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_b6c987f616fc5348636fe6d72c2479b3.setContent(html_88da5004ba989ede6737120fa2ce696b);
|
|
|
|
|
|
|
|
marker_86b634a3bf3e0f6b2c7b7f7fc735173d.bindPopup(popup_b6c987f616fc5348636fe6d72c2479b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86b634a3bf3e0f6b2c7b7f7fc735173d.setIcon(icon_80549b6c0053b373df35268cad5df30d);
|
|
|
|
|
|
var marker_a2abd3487ab8e95ff130a376d01f1eb7 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_931c473c306cc0a239956e7a3d770306 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea679be677dc02c1766cfa0e032890da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51c37d5f1b15d20ac7c1272d65e67ebf = $(`<div id="html_51c37d5f1b15d20ac7c1272d65e67ebf" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_ea679be677dc02c1766cfa0e032890da.setContent(html_51c37d5f1b15d20ac7c1272d65e67ebf);
|
|
|
|
|
|
|
|
marker_a2abd3487ab8e95ff130a376d01f1eb7.bindPopup(popup_ea679be677dc02c1766cfa0e032890da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2abd3487ab8e95ff130a376d01f1eb7.setIcon(icon_931c473c306cc0a239956e7a3d770306);
|
|
|
|
|
|
var marker_c409496b82fbcfc96887dc8f0f29f463 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ca01a36ea25fdb8d4e1cb1f9b7a91be2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96e74a26b91de64ef94bad3ce95796d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01eba4cef94b000425371256bdcde7f1 = $(`<div id="html_01eba4cef94b000425371256bdcde7f1" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_96e74a26b91de64ef94bad3ce95796d0.setContent(html_01eba4cef94b000425371256bdcde7f1);
|
|
|
|
|
|
|
|
marker_c409496b82fbcfc96887dc8f0f29f463.bindPopup(popup_96e74a26b91de64ef94bad3ce95796d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c409496b82fbcfc96887dc8f0f29f463.setIcon(icon_ca01a36ea25fdb8d4e1cb1f9b7a91be2);
|
|
|
|
|
|
var marker_dc736320171e1d4803ecefa255476963 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_129b8b03c4316b229f1e2ef61c682572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54282a721508a5d252c88f2914884d00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2132bfbff5999aebe9d50d161d83da0 = $(`<div id="html_d2132bfbff5999aebe9d50d161d83da0" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_54282a721508a5d252c88f2914884d00.setContent(html_d2132bfbff5999aebe9d50d161d83da0);
|
|
|
|
|
|
|
|
marker_dc736320171e1d4803ecefa255476963.bindPopup(popup_54282a721508a5d252c88f2914884d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc736320171e1d4803ecefa255476963.setIcon(icon_129b8b03c4316b229f1e2ef61c682572);
|
|
|
|
|
|
var marker_571bfeb1a0edeb529d484abfbf6c18fb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_0f33ffa75e90e94221c13608fff608ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48e6d25861109072b2e21bb0c2088621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ad69e4f6b9ed4787913ae2a2c2ac5f1 = $(`<div id="html_8ad69e4f6b9ed4787913ae2a2c2ac5f1" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_48e6d25861109072b2e21bb0c2088621.setContent(html_8ad69e4f6b9ed4787913ae2a2c2ac5f1);
|
|
|
|
|
|
|
|
marker_571bfeb1a0edeb529d484abfbf6c18fb.bindPopup(popup_48e6d25861109072b2e21bb0c2088621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_571bfeb1a0edeb529d484abfbf6c18fb.setIcon(icon_0f33ffa75e90e94221c13608fff608ba);
|
|
|
|
|
|
var marker_0e896134f373409c84c564a2d706dcaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1051719b27766eb5f4beb2f9c5bcdf66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f870b3726f41d701ea347f4ba4bdee7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc635d128b623e869b2e9cec43afc405 = $(`<div id="html_bc635d128b623e869b2e9cec43afc405" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_f870b3726f41d701ea347f4ba4bdee7b.setContent(html_bc635d128b623e869b2e9cec43afc405);
|
|
|
|
|
|
|
|
marker_0e896134f373409c84c564a2d706dcaf.bindPopup(popup_f870b3726f41d701ea347f4ba4bdee7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e896134f373409c84c564a2d706dcaf.setIcon(icon_1051719b27766eb5f4beb2f9c5bcdf66);
|
|
|
|
|
|
var marker_70a8955f73599c8e1ddeb0bc4efa4bca = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_15a9835a21e198034886c41f79d1d5d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa4004ab7694860c9183444db090c390 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9b2e2183b43de5908f728319d3908ff = $(`<div id="html_a9b2e2183b43de5908f728319d3908ff" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_fa4004ab7694860c9183444db090c390.setContent(html_a9b2e2183b43de5908f728319d3908ff);
|
|
|
|
|
|
|
|
marker_70a8955f73599c8e1ddeb0bc4efa4bca.bindPopup(popup_fa4004ab7694860c9183444db090c390)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70a8955f73599c8e1ddeb0bc4efa4bca.setIcon(icon_15a9835a21e198034886c41f79d1d5d1);
|
|
|
|
|
|
var marker_57bb4493a5c886ee25ae937f3bf4cf98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_32dd984b01d7dc80037234d5cbce16a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07cccdd4bcecda65338ede469d153319 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2027c0899972bee71c9701728739fc03 = $(`<div id="html_2027c0899972bee71c9701728739fc03" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_07cccdd4bcecda65338ede469d153319.setContent(html_2027c0899972bee71c9701728739fc03);
|
|
|
|
|
|
|
|
marker_57bb4493a5c886ee25ae937f3bf4cf98.bindPopup(popup_07cccdd4bcecda65338ede469d153319)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57bb4493a5c886ee25ae937f3bf4cf98.setIcon(icon_32dd984b01d7dc80037234d5cbce16a7);
|
|
|
|
|
|
var marker_25929eb503c21999610d06fbaf9394ad = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1fa29cd39dd40f70f0ddd157df2d6e02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf4332ad1700c6d2ba462fe13b5e8d44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99c563b427351c2e1b500272b3932ed9 = $(`<div id="html_99c563b427351c2e1b500272b3932ed9" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_bf4332ad1700c6d2ba462fe13b5e8d44.setContent(html_99c563b427351c2e1b500272b3932ed9);
|
|
|
|
|
|
|
|
marker_25929eb503c21999610d06fbaf9394ad.bindPopup(popup_bf4332ad1700c6d2ba462fe13b5e8d44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25929eb503c21999610d06fbaf9394ad.setIcon(icon_1fa29cd39dd40f70f0ddd157df2d6e02);
|
|
|
|
|
|
var marker_d033ced6438a88eda93c965e33c84065 = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7663bf9afb9463b972852cb30217a889 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3111a6a734dfb5c4ff02daa640ce066c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b944c260a6a4e96c00b6e9dbce17741e = $(`<div id="html_b944c260a6a4e96c00b6e9dbce17741e" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_3111a6a734dfb5c4ff02daa640ce066c.setContent(html_b944c260a6a4e96c00b6e9dbce17741e);
|
|
|
|
|
|
|
|
marker_d033ced6438a88eda93c965e33c84065.bindPopup(popup_3111a6a734dfb5c4ff02daa640ce066c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d033ced6438a88eda93c965e33c84065.setIcon(icon_7663bf9afb9463b972852cb30217a889);
|
|
|
|
|
|
var marker_99a757edb879d96265e2795dc14129f8 = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_bd68ea46849671d2946a0c7b05189690 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d53da0decdef4adf88dd9ef60c9361f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ed2692604723d3f75aabf67c18787fd = $(`<div id="html_3ed2692604723d3f75aabf67c18787fd" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_0d53da0decdef4adf88dd9ef60c9361f.setContent(html_3ed2692604723d3f75aabf67c18787fd);
|
|
|
|
|
|
|
|
marker_99a757edb879d96265e2795dc14129f8.bindPopup(popup_0d53da0decdef4adf88dd9ef60c9361f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99a757edb879d96265e2795dc14129f8.setIcon(icon_bd68ea46849671d2946a0c7b05189690);
|
|
|
|
|
|
var marker_f8b92befd5bfb525c4efc03f20010fbf = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_41cb1f2e4d1da5cd32ced3a598fb7807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5167f7726a4f8f87470f7c5144864462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69fb4fe4b246e4b03ce0d5a71751ec07 = $(`<div id="html_69fb4fe4b246e4b03ce0d5a71751ec07" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_5167f7726a4f8f87470f7c5144864462.setContent(html_69fb4fe4b246e4b03ce0d5a71751ec07);
|
|
|
|
|
|
|
|
marker_f8b92befd5bfb525c4efc03f20010fbf.bindPopup(popup_5167f7726a4f8f87470f7c5144864462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8b92befd5bfb525c4efc03f20010fbf.setIcon(icon_41cb1f2e4d1da5cd32ced3a598fb7807);
|
|
|
|
|
|
var marker_2054b222a07a7c15de6309fab3755737 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c686f35ebbff3a823a6d02f6578ff6c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_585538404221c5371dc8184f83d2dab4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d48f4ec1cdb578fb00450140ec2b8770 = $(`<div id="html_d48f4ec1cdb578fb00450140ec2b8770" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_585538404221c5371dc8184f83d2dab4.setContent(html_d48f4ec1cdb578fb00450140ec2b8770);
|
|
|
|
|
|
|
|
marker_2054b222a07a7c15de6309fab3755737.bindPopup(popup_585538404221c5371dc8184f83d2dab4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2054b222a07a7c15de6309fab3755737.setIcon(icon_c686f35ebbff3a823a6d02f6578ff6c4);
|
|
|
|
|
|
var marker_d21b18f9cccb4ed926256e3a8479a6b7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e6058b3cb8cd6e46ac0d24bfa1e6e45e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a100e3c178d3be387d9a90cf213d85e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_716921b286e8a2a52efa07af72863d27 = $(`<div id="html_716921b286e8a2a52efa07af72863d27" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_3a100e3c178d3be387d9a90cf213d85e.setContent(html_716921b286e8a2a52efa07af72863d27);
|
|
|
|
|
|
|
|
marker_d21b18f9cccb4ed926256e3a8479a6b7.bindPopup(popup_3a100e3c178d3be387d9a90cf213d85e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d21b18f9cccb4ed926256e3a8479a6b7.setIcon(icon_e6058b3cb8cd6e46ac0d24bfa1e6e45e);
|
|
|
|
|
|
var marker_84e1a744fd1f850c7aa67182d5b6c218 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_be0cc9b56ee5568b62be82088c52c5bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8daf54a4fcffe679f6b4cf3660fbc7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_012b8e7fbbbc796b31e5085a6af4dc69 = $(`<div id="html_012b8e7fbbbc796b31e5085a6af4dc69" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_c8daf54a4fcffe679f6b4cf3660fbc7e.setContent(html_012b8e7fbbbc796b31e5085a6af4dc69);
|
|
|
|
|
|
|
|
marker_84e1a744fd1f850c7aa67182d5b6c218.bindPopup(popup_c8daf54a4fcffe679f6b4cf3660fbc7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84e1a744fd1f850c7aa67182d5b6c218.setIcon(icon_be0cc9b56ee5568b62be82088c52c5bc);
|
|
|
|
|
|
var marker_c584f1bdf6a02b2d9d5932d4062ce3e5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_415a8452883ae9ebd6b0977927a371fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_581e33d4bf18099081a75a51a6400fd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aacd86b0e7f9ce4a1bc7ac76e10bfae9 = $(`<div id="html_aacd86b0e7f9ce4a1bc7ac76e10bfae9" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_581e33d4bf18099081a75a51a6400fd2.setContent(html_aacd86b0e7f9ce4a1bc7ac76e10bfae9);
|
|
|
|
|
|
|
|
marker_c584f1bdf6a02b2d9d5932d4062ce3e5.bindPopup(popup_581e33d4bf18099081a75a51a6400fd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c584f1bdf6a02b2d9d5932d4062ce3e5.setIcon(icon_415a8452883ae9ebd6b0977927a371fd);
|
|
|
|
|
|
var marker_0fd6a2e6af5d6ca8f92c6bbe96e93357 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7e70195f6781cb0d7e4be4b0cc62cdd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6209a4544a6c733ffa71c90c886d7fe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a99e6f664a870b403f2eb95057e9149a = $(`<div id="html_a99e6f664a870b403f2eb95057e9149a" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_6209a4544a6c733ffa71c90c886d7fe9.setContent(html_a99e6f664a870b403f2eb95057e9149a);
|
|
|
|
|
|
|
|
marker_0fd6a2e6af5d6ca8f92c6bbe96e93357.bindPopup(popup_6209a4544a6c733ffa71c90c886d7fe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fd6a2e6af5d6ca8f92c6bbe96e93357.setIcon(icon_7e70195f6781cb0d7e4be4b0cc62cdd2);
|
|
|
|
|
|
var marker_91a2f72163c403d836c669203bda3dde = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e0d6e7c11a2c6bcc2770989cd9cbc6ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8577fa7389dd65bda86c96df8eb8e1b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1db5c02212478f9e47114aa8189bd47b = $(`<div id="html_1db5c02212478f9e47114aa8189bd47b" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_8577fa7389dd65bda86c96df8eb8e1b5.setContent(html_1db5c02212478f9e47114aa8189bd47b);
|
|
|
|
|
|
|
|
marker_91a2f72163c403d836c669203bda3dde.bindPopup(popup_8577fa7389dd65bda86c96df8eb8e1b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a2f72163c403d836c669203bda3dde.setIcon(icon_e0d6e7c11a2c6bcc2770989cd9cbc6ea);
|
|
|
|
|
|
var marker_2ff8ce635c9a19a6d6619fd18a21d335 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7817b5954cf69d8bc7bb7992562501f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ec90b4051ec0355f9a9b26477e42591 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24563a4dfdbd0b06b30537a2adbdbbb4 = $(`<div id="html_24563a4dfdbd0b06b30537a2adbdbbb4" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_6ec90b4051ec0355f9a9b26477e42591.setContent(html_24563a4dfdbd0b06b30537a2adbdbbb4);
|
|
|
|
|
|
|
|
marker_2ff8ce635c9a19a6d6619fd18a21d335.bindPopup(popup_6ec90b4051ec0355f9a9b26477e42591)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ff8ce635c9a19a6d6619fd18a21d335.setIcon(icon_7817b5954cf69d8bc7bb7992562501f5);
|
|
|
|
|
|
var marker_e3f5d50edc53b050c52bb224e835382d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ee7b547cb599afa2cba313eed186b69c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c91392d180f11d1e7358e429529eca9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a651707c882b6c9854d6b8fc9d8ae862 = $(`<div id="html_a651707c882b6c9854d6b8fc9d8ae862" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_5c91392d180f11d1e7358e429529eca9.setContent(html_a651707c882b6c9854d6b8fc9d8ae862);
|
|
|
|
|
|
|
|
marker_e3f5d50edc53b050c52bb224e835382d.bindPopup(popup_5c91392d180f11d1e7358e429529eca9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3f5d50edc53b050c52bb224e835382d.setIcon(icon_ee7b547cb599afa2cba313eed186b69c);
|
|
|
|
|
|
var marker_a7e8ad801f174049358409149cea67a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1887b0d70e08aeb2d770078bcb7a6a8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cfe7f7f7a0bfb8b1944d29bfb93699c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_791e29be81f1b4987c32c20430bc77f3 = $(`<div id="html_791e29be81f1b4987c32c20430bc77f3" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_5cfe7f7f7a0bfb8b1944d29bfb93699c.setContent(html_791e29be81f1b4987c32c20430bc77f3);
|
|
|
|
|
|
|
|
marker_a7e8ad801f174049358409149cea67a2.bindPopup(popup_5cfe7f7f7a0bfb8b1944d29bfb93699c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7e8ad801f174049358409149cea67a2.setIcon(icon_1887b0d70e08aeb2d770078bcb7a6a8b);
|
|
|
|
|
|
var marker_1ca13e7578081e0909dd92d3cb67abe5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7c38c30e896d786f2002182eb5932dc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdadb0addfec26f408523f3a49b16954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_174591b9c22c5dcb78151b1afdfe13be = $(`<div id="html_174591b9c22c5dcb78151b1afdfe13be" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_bdadb0addfec26f408523f3a49b16954.setContent(html_174591b9c22c5dcb78151b1afdfe13be);
|
|
|
|
|
|
|
|
marker_1ca13e7578081e0909dd92d3cb67abe5.bindPopup(popup_bdadb0addfec26f408523f3a49b16954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ca13e7578081e0909dd92d3cb67abe5.setIcon(icon_7c38c30e896d786f2002182eb5932dc2);
|
|
|
|
|
|
var marker_cc79c0b13ebdc1c07fa8933fcf15bf23 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_f92d29ec9ac37e7e7f36ed65a297804c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2f0bedefe121c2726da9a3b228751ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbc72b82741b091b2fa7682eade5703d = $(`<div id="html_bbc72b82741b091b2fa7682eade5703d" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_e2f0bedefe121c2726da9a3b228751ab.setContent(html_bbc72b82741b091b2fa7682eade5703d);
|
|
|
|
|
|
|
|
marker_cc79c0b13ebdc1c07fa8933fcf15bf23.bindPopup(popup_e2f0bedefe121c2726da9a3b228751ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc79c0b13ebdc1c07fa8933fcf15bf23.setIcon(icon_f92d29ec9ac37e7e7f36ed65a297804c);
|
|
|
|
|
|
var marker_feb5e1b7b43628cc90f452dce2f6462e = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c4def3d0c74a76a6717d006517efb54a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c22b176a3992ad197378dcaf73af6a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a46bc11f408c676326be7f18e5324824 = $(`<div id="html_a46bc11f408c676326be7f18e5324824" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_8c22b176a3992ad197378dcaf73af6a5.setContent(html_a46bc11f408c676326be7f18e5324824);
|
|
|
|
|
|
|
|
marker_feb5e1b7b43628cc90f452dce2f6462e.bindPopup(popup_8c22b176a3992ad197378dcaf73af6a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_feb5e1b7b43628cc90f452dce2f6462e.setIcon(icon_c4def3d0c74a76a6717d006517efb54a);
|
|
|
|
|
|
var marker_78c599b810791611256d466e40392cce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_76ce9c58a3de0ac2bc2b7a3e920d1855 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5f256b5d4ce02e59439e5139a3f7642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5391e5e537fa8e82f24b026d5c34a5e = $(`<div id="html_f5391e5e537fa8e82f24b026d5c34a5e" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_f5f256b5d4ce02e59439e5139a3f7642.setContent(html_f5391e5e537fa8e82f24b026d5c34a5e);
|
|
|
|
|
|
|
|
marker_78c599b810791611256d466e40392cce.bindPopup(popup_f5f256b5d4ce02e59439e5139a3f7642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78c599b810791611256d466e40392cce.setIcon(icon_76ce9c58a3de0ac2bc2b7a3e920d1855);
|
|
|
|
|
|
var marker_edf54b54f38d0a8c7f9669a5a0df7c38 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a40e6bd830cfaaa7fdf2f36559fedf14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4bdfc5b646c42e6bd655a34ed5625da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_067fb41aacae6556b350b71c5467e816 = $(`<div id="html_067fb41aacae6556b350b71c5467e816" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_d4bdfc5b646c42e6bd655a34ed5625da.setContent(html_067fb41aacae6556b350b71c5467e816);
|
|
|
|
|
|
|
|
marker_edf54b54f38d0a8c7f9669a5a0df7c38.bindPopup(popup_d4bdfc5b646c42e6bd655a34ed5625da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edf54b54f38d0a8c7f9669a5a0df7c38.setIcon(icon_a40e6bd830cfaaa7fdf2f36559fedf14);
|
|
|
|
|
|
var marker_67ced7b8965565cef732d73721c8c23d = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_f57ca48bd23fec850b740d9849ad3689 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bca86492ad402b7a5ce7d8a66a3cbcde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67a1f36d70bcf6d42bd188f100d5bc09 = $(`<div id="html_67a1f36d70bcf6d42bd188f100d5bc09" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_bca86492ad402b7a5ce7d8a66a3cbcde.setContent(html_67a1f36d70bcf6d42bd188f100d5bc09);
|
|
|
|
|
|
|
|
marker_67ced7b8965565cef732d73721c8c23d.bindPopup(popup_bca86492ad402b7a5ce7d8a66a3cbcde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67ced7b8965565cef732d73721c8c23d.setIcon(icon_f57ca48bd23fec850b740d9849ad3689);
|
|
|
|
|
|
var marker_019ed6e5f38c9d94d7be91d87069d185 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_85c7bd0d51b489656dfa979de73777f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fd14e839747a2dedb179e0568a4e11f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8551d703ac80f4ceec76b3b662e9582f = $(`<div id="html_8551d703ac80f4ceec76b3b662e9582f" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_5fd14e839747a2dedb179e0568a4e11f.setContent(html_8551d703ac80f4ceec76b3b662e9582f);
|
|
|
|
|
|
|
|
marker_019ed6e5f38c9d94d7be91d87069d185.bindPopup(popup_5fd14e839747a2dedb179e0568a4e11f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_019ed6e5f38c9d94d7be91d87069d185.setIcon(icon_85c7bd0d51b489656dfa979de73777f2);
|
|
|
|
|
|
var marker_d0be9ac3594366609d906f8819b6c393 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_11ea805c84f18b399355e51ff5666ce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08292610b3cc098597cac4880ec7d07f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7203e373d92b7e90de0e81dad8779f0 = $(`<div id="html_b7203e373d92b7e90de0e81dad8779f0" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_08292610b3cc098597cac4880ec7d07f.setContent(html_b7203e373d92b7e90de0e81dad8779f0);
|
|
|
|
|
|
|
|
marker_d0be9ac3594366609d906f8819b6c393.bindPopup(popup_08292610b3cc098597cac4880ec7d07f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0be9ac3594366609d906f8819b6c393.setIcon(icon_11ea805c84f18b399355e51ff5666ce9);
|
|
|
|
|
|
var marker_0e0b3d7af05c109e30277588aa9e8909 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d687f4796964da90dff574f164883ca3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cc9aa4268abfaafeeedec6abe828aab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_799e0df2d5a1ee677a17deb0e06fd744 = $(`<div id="html_799e0df2d5a1ee677a17deb0e06fd744" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_9cc9aa4268abfaafeeedec6abe828aab.setContent(html_799e0df2d5a1ee677a17deb0e06fd744);
|
|
|
|
|
|
|
|
marker_0e0b3d7af05c109e30277588aa9e8909.bindPopup(popup_9cc9aa4268abfaafeeedec6abe828aab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e0b3d7af05c109e30277588aa9e8909.setIcon(icon_d687f4796964da90dff574f164883ca3);
|
|
|
|
|
|
var marker_750dd8cfb6d6fd4d43c8f0fd98558ae7 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_23112370d3343ae5cc4172ad5a66ec0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77970fb041743d598fd98fa3552646da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52cc13ddf0d7ef6325bc2437d9139a3c = $(`<div id="html_52cc13ddf0d7ef6325bc2437d9139a3c" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_77970fb041743d598fd98fa3552646da.setContent(html_52cc13ddf0d7ef6325bc2437d9139a3c);
|
|
|
|
|
|
|
|
marker_750dd8cfb6d6fd4d43c8f0fd98558ae7.bindPopup(popup_77970fb041743d598fd98fa3552646da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_750dd8cfb6d6fd4d43c8f0fd98558ae7.setIcon(icon_23112370d3343ae5cc4172ad5a66ec0e);
|
|
|
|
|
|
var marker_dac38af6757021109735ba310c02f93e = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e49db848181f53109108331e71b1238f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bca36bad46f78c86bb67bf73038e1ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04f11e334f352c7f0d499a0489a89ad8 = $(`<div id="html_04f11e334f352c7f0d499a0489a89ad8" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_1bca36bad46f78c86bb67bf73038e1ae.setContent(html_04f11e334f352c7f0d499a0489a89ad8);
|
|
|
|
|
|
|
|
marker_dac38af6757021109735ba310c02f93e.bindPopup(popup_1bca36bad46f78c86bb67bf73038e1ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dac38af6757021109735ba310c02f93e.setIcon(icon_e49db848181f53109108331e71b1238f);
|
|
|
|
|
|
var marker_3514d1f02de564a0a2226fb48ca1aa6e = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_5e818c8640fd7340a7c907d1cdb3370a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfd78fcf90e737c27e42c3d3bb73cba5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de67c29d6819ac061c821befb6b283c3 = $(`<div id="html_de67c29d6819ac061c821befb6b283c3" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_cfd78fcf90e737c27e42c3d3bb73cba5.setContent(html_de67c29d6819ac061c821befb6b283c3);
|
|
|
|
|
|
|
|
marker_3514d1f02de564a0a2226fb48ca1aa6e.bindPopup(popup_cfd78fcf90e737c27e42c3d3bb73cba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3514d1f02de564a0a2226fb48ca1aa6e.setIcon(icon_5e818c8640fd7340a7c907d1cdb3370a);
|
|
|
|
|
|
var marker_b02b3900cb8faedc4cfd30662e12ed94 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_daa73e0e8865496eb52ae07fc92f5a91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31c901639a8d6c3224c8128ef43c07b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a45e9141b2a4e0bb3eab2fa2ff3b9067 = $(`<div id="html_a45e9141b2a4e0bb3eab2fa2ff3b9067" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_31c901639a8d6c3224c8128ef43c07b3.setContent(html_a45e9141b2a4e0bb3eab2fa2ff3b9067);
|
|
|
|
|
|
|
|
marker_b02b3900cb8faedc4cfd30662e12ed94.bindPopup(popup_31c901639a8d6c3224c8128ef43c07b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b02b3900cb8faedc4cfd30662e12ed94.setIcon(icon_daa73e0e8865496eb52ae07fc92f5a91);
|
|
|
|
|
|
var marker_baefcdf373034f7690eb9f11a7e7605a = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b65cd0007fb5ce5003af05c2089b780d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c189380ad63bfe5c6b075c28107b2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a327b67e46986084b6e4552ea3acb413 = $(`<div id="html_a327b67e46986084b6e4552ea3acb413" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_48c189380ad63bfe5c6b075c28107b2f.setContent(html_a327b67e46986084b6e4552ea3acb413);
|
|
|
|
|
|
|
|
marker_baefcdf373034f7690eb9f11a7e7605a.bindPopup(popup_48c189380ad63bfe5c6b075c28107b2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baefcdf373034f7690eb9f11a7e7605a.setIcon(icon_b65cd0007fb5ce5003af05c2089b780d);
|
|
|
|
|
|
var marker_ca5d7a24b24510878e2bb17ae9feac3a = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_29e7f170c3d46f753330370b0cacbd76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b0aa3076bcf741806017f9ca58fe3d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b73011fbcc5a96f3a8b99da0e456d49b = $(`<div id="html_b73011fbcc5a96f3a8b99da0e456d49b" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_9b0aa3076bcf741806017f9ca58fe3d8.setContent(html_b73011fbcc5a96f3a8b99da0e456d49b);
|
|
|
|
|
|
|
|
marker_ca5d7a24b24510878e2bb17ae9feac3a.bindPopup(popup_9b0aa3076bcf741806017f9ca58fe3d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca5d7a24b24510878e2bb17ae9feac3a.setIcon(icon_29e7f170c3d46f753330370b0cacbd76);
|
|
|
|
|
|
var marker_f5df02dd2825399234cac6ecb7522c82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_90ee25a8e3d6eba73ce40b29449ff6c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4075a1053f6f23e252e7edba84762a14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b565b207b33dba5801e948c4ec91e9e9 = $(`<div id="html_b565b207b33dba5801e948c4ec91e9e9" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_4075a1053f6f23e252e7edba84762a14.setContent(html_b565b207b33dba5801e948c4ec91e9e9);
|
|
|
|
|
|
|
|
marker_f5df02dd2825399234cac6ecb7522c82.bindPopup(popup_4075a1053f6f23e252e7edba84762a14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5df02dd2825399234cac6ecb7522c82.setIcon(icon_90ee25a8e3d6eba73ce40b29449ff6c4);
|
|
|
|
|
|
var marker_0c9c1bb67790eebf4e2cc667109d1a2d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_522bb044b71adf4c912272b305b21a61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_633e32b8b4a52e9c08699eed45652a2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fee3a6bb119e3bde33c3e4b817208b6 = $(`<div id="html_4fee3a6bb119e3bde33c3e4b817208b6" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_633e32b8b4a52e9c08699eed45652a2f.setContent(html_4fee3a6bb119e3bde33c3e4b817208b6);
|
|
|
|
|
|
|
|
marker_0c9c1bb67790eebf4e2cc667109d1a2d.bindPopup(popup_633e32b8b4a52e9c08699eed45652a2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c9c1bb67790eebf4e2cc667109d1a2d.setIcon(icon_522bb044b71adf4c912272b305b21a61);
|
|
|
|
|
|
var marker_c6c5f17a24f77ade82ef348d53692864 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_387cfebd9eea7c362a3cfa863672dec8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d63945a0bdfcc76dfc03a7c257b6ce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_393b2b10dfc7cdad0b145340ccca96fc = $(`<div id="html_393b2b10dfc7cdad0b145340ccca96fc" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_3d63945a0bdfcc76dfc03a7c257b6ce5.setContent(html_393b2b10dfc7cdad0b145340ccca96fc);
|
|
|
|
|
|
|
|
marker_c6c5f17a24f77ade82ef348d53692864.bindPopup(popup_3d63945a0bdfcc76dfc03a7c257b6ce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6c5f17a24f77ade82ef348d53692864.setIcon(icon_387cfebd9eea7c362a3cfa863672dec8);
|
|
|
|
|
|
var marker_7a20a61412a37edb96343fd6fea95773 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_414f8f0458791aa26e0855183c9aa175 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ae971c6949ebe9d290dce7e5e26a8c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a39661d337505405f95b298e8088409 = $(`<div id="html_4a39661d337505405f95b298e8088409" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_0ae971c6949ebe9d290dce7e5e26a8c8.setContent(html_4a39661d337505405f95b298e8088409);
|
|
|
|
|
|
|
|
marker_7a20a61412a37edb96343fd6fea95773.bindPopup(popup_0ae971c6949ebe9d290dce7e5e26a8c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a20a61412a37edb96343fd6fea95773.setIcon(icon_414f8f0458791aa26e0855183c9aa175);
|
|
|
|
|
|
var marker_8ee8a4fcdc034984cc870f2fdf970678 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c80b0ec61912a2e682c868c2bc0b0856 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d73a1d278ba200e51b32d4322588d09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_692d7ff6bf1cd2bbe634800e81b391f9 = $(`<div id="html_692d7ff6bf1cd2bbe634800e81b391f9" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_1d73a1d278ba200e51b32d4322588d09.setContent(html_692d7ff6bf1cd2bbe634800e81b391f9);
|
|
|
|
|
|
|
|
marker_8ee8a4fcdc034984cc870f2fdf970678.bindPopup(popup_1d73a1d278ba200e51b32d4322588d09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ee8a4fcdc034984cc870f2fdf970678.setIcon(icon_c80b0ec61912a2e682c868c2bc0b0856);
|
|
|
|
|
|
var marker_29be7563bd6a5dc8380eef4006cf3f2e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_60a4b212f054babbfa0304822f925ddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de14375f77a6ea889d5970f2bb935c3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f67a0e8dbf449f49d8ebd6c1a976291e = $(`<div id="html_f67a0e8dbf449f49d8ebd6c1a976291e" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_de14375f77a6ea889d5970f2bb935c3d.setContent(html_f67a0e8dbf449f49d8ebd6c1a976291e);
|
|
|
|
|
|
|
|
marker_29be7563bd6a5dc8380eef4006cf3f2e.bindPopup(popup_de14375f77a6ea889d5970f2bb935c3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29be7563bd6a5dc8380eef4006cf3f2e.setIcon(icon_60a4b212f054babbfa0304822f925ddc);
|
|
|
|
|
|
var marker_f799b5ebc394432d75f3fbf2d82a8967 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_777cc30a6fc80f1b06358a7c124096a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cebaf7fa97bd245bee15784006edcff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bdf4244f90e67546b987727b190d8c4 = $(`<div id="html_4bdf4244f90e67546b987727b190d8c4" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_0cebaf7fa97bd245bee15784006edcff.setContent(html_4bdf4244f90e67546b987727b190d8c4);
|
|
|
|
|
|
|
|
marker_f799b5ebc394432d75f3fbf2d82a8967.bindPopup(popup_0cebaf7fa97bd245bee15784006edcff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f799b5ebc394432d75f3fbf2d82a8967.setIcon(icon_777cc30a6fc80f1b06358a7c124096a3);
|
|
|
|
|
|
var marker_484da24a9f3d68d671157a1372fefbc4 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6efaa9ca65ef56469d778858032db19d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4898a0af0dd40d49cb157c74145375e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5671126ab9f08c372cf84060b7bdb709 = $(`<div id="html_5671126ab9f08c372cf84060b7bdb709" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_d4898a0af0dd40d49cb157c74145375e.setContent(html_5671126ab9f08c372cf84060b7bdb709);
|
|
|
|
|
|
|
|
marker_484da24a9f3d68d671157a1372fefbc4.bindPopup(popup_d4898a0af0dd40d49cb157c74145375e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_484da24a9f3d68d671157a1372fefbc4.setIcon(icon_6efaa9ca65ef56469d778858032db19d);
|
|
|
|
|
|
var marker_8d29d9230f96c9e0e332d7d75170f4d7 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b61625c274aa33518f368fdd77d397de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80a7c782a01550c9ab9b2ef8c69eba86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62da066fb84769af2b983eabdae0fff8 = $(`<div id="html_62da066fb84769af2b983eabdae0fff8" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_80a7c782a01550c9ab9b2ef8c69eba86.setContent(html_62da066fb84769af2b983eabdae0fff8);
|
|
|
|
|
|
|
|
marker_8d29d9230f96c9e0e332d7d75170f4d7.bindPopup(popup_80a7c782a01550c9ab9b2ef8c69eba86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d29d9230f96c9e0e332d7d75170f4d7.setIcon(icon_b61625c274aa33518f368fdd77d397de);
|
|
|
|
|
|
var marker_705f71fa98751be9848295fa04401130 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c1adbffa53dd7015de2c290f7a5841d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32abc17d5ed328ab5c61573336ff784a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_201211e3bbf19d51f86adf86397272de = $(`<div id="html_201211e3bbf19d51f86adf86397272de" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_32abc17d5ed328ab5c61573336ff784a.setContent(html_201211e3bbf19d51f86adf86397272de);
|
|
|
|
|
|
|
|
marker_705f71fa98751be9848295fa04401130.bindPopup(popup_32abc17d5ed328ab5c61573336ff784a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_705f71fa98751be9848295fa04401130.setIcon(icon_c1adbffa53dd7015de2c290f7a5841d0);
|
|
|
|
|
|
var marker_52dc1a7ae5bcd8122d6178967308f364 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d28751a93e05ee69610a85780ff054b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e9dad64640c320d733f527775339bd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_029f27ca31a06884780b16e9d83bf2b7 = $(`<div id="html_029f27ca31a06884780b16e9d83bf2b7" style="width: 100.0%; height: 100.0%;">nostr.einundzwanzig.space</div>`)[0];
|
|
popup_9e9dad64640c320d733f527775339bd7.setContent(html_029f27ca31a06884780b16e9d83bf2b7);
|
|
|
|
|
|
|
|
marker_52dc1a7ae5bcd8122d6178967308f364.bindPopup(popup_9e9dad64640c320d733f527775339bd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52dc1a7ae5bcd8122d6178967308f364.setIcon(icon_d28751a93e05ee69610a85780ff054b5);
|
|
|
|
|
|
var marker_43efaab1b791d7881c784900823df637 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_3a2874c2f812ea18264d158a51fbbec5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15ba15674649aff58d998ceecf507b07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a704942ab25c11558f53d273341f7ed = $(`<div id="html_8a704942ab25c11558f53d273341f7ed" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_15ba15674649aff58d998ceecf507b07.setContent(html_8a704942ab25c11558f53d273341f7ed);
|
|
|
|
|
|
|
|
marker_43efaab1b791d7881c784900823df637.bindPopup(popup_15ba15674649aff58d998ceecf507b07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43efaab1b791d7881c784900823df637.setIcon(icon_3a2874c2f812ea18264d158a51fbbec5);
|
|
|
|
|
|
var marker_ae8f48280c698b60e1f228ef8c6258da = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b74f4186fc8f7276b4b4803e02e1996b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60a4721191677a9f0d20e4d43ec3e2fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35a494a892a009abed16ef52fab6aeb0 = $(`<div id="html_35a494a892a009abed16ef52fab6aeb0" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_60a4721191677a9f0d20e4d43ec3e2fe.setContent(html_35a494a892a009abed16ef52fab6aeb0);
|
|
|
|
|
|
|
|
marker_ae8f48280c698b60e1f228ef8c6258da.bindPopup(popup_60a4721191677a9f0d20e4d43ec3e2fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae8f48280c698b60e1f228ef8c6258da.setIcon(icon_b74f4186fc8f7276b4b4803e02e1996b);
|
|
|
|
|
|
var marker_8547ce1c1a98ce921ab5f4fdd1b4ae2b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_bbcd9a1b68f06439ad73cb6b1cbf5123 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df5fd58d633e7e930c4fabb8c04468f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7b7084475a390b3f5276e4818b739d2 = $(`<div id="html_b7b7084475a390b3f5276e4818b739d2" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_df5fd58d633e7e930c4fabb8c04468f4.setContent(html_b7b7084475a390b3f5276e4818b739d2);
|
|
|
|
|
|
|
|
marker_8547ce1c1a98ce921ab5f4fdd1b4ae2b.bindPopup(popup_df5fd58d633e7e930c4fabb8c04468f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8547ce1c1a98ce921ab5f4fdd1b4ae2b.setIcon(icon_bbcd9a1b68f06439ad73cb6b1cbf5123);
|
|
|
|
|
|
var marker_a8a7a49161dbd47bc8f7baf8f909d102 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_180f3dd53a0d722856483bf2a6437198 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05a89e02aea080723fb9dd08a074a265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d239bf7cbd8775a3881d62a30d63e41 = $(`<div id="html_5d239bf7cbd8775a3881d62a30d63e41" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_05a89e02aea080723fb9dd08a074a265.setContent(html_5d239bf7cbd8775a3881d62a30d63e41);
|
|
|
|
|
|
|
|
marker_a8a7a49161dbd47bc8f7baf8f909d102.bindPopup(popup_05a89e02aea080723fb9dd08a074a265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8a7a49161dbd47bc8f7baf8f909d102.setIcon(icon_180f3dd53a0d722856483bf2a6437198);
|
|
|
|
|
|
var marker_1ea0df6648db47939ec21c5ebc3f870a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_9de9c347124fe0b48a01f624fb02445f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e4c64be8833deed46a3645e3f2b1825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0e9ff0f982c9972e3336fb9f935c955 = $(`<div id="html_d0e9ff0f982c9972e3336fb9f935c955" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_6e4c64be8833deed46a3645e3f2b1825.setContent(html_d0e9ff0f982c9972e3336fb9f935c955);
|
|
|
|
|
|
|
|
marker_1ea0df6648db47939ec21c5ebc3f870a.bindPopup(popup_6e4c64be8833deed46a3645e3f2b1825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ea0df6648db47939ec21c5ebc3f870a.setIcon(icon_9de9c347124fe0b48a01f624fb02445f);
|
|
|
|
|
|
var marker_31a50bda15ce243bea8d4ac6f792c0ac = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e4727293fd037c26a04abe5ceda7e80d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eef90582c056ec8091733cd99fb9f42b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c79c7fdc140997991688693020c03a13 = $(`<div id="html_c79c7fdc140997991688693020c03a13" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_eef90582c056ec8091733cd99fb9f42b.setContent(html_c79c7fdc140997991688693020c03a13);
|
|
|
|
|
|
|
|
marker_31a50bda15ce243bea8d4ac6f792c0ac.bindPopup(popup_eef90582c056ec8091733cd99fb9f42b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31a50bda15ce243bea8d4ac6f792c0ac.setIcon(icon_e4727293fd037c26a04abe5ceda7e80d);
|
|
|
|
|
|
var marker_e567c4d6fac852d5d90c81975e61828b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_75b3d5e3aee0537c7fba0906a7ab3ee5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34869569c8f624d45f522a13bb909f77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b67f513cb3b75e1c1645ea6f2b9f8e4 = $(`<div id="html_0b67f513cb3b75e1c1645ea6f2b9f8e4" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_34869569c8f624d45f522a13bb909f77.setContent(html_0b67f513cb3b75e1c1645ea6f2b9f8e4);
|
|
|
|
|
|
|
|
marker_e567c4d6fac852d5d90c81975e61828b.bindPopup(popup_34869569c8f624d45f522a13bb909f77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e567c4d6fac852d5d90c81975e61828b.setIcon(icon_75b3d5e3aee0537c7fba0906a7ab3ee5);
|
|
|
|
|
|
var marker_c117b2728b2ad8cf20b364bf9ed9f2e3 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_05a73e00dad5b6f1c059a1631f18db71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c717b2b435c84eddeaf602b44e0e98f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41ca77cec32214ae57544c339e8a3973 = $(`<div id="html_41ca77cec32214ae57544c339e8a3973" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_c717b2b435c84eddeaf602b44e0e98f1.setContent(html_41ca77cec32214ae57544c339e8a3973);
|
|
|
|
|
|
|
|
marker_c117b2728b2ad8cf20b364bf9ed9f2e3.bindPopup(popup_c717b2b435c84eddeaf602b44e0e98f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c117b2728b2ad8cf20b364bf9ed9f2e3.setIcon(icon_05a73e00dad5b6f1c059a1631f18db71);
|
|
|
|
|
|
var marker_6f0d04c4ac7553817c5ece1f971d4fa6 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a1b4246485eb6e02e834f2b588ab1aec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d55b89fd2429d0c8d3e865f8d563b43b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b7c59799ea74548e5cb3ca9be1c1a28 = $(`<div id="html_0b7c59799ea74548e5cb3ca9be1c1a28" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_d55b89fd2429d0c8d3e865f8d563b43b.setContent(html_0b7c59799ea74548e5cb3ca9be1c1a28);
|
|
|
|
|
|
|
|
marker_6f0d04c4ac7553817c5ece1f971d4fa6.bindPopup(popup_d55b89fd2429d0c8d3e865f8d563b43b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f0d04c4ac7553817c5ece1f971d4fa6.setIcon(icon_a1b4246485eb6e02e834f2b588ab1aec);
|
|
|
|
|
|
var marker_5be3a76f988cc6c07a40dbcb45cb97c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8b916ce173c9d12957d89d56f66426b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fa804de63ff58b609f5d06c3c0643e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16062443a10308a51dec7b3380e527b4 = $(`<div id="html_16062443a10308a51dec7b3380e527b4" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_1fa804de63ff58b609f5d06c3c0643e7.setContent(html_16062443a10308a51dec7b3380e527b4);
|
|
|
|
|
|
|
|
marker_5be3a76f988cc6c07a40dbcb45cb97c8.bindPopup(popup_1fa804de63ff58b609f5d06c3c0643e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5be3a76f988cc6c07a40dbcb45cb97c8.setIcon(icon_8b916ce173c9d12957d89d56f66426b2);
|
|
|
|
|
|
var marker_3200dcd8ee5a16e6ab650f2498099a47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e60bf25d50bc973e7a6345964fe7c4ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_582749012e0242e9a87faa3ce34a2286 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34870f7582ee1b3895777528005dfa1b = $(`<div id="html_34870f7582ee1b3895777528005dfa1b" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_582749012e0242e9a87faa3ce34a2286.setContent(html_34870f7582ee1b3895777528005dfa1b);
|
|
|
|
|
|
|
|
marker_3200dcd8ee5a16e6ab650f2498099a47.bindPopup(popup_582749012e0242e9a87faa3ce34a2286)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3200dcd8ee5a16e6ab650f2498099a47.setIcon(icon_e60bf25d50bc973e7a6345964fe7c4ae);
|
|
|
|
|
|
var marker_6593bea7d15215860ef74ded48c6b91b = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_fa32fcbd13ef62f895d3884fc0193416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_490199d587a6a2efc920013a14a6913c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_650bf619146c3be98251f18bfc3e0221 = $(`<div id="html_650bf619146c3be98251f18bfc3e0221" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_490199d587a6a2efc920013a14a6913c.setContent(html_650bf619146c3be98251f18bfc3e0221);
|
|
|
|
|
|
|
|
marker_6593bea7d15215860ef74ded48c6b91b.bindPopup(popup_490199d587a6a2efc920013a14a6913c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6593bea7d15215860ef74ded48c6b91b.setIcon(icon_fa32fcbd13ef62f895d3884fc0193416);
|
|
|
|
|
|
var marker_411abc8dd04f4a377ef5a35367aabf90 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_caf9ffcd0e411c448eaedbb3752adcfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60acb7a2088b94a023d389a39decf0d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49df97fd4116b9b4bcc16e579f3deab5 = $(`<div id="html_49df97fd4116b9b4bcc16e579f3deab5" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_60acb7a2088b94a023d389a39decf0d9.setContent(html_49df97fd4116b9b4bcc16e579f3deab5);
|
|
|
|
|
|
|
|
marker_411abc8dd04f4a377ef5a35367aabf90.bindPopup(popup_60acb7a2088b94a023d389a39decf0d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_411abc8dd04f4a377ef5a35367aabf90.setIcon(icon_caf9ffcd0e411c448eaedbb3752adcfc);
|
|
|
|
|
|
var marker_128f1314ec6172bf37fabc399576fde4 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6107d97d603961039a3fa62432fc884f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f865eb58f67b93a8ca727b450a8bf46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aed9451e05152ec503807eaba114f6ed = $(`<div id="html_aed9451e05152ec503807eaba114f6ed" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_8f865eb58f67b93a8ca727b450a8bf46.setContent(html_aed9451e05152ec503807eaba114f6ed);
|
|
|
|
|
|
|
|
marker_128f1314ec6172bf37fabc399576fde4.bindPopup(popup_8f865eb58f67b93a8ca727b450a8bf46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_128f1314ec6172bf37fabc399576fde4.setIcon(icon_6107d97d603961039a3fa62432fc884f);
|
|
|
|
|
|
var marker_5c9a4083a5a49ddc1e0bcb5651373ae5 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2d71f2171bf87e263c0d1f24baeebdb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22b0666144b0ae270de66b537f0c8cd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb7c85876d762ecf5e731e40fb901ecd = $(`<div id="html_eb7c85876d762ecf5e731e40fb901ecd" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_22b0666144b0ae270de66b537f0c8cd1.setContent(html_eb7c85876d762ecf5e731e40fb901ecd);
|
|
|
|
|
|
|
|
marker_5c9a4083a5a49ddc1e0bcb5651373ae5.bindPopup(popup_22b0666144b0ae270de66b537f0c8cd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c9a4083a5a49ddc1e0bcb5651373ae5.setIcon(icon_2d71f2171bf87e263c0d1f24baeebdb4);
|
|
|
|
|
|
var marker_d3d6b7e993e41fe273bbdd3d22a63fdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_10a796c8bbbbe5e81f88364aee555a8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43b570db1b3286376964ecf5bc1ec4d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76619852ac25086bfb06fb5491c02e7f = $(`<div id="html_76619852ac25086bfb06fb5491c02e7f" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_43b570db1b3286376964ecf5bc1ec4d7.setContent(html_76619852ac25086bfb06fb5491c02e7f);
|
|
|
|
|
|
|
|
marker_d3d6b7e993e41fe273bbdd3d22a63fdd.bindPopup(popup_43b570db1b3286376964ecf5bc1ec4d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3d6b7e993e41fe273bbdd3d22a63fdd.setIcon(icon_10a796c8bbbbe5e81f88364aee555a8f);
|
|
|
|
|
|
var marker_0eec8cfd11a47ca7cd728d1482026f3f = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_bb9b3b9ab2247dfa556cea844cd29053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acfb9b42d904fc5fb02602197846ee77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f545f9438246fd430ea3eab45fd95230 = $(`<div id="html_f545f9438246fd430ea3eab45fd95230" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_acfb9b42d904fc5fb02602197846ee77.setContent(html_f545f9438246fd430ea3eab45fd95230);
|
|
|
|
|
|
|
|
marker_0eec8cfd11a47ca7cd728d1482026f3f.bindPopup(popup_acfb9b42d904fc5fb02602197846ee77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0eec8cfd11a47ca7cd728d1482026f3f.setIcon(icon_bb9b3b9ab2247dfa556cea844cd29053);
|
|
|
|
|
|
var marker_8fa774d960dccdfccb01ed5e20a2d68c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_3992f4072661e227f21a74b563e3f6b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef249f0f3c7be58ada3836372c239028 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5a29d78c73e616b5d7cacc5351bb89f = $(`<div id="html_f5a29d78c73e616b5d7cacc5351bb89f" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_ef249f0f3c7be58ada3836372c239028.setContent(html_f5a29d78c73e616b5d7cacc5351bb89f);
|
|
|
|
|
|
|
|
marker_8fa774d960dccdfccb01ed5e20a2d68c.bindPopup(popup_ef249f0f3c7be58ada3836372c239028)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fa774d960dccdfccb01ed5e20a2d68c.setIcon(icon_3992f4072661e227f21a74b563e3f6b0);
|
|
|
|
|
|
var marker_93ab5b6df5d742f43f9a45397d6b598f = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_4f5cb9a891c80d14c440ee7beff29e1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc646f5ec2aa776af6482635bc9d695a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebc65dd84cc86f935f147cdd057c763d = $(`<div id="html_ebc65dd84cc86f935f147cdd057c763d" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_fc646f5ec2aa776af6482635bc9d695a.setContent(html_ebc65dd84cc86f935f147cdd057c763d);
|
|
|
|
|
|
|
|
marker_93ab5b6df5d742f43f9a45397d6b598f.bindPopup(popup_fc646f5ec2aa776af6482635bc9d695a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93ab5b6df5d742f43f9a45397d6b598f.setIcon(icon_4f5cb9a891c80d14c440ee7beff29e1e);
|
|
|
|
|
|
var marker_f28843895669bf45e874513d2da57b6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_49bd73938c2536caf95d0ff161b7bf39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34915b78eeb07dacd08cee11a9eb9b44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9f02586dfd0f6c861df25371983ac68 = $(`<div id="html_c9f02586dfd0f6c861df25371983ac68" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_34915b78eeb07dacd08cee11a9eb9b44.setContent(html_c9f02586dfd0f6c861df25371983ac68);
|
|
|
|
|
|
|
|
marker_f28843895669bf45e874513d2da57b6c.bindPopup(popup_34915b78eeb07dacd08cee11a9eb9b44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f28843895669bf45e874513d2da57b6c.setIcon(icon_49bd73938c2536caf95d0ff161b7bf39);
|
|
|
|
|
|
var marker_11dce68dd8bbc6b0b541331b2286309a = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_857215306d3863f23495444affd75484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94013033451093870553129bd439414f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab51191cfe4fa1e21a3eee3dd44d8676 = $(`<div id="html_ab51191cfe4fa1e21a3eee3dd44d8676" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_94013033451093870553129bd439414f.setContent(html_ab51191cfe4fa1e21a3eee3dd44d8676);
|
|
|
|
|
|
|
|
marker_11dce68dd8bbc6b0b541331b2286309a.bindPopup(popup_94013033451093870553129bd439414f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11dce68dd8bbc6b0b541331b2286309a.setIcon(icon_857215306d3863f23495444affd75484);
|
|
|
|
|
|
var marker_e302adc0c92868dc0730f462016cd6d4 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e2c53a33a86c132f32edcee80ee4436c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60f4974720ecc992a5e776631bd8170b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7fc3dbd3d1bd012b46916c2004e57fb = $(`<div id="html_b7fc3dbd3d1bd012b46916c2004e57fb" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_60f4974720ecc992a5e776631bd8170b.setContent(html_b7fc3dbd3d1bd012b46916c2004e57fb);
|
|
|
|
|
|
|
|
marker_e302adc0c92868dc0730f462016cd6d4.bindPopup(popup_60f4974720ecc992a5e776631bd8170b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e302adc0c92868dc0730f462016cd6d4.setIcon(icon_e2c53a33a86c132f32edcee80ee4436c);
|
|
|
|
|
|
var marker_1e90c7c4db195b66a9f490171444d470 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_dc27c63c13e60fc1235cc33da83127e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd5dbb8748f54e6e7120251d581f1a5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c27e67f18f240dcb75e6c62e893f0bdb = $(`<div id="html_c27e67f18f240dcb75e6c62e893f0bdb" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_bd5dbb8748f54e6e7120251d581f1a5b.setContent(html_c27e67f18f240dcb75e6c62e893f0bdb);
|
|
|
|
|
|
|
|
marker_1e90c7c4db195b66a9f490171444d470.bindPopup(popup_bd5dbb8748f54e6e7120251d581f1a5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e90c7c4db195b66a9f490171444d470.setIcon(icon_dc27c63c13e60fc1235cc33da83127e8);
|
|
|
|
|
|
var marker_a1a1232951cbc071037de6a0e47b124c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2df6ce8683d5b577f37cb14d044ed605 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bd9f8482684ec420a7a92a3a0b3c38c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea851767b15dbc1226a78decfad009a4 = $(`<div id="html_ea851767b15dbc1226a78decfad009a4" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_0bd9f8482684ec420a7a92a3a0b3c38c.setContent(html_ea851767b15dbc1226a78decfad009a4);
|
|
|
|
|
|
|
|
marker_a1a1232951cbc071037de6a0e47b124c.bindPopup(popup_0bd9f8482684ec420a7a92a3a0b3c38c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1a1232951cbc071037de6a0e47b124c.setIcon(icon_2df6ce8683d5b577f37cb14d044ed605);
|
|
|
|
|
|
var marker_7500c930f4e3386e4d597c924b39a5e3 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8498f5e72acfca3cc477583229755809 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e11762c912d6a1dbd9c777a46d8482b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a7a7bae29d97e0e5f740c6fa2819719 = $(`<div id="html_8a7a7bae29d97e0e5f740c6fa2819719" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_e11762c912d6a1dbd9c777a46d8482b9.setContent(html_8a7a7bae29d97e0e5f740c6fa2819719);
|
|
|
|
|
|
|
|
marker_7500c930f4e3386e4d597c924b39a5e3.bindPopup(popup_e11762c912d6a1dbd9c777a46d8482b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7500c930f4e3386e4d597c924b39a5e3.setIcon(icon_8498f5e72acfca3cc477583229755809);
|
|
|
|
|
|
var marker_f86d756ed48b832c144fc4ae0ca7e2fe = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e3acbd8892fc211e1c3fb65d5671f16e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7da45f380a32c1f056f829bf44f5086d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98d6ff62a044ce433ff49a802709823d = $(`<div id="html_98d6ff62a044ce433ff49a802709823d" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_7da45f380a32c1f056f829bf44f5086d.setContent(html_98d6ff62a044ce433ff49a802709823d);
|
|
|
|
|
|
|
|
marker_f86d756ed48b832c144fc4ae0ca7e2fe.bindPopup(popup_7da45f380a32c1f056f829bf44f5086d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86d756ed48b832c144fc4ae0ca7e2fe.setIcon(icon_e3acbd8892fc211e1c3fb65d5671f16e);
|
|
|
|
|
|
var marker_72b9bbf7cce3e1b6acc336b95388f489 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8af7e47695f576c75c919f4b0e3a2dba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f8aefdc9a05da93c35d5db23798139f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_438be9182e592c713caf430dcef72ec2 = $(`<div id="html_438be9182e592c713caf430dcef72ec2" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_4f8aefdc9a05da93c35d5db23798139f.setContent(html_438be9182e592c713caf430dcef72ec2);
|
|
|
|
|
|
|
|
marker_72b9bbf7cce3e1b6acc336b95388f489.bindPopup(popup_4f8aefdc9a05da93c35d5db23798139f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72b9bbf7cce3e1b6acc336b95388f489.setIcon(icon_8af7e47695f576c75c919f4b0e3a2dba);
|
|
|
|
|
|
var marker_0791af735a8a6f222bf5c65c98938ca0 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d2fb050c9cbeff0e33b323a58b310f56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8630c2152738c86eeac2cd56a2fe398e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55622fa405279fbe706f0113421a01ce = $(`<div id="html_55622fa405279fbe706f0113421a01ce" style="width: 100.0%; height: 100.0%;">hivetalk.nostr1.com</div>`)[0];
|
|
popup_8630c2152738c86eeac2cd56a2fe398e.setContent(html_55622fa405279fbe706f0113421a01ce);
|
|
|
|
|
|
|
|
marker_0791af735a8a6f222bf5c65c98938ca0.bindPopup(popup_8630c2152738c86eeac2cd56a2fe398e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0791af735a8a6f222bf5c65c98938ca0.setIcon(icon_d2fb050c9cbeff0e33b323a58b310f56);
|
|
|
|
|
|
var marker_d1c210b2497ca885c286d66788dd0c76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2ab3eec7f0a24b3d766a46d917ada742 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c0a17424d0f44d259affa5af4b80b68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe671d736fa3d4e49ca396de17f2428a = $(`<div id="html_fe671d736fa3d4e49ca396de17f2428a" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_7c0a17424d0f44d259affa5af4b80b68.setContent(html_fe671d736fa3d4e49ca396de17f2428a);
|
|
|
|
|
|
|
|
marker_d1c210b2497ca885c286d66788dd0c76.bindPopup(popup_7c0a17424d0f44d259affa5af4b80b68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1c210b2497ca885c286d66788dd0c76.setIcon(icon_2ab3eec7f0a24b3d766a46d917ada742);
|
|
|
|
|
|
var marker_10125d7a753b8d60d47d84fbe8c0453f = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e15fc9f0a5b7d797f9ef756f6f6c3e21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a316ee8a90599787e65cceac2bff0ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02b75ec3711cc13c47f48699ecc06a4b = $(`<div id="html_02b75ec3711cc13c47f48699ecc06a4b" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_3a316ee8a90599787e65cceac2bff0ec.setContent(html_02b75ec3711cc13c47f48699ecc06a4b);
|
|
|
|
|
|
|
|
marker_10125d7a753b8d60d47d84fbe8c0453f.bindPopup(popup_3a316ee8a90599787e65cceac2bff0ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10125d7a753b8d60d47d84fbe8c0453f.setIcon(icon_e15fc9f0a5b7d797f9ef756f6f6c3e21);
|
|
|
|
|
|
var marker_3044daf48d07f9f0d66990a934a07e7b = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e28821412212e756d7d1dd3194af138a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_deda559740e4d6088998e81b90dfa2f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22b1fdbf36369a0f8c19f3af34fe5bd2 = $(`<div id="html_22b1fdbf36369a0f8c19f3af34fe5bd2" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_deda559740e4d6088998e81b90dfa2f3.setContent(html_22b1fdbf36369a0f8c19f3af34fe5bd2);
|
|
|
|
|
|
|
|
marker_3044daf48d07f9f0d66990a934a07e7b.bindPopup(popup_deda559740e4d6088998e81b90dfa2f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3044daf48d07f9f0d66990a934a07e7b.setIcon(icon_e28821412212e756d7d1dd3194af138a);
|
|
|
|
|
|
var marker_46718ea84ae5981cb1c54287fb39a5d9 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_50ea0116a3c05bdd064e997a4996fbd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb45393c569a6e8516d4a49a28782200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f0776507ef70bfd5c020916fbf76b0e = $(`<div id="html_8f0776507ef70bfd5c020916fbf76b0e" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_fb45393c569a6e8516d4a49a28782200.setContent(html_8f0776507ef70bfd5c020916fbf76b0e);
|
|
|
|
|
|
|
|
marker_46718ea84ae5981cb1c54287fb39a5d9.bindPopup(popup_fb45393c569a6e8516d4a49a28782200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46718ea84ae5981cb1c54287fb39a5d9.setIcon(icon_50ea0116a3c05bdd064e997a4996fbd1);
|
|
|
|
|
|
var marker_217420864847bd70a0a6212b293a4120 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_f4dce73fa764df65386d285d52f9c4ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70e035628e3cd220b4722c5d0631e33f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76dc4e87d7953946fc79ee96abfbb9f7 = $(`<div id="html_76dc4e87d7953946fc79ee96abfbb9f7" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_70e035628e3cd220b4722c5d0631e33f.setContent(html_76dc4e87d7953946fc79ee96abfbb9f7);
|
|
|
|
|
|
|
|
marker_217420864847bd70a0a6212b293a4120.bindPopup(popup_70e035628e3cd220b4722c5d0631e33f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_217420864847bd70a0a6212b293a4120.setIcon(icon_f4dce73fa764df65386d285d52f9c4ad);
|
|
|
|
|
|
var marker_b08e70f29526299ba136a2cdc3cae41c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_07e824822817f39054a644c73a98f8a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_036f9b2f8e48582ab36cfb89509d22f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a82b5594e8f94f56e7bd4f946ffcbea7 = $(`<div id="html_a82b5594e8f94f56e7bd4f946ffcbea7" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_036f9b2f8e48582ab36cfb89509d22f2.setContent(html_a82b5594e8f94f56e7bd4f946ffcbea7);
|
|
|
|
|
|
|
|
marker_b08e70f29526299ba136a2cdc3cae41c.bindPopup(popup_036f9b2f8e48582ab36cfb89509d22f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b08e70f29526299ba136a2cdc3cae41c.setIcon(icon_07e824822817f39054a644c73a98f8a0);
|
|
|
|
|
|
var marker_74a18f4636c71583551f639ed04f606e = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1117b77b1e2bc64463d7855c4c02aa18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5d9e9d78606bab00d1a8952c3dfb960 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4c3f1e1d6a075eb6076dc75f89250a3 = $(`<div id="html_f4c3f1e1d6a075eb6076dc75f89250a3" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_a5d9e9d78606bab00d1a8952c3dfb960.setContent(html_f4c3f1e1d6a075eb6076dc75f89250a3);
|
|
|
|
|
|
|
|
marker_74a18f4636c71583551f639ed04f606e.bindPopup(popup_a5d9e9d78606bab00d1a8952c3dfb960)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74a18f4636c71583551f639ed04f606e.setIcon(icon_1117b77b1e2bc64463d7855c4c02aa18);
|
|
|
|
|
|
var marker_22ced28d50128f7b9627883cd4c04bcc = L.marker(
|
|
[43.5009, -70.4428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a3ab9297b62285ebcd203861630fe5d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af78a37ff6939da46d59e4189dfe29aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69f40dc747aa8869f2d1bcd530e88a8d = $(`<div id="html_69f40dc747aa8869f2d1bcd530e88a8d" style="width: 100.0%; height: 100.0%;">nostr.zenon.network</div>`)[0];
|
|
popup_af78a37ff6939da46d59e4189dfe29aa.setContent(html_69f40dc747aa8869f2d1bcd530e88a8d);
|
|
|
|
|
|
|
|
marker_22ced28d50128f7b9627883cd4c04bcc.bindPopup(popup_af78a37ff6939da46d59e4189dfe29aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22ced28d50128f7b9627883cd4c04bcc.setIcon(icon_a3ab9297b62285ebcd203861630fe5d8);
|
|
|
|
|
|
var marker_7048e25d5c6886bbfdd68843872b3eae = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_9f9c8e0a80359b38407eba9651002071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70e2c9ca27708fac69cc269a99f733c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74fefa807df0296cc938a57870400b0a = $(`<div id="html_74fefa807df0296cc938a57870400b0a" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_70e2c9ca27708fac69cc269a99f733c3.setContent(html_74fefa807df0296cc938a57870400b0a);
|
|
|
|
|
|
|
|
marker_7048e25d5c6886bbfdd68843872b3eae.bindPopup(popup_70e2c9ca27708fac69cc269a99f733c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7048e25d5c6886bbfdd68843872b3eae.setIcon(icon_9f9c8e0a80359b38407eba9651002071);
|
|
|
|
|
|
var marker_2938a282624c1c6eab5ac685d586ea17 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ad9d1bb859f52205efd14a337d65ef60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c66543483b51133fdcc7cb7cac7c0160 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e24ec69e77ff2d9341627fc70afd53df = $(`<div id="html_e24ec69e77ff2d9341627fc70afd53df" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_c66543483b51133fdcc7cb7cac7c0160.setContent(html_e24ec69e77ff2d9341627fc70afd53df);
|
|
|
|
|
|
|
|
marker_2938a282624c1c6eab5ac685d586ea17.bindPopup(popup_c66543483b51133fdcc7cb7cac7c0160)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2938a282624c1c6eab5ac685d586ea17.setIcon(icon_ad9d1bb859f52205efd14a337d65ef60);
|
|
|
|
|
|
var marker_456f9edbb3c8a832133ecee3b1001eae = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_56e8948a0ca6bfdd98f155accfd999b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3d6edef0df24f7d477c8de7880803fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe082a18eb9013b39b4dc2d16ba3bf50 = $(`<div id="html_fe082a18eb9013b39b4dc2d16ba3bf50" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_e3d6edef0df24f7d477c8de7880803fe.setContent(html_fe082a18eb9013b39b4dc2d16ba3bf50);
|
|
|
|
|
|
|
|
marker_456f9edbb3c8a832133ecee3b1001eae.bindPopup(popup_e3d6edef0df24f7d477c8de7880803fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_456f9edbb3c8a832133ecee3b1001eae.setIcon(icon_56e8948a0ca6bfdd98f155accfd999b9);
|
|
|
|
|
|
var marker_210eafdee99ce0119fb0cef9c81830f6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a997e7d282818b0e959e6f4019759550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fccc3a57587c6d844c6051eb957799d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abeb44958e17d9e303580a39ec02a332 = $(`<div id="html_abeb44958e17d9e303580a39ec02a332" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_8fccc3a57587c6d844c6051eb957799d.setContent(html_abeb44958e17d9e303580a39ec02a332);
|
|
|
|
|
|
|
|
marker_210eafdee99ce0119fb0cef9c81830f6.bindPopup(popup_8fccc3a57587c6d844c6051eb957799d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_210eafdee99ce0119fb0cef9c81830f6.setIcon(icon_a997e7d282818b0e959e6f4019759550);
|
|
|
|
|
|
var marker_bb4d47352ae24439812ca0db1d8dda8c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_965e39717866d0fc911d8ca9cf0c60e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eba32b81ba597c50b211ff1ea1852c6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd5fca69b413885e30caf91db19a2251 = $(`<div id="html_fd5fca69b413885e30caf91db19a2251" style="width: 100.0%; height: 100.0%;">relay.unknown.cloud</div>`)[0];
|
|
popup_eba32b81ba597c50b211ff1ea1852c6f.setContent(html_fd5fca69b413885e30caf91db19a2251);
|
|
|
|
|
|
|
|
marker_bb4d47352ae24439812ca0db1d8dda8c.bindPopup(popup_eba32b81ba597c50b211ff1ea1852c6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb4d47352ae24439812ca0db1d8dda8c.setIcon(icon_965e39717866d0fc911d8ca9cf0c60e8);
|
|
|
|
|
|
var marker_35833b875eea16b3f82f3ced7660c2a3 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_174ebf539a3567d3ca65b8fa456d7667 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a02eeedd1e8081da8b4337f5fe5ff5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_381f65b6b17d1467d0fa0cb0ddd4393e = $(`<div id="html_381f65b6b17d1467d0fa0cb0ddd4393e" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_5a02eeedd1e8081da8b4337f5fe5ff5e.setContent(html_381f65b6b17d1467d0fa0cb0ddd4393e);
|
|
|
|
|
|
|
|
marker_35833b875eea16b3f82f3ced7660c2a3.bindPopup(popup_5a02eeedd1e8081da8b4337f5fe5ff5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35833b875eea16b3f82f3ced7660c2a3.setIcon(icon_174ebf539a3567d3ca65b8fa456d7667);
|
|
|
|
|
|
var marker_f0be198697ec514b35bf695d352edb0d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2df30e7a50096c3c1af75dc1cc45e5f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50dece201f90c6967c92f00960ff7809 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_363b87fbfa768f695b5813a41c005c4a = $(`<div id="html_363b87fbfa768f695b5813a41c005c4a" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_50dece201f90c6967c92f00960ff7809.setContent(html_363b87fbfa768f695b5813a41c005c4a);
|
|
|
|
|
|
|
|
marker_f0be198697ec514b35bf695d352edb0d.bindPopup(popup_50dece201f90c6967c92f00960ff7809)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0be198697ec514b35bf695d352edb0d.setIcon(icon_2df30e7a50096c3c1af75dc1cc45e5f7);
|
|
|
|
|
|
var marker_65e95b81549a3490af93665d288f3eb8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_75bb1b06899a56c3d1d609c924a104bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e38567a6488324905738ed383630c359 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4401f76a1749ea8e3faa7c78a37f7a2f = $(`<div id="html_4401f76a1749ea8e3faa7c78a37f7a2f" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_e38567a6488324905738ed383630c359.setContent(html_4401f76a1749ea8e3faa7c78a37f7a2f);
|
|
|
|
|
|
|
|
marker_65e95b81549a3490af93665d288f3eb8.bindPopup(popup_e38567a6488324905738ed383630c359)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65e95b81549a3490af93665d288f3eb8.setIcon(icon_75bb1b06899a56c3d1d609c924a104bf);
|
|
|
|
|
|
var marker_ac8cdae492ce5c0084b1bc49594e0632 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_0cadba89a2a063e200c70f7db31687bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8a4e05713fcc66ddd14a616c526ec33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9857f0eac08f82f9d12378d529c65e4 = $(`<div id="html_c9857f0eac08f82f9d12378d529c65e4" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_d8a4e05713fcc66ddd14a616c526ec33.setContent(html_c9857f0eac08f82f9d12378d529c65e4);
|
|
|
|
|
|
|
|
marker_ac8cdae492ce5c0084b1bc49594e0632.bindPopup(popup_d8a4e05713fcc66ddd14a616c526ec33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac8cdae492ce5c0084b1bc49594e0632.setIcon(icon_0cadba89a2a063e200c70f7db31687bd);
|
|
|
|
|
|
var marker_8bfcbe1e63372c607045858cfc8513ee = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b0069c70d3c5a7e8fcad4aaa8de339f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c815aa4dcfcd9ce07ed1e0e6e9ed49b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_786dd701e659ff56066b2bf874579999 = $(`<div id="html_786dd701e659ff56066b2bf874579999" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_8c815aa4dcfcd9ce07ed1e0e6e9ed49b.setContent(html_786dd701e659ff56066b2bf874579999);
|
|
|
|
|
|
|
|
marker_8bfcbe1e63372c607045858cfc8513ee.bindPopup(popup_8c815aa4dcfcd9ce07ed1e0e6e9ed49b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bfcbe1e63372c607045858cfc8513ee.setIcon(icon_b0069c70d3c5a7e8fcad4aaa8de339f1);
|
|
|
|
|
|
var marker_c450588d7ccc70183d51d27d97e24a35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e92b2e53066e9a918f07c7ac3ed46cfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e7aab542f9a763d0bd982522cb610d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a6d5c613a4c06b7d83553e647b01d76 = $(`<div id="html_0a6d5c613a4c06b7d83553e647b01d76" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_3e7aab542f9a763d0bd982522cb610d6.setContent(html_0a6d5c613a4c06b7d83553e647b01d76);
|
|
|
|
|
|
|
|
marker_c450588d7ccc70183d51d27d97e24a35.bindPopup(popup_3e7aab542f9a763d0bd982522cb610d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c450588d7ccc70183d51d27d97e24a35.setIcon(icon_e92b2e53066e9a918f07c7ac3ed46cfc);
|
|
|
|
|
|
var marker_ff6aed860eb475d720b08f49ed1787a8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_520889eb48e531fb3b056f4cc1cf5483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ac6558cc1fdde5bb632cfc7c1888107 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52885566d8d99a586805498ad610cead = $(`<div id="html_52885566d8d99a586805498ad610cead" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_1ac6558cc1fdde5bb632cfc7c1888107.setContent(html_52885566d8d99a586805498ad610cead);
|
|
|
|
|
|
|
|
marker_ff6aed860eb475d720b08f49ed1787a8.bindPopup(popup_1ac6558cc1fdde5bb632cfc7c1888107)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff6aed860eb475d720b08f49ed1787a8.setIcon(icon_520889eb48e531fb3b056f4cc1cf5483);
|
|
|
|
|
|
var marker_5775e93cbd7bcbf229a287e92e330429 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_cd7dbacc78fb2193fa4905cd7ca3a5fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab4f039becb21613f2b80629b4bfef50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e3237db51a0cf789230377a5722aff7 = $(`<div id="html_0e3237db51a0cf789230377a5722aff7" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_ab4f039becb21613f2b80629b4bfef50.setContent(html_0e3237db51a0cf789230377a5722aff7);
|
|
|
|
|
|
|
|
marker_5775e93cbd7bcbf229a287e92e330429.bindPopup(popup_ab4f039becb21613f2b80629b4bfef50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5775e93cbd7bcbf229a287e92e330429.setIcon(icon_cd7dbacc78fb2193fa4905cd7ca3a5fb);
|
|
|
|
|
|
var marker_f86c2f1933eb0122a96281d630627794 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_51a0cbeea78bfdde719929e0903e8d0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e27ea78ad4025b075240ee0c1dae933 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_825073f9f0662c3f9b422543e86ecc2e = $(`<div id="html_825073f9f0662c3f9b422543e86ecc2e" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_2e27ea78ad4025b075240ee0c1dae933.setContent(html_825073f9f0662c3f9b422543e86ecc2e);
|
|
|
|
|
|
|
|
marker_f86c2f1933eb0122a96281d630627794.bindPopup(popup_2e27ea78ad4025b075240ee0c1dae933)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86c2f1933eb0122a96281d630627794.setIcon(icon_51a0cbeea78bfdde719929e0903e8d0e);
|
|
|
|
|
|
var marker_309a7fbcd504b7da180d18c6087bc9c7 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2d8eed90e1fd7431524b0de7bbba4b21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5257c02469c0df81f85f8162eeed9c8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a17d7c14838faf7f3659ff803ad5086 = $(`<div id="html_6a17d7c14838faf7f3659ff803ad5086" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_5257c02469c0df81f85f8162eeed9c8c.setContent(html_6a17d7c14838faf7f3659ff803ad5086);
|
|
|
|
|
|
|
|
marker_309a7fbcd504b7da180d18c6087bc9c7.bindPopup(popup_5257c02469c0df81f85f8162eeed9c8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_309a7fbcd504b7da180d18c6087bc9c7.setIcon(icon_2d8eed90e1fd7431524b0de7bbba4b21);
|
|
|
|
|
|
var marker_6f260dd26d1d089a03fb03821f1931b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c0859fbc3f1c751282ff9fe63a4c02fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_401368acc8b160692d3b6c102f1ba240 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f46b2ed64ca4f8191aa39cc0c869add = $(`<div id="html_7f46b2ed64ca4f8191aa39cc0c869add" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_401368acc8b160692d3b6c102f1ba240.setContent(html_7f46b2ed64ca4f8191aa39cc0c869add);
|
|
|
|
|
|
|
|
marker_6f260dd26d1d089a03fb03821f1931b1.bindPopup(popup_401368acc8b160692d3b6c102f1ba240)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f260dd26d1d089a03fb03821f1931b1.setIcon(icon_c0859fbc3f1c751282ff9fe63a4c02fa);
|
|
|
|
|
|
var marker_944d8be901386294d27448ea591f5249 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_5171e71078f8425de38fb3eb4e1adc0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_287802a9e7a9b58314371728167559c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_538864f331d998b5b8fe9ebede38d5b1 = $(`<div id="html_538864f331d998b5b8fe9ebede38d5b1" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_287802a9e7a9b58314371728167559c8.setContent(html_538864f331d998b5b8fe9ebede38d5b1);
|
|
|
|
|
|
|
|
marker_944d8be901386294d27448ea591f5249.bindPopup(popup_287802a9e7a9b58314371728167559c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_944d8be901386294d27448ea591f5249.setIcon(icon_5171e71078f8425de38fb3eb4e1adc0a);
|
|
|
|
|
|
var marker_d6ecd937be90c2db5eb1254a6bbd413f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_80fa603d1269fb49658ed81e44117347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b574e0717bbba4860776ad5cddea2164 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe77a2d2c057a2be04081214dc5b8f35 = $(`<div id="html_fe77a2d2c057a2be04081214dc5b8f35" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_b574e0717bbba4860776ad5cddea2164.setContent(html_fe77a2d2c057a2be04081214dc5b8f35);
|
|
|
|
|
|
|
|
marker_d6ecd937be90c2db5eb1254a6bbd413f.bindPopup(popup_b574e0717bbba4860776ad5cddea2164)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6ecd937be90c2db5eb1254a6bbd413f.setIcon(icon_80fa603d1269fb49658ed81e44117347);
|
|
|
|
|
|
var marker_4a1a24706523e2617c972a9f2fd6927e = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_5c0d5403a814032adf70e2307d1f2213 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbfff47c7eb53d5b38538eab7eb79acc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1110223286a92e0e8614a9f95af0b5b = $(`<div id="html_b1110223286a92e0e8614a9f95af0b5b" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_fbfff47c7eb53d5b38538eab7eb79acc.setContent(html_b1110223286a92e0e8614a9f95af0b5b);
|
|
|
|
|
|
|
|
marker_4a1a24706523e2617c972a9f2fd6927e.bindPopup(popup_fbfff47c7eb53d5b38538eab7eb79acc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a1a24706523e2617c972a9f2fd6927e.setIcon(icon_5c0d5403a814032adf70e2307d1f2213);
|
|
|
|
|
|
var marker_f5f80a55df2774b26e39ec92b1e4a09b = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_0aaec366551487e82524112ea1efcd82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cd9257511554801b608873a298d4a2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f367d4b539a18fd605a60afddb54395e = $(`<div id="html_f367d4b539a18fd605a60afddb54395e" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_6cd9257511554801b608873a298d4a2c.setContent(html_f367d4b539a18fd605a60afddb54395e);
|
|
|
|
|
|
|
|
marker_f5f80a55df2774b26e39ec92b1e4a09b.bindPopup(popup_6cd9257511554801b608873a298d4a2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5f80a55df2774b26e39ec92b1e4a09b.setIcon(icon_0aaec366551487e82524112ea1efcd82);
|
|
|
|
|
|
var marker_9d0324449c17159769c38e7fbacb81cd = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2bd03777833c2424d9090dce45762ced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5da890ca91ce203540ce3ccba6ba9a6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93eff6d171c3c79820b10fd8e6f2e7c6 = $(`<div id="html_93eff6d171c3c79820b10fd8e6f2e7c6" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_5da890ca91ce203540ce3ccba6ba9a6b.setContent(html_93eff6d171c3c79820b10fd8e6f2e7c6);
|
|
|
|
|
|
|
|
marker_9d0324449c17159769c38e7fbacb81cd.bindPopup(popup_5da890ca91ce203540ce3ccba6ba9a6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d0324449c17159769c38e7fbacb81cd.setIcon(icon_2bd03777833c2424d9090dce45762ced);
|
|
|
|
|
|
var marker_cf9d78dc2e1c3de84e8c91ca46fa1f4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_73df061fd02f7ee96d8f3f1ea2060546 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a748db9aea60cf875857bbf41ebe629 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80c3728fc51fc762409b5cbb8e631125 = $(`<div id="html_80c3728fc51fc762409b5cbb8e631125" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_7a748db9aea60cf875857bbf41ebe629.setContent(html_80c3728fc51fc762409b5cbb8e631125);
|
|
|
|
|
|
|
|
marker_cf9d78dc2e1c3de84e8c91ca46fa1f4f.bindPopup(popup_7a748db9aea60cf875857bbf41ebe629)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf9d78dc2e1c3de84e8c91ca46fa1f4f.setIcon(icon_73df061fd02f7ee96d8f3f1ea2060546);
|
|
|
|
|
|
var marker_52c670c9f810836959c06017d32157ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1418d69b7249cfff6026feaf2508a201 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25e053d70606d64845a66ed8b937826d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff54c01acab69405b09275d873cb9c2d = $(`<div id="html_ff54c01acab69405b09275d873cb9c2d" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_25e053d70606d64845a66ed8b937826d.setContent(html_ff54c01acab69405b09275d873cb9c2d);
|
|
|
|
|
|
|
|
marker_52c670c9f810836959c06017d32157ff.bindPopup(popup_25e053d70606d64845a66ed8b937826d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52c670c9f810836959c06017d32157ff.setIcon(icon_1418d69b7249cfff6026feaf2508a201);
|
|
|
|
|
|
var marker_52e2087a1da743c82deb26fa643d84af = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_1997a7fa975f883f4ccf5e899fc4c7fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e2d8b438a82d217b0d7e2922e946dde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71893f43ddcf42892d2cfd6f47f4afd9 = $(`<div id="html_71893f43ddcf42892d2cfd6f47f4afd9" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_8e2d8b438a82d217b0d7e2922e946dde.setContent(html_71893f43ddcf42892d2cfd6f47f4afd9);
|
|
|
|
|
|
|
|
marker_52e2087a1da743c82deb26fa643d84af.bindPopup(popup_8e2d8b438a82d217b0d7e2922e946dde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52e2087a1da743c82deb26fa643d84af.setIcon(icon_1997a7fa975f883f4ccf5e899fc4c7fc);
|
|
|
|
|
|
var marker_27611d19e05657d8d20e29c5cda07c20 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_4bac00a222c4a1783a1854e92d3d0988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88dd912a4b916aeb6c4fa9b8bf4f5014 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_818f0287dd6e608181a4e24e2354d154 = $(`<div id="html_818f0287dd6e608181a4e24e2354d154" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_88dd912a4b916aeb6c4fa9b8bf4f5014.setContent(html_818f0287dd6e608181a4e24e2354d154);
|
|
|
|
|
|
|
|
marker_27611d19e05657d8d20e29c5cda07c20.bindPopup(popup_88dd912a4b916aeb6c4fa9b8bf4f5014)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27611d19e05657d8d20e29c5cda07c20.setIcon(icon_4bac00a222c4a1783a1854e92d3d0988);
|
|
|
|
|
|
var marker_11ca70f40223a07074f782d3dbeb2cc8 = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8d6681a499858a0e51a7430bcc40f43f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_364fce6840d441dbdc173b03aee1eb00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66f0b3075a7c991d5b4fd920ecc845f5 = $(`<div id="html_66f0b3075a7c991d5b4fd920ecc845f5" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_364fce6840d441dbdc173b03aee1eb00.setContent(html_66f0b3075a7c991d5b4fd920ecc845f5);
|
|
|
|
|
|
|
|
marker_11ca70f40223a07074f782d3dbeb2cc8.bindPopup(popup_364fce6840d441dbdc173b03aee1eb00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11ca70f40223a07074f782d3dbeb2cc8.setIcon(icon_8d6681a499858a0e51a7430bcc40f43f);
|
|
|
|
|
|
var marker_0abf5c4f49b7f11ff5e17fea7cb1d8d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ce9a1d4ec790914b54b087fe96273baf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff40faadb396849f6205ca4c9c8952da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d268283ba3144ab40a8b06a8c168472d = $(`<div id="html_d268283ba3144ab40a8b06a8c168472d" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_ff40faadb396849f6205ca4c9c8952da.setContent(html_d268283ba3144ab40a8b06a8c168472d);
|
|
|
|
|
|
|
|
marker_0abf5c4f49b7f11ff5e17fea7cb1d8d3.bindPopup(popup_ff40faadb396849f6205ca4c9c8952da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0abf5c4f49b7f11ff5e17fea7cb1d8d3.setIcon(icon_ce9a1d4ec790914b54b087fe96273baf);
|
|
|
|
|
|
var marker_aa4722feab692acbc2afed51167677fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_5de13dc8a30cbdb6a60e528920abdd64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26dbad3193956f95aba4d87c46b488cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82c45039955cd8ec36981248e5b155b8 = $(`<div id="html_82c45039955cd8ec36981248e5b155b8" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_26dbad3193956f95aba4d87c46b488cd.setContent(html_82c45039955cd8ec36981248e5b155b8);
|
|
|
|
|
|
|
|
marker_aa4722feab692acbc2afed51167677fb.bindPopup(popup_26dbad3193956f95aba4d87c46b488cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa4722feab692acbc2afed51167677fb.setIcon(icon_5de13dc8a30cbdb6a60e528920abdd64);
|
|
|
|
|
|
var marker_4fe38eed5052a76bfc16e2ed6571725b = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e82743dcd1d53e7073f71814fe8d5a31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f77e5ad004236e324c4539b3f4e86a51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f3be57d3fa795f76265507bceb0ccfc = $(`<div id="html_1f3be57d3fa795f76265507bceb0ccfc" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_f77e5ad004236e324c4539b3f4e86a51.setContent(html_1f3be57d3fa795f76265507bceb0ccfc);
|
|
|
|
|
|
|
|
marker_4fe38eed5052a76bfc16e2ed6571725b.bindPopup(popup_f77e5ad004236e324c4539b3f4e86a51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fe38eed5052a76bfc16e2ed6571725b.setIcon(icon_e82743dcd1d53e7073f71814fe8d5a31);
|
|
|
|
|
|
var marker_10526da1f89272b1d4ff793a17bd3aec = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2d4fe584ac299a55981c3067c52e3892 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56d3d07b98f0b68ce5bc6441faf3f6f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba5cdddc196ace781f42601b8c98df59 = $(`<div id="html_ba5cdddc196ace781f42601b8c98df59" style="width: 100.0%; height: 100.0%;">t.mememap.net</div>`)[0];
|
|
popup_56d3d07b98f0b68ce5bc6441faf3f6f5.setContent(html_ba5cdddc196ace781f42601b8c98df59);
|
|
|
|
|
|
|
|
marker_10526da1f89272b1d4ff793a17bd3aec.bindPopup(popup_56d3d07b98f0b68ce5bc6441faf3f6f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10526da1f89272b1d4ff793a17bd3aec.setIcon(icon_2d4fe584ac299a55981c3067c52e3892);
|
|
|
|
|
|
var marker_ae30538a6904300c5350046d86ce1f69 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_76079d9dd39594064a6b200c13735748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee48ebe84037394d7c916e52ad3c08ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fa0090ae8ebb79bba826e4f7f431f7c = $(`<div id="html_2fa0090ae8ebb79bba826e4f7f431f7c" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_ee48ebe84037394d7c916e52ad3c08ce.setContent(html_2fa0090ae8ebb79bba826e4f7f431f7c);
|
|
|
|
|
|
|
|
marker_ae30538a6904300c5350046d86ce1f69.bindPopup(popup_ee48ebe84037394d7c916e52ad3c08ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae30538a6904300c5350046d86ce1f69.setIcon(icon_76079d9dd39594064a6b200c13735748);
|
|
|
|
|
|
var marker_2919542df85f9724169f019391f265ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_23d108fbb393c8eb05edf8b6d42cf072 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e75d27fbc8281d91c9a40ab9687a6b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85d81c7841937c397c9348a77a5fa460 = $(`<div id="html_85d81c7841937c397c9348a77a5fa460" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_1e75d27fbc8281d91c9a40ab9687a6b4.setContent(html_85d81c7841937c397c9348a77a5fa460);
|
|
|
|
|
|
|
|
marker_2919542df85f9724169f019391f265ea.bindPopup(popup_1e75d27fbc8281d91c9a40ab9687a6b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2919542df85f9724169f019391f265ea.setIcon(icon_23d108fbb393c8eb05edf8b6d42cf072);
|
|
|
|
|
|
var marker_614190b8ac37d883bbd86022038df103 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_6c546f216c7700774d98039c9bfdb8ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9aefe879795d3b7cfe38a7f57f99ae0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79d311f6e196ee8a17c2089c1941b31e = $(`<div id="html_79d311f6e196ee8a17c2089c1941b31e" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_b9aefe879795d3b7cfe38a7f57f99ae0.setContent(html_79d311f6e196ee8a17c2089c1941b31e);
|
|
|
|
|
|
|
|
marker_614190b8ac37d883bbd86022038df103.bindPopup(popup_b9aefe879795d3b7cfe38a7f57f99ae0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_614190b8ac37d883bbd86022038df103.setIcon(icon_6c546f216c7700774d98039c9bfdb8ad);
|
|
|
|
|
|
var marker_c4dc6556465ccc9a51b67849fb8b43c7 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8a39899ce24423fca64302f4e4f96923 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9b493b72a4589bc950da88412d783fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40a24ffd2a0177cb848508b9a2b861a8 = $(`<div id="html_40a24ffd2a0177cb848508b9a2b861a8" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_d9b493b72a4589bc950da88412d783fb.setContent(html_40a24ffd2a0177cb848508b9a2b861a8);
|
|
|
|
|
|
|
|
marker_c4dc6556465ccc9a51b67849fb8b43c7.bindPopup(popup_d9b493b72a4589bc950da88412d783fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4dc6556465ccc9a51b67849fb8b43c7.setIcon(icon_8a39899ce24423fca64302f4e4f96923);
|
|
|
|
|
|
var marker_ccab1b35d9985d4dc2593cb71a531c7a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_9902bf2aa8c11765008760468569c674 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0169bbcc75f4a3f3bee2e2555cfb6f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bddde2282aa0dedc08538409eb70d22 = $(`<div id="html_1bddde2282aa0dedc08538409eb70d22" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_a0169bbcc75f4a3f3bee2e2555cfb6f1.setContent(html_1bddde2282aa0dedc08538409eb70d22);
|
|
|
|
|
|
|
|
marker_ccab1b35d9985d4dc2593cb71a531c7a.bindPopup(popup_a0169bbcc75f4a3f3bee2e2555cfb6f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccab1b35d9985d4dc2593cb71a531c7a.setIcon(icon_9902bf2aa8c11765008760468569c674);
|
|
|
|
|
|
var marker_4464f62cdb93b2e590ab7e85ca9d8fe9 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d2fe42cac79471ea872d81ec08e3403e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b09356394710758a76c5864e12d8127b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba1b756691ad25efdc34d7cafe19ae18 = $(`<div id="html_ba1b756691ad25efdc34d7cafe19ae18" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_b09356394710758a76c5864e12d8127b.setContent(html_ba1b756691ad25efdc34d7cafe19ae18);
|
|
|
|
|
|
|
|
marker_4464f62cdb93b2e590ab7e85ca9d8fe9.bindPopup(popup_b09356394710758a76c5864e12d8127b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4464f62cdb93b2e590ab7e85ca9d8fe9.setIcon(icon_d2fe42cac79471ea872d81ec08e3403e);
|
|
|
|
|
|
var marker_4680648c8d795b6eb00a6cb9f7a1487e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2f67464957415e4f0a394968090c9b94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceb80f7c2dd39ee0f616f0c593d843b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c96f8a01ae0e4890565fbc9a1bcbe411 = $(`<div id="html_c96f8a01ae0e4890565fbc9a1bcbe411" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_ceb80f7c2dd39ee0f616f0c593d843b7.setContent(html_c96f8a01ae0e4890565fbc9a1bcbe411);
|
|
|
|
|
|
|
|
marker_4680648c8d795b6eb00a6cb9f7a1487e.bindPopup(popup_ceb80f7c2dd39ee0f616f0c593d843b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4680648c8d795b6eb00a6cb9f7a1487e.setIcon(icon_2f67464957415e4f0a394968090c9b94);
|
|
|
|
|
|
var marker_1e7b133432ba5ccaff0e0f8c46a51d4d = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_00af74b000b6d60a395d6e3911e17cbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c37ee12834c399f7c5badc3059dafb71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44a33a34b951afa0082b2d215bc06218 = $(`<div id="html_44a33a34b951afa0082b2d215bc06218" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_c37ee12834c399f7c5badc3059dafb71.setContent(html_44a33a34b951afa0082b2d215bc06218);
|
|
|
|
|
|
|
|
marker_1e7b133432ba5ccaff0e0f8c46a51d4d.bindPopup(popup_c37ee12834c399f7c5badc3059dafb71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e7b133432ba5ccaff0e0f8c46a51d4d.setIcon(icon_00af74b000b6d60a395d6e3911e17cbb);
|
|
|
|
|
|
var marker_df50889264f6e758a53e79eb9243cd15 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_47e377e12f237916ae89ebafd5aa0133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c303c0fe476fe29d6352e61ac45c5355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1461808396e0b8870deb2cb5693ea6f5 = $(`<div id="html_1461808396e0b8870deb2cb5693ea6f5" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_c303c0fe476fe29d6352e61ac45c5355.setContent(html_1461808396e0b8870deb2cb5693ea6f5);
|
|
|
|
|
|
|
|
marker_df50889264f6e758a53e79eb9243cd15.bindPopup(popup_c303c0fe476fe29d6352e61ac45c5355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df50889264f6e758a53e79eb9243cd15.setIcon(icon_47e377e12f237916ae89ebafd5aa0133);
|
|
|
|
|
|
var marker_c2e01e748a234ae5c3d698dbb5f17149 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_572596a16cdf2b7d2cd26adc98e0cae7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c31e7e8a3f62ef76c0e335f77984e025 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6719700e47f3b759e25ebf747032a9b2 = $(`<div id="html_6719700e47f3b759e25ebf747032a9b2" style="width: 100.0%; height: 100.0%;">relay.lifpay.me</div>`)[0];
|
|
popup_c31e7e8a3f62ef76c0e335f77984e025.setContent(html_6719700e47f3b759e25ebf747032a9b2);
|
|
|
|
|
|
|
|
marker_c2e01e748a234ae5c3d698dbb5f17149.bindPopup(popup_c31e7e8a3f62ef76c0e335f77984e025)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2e01e748a234ae5c3d698dbb5f17149.setIcon(icon_572596a16cdf2b7d2cd26adc98e0cae7);
|
|
|
|
|
|
var marker_56cf3f46df3fef0f023cab0951a0f119 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d152474cb35dde472df8f1f1f8c5a438 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8dfd935f887684eb9b28e77de495ad4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d64b8c9668face7995d818666992953 = $(`<div id="html_8d64b8c9668face7995d818666992953" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_e8dfd935f887684eb9b28e77de495ad4.setContent(html_8d64b8c9668face7995d818666992953);
|
|
|
|
|
|
|
|
marker_56cf3f46df3fef0f023cab0951a0f119.bindPopup(popup_e8dfd935f887684eb9b28e77de495ad4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56cf3f46df3fef0f023cab0951a0f119.setIcon(icon_d152474cb35dde472df8f1f1f8c5a438);
|
|
|
|
|
|
var marker_833a6607fae75cd46f2535a3fc483913 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_9c6af6528545e2f3bde4eccbe110c132 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c24467bfe8fddc6a8b3550951412810f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d05f760501b1e23ff95bc4cc5e678246 = $(`<div id="html_d05f760501b1e23ff95bc4cc5e678246" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_c24467bfe8fddc6a8b3550951412810f.setContent(html_d05f760501b1e23ff95bc4cc5e678246);
|
|
|
|
|
|
|
|
marker_833a6607fae75cd46f2535a3fc483913.bindPopup(popup_c24467bfe8fddc6a8b3550951412810f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_833a6607fae75cd46f2535a3fc483913.setIcon(icon_9c6af6528545e2f3bde4eccbe110c132);
|
|
|
|
|
|
var marker_abf607240d4a9876579f2567aadcbb94 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_30937d25cf3885f715c78c1b3470401d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aea2b2229f8a599abcc5fa8446ab4fe8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67fb7dd91d5655a457066c252834dffa = $(`<div id="html_67fb7dd91d5655a457066c252834dffa" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_aea2b2229f8a599abcc5fa8446ab4fe8.setContent(html_67fb7dd91d5655a457066c252834dffa);
|
|
|
|
|
|
|
|
marker_abf607240d4a9876579f2567aadcbb94.bindPopup(popup_aea2b2229f8a599abcc5fa8446ab4fe8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abf607240d4a9876579f2567aadcbb94.setIcon(icon_30937d25cf3885f715c78c1b3470401d);
|
|
|
|
|
|
var marker_2582d5b83b77de71da816bb8c7de8bbb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_65d1e866c305572cfd2f8acd071d65f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6718ae542e5501e2826da0fa2f96c056 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd65906fbe41597760dda671872e4299 = $(`<div id="html_cd65906fbe41597760dda671872e4299" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_6718ae542e5501e2826da0fa2f96c056.setContent(html_cd65906fbe41597760dda671872e4299);
|
|
|
|
|
|
|
|
marker_2582d5b83b77de71da816bb8c7de8bbb.bindPopup(popup_6718ae542e5501e2826da0fa2f96c056)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2582d5b83b77de71da816bb8c7de8bbb.setIcon(icon_65d1e866c305572cfd2f8acd071d65f7);
|
|
|
|
|
|
var marker_899def4311096b979e17e0c172c8d5f8 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d93d9bce5e16dfd33a5aa8b0c71f9041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a37abe3e59015e39501b174d91db02e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bd7cf266cf21ed7932ee0b917ebfaf3 = $(`<div id="html_2bd7cf266cf21ed7932ee0b917ebfaf3" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_a37abe3e59015e39501b174d91db02e2.setContent(html_2bd7cf266cf21ed7932ee0b917ebfaf3);
|
|
|
|
|
|
|
|
marker_899def4311096b979e17e0c172c8d5f8.bindPopup(popup_a37abe3e59015e39501b174d91db02e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_899def4311096b979e17e0c172c8d5f8.setIcon(icon_d93d9bce5e16dfd33a5aa8b0c71f9041);
|
|
|
|
|
|
var marker_ca1b32463f565cb61961ad439b903972 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_b897614c179c3ef82d19b0ce1ede5514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf659a157d3ad06f04a423e5a398f576 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71f3c663e04d94af23e62cbc3aa744a6 = $(`<div id="html_71f3c663e04d94af23e62cbc3aa744a6" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_bf659a157d3ad06f04a423e5a398f576.setContent(html_71f3c663e04d94af23e62cbc3aa744a6);
|
|
|
|
|
|
|
|
marker_ca1b32463f565cb61961ad439b903972.bindPopup(popup_bf659a157d3ad06f04a423e5a398f576)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca1b32463f565cb61961ad439b903972.setIcon(icon_b897614c179c3ef82d19b0ce1ede5514);
|
|
|
|
|
|
var marker_9db6793e447e0892f98297e3b1823cc1 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7d81a3608186f0ea11baa175268404e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d63579dd899c20a512bfb111f48e02e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9d43f9641e8e3018f1b92e6f3394fc1 = $(`<div id="html_b9d43f9641e8e3018f1b92e6f3394fc1" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_3d63579dd899c20a512bfb111f48e02e.setContent(html_b9d43f9641e8e3018f1b92e6f3394fc1);
|
|
|
|
|
|
|
|
marker_9db6793e447e0892f98297e3b1823cc1.bindPopup(popup_3d63579dd899c20a512bfb111f48e02e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9db6793e447e0892f98297e3b1823cc1.setIcon(icon_7d81a3608186f0ea11baa175268404e9);
|
|
|
|
|
|
var marker_7c4712247911ef5651f1b987aa6ea117 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_bae2b8cbfa0463a5a9264ee7ac4427b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4046b0043ebc2e24c2fb7ed30a2a10cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ce923b7637fdfc4f945881c965e4734 = $(`<div id="html_4ce923b7637fdfc4f945881c965e4734" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_4046b0043ebc2e24c2fb7ed30a2a10cc.setContent(html_4ce923b7637fdfc4f945881c965e4734);
|
|
|
|
|
|
|
|
marker_7c4712247911ef5651f1b987aa6ea117.bindPopup(popup_4046b0043ebc2e24c2fb7ed30a2a10cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c4712247911ef5651f1b987aa6ea117.setIcon(icon_bae2b8cbfa0463a5a9264ee7ac4427b1);
|
|
|
|
|
|
var marker_217a2b25941dc18058e41795147dc207 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_2b507a046c52d17c87c51f17bd65c6c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7d06e4d3e44e2bd405849c2fdadc66b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a903ddf1ef150995ed3267135c3cffd = $(`<div id="html_1a903ddf1ef150995ed3267135c3cffd" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_e7d06e4d3e44e2bd405849c2fdadc66b.setContent(html_1a903ddf1ef150995ed3267135c3cffd);
|
|
|
|
|
|
|
|
marker_217a2b25941dc18058e41795147dc207.bindPopup(popup_e7d06e4d3e44e2bd405849c2fdadc66b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_217a2b25941dc18058e41795147dc207.setIcon(icon_2b507a046c52d17c87c51f17bd65c6c3);
|
|
|
|
|
|
var marker_f5fc38fa3917940a7282d82acacc363c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a01c43ebaaaf1d3179ff3e01c6a6bec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b3f11a7669d0bd3d5a7604e86ee656e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bd1fffc8f7519d8c1d0f15f092bed32 = $(`<div id="html_3bd1fffc8f7519d8c1d0f15f092bed32" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_7b3f11a7669d0bd3d5a7604e86ee656e.setContent(html_3bd1fffc8f7519d8c1d0f15f092bed32);
|
|
|
|
|
|
|
|
marker_f5fc38fa3917940a7282d82acacc363c.bindPopup(popup_7b3f11a7669d0bd3d5a7604e86ee656e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5fc38fa3917940a7282d82acacc363c.setIcon(icon_a01c43ebaaaf1d3179ff3e01c6a6bec0);
|
|
|
|
|
|
var marker_a6763d3390a9650bd32d2f5710ced4ba = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_7a800465498efd566d956e9305ab5178 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdc98dc7458cf80bbcbf6420ea1d919e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ffaef1b3fcb151c3a8af47751ccd301 = $(`<div id="html_6ffaef1b3fcb151c3a8af47751ccd301" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_cdc98dc7458cf80bbcbf6420ea1d919e.setContent(html_6ffaef1b3fcb151c3a8af47751ccd301);
|
|
|
|
|
|
|
|
marker_a6763d3390a9650bd32d2f5710ced4ba.bindPopup(popup_cdc98dc7458cf80bbcbf6420ea1d919e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6763d3390a9650bd32d2f5710ced4ba.setIcon(icon_7a800465498efd566d956e9305ab5178);
|
|
|
|
|
|
var marker_f568d4ee98d0f672850cb296ce973a43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8bcf9a2eb8c82ddb71878a89b0791717 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc313e9e021f8324bd8f48de562a7b3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e3ea4ae1cee8bead95e7e313a1005b0 = $(`<div id="html_9e3ea4ae1cee8bead95e7e313a1005b0" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_bc313e9e021f8324bd8f48de562a7b3c.setContent(html_9e3ea4ae1cee8bead95e7e313a1005b0);
|
|
|
|
|
|
|
|
marker_f568d4ee98d0f672850cb296ce973a43.bindPopup(popup_bc313e9e021f8324bd8f48de562a7b3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f568d4ee98d0f672850cb296ce973a43.setIcon(icon_8bcf9a2eb8c82ddb71878a89b0791717);
|
|
|
|
|
|
var marker_c7cc96eaa7df6eab13d9394bad6c38fe = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_51817435faeedb133e0101494ea5fccb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_649e2541f651c055109fff951c35e747 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3e4b54bed9a26952d5c7cb338a4f4f8 = $(`<div id="html_e3e4b54bed9a26952d5c7cb338a4f4f8" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_649e2541f651c055109fff951c35e747.setContent(html_e3e4b54bed9a26952d5c7cb338a4f4f8);
|
|
|
|
|
|
|
|
marker_c7cc96eaa7df6eab13d9394bad6c38fe.bindPopup(popup_649e2541f651c055109fff951c35e747)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7cc96eaa7df6eab13d9394bad6c38fe.setIcon(icon_51817435faeedb133e0101494ea5fccb);
|
|
|
|
|
|
var marker_ab3a00786261a91d3c9a8b03255ff205 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_827b45aafec13465f14310531a13de88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52f09627b162741a821103d4b466e1a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f84ec844ed7028df2b6ffb91b6d9ee9 = $(`<div id="html_2f84ec844ed7028df2b6ffb91b6d9ee9" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_52f09627b162741a821103d4b466e1a7.setContent(html_2f84ec844ed7028df2b6ffb91b6d9ee9);
|
|
|
|
|
|
|
|
marker_ab3a00786261a91d3c9a8b03255ff205.bindPopup(popup_52f09627b162741a821103d4b466e1a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab3a00786261a91d3c9a8b03255ff205.setIcon(icon_827b45aafec13465f14310531a13de88);
|
|
|
|
|
|
var marker_9b87121b68c8985148d73ea5d7be4cfd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_66954eb081b6a141f41bc1ac784a4c1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d05e25f9c43730f1567e238f0996855 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f31739cf49acdb89ad365fb26d2e5cb3 = $(`<div id="html_f31739cf49acdb89ad365fb26d2e5cb3" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_1d05e25f9c43730f1567e238f0996855.setContent(html_f31739cf49acdb89ad365fb26d2e5cb3);
|
|
|
|
|
|
|
|
marker_9b87121b68c8985148d73ea5d7be4cfd.bindPopup(popup_1d05e25f9c43730f1567e238f0996855)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b87121b68c8985148d73ea5d7be4cfd.setIcon(icon_66954eb081b6a141f41bc1ac784a4c1a);
|
|
|
|
|
|
var marker_3d7195a1498b84211c121d7e6249eeda = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_08c7d04a9ff9a24297a9c7ddc3ae4331 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16070c86b53fb08afd5c82981cd1cb2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b865cf1f8e673222513b521d39f33af0 = $(`<div id="html_b865cf1f8e673222513b521d39f33af0" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_16070c86b53fb08afd5c82981cd1cb2f.setContent(html_b865cf1f8e673222513b521d39f33af0);
|
|
|
|
|
|
|
|
marker_3d7195a1498b84211c121d7e6249eeda.bindPopup(popup_16070c86b53fb08afd5c82981cd1cb2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d7195a1498b84211c121d7e6249eeda.setIcon(icon_08c7d04a9ff9a24297a9c7ddc3ae4331);
|
|
|
|
|
|
var marker_d282a04b8cb0eb1e6547516649a11fd6 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8b09de13fd3ff04c8e2c76d92410d086 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1456c4ab5245881468944936239455d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32c72aa73dd41e4e102420ed512a482a = $(`<div id="html_32c72aa73dd41e4e102420ed512a482a" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_d1456c4ab5245881468944936239455d.setContent(html_32c72aa73dd41e4e102420ed512a482a);
|
|
|
|
|
|
|
|
marker_d282a04b8cb0eb1e6547516649a11fd6.bindPopup(popup_d1456c4ab5245881468944936239455d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d282a04b8cb0eb1e6547516649a11fd6.setIcon(icon_8b09de13fd3ff04c8e2c76d92410d086);
|
|
|
|
|
|
var marker_3711f12ad7c4c54892dd73b75d06ebad = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_cdd8b6a62f422839d7a92e667a328d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f13697660902817c0070519fa34fe8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf20cb07b56fd79ce38c5d581d480ee6 = $(`<div id="html_cf20cb07b56fd79ce38c5d581d480ee6" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_e3f13697660902817c0070519fa34fe8.setContent(html_cf20cb07b56fd79ce38c5d581d480ee6);
|
|
|
|
|
|
|
|
marker_3711f12ad7c4c54892dd73b75d06ebad.bindPopup(popup_e3f13697660902817c0070519fa34fe8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3711f12ad7c4c54892dd73b75d06ebad.setIcon(icon_cdd8b6a62f422839d7a92e667a328d31);
|
|
|
|
|
|
var marker_e21605075e83a5cb8d50099f92a71475 = L.marker(
|
|
[45.5029, -73.5723],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_5c6f8233992ba7590b632be2ba7c11e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b405b3a851ff04f22be43a18eaf714f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb8474cfd419eabb3e2d5235e73c1d94 = $(`<div id="html_cb8474cfd419eabb3e2d5235e73c1d94" style="width: 100.0%; height: 100.0%;">zap.watch</div>`)[0];
|
|
popup_b405b3a851ff04f22be43a18eaf714f6.setContent(html_cb8474cfd419eabb3e2d5235e73c1d94);
|
|
|
|
|
|
|
|
marker_e21605075e83a5cb8d50099f92a71475.bindPopup(popup_b405b3a851ff04f22be43a18eaf714f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e21605075e83a5cb8d50099f92a71475.setIcon(icon_5c6f8233992ba7590b632be2ba7c11e3);
|
|
|
|
|
|
var marker_dbed413ffabfd3d32df32c3c8f4390c5 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_502f79a7edfd407b45c24787a008b6cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d29d4b79e668f174a978cb1af7d4099 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df74e015019ef184c3f398cfc5f7d250 = $(`<div id="html_df74e015019ef184c3f398cfc5f7d250" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_9d29d4b79e668f174a978cb1af7d4099.setContent(html_df74e015019ef184c3f398cfc5f7d250);
|
|
|
|
|
|
|
|
marker_dbed413ffabfd3d32df32c3c8f4390c5.bindPopup(popup_9d29d4b79e668f174a978cb1af7d4099)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbed413ffabfd3d32df32c3c8f4390c5.setIcon(icon_502f79a7edfd407b45c24787a008b6cf);
|
|
|
|
|
|
var marker_ae7b1e48f062b146b2405867c061f6c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_41b53fc91a28693b38270f11083c1b4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df3cdc2b6ba2ca36e25460403297f439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d10ba41521c28c82149b37d61f61f5b9 = $(`<div id="html_d10ba41521c28c82149b37d61f61f5b9" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_df3cdc2b6ba2ca36e25460403297f439.setContent(html_d10ba41521c28c82149b37d61f61f5b9);
|
|
|
|
|
|
|
|
marker_ae7b1e48f062b146b2405867c061f6c1.bindPopup(popup_df3cdc2b6ba2ca36e25460403297f439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae7b1e48f062b146b2405867c061f6c1.setIcon(icon_41b53fc91a28693b38270f11083c1b4d);
|
|
|
|
|
|
var marker_2b6a6fac9873c3d0ca411b688c0b88ff = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_aae119da6a04d31ea1e28724d0438cc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54a23b920472320a14d78120fbd1502 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abfe60857a118f759687164eb5ea76d5 = $(`<div id="html_abfe60857a118f759687164eb5ea76d5" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_a54a23b920472320a14d78120fbd1502.setContent(html_abfe60857a118f759687164eb5ea76d5);
|
|
|
|
|
|
|
|
marker_2b6a6fac9873c3d0ca411b688c0b88ff.bindPopup(popup_a54a23b920472320a14d78120fbd1502)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b6a6fac9873c3d0ca411b688c0b88ff.setIcon(icon_aae119da6a04d31ea1e28724d0438cc6);
|
|
|
|
|
|
var marker_f94904c6accd3e3b264e981b5f3e91ba = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_c886bee446b3a71def1233a6076492a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79c7709dc2204e31cb1d308e9ceca9ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ba6bd6f1a7ecb2253a917971bfb33c3 = $(`<div id="html_4ba6bd6f1a7ecb2253a917971bfb33c3" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_79c7709dc2204e31cb1d308e9ceca9ba.setContent(html_4ba6bd6f1a7ecb2253a917971bfb33c3);
|
|
|
|
|
|
|
|
marker_f94904c6accd3e3b264e981b5f3e91ba.bindPopup(popup_79c7709dc2204e31cb1d308e9ceca9ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f94904c6accd3e3b264e981b5f3e91ba.setIcon(icon_c886bee446b3a71def1233a6076492a3);
|
|
|
|
|
|
var marker_1949861719ec6c4b73ce2389123b31bd = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_082e903db63cd58bf4784889c8112d11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ce369800f087de263eb05a25ded6681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ef69f9e8e481ae0af8f4f1ddf566527 = $(`<div id="html_3ef69f9e8e481ae0af8f4f1ddf566527" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_0ce369800f087de263eb05a25ded6681.setContent(html_3ef69f9e8e481ae0af8f4f1ddf566527);
|
|
|
|
|
|
|
|
marker_1949861719ec6c4b73ce2389123b31bd.bindPopup(popup_0ce369800f087de263eb05a25ded6681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1949861719ec6c4b73ce2389123b31bd.setIcon(icon_082e903db63cd58bf4784889c8112d11);
|
|
|
|
|
|
var marker_4970d14baf1953584a2e96b510f9e34b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_61cfe487f9c716accda6557f9869d443 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_890bc0c440bfe40ae54ad01d1f97997c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baa84e773ac7801565b0c16c0cf0fb85 = $(`<div id="html_baa84e773ac7801565b0c16c0cf0fb85" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_890bc0c440bfe40ae54ad01d1f97997c.setContent(html_baa84e773ac7801565b0c16c0cf0fb85);
|
|
|
|
|
|
|
|
marker_4970d14baf1953584a2e96b510f9e34b.bindPopup(popup_890bc0c440bfe40ae54ad01d1f97997c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4970d14baf1953584a2e96b510f9e34b.setIcon(icon_61cfe487f9c716accda6557f9869d443);
|
|
|
|
|
|
var marker_8914623881a2fc46b66f77479adcac3e = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_162cfb9da2f75f84983a7c573d3ddfba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68f24ef89013f4ecef49e2817569ffbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_098ce82c7a6b1808fe63ce697aab94ce = $(`<div id="html_098ce82c7a6b1808fe63ce697aab94ce" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_68f24ef89013f4ecef49e2817569ffbd.setContent(html_098ce82c7a6b1808fe63ce697aab94ce);
|
|
|
|
|
|
|
|
marker_8914623881a2fc46b66f77479adcac3e.bindPopup(popup_68f24ef89013f4ecef49e2817569ffbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8914623881a2fc46b66f77479adcac3e.setIcon(icon_162cfb9da2f75f84983a7c573d3ddfba);
|
|
|
|
|
|
var marker_eef41bc9b7ecfabd109288246a0fbe58 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_acd78653edff3ba535f71ae06f588255 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d18d5cfaa6c8b5f2951c219193388cf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40ce3f85914723f1cc13a108a364b9d9 = $(`<div id="html_40ce3f85914723f1cc13a108a364b9d9" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_d18d5cfaa6c8b5f2951c219193388cf0.setContent(html_40ce3f85914723f1cc13a108a364b9d9);
|
|
|
|
|
|
|
|
marker_eef41bc9b7ecfabd109288246a0fbe58.bindPopup(popup_d18d5cfaa6c8b5f2951c219193388cf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eef41bc9b7ecfabd109288246a0fbe58.setIcon(icon_acd78653edff3ba535f71ae06f588255);
|
|
|
|
|
|
var marker_e2a7aa2d3d38f9118db365614e691969 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_273e8731cc117fe91abcf65943a0cbe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48830ff931102e8560388c3ea81c9c9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f43c7f705c472787f0e0591754fb646 = $(`<div id="html_3f43c7f705c472787f0e0591754fb646" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_48830ff931102e8560388c3ea81c9c9f.setContent(html_3f43c7f705c472787f0e0591754fb646);
|
|
|
|
|
|
|
|
marker_e2a7aa2d3d38f9118db365614e691969.bindPopup(popup_48830ff931102e8560388c3ea81c9c9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2a7aa2d3d38f9118db365614e691969.setIcon(icon_273e8731cc117fe91abcf65943a0cbe5);
|
|
|
|
|
|
var marker_298ac1dad11b1af68ba0aa989d7a3213 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_68753e3c4ddc6b10305ff01846f7c8be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c3884efa747b727987c3d78a894d347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95e567a65d55209f2321270564fa1cb2 = $(`<div id="html_95e567a65d55209f2321270564fa1cb2" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_2c3884efa747b727987c3d78a894d347.setContent(html_95e567a65d55209f2321270564fa1cb2);
|
|
|
|
|
|
|
|
marker_298ac1dad11b1af68ba0aa989d7a3213.bindPopup(popup_2c3884efa747b727987c3d78a894d347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_298ac1dad11b1af68ba0aa989d7a3213.setIcon(icon_68753e3c4ddc6b10305ff01846f7c8be);
|
|
|
|
|
|
var marker_a8f6b6963ef6318e4c5593faf2d2f1fe = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_050c4b1e76697cfb150a67ceaaa0f89f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67d26ab5e412d2a31529a64fb51252b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ce4d37c7882ce03d788afde7ef58d4e = $(`<div id="html_5ce4d37c7882ce03d788afde7ef58d4e" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_67d26ab5e412d2a31529a64fb51252b0.setContent(html_5ce4d37c7882ce03d788afde7ef58d4e);
|
|
|
|
|
|
|
|
marker_a8f6b6963ef6318e4c5593faf2d2f1fe.bindPopup(popup_67d26ab5e412d2a31529a64fb51252b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8f6b6963ef6318e4c5593faf2d2f1fe.setIcon(icon_050c4b1e76697cfb150a67ceaaa0f89f);
|
|
|
|
|
|
var marker_2b39cbcbcaf2f6e4198064c0076df007 = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_cb11e3e89f9eb717e6695d807cda14a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d181b6365932f1f4d3602afbb638cb45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8de9251148bd00462ba1b47ba92a55a = $(`<div id="html_b8de9251148bd00462ba1b47ba92a55a" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_d181b6365932f1f4d3602afbb638cb45.setContent(html_b8de9251148bd00462ba1b47ba92a55a);
|
|
|
|
|
|
|
|
marker_2b39cbcbcaf2f6e4198064c0076df007.bindPopup(popup_d181b6365932f1f4d3602afbb638cb45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b39cbcbcaf2f6e4198064c0076df007.setIcon(icon_cb11e3e89f9eb717e6695d807cda14a2);
|
|
|
|
|
|
var marker_7df1d24b2ff53d8cef4f4e0de927b2c6 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a76db71fbf9b5a333ba9599d0347a910 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02b8951b61900ac8e04828aef728bce7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98b7ca9d57100d64514b2db791493c41 = $(`<div id="html_98b7ca9d57100d64514b2db791493c41" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_02b8951b61900ac8e04828aef728bce7.setContent(html_98b7ca9d57100d64514b2db791493c41);
|
|
|
|
|
|
|
|
marker_7df1d24b2ff53d8cef4f4e0de927b2c6.bindPopup(popup_02b8951b61900ac8e04828aef728bce7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7df1d24b2ff53d8cef4f4e0de927b2c6.setIcon(icon_a76db71fbf9b5a333ba9599d0347a910);
|
|
|
|
|
|
var marker_42f014751f3b36e6e8e7276697182457 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_727ab7a70b9803f8e4158fad00ff40c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49d1c04261012e8f82c5fdcbc2609471 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e3e0a66186710c31020b611391f8a35 = $(`<div id="html_9e3e0a66186710c31020b611391f8a35" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_49d1c04261012e8f82c5fdcbc2609471.setContent(html_9e3e0a66186710c31020b611391f8a35);
|
|
|
|
|
|
|
|
marker_42f014751f3b36e6e8e7276697182457.bindPopup(popup_49d1c04261012e8f82c5fdcbc2609471)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42f014751f3b36e6e8e7276697182457.setIcon(icon_727ab7a70b9803f8e4158fad00ff40c6);
|
|
|
|
|
|
var marker_e8aa03fd7a40ee2f6b99ede2bf8f3e9f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_f1a9c0ade9ca9e302644f25c790ac894 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b346fb489825f28b76200c60482755e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_424a91913bd66a25be64dd7542393fce = $(`<div id="html_424a91913bd66a25be64dd7542393fce" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_b346fb489825f28b76200c60482755e5.setContent(html_424a91913bd66a25be64dd7542393fce);
|
|
|
|
|
|
|
|
marker_e8aa03fd7a40ee2f6b99ede2bf8f3e9f.bindPopup(popup_b346fb489825f28b76200c60482755e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8aa03fd7a40ee2f6b99ede2bf8f3e9f.setIcon(icon_f1a9c0ade9ca9e302644f25c790ac894);
|
|
|
|
|
|
var marker_efc7e5e4ee1bcc7483fff5c6bcfa86df = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_ee5ba042d994af7acd80f36ae11f1817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dd7e88a332999c267bc0fb1c71e79fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7606a51100f46e974098dba428fc0ce = $(`<div id="html_b7606a51100f46e974098dba428fc0ce" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_0dd7e88a332999c267bc0fb1c71e79fc.setContent(html_b7606a51100f46e974098dba428fc0ce);
|
|
|
|
|
|
|
|
marker_efc7e5e4ee1bcc7483fff5c6bcfa86df.bindPopup(popup_0dd7e88a332999c267bc0fb1c71e79fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efc7e5e4ee1bcc7483fff5c6bcfa86df.setIcon(icon_ee5ba042d994af7acd80f36ae11f1817);
|
|
|
|
|
|
var marker_318797622b00971f036979f5035b514b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d90fe42fb5df62437e59ea0257b40af1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_569c28580b79fd950d24afb1af63af0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b96a8bc9cbb835b96f6283c61284563 = $(`<div id="html_1b96a8bc9cbb835b96f6283c61284563" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_569c28580b79fd950d24afb1af63af0d.setContent(html_1b96a8bc9cbb835b96f6283c61284563);
|
|
|
|
|
|
|
|
marker_318797622b00971f036979f5035b514b.bindPopup(popup_569c28580b79fd950d24afb1af63af0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_318797622b00971f036979f5035b514b.setIcon(icon_d90fe42fb5df62437e59ea0257b40af1);
|
|
|
|
|
|
var marker_f7a0e0d0e2807d94543568f30bfb28ca = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_66ca5e0e4fe2bdee46e5cde8ccff4b0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a64fe15fc263b5d2acd8a50bc1ba56a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e4f667162479372abc48ca96dc81adc = $(`<div id="html_3e4f667162479372abc48ca96dc81adc" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_5a64fe15fc263b5d2acd8a50bc1ba56a.setContent(html_3e4f667162479372abc48ca96dc81adc);
|
|
|
|
|
|
|
|
marker_f7a0e0d0e2807d94543568f30bfb28ca.bindPopup(popup_5a64fe15fc263b5d2acd8a50bc1ba56a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7a0e0d0e2807d94543568f30bfb28ca.setIcon(icon_66ca5e0e4fe2bdee46e5cde8ccff4b0a);
|
|
|
|
|
|
var marker_92985ff363ec2686b54167bb20b4111f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_3187c478591cdedb60939e73eb84323a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65b2d93e566c59a311dcfbbc60afab5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d8acc5bb146a57ca0780ab88fdb1c97 = $(`<div id="html_2d8acc5bb146a57ca0780ab88fdb1c97" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_65b2d93e566c59a311dcfbbc60afab5b.setContent(html_2d8acc5bb146a57ca0780ab88fdb1c97);
|
|
|
|
|
|
|
|
marker_92985ff363ec2686b54167bb20b4111f.bindPopup(popup_65b2d93e566c59a311dcfbbc60afab5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92985ff363ec2686b54167bb20b4111f.setIcon(icon_3187c478591cdedb60939e73eb84323a);
|
|
|
|
|
|
var marker_08d166e45042ea134117ef05fca74371 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_320b1003306159c8f8127f1e6f29fd08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e41ee15f738945de9192d31cc2f6a3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_790993c021877f3a6956ff667f7decd7 = $(`<div id="html_790993c021877f3a6956ff667f7decd7" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_7e41ee15f738945de9192d31cc2f6a3a.setContent(html_790993c021877f3a6956ff667f7decd7);
|
|
|
|
|
|
|
|
marker_08d166e45042ea134117ef05fca74371.bindPopup(popup_7e41ee15f738945de9192d31cc2f6a3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08d166e45042ea134117ef05fca74371.setIcon(icon_320b1003306159c8f8127f1e6f29fd08);
|
|
|
|
|
|
var marker_f66020cab7399412513b5431754d00c7 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_0ff6d7ce4d4a39e38c451868d0e0ab7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9e1b06f42d295e9cd4bd3e4ab5d0252 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bfc89803d06f29c79d7ca5164262c9f = $(`<div id="html_9bfc89803d06f29c79d7ca5164262c9f" style="width: 100.0%; height: 100.0%;">wot.basspistol.org</div>`)[0];
|
|
popup_a9e1b06f42d295e9cd4bd3e4ab5d0252.setContent(html_9bfc89803d06f29c79d7ca5164262c9f);
|
|
|
|
|
|
|
|
marker_f66020cab7399412513b5431754d00c7.bindPopup(popup_a9e1b06f42d295e9cd4bd3e4ab5d0252)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f66020cab7399412513b5431754d00c7.setIcon(icon_0ff6d7ce4d4a39e38c451868d0e0ab7f);
|
|
|
|
|
|
var marker_6ab6d932bd1c538a914a95e399aa6ad4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_89c15e3eee76a27fdee936bc06b47c84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_646cf57209faed421f0683441e7cc33b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_852a68f8788e82507ace1eb0f987e2ff = $(`<div id="html_852a68f8788e82507ace1eb0f987e2ff" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_646cf57209faed421f0683441e7cc33b.setContent(html_852a68f8788e82507ace1eb0f987e2ff);
|
|
|
|
|
|
|
|
marker_6ab6d932bd1c538a914a95e399aa6ad4.bindPopup(popup_646cf57209faed421f0683441e7cc33b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ab6d932bd1c538a914a95e399aa6ad4.setIcon(icon_89c15e3eee76a27fdee936bc06b47c84);
|
|
|
|
|
|
var marker_f29d1f6b9a149db981df636776fbbc58 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_59d2bac05863082f6ab5b065c409f52b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bba1349368ebbc5f93d7c19e1e2f0bea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4331db046e2a711d549e4fdc56fa2bd = $(`<div id="html_a4331db046e2a711d549e4fdc56fa2bd" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_bba1349368ebbc5f93d7c19e1e2f0bea.setContent(html_a4331db046e2a711d549e4fdc56fa2bd);
|
|
|
|
|
|
|
|
marker_f29d1f6b9a149db981df636776fbbc58.bindPopup(popup_bba1349368ebbc5f93d7c19e1e2f0bea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f29d1f6b9a149db981df636776fbbc58.setIcon(icon_59d2bac05863082f6ab5b065c409f52b);
|
|
|
|
|
|
var marker_ad634380ad08eaa3c18444cce593d749 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_32ed564b3e053018f0744758c4905705 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b47fcc012ff1ab9ef23b92e83f22636a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab66127517ddac19a1009dee344cd5be = $(`<div id="html_ab66127517ddac19a1009dee344cd5be" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_b47fcc012ff1ab9ef23b92e83f22636a.setContent(html_ab66127517ddac19a1009dee344cd5be);
|
|
|
|
|
|
|
|
marker_ad634380ad08eaa3c18444cce593d749.bindPopup(popup_b47fcc012ff1ab9ef23b92e83f22636a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad634380ad08eaa3c18444cce593d749.setIcon(icon_32ed564b3e053018f0744758c4905705);
|
|
|
|
|
|
var marker_96a4daf3270bd071416b64a287f8ccd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_cc7ffd962a595c31094bbf741ab2f1f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_508eb4f81f7ee8fd7869f1cdf8e8e633 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d127dec3fec4799cf5532f3ddceef79f = $(`<div id="html_d127dec3fec4799cf5532f3ddceef79f" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_508eb4f81f7ee8fd7869f1cdf8e8e633.setContent(html_d127dec3fec4799cf5532f3ddceef79f);
|
|
|
|
|
|
|
|
marker_96a4daf3270bd071416b64a287f8ccd7.bindPopup(popup_508eb4f81f7ee8fd7869f1cdf8e8e633)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a4daf3270bd071416b64a287f8ccd7.setIcon(icon_cc7ffd962a595c31094bbf741ab2f1f1);
|
|
|
|
|
|
var marker_0f339937c33ce6a4c7a191c4eccf71f3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_cc02b8152a2b202476c472627acafa4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14f9ba4aa885069d7aa218001bd21db2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_321d85b38197f047825a1bc184863270 = $(`<div id="html_321d85b38197f047825a1bc184863270" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_14f9ba4aa885069d7aa218001bd21db2.setContent(html_321d85b38197f047825a1bc184863270);
|
|
|
|
|
|
|
|
marker_0f339937c33ce6a4c7a191c4eccf71f3.bindPopup(popup_14f9ba4aa885069d7aa218001bd21db2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f339937c33ce6a4c7a191c4eccf71f3.setIcon(icon_cc02b8152a2b202476c472627acafa4f);
|
|
|
|
|
|
var marker_112cf7a651287e1609f5d69f0496e468 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_980e9d72e75b80256bfa7fff0dcfe7af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b76b54a268f4135ba3058efd6450012a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42709ff99f4c27ab579f1fa1b97d666f = $(`<div id="html_42709ff99f4c27ab579f1fa1b97d666f" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_b76b54a268f4135ba3058efd6450012a.setContent(html_42709ff99f4c27ab579f1fa1b97d666f);
|
|
|
|
|
|
|
|
marker_112cf7a651287e1609f5d69f0496e468.bindPopup(popup_b76b54a268f4135ba3058efd6450012a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_112cf7a651287e1609f5d69f0496e468.setIcon(icon_980e9d72e75b80256bfa7fff0dcfe7af);
|
|
|
|
|
|
var marker_8d28682043913a249e5014ac526b8329 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_d262a28f20f9e7ba5b87924981089dc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9554f56b8749a39bcc9bc58a3cdb42b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cdb5a18827089ad78a0365798843622 = $(`<div id="html_8cdb5a18827089ad78a0365798843622" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_d9554f56b8749a39bcc9bc58a3cdb42b.setContent(html_8cdb5a18827089ad78a0365798843622);
|
|
|
|
|
|
|
|
marker_8d28682043913a249e5014ac526b8329.bindPopup(popup_d9554f56b8749a39bcc9bc58a3cdb42b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d28682043913a249e5014ac526b8329.setIcon(icon_d262a28f20f9e7ba5b87924981089dc7);
|
|
|
|
|
|
var marker_6657c1e6194c448f837aa63e7c8f059c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_56107e13964922c064d28a5eb58e2142 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db3cb703a5840ea6a8811ef2bcee0908 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dabee370f186baf8e406325376ce354 = $(`<div id="html_6dabee370f186baf8e406325376ce354" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_db3cb703a5840ea6a8811ef2bcee0908.setContent(html_6dabee370f186baf8e406325376ce354);
|
|
|
|
|
|
|
|
marker_6657c1e6194c448f837aa63e7c8f059c.bindPopup(popup_db3cb703a5840ea6a8811ef2bcee0908)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6657c1e6194c448f837aa63e7c8f059c.setIcon(icon_56107e13964922c064d28a5eb58e2142);
|
|
|
|
|
|
var marker_af9138a312630f363bfdf8f400852a12 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_e0f41c9a1cdbf3444a9da67560dcfb1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2505610afcc34787d2a1e01c568c523 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f452f6fcca6e4e0e3cbcccf2844bd360 = $(`<div id="html_f452f6fcca6e4e0e3cbcccf2844bd360" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_e2505610afcc34787d2a1e01c568c523.setContent(html_f452f6fcca6e4e0e3cbcccf2844bd360);
|
|
|
|
|
|
|
|
marker_af9138a312630f363bfdf8f400852a12.bindPopup(popup_e2505610afcc34787d2a1e01c568c523)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af9138a312630f363bfdf8f400852a12.setIcon(icon_e0f41c9a1cdbf3444a9da67560dcfb1c);
|
|
|
|
|
|
var marker_6caaa411919098b06eb0ded8bf18afb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_a5aeb5fb01dfd08dc812ff71f9f5b5b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_326ea73a677b715d94fad478e9ff785c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dd7606f9e732d23bec711203bb62ead = $(`<div id="html_8dd7606f9e732d23bec711203bb62ead" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_326ea73a677b715d94fad478e9ff785c.setContent(html_8dd7606f9e732d23bec711203bb62ead);
|
|
|
|
|
|
|
|
marker_6caaa411919098b06eb0ded8bf18afb3.bindPopup(popup_326ea73a677b715d94fad478e9ff785c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6caaa411919098b06eb0ded8bf18afb3.setIcon(icon_a5aeb5fb01dfd08dc812ff71f9f5b5b2);
|
|
|
|
|
|
var marker_dc36c4150e86990037b6c59f4d2af280 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_600c52058ad0eb6ae6b637399d407315);
|
|
|
|
|
|
var icon_8743afd2367ec988dc1c51e47a8e5e79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a40ebcaa6434005988c595280ea922ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c66c58d876735ff9b6a775be7e2dfcc3 = $(`<div id="html_c66c58d876735ff9b6a775be7e2dfcc3" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_a40ebcaa6434005988c595280ea922ae.setContent(html_c66c58d876735ff9b6a775be7e2dfcc3);
|
|
|
|
|
|
|
|
marker_dc36c4150e86990037b6c59f4d2af280.bindPopup(popup_a40ebcaa6434005988c595280ea922ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc36c4150e86990037b6c59f4d2af280.setIcon(icon_8743afd2367ec988dc1c51e47a8e5e79);
|
|
|
|
|
|
marker_cluster_600c52058ad0eb6ae6b637399d407315.addTo(map_0afd4b82cfe3c7d5ac42dbe72e94d95e);
|
|
|
|
</script>
|
|
</html> |