mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 11:05:18 +00:00
11475 lines
334 KiB
HTML
11475 lines
334 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_25b18c6b9640afe19e34a9af235eccd2 {
|
|
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_25b18c6b9640afe19e34a9af235eccd2" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_25b18c6b9640afe19e34a9af235eccd2 = L.map(
|
|
"map_25b18c6b9640afe19e34a9af235eccd2",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_f1b301255ab1d16aae8aab892f10305c = 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_f1b301255ab1d16aae8aab892f10305c.addTo(map_25b18c6b9640afe19e34a9af235eccd2);
|
|
|
|
|
|
var marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_4c41fb88ddc0fc0216159055adba3b0c = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_94a97e1c914aa677c2cb041868d95a86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c106178726aa9e38485528518b2e4ac4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_909b357ac70febd7c9bde3dc2f3fd236 = $(`<div id="html_909b357ac70febd7c9bde3dc2f3fd236" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_c106178726aa9e38485528518b2e4ac4.setContent(html_909b357ac70febd7c9bde3dc2f3fd236);
|
|
|
|
|
|
|
|
marker_4c41fb88ddc0fc0216159055adba3b0c.bindPopup(popup_c106178726aa9e38485528518b2e4ac4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c41fb88ddc0fc0216159055adba3b0c.setIcon(icon_94a97e1c914aa677c2cb041868d95a86);
|
|
|
|
|
|
var marker_ffb529659ee92187e3bbbca3ede1aa71 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_705bf659a0301ef2c2277a9753a40600 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74e10d6929ce455c632b4f9b7de8790e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf82fe529136c113250bc727d6ddbafe = $(`<div id="html_cf82fe529136c113250bc727d6ddbafe" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_74e10d6929ce455c632b4f9b7de8790e.setContent(html_cf82fe529136c113250bc727d6ddbafe);
|
|
|
|
|
|
|
|
marker_ffb529659ee92187e3bbbca3ede1aa71.bindPopup(popup_74e10d6929ce455c632b4f9b7de8790e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffb529659ee92187e3bbbca3ede1aa71.setIcon(icon_705bf659a0301ef2c2277a9753a40600);
|
|
|
|
|
|
var marker_9205907d2e82236153721e8d150b00f4 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9ad36473e018cdf045cec9d4789892e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_377636680d530e8fb2162b4c60fbce42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96fe8360dd8a7ac19c95e52c34b264e6 = $(`<div id="html_96fe8360dd8a7ac19c95e52c34b264e6" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_377636680d530e8fb2162b4c60fbce42.setContent(html_96fe8360dd8a7ac19c95e52c34b264e6);
|
|
|
|
|
|
|
|
marker_9205907d2e82236153721e8d150b00f4.bindPopup(popup_377636680d530e8fb2162b4c60fbce42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9205907d2e82236153721e8d150b00f4.setIcon(icon_9ad36473e018cdf045cec9d4789892e6);
|
|
|
|
|
|
var marker_71c39063835b7145c5575dd170973bc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4c7164465edb9aea7e15369cc440be3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ea979d1f71e38e17c500925751beca8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89a09ae82c3635871d8a62186ef0e0ff = $(`<div id="html_89a09ae82c3635871d8a62186ef0e0ff" style="width: 100.0%; height: 100.0%;">entirely-these-phases-melissa.trycloudflare.com</div>`)[0];
|
|
popup_1ea979d1f71e38e17c500925751beca8.setContent(html_89a09ae82c3635871d8a62186ef0e0ff);
|
|
|
|
|
|
|
|
marker_71c39063835b7145c5575dd170973bc7.bindPopup(popup_1ea979d1f71e38e17c500925751beca8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71c39063835b7145c5575dd170973bc7.setIcon(icon_4c7164465edb9aea7e15369cc440be3d);
|
|
|
|
|
|
var marker_83f254ce1aafd1ea9635ab5b713b674a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e0aca9ee2f201d38a63bbaef13ee7e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd494cf24cd1e46176d73451cf2cbd00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c128104e7cebbdecac53550306faf08 = $(`<div id="html_2c128104e7cebbdecac53550306faf08" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_bd494cf24cd1e46176d73451cf2cbd00.setContent(html_2c128104e7cebbdecac53550306faf08);
|
|
|
|
|
|
|
|
marker_83f254ce1aafd1ea9635ab5b713b674a.bindPopup(popup_bd494cf24cd1e46176d73451cf2cbd00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83f254ce1aafd1ea9635ab5b713b674a.setIcon(icon_e0aca9ee2f201d38a63bbaef13ee7e64);
|
|
|
|
|
|
var marker_d2eeef0dc458db8aa9abd54a27e6250f = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5f64e13a6a5fbbb4b3ba6bee3001313f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ff774ee333a777ec91b4a7667016865 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c079dd8ff89f83ee4196049b8ffdc087 = $(`<div id="html_c079dd8ff89f83ee4196049b8ffdc087" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_1ff774ee333a777ec91b4a7667016865.setContent(html_c079dd8ff89f83ee4196049b8ffdc087);
|
|
|
|
|
|
|
|
marker_d2eeef0dc458db8aa9abd54a27e6250f.bindPopup(popup_1ff774ee333a777ec91b4a7667016865)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2eeef0dc458db8aa9abd54a27e6250f.setIcon(icon_5f64e13a6a5fbbb4b3ba6bee3001313f);
|
|
|
|
|
|
var marker_f83f9ed2e3da60a356c38013f857ff61 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_04c080720b3300333c6bc7a14376c5a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f3e21052485f3eeb20d6e87a0adc08e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_514321f0533230bf6e3a76411bffed00 = $(`<div id="html_514321f0533230bf6e3a76411bffed00" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_8f3e21052485f3eeb20d6e87a0adc08e.setContent(html_514321f0533230bf6e3a76411bffed00);
|
|
|
|
|
|
|
|
marker_f83f9ed2e3da60a356c38013f857ff61.bindPopup(popup_8f3e21052485f3eeb20d6e87a0adc08e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f83f9ed2e3da60a356c38013f857ff61.setIcon(icon_04c080720b3300333c6bc7a14376c5a2);
|
|
|
|
|
|
var marker_09d60baed16b010f6c6a5f3f75296818 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_cc87f034b8f55838dc73d240599f7ec8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6599005c01d04deafc522b4fda02604 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16005b08873267b8da06a2b1dda8386e = $(`<div id="html_16005b08873267b8da06a2b1dda8386e" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_e6599005c01d04deafc522b4fda02604.setContent(html_16005b08873267b8da06a2b1dda8386e);
|
|
|
|
|
|
|
|
marker_09d60baed16b010f6c6a5f3f75296818.bindPopup(popup_e6599005c01d04deafc522b4fda02604)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09d60baed16b010f6c6a5f3f75296818.setIcon(icon_cc87f034b8f55838dc73d240599f7ec8);
|
|
|
|
|
|
var marker_a64f0f43a5fc28da058bcb074d9a43ce = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_97bdb054b8dd34efcdd70f7185897931 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bedd640374207379d0cb6e7e495d6127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cbe7e11671a84601b836d2957118b04 = $(`<div id="html_8cbe7e11671a84601b836d2957118b04" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_bedd640374207379d0cb6e7e495d6127.setContent(html_8cbe7e11671a84601b836d2957118b04);
|
|
|
|
|
|
|
|
marker_a64f0f43a5fc28da058bcb074d9a43ce.bindPopup(popup_bedd640374207379d0cb6e7e495d6127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a64f0f43a5fc28da058bcb074d9a43ce.setIcon(icon_97bdb054b8dd34efcdd70f7185897931);
|
|
|
|
|
|
var marker_35725e07f9ecda1d20146d8ebd347dbc = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_62d2ea859611f4c89b4c906bc9078f8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01dd602cafa8b01245917e32486a2f42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce32e3eae54e19a1995470a00bc6a725 = $(`<div id="html_ce32e3eae54e19a1995470a00bc6a725" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_01dd602cafa8b01245917e32486a2f42.setContent(html_ce32e3eae54e19a1995470a00bc6a725);
|
|
|
|
|
|
|
|
marker_35725e07f9ecda1d20146d8ebd347dbc.bindPopup(popup_01dd602cafa8b01245917e32486a2f42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35725e07f9ecda1d20146d8ebd347dbc.setIcon(icon_62d2ea859611f4c89b4c906bc9078f8e);
|
|
|
|
|
|
var marker_365fbcaf5812b3a3abbf88bed886a532 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_205e0b3ae70aa22f50fdc199548d3830 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a464308ff33e936a4ec82fff30b330d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c16e4c238371528b50d51baac188df60 = $(`<div id="html_c16e4c238371528b50d51baac188df60" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_5a464308ff33e936a4ec82fff30b330d.setContent(html_c16e4c238371528b50d51baac188df60);
|
|
|
|
|
|
|
|
marker_365fbcaf5812b3a3abbf88bed886a532.bindPopup(popup_5a464308ff33e936a4ec82fff30b330d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_365fbcaf5812b3a3abbf88bed886a532.setIcon(icon_205e0b3ae70aa22f50fdc199548d3830);
|
|
|
|
|
|
var marker_8a2f1d02461c1854caae1eb6cbc0c0e7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_964a9d3b9d491161dceae5f5fb4d2587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dae1c262c79b93582d9cdfde15cd30e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a9ff6b905952ec7889657383dde5a8 = $(`<div id="html_02a9ff6b905952ec7889657383dde5a8" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_5dae1c262c79b93582d9cdfde15cd30e.setContent(html_02a9ff6b905952ec7889657383dde5a8);
|
|
|
|
|
|
|
|
marker_8a2f1d02461c1854caae1eb6cbc0c0e7.bindPopup(popup_5dae1c262c79b93582d9cdfde15cd30e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a2f1d02461c1854caae1eb6cbc0c0e7.setIcon(icon_964a9d3b9d491161dceae5f5fb4d2587);
|
|
|
|
|
|
var marker_1420f03bfe35b4d95248c8b6567b3b1b = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_83e4a0044adb2e8e8ef862392ed59fb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_363d2813f1e0bb69d9aed0fc11d8b42a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0428d64e5ebfe623f64d0d035b40e3b = $(`<div id="html_b0428d64e5ebfe623f64d0d035b40e3b" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_363d2813f1e0bb69d9aed0fc11d8b42a.setContent(html_b0428d64e5ebfe623f64d0d035b40e3b);
|
|
|
|
|
|
|
|
marker_1420f03bfe35b4d95248c8b6567b3b1b.bindPopup(popup_363d2813f1e0bb69d9aed0fc11d8b42a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1420f03bfe35b4d95248c8b6567b3b1b.setIcon(icon_83e4a0044adb2e8e8ef862392ed59fb4);
|
|
|
|
|
|
var marker_521cbb30be8b70828d3f35da2bbf8d9b = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0db0cd1046dcd2059ac38fa61cdcf76c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b354c41b694003698652b274a11eb7aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75333bcaf605c64c1e45e79cfee1503c = $(`<div id="html_75333bcaf605c64c1e45e79cfee1503c" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_b354c41b694003698652b274a11eb7aa.setContent(html_75333bcaf605c64c1e45e79cfee1503c);
|
|
|
|
|
|
|
|
marker_521cbb30be8b70828d3f35da2bbf8d9b.bindPopup(popup_b354c41b694003698652b274a11eb7aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_521cbb30be8b70828d3f35da2bbf8d9b.setIcon(icon_0db0cd1046dcd2059ac38fa61cdcf76c);
|
|
|
|
|
|
var marker_5df6f56f092d4bfb1113db1c5dd5e4a5 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_88e903370b9a8742921a13ffeca35f6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62c2bb7b9c92e4fa54adc4d480c5612a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_379cf6587e9e76781eb0a9676cd2e41e = $(`<div id="html_379cf6587e9e76781eb0a9676cd2e41e" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_62c2bb7b9c92e4fa54adc4d480c5612a.setContent(html_379cf6587e9e76781eb0a9676cd2e41e);
|
|
|
|
|
|
|
|
marker_5df6f56f092d4bfb1113db1c5dd5e4a5.bindPopup(popup_62c2bb7b9c92e4fa54adc4d480c5612a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5df6f56f092d4bfb1113db1c5dd5e4a5.setIcon(icon_88e903370b9a8742921a13ffeca35f6a);
|
|
|
|
|
|
var marker_16243a4e17bbaffbaef1cd1234e07a2f = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_79f1d3a681a6a85dc7ae6f7b435a9bc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_751068d6019c6b52458d837755106dd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed62aa2e5dece626cde3b2ce1538c38a = $(`<div id="html_ed62aa2e5dece626cde3b2ce1538c38a" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_751068d6019c6b52458d837755106dd8.setContent(html_ed62aa2e5dece626cde3b2ce1538c38a);
|
|
|
|
|
|
|
|
marker_16243a4e17bbaffbaef1cd1234e07a2f.bindPopup(popup_751068d6019c6b52458d837755106dd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16243a4e17bbaffbaef1cd1234e07a2f.setIcon(icon_79f1d3a681a6a85dc7ae6f7b435a9bc0);
|
|
|
|
|
|
var marker_3a75bdb268164997da4788eb862dc376 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b162e0a9f52c2eb32f99d0c7cd329f3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71cae23829c0387a9cc98bcdf1ee167c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_388628a7665bfb7b277dac7bafe3f70c = $(`<div id="html_388628a7665bfb7b277dac7bafe3f70c" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_71cae23829c0387a9cc98bcdf1ee167c.setContent(html_388628a7665bfb7b277dac7bafe3f70c);
|
|
|
|
|
|
|
|
marker_3a75bdb268164997da4788eb862dc376.bindPopup(popup_71cae23829c0387a9cc98bcdf1ee167c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a75bdb268164997da4788eb862dc376.setIcon(icon_b162e0a9f52c2eb32f99d0c7cd329f3b);
|
|
|
|
|
|
var marker_6b591687e96b73bd29951603bb92a182 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ff7198e18b4b53e30fc79bb6178b56c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_064e1fbcf75ae3c5a6830ed3888e24f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66170b10a6bbe9d3a3728e2cb298f8fa = $(`<div id="html_66170b10a6bbe9d3a3728e2cb298f8fa" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_064e1fbcf75ae3c5a6830ed3888e24f2.setContent(html_66170b10a6bbe9d3a3728e2cb298f8fa);
|
|
|
|
|
|
|
|
marker_6b591687e96b73bd29951603bb92a182.bindPopup(popup_064e1fbcf75ae3c5a6830ed3888e24f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b591687e96b73bd29951603bb92a182.setIcon(icon_ff7198e18b4b53e30fc79bb6178b56c8);
|
|
|
|
|
|
var marker_4b6d0ad2246d5bf92a867f515edd92bd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_621aaf325c94492f7ce7d85957301a09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf1593e28aa766b5841ce67ba1ad0bbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccf4957fcd96dce6908e419a9aa33693 = $(`<div id="html_ccf4957fcd96dce6908e419a9aa33693" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_bf1593e28aa766b5841ce67ba1ad0bbd.setContent(html_ccf4957fcd96dce6908e419a9aa33693);
|
|
|
|
|
|
|
|
marker_4b6d0ad2246d5bf92a867f515edd92bd.bindPopup(popup_bf1593e28aa766b5841ce67ba1ad0bbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b6d0ad2246d5bf92a867f515edd92bd.setIcon(icon_621aaf325c94492f7ce7d85957301a09);
|
|
|
|
|
|
var marker_d52193cc69e5577eff2b89b31998d4e9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_00f5ed573320f5b45339aa9caebb83c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d73cd01b4e9df5eace0aeb1f2aaf8dba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ecae5c777ecdad0c5b833c20189e16d = $(`<div id="html_1ecae5c777ecdad0c5b833c20189e16d" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_d73cd01b4e9df5eace0aeb1f2aaf8dba.setContent(html_1ecae5c777ecdad0c5b833c20189e16d);
|
|
|
|
|
|
|
|
marker_d52193cc69e5577eff2b89b31998d4e9.bindPopup(popup_d73cd01b4e9df5eace0aeb1f2aaf8dba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d52193cc69e5577eff2b89b31998d4e9.setIcon(icon_00f5ed573320f5b45339aa9caebb83c4);
|
|
|
|
|
|
var marker_dc30c256c312a1ab511ab87b1ad17c0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_01f71317dc0ccef6cddec5d1675b9cf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d023faa99f813cb9fe5d420f18e3b25c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49ac52659b873eb2b3bb066d137333c = $(`<div id="html_d49ac52659b873eb2b3bb066d137333c" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_d023faa99f813cb9fe5d420f18e3b25c.setContent(html_d49ac52659b873eb2b3bb066d137333c);
|
|
|
|
|
|
|
|
marker_dc30c256c312a1ab511ab87b1ad17c0f.bindPopup(popup_d023faa99f813cb9fe5d420f18e3b25c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc30c256c312a1ab511ab87b1ad17c0f.setIcon(icon_01f71317dc0ccef6cddec5d1675b9cf4);
|
|
|
|
|
|
var marker_d441f85558bdd8e6079969b1e6cfa076 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d4666b36a08f028cd70b743f0a2f77e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cc7e6d9962db1b01c46229db3b0905a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f07f9c962b5ea37bbc57f4eaf26c01d8 = $(`<div id="html_f07f9c962b5ea37bbc57f4eaf26c01d8" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_8cc7e6d9962db1b01c46229db3b0905a.setContent(html_f07f9c962b5ea37bbc57f4eaf26c01d8);
|
|
|
|
|
|
|
|
marker_d441f85558bdd8e6079969b1e6cfa076.bindPopup(popup_8cc7e6d9962db1b01c46229db3b0905a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d441f85558bdd8e6079969b1e6cfa076.setIcon(icon_d4666b36a08f028cd70b743f0a2f77e1);
|
|
|
|
|
|
var marker_f5a2f429c2712fdd0a19f8c73a6e6f8d = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_6c89682e5e1f5b213a0675faab725e43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a63f9bd73d5aa142edf9b545f363a4f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83ae910956eea394e779ddb0f5a6e4cd = $(`<div id="html_83ae910956eea394e779ddb0f5a6e4cd" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_a63f9bd73d5aa142edf9b545f363a4f4.setContent(html_83ae910956eea394e779ddb0f5a6e4cd);
|
|
|
|
|
|
|
|
marker_f5a2f429c2712fdd0a19f8c73a6e6f8d.bindPopup(popup_a63f9bd73d5aa142edf9b545f363a4f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5a2f429c2712fdd0a19f8c73a6e6f8d.setIcon(icon_6c89682e5e1f5b213a0675faab725e43);
|
|
|
|
|
|
var marker_c1e98b3af41656d33e83e1462d2b9e25 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b1040f9180f8f2d533d81361e6a01ecd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3311805b060b2975922635a68f49775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ff01442f891d95086a0ff7f8423945f = $(`<div id="html_3ff01442f891d95086a0ff7f8423945f" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_e3311805b060b2975922635a68f49775.setContent(html_3ff01442f891d95086a0ff7f8423945f);
|
|
|
|
|
|
|
|
marker_c1e98b3af41656d33e83e1462d2b9e25.bindPopup(popup_e3311805b060b2975922635a68f49775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1e98b3af41656d33e83e1462d2b9e25.setIcon(icon_b1040f9180f8f2d533d81361e6a01ecd);
|
|
|
|
|
|
var marker_f14bc1a466b305471d297d6e6713375e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7cdf8908c3ddbf0d4853c0dfe0036e79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d333d8181105f581bae643d4ee2f5c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc13a0ae9e05a2a7f515c4d4f776489c = $(`<div id="html_cc13a0ae9e05a2a7f515c4d4f776489c" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_2d333d8181105f581bae643d4ee2f5c8.setContent(html_cc13a0ae9e05a2a7f515c4d4f776489c);
|
|
|
|
|
|
|
|
marker_f14bc1a466b305471d297d6e6713375e.bindPopup(popup_2d333d8181105f581bae643d4ee2f5c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f14bc1a466b305471d297d6e6713375e.setIcon(icon_7cdf8908c3ddbf0d4853c0dfe0036e79);
|
|
|
|
|
|
var marker_3242509a259c56c170ee04525433dbb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_8b828876706aae5c151278fabcf1779f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e23e2e14087f542ad1f6ffa1698ed84b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d4dd8503181fef038503d36c58ab316 = $(`<div id="html_3d4dd8503181fef038503d36c58ab316" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_e23e2e14087f542ad1f6ffa1698ed84b.setContent(html_3d4dd8503181fef038503d36c58ab316);
|
|
|
|
|
|
|
|
marker_3242509a259c56c170ee04525433dbb3.bindPopup(popup_e23e2e14087f542ad1f6ffa1698ed84b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3242509a259c56c170ee04525433dbb3.setIcon(icon_8b828876706aae5c151278fabcf1779f);
|
|
|
|
|
|
var marker_36179a53b269ec9c40e9069fbed02a33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ed7e0a68e6c37fe933616469dc5550d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ede1905349b09767743018120f42ba88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0c5d0d6a0eb843beebf12870b9d2285 = $(`<div id="html_f0c5d0d6a0eb843beebf12870b9d2285" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_ede1905349b09767743018120f42ba88.setContent(html_f0c5d0d6a0eb843beebf12870b9d2285);
|
|
|
|
|
|
|
|
marker_36179a53b269ec9c40e9069fbed02a33.bindPopup(popup_ede1905349b09767743018120f42ba88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36179a53b269ec9c40e9069fbed02a33.setIcon(icon_ed7e0a68e6c37fe933616469dc5550d3);
|
|
|
|
|
|
var marker_e1269a7fb2adee3beb7698d1323192ad = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f6347664ec2f8e42096f36e44db9fdc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_222c29f607d33e985f6c76b4b1942369 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1641fd5bca7ec55a7641b2bd87d4fb3 = $(`<div id="html_c1641fd5bca7ec55a7641b2bd87d4fb3" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_222c29f607d33e985f6c76b4b1942369.setContent(html_c1641fd5bca7ec55a7641b2bd87d4fb3);
|
|
|
|
|
|
|
|
marker_e1269a7fb2adee3beb7698d1323192ad.bindPopup(popup_222c29f607d33e985f6c76b4b1942369)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1269a7fb2adee3beb7698d1323192ad.setIcon(icon_f6347664ec2f8e42096f36e44db9fdc0);
|
|
|
|
|
|
var marker_9bd47af4efa84b323b20d03b426b5332 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_858ac372d1368abd74e2b2c61da1be5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4087e1e646dadc5a677ca7a5fb6f455d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61ce4e8fb93346080f2c7151d188baf8 = $(`<div id="html_61ce4e8fb93346080f2c7151d188baf8" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_4087e1e646dadc5a677ca7a5fb6f455d.setContent(html_61ce4e8fb93346080f2c7151d188baf8);
|
|
|
|
|
|
|
|
marker_9bd47af4efa84b323b20d03b426b5332.bindPopup(popup_4087e1e646dadc5a677ca7a5fb6f455d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bd47af4efa84b323b20d03b426b5332.setIcon(icon_858ac372d1368abd74e2b2c61da1be5e);
|
|
|
|
|
|
var marker_17bbadbdad88456ecbec1c1241369dcf = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2f9920d76b305f5b59d2555e9d5e64a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7db7fb5fe259a68df90629655117ab2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4f6e36c9e2d7245601db1443151de94 = $(`<div id="html_b4f6e36c9e2d7245601db1443151de94" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_7db7fb5fe259a68df90629655117ab2b.setContent(html_b4f6e36c9e2d7245601db1443151de94);
|
|
|
|
|
|
|
|
marker_17bbadbdad88456ecbec1c1241369dcf.bindPopup(popup_7db7fb5fe259a68df90629655117ab2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17bbadbdad88456ecbec1c1241369dcf.setIcon(icon_2f9920d76b305f5b59d2555e9d5e64a1);
|
|
|
|
|
|
var marker_0b9d01241c9a896f0f17c2e42537bcaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0d18fc8a04dddbb6b0fd9f3aa84553a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e14b74637b135d31eefa7b249b2385d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6103455ccc1c9b8237ef06c630a1230d = $(`<div id="html_6103455ccc1c9b8237ef06c630a1230d" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_e14b74637b135d31eefa7b249b2385d3.setContent(html_6103455ccc1c9b8237ef06c630a1230d);
|
|
|
|
|
|
|
|
marker_0b9d01241c9a896f0f17c2e42537bcaf.bindPopup(popup_e14b74637b135d31eefa7b249b2385d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b9d01241c9a896f0f17c2e42537bcaf.setIcon(icon_0d18fc8a04dddbb6b0fd9f3aa84553a0);
|
|
|
|
|
|
var marker_583390a030f299b281982ee7b6704efe = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b2c8da1b4cff7f5962dcd87339e1d94a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a18debf05106bfd58e567c47cfa55c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b7c677e2ee751f1b04258553a9f5fbf = $(`<div id="html_9b7c677e2ee751f1b04258553a9f5fbf" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_2a18debf05106bfd58e567c47cfa55c2.setContent(html_9b7c677e2ee751f1b04258553a9f5fbf);
|
|
|
|
|
|
|
|
marker_583390a030f299b281982ee7b6704efe.bindPopup(popup_2a18debf05106bfd58e567c47cfa55c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_583390a030f299b281982ee7b6704efe.setIcon(icon_b2c8da1b4cff7f5962dcd87339e1d94a);
|
|
|
|
|
|
var marker_755936959bcff6511c30751819cead26 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_cc8a1247bb1eb82d712ab5b480561931 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8887748380052402b7d75d937883003c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea29736178cde9f6824506b4475cdb61 = $(`<div id="html_ea29736178cde9f6824506b4475cdb61" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_8887748380052402b7d75d937883003c.setContent(html_ea29736178cde9f6824506b4475cdb61);
|
|
|
|
|
|
|
|
marker_755936959bcff6511c30751819cead26.bindPopup(popup_8887748380052402b7d75d937883003c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_755936959bcff6511c30751819cead26.setIcon(icon_cc8a1247bb1eb82d712ab5b480561931);
|
|
|
|
|
|
var marker_c9455eb8add1513039497815f2d9ab2c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7730b21b9c3c8e0dffe9c53fab20c15e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_160202268edd7ca542b2084c2273d8bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d52f8d84b70de21eebeb75552f55703a = $(`<div id="html_d52f8d84b70de21eebeb75552f55703a" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_160202268edd7ca542b2084c2273d8bc.setContent(html_d52f8d84b70de21eebeb75552f55703a);
|
|
|
|
|
|
|
|
marker_c9455eb8add1513039497815f2d9ab2c.bindPopup(popup_160202268edd7ca542b2084c2273d8bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9455eb8add1513039497815f2d9ab2c.setIcon(icon_7730b21b9c3c8e0dffe9c53fab20c15e);
|
|
|
|
|
|
var marker_1dbc853bbd43e7313f0d2cace9f4f88f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_6d548ebe171cce2aaac056092c1cebd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06944c4ad413ad228b6f5be7f9cccba6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a5caf2fb22149675340b7a12a2250c9 = $(`<div id="html_3a5caf2fb22149675340b7a12a2250c9" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_06944c4ad413ad228b6f5be7f9cccba6.setContent(html_3a5caf2fb22149675340b7a12a2250c9);
|
|
|
|
|
|
|
|
marker_1dbc853bbd43e7313f0d2cace9f4f88f.bindPopup(popup_06944c4ad413ad228b6f5be7f9cccba6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dbc853bbd43e7313f0d2cace9f4f88f.setIcon(icon_6d548ebe171cce2aaac056092c1cebd3);
|
|
|
|
|
|
var marker_f995e6ab57aa50007754f405998cd4af = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_fb1a8f9fa35024aa94686fdc374f4eac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5547eabafc9ff9199ef2e7ea80646bd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40041ec825203452646deefd36240e1c = $(`<div id="html_40041ec825203452646deefd36240e1c" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_5547eabafc9ff9199ef2e7ea80646bd3.setContent(html_40041ec825203452646deefd36240e1c);
|
|
|
|
|
|
|
|
marker_f995e6ab57aa50007754f405998cd4af.bindPopup(popup_5547eabafc9ff9199ef2e7ea80646bd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f995e6ab57aa50007754f405998cd4af.setIcon(icon_fb1a8f9fa35024aa94686fdc374f4eac);
|
|
|
|
|
|
var marker_5ba1aafbfa1441bfbf03ba36eb353e22 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_806ec7fad47f74d616d675893fede76a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3e604c50e3ed82ed88c69eb87b1b3b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_195317fee37d02f94a0daeabff293b58 = $(`<div id="html_195317fee37d02f94a0daeabff293b58" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_b3e604c50e3ed82ed88c69eb87b1b3b1.setContent(html_195317fee37d02f94a0daeabff293b58);
|
|
|
|
|
|
|
|
marker_5ba1aafbfa1441bfbf03ba36eb353e22.bindPopup(popup_b3e604c50e3ed82ed88c69eb87b1b3b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ba1aafbfa1441bfbf03ba36eb353e22.setIcon(icon_806ec7fad47f74d616d675893fede76a);
|
|
|
|
|
|
var marker_c06a1f8ca8a4c44cc2224d50e078a3b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_082dbf682347f4f334a5d2c7a1705aa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc6c08d92a81b3637495b44490b6ef68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a8a1a8eeb9a001a18c51d23c12fd6e6 = $(`<div id="html_8a8a1a8eeb9a001a18c51d23c12fd6e6" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_bc6c08d92a81b3637495b44490b6ef68.setContent(html_8a8a1a8eeb9a001a18c51d23c12fd6e6);
|
|
|
|
|
|
|
|
marker_c06a1f8ca8a4c44cc2224d50e078a3b8.bindPopup(popup_bc6c08d92a81b3637495b44490b6ef68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c06a1f8ca8a4c44cc2224d50e078a3b8.setIcon(icon_082dbf682347f4f334a5d2c7a1705aa9);
|
|
|
|
|
|
var marker_f2087725cf62d979faf8733f511b4c6a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b14a89d2711f2d6348ff9041e16f6163 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f0b01b786fe4100299a9a82e645f514 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b99c2c22b3ad422562e64e932988118 = $(`<div id="html_8b99c2c22b3ad422562e64e932988118" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_0f0b01b786fe4100299a9a82e645f514.setContent(html_8b99c2c22b3ad422562e64e932988118);
|
|
|
|
|
|
|
|
marker_f2087725cf62d979faf8733f511b4c6a.bindPopup(popup_0f0b01b786fe4100299a9a82e645f514)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2087725cf62d979faf8733f511b4c6a.setIcon(icon_b14a89d2711f2d6348ff9041e16f6163);
|
|
|
|
|
|
var marker_d196471a047042ecf5090b44b78eb3e0 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_891ddec6da4ae2a1c26aec5258a2ace3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09486e87a07ba45bbaadbbffbe9015e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d97b2ce8345bd75a7583b9aed2a85cc = $(`<div id="html_6d97b2ce8345bd75a7583b9aed2a85cc" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_09486e87a07ba45bbaadbbffbe9015e1.setContent(html_6d97b2ce8345bd75a7583b9aed2a85cc);
|
|
|
|
|
|
|
|
marker_d196471a047042ecf5090b44b78eb3e0.bindPopup(popup_09486e87a07ba45bbaadbbffbe9015e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d196471a047042ecf5090b44b78eb3e0.setIcon(icon_891ddec6da4ae2a1c26aec5258a2ace3);
|
|
|
|
|
|
var marker_4d4f9bd1f61a7ff8f333ed2bcc3d3ad8 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4eb725a6eed108882215b9cce4b2ac29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfbab4b1b457b62e8c2047a3d6854335 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c41f03bdae44e85bf1cf095856dc8f51 = $(`<div id="html_c41f03bdae44e85bf1cf095856dc8f51" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_bfbab4b1b457b62e8c2047a3d6854335.setContent(html_c41f03bdae44e85bf1cf095856dc8f51);
|
|
|
|
|
|
|
|
marker_4d4f9bd1f61a7ff8f333ed2bcc3d3ad8.bindPopup(popup_bfbab4b1b457b62e8c2047a3d6854335)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d4f9bd1f61a7ff8f333ed2bcc3d3ad8.setIcon(icon_4eb725a6eed108882215b9cce4b2ac29);
|
|
|
|
|
|
var marker_53dd6b89dfffcdcab58c26c6b2d2ea90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_574a5675d6c97c5852cf8a6b7e698874 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_350321622719181a97b32cdbc48aa403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a75c9691381bc643f7b091b997f95f2b = $(`<div id="html_a75c9691381bc643f7b091b997f95f2b" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_350321622719181a97b32cdbc48aa403.setContent(html_a75c9691381bc643f7b091b997f95f2b);
|
|
|
|
|
|
|
|
marker_53dd6b89dfffcdcab58c26c6b2d2ea90.bindPopup(popup_350321622719181a97b32cdbc48aa403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53dd6b89dfffcdcab58c26c6b2d2ea90.setIcon(icon_574a5675d6c97c5852cf8a6b7e698874);
|
|
|
|
|
|
var marker_0e9967a503410cdee5f7877853d77c61 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_212fee634cfead4911c71107410a4400 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa03137bf388813305fdf49425378661 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b6137f7cf5fa5655b4a71176d4bf7e = $(`<div id="html_35b6137f7cf5fa5655b4a71176d4bf7e" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_fa03137bf388813305fdf49425378661.setContent(html_35b6137f7cf5fa5655b4a71176d4bf7e);
|
|
|
|
|
|
|
|
marker_0e9967a503410cdee5f7877853d77c61.bindPopup(popup_fa03137bf388813305fdf49425378661)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e9967a503410cdee5f7877853d77c61.setIcon(icon_212fee634cfead4911c71107410a4400);
|
|
|
|
|
|
var marker_79335444b2f515c1148560bf086011d5 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_a5d2495b9ef529d33ea3ff4102158cfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f61d4128181e9130f4498910cd8c6954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8126f9fd0485e0cd2fc3c75f5460924 = $(`<div id="html_c8126f9fd0485e0cd2fc3c75f5460924" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_f61d4128181e9130f4498910cd8c6954.setContent(html_c8126f9fd0485e0cd2fc3c75f5460924);
|
|
|
|
|
|
|
|
marker_79335444b2f515c1148560bf086011d5.bindPopup(popup_f61d4128181e9130f4498910cd8c6954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79335444b2f515c1148560bf086011d5.setIcon(icon_a5d2495b9ef529d33ea3ff4102158cfd);
|
|
|
|
|
|
var marker_5db7c5b940342d1de347bdd985222577 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e2b38a65a776380c6409c4d6a7bb4242 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65b3db6edb1034d954d1b35da1031aa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12a6461f6fdda53ae4f10697eb11db70 = $(`<div id="html_12a6461f6fdda53ae4f10697eb11db70" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_65b3db6edb1034d954d1b35da1031aa7.setContent(html_12a6461f6fdda53ae4f10697eb11db70);
|
|
|
|
|
|
|
|
marker_5db7c5b940342d1de347bdd985222577.bindPopup(popup_65b3db6edb1034d954d1b35da1031aa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5db7c5b940342d1de347bdd985222577.setIcon(icon_e2b38a65a776380c6409c4d6a7bb4242);
|
|
|
|
|
|
var marker_f40f50116b1dc409f46fc17ab00db264 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2bd3b4dd7dc7b1ac2abdba169688c9bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_455b1cfedaacfaf4f8ab6ce4a3e154fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e34adf616c70c07de94da5b552d63de = $(`<div id="html_0e34adf616c70c07de94da5b552d63de" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_455b1cfedaacfaf4f8ab6ce4a3e154fd.setContent(html_0e34adf616c70c07de94da5b552d63de);
|
|
|
|
|
|
|
|
marker_f40f50116b1dc409f46fc17ab00db264.bindPopup(popup_455b1cfedaacfaf4f8ab6ce4a3e154fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f40f50116b1dc409f46fc17ab00db264.setIcon(icon_2bd3b4dd7dc7b1ac2abdba169688c9bf);
|
|
|
|
|
|
var marker_e18e044fd0deff97bb7b286a5cb0c0cf = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_db959b0d8eb73bc574a966aa187eb196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d42f73c582d3904f9e3fb6efcc2e970c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_069f6e841245f7ba0a6b814969231515 = $(`<div id="html_069f6e841245f7ba0a6b814969231515" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_d42f73c582d3904f9e3fb6efcc2e970c.setContent(html_069f6e841245f7ba0a6b814969231515);
|
|
|
|
|
|
|
|
marker_e18e044fd0deff97bb7b286a5cb0c0cf.bindPopup(popup_d42f73c582d3904f9e3fb6efcc2e970c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e18e044fd0deff97bb7b286a5cb0c0cf.setIcon(icon_db959b0d8eb73bc574a966aa187eb196);
|
|
|
|
|
|
var marker_024c4511ab580daf7eeff9b32eb45f18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ed456535c817061d47567486021fa791 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9ed4fe2d765fde8b14d4f60e1e6faf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dca52a939a44112879fcfac28f2f9ba = $(`<div id="html_6dca52a939a44112879fcfac28f2f9ba" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_d9ed4fe2d765fde8b14d4f60e1e6faf8.setContent(html_6dca52a939a44112879fcfac28f2f9ba);
|
|
|
|
|
|
|
|
marker_024c4511ab580daf7eeff9b32eb45f18.bindPopup(popup_d9ed4fe2d765fde8b14d4f60e1e6faf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_024c4511ab580daf7eeff9b32eb45f18.setIcon(icon_ed456535c817061d47567486021fa791);
|
|
|
|
|
|
var marker_1be4f7394af4ea2c5e586a3daba51f2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_37a3763f77c6eed883e4b7301e50a59c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8daa6bf5eb8d78874cf42e039aa6b3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c0e3fd3c292a1dbe64dc83e65b195e2 = $(`<div id="html_2c0e3fd3c292a1dbe64dc83e65b195e2" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_b8daa6bf5eb8d78874cf42e039aa6b3f.setContent(html_2c0e3fd3c292a1dbe64dc83e65b195e2);
|
|
|
|
|
|
|
|
marker_1be4f7394af4ea2c5e586a3daba51f2a.bindPopup(popup_b8daa6bf5eb8d78874cf42e039aa6b3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1be4f7394af4ea2c5e586a3daba51f2a.setIcon(icon_37a3763f77c6eed883e4b7301e50a59c);
|
|
|
|
|
|
var marker_219ea5c146ece8dcc866a90a66a3eb5e = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_90c19d583521bd80fe0ca0035925576e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28792809f519ec1a83a1914ca021914b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35fe38f0922bde90a0bcb4688c38fe79 = $(`<div id="html_35fe38f0922bde90a0bcb4688c38fe79" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_28792809f519ec1a83a1914ca021914b.setContent(html_35fe38f0922bde90a0bcb4688c38fe79);
|
|
|
|
|
|
|
|
marker_219ea5c146ece8dcc866a90a66a3eb5e.bindPopup(popup_28792809f519ec1a83a1914ca021914b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_219ea5c146ece8dcc866a90a66a3eb5e.setIcon(icon_90c19d583521bd80fe0ca0035925576e);
|
|
|
|
|
|
var marker_96dba25aae5ebeca0221383077375e95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_90bef83cf7c55fbcf6e7f1698cfd0cbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e60f667bd9d507be87e9bd13f87ab3c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a2d17acabdb3207627d0f941ce6045a = $(`<div id="html_3a2d17acabdb3207627d0f941ce6045a" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_e60f667bd9d507be87e9bd13f87ab3c3.setContent(html_3a2d17acabdb3207627d0f941ce6045a);
|
|
|
|
|
|
|
|
marker_96dba25aae5ebeca0221383077375e95.bindPopup(popup_e60f667bd9d507be87e9bd13f87ab3c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96dba25aae5ebeca0221383077375e95.setIcon(icon_90bef83cf7c55fbcf6e7f1698cfd0cbe);
|
|
|
|
|
|
var marker_d16e53d71de96d23493baf4a6982992f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_11cdbe00fca6944e9423dbe1e950738b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6353c07df6788fa81bd69d57216c7712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9f07f840ce9f3272247168e25efd545 = $(`<div id="html_a9f07f840ce9f3272247168e25efd545" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_6353c07df6788fa81bd69d57216c7712.setContent(html_a9f07f840ce9f3272247168e25efd545);
|
|
|
|
|
|
|
|
marker_d16e53d71de96d23493baf4a6982992f.bindPopup(popup_6353c07df6788fa81bd69d57216c7712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d16e53d71de96d23493baf4a6982992f.setIcon(icon_11cdbe00fca6944e9423dbe1e950738b);
|
|
|
|
|
|
var marker_f156fae80ab79df6b88ee144e68a3971 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_02ec2318cec2fc6d0724821024188bb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d447362e5bf485e66e709ba3e7fa6d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d593c4b1781ff412e0389ac5902dafc4 = $(`<div id="html_d593c4b1781ff412e0389ac5902dafc4" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_6d447362e5bf485e66e709ba3e7fa6d2.setContent(html_d593c4b1781ff412e0389ac5902dafc4);
|
|
|
|
|
|
|
|
marker_f156fae80ab79df6b88ee144e68a3971.bindPopup(popup_6d447362e5bf485e66e709ba3e7fa6d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f156fae80ab79df6b88ee144e68a3971.setIcon(icon_02ec2318cec2fc6d0724821024188bb5);
|
|
|
|
|
|
var marker_61f9e22a6ba76fbc639a41d63571435c = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3d8310395d3ff2733001a312ddd42b88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc9d73b093073ba9d74d628511099c9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_468dc892a246023ebf7864830896cd2f = $(`<div id="html_468dc892a246023ebf7864830896cd2f" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_cc9d73b093073ba9d74d628511099c9e.setContent(html_468dc892a246023ebf7864830896cd2f);
|
|
|
|
|
|
|
|
marker_61f9e22a6ba76fbc639a41d63571435c.bindPopup(popup_cc9d73b093073ba9d74d628511099c9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61f9e22a6ba76fbc639a41d63571435c.setIcon(icon_3d8310395d3ff2733001a312ddd42b88);
|
|
|
|
|
|
var marker_b89e0ee2d1c48863fd069f003674d148 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_dd8d08142c5fd3b1b4192f2e38de1b14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7a0513ab42b3231d660acbd58b94ba4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90774a50630b005f69234aa698cc92f8 = $(`<div id="html_90774a50630b005f69234aa698cc92f8" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_a7a0513ab42b3231d660acbd58b94ba4.setContent(html_90774a50630b005f69234aa698cc92f8);
|
|
|
|
|
|
|
|
marker_b89e0ee2d1c48863fd069f003674d148.bindPopup(popup_a7a0513ab42b3231d660acbd58b94ba4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b89e0ee2d1c48863fd069f003674d148.setIcon(icon_dd8d08142c5fd3b1b4192f2e38de1b14);
|
|
|
|
|
|
var marker_d061236b3f1075fa205ee92dfdcd16fe = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3a9dc514c1c84f19a15d8a5c62bb1074 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_865d32d94e3bcc95b8086915437c545d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_318c062618e542594a594687e368e18c = $(`<div id="html_318c062618e542594a594687e368e18c" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_865d32d94e3bcc95b8086915437c545d.setContent(html_318c062618e542594a594687e368e18c);
|
|
|
|
|
|
|
|
marker_d061236b3f1075fa205ee92dfdcd16fe.bindPopup(popup_865d32d94e3bcc95b8086915437c545d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d061236b3f1075fa205ee92dfdcd16fe.setIcon(icon_3a9dc514c1c84f19a15d8a5c62bb1074);
|
|
|
|
|
|
var marker_58703d8c932d1bc4396d789717418c1e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_da3a19fb897bfdf79b194ab9ec411a42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2d03f18030b41caed00cf4cec8cba62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_539c2fa35b7410d7c9945b012acca4af = $(`<div id="html_539c2fa35b7410d7c9945b012acca4af" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_c2d03f18030b41caed00cf4cec8cba62.setContent(html_539c2fa35b7410d7c9945b012acca4af);
|
|
|
|
|
|
|
|
marker_58703d8c932d1bc4396d789717418c1e.bindPopup(popup_c2d03f18030b41caed00cf4cec8cba62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58703d8c932d1bc4396d789717418c1e.setIcon(icon_da3a19fb897bfdf79b194ab9ec411a42);
|
|
|
|
|
|
var marker_ff7901afc5ce4bcf59fa5317e2210cd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_bb0b92879077d0e69f497034e4b4c01b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3334c8c9a4b85a68d81ea0d8f95b2269 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71c8074bf40a12a96a1fd806d1be4c79 = $(`<div id="html_71c8074bf40a12a96a1fd806d1be4c79" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_3334c8c9a4b85a68d81ea0d8f95b2269.setContent(html_71c8074bf40a12a96a1fd806d1be4c79);
|
|
|
|
|
|
|
|
marker_ff7901afc5ce4bcf59fa5317e2210cd4.bindPopup(popup_3334c8c9a4b85a68d81ea0d8f95b2269)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff7901afc5ce4bcf59fa5317e2210cd4.setIcon(icon_bb0b92879077d0e69f497034e4b4c01b);
|
|
|
|
|
|
var marker_bae51cee7b94c9753e5974a236610500 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_df0d8e5c19512b99370af2e6ca388b6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c58c7196cadf3eb66c76c872e05bea1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20e464cc1c0eb558b89083c67b56c7b3 = $(`<div id="html_20e464cc1c0eb558b89083c67b56c7b3" style="width: 100.0%; height: 100.0%;">relay.omarih.com</div>`)[0];
|
|
popup_4c58c7196cadf3eb66c76c872e05bea1.setContent(html_20e464cc1c0eb558b89083c67b56c7b3);
|
|
|
|
|
|
|
|
marker_bae51cee7b94c9753e5974a236610500.bindPopup(popup_4c58c7196cadf3eb66c76c872e05bea1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bae51cee7b94c9753e5974a236610500.setIcon(icon_df0d8e5c19512b99370af2e6ca388b6e);
|
|
|
|
|
|
var marker_3e896582f02c1b485f594cbdd906ae6e = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_cc839ec05d175e14464e6be55dbcd65b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7ce0e474da07c786cbb689cb7dde78d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a668f50b81347be05e49553fa85239c8 = $(`<div id="html_a668f50b81347be05e49553fa85239c8" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_f7ce0e474da07c786cbb689cb7dde78d.setContent(html_a668f50b81347be05e49553fa85239c8);
|
|
|
|
|
|
|
|
marker_3e896582f02c1b485f594cbdd906ae6e.bindPopup(popup_f7ce0e474da07c786cbb689cb7dde78d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e896582f02c1b485f594cbdd906ae6e.setIcon(icon_cc839ec05d175e14464e6be55dbcd65b);
|
|
|
|
|
|
var marker_ff8a72a8b42602a0cd0430e389e7ff5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4f51e29f0ad5f38e6a1a80bb76418d17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7ff685120b2b18196bba1cc6b800e20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be05534af3e14146d9db2da0fb948d39 = $(`<div id="html_be05534af3e14146d9db2da0fb948d39" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_d7ff685120b2b18196bba1cc6b800e20.setContent(html_be05534af3e14146d9db2da0fb948d39);
|
|
|
|
|
|
|
|
marker_ff8a72a8b42602a0cd0430e389e7ff5b.bindPopup(popup_d7ff685120b2b18196bba1cc6b800e20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff8a72a8b42602a0cd0430e389e7ff5b.setIcon(icon_4f51e29f0ad5f38e6a1a80bb76418d17);
|
|
|
|
|
|
var marker_6e52f4c88cdf538ff1339d3828758adc = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_690d298e2fccc9d7954a29c1cca128cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d65457582a45384acd50595d7169740 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d8d0bfb52b73e98922976d170ac4c85 = $(`<div id="html_9d8d0bfb52b73e98922976d170ac4c85" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_5d65457582a45384acd50595d7169740.setContent(html_9d8d0bfb52b73e98922976d170ac4c85);
|
|
|
|
|
|
|
|
marker_6e52f4c88cdf538ff1339d3828758adc.bindPopup(popup_5d65457582a45384acd50595d7169740)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e52f4c88cdf538ff1339d3828758adc.setIcon(icon_690d298e2fccc9d7954a29c1cca128cb);
|
|
|
|
|
|
var marker_0036022c26b4fc5a59fb91596eee71df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f6629b47e7caaa66712ccf43f2043704 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd6e45f7cde8c8b2ddf83a4e2d3153f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c29abd62695df5f0491a61964f8c3c1f = $(`<div id="html_c29abd62695df5f0491a61964f8c3c1f" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_cd6e45f7cde8c8b2ddf83a4e2d3153f0.setContent(html_c29abd62695df5f0491a61964f8c3c1f);
|
|
|
|
|
|
|
|
marker_0036022c26b4fc5a59fb91596eee71df.bindPopup(popup_cd6e45f7cde8c8b2ddf83a4e2d3153f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0036022c26b4fc5a59fb91596eee71df.setIcon(icon_f6629b47e7caaa66712ccf43f2043704);
|
|
|
|
|
|
var marker_66bfb804d305df823f4a24ece0049a10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_019864d933db2a422976c4a7d1ee45b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_575769e77757a12090a0fabf30ff776e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec89704591775c09cae13c389eb970d4 = $(`<div id="html_ec89704591775c09cae13c389eb970d4" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_575769e77757a12090a0fabf30ff776e.setContent(html_ec89704591775c09cae13c389eb970d4);
|
|
|
|
|
|
|
|
marker_66bfb804d305df823f4a24ece0049a10.bindPopup(popup_575769e77757a12090a0fabf30ff776e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66bfb804d305df823f4a24ece0049a10.setIcon(icon_019864d933db2a422976c4a7d1ee45b0);
|
|
|
|
|
|
var marker_94a6099b014604d37ffb6df10a275868 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_6a7ceb259e9f2e23c766d34a7e9d05d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c096841118ceb698cf819c925e0c54ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef68acf1136a210e810792a1251ef88d = $(`<div id="html_ef68acf1136a210e810792a1251ef88d" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_c096841118ceb698cf819c925e0c54ab.setContent(html_ef68acf1136a210e810792a1251ef88d);
|
|
|
|
|
|
|
|
marker_94a6099b014604d37ffb6df10a275868.bindPopup(popup_c096841118ceb698cf819c925e0c54ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94a6099b014604d37ffb6df10a275868.setIcon(icon_6a7ceb259e9f2e23c766d34a7e9d05d6);
|
|
|
|
|
|
var marker_c686bfbeb93edbfb2bb07b8e65d8db12 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_8abd5a67cae629fcd35b3c20657f31e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc292b95130360af912fcdcf282c2961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_607053da808dad7f5edd448f65164f42 = $(`<div id="html_607053da808dad7f5edd448f65164f42" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_cc292b95130360af912fcdcf282c2961.setContent(html_607053da808dad7f5edd448f65164f42);
|
|
|
|
|
|
|
|
marker_c686bfbeb93edbfb2bb07b8e65d8db12.bindPopup(popup_cc292b95130360af912fcdcf282c2961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c686bfbeb93edbfb2bb07b8e65d8db12.setIcon(icon_8abd5a67cae629fcd35b3c20657f31e2);
|
|
|
|
|
|
var marker_6925faf7b4196fe4fb0799254304c587 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_19e4b10304d7ef7295e5666abc0cea13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a3aa59bc2792e873303c3f676171dfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a94f881fc4e194f3a42d2386e24929f9 = $(`<div id="html_a94f881fc4e194f3a42d2386e24929f9" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_7a3aa59bc2792e873303c3f676171dfd.setContent(html_a94f881fc4e194f3a42d2386e24929f9);
|
|
|
|
|
|
|
|
marker_6925faf7b4196fe4fb0799254304c587.bindPopup(popup_7a3aa59bc2792e873303c3f676171dfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6925faf7b4196fe4fb0799254304c587.setIcon(icon_19e4b10304d7ef7295e5666abc0cea13);
|
|
|
|
|
|
var marker_b6f25dd70d6737a57338bbf03c6880e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d85e7cebb451ca1712b4e99632aeea67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ef3f8addf7406dff8014adedcb0d529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a3d2589899573da756bf56ab8cad19e = $(`<div id="html_7a3d2589899573da756bf56ab8cad19e" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_8ef3f8addf7406dff8014adedcb0d529.setContent(html_7a3d2589899573da756bf56ab8cad19e);
|
|
|
|
|
|
|
|
marker_b6f25dd70d6737a57338bbf03c6880e6.bindPopup(popup_8ef3f8addf7406dff8014adedcb0d529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6f25dd70d6737a57338bbf03c6880e6.setIcon(icon_d85e7cebb451ca1712b4e99632aeea67);
|
|
|
|
|
|
var marker_e17f5df751998d812f6fc0cbab8a40e0 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d662d8bdf56eec861b1044d56643d627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbfb64f6d3f13c5396bcd52daf4ac001 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae281ed0262a90402708fac8511010e6 = $(`<div id="html_ae281ed0262a90402708fac8511010e6" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_dbfb64f6d3f13c5396bcd52daf4ac001.setContent(html_ae281ed0262a90402708fac8511010e6);
|
|
|
|
|
|
|
|
marker_e17f5df751998d812f6fc0cbab8a40e0.bindPopup(popup_dbfb64f6d3f13c5396bcd52daf4ac001)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e17f5df751998d812f6fc0cbab8a40e0.setIcon(icon_d662d8bdf56eec861b1044d56643d627);
|
|
|
|
|
|
var marker_d858a1a2a7612775c707cb2f51e775ae = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7d1ac07208bf1f3a4b14fb245619466c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_953436080b1ae546950e8cc8d79338fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee9e6df0ee2cfa40cba5e9bba8847714 = $(`<div id="html_ee9e6df0ee2cfa40cba5e9bba8847714" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_953436080b1ae546950e8cc8d79338fc.setContent(html_ee9e6df0ee2cfa40cba5e9bba8847714);
|
|
|
|
|
|
|
|
marker_d858a1a2a7612775c707cb2f51e775ae.bindPopup(popup_953436080b1ae546950e8cc8d79338fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d858a1a2a7612775c707cb2f51e775ae.setIcon(icon_7d1ac07208bf1f3a4b14fb245619466c);
|
|
|
|
|
|
var marker_2c70c9bc8f7a1af36b6c585c36e2d9a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0b37925a42768eccb42267e8714709df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd9b7f6db6d87ed47a23c55bd61baa9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84ff334b35b06719505fc286ac599c11 = $(`<div id="html_84ff334b35b06719505fc286ac599c11" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_cd9b7f6db6d87ed47a23c55bd61baa9f.setContent(html_84ff334b35b06719505fc286ac599c11);
|
|
|
|
|
|
|
|
marker_2c70c9bc8f7a1af36b6c585c36e2d9a8.bindPopup(popup_cd9b7f6db6d87ed47a23c55bd61baa9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c70c9bc8f7a1af36b6c585c36e2d9a8.setIcon(icon_0b37925a42768eccb42267e8714709df);
|
|
|
|
|
|
var marker_5c77a5f42efb2a6b34eac7c7d2aff5e9 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9138ecac6b1eaf2d4edc22db18b2d794 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ceb5a5de7e143091907da8361753ce3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46133a771387c0cbe1f300ce08485d7b = $(`<div id="html_46133a771387c0cbe1f300ce08485d7b" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_9ceb5a5de7e143091907da8361753ce3.setContent(html_46133a771387c0cbe1f300ce08485d7b);
|
|
|
|
|
|
|
|
marker_5c77a5f42efb2a6b34eac7c7d2aff5e9.bindPopup(popup_9ceb5a5de7e143091907da8361753ce3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c77a5f42efb2a6b34eac7c7d2aff5e9.setIcon(icon_9138ecac6b1eaf2d4edc22db18b2d794);
|
|
|
|
|
|
var marker_e2926b2b6174681c33519f29ac40b600 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_88ad26cfa1045dc9c9b4d72bceb82ada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5499d6084f5540e3dceaf324037b832 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab76881679de08cb1823343624b17c3e = $(`<div id="html_ab76881679de08cb1823343624b17c3e" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_c5499d6084f5540e3dceaf324037b832.setContent(html_ab76881679de08cb1823343624b17c3e);
|
|
|
|
|
|
|
|
marker_e2926b2b6174681c33519f29ac40b600.bindPopup(popup_c5499d6084f5540e3dceaf324037b832)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2926b2b6174681c33519f29ac40b600.setIcon(icon_88ad26cfa1045dc9c9b4d72bceb82ada);
|
|
|
|
|
|
var marker_473357b802afac35571a7d04c82c1e4f = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e253a72d94b66b662baa82ea5380cb9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caabb84f5bbe8be478de4f3b5773b19a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcdc0bf5990a32407ed1248ebb8ca1f3 = $(`<div id="html_fcdc0bf5990a32407ed1248ebb8ca1f3" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_caabb84f5bbe8be478de4f3b5773b19a.setContent(html_fcdc0bf5990a32407ed1248ebb8ca1f3);
|
|
|
|
|
|
|
|
marker_473357b802afac35571a7d04c82c1e4f.bindPopup(popup_caabb84f5bbe8be478de4f3b5773b19a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_473357b802afac35571a7d04c82c1e4f.setIcon(icon_e253a72d94b66b662baa82ea5380cb9b);
|
|
|
|
|
|
var marker_cc0cda2015d6d7ca522ef2007eb43f80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9d211f55f328bf40d36de4b0edd15b49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d4a8416a438f4381f5900ca04405adf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e31f0008e6af23bb9f2020e64ffa71c5 = $(`<div id="html_e31f0008e6af23bb9f2020e64ffa71c5" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_2d4a8416a438f4381f5900ca04405adf.setContent(html_e31f0008e6af23bb9f2020e64ffa71c5);
|
|
|
|
|
|
|
|
marker_cc0cda2015d6d7ca522ef2007eb43f80.bindPopup(popup_2d4a8416a438f4381f5900ca04405adf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc0cda2015d6d7ca522ef2007eb43f80.setIcon(icon_9d211f55f328bf40d36de4b0edd15b49);
|
|
|
|
|
|
var marker_1e382ae220b0c27899db84183a98fd41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7daf1da27d1c72629d11b6989262fc97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14e937dd47034f4d9bb87f3b9bc0b158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e476f016cb07e8609823370e2824f005 = $(`<div id="html_e476f016cb07e8609823370e2824f005" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_14e937dd47034f4d9bb87f3b9bc0b158.setContent(html_e476f016cb07e8609823370e2824f005);
|
|
|
|
|
|
|
|
marker_1e382ae220b0c27899db84183a98fd41.bindPopup(popup_14e937dd47034f4d9bb87f3b9bc0b158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e382ae220b0c27899db84183a98fd41.setIcon(icon_7daf1da27d1c72629d11b6989262fc97);
|
|
|
|
|
|
var marker_a3183d8b745304a57e194c84bb0e1a92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_13f9c4e8a520ffb88221ee671f5ed0fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8b5db192bac96a4720a33b8cbeb89c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d733c3c18ff3ad64ceb619899b992962 = $(`<div id="html_d733c3c18ff3ad64ceb619899b992962" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_a8b5db192bac96a4720a33b8cbeb89c5.setContent(html_d733c3c18ff3ad64ceb619899b992962);
|
|
|
|
|
|
|
|
marker_a3183d8b745304a57e194c84bb0e1a92.bindPopup(popup_a8b5db192bac96a4720a33b8cbeb89c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3183d8b745304a57e194c84bb0e1a92.setIcon(icon_13f9c4e8a520ffb88221ee671f5ed0fa);
|
|
|
|
|
|
var marker_aee4d62bc25f12212ab8b79160cab8e3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f84d3ae18beff23b0106bffa3e973fa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ad51a116bd1f4dc2bc92d3cf63bd314 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caed353b91bacec4544519994439153b = $(`<div id="html_caed353b91bacec4544519994439153b" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_5ad51a116bd1f4dc2bc92d3cf63bd314.setContent(html_caed353b91bacec4544519994439153b);
|
|
|
|
|
|
|
|
marker_aee4d62bc25f12212ab8b79160cab8e3.bindPopup(popup_5ad51a116bd1f4dc2bc92d3cf63bd314)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aee4d62bc25f12212ab8b79160cab8e3.setIcon(icon_f84d3ae18beff23b0106bffa3e973fa9);
|
|
|
|
|
|
var marker_55f3fd3aa8a926a18326da30890823f2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b88fc339fcb4ad266eedbf77e9cc07fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a85cc5316db0b928c69759f17daa41d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5fb98a282eddff751135cd1c7ca5fda = $(`<div id="html_d5fb98a282eddff751135cd1c7ca5fda" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_a85cc5316db0b928c69759f17daa41d8.setContent(html_d5fb98a282eddff751135cd1c7ca5fda);
|
|
|
|
|
|
|
|
marker_55f3fd3aa8a926a18326da30890823f2.bindPopup(popup_a85cc5316db0b928c69759f17daa41d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55f3fd3aa8a926a18326da30890823f2.setIcon(icon_b88fc339fcb4ad266eedbf77e9cc07fe);
|
|
|
|
|
|
var marker_d36fa38bbfd39f6ea58ac38e55805557 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c967dc746ba4883062dc8f8d173ade7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8c6fb7519bebe894ca65e7c7207dca6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9a096873e295bb37508f6ce638bb800 = $(`<div id="html_b9a096873e295bb37508f6ce638bb800" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_c8c6fb7519bebe894ca65e7c7207dca6.setContent(html_b9a096873e295bb37508f6ce638bb800);
|
|
|
|
|
|
|
|
marker_d36fa38bbfd39f6ea58ac38e55805557.bindPopup(popup_c8c6fb7519bebe894ca65e7c7207dca6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d36fa38bbfd39f6ea58ac38e55805557.setIcon(icon_c967dc746ba4883062dc8f8d173ade7e);
|
|
|
|
|
|
var marker_efac12dafb18894dc73cd6a966dd8690 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_efb6c2ced32424904c0141cc3b6802b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9eaa2fc31e1a639bc2ede9971df9a7dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14fd10a6805e9d979f16fe0ea8a1f001 = $(`<div id="html_14fd10a6805e9d979f16fe0ea8a1f001" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_9eaa2fc31e1a639bc2ede9971df9a7dd.setContent(html_14fd10a6805e9d979f16fe0ea8a1f001);
|
|
|
|
|
|
|
|
marker_efac12dafb18894dc73cd6a966dd8690.bindPopup(popup_9eaa2fc31e1a639bc2ede9971df9a7dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efac12dafb18894dc73cd6a966dd8690.setIcon(icon_efb6c2ced32424904c0141cc3b6802b2);
|
|
|
|
|
|
var marker_219085daa7168f1288f464b1f38335e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d6a19159e96e57547aafeefd2f79e6e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceedd5c42fb660e463576912aedfb939 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faf08106e96354f3813a6b816db694d4 = $(`<div id="html_faf08106e96354f3813a6b816db694d4" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_ceedd5c42fb660e463576912aedfb939.setContent(html_faf08106e96354f3813a6b816db694d4);
|
|
|
|
|
|
|
|
marker_219085daa7168f1288f464b1f38335e7.bindPopup(popup_ceedd5c42fb660e463576912aedfb939)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_219085daa7168f1288f464b1f38335e7.setIcon(icon_d6a19159e96e57547aafeefd2f79e6e4);
|
|
|
|
|
|
var marker_7dcc429360454059ec0c5bd5b798d258 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ac4c1ad66fc608a698002c40dcdc7559 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d52f417ffdc258e47cfec4ab4450db6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4211ace00d51c9e7bc8c0975289b5971 = $(`<div id="html_4211ace00d51c9e7bc8c0975289b5971" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_4d52f417ffdc258e47cfec4ab4450db6.setContent(html_4211ace00d51c9e7bc8c0975289b5971);
|
|
|
|
|
|
|
|
marker_7dcc429360454059ec0c5bd5b798d258.bindPopup(popup_4d52f417ffdc258e47cfec4ab4450db6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dcc429360454059ec0c5bd5b798d258.setIcon(icon_ac4c1ad66fc608a698002c40dcdc7559);
|
|
|
|
|
|
var marker_780fe7ec719003bc06de33014d8392ef = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0ecb191a7d70a721bbfa06f71ca011b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f1e92b6cd9f90a73bd28e67c8b1063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fd61307bf1045e63d002eb8e0c4d639 = $(`<div id="html_6fd61307bf1045e63d002eb8e0c4d639" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_c5f1e92b6cd9f90a73bd28e67c8b1063.setContent(html_6fd61307bf1045e63d002eb8e0c4d639);
|
|
|
|
|
|
|
|
marker_780fe7ec719003bc06de33014d8392ef.bindPopup(popup_c5f1e92b6cd9f90a73bd28e67c8b1063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_780fe7ec719003bc06de33014d8392ef.setIcon(icon_0ecb191a7d70a721bbfa06f71ca011b6);
|
|
|
|
|
|
var marker_228e4bd318e1af8327b1c7b329383016 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_a66503f3bf1725156e5eaddd63c96d50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2839cd2fe4fc2fe8ce2945aa3a4870f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cd937ea64cd1f0b49ae091345a0838c = $(`<div id="html_4cd937ea64cd1f0b49ae091345a0838c" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_2839cd2fe4fc2fe8ce2945aa3a4870f6.setContent(html_4cd937ea64cd1f0b49ae091345a0838c);
|
|
|
|
|
|
|
|
marker_228e4bd318e1af8327b1c7b329383016.bindPopup(popup_2839cd2fe4fc2fe8ce2945aa3a4870f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_228e4bd318e1af8327b1c7b329383016.setIcon(icon_a66503f3bf1725156e5eaddd63c96d50);
|
|
|
|
|
|
var marker_1a9338f9028bf198d80249f0948611fd = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5942c17d94675954d4fd5deef4833703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c29613c0223835ea604ed03a9e28a427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f5b1be7113877588b5f6493b59f3ff2 = $(`<div id="html_3f5b1be7113877588b5f6493b59f3ff2" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_c29613c0223835ea604ed03a9e28a427.setContent(html_3f5b1be7113877588b5f6493b59f3ff2);
|
|
|
|
|
|
|
|
marker_1a9338f9028bf198d80249f0948611fd.bindPopup(popup_c29613c0223835ea604ed03a9e28a427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a9338f9028bf198d80249f0948611fd.setIcon(icon_5942c17d94675954d4fd5deef4833703);
|
|
|
|
|
|
var marker_5564ca51d98a7bc259ea48347ae6326d = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_fb6bbd4435ea3846a23413faa06ecab1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79784b25182de04baa7f70d2789c1167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07fe7b87eccfdf752cb70b613534bae5 = $(`<div id="html_07fe7b87eccfdf752cb70b613534bae5" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_79784b25182de04baa7f70d2789c1167.setContent(html_07fe7b87eccfdf752cb70b613534bae5);
|
|
|
|
|
|
|
|
marker_5564ca51d98a7bc259ea48347ae6326d.bindPopup(popup_79784b25182de04baa7f70d2789c1167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5564ca51d98a7bc259ea48347ae6326d.setIcon(icon_fb6bbd4435ea3846a23413faa06ecab1);
|
|
|
|
|
|
var marker_d99b2c9a3e151a41698babe7204b1631 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_1331b2b9bdabaf82469c6133f9ffd958 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3bf8ab4f82bf6e6fb6d80bb3e8b2274 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70af4c1968515a76a25d7077801cc4b3 = $(`<div id="html_70af4c1968515a76a25d7077801cc4b3" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_c3bf8ab4f82bf6e6fb6d80bb3e8b2274.setContent(html_70af4c1968515a76a25d7077801cc4b3);
|
|
|
|
|
|
|
|
marker_d99b2c9a3e151a41698babe7204b1631.bindPopup(popup_c3bf8ab4f82bf6e6fb6d80bb3e8b2274)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d99b2c9a3e151a41698babe7204b1631.setIcon(icon_1331b2b9bdabaf82469c6133f9ffd958);
|
|
|
|
|
|
var marker_6a335864cd3978264ba93db1dcc665d1 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_37d5ca49935a57069addbcde3d4f2d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77a6ef583e34a14cda9908a7be199a91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_581b08f109f4926dd7685e7eb397ed67 = $(`<div id="html_581b08f109f4926dd7685e7eb397ed67" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_77a6ef583e34a14cda9908a7be199a91.setContent(html_581b08f109f4926dd7685e7eb397ed67);
|
|
|
|
|
|
|
|
marker_6a335864cd3978264ba93db1dcc665d1.bindPopup(popup_77a6ef583e34a14cda9908a7be199a91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a335864cd3978264ba93db1dcc665d1.setIcon(icon_37d5ca49935a57069addbcde3d4f2d8b);
|
|
|
|
|
|
var marker_5e5d749986ddb4372c641b103cf7047f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_85dc43063954fc7f46a3bfe1cf402103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e1d1646cc960d2d78186a2d7e7e573c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c7f2ef576efdb2d623894f103138923 = $(`<div id="html_9c7f2ef576efdb2d623894f103138923" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_3e1d1646cc960d2d78186a2d7e7e573c.setContent(html_9c7f2ef576efdb2d623894f103138923);
|
|
|
|
|
|
|
|
marker_5e5d749986ddb4372c641b103cf7047f.bindPopup(popup_3e1d1646cc960d2d78186a2d7e7e573c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e5d749986ddb4372c641b103cf7047f.setIcon(icon_85dc43063954fc7f46a3bfe1cf402103);
|
|
|
|
|
|
var marker_9b9e4eb27c05dee943b64ea3ab3e5ff6 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_59ce7725b04d2b8106da7954d35dd89b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c30d8016461d20d8f854e4115ed3b00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cdf80ba1117731fe4aa37c5a4a366d5 = $(`<div id="html_8cdf80ba1117731fe4aa37c5a4a366d5" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_0c30d8016461d20d8f854e4115ed3b00.setContent(html_8cdf80ba1117731fe4aa37c5a4a366d5);
|
|
|
|
|
|
|
|
marker_9b9e4eb27c05dee943b64ea3ab3e5ff6.bindPopup(popup_0c30d8016461d20d8f854e4115ed3b00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b9e4eb27c05dee943b64ea3ab3e5ff6.setIcon(icon_59ce7725b04d2b8106da7954d35dd89b);
|
|
|
|
|
|
var marker_7df09e17345a159a42f5376fc5c47662 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_be3199b0d53c798916017ada487b8e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_985d48d37b7b0001a5cea2df66937231 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd98d747be84b03c7642bdd4c26344fa = $(`<div id="html_fd98d747be84b03c7642bdd4c26344fa" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_985d48d37b7b0001a5cea2df66937231.setContent(html_fd98d747be84b03c7642bdd4c26344fa);
|
|
|
|
|
|
|
|
marker_7df09e17345a159a42f5376fc5c47662.bindPopup(popup_985d48d37b7b0001a5cea2df66937231)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7df09e17345a159a42f5376fc5c47662.setIcon(icon_be3199b0d53c798916017ada487b8e64);
|
|
|
|
|
|
var marker_d5925014315b573a74a3868c9da9321f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c72309c0cb1cef2bf5e1852e1684497a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c3df5ac72312390076730f9fb76633e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78c911e3330142b021504f45d0461063 = $(`<div id="html_78c911e3330142b021504f45d0461063" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_7c3df5ac72312390076730f9fb76633e.setContent(html_78c911e3330142b021504f45d0461063);
|
|
|
|
|
|
|
|
marker_d5925014315b573a74a3868c9da9321f.bindPopup(popup_7c3df5ac72312390076730f9fb76633e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5925014315b573a74a3868c9da9321f.setIcon(icon_c72309c0cb1cef2bf5e1852e1684497a);
|
|
|
|
|
|
var marker_d1ea05bc1b9326fc2120893cd0bbc94f = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_905bd2bc22f468d750f5d44c762f7b0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4efdf67478156c5e2690188fc6437d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e09f0ed72efb09d51afc8b83503cf4f = $(`<div id="html_7e09f0ed72efb09d51afc8b83503cf4f" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_f4efdf67478156c5e2690188fc6437d3.setContent(html_7e09f0ed72efb09d51afc8b83503cf4f);
|
|
|
|
|
|
|
|
marker_d1ea05bc1b9326fc2120893cd0bbc94f.bindPopup(popup_f4efdf67478156c5e2690188fc6437d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1ea05bc1b9326fc2120893cd0bbc94f.setIcon(icon_905bd2bc22f468d750f5d44c762f7b0f);
|
|
|
|
|
|
var marker_755e821815d6d3a57ca7806a46f884e2 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3492cb9bdc7d26c633475353601996e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d0e4defa61da025ff80395197b05a0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d41de70376b425234aeea51ede0fa1a = $(`<div id="html_7d41de70376b425234aeea51ede0fa1a" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_6d0e4defa61da025ff80395197b05a0e.setContent(html_7d41de70376b425234aeea51ede0fa1a);
|
|
|
|
|
|
|
|
marker_755e821815d6d3a57ca7806a46f884e2.bindPopup(popup_6d0e4defa61da025ff80395197b05a0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_755e821815d6d3a57ca7806a46f884e2.setIcon(icon_3492cb9bdc7d26c633475353601996e0);
|
|
|
|
|
|
var marker_09cbbc11a50107b4a37aaff01ed8aad4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7d5aaa2911303c71f68221bfde864669 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b37a09b6cbba16d90c497aafb38a2d74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71dbd0c57ef404442a713f5b241a6a77 = $(`<div id="html_71dbd0c57ef404442a713f5b241a6a77" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_b37a09b6cbba16d90c497aafb38a2d74.setContent(html_71dbd0c57ef404442a713f5b241a6a77);
|
|
|
|
|
|
|
|
marker_09cbbc11a50107b4a37aaff01ed8aad4.bindPopup(popup_b37a09b6cbba16d90c497aafb38a2d74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09cbbc11a50107b4a37aaff01ed8aad4.setIcon(icon_7d5aaa2911303c71f68221bfde864669);
|
|
|
|
|
|
var marker_28eb14283483f3a40173c43520d079cd = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_09ad0d1e85b3604ca1f825bbc395f351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a6413dba106531a33995f8341dac179 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faae2319fce58de67dc4d0eb4ee9b601 = $(`<div id="html_faae2319fce58de67dc4d0eb4ee9b601" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_5a6413dba106531a33995f8341dac179.setContent(html_faae2319fce58de67dc4d0eb4ee9b601);
|
|
|
|
|
|
|
|
marker_28eb14283483f3a40173c43520d079cd.bindPopup(popup_5a6413dba106531a33995f8341dac179)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28eb14283483f3a40173c43520d079cd.setIcon(icon_09ad0d1e85b3604ca1f825bbc395f351);
|
|
|
|
|
|
var marker_e6c75cf438707fa12b058987601012f1 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7bb42e41e0167ebf0c4a70e531211d07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e4b0a63b9ca0a9de3a75fdf86527898 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bad2ba42ad7ab5a7bec7c67490c83ae = $(`<div id="html_1bad2ba42ad7ab5a7bec7c67490c83ae" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_5e4b0a63b9ca0a9de3a75fdf86527898.setContent(html_1bad2ba42ad7ab5a7bec7c67490c83ae);
|
|
|
|
|
|
|
|
marker_e6c75cf438707fa12b058987601012f1.bindPopup(popup_5e4b0a63b9ca0a9de3a75fdf86527898)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6c75cf438707fa12b058987601012f1.setIcon(icon_7bb42e41e0167ebf0c4a70e531211d07);
|
|
|
|
|
|
var marker_4291d64f84783407aef45362f66fe9d8 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5de74cc4993178e45543cc8600659f05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3bf4ba5a45546926f96094832922983 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e2b0e1a6230f639b236e6a37a58ce4d = $(`<div id="html_5e2b0e1a6230f639b236e6a37a58ce4d" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_b3bf4ba5a45546926f96094832922983.setContent(html_5e2b0e1a6230f639b236e6a37a58ce4d);
|
|
|
|
|
|
|
|
marker_4291d64f84783407aef45362f66fe9d8.bindPopup(popup_b3bf4ba5a45546926f96094832922983)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4291d64f84783407aef45362f66fe9d8.setIcon(icon_5de74cc4993178e45543cc8600659f05);
|
|
|
|
|
|
var marker_45b5d96eec4d5eccbaa239503303a298 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_1492cc738c1ba738c4de24c836411803 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12c9c300884969160ccbcaa4d5e8756c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_483f700c29dd8900aee1ffb0629213d7 = $(`<div id="html_483f700c29dd8900aee1ffb0629213d7" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_12c9c300884969160ccbcaa4d5e8756c.setContent(html_483f700c29dd8900aee1ffb0629213d7);
|
|
|
|
|
|
|
|
marker_45b5d96eec4d5eccbaa239503303a298.bindPopup(popup_12c9c300884969160ccbcaa4d5e8756c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45b5d96eec4d5eccbaa239503303a298.setIcon(icon_1492cc738c1ba738c4de24c836411803);
|
|
|
|
|
|
var marker_33ddf55a37038f0164a032a6873329d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_601c04160a2c892411a19d5f56a47b71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8e8da661fe78ef5895d5a7d8ae696e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_474a154c1ea9f4227490a8630a65d48e = $(`<div id="html_474a154c1ea9f4227490a8630a65d48e" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_b8e8da661fe78ef5895d5a7d8ae696e5.setContent(html_474a154c1ea9f4227490a8630a65d48e);
|
|
|
|
|
|
|
|
marker_33ddf55a37038f0164a032a6873329d6.bindPopup(popup_b8e8da661fe78ef5895d5a7d8ae696e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33ddf55a37038f0164a032a6873329d6.setIcon(icon_601c04160a2c892411a19d5f56a47b71);
|
|
|
|
|
|
var marker_6be300c1ea68563bb6692e67adcbdf09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_1e698e2566d0bb632a01e5d845942c32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48dd0e7a5de291595ad6f47f8eaa2b7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b2f7f9e245483e2955e3b089833e618 = $(`<div id="html_1b2f7f9e245483e2955e3b089833e618" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_48dd0e7a5de291595ad6f47f8eaa2b7c.setContent(html_1b2f7f9e245483e2955e3b089833e618);
|
|
|
|
|
|
|
|
marker_6be300c1ea68563bb6692e67adcbdf09.bindPopup(popup_48dd0e7a5de291595ad6f47f8eaa2b7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6be300c1ea68563bb6692e67adcbdf09.setIcon(icon_1e698e2566d0bb632a01e5d845942c32);
|
|
|
|
|
|
var marker_053670d9f1b95468de60bf71f5e99a4b = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2f8de9eb1effc453385402f2cced759a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e05b0ff36739cd62758cc98402d7a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5a0578e92c72bbe7dfcaacdeeda047a = $(`<div id="html_a5a0578e92c72bbe7dfcaacdeeda047a" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_4e05b0ff36739cd62758cc98402d7a70.setContent(html_a5a0578e92c72bbe7dfcaacdeeda047a);
|
|
|
|
|
|
|
|
marker_053670d9f1b95468de60bf71f5e99a4b.bindPopup(popup_4e05b0ff36739cd62758cc98402d7a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_053670d9f1b95468de60bf71f5e99a4b.setIcon(icon_2f8de9eb1effc453385402f2cced759a);
|
|
|
|
|
|
var marker_646d3ffb0d3dd9e3acf0cc0075bb0330 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_1b8d94a6476c3d3597a4e4d70c92078b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d14facb990b357851a090ed370165bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_339aae9742248163a4b3e44cd75c9e8c = $(`<div id="html_339aae9742248163a4b3e44cd75c9e8c" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_6d14facb990b357851a090ed370165bc.setContent(html_339aae9742248163a4b3e44cd75c9e8c);
|
|
|
|
|
|
|
|
marker_646d3ffb0d3dd9e3acf0cc0075bb0330.bindPopup(popup_6d14facb990b357851a090ed370165bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_646d3ffb0d3dd9e3acf0cc0075bb0330.setIcon(icon_1b8d94a6476c3d3597a4e4d70c92078b);
|
|
|
|
|
|
var marker_a23c055a40810b4e3ef61d293474199f = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5510f734a15603c1126910dbe104bb4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daa057bc78bb70d54113d3921ac8270f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b59a9ce5b24847af3b14071e13eb72ee = $(`<div id="html_b59a9ce5b24847af3b14071e13eb72ee" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_daa057bc78bb70d54113d3921ac8270f.setContent(html_b59a9ce5b24847af3b14071e13eb72ee);
|
|
|
|
|
|
|
|
marker_a23c055a40810b4e3ef61d293474199f.bindPopup(popup_daa057bc78bb70d54113d3921ac8270f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a23c055a40810b4e3ef61d293474199f.setIcon(icon_5510f734a15603c1126910dbe104bb4c);
|
|
|
|
|
|
var marker_71c526593c8552a8d6cd2a1ef5c3def1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0047794d8e941b212efd9922459fcb55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c411cdcaf21ee520df55e06fbb2d898 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ca66fcb6076bf3c45f6ea5c6a086847 = $(`<div id="html_8ca66fcb6076bf3c45f6ea5c6a086847" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_1c411cdcaf21ee520df55e06fbb2d898.setContent(html_8ca66fcb6076bf3c45f6ea5c6a086847);
|
|
|
|
|
|
|
|
marker_71c526593c8552a8d6cd2a1ef5c3def1.bindPopup(popup_1c411cdcaf21ee520df55e06fbb2d898)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71c526593c8552a8d6cd2a1ef5c3def1.setIcon(icon_0047794d8e941b212efd9922459fcb55);
|
|
|
|
|
|
var marker_b32813c35eaf81983a18e373b8a8dec8 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d6fae8cf9c33e6f5472795fbc334618b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_209c075d7c6c555bbe20ad7576930a72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79c29c443f961bfc1d9aa02e74f1a574 = $(`<div id="html_79c29c443f961bfc1d9aa02e74f1a574" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_209c075d7c6c555bbe20ad7576930a72.setContent(html_79c29c443f961bfc1d9aa02e74f1a574);
|
|
|
|
|
|
|
|
marker_b32813c35eaf81983a18e373b8a8dec8.bindPopup(popup_209c075d7c6c555bbe20ad7576930a72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b32813c35eaf81983a18e373b8a8dec8.setIcon(icon_d6fae8cf9c33e6f5472795fbc334618b);
|
|
|
|
|
|
var marker_07c7fce467f71217666c835d4b13120e = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_faf2f6612a869f13181376c0c7709924 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_301add78c2bc85539bb9be20556813dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ebb5fb407e964e27826e2f84772ce88 = $(`<div id="html_3ebb5fb407e964e27826e2f84772ce88" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_301add78c2bc85539bb9be20556813dd.setContent(html_3ebb5fb407e964e27826e2f84772ce88);
|
|
|
|
|
|
|
|
marker_07c7fce467f71217666c835d4b13120e.bindPopup(popup_301add78c2bc85539bb9be20556813dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c7fce467f71217666c835d4b13120e.setIcon(icon_faf2f6612a869f13181376c0c7709924);
|
|
|
|
|
|
var marker_8b744e957f583e5d80cf1f2327e5f1b5 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b07f44207ca5c067222da34593071e8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05f1903bbae43d73a01f0d751d220f6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06d41b577fc6deed6abef925ddea65d1 = $(`<div id="html_06d41b577fc6deed6abef925ddea65d1" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_05f1903bbae43d73a01f0d751d220f6a.setContent(html_06d41b577fc6deed6abef925ddea65d1);
|
|
|
|
|
|
|
|
marker_8b744e957f583e5d80cf1f2327e5f1b5.bindPopup(popup_05f1903bbae43d73a01f0d751d220f6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b744e957f583e5d80cf1f2327e5f1b5.setIcon(icon_b07f44207ca5c067222da34593071e8a);
|
|
|
|
|
|
var marker_9568c774682ab6791a01b3efa2ca3234 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_65067a82b0f4994190a04266116e9e07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b4ad8cf117ebd12cdc09120891d26bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c63f501f5ee490cf00841c8dd7bc988 = $(`<div id="html_6c63f501f5ee490cf00841c8dd7bc988" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_7b4ad8cf117ebd12cdc09120891d26bf.setContent(html_6c63f501f5ee490cf00841c8dd7bc988);
|
|
|
|
|
|
|
|
marker_9568c774682ab6791a01b3efa2ca3234.bindPopup(popup_7b4ad8cf117ebd12cdc09120891d26bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9568c774682ab6791a01b3efa2ca3234.setIcon(icon_65067a82b0f4994190a04266116e9e07);
|
|
|
|
|
|
var marker_6275617d1376873b430f97800af87bcb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_1f6a1e8f7aa79cb51ea10ca095cabf98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8f4a23bee294f1851c0134082a5f783 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f271e4899ede052ad6fd91decd469bc6 = $(`<div id="html_f271e4899ede052ad6fd91decd469bc6" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_b8f4a23bee294f1851c0134082a5f783.setContent(html_f271e4899ede052ad6fd91decd469bc6);
|
|
|
|
|
|
|
|
marker_6275617d1376873b430f97800af87bcb.bindPopup(popup_b8f4a23bee294f1851c0134082a5f783)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6275617d1376873b430f97800af87bcb.setIcon(icon_1f6a1e8f7aa79cb51ea10ca095cabf98);
|
|
|
|
|
|
var marker_5835d95eec4eb1898d16a345a8b2de40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3ede1336e03849e8075e4a7bf0c33f53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7736ab986977eb1bb3afc2c417d55a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e4692e177f4dfe4e110c579f879d122 = $(`<div id="html_5e4692e177f4dfe4e110c579f879d122" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_e7736ab986977eb1bb3afc2c417d55a8.setContent(html_5e4692e177f4dfe4e110c579f879d122);
|
|
|
|
|
|
|
|
marker_5835d95eec4eb1898d16a345a8b2de40.bindPopup(popup_e7736ab986977eb1bb3afc2c417d55a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5835d95eec4eb1898d16a345a8b2de40.setIcon(icon_3ede1336e03849e8075e4a7bf0c33f53);
|
|
|
|
|
|
var marker_284fb2b827dbe8e0b1f72e1746de6959 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c3ee8b69e1de90c616fe0278d98144b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_681e910b32d23918d53374644924da5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a17841ff04117da7a76ec574cc83bfc = $(`<div id="html_9a17841ff04117da7a76ec574cc83bfc" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_681e910b32d23918d53374644924da5f.setContent(html_9a17841ff04117da7a76ec574cc83bfc);
|
|
|
|
|
|
|
|
marker_284fb2b827dbe8e0b1f72e1746de6959.bindPopup(popup_681e910b32d23918d53374644924da5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_284fb2b827dbe8e0b1f72e1746de6959.setIcon(icon_c3ee8b69e1de90c616fe0278d98144b7);
|
|
|
|
|
|
var marker_e5747721b8cd2a19b104238ab5e841fd = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_00513b547ef82ac6febdf565a22fae79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bf737683291626401247c294bda49b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5de09aa06b323c3ebed5da564576f199 = $(`<div id="html_5de09aa06b323c3ebed5da564576f199" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_9bf737683291626401247c294bda49b5.setContent(html_5de09aa06b323c3ebed5da564576f199);
|
|
|
|
|
|
|
|
marker_e5747721b8cd2a19b104238ab5e841fd.bindPopup(popup_9bf737683291626401247c294bda49b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5747721b8cd2a19b104238ab5e841fd.setIcon(icon_00513b547ef82ac6febdf565a22fae79);
|
|
|
|
|
|
var marker_d1f71777c47a8075e84ec97764d746de = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d98653b537475a3c6ab10a34291e513f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf7c9e5b9ce7d6cb174d9ed88c269aca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_231016c5947a97d9d10a6d74bdc433ab = $(`<div id="html_231016c5947a97d9d10a6d74bdc433ab" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_bf7c9e5b9ce7d6cb174d9ed88c269aca.setContent(html_231016c5947a97d9d10a6d74bdc433ab);
|
|
|
|
|
|
|
|
marker_d1f71777c47a8075e84ec97764d746de.bindPopup(popup_bf7c9e5b9ce7d6cb174d9ed88c269aca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1f71777c47a8075e84ec97764d746de.setIcon(icon_d98653b537475a3c6ab10a34291e513f);
|
|
|
|
|
|
var marker_95b1893caf6d8998edf14d9231739b74 = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_91b612b66cc96f6d0bc4fb275af2d2cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7a68f3df526c22d7f6e451e0d269683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_083f9ac1398efc7d0d5732cdc5de204e = $(`<div id="html_083f9ac1398efc7d0d5732cdc5de204e" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d7a68f3df526c22d7f6e451e0d269683.setContent(html_083f9ac1398efc7d0d5732cdc5de204e);
|
|
|
|
|
|
|
|
marker_95b1893caf6d8998edf14d9231739b74.bindPopup(popup_d7a68f3df526c22d7f6e451e0d269683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95b1893caf6d8998edf14d9231739b74.setIcon(icon_91b612b66cc96f6d0bc4fb275af2d2cb);
|
|
|
|
|
|
var marker_12c833ffcd2a5657da56e59abd1a82dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_074857228695a3339e780574690033f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a0d422115367df235499a6d15cbb993 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3d10ee5b69f60d17bcffab174de6389 = $(`<div id="html_e3d10ee5b69f60d17bcffab174de6389" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_6a0d422115367df235499a6d15cbb993.setContent(html_e3d10ee5b69f60d17bcffab174de6389);
|
|
|
|
|
|
|
|
marker_12c833ffcd2a5657da56e59abd1a82dd.bindPopup(popup_6a0d422115367df235499a6d15cbb993)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12c833ffcd2a5657da56e59abd1a82dd.setIcon(icon_074857228695a3339e780574690033f2);
|
|
|
|
|
|
var marker_1a38f04ce2f3708dd13c837028dbdc2a = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_802a8724ac4e54c4c9a83ea3a76c6e99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f5498270e88a4d6d814642343d4830c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19a985ece1b239597a2ab15b3fb8f578 = $(`<div id="html_19a985ece1b239597a2ab15b3fb8f578" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_6f5498270e88a4d6d814642343d4830c.setContent(html_19a985ece1b239597a2ab15b3fb8f578);
|
|
|
|
|
|
|
|
marker_1a38f04ce2f3708dd13c837028dbdc2a.bindPopup(popup_6f5498270e88a4d6d814642343d4830c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a38f04ce2f3708dd13c837028dbdc2a.setIcon(icon_802a8724ac4e54c4c9a83ea3a76c6e99);
|
|
|
|
|
|
var marker_6ec7d250d67949a2cdd9e6d56efa8f01 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5c83a22e7d0651b5d824f1ed1ba5a31a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d946fd0dc5253ed3b6ea5ab7673e125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3aecd291dee189c43abd8aefaee9677b = $(`<div id="html_3aecd291dee189c43abd8aefaee9677b" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_9d946fd0dc5253ed3b6ea5ab7673e125.setContent(html_3aecd291dee189c43abd8aefaee9677b);
|
|
|
|
|
|
|
|
marker_6ec7d250d67949a2cdd9e6d56efa8f01.bindPopup(popup_9d946fd0dc5253ed3b6ea5ab7673e125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ec7d250d67949a2cdd9e6d56efa8f01.setIcon(icon_5c83a22e7d0651b5d824f1ed1ba5a31a);
|
|
|
|
|
|
var marker_5f5b28deba1daa4eeed63696640ba56b = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3d3a7fc7041afefd6d0d62bb26617fc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9ceef5eea8c0a9c499c5632a56c5005 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04e81c0cf386049705a6165635fd31a9 = $(`<div id="html_04e81c0cf386049705a6165635fd31a9" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_e9ceef5eea8c0a9c499c5632a56c5005.setContent(html_04e81c0cf386049705a6165635fd31a9);
|
|
|
|
|
|
|
|
marker_5f5b28deba1daa4eeed63696640ba56b.bindPopup(popup_e9ceef5eea8c0a9c499c5632a56c5005)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f5b28deba1daa4eeed63696640ba56b.setIcon(icon_3d3a7fc7041afefd6d0d62bb26617fc2);
|
|
|
|
|
|
var marker_e91c72a2b93ac9761afc9aac45a7a556 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f25116b4c8231965f0e106d8aea37325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a3c13edb44af1fcab46f5fe6345b66e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9913814c6b32f111c44057b03fe97a5d = $(`<div id="html_9913814c6b32f111c44057b03fe97a5d" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_2a3c13edb44af1fcab46f5fe6345b66e.setContent(html_9913814c6b32f111c44057b03fe97a5d);
|
|
|
|
|
|
|
|
marker_e91c72a2b93ac9761afc9aac45a7a556.bindPopup(popup_2a3c13edb44af1fcab46f5fe6345b66e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e91c72a2b93ac9761afc9aac45a7a556.setIcon(icon_f25116b4c8231965f0e106d8aea37325);
|
|
|
|
|
|
var marker_67e3c49335d7a299bb3d3d765008946f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e5c285686d58c819b36ad8c07064c409 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c55be6cffc321c6424cd73b512d8c2ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0faca73b94378532a2cd9685cc17cc5 = $(`<div id="html_b0faca73b94378532a2cd9685cc17cc5" style="width: 100.0%; height: 100.0%;">nos.lostr.space</div>`)[0];
|
|
popup_c55be6cffc321c6424cd73b512d8c2ef.setContent(html_b0faca73b94378532a2cd9685cc17cc5);
|
|
|
|
|
|
|
|
marker_67e3c49335d7a299bb3d3d765008946f.bindPopup(popup_c55be6cffc321c6424cd73b512d8c2ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67e3c49335d7a299bb3d3d765008946f.setIcon(icon_e5c285686d58c819b36ad8c07064c409);
|
|
|
|
|
|
var marker_55c6f44f281dbbbae956fa4377fc7385 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b488abd715ede7803f42cbf71e16c8d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0fede8c6ceb0004ce824dc5ceb9b44f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4949bb95fcdbaaed3cd970adc0376017 = $(`<div id="html_4949bb95fcdbaaed3cd970adc0376017" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_e0fede8c6ceb0004ce824dc5ceb9b44f.setContent(html_4949bb95fcdbaaed3cd970adc0376017);
|
|
|
|
|
|
|
|
marker_55c6f44f281dbbbae956fa4377fc7385.bindPopup(popup_e0fede8c6ceb0004ce824dc5ceb9b44f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55c6f44f281dbbbae956fa4377fc7385.setIcon(icon_b488abd715ede7803f42cbf71e16c8d2);
|
|
|
|
|
|
var marker_ebf4856f20a3d77c93e6e0b0e32257ec = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_96813fee6b1ec269b4131ecc2298a198 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a1cdc8d6a2a0699ef444ef36b2cb740 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a25fd0e6f9973ea1796d62c3adcb41ed = $(`<div id="html_a25fd0e6f9973ea1796d62c3adcb41ed" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_6a1cdc8d6a2a0699ef444ef36b2cb740.setContent(html_a25fd0e6f9973ea1796d62c3adcb41ed);
|
|
|
|
|
|
|
|
marker_ebf4856f20a3d77c93e6e0b0e32257ec.bindPopup(popup_6a1cdc8d6a2a0699ef444ef36b2cb740)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebf4856f20a3d77c93e6e0b0e32257ec.setIcon(icon_96813fee6b1ec269b4131ecc2298a198);
|
|
|
|
|
|
var marker_ecf4de30abc8b2e3b6c0e2f75a83da01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7272a0ccae1c8565e54e6e4a8e657403 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75c302fb354c0e3bc6fc823e65b1c531 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1f43e8d0de060d1356f88cf07fd1b82 = $(`<div id="html_c1f43e8d0de060d1356f88cf07fd1b82" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_75c302fb354c0e3bc6fc823e65b1c531.setContent(html_c1f43e8d0de060d1356f88cf07fd1b82);
|
|
|
|
|
|
|
|
marker_ecf4de30abc8b2e3b6c0e2f75a83da01.bindPopup(popup_75c302fb354c0e3bc6fc823e65b1c531)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecf4de30abc8b2e3b6c0e2f75a83da01.setIcon(icon_7272a0ccae1c8565e54e6e4a8e657403);
|
|
|
|
|
|
var marker_f6d729904c42bc8e5fe72336cc38ecf7 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d027c4ceb451881104adaba9bdff499e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60f23d80b1df3980e41aab6558e303ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_563f1be6b2a5f4995be49168acd84a89 = $(`<div id="html_563f1be6b2a5f4995be49168acd84a89" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_60f23d80b1df3980e41aab6558e303ad.setContent(html_563f1be6b2a5f4995be49168acd84a89);
|
|
|
|
|
|
|
|
marker_f6d729904c42bc8e5fe72336cc38ecf7.bindPopup(popup_60f23d80b1df3980e41aab6558e303ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6d729904c42bc8e5fe72336cc38ecf7.setIcon(icon_d027c4ceb451881104adaba9bdff499e);
|
|
|
|
|
|
var marker_af6f0137cb36fefd81e4cbf76c8c21e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d037b5bb73b06978fa725cf28db5162f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6717727628b437ac07af3959914d9a88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f7922db04c329eacb11f3275e5bcb6b = $(`<div id="html_3f7922db04c329eacb11f3275e5bcb6b" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_6717727628b437ac07af3959914d9a88.setContent(html_3f7922db04c329eacb11f3275e5bcb6b);
|
|
|
|
|
|
|
|
marker_af6f0137cb36fefd81e4cbf76c8c21e8.bindPopup(popup_6717727628b437ac07af3959914d9a88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af6f0137cb36fefd81e4cbf76c8c21e8.setIcon(icon_d037b5bb73b06978fa725cf28db5162f);
|
|
|
|
|
|
var marker_f9910d9c7a151c0142f9ae5824dbabd6 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9d6428b3520b97dd4469f7ed7e0e5b90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9c5e977f6903ec2686401db81518cab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e97bfb2fe374682dd99aba204068301 = $(`<div id="html_5e97bfb2fe374682dd99aba204068301" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_e9c5e977f6903ec2686401db81518cab.setContent(html_5e97bfb2fe374682dd99aba204068301);
|
|
|
|
|
|
|
|
marker_f9910d9c7a151c0142f9ae5824dbabd6.bindPopup(popup_e9c5e977f6903ec2686401db81518cab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9910d9c7a151c0142f9ae5824dbabd6.setIcon(icon_9d6428b3520b97dd4469f7ed7e0e5b90);
|
|
|
|
|
|
var marker_ecc9740c6855875c47bdfdf8eb7e4f4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5439cf6e85a425387005b3260ba088c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_018f092456deaecfb33f526021fbd6eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_375a80b27a8dcfcb0bc10b3126a4169a = $(`<div id="html_375a80b27a8dcfcb0bc10b3126a4169a" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_018f092456deaecfb33f526021fbd6eb.setContent(html_375a80b27a8dcfcb0bc10b3126a4169a);
|
|
|
|
|
|
|
|
marker_ecc9740c6855875c47bdfdf8eb7e4f4a.bindPopup(popup_018f092456deaecfb33f526021fbd6eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecc9740c6855875c47bdfdf8eb7e4f4a.setIcon(icon_5439cf6e85a425387005b3260ba088c9);
|
|
|
|
|
|
var marker_ea9133c68a42fed6ee2752d6046d9167 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b9053b85f80ea6db840231c5ca96aca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a9d1f273e752e70a6f86bf845484d8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a1d80976cf98086173e059acb95a923 = $(`<div id="html_5a1d80976cf98086173e059acb95a923" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_4a9d1f273e752e70a6f86bf845484d8f.setContent(html_5a1d80976cf98086173e059acb95a923);
|
|
|
|
|
|
|
|
marker_ea9133c68a42fed6ee2752d6046d9167.bindPopup(popup_4a9d1f273e752e70a6f86bf845484d8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea9133c68a42fed6ee2752d6046d9167.setIcon(icon_b9053b85f80ea6db840231c5ca96aca4);
|
|
|
|
|
|
var marker_ce595868a5eea3aa4963553f4bb8f134 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0a6965352a2ad14f9fec33ec39c18bd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26b3d85e844e6d56760c9011763e6565 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f943f0dba5076c068610abde19474806 = $(`<div id="html_f943f0dba5076c068610abde19474806" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_26b3d85e844e6d56760c9011763e6565.setContent(html_f943f0dba5076c068610abde19474806);
|
|
|
|
|
|
|
|
marker_ce595868a5eea3aa4963553f4bb8f134.bindPopup(popup_26b3d85e844e6d56760c9011763e6565)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce595868a5eea3aa4963553f4bb8f134.setIcon(icon_0a6965352a2ad14f9fec33ec39c18bd4);
|
|
|
|
|
|
var marker_4a1889527be4e5022918d126677b9188 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f19bc0824351bb5d8a7327789d07d653 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afb546995e1f9f915ccbae983624cb38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_439e5e47ab1851af23e2653d5b7000a4 = $(`<div id="html_439e5e47ab1851af23e2653d5b7000a4" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_afb546995e1f9f915ccbae983624cb38.setContent(html_439e5e47ab1851af23e2653d5b7000a4);
|
|
|
|
|
|
|
|
marker_4a1889527be4e5022918d126677b9188.bindPopup(popup_afb546995e1f9f915ccbae983624cb38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a1889527be4e5022918d126677b9188.setIcon(icon_f19bc0824351bb5d8a7327789d07d653);
|
|
|
|
|
|
var marker_c0390e79bc9c82c9842ce72b407adbe1 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d51ff507793eaddd58bd86201e07982d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39757f4f208fd2b34399e59e260dd16c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32f9e7c19a74fe45c40eefd6ffb389f2 = $(`<div id="html_32f9e7c19a74fe45c40eefd6ffb389f2" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_39757f4f208fd2b34399e59e260dd16c.setContent(html_32f9e7c19a74fe45c40eefd6ffb389f2);
|
|
|
|
|
|
|
|
marker_c0390e79bc9c82c9842ce72b407adbe1.bindPopup(popup_39757f4f208fd2b34399e59e260dd16c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0390e79bc9c82c9842ce72b407adbe1.setIcon(icon_d51ff507793eaddd58bd86201e07982d);
|
|
|
|
|
|
var marker_0581561bdcf526e8c81e029cda85208f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f54fd9428155c21455f5d5819acb58bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6598fe95becf46cf0cd3ddc9b6ca4bee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8e9c58094d51c5dbac4f74d4c352ebe = $(`<div id="html_c8e9c58094d51c5dbac4f74d4c352ebe" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_6598fe95becf46cf0cd3ddc9b6ca4bee.setContent(html_c8e9c58094d51c5dbac4f74d4c352ebe);
|
|
|
|
|
|
|
|
marker_0581561bdcf526e8c81e029cda85208f.bindPopup(popup_6598fe95becf46cf0cd3ddc9b6ca4bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0581561bdcf526e8c81e029cda85208f.setIcon(icon_f54fd9428155c21455f5d5819acb58bb);
|
|
|
|
|
|
var marker_21856027c6717024b2d6230315e16d3d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_db05a2608972d96e63d2d75d8bc2d384 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16fe59cd79e81bf412c582a8f3be3b7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df9a9524f8c29d27ad9356008fdaf309 = $(`<div id="html_df9a9524f8c29d27ad9356008fdaf309" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_16fe59cd79e81bf412c582a8f3be3b7f.setContent(html_df9a9524f8c29d27ad9356008fdaf309);
|
|
|
|
|
|
|
|
marker_21856027c6717024b2d6230315e16d3d.bindPopup(popup_16fe59cd79e81bf412c582a8f3be3b7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21856027c6717024b2d6230315e16d3d.setIcon(icon_db05a2608972d96e63d2d75d8bc2d384);
|
|
|
|
|
|
var marker_af10884d371dcea23331702b713bc906 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_921bcfd3865462cfbbf24a2c8effef9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9746b166b85ef31ac7825e5f5f3cadce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b51f8ef3ce2eceebe6ffa60927377fc = $(`<div id="html_7b51f8ef3ce2eceebe6ffa60927377fc" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_9746b166b85ef31ac7825e5f5f3cadce.setContent(html_7b51f8ef3ce2eceebe6ffa60927377fc);
|
|
|
|
|
|
|
|
marker_af10884d371dcea23331702b713bc906.bindPopup(popup_9746b166b85ef31ac7825e5f5f3cadce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af10884d371dcea23331702b713bc906.setIcon(icon_921bcfd3865462cfbbf24a2c8effef9a);
|
|
|
|
|
|
var marker_ed2641db6bf52270d89efee0b1567837 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ddb60da634c827348f4f5fa19be7579e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cedade7fff3a133bf8209f2222b5df1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2ad5aae8cb4c2183a9dafad168a742f = $(`<div id="html_f2ad5aae8cb4c2183a9dafad168a742f" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_0cedade7fff3a133bf8209f2222b5df1.setContent(html_f2ad5aae8cb4c2183a9dafad168a742f);
|
|
|
|
|
|
|
|
marker_ed2641db6bf52270d89efee0b1567837.bindPopup(popup_0cedade7fff3a133bf8209f2222b5df1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed2641db6bf52270d89efee0b1567837.setIcon(icon_ddb60da634c827348f4f5fa19be7579e);
|
|
|
|
|
|
var marker_0c6d047c2c9f8c9d4b569a00c1c80fd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_6998010cbbe2a38270892bdab4c5c506 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee89d7a662779db79f66ae72a8dbf5d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d4ea9c2237f44e88d58c5c126b3dff2 = $(`<div id="html_0d4ea9c2237f44e88d58c5c126b3dff2" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_ee89d7a662779db79f66ae72a8dbf5d1.setContent(html_0d4ea9c2237f44e88d58c5c126b3dff2);
|
|
|
|
|
|
|
|
marker_0c6d047c2c9f8c9d4b569a00c1c80fd3.bindPopup(popup_ee89d7a662779db79f66ae72a8dbf5d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c6d047c2c9f8c9d4b569a00c1c80fd3.setIcon(icon_6998010cbbe2a38270892bdab4c5c506);
|
|
|
|
|
|
var marker_e8f8e0cff6d5c040ae7fba944e9a45d6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d13da9c4615587e7b740316486669041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe4ce840e07e3d46116dad81bb5d924f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1db2a93790192c4a74d3f0b141e6b267 = $(`<div id="html_1db2a93790192c4a74d3f0b141e6b267" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_fe4ce840e07e3d46116dad81bb5d924f.setContent(html_1db2a93790192c4a74d3f0b141e6b267);
|
|
|
|
|
|
|
|
marker_e8f8e0cff6d5c040ae7fba944e9a45d6.bindPopup(popup_fe4ce840e07e3d46116dad81bb5d924f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8f8e0cff6d5c040ae7fba944e9a45d6.setIcon(icon_d13da9c4615587e7b740316486669041);
|
|
|
|
|
|
var marker_214462298aebe4d3544c59672d166c4c = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_57d99142067ce8598aa7c28ee305fbf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54d39209bea10458b06d06f876fa5051 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad0c4954261b265c74f820801f6d935a = $(`<div id="html_ad0c4954261b265c74f820801f6d935a" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_54d39209bea10458b06d06f876fa5051.setContent(html_ad0c4954261b265c74f820801f6d935a);
|
|
|
|
|
|
|
|
marker_214462298aebe4d3544c59672d166c4c.bindPopup(popup_54d39209bea10458b06d06f876fa5051)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_214462298aebe4d3544c59672d166c4c.setIcon(icon_57d99142067ce8598aa7c28ee305fbf6);
|
|
|
|
|
|
var marker_046e6d8cdec46838bd7413621541f31e = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_753913a6e56e63bb9a6b8ac7be089642 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32b45293f23379c86d95e5239cb922e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb4156bb6c67eabba7fc9fa978481c89 = $(`<div id="html_cb4156bb6c67eabba7fc9fa978481c89" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_32b45293f23379c86d95e5239cb922e0.setContent(html_cb4156bb6c67eabba7fc9fa978481c89);
|
|
|
|
|
|
|
|
marker_046e6d8cdec46838bd7413621541f31e.bindPopup(popup_32b45293f23379c86d95e5239cb922e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_046e6d8cdec46838bd7413621541f31e.setIcon(icon_753913a6e56e63bb9a6b8ac7be089642);
|
|
|
|
|
|
var marker_55a6e4f81664171280bbc5a9585fb93f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7b0f25ed3dac9cb9e2b6ccb8df817be2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b1f8fecd896b4f2b9072e378dd41dc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a58aa9a233b5ade871cbbab65b8aed73 = $(`<div id="html_a58aa9a233b5ade871cbbab65b8aed73" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_2b1f8fecd896b4f2b9072e378dd41dc6.setContent(html_a58aa9a233b5ade871cbbab65b8aed73);
|
|
|
|
|
|
|
|
marker_55a6e4f81664171280bbc5a9585fb93f.bindPopup(popup_2b1f8fecd896b4f2b9072e378dd41dc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55a6e4f81664171280bbc5a9585fb93f.setIcon(icon_7b0f25ed3dac9cb9e2b6ccb8df817be2);
|
|
|
|
|
|
var marker_476c1c3af556f211eb656e9d25184fdc = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_11c584324735499527053209895dbcbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6550115fba72931fc1bacff43eddebe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e2071b6250a98053cdbafdbbd322052 = $(`<div id="html_9e2071b6250a98053cdbafdbbd322052" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_a6550115fba72931fc1bacff43eddebe.setContent(html_9e2071b6250a98053cdbafdbbd322052);
|
|
|
|
|
|
|
|
marker_476c1c3af556f211eb656e9d25184fdc.bindPopup(popup_a6550115fba72931fc1bacff43eddebe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_476c1c3af556f211eb656e9d25184fdc.setIcon(icon_11c584324735499527053209895dbcbd);
|
|
|
|
|
|
var marker_6cdd3765c544fb8d7b5a7f6fc75c19f2 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0285d7ef76fde95d9727f26c0ed2599c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecca7738b30727ddb64682444cfe957f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac9b4d55caed31e7c18f4740c8aabaef = $(`<div id="html_ac9b4d55caed31e7c18f4740c8aabaef" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_ecca7738b30727ddb64682444cfe957f.setContent(html_ac9b4d55caed31e7c18f4740c8aabaef);
|
|
|
|
|
|
|
|
marker_6cdd3765c544fb8d7b5a7f6fc75c19f2.bindPopup(popup_ecca7738b30727ddb64682444cfe957f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cdd3765c544fb8d7b5a7f6fc75c19f2.setIcon(icon_0285d7ef76fde95d9727f26c0ed2599c);
|
|
|
|
|
|
var marker_5997ed4f6583fb152eaaef34af6ec3e4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_8e393f01e9769a38cd6f1bd463a1b42c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f69dc45b7db065f0265b80ac653bbb03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b1442777173b4466810cf9b340f998f = $(`<div id="html_3b1442777173b4466810cf9b340f998f" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_f69dc45b7db065f0265b80ac653bbb03.setContent(html_3b1442777173b4466810cf9b340f998f);
|
|
|
|
|
|
|
|
marker_5997ed4f6583fb152eaaef34af6ec3e4.bindPopup(popup_f69dc45b7db065f0265b80ac653bbb03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5997ed4f6583fb152eaaef34af6ec3e4.setIcon(icon_8e393f01e9769a38cd6f1bd463a1b42c);
|
|
|
|
|
|
var marker_4ded81084538dc0e67df6f890e24ab54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5bc7e9fcc439879cbdef56a424885d1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c392e5492e15767751684b4182c3e416 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d286192f8b93c905f093d7e43b5f54e = $(`<div id="html_9d286192f8b93c905f093d7e43b5f54e" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_c392e5492e15767751684b4182c3e416.setContent(html_9d286192f8b93c905f093d7e43b5f54e);
|
|
|
|
|
|
|
|
marker_4ded81084538dc0e67df6f890e24ab54.bindPopup(popup_c392e5492e15767751684b4182c3e416)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ded81084538dc0e67df6f890e24ab54.setIcon(icon_5bc7e9fcc439879cbdef56a424885d1f);
|
|
|
|
|
|
var marker_38e69d357d0c4df8c127231f46ddf75e = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e6962d8be3e8c5825c89fe7dfc9a53ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_359bf100910b807067e7233136353925 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a3154ab5f08304dc9ed81d953d1fd6c = $(`<div id="html_7a3154ab5f08304dc9ed81d953d1fd6c" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_359bf100910b807067e7233136353925.setContent(html_7a3154ab5f08304dc9ed81d953d1fd6c);
|
|
|
|
|
|
|
|
marker_38e69d357d0c4df8c127231f46ddf75e.bindPopup(popup_359bf100910b807067e7233136353925)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38e69d357d0c4df8c127231f46ddf75e.setIcon(icon_e6962d8be3e8c5825c89fe7dfc9a53ed);
|
|
|
|
|
|
var marker_c340eb053c6bcc2e1f32d87653c39f66 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4755d7c002334bd9937c1c7499cb5e44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d710f22f989c73acc6d3a2a8f146bf9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8202d346da54a4da3648e54b0a289e54 = $(`<div id="html_8202d346da54a4da3648e54b0a289e54" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_d710f22f989c73acc6d3a2a8f146bf9f.setContent(html_8202d346da54a4da3648e54b0a289e54);
|
|
|
|
|
|
|
|
marker_c340eb053c6bcc2e1f32d87653c39f66.bindPopup(popup_d710f22f989c73acc6d3a2a8f146bf9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c340eb053c6bcc2e1f32d87653c39f66.setIcon(icon_4755d7c002334bd9937c1c7499cb5e44);
|
|
|
|
|
|
var marker_36a0c87da6def0393564d96681daeb7b = L.marker(
|
|
[41.1667, 1.01667],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_02e8df66dcc69197ca3e1df8c90b35af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44bec0f64ea1eb60a7a8ab5be7f55527 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e231c161ab625a521e04ce785ae51d43 = $(`<div id="html_e231c161ab625a521e04ce785ae51d43" style="width: 100.0%; height: 100.0%;">lmqevp.duckdns.org</div>`)[0];
|
|
popup_44bec0f64ea1eb60a7a8ab5be7f55527.setContent(html_e231c161ab625a521e04ce785ae51d43);
|
|
|
|
|
|
|
|
marker_36a0c87da6def0393564d96681daeb7b.bindPopup(popup_44bec0f64ea1eb60a7a8ab5be7f55527)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36a0c87da6def0393564d96681daeb7b.setIcon(icon_02e8df66dcc69197ca3e1df8c90b35af);
|
|
|
|
|
|
var marker_215c481da84f461f209260a5249c7cec = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_cf66f98ad1a4441352a398282748ae8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6afd5a0c76005ac3bca74645cf69cb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b18771999fce04221756d0a0829a272 = $(`<div id="html_9b18771999fce04221756d0a0829a272" style="width: 100.0%; height: 100.0%;">cache.freexom.com</div>`)[0];
|
|
popup_c6afd5a0c76005ac3bca74645cf69cb7.setContent(html_9b18771999fce04221756d0a0829a272);
|
|
|
|
|
|
|
|
marker_215c481da84f461f209260a5249c7cec.bindPopup(popup_c6afd5a0c76005ac3bca74645cf69cb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_215c481da84f461f209260a5249c7cec.setIcon(icon_cf66f98ad1a4441352a398282748ae8e);
|
|
|
|
|
|
var marker_6ea1908f0596bd0e240f9aff21c3fb7c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_42caf176d70eefc7499e40693687b441 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34d10d4661cdad41e5419fdbc96094b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a37c9aded025784842f362ba57047971 = $(`<div id="html_a37c9aded025784842f362ba57047971" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_34d10d4661cdad41e5419fdbc96094b5.setContent(html_a37c9aded025784842f362ba57047971);
|
|
|
|
|
|
|
|
marker_6ea1908f0596bd0e240f9aff21c3fb7c.bindPopup(popup_34d10d4661cdad41e5419fdbc96094b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ea1908f0596bd0e240f9aff21c3fb7c.setIcon(icon_42caf176d70eefc7499e40693687b441);
|
|
|
|
|
|
var marker_f01d04559ba8155df3d2b650ece7a7fe = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c1882802bafd8b643187b9c8dddb6c20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b49f9dfe04e625532bf4909bf241966c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e510a3ed85597ad89d8f55de78dc707 = $(`<div id="html_5e510a3ed85597ad89d8f55de78dc707" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_b49f9dfe04e625532bf4909bf241966c.setContent(html_5e510a3ed85597ad89d8f55de78dc707);
|
|
|
|
|
|
|
|
marker_f01d04559ba8155df3d2b650ece7a7fe.bindPopup(popup_b49f9dfe04e625532bf4909bf241966c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f01d04559ba8155df3d2b650ece7a7fe.setIcon(icon_c1882802bafd8b643187b9c8dddb6c20);
|
|
|
|
|
|
var marker_433ebf7e5f436ecf3d5a2b97136d7818 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ae6f637397c9013a21cb997e5f47d1e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dbce9acb5058730314cfe661b5d8c07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b75feb1362e4821765a56dc6e684504 = $(`<div id="html_1b75feb1362e4821765a56dc6e684504" style="width: 100.0%; height: 100.0%;">r1.freexom.com</div>`)[0];
|
|
popup_8dbce9acb5058730314cfe661b5d8c07.setContent(html_1b75feb1362e4821765a56dc6e684504);
|
|
|
|
|
|
|
|
marker_433ebf7e5f436ecf3d5a2b97136d7818.bindPopup(popup_8dbce9acb5058730314cfe661b5d8c07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_433ebf7e5f436ecf3d5a2b97136d7818.setIcon(icon_ae6f637397c9013a21cb997e5f47d1e2);
|
|
|
|
|
|
var marker_df66dc7ca926e3e942b628403b28bd8e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_64375d4567b0be7431c73688f6d316cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b9ccdabe55146297309970bd753bd29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a57f8fbb0c88abd5117e5bf03265bc4e = $(`<div id="html_a57f8fbb0c88abd5117e5bf03265bc4e" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_3b9ccdabe55146297309970bd753bd29.setContent(html_a57f8fbb0c88abd5117e5bf03265bc4e);
|
|
|
|
|
|
|
|
marker_df66dc7ca926e3e942b628403b28bd8e.bindPopup(popup_3b9ccdabe55146297309970bd753bd29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df66dc7ca926e3e942b628403b28bd8e.setIcon(icon_64375d4567b0be7431c73688f6d316cc);
|
|
|
|
|
|
var marker_76258126e645835e17335b257e3ac1d7 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3db38ac58876f2514b3fcf141b33a947 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb8b79a1eac9e192155acab6533298ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a362017c080f7f9c28dfc5b77cfe7445 = $(`<div id="html_a362017c080f7f9c28dfc5b77cfe7445" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_fb8b79a1eac9e192155acab6533298ba.setContent(html_a362017c080f7f9c28dfc5b77cfe7445);
|
|
|
|
|
|
|
|
marker_76258126e645835e17335b257e3ac1d7.bindPopup(popup_fb8b79a1eac9e192155acab6533298ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76258126e645835e17335b257e3ac1d7.setIcon(icon_3db38ac58876f2514b3fcf141b33a947);
|
|
|
|
|
|
var marker_21fbece8d07c32f62b514df0bbeadb39 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_61b0b70ff8ef6c8921f1e840f863a91e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_605b15ad3abc2c856d1f40fe7eef507c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9e9e451ff2cfe27744ef48b9d928870 = $(`<div id="html_d9e9e451ff2cfe27744ef48b9d928870" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_605b15ad3abc2c856d1f40fe7eef507c.setContent(html_d9e9e451ff2cfe27744ef48b9d928870);
|
|
|
|
|
|
|
|
marker_21fbece8d07c32f62b514df0bbeadb39.bindPopup(popup_605b15ad3abc2c856d1f40fe7eef507c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21fbece8d07c32f62b514df0bbeadb39.setIcon(icon_61b0b70ff8ef6c8921f1e840f863a91e);
|
|
|
|
|
|
var marker_6d62299c202319f920ccf83960a3b92d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b3f76e2a546ea1400d2cd18ad6303f68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cac961291ab1e163b1c3b8c03e319ed1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75848f7921ec1dbbc473e65dbdddbf98 = $(`<div id="html_75848f7921ec1dbbc473e65dbdddbf98" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_cac961291ab1e163b1c3b8c03e319ed1.setContent(html_75848f7921ec1dbbc473e65dbdddbf98);
|
|
|
|
|
|
|
|
marker_6d62299c202319f920ccf83960a3b92d.bindPopup(popup_cac961291ab1e163b1c3b8c03e319ed1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d62299c202319f920ccf83960a3b92d.setIcon(icon_b3f76e2a546ea1400d2cd18ad6303f68);
|
|
|
|
|
|
var marker_b0e72fbe2de14f8e59b263827f85e4c0 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ca89896fad4efcf6c9c13ce2fabbd149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebe3a2504545b7823bc0bb874a47fa92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c48adfa29a289c396dbe07f1dc9e5d6 = $(`<div id="html_7c48adfa29a289c396dbe07f1dc9e5d6" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_ebe3a2504545b7823bc0bb874a47fa92.setContent(html_7c48adfa29a289c396dbe07f1dc9e5d6);
|
|
|
|
|
|
|
|
marker_b0e72fbe2de14f8e59b263827f85e4c0.bindPopup(popup_ebe3a2504545b7823bc0bb874a47fa92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0e72fbe2de14f8e59b263827f85e4c0.setIcon(icon_ca89896fad4efcf6c9c13ce2fabbd149);
|
|
|
|
|
|
var marker_980234d247b14990523a1e4264ae60f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_857bdd2c93e68b2f3251ee2787d332cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bcf2b57b3dadbfb85c081982e451eed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efd05bfa40f7a4acaa81eaea91e11a0a = $(`<div id="html_efd05bfa40f7a4acaa81eaea91e11a0a" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_8bcf2b57b3dadbfb85c081982e451eed.setContent(html_efd05bfa40f7a4acaa81eaea91e11a0a);
|
|
|
|
|
|
|
|
marker_980234d247b14990523a1e4264ae60f5.bindPopup(popup_8bcf2b57b3dadbfb85c081982e451eed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_980234d247b14990523a1e4264ae60f5.setIcon(icon_857bdd2c93e68b2f3251ee2787d332cc);
|
|
|
|
|
|
var marker_8a6727654622018dbea8f99944e500fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_92ed86d2c14f6af2028dfd348a1daf00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f155831de995deb02d3c39180c87a5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a4c39053fc5e2c5894715e5c9c49cfe = $(`<div id="html_0a4c39053fc5e2c5894715e5c9c49cfe" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_7f155831de995deb02d3c39180c87a5c.setContent(html_0a4c39053fc5e2c5894715e5c9c49cfe);
|
|
|
|
|
|
|
|
marker_8a6727654622018dbea8f99944e500fa.bindPopup(popup_7f155831de995deb02d3c39180c87a5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a6727654622018dbea8f99944e500fa.setIcon(icon_92ed86d2c14f6af2028dfd348a1daf00);
|
|
|
|
|
|
var marker_ddc504ebc79d0bcf50925cd560e6e5ec = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d5aa5dbe22c15f340f24df558a9749d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf1987254a433977f6b4cc70fa09a7bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0abe0d31c73150a83e9dccbcbb50e7db = $(`<div id="html_0abe0d31c73150a83e9dccbcbb50e7db" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_bf1987254a433977f6b4cc70fa09a7bb.setContent(html_0abe0d31c73150a83e9dccbcbb50e7db);
|
|
|
|
|
|
|
|
marker_ddc504ebc79d0bcf50925cd560e6e5ec.bindPopup(popup_bf1987254a433977f6b4cc70fa09a7bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddc504ebc79d0bcf50925cd560e6e5ec.setIcon(icon_d5aa5dbe22c15f340f24df558a9749d6);
|
|
|
|
|
|
var marker_229d6ac0288c164cfa3b04a346f8f735 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_72428ab23e426aabc3b123412fd24715 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55b84d6f91e5a955a94bc2fa69ad3029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b891ee0cf81f6decfddb224a081e848 = $(`<div id="html_1b891ee0cf81f6decfddb224a081e848" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_55b84d6f91e5a955a94bc2fa69ad3029.setContent(html_1b891ee0cf81f6decfddb224a081e848);
|
|
|
|
|
|
|
|
marker_229d6ac0288c164cfa3b04a346f8f735.bindPopup(popup_55b84d6f91e5a955a94bc2fa69ad3029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_229d6ac0288c164cfa3b04a346f8f735.setIcon(icon_72428ab23e426aabc3b123412fd24715);
|
|
|
|
|
|
var marker_62a0d07ef4c7510d95ca0f5e84c13c49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_67f24daaab3ead9ae7448a1f2eae9166 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f794a8326bdd7346f281d69394fa13b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f0271873c8a931a5efd0c27beed1ec = $(`<div id="html_f3f0271873c8a931a5efd0c27beed1ec" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_8f794a8326bdd7346f281d69394fa13b.setContent(html_f3f0271873c8a931a5efd0c27beed1ec);
|
|
|
|
|
|
|
|
marker_62a0d07ef4c7510d95ca0f5e84c13c49.bindPopup(popup_8f794a8326bdd7346f281d69394fa13b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62a0d07ef4c7510d95ca0f5e84c13c49.setIcon(icon_67f24daaab3ead9ae7448a1f2eae9166);
|
|
|
|
|
|
var marker_ea361e4b2f5b1a9ffac4da6cdccf5ce3 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_486b5b1f544bd7665e3164b2aba04cda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_824d02945d785db75df21c4eed02c6fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b86d30bb4cf0ab00f5197892560ff049 = $(`<div id="html_b86d30bb4cf0ab00f5197892560ff049" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_824d02945d785db75df21c4eed02c6fe.setContent(html_b86d30bb4cf0ab00f5197892560ff049);
|
|
|
|
|
|
|
|
marker_ea361e4b2f5b1a9ffac4da6cdccf5ce3.bindPopup(popup_824d02945d785db75df21c4eed02c6fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea361e4b2f5b1a9ffac4da6cdccf5ce3.setIcon(icon_486b5b1f544bd7665e3164b2aba04cda);
|
|
|
|
|
|
var marker_7f7b3c3b75031e44d1bcf50325bcadf8 = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4b78e012ad1e2a9adb768b488f16db7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9b28580b0bb4eeaa4c341a18c02916e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ef3d3246c37cb106c45a5a06339b1a7 = $(`<div id="html_5ef3d3246c37cb106c45a5a06339b1a7" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_b9b28580b0bb4eeaa4c341a18c02916e.setContent(html_5ef3d3246c37cb106c45a5a06339b1a7);
|
|
|
|
|
|
|
|
marker_7f7b3c3b75031e44d1bcf50325bcadf8.bindPopup(popup_b9b28580b0bb4eeaa4c341a18c02916e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f7b3c3b75031e44d1bcf50325bcadf8.setIcon(icon_4b78e012ad1e2a9adb768b488f16db7b);
|
|
|
|
|
|
var marker_d85e3c31150897280e4ed60864973041 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7217610e8bfebab85f42ffa88d620c2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f632cab969cc90a03ba1000347b3d879 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_034f02f364128507153dbddd6c938a8e = $(`<div id="html_034f02f364128507153dbddd6c938a8e" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_f632cab969cc90a03ba1000347b3d879.setContent(html_034f02f364128507153dbddd6c938a8e);
|
|
|
|
|
|
|
|
marker_d85e3c31150897280e4ed60864973041.bindPopup(popup_f632cab969cc90a03ba1000347b3d879)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d85e3c31150897280e4ed60864973041.setIcon(icon_7217610e8bfebab85f42ffa88d620c2c);
|
|
|
|
|
|
var marker_2c0a72b6ed4d7f312e31757859b563d6 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7fa5ae1e81974fa006b85f52eca312dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e854d4acad31151ad590c96925245f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fca3c1f0da87ed24e869984032720b3c = $(`<div id="html_fca3c1f0da87ed24e869984032720b3c" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_7e854d4acad31151ad590c96925245f5.setContent(html_fca3c1f0da87ed24e869984032720b3c);
|
|
|
|
|
|
|
|
marker_2c0a72b6ed4d7f312e31757859b563d6.bindPopup(popup_7e854d4acad31151ad590c96925245f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c0a72b6ed4d7f312e31757859b563d6.setIcon(icon_7fa5ae1e81974fa006b85f52eca312dc);
|
|
|
|
|
|
var marker_86f641601a7f2a34892e2ba060caaa3b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_679c62b5f7156cabb9edcfba0c1ad954 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e77045a671c770b00e4f33ce84ae83c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84f96aad99dfa0999746f3291f5406c0 = $(`<div id="html_84f96aad99dfa0999746f3291f5406c0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_e77045a671c770b00e4f33ce84ae83c4.setContent(html_84f96aad99dfa0999746f3291f5406c0);
|
|
|
|
|
|
|
|
marker_86f641601a7f2a34892e2ba060caaa3b.bindPopup(popup_e77045a671c770b00e4f33ce84ae83c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86f641601a7f2a34892e2ba060caaa3b.setIcon(icon_679c62b5f7156cabb9edcfba0c1ad954);
|
|
|
|
|
|
var marker_75fe859b06bce98982d88965d8934cae = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_fd509555e43298de66c479052987198d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19a9794da9b3e0ff2aad9a9d5c1cb7dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e80453ad3e96e62350e6c2fc21069c9 = $(`<div id="html_9e80453ad3e96e62350e6c2fc21069c9" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_19a9794da9b3e0ff2aad9a9d5c1cb7dd.setContent(html_9e80453ad3e96e62350e6c2fc21069c9);
|
|
|
|
|
|
|
|
marker_75fe859b06bce98982d88965d8934cae.bindPopup(popup_19a9794da9b3e0ff2aad9a9d5c1cb7dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75fe859b06bce98982d88965d8934cae.setIcon(icon_fd509555e43298de66c479052987198d);
|
|
|
|
|
|
var marker_78bc4671c2dd192cf4571f269527c47a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0a5546ed3dcacc670c3ba724e95baf98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5002630b1aeeac3408bffd881aa08a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ab4b161268d62eb4a612a31198af908 = $(`<div id="html_6ab4b161268d62eb4a612a31198af908" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_f5002630b1aeeac3408bffd881aa08a8.setContent(html_6ab4b161268d62eb4a612a31198af908);
|
|
|
|
|
|
|
|
marker_78bc4671c2dd192cf4571f269527c47a.bindPopup(popup_f5002630b1aeeac3408bffd881aa08a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78bc4671c2dd192cf4571f269527c47a.setIcon(icon_0a5546ed3dcacc670c3ba724e95baf98);
|
|
|
|
|
|
var marker_868d86f4e1316a2c1b842fd17fc51bec = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9c652434b0bb09413863bf851f18ac10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc58133d23ebf656308583d8d99fd2f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2922cb46f526c973915186671ef2796a = $(`<div id="html_2922cb46f526c973915186671ef2796a" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_dc58133d23ebf656308583d8d99fd2f4.setContent(html_2922cb46f526c973915186671ef2796a);
|
|
|
|
|
|
|
|
marker_868d86f4e1316a2c1b842fd17fc51bec.bindPopup(popup_dc58133d23ebf656308583d8d99fd2f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_868d86f4e1316a2c1b842fd17fc51bec.setIcon(icon_9c652434b0bb09413863bf851f18ac10);
|
|
|
|
|
|
var marker_4ed64a8e2f764b4c6a8294145b4d93cb = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_559d09473285091ceb342a4adbbe6b7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_750d8ac3645d0ff63b59eb2eddf6dcd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08edc302db52d47bb04eb4276f7b0559 = $(`<div id="html_08edc302db52d47bb04eb4276f7b0559" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_750d8ac3645d0ff63b59eb2eddf6dcd1.setContent(html_08edc302db52d47bb04eb4276f7b0559);
|
|
|
|
|
|
|
|
marker_4ed64a8e2f764b4c6a8294145b4d93cb.bindPopup(popup_750d8ac3645d0ff63b59eb2eddf6dcd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ed64a8e2f764b4c6a8294145b4d93cb.setIcon(icon_559d09473285091ceb342a4adbbe6b7e);
|
|
|
|
|
|
var marker_5fdff65cb2c1f4394d2660dc1117e5ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_70bdcfac4b5add507ea5f30067822d99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb88862a3bee9afd362dbd9e79d813ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bdb14660960edb5566388cebc0de851 = $(`<div id="html_6bdb14660960edb5566388cebc0de851" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_fb88862a3bee9afd362dbd9e79d813ec.setContent(html_6bdb14660960edb5566388cebc0de851);
|
|
|
|
|
|
|
|
marker_5fdff65cb2c1f4394d2660dc1117e5ca.bindPopup(popup_fb88862a3bee9afd362dbd9e79d813ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fdff65cb2c1f4394d2660dc1117e5ca.setIcon(icon_70bdcfac4b5add507ea5f30067822d99);
|
|
|
|
|
|
var marker_6a49e2a9507b787b5f6ae41d1e01f1f1 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9e00fa3670eba98938ce25ea217a1c75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f4299e7fd92a37115ec9643435e750a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16005d2fb516f00bceb18c6f7dbb7d38 = $(`<div id="html_16005d2fb516f00bceb18c6f7dbb7d38" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_9f4299e7fd92a37115ec9643435e750a.setContent(html_16005d2fb516f00bceb18c6f7dbb7d38);
|
|
|
|
|
|
|
|
marker_6a49e2a9507b787b5f6ae41d1e01f1f1.bindPopup(popup_9f4299e7fd92a37115ec9643435e750a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a49e2a9507b787b5f6ae41d1e01f1f1.setIcon(icon_9e00fa3670eba98938ce25ea217a1c75);
|
|
|
|
|
|
var marker_05623b43693a2be5b7ca6f1f11a167bc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_6f215381c23628e7c8f83ee55bf424f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7eecd56cd631a97311e0ffab8b6b44e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60974a5cd8cb2bfcff174b13d2530242 = $(`<div id="html_60974a5cd8cb2bfcff174b13d2530242" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_b7eecd56cd631a97311e0ffab8b6b44e.setContent(html_60974a5cd8cb2bfcff174b13d2530242);
|
|
|
|
|
|
|
|
marker_05623b43693a2be5b7ca6f1f11a167bc.bindPopup(popup_b7eecd56cd631a97311e0ffab8b6b44e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05623b43693a2be5b7ca6f1f11a167bc.setIcon(icon_6f215381c23628e7c8f83ee55bf424f7);
|
|
|
|
|
|
var marker_8dc77ce5e316fb917348c7979b5440d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2ccb4e661cd6f9b55ce333c4aa7f83fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_802480dd32ebea9f051640fc836faf5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7526bf0835e692b6bbebc8d35a7e28fb = $(`<div id="html_7526bf0835e692b6bbebc8d35a7e28fb" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_802480dd32ebea9f051640fc836faf5a.setContent(html_7526bf0835e692b6bbebc8d35a7e28fb);
|
|
|
|
|
|
|
|
marker_8dc77ce5e316fb917348c7979b5440d9.bindPopup(popup_802480dd32ebea9f051640fc836faf5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dc77ce5e316fb917348c7979b5440d9.setIcon(icon_2ccb4e661cd6f9b55ce333c4aa7f83fc);
|
|
|
|
|
|
var marker_a1e8e37d6db639504f93b6abea2c1ec1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c62389b3d0ad8be19b3974708be45935 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f92a38b1387590e75ecc5dda3ff4a21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11e35646ee48ce4452112e255fec4bc1 = $(`<div id="html_11e35646ee48ce4452112e255fec4bc1" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_9f92a38b1387590e75ecc5dda3ff4a21.setContent(html_11e35646ee48ce4452112e255fec4bc1);
|
|
|
|
|
|
|
|
marker_a1e8e37d6db639504f93b6abea2c1ec1.bindPopup(popup_9f92a38b1387590e75ecc5dda3ff4a21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1e8e37d6db639504f93b6abea2c1ec1.setIcon(icon_c62389b3d0ad8be19b3974708be45935);
|
|
|
|
|
|
var marker_8eb3374aead58c21b12f7ce473b15cee = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_fe04c5db173fdc16b459e9c2355c4ade = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a423d6e9eab6c25f5d25a03b775bf48d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_174e7812ba67495d3a32c7ccef8ca983 = $(`<div id="html_174e7812ba67495d3a32c7ccef8ca983" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_a423d6e9eab6c25f5d25a03b775bf48d.setContent(html_174e7812ba67495d3a32c7ccef8ca983);
|
|
|
|
|
|
|
|
marker_8eb3374aead58c21b12f7ce473b15cee.bindPopup(popup_a423d6e9eab6c25f5d25a03b775bf48d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb3374aead58c21b12f7ce473b15cee.setIcon(icon_fe04c5db173fdc16b459e9c2355c4ade);
|
|
|
|
|
|
var marker_96a43c8218e323a79a7e4de656ae2557 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c91c9352e6da0def12286ff9f75a6c49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3296183877e1eba337369e83743b8ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccf46765d9694e9e51e370c899e2f8cc = $(`<div id="html_ccf46765d9694e9e51e370c899e2f8cc" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_c3296183877e1eba337369e83743b8ee.setContent(html_ccf46765d9694e9e51e370c899e2f8cc);
|
|
|
|
|
|
|
|
marker_96a43c8218e323a79a7e4de656ae2557.bindPopup(popup_c3296183877e1eba337369e83743b8ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a43c8218e323a79a7e4de656ae2557.setIcon(icon_c91c9352e6da0def12286ff9f75a6c49);
|
|
|
|
|
|
var marker_1bb2253edad9decebe5b6e159966f091 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_64def1f06e43d021ea6e644e4ccfc96b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73e2e1e8677bd55f093310992331a623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c239a9b54c370c9850877b438a4681b5 = $(`<div id="html_c239a9b54c370c9850877b438a4681b5" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_73e2e1e8677bd55f093310992331a623.setContent(html_c239a9b54c370c9850877b438a4681b5);
|
|
|
|
|
|
|
|
marker_1bb2253edad9decebe5b6e159966f091.bindPopup(popup_73e2e1e8677bd55f093310992331a623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bb2253edad9decebe5b6e159966f091.setIcon(icon_64def1f06e43d021ea6e644e4ccfc96b);
|
|
|
|
|
|
var marker_2ca645111393173d9851530727d41815 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_52bf4935498ddd20b47d8f7d10d8f5b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de749f892a2ca9cb541087002533479e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dc1086c7511cb1677d00fc96c18c136 = $(`<div id="html_3dc1086c7511cb1677d00fc96c18c136" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_de749f892a2ca9cb541087002533479e.setContent(html_3dc1086c7511cb1677d00fc96c18c136);
|
|
|
|
|
|
|
|
marker_2ca645111393173d9851530727d41815.bindPopup(popup_de749f892a2ca9cb541087002533479e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ca645111393173d9851530727d41815.setIcon(icon_52bf4935498ddd20b47d8f7d10d8f5b3);
|
|
|
|
|
|
var marker_413c5c90815d4abd566576af4eb9656d = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_638e0114d61c54450e6394f2fe3a332e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d580ddb03ed3edc556cc447d82cd83f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8185f344f19c747ff2074197804acbf8 = $(`<div id="html_8185f344f19c747ff2074197804acbf8" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_d580ddb03ed3edc556cc447d82cd83f6.setContent(html_8185f344f19c747ff2074197804acbf8);
|
|
|
|
|
|
|
|
marker_413c5c90815d4abd566576af4eb9656d.bindPopup(popup_d580ddb03ed3edc556cc447d82cd83f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_413c5c90815d4abd566576af4eb9656d.setIcon(icon_638e0114d61c54450e6394f2fe3a332e);
|
|
|
|
|
|
var marker_8796ea0c5c89c868fdcd1a86ff1d2566 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_35842e9883d21e822cff9c7f179c495b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3da6702a6be76ed37da9ecf044873e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c95eb9f62243b3e18a97f5e469d01ddd = $(`<div id="html_c95eb9f62243b3e18a97f5e469d01ddd" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_a3da6702a6be76ed37da9ecf044873e9.setContent(html_c95eb9f62243b3e18a97f5e469d01ddd);
|
|
|
|
|
|
|
|
marker_8796ea0c5c89c868fdcd1a86ff1d2566.bindPopup(popup_a3da6702a6be76ed37da9ecf044873e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8796ea0c5c89c868fdcd1a86ff1d2566.setIcon(icon_35842e9883d21e822cff9c7f179c495b);
|
|
|
|
|
|
var marker_c02f02cf132a251344b1c0b7fbda288d = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4f75ea20448473e34ce2b9d9f60f327d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c52b2cb05ebab7f8f1df3de32a14067 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40dda460466776270a454c949c988c8a = $(`<div id="html_40dda460466776270a454c949c988c8a" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_3c52b2cb05ebab7f8f1df3de32a14067.setContent(html_40dda460466776270a454c949c988c8a);
|
|
|
|
|
|
|
|
marker_c02f02cf132a251344b1c0b7fbda288d.bindPopup(popup_3c52b2cb05ebab7f8f1df3de32a14067)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c02f02cf132a251344b1c0b7fbda288d.setIcon(icon_4f75ea20448473e34ce2b9d9f60f327d);
|
|
|
|
|
|
var marker_0b42d3b0f342fe7531576a86701367b2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_aa456a42d8be937c3653459c2b78ce08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beff01eef23c2ddcf1802718f4490126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e2dbb994d70970b9e60d7435e612d70 = $(`<div id="html_3e2dbb994d70970b9e60d7435e612d70" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_beff01eef23c2ddcf1802718f4490126.setContent(html_3e2dbb994d70970b9e60d7435e612d70);
|
|
|
|
|
|
|
|
marker_0b42d3b0f342fe7531576a86701367b2.bindPopup(popup_beff01eef23c2ddcf1802718f4490126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b42d3b0f342fe7531576a86701367b2.setIcon(icon_aa456a42d8be937c3653459c2b78ce08);
|
|
|
|
|
|
var marker_8de47e69fdeb99e544d770a006b45bf5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3bfb1ca6da8330e50764cd9dcba75936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3dcda31646a49bdac7242af1c5f66f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6184aaa3f43c3870a7973bce8e854fab = $(`<div id="html_6184aaa3f43c3870a7973bce8e854fab" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_f3dcda31646a49bdac7242af1c5f66f3.setContent(html_6184aaa3f43c3870a7973bce8e854fab);
|
|
|
|
|
|
|
|
marker_8de47e69fdeb99e544d770a006b45bf5.bindPopup(popup_f3dcda31646a49bdac7242af1c5f66f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8de47e69fdeb99e544d770a006b45bf5.setIcon(icon_3bfb1ca6da8330e50764cd9dcba75936);
|
|
|
|
|
|
var marker_bcbcc45e0a9ad1411b2a42ac284c711f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_94803298b6bdadf5193cbf5be2f30d22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4f687ed2d479d52dda1858c1ac0f549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e9af1619326d3bc8d84c6f5a9a8b448 = $(`<div id="html_7e9af1619326d3bc8d84c6f5a9a8b448" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_c4f687ed2d479d52dda1858c1ac0f549.setContent(html_7e9af1619326d3bc8d84c6f5a9a8b448);
|
|
|
|
|
|
|
|
marker_bcbcc45e0a9ad1411b2a42ac284c711f.bindPopup(popup_c4f687ed2d479d52dda1858c1ac0f549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcbcc45e0a9ad1411b2a42ac284c711f.setIcon(icon_94803298b6bdadf5193cbf5be2f30d22);
|
|
|
|
|
|
var marker_f0064df2c18d59a67402b1ec7609b291 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5f29b1f6eaf8d75e958aa1cf59c3862b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_166fddd86d789d744cb63d8fe80b0124 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51e6d7d0c7d54650ad3a15ad3e2a3587 = $(`<div id="html_51e6d7d0c7d54650ad3a15ad3e2a3587" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_166fddd86d789d744cb63d8fe80b0124.setContent(html_51e6d7d0c7d54650ad3a15ad3e2a3587);
|
|
|
|
|
|
|
|
marker_f0064df2c18d59a67402b1ec7609b291.bindPopup(popup_166fddd86d789d744cb63d8fe80b0124)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0064df2c18d59a67402b1ec7609b291.setIcon(icon_5f29b1f6eaf8d75e958aa1cf59c3862b);
|
|
|
|
|
|
var marker_d4af6999e2c86dbfc06356b4dc565fa2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_edd13af90abd51e5be516d04a511b74a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82d91d6042b027f6c261633380226647 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1d860696c5b85c1e6c0d51473213bd6 = $(`<div id="html_c1d860696c5b85c1e6c0d51473213bd6" style="width: 100.0%; height: 100.0%;">onlynostr.club</div>`)[0];
|
|
popup_82d91d6042b027f6c261633380226647.setContent(html_c1d860696c5b85c1e6c0d51473213bd6);
|
|
|
|
|
|
|
|
marker_d4af6999e2c86dbfc06356b4dc565fa2.bindPopup(popup_82d91d6042b027f6c261633380226647)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4af6999e2c86dbfc06356b4dc565fa2.setIcon(icon_edd13af90abd51e5be516d04a511b74a);
|
|
|
|
|
|
var marker_11db11b7982b75dd50484171e7368670 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5b5447e81aa65415f109de265f207b04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73399f9b13d1886278a326e736be2047 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d349b190838ea2bec1f3f2bbbae01e0 = $(`<div id="html_8d349b190838ea2bec1f3f2bbbae01e0" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_73399f9b13d1886278a326e736be2047.setContent(html_8d349b190838ea2bec1f3f2bbbae01e0);
|
|
|
|
|
|
|
|
marker_11db11b7982b75dd50484171e7368670.bindPopup(popup_73399f9b13d1886278a326e736be2047)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11db11b7982b75dd50484171e7368670.setIcon(icon_5b5447e81aa65415f109de265f207b04);
|
|
|
|
|
|
var marker_66b44aa2850fc09ef32afdf1fc3c3910 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b558bdd0813dec747a6afc4b1fdbd8bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff79bc3b1f9e29eb84b1c6089f571d21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2022accad15cf38ebd3355ea28152dfa = $(`<div id="html_2022accad15cf38ebd3355ea28152dfa" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_ff79bc3b1f9e29eb84b1c6089f571d21.setContent(html_2022accad15cf38ebd3355ea28152dfa);
|
|
|
|
|
|
|
|
marker_66b44aa2850fc09ef32afdf1fc3c3910.bindPopup(popup_ff79bc3b1f9e29eb84b1c6089f571d21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66b44aa2850fc09ef32afdf1fc3c3910.setIcon(icon_b558bdd0813dec747a6afc4b1fdbd8bc);
|
|
|
|
|
|
var marker_28307acfceb66644208100f11712be9a = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_1b273eff2cc9962efe7633593d582988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_824bc8b11d8c203f37ca1e472618292f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c785b19d725582f9b8b87be791fe08b4 = $(`<div id="html_c785b19d725582f9b8b87be791fe08b4" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_824bc8b11d8c203f37ca1e472618292f.setContent(html_c785b19d725582f9b8b87be791fe08b4);
|
|
|
|
|
|
|
|
marker_28307acfceb66644208100f11712be9a.bindPopup(popup_824bc8b11d8c203f37ca1e472618292f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28307acfceb66644208100f11712be9a.setIcon(icon_1b273eff2cc9962efe7633593d582988);
|
|
|
|
|
|
var marker_dfd457cdee5f527c95ae98fced73d43d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_035fc574db041496224a992be7a217b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b40f15ac6331b992a8c9faf95e67a51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_265d11a239f1840350e6d558e9da7739 = $(`<div id="html_265d11a239f1840350e6d558e9da7739" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_1b40f15ac6331b992a8c9faf95e67a51.setContent(html_265d11a239f1840350e6d558e9da7739);
|
|
|
|
|
|
|
|
marker_dfd457cdee5f527c95ae98fced73d43d.bindPopup(popup_1b40f15ac6331b992a8c9faf95e67a51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfd457cdee5f527c95ae98fced73d43d.setIcon(icon_035fc574db041496224a992be7a217b7);
|
|
|
|
|
|
var marker_3efe70e74e45995fd1e7de1954f55dcd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_a78fd035016ca8d64fbc6c48de5933fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60099da6c097ccb46f926cb89e79bbf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e19fc8b667753848377784c25c875ed = $(`<div id="html_5e19fc8b667753848377784c25c875ed" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_60099da6c097ccb46f926cb89e79bbf5.setContent(html_5e19fc8b667753848377784c25c875ed);
|
|
|
|
|
|
|
|
marker_3efe70e74e45995fd1e7de1954f55dcd.bindPopup(popup_60099da6c097ccb46f926cb89e79bbf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3efe70e74e45995fd1e7de1954f55dcd.setIcon(icon_a78fd035016ca8d64fbc6c48de5933fe);
|
|
|
|
|
|
var marker_009afc135342e30cd71e1fa66cc699fe = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7444cecbf358e76bfe2439062ca97c57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edd167d0f08a5ec1a8136dcc586a3a1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a915e9a301f399e8fede93661c3e1af7 = $(`<div id="html_a915e9a301f399e8fede93661c3e1af7" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_edd167d0f08a5ec1a8136dcc586a3a1d.setContent(html_a915e9a301f399e8fede93661c3e1af7);
|
|
|
|
|
|
|
|
marker_009afc135342e30cd71e1fa66cc699fe.bindPopup(popup_edd167d0f08a5ec1a8136dcc586a3a1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_009afc135342e30cd71e1fa66cc699fe.setIcon(icon_7444cecbf358e76bfe2439062ca97c57);
|
|
|
|
|
|
var marker_6799a0570eaee256da2a443c3809f427 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_8b4153ec85a40476a872bcaf65ea0a60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5771e32774272d6e0c8522085090e2d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c764615a6f615170a479453e1cd4f80 = $(`<div id="html_4c764615a6f615170a479453e1cd4f80" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_5771e32774272d6e0c8522085090e2d2.setContent(html_4c764615a6f615170a479453e1cd4f80);
|
|
|
|
|
|
|
|
marker_6799a0570eaee256da2a443c3809f427.bindPopup(popup_5771e32774272d6e0c8522085090e2d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6799a0570eaee256da2a443c3809f427.setIcon(icon_8b4153ec85a40476a872bcaf65ea0a60);
|
|
|
|
|
|
var marker_59134df60c7c4946c4dc964f4b9e08c6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3ee84d2c619cb84a8876b24108979f40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3a7e0688e03d283e56081ab305ff3a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_359d9152e9013a1f1c833ec1b7b35b2a = $(`<div id="html_359d9152e9013a1f1c833ec1b7b35b2a" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_a3a7e0688e03d283e56081ab305ff3a2.setContent(html_359d9152e9013a1f1c833ec1b7b35b2a);
|
|
|
|
|
|
|
|
marker_59134df60c7c4946c4dc964f4b9e08c6.bindPopup(popup_a3a7e0688e03d283e56081ab305ff3a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59134df60c7c4946c4dc964f4b9e08c6.setIcon(icon_3ee84d2c619cb84a8876b24108979f40);
|
|
|
|
|
|
var marker_98e0ed685406661acbcdcdef845e63f0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_a23bb224bb2ffb2fb428a58dfe7786a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b8bb3079d5f937c548bbb8f1c4840f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bea027c06d61aa5c225db35fa6de6fdf = $(`<div id="html_bea027c06d61aa5c225db35fa6de6fdf" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_1b8bb3079d5f937c548bbb8f1c4840f1.setContent(html_bea027c06d61aa5c225db35fa6de6fdf);
|
|
|
|
|
|
|
|
marker_98e0ed685406661acbcdcdef845e63f0.bindPopup(popup_1b8bb3079d5f937c548bbb8f1c4840f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e0ed685406661acbcdcdef845e63f0.setIcon(icon_a23bb224bb2ffb2fb428a58dfe7786a2);
|
|
|
|
|
|
var marker_fdd2a2eeb4f49be7ce1d78bce345dc16 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_17950fa0a335b8ec51e406ca37e71548 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b4969a30949b4817be95cb2841183b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64e47b460c7bb8d297681372c3cab39d = $(`<div id="html_64e47b460c7bb8d297681372c3cab39d" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_0b4969a30949b4817be95cb2841183b9.setContent(html_64e47b460c7bb8d297681372c3cab39d);
|
|
|
|
|
|
|
|
marker_fdd2a2eeb4f49be7ce1d78bce345dc16.bindPopup(popup_0b4969a30949b4817be95cb2841183b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdd2a2eeb4f49be7ce1d78bce345dc16.setIcon(icon_17950fa0a335b8ec51e406ca37e71548);
|
|
|
|
|
|
var marker_2d15992807664e9cba6493f88def327d = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_64d7febf77a2fc2ea71a18c29befaf79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b9f56c8342d61782c2f6e32a77b412f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2698caf8d7fb64028e368b48724ff35 = $(`<div id="html_c2698caf8d7fb64028e368b48724ff35" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_7b9f56c8342d61782c2f6e32a77b412f.setContent(html_c2698caf8d7fb64028e368b48724ff35);
|
|
|
|
|
|
|
|
marker_2d15992807664e9cba6493f88def327d.bindPopup(popup_7b9f56c8342d61782c2f6e32a77b412f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d15992807664e9cba6493f88def327d.setIcon(icon_64d7febf77a2fc2ea71a18c29befaf79);
|
|
|
|
|
|
var marker_26b7c20cbf0511a913e722ad9c3bdd39 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_cdba3a512375f3fc09644c6592f1dd01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f5b5a43644fd6aac92853be69b7ab75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80440041ff5d1fb6f089ac65853ab16e = $(`<div id="html_80440041ff5d1fb6f089ac65853ab16e" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_1f5b5a43644fd6aac92853be69b7ab75.setContent(html_80440041ff5d1fb6f089ac65853ab16e);
|
|
|
|
|
|
|
|
marker_26b7c20cbf0511a913e722ad9c3bdd39.bindPopup(popup_1f5b5a43644fd6aac92853be69b7ab75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26b7c20cbf0511a913e722ad9c3bdd39.setIcon(icon_cdba3a512375f3fc09644c6592f1dd01);
|
|
|
|
|
|
var marker_0765936b468dceceef91e66a7edc4ab5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_fc3ca47ed83df954f95cedd87c4c3301 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_297e7cd2593767d5262d8fb3f2d36b7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b02c27c64856873bdadabbe7ce03d889 = $(`<div id="html_b02c27c64856873bdadabbe7ce03d889" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_297e7cd2593767d5262d8fb3f2d36b7a.setContent(html_b02c27c64856873bdadabbe7ce03d889);
|
|
|
|
|
|
|
|
marker_0765936b468dceceef91e66a7edc4ab5.bindPopup(popup_297e7cd2593767d5262d8fb3f2d36b7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0765936b468dceceef91e66a7edc4ab5.setIcon(icon_fc3ca47ed83df954f95cedd87c4c3301);
|
|
|
|
|
|
var marker_9b699833dfaaf313407bbba597ba703c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_a8749c48f55461437ce35bc7f3b31226 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b411964ea83b42939a149b0d152e82d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a79ea8ff646767a0cfbaf882b4cf8525 = $(`<div id="html_a79ea8ff646767a0cfbaf882b4cf8525" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_2b411964ea83b42939a149b0d152e82d.setContent(html_a79ea8ff646767a0cfbaf882b4cf8525);
|
|
|
|
|
|
|
|
marker_9b699833dfaaf313407bbba597ba703c.bindPopup(popup_2b411964ea83b42939a149b0d152e82d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b699833dfaaf313407bbba597ba703c.setIcon(icon_a8749c48f55461437ce35bc7f3b31226);
|
|
|
|
|
|
var marker_39eef4cb31b2e58fe8f743983abb8b29 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_59e6ca07b696b3ab8c8aac1d738e9bf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_905375ec3d536ffc954829d6d6153ef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58638107884c2b72b53a06432f1db66e = $(`<div id="html_58638107884c2b72b53a06432f1db66e" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_905375ec3d536ffc954829d6d6153ef4.setContent(html_58638107884c2b72b53a06432f1db66e);
|
|
|
|
|
|
|
|
marker_39eef4cb31b2e58fe8f743983abb8b29.bindPopup(popup_905375ec3d536ffc954829d6d6153ef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39eef4cb31b2e58fe8f743983abb8b29.setIcon(icon_59e6ca07b696b3ab8c8aac1d738e9bf2);
|
|
|
|
|
|
var marker_1286a28d272a8396c29aa55b95a597cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_02fd38bf889edef77a93d75dcf215d8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b59a8f460379bf15510fd8105e2cf653 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a961e344ffcafd457b00f3ead84d900d = $(`<div id="html_a961e344ffcafd457b00f3ead84d900d" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_b59a8f460379bf15510fd8105e2cf653.setContent(html_a961e344ffcafd457b00f3ead84d900d);
|
|
|
|
|
|
|
|
marker_1286a28d272a8396c29aa55b95a597cb.bindPopup(popup_b59a8f460379bf15510fd8105e2cf653)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1286a28d272a8396c29aa55b95a597cb.setIcon(icon_02fd38bf889edef77a93d75dcf215d8c);
|
|
|
|
|
|
var marker_5650ff6b39c828b4a85f9496d7089365 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4add82c4635fa610353cba5578ea67cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_708e7b690b979abaa2eb1ce973648de9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_280cc1f5ac2043de9bc084abe0c0c619 = $(`<div id="html_280cc1f5ac2043de9bc084abe0c0c619" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_708e7b690b979abaa2eb1ce973648de9.setContent(html_280cc1f5ac2043de9bc084abe0c0c619);
|
|
|
|
|
|
|
|
marker_5650ff6b39c828b4a85f9496d7089365.bindPopup(popup_708e7b690b979abaa2eb1ce973648de9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5650ff6b39c828b4a85f9496d7089365.setIcon(icon_4add82c4635fa610353cba5578ea67cc);
|
|
|
|
|
|
var marker_4aad0715d2f76ba2829f085c5daaf69c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ee09204fa18167bbcdb6678521e1a918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03ba3437a5cd66b3b16fed177bfa5120 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e712a9e3327fe27f56b17ca415d5b5f = $(`<div id="html_8e712a9e3327fe27f56b17ca415d5b5f" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_03ba3437a5cd66b3b16fed177bfa5120.setContent(html_8e712a9e3327fe27f56b17ca415d5b5f);
|
|
|
|
|
|
|
|
marker_4aad0715d2f76ba2829f085c5daaf69c.bindPopup(popup_03ba3437a5cd66b3b16fed177bfa5120)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aad0715d2f76ba2829f085c5daaf69c.setIcon(icon_ee09204fa18167bbcdb6678521e1a918);
|
|
|
|
|
|
var marker_cb8e2e7b97916dc1a26f648386dd34be = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e2b91718931145b62f38fd8649b088cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aef3ae6d89a993a39268661001bd645 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c0a1233d5949ee74d2e0a06f77086cb = $(`<div id="html_7c0a1233d5949ee74d2e0a06f77086cb" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_4aef3ae6d89a993a39268661001bd645.setContent(html_7c0a1233d5949ee74d2e0a06f77086cb);
|
|
|
|
|
|
|
|
marker_cb8e2e7b97916dc1a26f648386dd34be.bindPopup(popup_4aef3ae6d89a993a39268661001bd645)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb8e2e7b97916dc1a26f648386dd34be.setIcon(icon_e2b91718931145b62f38fd8649b088cd);
|
|
|
|
|
|
var marker_c74b85973afe210e17a2440468cd03bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_231ec1546c8038d70c9c67f68162db4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ae2029c0dcedbb067d9cc37a56a1615 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8d6de164ef873c108f2566cb0a2102c = $(`<div id="html_d8d6de164ef873c108f2566cb0a2102c" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_1ae2029c0dcedbb067d9cc37a56a1615.setContent(html_d8d6de164ef873c108f2566cb0a2102c);
|
|
|
|
|
|
|
|
marker_c74b85973afe210e17a2440468cd03bd.bindPopup(popup_1ae2029c0dcedbb067d9cc37a56a1615)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c74b85973afe210e17a2440468cd03bd.setIcon(icon_231ec1546c8038d70c9c67f68162db4d);
|
|
|
|
|
|
var marker_e6207c1e6ee09e3999797b25faf7949e = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_36b5f463a96f93701c398bfe769a06d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_520c967bb77ee3798b92d3d5a4bf8cba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef874f59ca247ccacb620ceb14f1ffb7 = $(`<div id="html_ef874f59ca247ccacb620ceb14f1ffb7" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_520c967bb77ee3798b92d3d5a4bf8cba.setContent(html_ef874f59ca247ccacb620ceb14f1ffb7);
|
|
|
|
|
|
|
|
marker_e6207c1e6ee09e3999797b25faf7949e.bindPopup(popup_520c967bb77ee3798b92d3d5a4bf8cba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6207c1e6ee09e3999797b25faf7949e.setIcon(icon_36b5f463a96f93701c398bfe769a06d5);
|
|
|
|
|
|
var marker_d459827b198cc5b3bfdddb1c135e2fca = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_8055b11f90faced44b936108000df17b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a293e6ee166f4ba8763f97b6f5f91b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b05d4376faa452266c997f70e0958fe9 = $(`<div id="html_b05d4376faa452266c997f70e0958fe9" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_3a293e6ee166f4ba8763f97b6f5f91b6.setContent(html_b05d4376faa452266c997f70e0958fe9);
|
|
|
|
|
|
|
|
marker_d459827b198cc5b3bfdddb1c135e2fca.bindPopup(popup_3a293e6ee166f4ba8763f97b6f5f91b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d459827b198cc5b3bfdddb1c135e2fca.setIcon(icon_8055b11f90faced44b936108000df17b);
|
|
|
|
|
|
var marker_6f48dc97f211084af1dcf8aa4e74ad7c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_79a749fbf484434d754de5e6a3432987 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c61d384f45671d3cae33dc28c4f6c31a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2b107f2827faf4fd1538baa2122b5de = $(`<div id="html_b2b107f2827faf4fd1538baa2122b5de" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_c61d384f45671d3cae33dc28c4f6c31a.setContent(html_b2b107f2827faf4fd1538baa2122b5de);
|
|
|
|
|
|
|
|
marker_6f48dc97f211084af1dcf8aa4e74ad7c.bindPopup(popup_c61d384f45671d3cae33dc28c4f6c31a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f48dc97f211084af1dcf8aa4e74ad7c.setIcon(icon_79a749fbf484434d754de5e6a3432987);
|
|
|
|
|
|
var marker_176dec21c738a73d86e9c2995f4eac89 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d181363eb76addf9fbdbc1a141920e8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdbad96b83bc0919ada56548f85bd446 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b384345d683141fa553b9417d75635a2 = $(`<div id="html_b384345d683141fa553b9417d75635a2" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_fdbad96b83bc0919ada56548f85bd446.setContent(html_b384345d683141fa553b9417d75635a2);
|
|
|
|
|
|
|
|
marker_176dec21c738a73d86e9c2995f4eac89.bindPopup(popup_fdbad96b83bc0919ada56548f85bd446)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_176dec21c738a73d86e9c2995f4eac89.setIcon(icon_d181363eb76addf9fbdbc1a141920e8b);
|
|
|
|
|
|
var marker_4523e7dc689f6970486383ff69c5e75a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d18674d6b2a7894d8afca4f18fd482b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a7b194ea0d5881916af06204ad2e509 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bb592067e23acdebdcb8ff18ffc7e0a = $(`<div id="html_1bb592067e23acdebdcb8ff18ffc7e0a" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_6a7b194ea0d5881916af06204ad2e509.setContent(html_1bb592067e23acdebdcb8ff18ffc7e0a);
|
|
|
|
|
|
|
|
marker_4523e7dc689f6970486383ff69c5e75a.bindPopup(popup_6a7b194ea0d5881916af06204ad2e509)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4523e7dc689f6970486383ff69c5e75a.setIcon(icon_d18674d6b2a7894d8afca4f18fd482b8);
|
|
|
|
|
|
var marker_6f906a914ef4e919372b8c2990cb0137 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_8a18524b4326aab338f7667a75c5117d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72efae0d8b1efcbec8397ef141e5a072 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_530cb2001deec80fd9cc6d64c4eaba4b = $(`<div id="html_530cb2001deec80fd9cc6d64c4eaba4b" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_72efae0d8b1efcbec8397ef141e5a072.setContent(html_530cb2001deec80fd9cc6d64c4eaba4b);
|
|
|
|
|
|
|
|
marker_6f906a914ef4e919372b8c2990cb0137.bindPopup(popup_72efae0d8b1efcbec8397ef141e5a072)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f906a914ef4e919372b8c2990cb0137.setIcon(icon_8a18524b4326aab338f7667a75c5117d);
|
|
|
|
|
|
var marker_e18661611618469f18211229fc8a2cd3 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_af3eaba9fbfd3c67d28c382ae444a6df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b1cf39b2befa36d1a9b01eb6e3174b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e13bc26ea919539eb5068ca616a516f7 = $(`<div id="html_e13bc26ea919539eb5068ca616a516f7" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_9b1cf39b2befa36d1a9b01eb6e3174b1.setContent(html_e13bc26ea919539eb5068ca616a516f7);
|
|
|
|
|
|
|
|
marker_e18661611618469f18211229fc8a2cd3.bindPopup(popup_9b1cf39b2befa36d1a9b01eb6e3174b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e18661611618469f18211229fc8a2cd3.setIcon(icon_af3eaba9fbfd3c67d28c382ae444a6df);
|
|
|
|
|
|
var marker_97458586b7e1e3d87a2d61053b3cea7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f5e1e72734efe5fb31b97d673acbce3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75e3cdee8d8f92ab4b2b61003af90179 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5c4488a07c406cdfcd6a3a86f75bc01 = $(`<div id="html_a5c4488a07c406cdfcd6a3a86f75bc01" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_75e3cdee8d8f92ab4b2b61003af90179.setContent(html_a5c4488a07c406cdfcd6a3a86f75bc01);
|
|
|
|
|
|
|
|
marker_97458586b7e1e3d87a2d61053b3cea7d.bindPopup(popup_75e3cdee8d8f92ab4b2b61003af90179)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97458586b7e1e3d87a2d61053b3cea7d.setIcon(icon_f5e1e72734efe5fb31b97d673acbce3e);
|
|
|
|
|
|
var marker_8eb5a741e4cb125d3e7b2b900d3ddb44 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0d41d7a680322a38786f722f8c73649d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89a831bc21d138b99f53d19f18ba1e18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b301e68f494e15a5b17b5146f980f0c = $(`<div id="html_8b301e68f494e15a5b17b5146f980f0c" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_89a831bc21d138b99f53d19f18ba1e18.setContent(html_8b301e68f494e15a5b17b5146f980f0c);
|
|
|
|
|
|
|
|
marker_8eb5a741e4cb125d3e7b2b900d3ddb44.bindPopup(popup_89a831bc21d138b99f53d19f18ba1e18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb5a741e4cb125d3e7b2b900d3ddb44.setIcon(icon_0d41d7a680322a38786f722f8c73649d);
|
|
|
|
|
|
var marker_13a9a3f62302f5e7c17c366f9f8b6452 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e8c65126145701eae968b41d21dd1527 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16c723dafd557d8557d9dcf984130390 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f94f62eb3ca18828d5d538ac792466e = $(`<div id="html_8f94f62eb3ca18828d5d538ac792466e" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_16c723dafd557d8557d9dcf984130390.setContent(html_8f94f62eb3ca18828d5d538ac792466e);
|
|
|
|
|
|
|
|
marker_13a9a3f62302f5e7c17c366f9f8b6452.bindPopup(popup_16c723dafd557d8557d9dcf984130390)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13a9a3f62302f5e7c17c366f9f8b6452.setIcon(icon_e8c65126145701eae968b41d21dd1527);
|
|
|
|
|
|
var marker_f38857881432a284d763ee6e21e8fc96 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_34c7f05ca60981146d63ca562f4048d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aefeebcd4dff04784e8c4f2bb2d17ce6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13a8e642beebb4a9c7004a073d1d8111 = $(`<div id="html_13a8e642beebb4a9c7004a073d1d8111" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_aefeebcd4dff04784e8c4f2bb2d17ce6.setContent(html_13a8e642beebb4a9c7004a073d1d8111);
|
|
|
|
|
|
|
|
marker_f38857881432a284d763ee6e21e8fc96.bindPopup(popup_aefeebcd4dff04784e8c4f2bb2d17ce6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f38857881432a284d763ee6e21e8fc96.setIcon(icon_34c7f05ca60981146d63ca562f4048d3);
|
|
|
|
|
|
var marker_c4f53bd599e8a4644e09359b26b75b2e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_83128c292ae90a3cad4973ccee83f2d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59702b7d8bdfbd8c314ecc9dce4768e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2087664f5fa9d0a8f5e0ddc4aa3f3ac0 = $(`<div id="html_2087664f5fa9d0a8f5e0ddc4aa3f3ac0" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_59702b7d8bdfbd8c314ecc9dce4768e6.setContent(html_2087664f5fa9d0a8f5e0ddc4aa3f3ac0);
|
|
|
|
|
|
|
|
marker_c4f53bd599e8a4644e09359b26b75b2e.bindPopup(popup_59702b7d8bdfbd8c314ecc9dce4768e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4f53bd599e8a4644e09359b26b75b2e.setIcon(icon_83128c292ae90a3cad4973ccee83f2d1);
|
|
|
|
|
|
var marker_00ee1b1f78be9307b3d05b2a4eabcd25 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3679e478f1b0dce11fad1d09d8ec7505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db3ed30c5f97226b30746ddc51e16715 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91cad5ba30a5f0ebf1f525b5d3859125 = $(`<div id="html_91cad5ba30a5f0ebf1f525b5d3859125" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_db3ed30c5f97226b30746ddc51e16715.setContent(html_91cad5ba30a5f0ebf1f525b5d3859125);
|
|
|
|
|
|
|
|
marker_00ee1b1f78be9307b3d05b2a4eabcd25.bindPopup(popup_db3ed30c5f97226b30746ddc51e16715)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00ee1b1f78be9307b3d05b2a4eabcd25.setIcon(icon_3679e478f1b0dce11fad1d09d8ec7505);
|
|
|
|
|
|
var marker_ff6fc0494b80fbd598d6c2464d8488e3 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d344679ec8511e261740babc3697b7d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ca08ffadc6a7619e3d4dfe0683156bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ee16acaff43c8dcbf92ef64e36a4990 = $(`<div id="html_7ee16acaff43c8dcbf92ef64e36a4990" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_4ca08ffadc6a7619e3d4dfe0683156bd.setContent(html_7ee16acaff43c8dcbf92ef64e36a4990);
|
|
|
|
|
|
|
|
marker_ff6fc0494b80fbd598d6c2464d8488e3.bindPopup(popup_4ca08ffadc6a7619e3d4dfe0683156bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff6fc0494b80fbd598d6c2464d8488e3.setIcon(icon_d344679ec8511e261740babc3697b7d6);
|
|
|
|
|
|
var marker_41329c477875aa5f3fdb5493c463db69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_36672e6ad01efd4c882285dd4f93407d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05181eaf870edfd3a8f9c27ea0d54bb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25be9584a6ebae4d61444323d9079940 = $(`<div id="html_25be9584a6ebae4d61444323d9079940" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_05181eaf870edfd3a8f9c27ea0d54bb2.setContent(html_25be9584a6ebae4d61444323d9079940);
|
|
|
|
|
|
|
|
marker_41329c477875aa5f3fdb5493c463db69.bindPopup(popup_05181eaf870edfd3a8f9c27ea0d54bb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41329c477875aa5f3fdb5493c463db69.setIcon(icon_36672e6ad01efd4c882285dd4f93407d);
|
|
|
|
|
|
var marker_37c7f920821fd1c3b5a475782c10d9cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9c8f564cb72032ab14e0378b328c9a83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_942922ce1c2f3661029853e8dd50d629 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9af33504e49f86f4f4c9da0878dfc9c1 = $(`<div id="html_9af33504e49f86f4f4c9da0878dfc9c1" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_942922ce1c2f3661029853e8dd50d629.setContent(html_9af33504e49f86f4f4c9da0878dfc9c1);
|
|
|
|
|
|
|
|
marker_37c7f920821fd1c3b5a475782c10d9cf.bindPopup(popup_942922ce1c2f3661029853e8dd50d629)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c7f920821fd1c3b5a475782c10d9cf.setIcon(icon_9c8f564cb72032ab14e0378b328c9a83);
|
|
|
|
|
|
var marker_d0ef2912aacdf08b314b5d0b198ab84a = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_57f1de28be2625f3d5ac6fcc917396eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d7214fabf0bdab1dadfa9bfec41aed8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b5495a091ab8624bd077c73a2bdf84b = $(`<div id="html_5b5495a091ab8624bd077c73a2bdf84b" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_8d7214fabf0bdab1dadfa9bfec41aed8.setContent(html_5b5495a091ab8624bd077c73a2bdf84b);
|
|
|
|
|
|
|
|
marker_d0ef2912aacdf08b314b5d0b198ab84a.bindPopup(popup_8d7214fabf0bdab1dadfa9bfec41aed8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0ef2912aacdf08b314b5d0b198ab84a.setIcon(icon_57f1de28be2625f3d5ac6fcc917396eb);
|
|
|
|
|
|
var marker_0889bcbd32e6c87bd1e2cca73cfefbf6 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3e2c4ea4a33ce056fcf0e7b99fdfe063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9c05511d2175aa2c0c298c74c359b8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11b28d29b644e506668f7cb3699ede50 = $(`<div id="html_11b28d29b644e506668f7cb3699ede50" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_c9c05511d2175aa2c0c298c74c359b8f.setContent(html_11b28d29b644e506668f7cb3699ede50);
|
|
|
|
|
|
|
|
marker_0889bcbd32e6c87bd1e2cca73cfefbf6.bindPopup(popup_c9c05511d2175aa2c0c298c74c359b8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0889bcbd32e6c87bd1e2cca73cfefbf6.setIcon(icon_3e2c4ea4a33ce056fcf0e7b99fdfe063);
|
|
|
|
|
|
var marker_a0632fb276d727d4c4bd39017335fc73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_435967e35fef6cfcd41f2c7309ad8027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71f767687236fe28cff5b9733404aaae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cca4e9d97bdaedba1468f2dff954e76 = $(`<div id="html_0cca4e9d97bdaedba1468f2dff954e76" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_71f767687236fe28cff5b9733404aaae.setContent(html_0cca4e9d97bdaedba1468f2dff954e76);
|
|
|
|
|
|
|
|
marker_a0632fb276d727d4c4bd39017335fc73.bindPopup(popup_71f767687236fe28cff5b9733404aaae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0632fb276d727d4c4bd39017335fc73.setIcon(icon_435967e35fef6cfcd41f2c7309ad8027);
|
|
|
|
|
|
var marker_b5d2edade2c8b601453648a7e65bb19c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2e5b8a74e38a56420ef1f96100a6ecdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dc35e3dda2dcd8fd9d77f20c3a772ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d538abcda0788b26aa774e74a0808d37 = $(`<div id="html_d538abcda0788b26aa774e74a0808d37" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_9dc35e3dda2dcd8fd9d77f20c3a772ff.setContent(html_d538abcda0788b26aa774e74a0808d37);
|
|
|
|
|
|
|
|
marker_b5d2edade2c8b601453648a7e65bb19c.bindPopup(popup_9dc35e3dda2dcd8fd9d77f20c3a772ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5d2edade2c8b601453648a7e65bb19c.setIcon(icon_2e5b8a74e38a56420ef1f96100a6ecdd);
|
|
|
|
|
|
var marker_e2a6f1dc8a60ed4f10d4b8e23cc14504 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3ee286cc07df02cc605b292f6eefe877 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c467b57aeda115371c99504ce77b52c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f424694af2d3cd6b0f81c02a0efed92d = $(`<div id="html_f424694af2d3cd6b0f81c02a0efed92d" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_c467b57aeda115371c99504ce77b52c7.setContent(html_f424694af2d3cd6b0f81c02a0efed92d);
|
|
|
|
|
|
|
|
marker_e2a6f1dc8a60ed4f10d4b8e23cc14504.bindPopup(popup_c467b57aeda115371c99504ce77b52c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2a6f1dc8a60ed4f10d4b8e23cc14504.setIcon(icon_3ee286cc07df02cc605b292f6eefe877);
|
|
|
|
|
|
var marker_6557d0d7b2464da1aaeec5fe772625fa = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2ebda4b2681d9e0b7575677e7955b513 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98839ef3dcc99cca3188caf6d4d4d8ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52825544b6f6b41d23f44c2936ea5d70 = $(`<div id="html_52825544b6f6b41d23f44c2936ea5d70" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_98839ef3dcc99cca3188caf6d4d4d8ef.setContent(html_52825544b6f6b41d23f44c2936ea5d70);
|
|
|
|
|
|
|
|
marker_6557d0d7b2464da1aaeec5fe772625fa.bindPopup(popup_98839ef3dcc99cca3188caf6d4d4d8ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6557d0d7b2464da1aaeec5fe772625fa.setIcon(icon_2ebda4b2681d9e0b7575677e7955b513);
|
|
|
|
|
|
var marker_1148126e6fb582d6d7a4febc45b4ae98 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_63e93090d2c5ed5db1ed0ab03a2b321a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5d8b3fa4314d1b5c5d379675726bbab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72dcfec4488a26fb86688b4a514797dd = $(`<div id="html_72dcfec4488a26fb86688b4a514797dd" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_f5d8b3fa4314d1b5c5d379675726bbab.setContent(html_72dcfec4488a26fb86688b4a514797dd);
|
|
|
|
|
|
|
|
marker_1148126e6fb582d6d7a4febc45b4ae98.bindPopup(popup_f5d8b3fa4314d1b5c5d379675726bbab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1148126e6fb582d6d7a4febc45b4ae98.setIcon(icon_63e93090d2c5ed5db1ed0ab03a2b321a);
|
|
|
|
|
|
var marker_8e3fdf25407eae881d85ca0a090db390 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_99ee229bf347519a4f7a8db60ae51a00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d52ea0922e70477ba96a0c8e11f85b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a860e7fd4f5f15d71a8f8600f53d18bb = $(`<div id="html_a860e7fd4f5f15d71a8f8600f53d18bb" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_9d52ea0922e70477ba96a0c8e11f85b6.setContent(html_a860e7fd4f5f15d71a8f8600f53d18bb);
|
|
|
|
|
|
|
|
marker_8e3fdf25407eae881d85ca0a090db390.bindPopup(popup_9d52ea0922e70477ba96a0c8e11f85b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e3fdf25407eae881d85ca0a090db390.setIcon(icon_99ee229bf347519a4f7a8db60ae51a00);
|
|
|
|
|
|
var marker_1b40a932d07f152fb0d3247affe74a94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_a5479f732a7a73a83b7d75d7091de57f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88a3159950a866dffb6555091078a9a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e27181f2db5ca54c998732ff80c6de83 = $(`<div id="html_e27181f2db5ca54c998732ff80c6de83" style="width: 100.0%; height: 100.0%;">talon.quest</div>`)[0];
|
|
popup_88a3159950a866dffb6555091078a9a2.setContent(html_e27181f2db5ca54c998732ff80c6de83);
|
|
|
|
|
|
|
|
marker_1b40a932d07f152fb0d3247affe74a94.bindPopup(popup_88a3159950a866dffb6555091078a9a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b40a932d07f152fb0d3247affe74a94.setIcon(icon_a5479f732a7a73a83b7d75d7091de57f);
|
|
|
|
|
|
var marker_23362f8f42839524b2a70b3214f9b8db = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_bfeb1467656091843c544d0fcf51b005 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb83a21ecfae99926a230c5ae06fae78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcf3f018e7ddc19213ff46956f248dfe = $(`<div id="html_bcf3f018e7ddc19213ff46956f248dfe" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_eb83a21ecfae99926a230c5ae06fae78.setContent(html_bcf3f018e7ddc19213ff46956f248dfe);
|
|
|
|
|
|
|
|
marker_23362f8f42839524b2a70b3214f9b8db.bindPopup(popup_eb83a21ecfae99926a230c5ae06fae78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23362f8f42839524b2a70b3214f9b8db.setIcon(icon_bfeb1467656091843c544d0fcf51b005);
|
|
|
|
|
|
var marker_85f56fda1d06a967c7dcfa353fcc9e47 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_25c665187c6d0b12f485fbd26cc62ad4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_535a32afac32570259fbed7f3c057453 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16dbc7b3a83ae0a43861f90b6a03a063 = $(`<div id="html_16dbc7b3a83ae0a43861f90b6a03a063" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_535a32afac32570259fbed7f3c057453.setContent(html_16dbc7b3a83ae0a43861f90b6a03a063);
|
|
|
|
|
|
|
|
marker_85f56fda1d06a967c7dcfa353fcc9e47.bindPopup(popup_535a32afac32570259fbed7f3c057453)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85f56fda1d06a967c7dcfa353fcc9e47.setIcon(icon_25c665187c6d0b12f485fbd26cc62ad4);
|
|
|
|
|
|
var marker_2297565cc55c7c8bcf29ef91f27e8495 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_532a770e3a1530792f2e015467819a31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6070a7cd272f764c7f2469f51f16a607 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ff6253cc93b87c72226294b93f92273 = $(`<div id="html_7ff6253cc93b87c72226294b93f92273" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_6070a7cd272f764c7f2469f51f16a607.setContent(html_7ff6253cc93b87c72226294b93f92273);
|
|
|
|
|
|
|
|
marker_2297565cc55c7c8bcf29ef91f27e8495.bindPopup(popup_6070a7cd272f764c7f2469f51f16a607)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2297565cc55c7c8bcf29ef91f27e8495.setIcon(icon_532a770e3a1530792f2e015467819a31);
|
|
|
|
|
|
var marker_98f97d62491583184c7f8801a5f63bf7 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f7bd5f303369ff0652d2e31897f498ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b343e0043c9db4964b7970c786280b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_966f8ba94797a3565dff047616915e2a = $(`<div id="html_966f8ba94797a3565dff047616915e2a" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_8b343e0043c9db4964b7970c786280b6.setContent(html_966f8ba94797a3565dff047616915e2a);
|
|
|
|
|
|
|
|
marker_98f97d62491583184c7f8801a5f63bf7.bindPopup(popup_8b343e0043c9db4964b7970c786280b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98f97d62491583184c7f8801a5f63bf7.setIcon(icon_f7bd5f303369ff0652d2e31897f498ec);
|
|
|
|
|
|
var marker_00933b9e44e54d6f664a740fbe0212f0 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3eb067fd0bc9e754d8ada9ac3e07e3c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d0c0f5457024b6c92f432867aaa122d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f2b148de59a1c7f34d583ae3e21e5a7 = $(`<div id="html_3f2b148de59a1c7f34d583ae3e21e5a7" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_4d0c0f5457024b6c92f432867aaa122d.setContent(html_3f2b148de59a1c7f34d583ae3e21e5a7);
|
|
|
|
|
|
|
|
marker_00933b9e44e54d6f664a740fbe0212f0.bindPopup(popup_4d0c0f5457024b6c92f432867aaa122d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00933b9e44e54d6f664a740fbe0212f0.setIcon(icon_3eb067fd0bc9e754d8ada9ac3e07e3c6);
|
|
|
|
|
|
var marker_befa431352aa45d50c3b60af8e07c3c9 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d51506ec58a2baa41a7eff42b8441ee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1d228158e845ffac6c54bea0ac29ffa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48abf9110fa4e2087d783fd18601844e = $(`<div id="html_48abf9110fa4e2087d783fd18601844e" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_f1d228158e845ffac6c54bea0ac29ffa.setContent(html_48abf9110fa4e2087d783fd18601844e);
|
|
|
|
|
|
|
|
marker_befa431352aa45d50c3b60af8e07c3c9.bindPopup(popup_f1d228158e845ffac6c54bea0ac29ffa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_befa431352aa45d50c3b60af8e07c3c9.setIcon(icon_d51506ec58a2baa41a7eff42b8441ee8);
|
|
|
|
|
|
var marker_14d3710bb389511d1b84e5c64608bc1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e99aa1336960633a51d97c4c45df8b2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37c6cc8aaf74ed40c8f04718ad7eb6ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6aee56977dabe7c551edf78a243d6026 = $(`<div id="html_6aee56977dabe7c551edf78a243d6026" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_37c6cc8aaf74ed40c8f04718ad7eb6ee.setContent(html_6aee56977dabe7c551edf78a243d6026);
|
|
|
|
|
|
|
|
marker_14d3710bb389511d1b84e5c64608bc1a.bindPopup(popup_37c6cc8aaf74ed40c8f04718ad7eb6ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14d3710bb389511d1b84e5c64608bc1a.setIcon(icon_e99aa1336960633a51d97c4c45df8b2e);
|
|
|
|
|
|
var marker_10be7e14dff5f017f487530654b89f49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_12c728cdde2ac61e3ca90dafcec2166a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80ec7f7fac10a19a71364e612b34efff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7529a819f7d096f74252c55fa3c5bc30 = $(`<div id="html_7529a819f7d096f74252c55fa3c5bc30" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_80ec7f7fac10a19a71364e612b34efff.setContent(html_7529a819f7d096f74252c55fa3c5bc30);
|
|
|
|
|
|
|
|
marker_10be7e14dff5f017f487530654b89f49.bindPopup(popup_80ec7f7fac10a19a71364e612b34efff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10be7e14dff5f017f487530654b89f49.setIcon(icon_12c728cdde2ac61e3ca90dafcec2166a);
|
|
|
|
|
|
var marker_642b1c0bb8c982898b4722386448695d = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_455c7364ccabdc4e21cf26d826aa456e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caef06fa671da4682c2c7b9ffe746550 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc66ad876bfe130540d0a88705558b3b = $(`<div id="html_bc66ad876bfe130540d0a88705558b3b" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_caef06fa671da4682c2c7b9ffe746550.setContent(html_bc66ad876bfe130540d0a88705558b3b);
|
|
|
|
|
|
|
|
marker_642b1c0bb8c982898b4722386448695d.bindPopup(popup_caef06fa671da4682c2c7b9ffe746550)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_642b1c0bb8c982898b4722386448695d.setIcon(icon_455c7364ccabdc4e21cf26d826aa456e);
|
|
|
|
|
|
var marker_fb127f3beb3eea7d623b38d306782e05 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_594e4a0d11f4ee03b92a8031c41972a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad8db283e1a5d2bb97ba57f2ca27929 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af6db5d56bb3a433f0fb1f4be991b036 = $(`<div id="html_af6db5d56bb3a433f0fb1f4be991b036" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_cad8db283e1a5d2bb97ba57f2ca27929.setContent(html_af6db5d56bb3a433f0fb1f4be991b036);
|
|
|
|
|
|
|
|
marker_fb127f3beb3eea7d623b38d306782e05.bindPopup(popup_cad8db283e1a5d2bb97ba57f2ca27929)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb127f3beb3eea7d623b38d306782e05.setIcon(icon_594e4a0d11f4ee03b92a8031c41972a0);
|
|
|
|
|
|
var marker_e1612c5745f740447b01c4846c66ea12 = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_dca5672874305047a9a708ad374f277c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba15f3894cbc321a33da2315f8582448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5ef29fbed7622b8e3fa6777924dd679 = $(`<div id="html_b5ef29fbed7622b8e3fa6777924dd679" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_ba15f3894cbc321a33da2315f8582448.setContent(html_b5ef29fbed7622b8e3fa6777924dd679);
|
|
|
|
|
|
|
|
marker_e1612c5745f740447b01c4846c66ea12.bindPopup(popup_ba15f3894cbc321a33da2315f8582448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1612c5745f740447b01c4846c66ea12.setIcon(icon_dca5672874305047a9a708ad374f277c);
|
|
|
|
|
|
var marker_106f44793563000f57e8f7bc88ce8308 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_14616b54ed430733cc7f7de5cbc7a60a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28ac8a32154d4a3810b3361dfd8cba08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8235605df2f223e2f3dd39f1a127fd0e = $(`<div id="html_8235605df2f223e2f3dd39f1a127fd0e" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_28ac8a32154d4a3810b3361dfd8cba08.setContent(html_8235605df2f223e2f3dd39f1a127fd0e);
|
|
|
|
|
|
|
|
marker_106f44793563000f57e8f7bc88ce8308.bindPopup(popup_28ac8a32154d4a3810b3361dfd8cba08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_106f44793563000f57e8f7bc88ce8308.setIcon(icon_14616b54ed430733cc7f7de5cbc7a60a);
|
|
|
|
|
|
var marker_7a3c5258d521527f74bb1fd946c0eceb = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2790cb560e81544667497d44f8ae4e92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f699436ae4968344455a9008801aa19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83ff7c47364764ae9529f41cbdf340df = $(`<div id="html_83ff7c47364764ae9529f41cbdf340df" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_3f699436ae4968344455a9008801aa19.setContent(html_83ff7c47364764ae9529f41cbdf340df);
|
|
|
|
|
|
|
|
marker_7a3c5258d521527f74bb1fd946c0eceb.bindPopup(popup_3f699436ae4968344455a9008801aa19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a3c5258d521527f74bb1fd946c0eceb.setIcon(icon_2790cb560e81544667497d44f8ae4e92);
|
|
|
|
|
|
var marker_e7918a30a51af1fe4a9fb99dd79b5256 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_0ec8af554acef8da5531761a091ad48d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97295a3b6837109a84cdc8c8e77c30e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df529bb710a2f85e01b5745cae85ea2b = $(`<div id="html_df529bb710a2f85e01b5745cae85ea2b" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_97295a3b6837109a84cdc8c8e77c30e4.setContent(html_df529bb710a2f85e01b5745cae85ea2b);
|
|
|
|
|
|
|
|
marker_e7918a30a51af1fe4a9fb99dd79b5256.bindPopup(popup_97295a3b6837109a84cdc8c8e77c30e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7918a30a51af1fe4a9fb99dd79b5256.setIcon(icon_0ec8af554acef8da5531761a091ad48d);
|
|
|
|
|
|
var marker_3ad587a8b1634753a3693742902c9a6c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_14b2c63bb50f274cd35ee9de7f959b0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8610be9fb972f38cc885844989e0483f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de4ce86f74090a259982d2e78e28f8b6 = $(`<div id="html_de4ce86f74090a259982d2e78e28f8b6" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_8610be9fb972f38cc885844989e0483f.setContent(html_de4ce86f74090a259982d2e78e28f8b6);
|
|
|
|
|
|
|
|
marker_3ad587a8b1634753a3693742902c9a6c.bindPopup(popup_8610be9fb972f38cc885844989e0483f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ad587a8b1634753a3693742902c9a6c.setIcon(icon_14b2c63bb50f274cd35ee9de7f959b0a);
|
|
|
|
|
|
var marker_6c34afe733281ca5ef8ebabcac13bc65 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_84d132a4a4ad2d1c09027cf29e200b64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df459ef852f5ed044df53c73c03cea5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e151fc1454c6654dafd1ec8073578f28 = $(`<div id="html_e151fc1454c6654dafd1ec8073578f28" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_df459ef852f5ed044df53c73c03cea5e.setContent(html_e151fc1454c6654dafd1ec8073578f28);
|
|
|
|
|
|
|
|
marker_6c34afe733281ca5ef8ebabcac13bc65.bindPopup(popup_df459ef852f5ed044df53c73c03cea5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c34afe733281ca5ef8ebabcac13bc65.setIcon(icon_84d132a4a4ad2d1c09027cf29e200b64);
|
|
|
|
|
|
var marker_9d2d8c02e9caa838926b4fdc80383642 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_de8ccae3f52b1926d7341edd6c71ea23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f27654ac3ebd082e408ee24a0787e77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8ee4b214c29337374cfb89f29668040 = $(`<div id="html_f8ee4b214c29337374cfb89f29668040" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_0f27654ac3ebd082e408ee24a0787e77.setContent(html_f8ee4b214c29337374cfb89f29668040);
|
|
|
|
|
|
|
|
marker_9d2d8c02e9caa838926b4fdc80383642.bindPopup(popup_0f27654ac3ebd082e408ee24a0787e77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d2d8c02e9caa838926b4fdc80383642.setIcon(icon_de8ccae3f52b1926d7341edd6c71ea23);
|
|
|
|
|
|
var marker_f0103dbd89415e1244d9a915ec775967 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f0f7b23a97eda1edbde9ae88d8f136cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e005ec0ae231eafa1c970dbee647c23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5006a8db01884ce7ebbf3fe29b7cfa0c = $(`<div id="html_5006a8db01884ce7ebbf3fe29b7cfa0c" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_4e005ec0ae231eafa1c970dbee647c23.setContent(html_5006a8db01884ce7ebbf3fe29b7cfa0c);
|
|
|
|
|
|
|
|
marker_f0103dbd89415e1244d9a915ec775967.bindPopup(popup_4e005ec0ae231eafa1c970dbee647c23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0103dbd89415e1244d9a915ec775967.setIcon(icon_f0f7b23a97eda1edbde9ae88d8f136cf);
|
|
|
|
|
|
var marker_c0e6dca6628c6c10297cecf2b5089ab8 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d04c56ca221c86ecdc69a4fa15cc840b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3c8bfc7f139f9971c1c3583aefd656d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85f9152d76bd42453be880794d47f223 = $(`<div id="html_85f9152d76bd42453be880794d47f223" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_d3c8bfc7f139f9971c1c3583aefd656d.setContent(html_85f9152d76bd42453be880794d47f223);
|
|
|
|
|
|
|
|
marker_c0e6dca6628c6c10297cecf2b5089ab8.bindPopup(popup_d3c8bfc7f139f9971c1c3583aefd656d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0e6dca6628c6c10297cecf2b5089ab8.setIcon(icon_d04c56ca221c86ecdc69a4fa15cc840b);
|
|
|
|
|
|
var marker_3630f19568bb23db4ff4f21863033331 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_299645f85fe16fd16fcc441bfbba2eb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cb84b1b337dcabeb0fba9820479beb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c14b03ce22a26050ea7727ede79adf1d = $(`<div id="html_c14b03ce22a26050ea7727ede79adf1d" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_0cb84b1b337dcabeb0fba9820479beb4.setContent(html_c14b03ce22a26050ea7727ede79adf1d);
|
|
|
|
|
|
|
|
marker_3630f19568bb23db4ff4f21863033331.bindPopup(popup_0cb84b1b337dcabeb0fba9820479beb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3630f19568bb23db4ff4f21863033331.setIcon(icon_299645f85fe16fd16fcc441bfbba2eb3);
|
|
|
|
|
|
var marker_52e1c2e5d36efb5417fb3582e3b4bf59 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_144cf27b9cb0a822c817420ab31ba376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff1eaa2075ae2221a2643dcff89c2b08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7e21b1885268f22037d00b44e9b5bfc = $(`<div id="html_e7e21b1885268f22037d00b44e9b5bfc" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_ff1eaa2075ae2221a2643dcff89c2b08.setContent(html_e7e21b1885268f22037d00b44e9b5bfc);
|
|
|
|
|
|
|
|
marker_52e1c2e5d36efb5417fb3582e3b4bf59.bindPopup(popup_ff1eaa2075ae2221a2643dcff89c2b08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52e1c2e5d36efb5417fb3582e3b4bf59.setIcon(icon_144cf27b9cb0a822c817420ab31ba376);
|
|
|
|
|
|
var marker_fd1b8821496c7489d9b6f5119420798d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c43ba9f79c9886b1c753b821f30de5d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83e932fc11613ffe457388dffa83319a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e40e97ce49255c150ad4c5ea444aea76 = $(`<div id="html_e40e97ce49255c150ad4c5ea444aea76" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_83e932fc11613ffe457388dffa83319a.setContent(html_e40e97ce49255c150ad4c5ea444aea76);
|
|
|
|
|
|
|
|
marker_fd1b8821496c7489d9b6f5119420798d.bindPopup(popup_83e932fc11613ffe457388dffa83319a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd1b8821496c7489d9b6f5119420798d.setIcon(icon_c43ba9f79c9886b1c753b821f30de5d9);
|
|
|
|
|
|
var marker_b889aca0a4abcd6b9513ff0a7c81330d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_90fafdf847c1f675cf7d4325f172516d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c46c5d70379213a41b27c7efec28cbaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c19f7ca3a627564ec514126b504adc6 = $(`<div id="html_1c19f7ca3a627564ec514126b504adc6" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_c46c5d70379213a41b27c7efec28cbaa.setContent(html_1c19f7ca3a627564ec514126b504adc6);
|
|
|
|
|
|
|
|
marker_b889aca0a4abcd6b9513ff0a7c81330d.bindPopup(popup_c46c5d70379213a41b27c7efec28cbaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b889aca0a4abcd6b9513ff0a7c81330d.setIcon(icon_90fafdf847c1f675cf7d4325f172516d);
|
|
|
|
|
|
var marker_df67cd7c58ed11a50cfa8aa6dc81c71a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ee23f2761fd6ab0cabcf2ef76d9fc321 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1390885fe61089dd683c31c37e8bb3e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb4a04701518cc61281d692ab587463c = $(`<div id="html_fb4a04701518cc61281d692ab587463c" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_1390885fe61089dd683c31c37e8bb3e5.setContent(html_fb4a04701518cc61281d692ab587463c);
|
|
|
|
|
|
|
|
marker_df67cd7c58ed11a50cfa8aa6dc81c71a.bindPopup(popup_1390885fe61089dd683c31c37e8bb3e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df67cd7c58ed11a50cfa8aa6dc81c71a.setIcon(icon_ee23f2761fd6ab0cabcf2ef76d9fc321);
|
|
|
|
|
|
var marker_d8cc3a044af4c007f858f65ebb5e376e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f2de2479986a1f95376276f00016a8b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_439bffbb44e1c76c9a2c5c3ee60e9336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ff73a74a36f7f61a2d77da69e9c472f = $(`<div id="html_6ff73a74a36f7f61a2d77da69e9c472f" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_439bffbb44e1c76c9a2c5c3ee60e9336.setContent(html_6ff73a74a36f7f61a2d77da69e9c472f);
|
|
|
|
|
|
|
|
marker_d8cc3a044af4c007f858f65ebb5e376e.bindPopup(popup_439bffbb44e1c76c9a2c5c3ee60e9336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8cc3a044af4c007f858f65ebb5e376e.setIcon(icon_f2de2479986a1f95376276f00016a8b3);
|
|
|
|
|
|
var marker_ef98210337f764dfa22c63eeab9735bc = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_c54921a45dee9d8233235dd332aea20d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3af0596d2854a8de25be47faf4ba5d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af6e95e12d4fca54c99e9737d1d655c6 = $(`<div id="html_af6e95e12d4fca54c99e9737d1d655c6" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_3af0596d2854a8de25be47faf4ba5d6f.setContent(html_af6e95e12d4fca54c99e9737d1d655c6);
|
|
|
|
|
|
|
|
marker_ef98210337f764dfa22c63eeab9735bc.bindPopup(popup_3af0596d2854a8de25be47faf4ba5d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef98210337f764dfa22c63eeab9735bc.setIcon(icon_c54921a45dee9d8233235dd332aea20d);
|
|
|
|
|
|
var marker_78b50952554ef2114545aca776d7a636 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e0ca2b22bcd1279b90477db67d4ab5be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e17506a54ee30a1ffb65d72739e98b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_933c9b6a3dc19e23521632ffa51a0e58 = $(`<div id="html_933c9b6a3dc19e23521632ffa51a0e58" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_8e17506a54ee30a1ffb65d72739e98b2.setContent(html_933c9b6a3dc19e23521632ffa51a0e58);
|
|
|
|
|
|
|
|
marker_78b50952554ef2114545aca776d7a636.bindPopup(popup_8e17506a54ee30a1ffb65d72739e98b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78b50952554ef2114545aca776d7a636.setIcon(icon_e0ca2b22bcd1279b90477db67d4ab5be);
|
|
|
|
|
|
var marker_9e8323e3ec67299d84a36581127fc34b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7044fa6d6ed4149427b91951dfa40ebe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c03a71ec13952dfad16ba21e3fea7e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aadb09d894d89ed759d45a34062d7c16 = $(`<div id="html_aadb09d894d89ed759d45a34062d7c16" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_4c03a71ec13952dfad16ba21e3fea7e5.setContent(html_aadb09d894d89ed759d45a34062d7c16);
|
|
|
|
|
|
|
|
marker_9e8323e3ec67299d84a36581127fc34b.bindPopup(popup_4c03a71ec13952dfad16ba21e3fea7e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e8323e3ec67299d84a36581127fc34b.setIcon(icon_7044fa6d6ed4149427b91951dfa40ebe);
|
|
|
|
|
|
var marker_7ba728eef01621cae3d1094d6052848c = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7b2ea5093ee6ad123220fe9fe3935887 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83182806c33d993ef48f22cec5fe0c11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e415aee610394f1379ff7255cec1b61b = $(`<div id="html_e415aee610394f1379ff7255cec1b61b" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_83182806c33d993ef48f22cec5fe0c11.setContent(html_e415aee610394f1379ff7255cec1b61b);
|
|
|
|
|
|
|
|
marker_7ba728eef01621cae3d1094d6052848c.bindPopup(popup_83182806c33d993ef48f22cec5fe0c11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ba728eef01621cae3d1094d6052848c.setIcon(icon_7b2ea5093ee6ad123220fe9fe3935887);
|
|
|
|
|
|
var marker_535b6fee949001bc8d5e66a4a585c929 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_597a08fd9371fc3c8d3b4953105d5f71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4499c96b2e42e96bc34b967397a935b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d91bf77916da69c4dc6a43faa4878a6e = $(`<div id="html_d91bf77916da69c4dc6a43faa4878a6e" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_a4499c96b2e42e96bc34b967397a935b.setContent(html_d91bf77916da69c4dc6a43faa4878a6e);
|
|
|
|
|
|
|
|
marker_535b6fee949001bc8d5e66a4a585c929.bindPopup(popup_a4499c96b2e42e96bc34b967397a935b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_535b6fee949001bc8d5e66a4a585c929.setIcon(icon_597a08fd9371fc3c8d3b4953105d5f71);
|
|
|
|
|
|
var marker_36555a7dabfc2659a6edfbfe078eab4a = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_5db07c601f065a1f853bb7859c8162cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bdb51b81197317c71e31c5fbd6cd2f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edae85b1641402b41d5dde80e03afc68 = $(`<div id="html_edae85b1641402b41d5dde80e03afc68" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_5bdb51b81197317c71e31c5fbd6cd2f0.setContent(html_edae85b1641402b41d5dde80e03afc68);
|
|
|
|
|
|
|
|
marker_36555a7dabfc2659a6edfbfe078eab4a.bindPopup(popup_5bdb51b81197317c71e31c5fbd6cd2f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36555a7dabfc2659a6edfbfe078eab4a.setIcon(icon_5db07c601f065a1f853bb7859c8162cc);
|
|
|
|
|
|
var marker_401c7c6188c7240c7352c362cee65e48 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d9bc2d464d8e78cdcd3265867542b95c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bac77ffb90f2787f9ffee7303a5cdc54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f6e723b284f33e02621875d65b57021 = $(`<div id="html_0f6e723b284f33e02621875d65b57021" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_bac77ffb90f2787f9ffee7303a5cdc54.setContent(html_0f6e723b284f33e02621875d65b57021);
|
|
|
|
|
|
|
|
marker_401c7c6188c7240c7352c362cee65e48.bindPopup(popup_bac77ffb90f2787f9ffee7303a5cdc54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_401c7c6188c7240c7352c362cee65e48.setIcon(icon_d9bc2d464d8e78cdcd3265867542b95c);
|
|
|
|
|
|
var marker_b8d5e96ff18817f7401659c6f62dbe11 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ec9d4d063150d3d5e753f133cde11ef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_156fac92020bed6693d914cf25b64404 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b38ddcd7c8cda4fed96d4f5f298f976f = $(`<div id="html_b38ddcd7c8cda4fed96d4f5f298f976f" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_156fac92020bed6693d914cf25b64404.setContent(html_b38ddcd7c8cda4fed96d4f5f298f976f);
|
|
|
|
|
|
|
|
marker_b8d5e96ff18817f7401659c6f62dbe11.bindPopup(popup_156fac92020bed6693d914cf25b64404)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8d5e96ff18817f7401659c6f62dbe11.setIcon(icon_ec9d4d063150d3d5e753f133cde11ef9);
|
|
|
|
|
|
var marker_4dc4c5bfb8b9be937f2c54ddbe10fde4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_62cef22e12c3788de9523dbb97ec3fc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc0b3c429251d4796fef181488138e0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d6e746c617d381e4b1fc3dede65b222 = $(`<div id="html_7d6e746c617d381e4b1fc3dede65b222" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_dc0b3c429251d4796fef181488138e0e.setContent(html_7d6e746c617d381e4b1fc3dede65b222);
|
|
|
|
|
|
|
|
marker_4dc4c5bfb8b9be937f2c54ddbe10fde4.bindPopup(popup_dc0b3c429251d4796fef181488138e0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dc4c5bfb8b9be937f2c54ddbe10fde4.setIcon(icon_62cef22e12c3788de9523dbb97ec3fc3);
|
|
|
|
|
|
var marker_74e768ca3fb00ea26a8bb27b0ada0150 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_122c07d1b77ffa0ba6e7606aab2d53cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a04d8c7cd4917dbb8cfcf9a65e29614e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dc9e56724349e9a826c583a737d55a3 = $(`<div id="html_9dc9e56724349e9a826c583a737d55a3" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_a04d8c7cd4917dbb8cfcf9a65e29614e.setContent(html_9dc9e56724349e9a826c583a737d55a3);
|
|
|
|
|
|
|
|
marker_74e768ca3fb00ea26a8bb27b0ada0150.bindPopup(popup_a04d8c7cd4917dbb8cfcf9a65e29614e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74e768ca3fb00ea26a8bb27b0ada0150.setIcon(icon_122c07d1b77ffa0ba6e7606aab2d53cd);
|
|
|
|
|
|
var marker_2b9b6dc3e160c7604afdc7e51b3ab14d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_afc115402e9d2d6e48c6f67c98e11883 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81ca17fb2f64dd73409f59630a39b0ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3368b424b56d81f614b53c333623bec6 = $(`<div id="html_3368b424b56d81f614b53c333623bec6" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_81ca17fb2f64dd73409f59630a39b0ee.setContent(html_3368b424b56d81f614b53c333623bec6);
|
|
|
|
|
|
|
|
marker_2b9b6dc3e160c7604afdc7e51b3ab14d.bindPopup(popup_81ca17fb2f64dd73409f59630a39b0ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b9b6dc3e160c7604afdc7e51b3ab14d.setIcon(icon_afc115402e9d2d6e48c6f67c98e11883);
|
|
|
|
|
|
var marker_d0b3e0c9a5fd26f0bec2ac59e9120e2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ff9f73e91998cdc776e2b52fe5d06e17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cce9e1325d0b8039c854cf5de181752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db7ef72e3ca8572b857ff12df804e7c9 = $(`<div id="html_db7ef72e3ca8572b857ff12df804e7c9" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_8cce9e1325d0b8039c854cf5de181752.setContent(html_db7ef72e3ca8572b857ff12df804e7c9);
|
|
|
|
|
|
|
|
marker_d0b3e0c9a5fd26f0bec2ac59e9120e2a.bindPopup(popup_8cce9e1325d0b8039c854cf5de181752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0b3e0c9a5fd26f0bec2ac59e9120e2a.setIcon(icon_ff9f73e91998cdc776e2b52fe5d06e17);
|
|
|
|
|
|
var marker_90316eff871ae9278a8fc757d0678022 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_202801d5b39b5d255d2d3f18d2949192 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a8d995678d7ac6e50f8cdddf4010692 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9539c497365d4c7b9b8d13d51bb77235 = $(`<div id="html_9539c497365d4c7b9b8d13d51bb77235" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_0a8d995678d7ac6e50f8cdddf4010692.setContent(html_9539c497365d4c7b9b8d13d51bb77235);
|
|
|
|
|
|
|
|
marker_90316eff871ae9278a8fc757d0678022.bindPopup(popup_0a8d995678d7ac6e50f8cdddf4010692)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90316eff871ae9278a8fc757d0678022.setIcon(icon_202801d5b39b5d255d2d3f18d2949192);
|
|
|
|
|
|
var marker_5720433d6cae346926a9b0a83f7d4ce8 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_9383432e5ea9bf34455dc58463f79c36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_723b661d155c3ec6b98a7c9bbb74e096 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ec436895243a47c550290cfd81706e0 = $(`<div id="html_2ec436895243a47c550290cfd81706e0" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_723b661d155c3ec6b98a7c9bbb74e096.setContent(html_2ec436895243a47c550290cfd81706e0);
|
|
|
|
|
|
|
|
marker_5720433d6cae346926a9b0a83f7d4ce8.bindPopup(popup_723b661d155c3ec6b98a7c9bbb74e096)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5720433d6cae346926a9b0a83f7d4ce8.setIcon(icon_9383432e5ea9bf34455dc58463f79c36);
|
|
|
|
|
|
var marker_015ca0d90ecb75e14b695b361cfc191c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_23d10bbb93525a1187f5d87859e9ab5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42bb28c4417181cd54e3ef274204a9d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3027bd686f3a8741cf8d1eb0aee485db = $(`<div id="html_3027bd686f3a8741cf8d1eb0aee485db" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_42bb28c4417181cd54e3ef274204a9d0.setContent(html_3027bd686f3a8741cf8d1eb0aee485db);
|
|
|
|
|
|
|
|
marker_015ca0d90ecb75e14b695b361cfc191c.bindPopup(popup_42bb28c4417181cd54e3ef274204a9d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_015ca0d90ecb75e14b695b361cfc191c.setIcon(icon_23d10bbb93525a1187f5d87859e9ab5f);
|
|
|
|
|
|
var marker_4fb8c18e35bc9888a7dd78c3e842a31e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_db690192918787904621f0666738695a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4a28bf4f813a8907fb082a8fabfbdd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed5b224754c12edd677c8202d248357b = $(`<div id="html_ed5b224754c12edd677c8202d248357b" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_a4a28bf4f813a8907fb082a8fabfbdd8.setContent(html_ed5b224754c12edd677c8202d248357b);
|
|
|
|
|
|
|
|
marker_4fb8c18e35bc9888a7dd78c3e842a31e.bindPopup(popup_a4a28bf4f813a8907fb082a8fabfbdd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fb8c18e35bc9888a7dd78c3e842a31e.setIcon(icon_db690192918787904621f0666738695a);
|
|
|
|
|
|
var marker_4d337ca66397a84cd1c7ad53bc9485ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_fd5af5060385985f894489476d86ab68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18950d3300f84db5a643d1147dc7e619 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e45b128e8c8ad5932d66ccffc108b0ff = $(`<div id="html_e45b128e8c8ad5932d66ccffc108b0ff" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_18950d3300f84db5a643d1147dc7e619.setContent(html_e45b128e8c8ad5932d66ccffc108b0ff);
|
|
|
|
|
|
|
|
marker_4d337ca66397a84cd1c7ad53bc9485ac.bindPopup(popup_18950d3300f84db5a643d1147dc7e619)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d337ca66397a84cd1c7ad53bc9485ac.setIcon(icon_fd5af5060385985f894489476d86ab68);
|
|
|
|
|
|
var marker_4b8ba29e3e49fd64bef3c9f755925cd7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_08b738bda356e742938d5418d87fca5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_601e261c73af73694f0be7b07211b939 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0df9df14226576271ec13b5cb3872bdd = $(`<div id="html_0df9df14226576271ec13b5cb3872bdd" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_601e261c73af73694f0be7b07211b939.setContent(html_0df9df14226576271ec13b5cb3872bdd);
|
|
|
|
|
|
|
|
marker_4b8ba29e3e49fd64bef3c9f755925cd7.bindPopup(popup_601e261c73af73694f0be7b07211b939)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b8ba29e3e49fd64bef3c9f755925cd7.setIcon(icon_08b738bda356e742938d5418d87fca5d);
|
|
|
|
|
|
var marker_991cca0d74691e56a773e798e0993591 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_afbaff5f03dc2803cfa63bcac61e06cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66c0b02678e0f250583a9aec1faaea2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6463a287303b716df8335ae94ecf63b7 = $(`<div id="html_6463a287303b716df8335ae94ecf63b7" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_66c0b02678e0f250583a9aec1faaea2a.setContent(html_6463a287303b716df8335ae94ecf63b7);
|
|
|
|
|
|
|
|
marker_991cca0d74691e56a773e798e0993591.bindPopup(popup_66c0b02678e0f250583a9aec1faaea2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_991cca0d74691e56a773e798e0993591.setIcon(icon_afbaff5f03dc2803cfa63bcac61e06cc);
|
|
|
|
|
|
var marker_acb83a8e3b47b07153e8d23b81c43ddb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4c41edb4bd705a902deff5a7aa6174d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e29fea45ab492a88a69d1d88912a22e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0ade9c968baf09884cccea89d57dfb5 = $(`<div id="html_c0ade9c968baf09884cccea89d57dfb5" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_e29fea45ab492a88a69d1d88912a22e2.setContent(html_c0ade9c968baf09884cccea89d57dfb5);
|
|
|
|
|
|
|
|
marker_acb83a8e3b47b07153e8d23b81c43ddb.bindPopup(popup_e29fea45ab492a88a69d1d88912a22e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acb83a8e3b47b07153e8d23b81c43ddb.setIcon(icon_4c41edb4bd705a902deff5a7aa6174d1);
|
|
|
|
|
|
var marker_b9407032cb469196554076e25c1bc53d = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_679c417ae0f9c19eea6e09920b14c7b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc07ee3fe96818753382f94c604365c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79a5501ded77a7951b04156006f83881 = $(`<div id="html_79a5501ded77a7951b04156006f83881" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_fdc07ee3fe96818753382f94c604365c.setContent(html_79a5501ded77a7951b04156006f83881);
|
|
|
|
|
|
|
|
marker_b9407032cb469196554076e25c1bc53d.bindPopup(popup_fdc07ee3fe96818753382f94c604365c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9407032cb469196554076e25c1bc53d.setIcon(icon_679c417ae0f9c19eea6e09920b14c7b6);
|
|
|
|
|
|
var marker_44fbc79e4b0159b1d5267a4380779149 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4d4bf8de9a2f3fedf4c31bc586ce602d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab877e39739846fcbc78b081e1d6531e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6abedfc473aa6a7e471d68839f3ece60 = $(`<div id="html_6abedfc473aa6a7e471d68839f3ece60" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_ab877e39739846fcbc78b081e1d6531e.setContent(html_6abedfc473aa6a7e471d68839f3ece60);
|
|
|
|
|
|
|
|
marker_44fbc79e4b0159b1d5267a4380779149.bindPopup(popup_ab877e39739846fcbc78b081e1d6531e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44fbc79e4b0159b1d5267a4380779149.setIcon(icon_4d4bf8de9a2f3fedf4c31bc586ce602d);
|
|
|
|
|
|
var marker_5b01b15dc6b7c8ec9ddb7a38360ddd48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_ec36a6242a73acf97f9156fe6e2c095a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fa371e3522fc32a6be0bd9042c5cbee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4634fc96c739e29b24fa9ab18efc3f8b = $(`<div id="html_4634fc96c739e29b24fa9ab18efc3f8b" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_6fa371e3522fc32a6be0bd9042c5cbee.setContent(html_4634fc96c739e29b24fa9ab18efc3f8b);
|
|
|
|
|
|
|
|
marker_5b01b15dc6b7c8ec9ddb7a38360ddd48.bindPopup(popup_6fa371e3522fc32a6be0bd9042c5cbee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b01b15dc6b7c8ec9ddb7a38360ddd48.setIcon(icon_ec36a6242a73acf97f9156fe6e2c095a);
|
|
|
|
|
|
var marker_3a750c887aafb7902d324410ad0cc900 = L.marker(
|
|
[34.6235, 50.8518],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_24077c2621be53f3418638a7a70bfb61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06dafb8f2b330ebe643d0fa82ee70176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8590e0425eef1680fa3d1b4312290d1 = $(`<div id="html_b8590e0425eef1680fa3d1b4312290d1" style="width: 100.0%; height: 100.0%;">sfri-mhmd.liara.run</div>`)[0];
|
|
popup_06dafb8f2b330ebe643d0fa82ee70176.setContent(html_b8590e0425eef1680fa3d1b4312290d1);
|
|
|
|
|
|
|
|
marker_3a750c887aafb7902d324410ad0cc900.bindPopup(popup_06dafb8f2b330ebe643d0fa82ee70176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a750c887aafb7902d324410ad0cc900.setIcon(icon_24077c2621be53f3418638a7a70bfb61);
|
|
|
|
|
|
var marker_83b08b058f0b75c7ba647eec17abadbe = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_2e9b76483ced4772a81b7dbd58a92da3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78d6668377a0ec2c17d95fbc1e68380 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b31e63e6d05a1f6d8f4a8cc0bec77b73 = $(`<div id="html_b31e63e6d05a1f6d8f4a8cc0bec77b73" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_f78d6668377a0ec2c17d95fbc1e68380.setContent(html_b31e63e6d05a1f6d8f4a8cc0bec77b73);
|
|
|
|
|
|
|
|
marker_83b08b058f0b75c7ba647eec17abadbe.bindPopup(popup_f78d6668377a0ec2c17d95fbc1e68380)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83b08b058f0b75c7ba647eec17abadbe.setIcon(icon_2e9b76483ced4772a81b7dbd58a92da3);
|
|
|
|
|
|
var marker_bf204587b54379a3bce4440a1389c1d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3394d5d1925b3ba303bcf4ac0fbb6604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cf196e91bb4267b068f91b75b3a3065 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78a50fcb4a07343d3e3fdab944e77eed = $(`<div id="html_78a50fcb4a07343d3e3fdab944e77eed" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_9cf196e91bb4267b068f91b75b3a3065.setContent(html_78a50fcb4a07343d3e3fdab944e77eed);
|
|
|
|
|
|
|
|
marker_bf204587b54379a3bce4440a1389c1d8.bindPopup(popup_9cf196e91bb4267b068f91b75b3a3065)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf204587b54379a3bce4440a1389c1d8.setIcon(icon_3394d5d1925b3ba303bcf4ac0fbb6604);
|
|
|
|
|
|
var marker_ed624b0943b977f603271d6e4764d027 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_271a8071fbe200f1d45cdd4424187986 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aee86beba1f9843374b5293bb3c5d67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f98178f41ccaa59f4b170317bb8ccf5e = $(`<div id="html_f98178f41ccaa59f4b170317bb8ccf5e" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_9aee86beba1f9843374b5293bb3c5d67.setContent(html_f98178f41ccaa59f4b170317bb8ccf5e);
|
|
|
|
|
|
|
|
marker_ed624b0943b977f603271d6e4764d027.bindPopup(popup_9aee86beba1f9843374b5293bb3c5d67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed624b0943b977f603271d6e4764d027.setIcon(icon_271a8071fbe200f1d45cdd4424187986);
|
|
|
|
|
|
var marker_5827fa0f4b9f5520eb0a205a247cb4a4 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4aeb07a2a7979a9be417bb75fd8e1d71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1a01dd135baa2b1cee53491c5d7a24c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ac4d2fbfb1b49a0a838cb942f1727d3 = $(`<div id="html_2ac4d2fbfb1b49a0a838cb942f1727d3" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_a1a01dd135baa2b1cee53491c5d7a24c.setContent(html_2ac4d2fbfb1b49a0a838cb942f1727d3);
|
|
|
|
|
|
|
|
marker_5827fa0f4b9f5520eb0a205a247cb4a4.bindPopup(popup_a1a01dd135baa2b1cee53491c5d7a24c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5827fa0f4b9f5520eb0a205a247cb4a4.setIcon(icon_4aeb07a2a7979a9be417bb75fd8e1d71);
|
|
|
|
|
|
var marker_d854c66aff7be9d57d30420ea85c32d1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_e7e2434321b5d1f8abe50efb9e0ec80e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a9485fc2e0dfc462b37c19fa1e5f60d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f389dc77eee071d6b2d082453858de57 = $(`<div id="html_f389dc77eee071d6b2d082453858de57" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_3a9485fc2e0dfc462b37c19fa1e5f60d.setContent(html_f389dc77eee071d6b2d082453858de57);
|
|
|
|
|
|
|
|
marker_d854c66aff7be9d57d30420ea85c32d1.bindPopup(popup_3a9485fc2e0dfc462b37c19fa1e5f60d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d854c66aff7be9d57d30420ea85c32d1.setIcon(icon_e7e2434321b5d1f8abe50efb9e0ec80e);
|
|
|
|
|
|
var marker_df0bb2a423864f2db1475054d872b5be = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_06e607d4f7bdefb7b3d978a4bcbc43a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e507b64f00942f57c037034abd5814de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1763a201d2ba1728a17d3929c6f318c = $(`<div id="html_b1763a201d2ba1728a17d3929c6f318c" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_e507b64f00942f57c037034abd5814de.setContent(html_b1763a201d2ba1728a17d3929c6f318c);
|
|
|
|
|
|
|
|
marker_df0bb2a423864f2db1475054d872b5be.bindPopup(popup_e507b64f00942f57c037034abd5814de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df0bb2a423864f2db1475054d872b5be.setIcon(icon_06e607d4f7bdefb7b3d978a4bcbc43a5);
|
|
|
|
|
|
var marker_e5963757c5bae695e6f80b463017206b = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4bc921ab3a61af869df7d3a5c171ab5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_149e4adbd268ca07a7c6ba246eecd6f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1069ee8423959d57bf89ba1bf972710 = $(`<div id="html_b1069ee8423959d57bf89ba1bf972710" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_149e4adbd268ca07a7c6ba246eecd6f0.setContent(html_b1069ee8423959d57bf89ba1bf972710);
|
|
|
|
|
|
|
|
marker_e5963757c5bae695e6f80b463017206b.bindPopup(popup_149e4adbd268ca07a7c6ba246eecd6f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5963757c5bae695e6f80b463017206b.setIcon(icon_4bc921ab3a61af869df7d3a5c171ab5b);
|
|
|
|
|
|
var marker_ce593f2cc9c6f05495de1d6298057308 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_558fe3637e3dce359044692e46face43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6c7de730ba105b81686c9c8ee923840 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11c2dc75c413f8e3f30a59ea7a4dc4e6 = $(`<div id="html_11c2dc75c413f8e3f30a59ea7a4dc4e6" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_e6c7de730ba105b81686c9c8ee923840.setContent(html_11c2dc75c413f8e3f30a59ea7a4dc4e6);
|
|
|
|
|
|
|
|
marker_ce593f2cc9c6f05495de1d6298057308.bindPopup(popup_e6c7de730ba105b81686c9c8ee923840)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce593f2cc9c6f05495de1d6298057308.setIcon(icon_558fe3637e3dce359044692e46face43);
|
|
|
|
|
|
var marker_2d2066e002e7af8e6de89b381e6c3698 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_d0a862eea352861589d2f3375e32b94c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a560126853dde25d6414f85b39efe60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_597e9c19cd81dd2167746bdec7d26768 = $(`<div id="html_597e9c19cd81dd2167746bdec7d26768" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_6a560126853dde25d6414f85b39efe60.setContent(html_597e9c19cd81dd2167746bdec7d26768);
|
|
|
|
|
|
|
|
marker_2d2066e002e7af8e6de89b381e6c3698.bindPopup(popup_6a560126853dde25d6414f85b39efe60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d2066e002e7af8e6de89b381e6c3698.setIcon(icon_d0a862eea352861589d2f3375e32b94c);
|
|
|
|
|
|
var marker_d799ea475520e0dfb7f48efa9c6ec4f8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_91bf32b4f6a06a16406f7878ea1e35dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9b12298719522544047f517795a4970 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9816400e50c46567b7b5782fb8908f96 = $(`<div id="html_9816400e50c46567b7b5782fb8908f96" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_e9b12298719522544047f517795a4970.setContent(html_9816400e50c46567b7b5782fb8908f96);
|
|
|
|
|
|
|
|
marker_d799ea475520e0dfb7f48efa9c6ec4f8.bindPopup(popup_e9b12298719522544047f517795a4970)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d799ea475520e0dfb7f48efa9c6ec4f8.setIcon(icon_91bf32b4f6a06a16406f7878ea1e35dc);
|
|
|
|
|
|
var marker_568485c13dc57ef2950e70d364aa9556 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_59eebb5375163101a97b6c065935e1ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f901f39923fb211007b3a642bad71101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4433f8acc1009febe819e063e06e07f6 = $(`<div id="html_4433f8acc1009febe819e063e06e07f6" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_f901f39923fb211007b3a642bad71101.setContent(html_4433f8acc1009febe819e063e06e07f6);
|
|
|
|
|
|
|
|
marker_568485c13dc57ef2950e70d364aa9556.bindPopup(popup_f901f39923fb211007b3a642bad71101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_568485c13dc57ef2950e70d364aa9556.setIcon(icon_59eebb5375163101a97b6c065935e1ac);
|
|
|
|
|
|
var marker_7ddcfc96d1c1d8c9b1216c8935753468 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_3d2d5f174fa386a85343a29bd0be0a4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24f00a6e80ed31e31be4729b10bd1c18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c57af255ca1a5ffd7f33cda58af6cf = $(`<div id="html_41c57af255ca1a5ffd7f33cda58af6cf" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_24f00a6e80ed31e31be4729b10bd1c18.setContent(html_41c57af255ca1a5ffd7f33cda58af6cf);
|
|
|
|
|
|
|
|
marker_7ddcfc96d1c1d8c9b1216c8935753468.bindPopup(popup_24f00a6e80ed31e31be4729b10bd1c18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ddcfc96d1c1d8c9b1216c8935753468.setIcon(icon_3d2d5f174fa386a85343a29bd0be0a4f);
|
|
|
|
|
|
var marker_bc45c80d1d5dfa65a5d83804ff876a75 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_7fa1a495a1bfa4bcb07a93d07da44393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8aeeee98137f5946d2921b9ca87b1359 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b80151db5d5c3d07509f73efdc056cae = $(`<div id="html_b80151db5d5c3d07509f73efdc056cae" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_8aeeee98137f5946d2921b9ca87b1359.setContent(html_b80151db5d5c3d07509f73efdc056cae);
|
|
|
|
|
|
|
|
marker_bc45c80d1d5dfa65a5d83804ff876a75.bindPopup(popup_8aeeee98137f5946d2921b9ca87b1359)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc45c80d1d5dfa65a5d83804ff876a75.setIcon(icon_7fa1a495a1bfa4bcb07a93d07da44393);
|
|
|
|
|
|
var marker_c780edcb70ebf2f2f2a59c144dfcb959 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_4f86ddfe75b8542ae143a47d6a1d98a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a494eadfdeed4be930bd6c84080ea6f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31fb546a4ec3d10310e84c44d183a202 = $(`<div id="html_31fb546a4ec3d10310e84c44d183a202" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_a494eadfdeed4be930bd6c84080ea6f6.setContent(html_31fb546a4ec3d10310e84c44d183a202);
|
|
|
|
|
|
|
|
marker_c780edcb70ebf2f2f2a59c144dfcb959.bindPopup(popup_a494eadfdeed4be930bd6c84080ea6f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c780edcb70ebf2f2f2a59c144dfcb959.setIcon(icon_4f86ddfe75b8542ae143a47d6a1d98a5);
|
|
|
|
|
|
var marker_bbdfed9067837c666ac526e0e9ced231 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_f8a5da34cd6b735442098c3ee5fe54fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fe8efaba1f30060f217769f6632abd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88b1aede03056b74bd72791cf3e52ed7 = $(`<div id="html_88b1aede03056b74bd72791cf3e52ed7" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_8fe8efaba1f30060f217769f6632abd6.setContent(html_88b1aede03056b74bd72791cf3e52ed7);
|
|
|
|
|
|
|
|
marker_bbdfed9067837c666ac526e0e9ced231.bindPopup(popup_8fe8efaba1f30060f217769f6632abd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbdfed9067837c666ac526e0e9ced231.setIcon(icon_f8a5da34cd6b735442098c3ee5fe54fc);
|
|
|
|
|
|
var marker_7987a4e2789abeeeaaf4e6768dfaaf1b = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e);
|
|
|
|
|
|
var icon_b2c6ab3b22a95b91f82efd5fea32eb5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eea743a2038c8a7283ee3fb1a6e81349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_996d2f0af603fd6d2bbeecbfa8154787 = $(`<div id="html_996d2f0af603fd6d2bbeecbfa8154787" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_eea743a2038c8a7283ee3fb1a6e81349.setContent(html_996d2f0af603fd6d2bbeecbfa8154787);
|
|
|
|
|
|
|
|
marker_7987a4e2789abeeeaaf4e6768dfaaf1b.bindPopup(popup_eea743a2038c8a7283ee3fb1a6e81349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7987a4e2789abeeeaaf4e6768dfaaf1b.setIcon(icon_b2c6ab3b22a95b91f82efd5fea32eb5c);
|
|
|
|
|
|
marker_cluster_46eb8ae2d2ddc6a9ac4d348eaf28654e.addTo(map_25b18c6b9640afe19e34a9af235eccd2);
|
|
|
|
</script>
|
|
</html> |