mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 04:25:19 +00:00
11209 lines
326 KiB
HTML
11209 lines
326 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_391b6d4e60b4d15314ab298acafc6a64 {
|
|
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_391b6d4e60b4d15314ab298acafc6a64" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_391b6d4e60b4d15314ab298acafc6a64 = L.map(
|
|
"map_391b6d4e60b4d15314ab298acafc6a64",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_8971a60c3f2f3b4e6f75e93b7c510d1d = 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_8971a60c3f2f3b4e6f75e93b7c510d1d.addTo(map_391b6d4e60b4d15314ab298acafc6a64);
|
|
|
|
|
|
var marker_cluster_97f04a77098d0fdbbd582f07d9eef638 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_53d7babcf045a07a5823d2be270cb2a5 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ed39ae2ea5fcc7ca2d1fd51d2d738815 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f84c3e0ea5e4833e997b4382773d628 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3a5bdab0e48838db789852764afc4d0 = $(`<div id="html_b3a5bdab0e48838db789852764afc4d0" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_9f84c3e0ea5e4833e997b4382773d628.setContent(html_b3a5bdab0e48838db789852764afc4d0);
|
|
|
|
|
|
|
|
marker_53d7babcf045a07a5823d2be270cb2a5.bindPopup(popup_9f84c3e0ea5e4833e997b4382773d628)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53d7babcf045a07a5823d2be270cb2a5.setIcon(icon_ed39ae2ea5fcc7ca2d1fd51d2d738815);
|
|
|
|
|
|
var marker_0e599e016fe4b69c9d3eea7e1f1bd94f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_0abd6886efea1860039836cde5e1e0b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c601ce1dbc48c7795ad36b2766f4b6bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2488337c61526454f8046966b77f6496 = $(`<div id="html_2488337c61526454f8046966b77f6496" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_c601ce1dbc48c7795ad36b2766f4b6bb.setContent(html_2488337c61526454f8046966b77f6496);
|
|
|
|
|
|
|
|
marker_0e599e016fe4b69c9d3eea7e1f1bd94f.bindPopup(popup_c601ce1dbc48c7795ad36b2766f4b6bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e599e016fe4b69c9d3eea7e1f1bd94f.setIcon(icon_0abd6886efea1860039836cde5e1e0b4);
|
|
|
|
|
|
var marker_ae8ffca649fee643ee399e172523d111 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6c6ef6942125b23a658b4ee3f4da3348 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_656cf59e91820ef30ba9bd6ac05c3013 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_141f3ec8bfa1ca0d7e381324d7419c42 = $(`<div id="html_141f3ec8bfa1ca0d7e381324d7419c42" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_656cf59e91820ef30ba9bd6ac05c3013.setContent(html_141f3ec8bfa1ca0d7e381324d7419c42);
|
|
|
|
|
|
|
|
marker_ae8ffca649fee643ee399e172523d111.bindPopup(popup_656cf59e91820ef30ba9bd6ac05c3013)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae8ffca649fee643ee399e172523d111.setIcon(icon_6c6ef6942125b23a658b4ee3f4da3348);
|
|
|
|
|
|
var marker_4b376fa44b3c72a37d4604cd4007e59c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_fcfd86c60e3f2ebf0f4ce8a4a262cc05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6544289f48d2712233006655c4c071ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6a4cbf7e3cd5f35c2a0e94613800bab = $(`<div id="html_a6a4cbf7e3cd5f35c2a0e94613800bab" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_6544289f48d2712233006655c4c071ae.setContent(html_a6a4cbf7e3cd5f35c2a0e94613800bab);
|
|
|
|
|
|
|
|
marker_4b376fa44b3c72a37d4604cd4007e59c.bindPopup(popup_6544289f48d2712233006655c4c071ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b376fa44b3c72a37d4604cd4007e59c.setIcon(icon_fcfd86c60e3f2ebf0f4ce8a4a262cc05);
|
|
|
|
|
|
var marker_edb0fa23059c2a8f4c6090bfdc3b8552 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_638791fb3b1b48fc417e6f29018f0f88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_733cfe2a342a84f0d2bb74d0ff509334 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d5593cb759f1c5f250cae0a4815c591 = $(`<div id="html_2d5593cb759f1c5f250cae0a4815c591" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_733cfe2a342a84f0d2bb74d0ff509334.setContent(html_2d5593cb759f1c5f250cae0a4815c591);
|
|
|
|
|
|
|
|
marker_edb0fa23059c2a8f4c6090bfdc3b8552.bindPopup(popup_733cfe2a342a84f0d2bb74d0ff509334)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edb0fa23059c2a8f4c6090bfdc3b8552.setIcon(icon_638791fb3b1b48fc417e6f29018f0f88);
|
|
|
|
|
|
var marker_56636fb22e295bd0b8e85882072a4bb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9e2fee7fa22d41bf6d88380749270055 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4e5500124a5389c5bedb2fac894698e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f67b422a2f39ba72ede1db29b6320a4 = $(`<div id="html_6f67b422a2f39ba72ede1db29b6320a4" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_a4e5500124a5389c5bedb2fac894698e.setContent(html_6f67b422a2f39ba72ede1db29b6320a4);
|
|
|
|
|
|
|
|
marker_56636fb22e295bd0b8e85882072a4bb0.bindPopup(popup_a4e5500124a5389c5bedb2fac894698e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56636fb22e295bd0b8e85882072a4bb0.setIcon(icon_9e2fee7fa22d41bf6d88380749270055);
|
|
|
|
|
|
var marker_789184a9c4d2041e7f9d43ee74d0d6a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6682da3f53d851d38646bc7d95d94f40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_232304ec1ebf1a8f25c79070157bb0f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f731b565633fece675ee16c498ab5a21 = $(`<div id="html_f731b565633fece675ee16c498ab5a21" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_232304ec1ebf1a8f25c79070157bb0f0.setContent(html_f731b565633fece675ee16c498ab5a21);
|
|
|
|
|
|
|
|
marker_789184a9c4d2041e7f9d43ee74d0d6a9.bindPopup(popup_232304ec1ebf1a8f25c79070157bb0f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_789184a9c4d2041e7f9d43ee74d0d6a9.setIcon(icon_6682da3f53d851d38646bc7d95d94f40);
|
|
|
|
|
|
var marker_214653be63935e8fedddc856bdd1b7c4 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_376915607812ddbfd59de1442f1fbc98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e406bcf1a3e08c646b13490a7d6fcb82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c99c96dbc106be564788b7d881e019bc = $(`<div id="html_c99c96dbc106be564788b7d881e019bc" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_e406bcf1a3e08c646b13490a7d6fcb82.setContent(html_c99c96dbc106be564788b7d881e019bc);
|
|
|
|
|
|
|
|
marker_214653be63935e8fedddc856bdd1b7c4.bindPopup(popup_e406bcf1a3e08c646b13490a7d6fcb82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_214653be63935e8fedddc856bdd1b7c4.setIcon(icon_376915607812ddbfd59de1442f1fbc98);
|
|
|
|
|
|
var marker_20d5098af131fd279c540f9d3a8b2e0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_20a7bca968e833b9de2bb4ef29194d24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d73c2ad9f8b84ee8f1c7c46cc1b6b82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d136dabbe4a199be913b1a09817d486 = $(`<div id="html_3d136dabbe4a199be913b1a09817d486" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_8d73c2ad9f8b84ee8f1c7c46cc1b6b82.setContent(html_3d136dabbe4a199be913b1a09817d486);
|
|
|
|
|
|
|
|
marker_20d5098af131fd279c540f9d3a8b2e0e.bindPopup(popup_8d73c2ad9f8b84ee8f1c7c46cc1b6b82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20d5098af131fd279c540f9d3a8b2e0e.setIcon(icon_20a7bca968e833b9de2bb4ef29194d24);
|
|
|
|
|
|
var marker_55626f835516ef46b643ae3d6628a264 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_950aeb777afaf85eb075ce5198b70aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de7b35698e73e4ca39c74775a23e41a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ea4b0e36d1bf7a508bc45cee0e08ab3 = $(`<div id="html_1ea4b0e36d1bf7a508bc45cee0e08ab3" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_de7b35698e73e4ca39c74775a23e41a1.setContent(html_1ea4b0e36d1bf7a508bc45cee0e08ab3);
|
|
|
|
|
|
|
|
marker_55626f835516ef46b643ae3d6628a264.bindPopup(popup_de7b35698e73e4ca39c74775a23e41a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55626f835516ef46b643ae3d6628a264.setIcon(icon_950aeb777afaf85eb075ce5198b70aee);
|
|
|
|
|
|
var marker_36f1656b99146e1f73973170d130a269 = L.marker(
|
|
[40.2662, 44.6393],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9ebb16566e60ac72d444543cd59c9409 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26cd510cc1f828917c059ad0bf61db8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e083d7ef50c2d8ec3aad3af27886481a = $(`<div id="html_e083d7ef50c2d8ec3aad3af27886481a" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_26cd510cc1f828917c059ad0bf61db8f.setContent(html_e083d7ef50c2d8ec3aad3af27886481a);
|
|
|
|
|
|
|
|
marker_36f1656b99146e1f73973170d130a269.bindPopup(popup_26cd510cc1f828917c059ad0bf61db8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36f1656b99146e1f73973170d130a269.setIcon(icon_9ebb16566e60ac72d444543cd59c9409);
|
|
|
|
|
|
var marker_832c39c0e88113715150feb2f7dbb40a = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a46e496fb2218fe51dee2032783676c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_721d2054a1e42c04d66b71c571eddd26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_451641399f8da737aa3546c099f4122a = $(`<div id="html_451641399f8da737aa3546c099f4122a" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_721d2054a1e42c04d66b71c571eddd26.setContent(html_451641399f8da737aa3546c099f4122a);
|
|
|
|
|
|
|
|
marker_832c39c0e88113715150feb2f7dbb40a.bindPopup(popup_721d2054a1e42c04d66b71c571eddd26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_832c39c0e88113715150feb2f7dbb40a.setIcon(icon_a46e496fb2218fe51dee2032783676c1);
|
|
|
|
|
|
var marker_a4222507bf37eae7a0965e5e6e997306 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6e32e1e310dadb5a0437e93711355597 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_229f3493a753849a23b1eed7d38eb24f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7966a1db19e39ebaf6c10de6de84cb47 = $(`<div id="html_7966a1db19e39ebaf6c10de6de84cb47" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_229f3493a753849a23b1eed7d38eb24f.setContent(html_7966a1db19e39ebaf6c10de6de84cb47);
|
|
|
|
|
|
|
|
marker_a4222507bf37eae7a0965e5e6e997306.bindPopup(popup_229f3493a753849a23b1eed7d38eb24f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4222507bf37eae7a0965e5e6e997306.setIcon(icon_6e32e1e310dadb5a0437e93711355597);
|
|
|
|
|
|
var marker_0a15a0c7c1a61d88f9d6f953cf17502d = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_c0ac34175e0683f3dd40a433fc529412 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fc5a2dba0c7c9428f45f25226b6076b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67385d0aa735b18f5c80c84bbecb5469 = $(`<div id="html_67385d0aa735b18f5c80c84bbecb5469" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_3fc5a2dba0c7c9428f45f25226b6076b.setContent(html_67385d0aa735b18f5c80c84bbecb5469);
|
|
|
|
|
|
|
|
marker_0a15a0c7c1a61d88f9d6f953cf17502d.bindPopup(popup_3fc5a2dba0c7c9428f45f25226b6076b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a15a0c7c1a61d88f9d6f953cf17502d.setIcon(icon_c0ac34175e0683f3dd40a433fc529412);
|
|
|
|
|
|
var marker_46ca12ec41d4f78d85df0a31a31fb9d1 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_eeb46b07bb6c6a098fcb6045e0bc71fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e5209746043b7334b72c1d747db5339 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ed068d542ec031c0a283fa5b1e485fe = $(`<div id="html_9ed068d542ec031c0a283fa5b1e485fe" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_8e5209746043b7334b72c1d747db5339.setContent(html_9ed068d542ec031c0a283fa5b1e485fe);
|
|
|
|
|
|
|
|
marker_46ca12ec41d4f78d85df0a31a31fb9d1.bindPopup(popup_8e5209746043b7334b72c1d747db5339)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46ca12ec41d4f78d85df0a31a31fb9d1.setIcon(icon_eeb46b07bb6c6a098fcb6045e0bc71fc);
|
|
|
|
|
|
var marker_26ad8f2adfb09b1d92a52a81f2c9b1c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7f2a00865d7e28e2d9b706bcfd4aae58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faf6c893766552d5d65c5d867e64584b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d414fc6d9f777a703040aa9a3d7e57b = $(`<div id="html_0d414fc6d9f777a703040aa9a3d7e57b" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_faf6c893766552d5d65c5d867e64584b.setContent(html_0d414fc6d9f777a703040aa9a3d7e57b);
|
|
|
|
|
|
|
|
marker_26ad8f2adfb09b1d92a52a81f2c9b1c5.bindPopup(popup_faf6c893766552d5d65c5d867e64584b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26ad8f2adfb09b1d92a52a81f2c9b1c5.setIcon(icon_7f2a00865d7e28e2d9b706bcfd4aae58);
|
|
|
|
|
|
var marker_77671697497131a8005fef1130d39f26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1c7e3ebaf7f6c8d6b90779451035048e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad6bfc6ba18650a27c11037e6f96c903 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae462fd2571833531dec4660c5118a14 = $(`<div id="html_ae462fd2571833531dec4660c5118a14" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_ad6bfc6ba18650a27c11037e6f96c903.setContent(html_ae462fd2571833531dec4660c5118a14);
|
|
|
|
|
|
|
|
marker_77671697497131a8005fef1130d39f26.bindPopup(popup_ad6bfc6ba18650a27c11037e6f96c903)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77671697497131a8005fef1130d39f26.setIcon(icon_1c7e3ebaf7f6c8d6b90779451035048e);
|
|
|
|
|
|
var marker_90b5ae4bb0a38a55bd94e1252d8ddf9a = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_cf7ef9076e1c578a3c7bf90202e3a51b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52504ce61d5ab5070099844ebd0db3a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9362f6415fba7139f7b538634a834c1a = $(`<div id="html_9362f6415fba7139f7b538634a834c1a" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_52504ce61d5ab5070099844ebd0db3a8.setContent(html_9362f6415fba7139f7b538634a834c1a);
|
|
|
|
|
|
|
|
marker_90b5ae4bb0a38a55bd94e1252d8ddf9a.bindPopup(popup_52504ce61d5ab5070099844ebd0db3a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90b5ae4bb0a38a55bd94e1252d8ddf9a.setIcon(icon_cf7ef9076e1c578a3c7bf90202e3a51b);
|
|
|
|
|
|
var marker_d35e71d7ad1bb1dc664ac71e8cf14ea4 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_095f70a3107d502d58ee03521e3093e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad4e0624a373c97327283c8019cb1d78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e202953abe37123386232a28ed02fab = $(`<div id="html_7e202953abe37123386232a28ed02fab" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_ad4e0624a373c97327283c8019cb1d78.setContent(html_7e202953abe37123386232a28ed02fab);
|
|
|
|
|
|
|
|
marker_d35e71d7ad1bb1dc664ac71e8cf14ea4.bindPopup(popup_ad4e0624a373c97327283c8019cb1d78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d35e71d7ad1bb1dc664ac71e8cf14ea4.setIcon(icon_095f70a3107d502d58ee03521e3093e7);
|
|
|
|
|
|
var marker_2f26bfb4fb382738179f2919379e0451 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_fa8de40ded93374e1b1a3a17a03ee17c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a75cba1ebbdf131d3a4c184d5b672e7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90727c7d0746d06513c2ac1bb0499a4b = $(`<div id="html_90727c7d0746d06513c2ac1bb0499a4b" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_a75cba1ebbdf131d3a4c184d5b672e7d.setContent(html_90727c7d0746d06513c2ac1bb0499a4b);
|
|
|
|
|
|
|
|
marker_2f26bfb4fb382738179f2919379e0451.bindPopup(popup_a75cba1ebbdf131d3a4c184d5b672e7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f26bfb4fb382738179f2919379e0451.setIcon(icon_fa8de40ded93374e1b1a3a17a03ee17c);
|
|
|
|
|
|
var marker_c784144182abf8e743816f73ee1e6d72 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9bbc71b3a60fd663ba15726e96d67bbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62657497c508d10ae1e46e1c434b3437 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29b9345c1e2cc4d403e5698bd8909176 = $(`<div id="html_29b9345c1e2cc4d403e5698bd8909176" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_62657497c508d10ae1e46e1c434b3437.setContent(html_29b9345c1e2cc4d403e5698bd8909176);
|
|
|
|
|
|
|
|
marker_c784144182abf8e743816f73ee1e6d72.bindPopup(popup_62657497c508d10ae1e46e1c434b3437)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c784144182abf8e743816f73ee1e6d72.setIcon(icon_9bbc71b3a60fd663ba15726e96d67bbe);
|
|
|
|
|
|
var marker_778243bcf5209186cbfe119e1d533c54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_47593c17dfb9d85ba42e5db86aed04ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfbeece6981428de41a3647616221e84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725635c237cf4ceaa637af8c6f61d716 = $(`<div id="html_725635c237cf4ceaa637af8c6f61d716" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_bfbeece6981428de41a3647616221e84.setContent(html_725635c237cf4ceaa637af8c6f61d716);
|
|
|
|
|
|
|
|
marker_778243bcf5209186cbfe119e1d533c54.bindPopup(popup_bfbeece6981428de41a3647616221e84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_778243bcf5209186cbfe119e1d533c54.setIcon(icon_47593c17dfb9d85ba42e5db86aed04ea);
|
|
|
|
|
|
var marker_91363e627858b15bcf03967f8e1d541d = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_0f4b6831f2ec82082fbb500c575f8965 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90b68e0c50bbe0512968f847fe2dee5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a1081b235ec1b6c100dad0c492fd0f3 = $(`<div id="html_6a1081b235ec1b6c100dad0c492fd0f3" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_90b68e0c50bbe0512968f847fe2dee5c.setContent(html_6a1081b235ec1b6c100dad0c492fd0f3);
|
|
|
|
|
|
|
|
marker_91363e627858b15bcf03967f8e1d541d.bindPopup(popup_90b68e0c50bbe0512968f847fe2dee5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91363e627858b15bcf03967f8e1d541d.setIcon(icon_0f4b6831f2ec82082fbb500c575f8965);
|
|
|
|
|
|
var marker_3bfbbbde3cb9af7bd08ccf6066f74bb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a7e2474fce9a297bd66e23f3c164e5d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c965da00410848b149400815e1d6538a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4182e750c1de6a08a627a04a5b7d2238 = $(`<div id="html_4182e750c1de6a08a627a04a5b7d2238" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_c965da00410848b149400815e1d6538a.setContent(html_4182e750c1de6a08a627a04a5b7d2238);
|
|
|
|
|
|
|
|
marker_3bfbbbde3cb9af7bd08ccf6066f74bb1.bindPopup(popup_c965da00410848b149400815e1d6538a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bfbbbde3cb9af7bd08ccf6066f74bb1.setIcon(icon_a7e2474fce9a297bd66e23f3c164e5d0);
|
|
|
|
|
|
var marker_a445b218bb43b1b09a00ddf265841c5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7201e1ad5180545b6331861d0ec78dab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d820a77ca7c543d92621db9f1524b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85549bf5b1ca92c869d0e28583c301d4 = $(`<div id="html_85549bf5b1ca92c869d0e28583c301d4" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_7d820a77ca7c543d92621db9f1524b92.setContent(html_85549bf5b1ca92c869d0e28583c301d4);
|
|
|
|
|
|
|
|
marker_a445b218bb43b1b09a00ddf265841c5d.bindPopup(popup_7d820a77ca7c543d92621db9f1524b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a445b218bb43b1b09a00ddf265841c5d.setIcon(icon_7201e1ad5180545b6331861d0ec78dab);
|
|
|
|
|
|
var marker_e1c000805dae0be8c8f6390dd0415950 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1774f41c4228a7bb7e6bd6da59d17c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49b02c0ec1a210c38d72b019fd4646eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b83f57017c86a6a39c8b53cdacb49803 = $(`<div id="html_b83f57017c86a6a39c8b53cdacb49803" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_49b02c0ec1a210c38d72b019fd4646eb.setContent(html_b83f57017c86a6a39c8b53cdacb49803);
|
|
|
|
|
|
|
|
marker_e1c000805dae0be8c8f6390dd0415950.bindPopup(popup_49b02c0ec1a210c38d72b019fd4646eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1c000805dae0be8c8f6390dd0415950.setIcon(icon_1774f41c4228a7bb7e6bd6da59d17c7b);
|
|
|
|
|
|
var marker_382a78b37ad1a89dd3a4dd9bb79b8688 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2fa8290a73b803892cbb9f3f5f352db8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9677bf287a6926129d7f9dc7f594dd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_820d0e672d01fb56159756c3978dd186 = $(`<div id="html_820d0e672d01fb56159756c3978dd186" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_f9677bf287a6926129d7f9dc7f594dd7.setContent(html_820d0e672d01fb56159756c3978dd186);
|
|
|
|
|
|
|
|
marker_382a78b37ad1a89dd3a4dd9bb79b8688.bindPopup(popup_f9677bf287a6926129d7f9dc7f594dd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_382a78b37ad1a89dd3a4dd9bb79b8688.setIcon(icon_2fa8290a73b803892cbb9f3f5f352db8);
|
|
|
|
|
|
var marker_72598e61c7aac680bf4546d101f2bdaf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4026c65be091d8872ea7e78f255c7fc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bdc96fe4efc5da799f93e9a339e8ab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b4c16bfbfa475be042296d517bb6b0c = $(`<div id="html_0b4c16bfbfa475be042296d517bb6b0c" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_4bdc96fe4efc5da799f93e9a339e8ab3.setContent(html_0b4c16bfbfa475be042296d517bb6b0c);
|
|
|
|
|
|
|
|
marker_72598e61c7aac680bf4546d101f2bdaf.bindPopup(popup_4bdc96fe4efc5da799f93e9a339e8ab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72598e61c7aac680bf4546d101f2bdaf.setIcon(icon_4026c65be091d8872ea7e78f255c7fc1);
|
|
|
|
|
|
var marker_7719a3118aca646a511f05f246d81e8a = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b3a112ecb39f30a9598762fc9ce6c880 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8bd7924749f9013ffd9d7c056fc6d2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9676bb7bc308583225701330f276879d = $(`<div id="html_9676bb7bc308583225701330f276879d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_b8bd7924749f9013ffd9d7c056fc6d2e.setContent(html_9676bb7bc308583225701330f276879d);
|
|
|
|
|
|
|
|
marker_7719a3118aca646a511f05f246d81e8a.bindPopup(popup_b8bd7924749f9013ffd9d7c056fc6d2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7719a3118aca646a511f05f246d81e8a.setIcon(icon_b3a112ecb39f30a9598762fc9ce6c880);
|
|
|
|
|
|
var marker_2e99b8343653b05ebbe7706093daf7b1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_575fc5edb45ad9ee5ade80591e2c0b3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50782680fb46870b0e3a4970c2eba277 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8793cdd6700f20007cccdaede0d98f7 = $(`<div id="html_b8793cdd6700f20007cccdaede0d98f7" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_50782680fb46870b0e3a4970c2eba277.setContent(html_b8793cdd6700f20007cccdaede0d98f7);
|
|
|
|
|
|
|
|
marker_2e99b8343653b05ebbe7706093daf7b1.bindPopup(popup_50782680fb46870b0e3a4970c2eba277)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e99b8343653b05ebbe7706093daf7b1.setIcon(icon_575fc5edb45ad9ee5ade80591e2c0b3e);
|
|
|
|
|
|
var marker_2d38b233dad505650ab72bcd6fa762c4 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_070db1238897ca1bca3308af4e45415b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fff2a152f2fb2ae57bf0b8e9b8aae308 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b0f4565be0fb291c98e04605090539 = $(`<div id="html_19b0f4565be0fb291c98e04605090539" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_fff2a152f2fb2ae57bf0b8e9b8aae308.setContent(html_19b0f4565be0fb291c98e04605090539);
|
|
|
|
|
|
|
|
marker_2d38b233dad505650ab72bcd6fa762c4.bindPopup(popup_fff2a152f2fb2ae57bf0b8e9b8aae308)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d38b233dad505650ab72bcd6fa762c4.setIcon(icon_070db1238897ca1bca3308af4e45415b);
|
|
|
|
|
|
var marker_bfa4894627b95157910d6f7cbd805e25 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_16a13c1c74c07e4b941ab8e2a2f6e0fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2a19799ebc26a8c8ba025605d16067d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03b5698cd799120eb140a1dae28b8943 = $(`<div id="html_03b5698cd799120eb140a1dae28b8943" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_c2a19799ebc26a8c8ba025605d16067d.setContent(html_03b5698cd799120eb140a1dae28b8943);
|
|
|
|
|
|
|
|
marker_bfa4894627b95157910d6f7cbd805e25.bindPopup(popup_c2a19799ebc26a8c8ba025605d16067d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa4894627b95157910d6f7cbd805e25.setIcon(icon_16a13c1c74c07e4b941ab8e2a2f6e0fc);
|
|
|
|
|
|
var marker_5ea285cedf2fb1283998d3f66b2de3cc = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2b25bbaeb77218cfc17f1cac9f293551 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6378d4b0f021f5ddee680fa7d2f9a5a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_357a29ede662b1c2ac29b8c67aae9079 = $(`<div id="html_357a29ede662b1c2ac29b8c67aae9079" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_6378d4b0f021f5ddee680fa7d2f9a5a8.setContent(html_357a29ede662b1c2ac29b8c67aae9079);
|
|
|
|
|
|
|
|
marker_5ea285cedf2fb1283998d3f66b2de3cc.bindPopup(popup_6378d4b0f021f5ddee680fa7d2f9a5a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ea285cedf2fb1283998d3f66b2de3cc.setIcon(icon_2b25bbaeb77218cfc17f1cac9f293551);
|
|
|
|
|
|
var marker_6c2c1e635ae9dc6dae98cfca1a3d75d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_387b096c0fbbb41c9933d5179d7060dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_798a71785eeb15418438d65743cd63b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_556143807caa94b974e46a9ba52c474a = $(`<div id="html_556143807caa94b974e46a9ba52c474a" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_798a71785eeb15418438d65743cd63b8.setContent(html_556143807caa94b974e46a9ba52c474a);
|
|
|
|
|
|
|
|
marker_6c2c1e635ae9dc6dae98cfca1a3d75d3.bindPopup(popup_798a71785eeb15418438d65743cd63b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c2c1e635ae9dc6dae98cfca1a3d75d3.setIcon(icon_387b096c0fbbb41c9933d5179d7060dc);
|
|
|
|
|
|
var marker_db66bab065c72a9860ceabf872d34c32 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e8cc2246b41c77e48f317be6efca7767 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e3ca625a0ace6389333f42ed86c3169 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f15fd9a9804fd22b8052a8fca6e95fd = $(`<div id="html_5f15fd9a9804fd22b8052a8fca6e95fd" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_2e3ca625a0ace6389333f42ed86c3169.setContent(html_5f15fd9a9804fd22b8052a8fca6e95fd);
|
|
|
|
|
|
|
|
marker_db66bab065c72a9860ceabf872d34c32.bindPopup(popup_2e3ca625a0ace6389333f42ed86c3169)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db66bab065c72a9860ceabf872d34c32.setIcon(icon_e8cc2246b41c77e48f317be6efca7767);
|
|
|
|
|
|
var marker_a0fea2fa96df64022c03e13f5b2fef6d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b0949aa232664e963c905ddbc6d71623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a7a97373fd20a9a1f7c63a5b16a9a2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_543f94c241f014fadd971b72e8cfd385 = $(`<div id="html_543f94c241f014fadd971b72e8cfd385" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_4a7a97373fd20a9a1f7c63a5b16a9a2b.setContent(html_543f94c241f014fadd971b72e8cfd385);
|
|
|
|
|
|
|
|
marker_a0fea2fa96df64022c03e13f5b2fef6d.bindPopup(popup_4a7a97373fd20a9a1f7c63a5b16a9a2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0fea2fa96df64022c03e13f5b2fef6d.setIcon(icon_b0949aa232664e963c905ddbc6d71623);
|
|
|
|
|
|
var marker_822f75be2c7ab400e3bbe02aaa79cdab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_c0865957bcc7ed3887e56b61c00f849a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aeb937971ab23e38da744aeaf4f0d561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f233483aedd81c99a4b14ad65919e632 = $(`<div id="html_f233483aedd81c99a4b14ad65919e632" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_aeb937971ab23e38da744aeaf4f0d561.setContent(html_f233483aedd81c99a4b14ad65919e632);
|
|
|
|
|
|
|
|
marker_822f75be2c7ab400e3bbe02aaa79cdab.bindPopup(popup_aeb937971ab23e38da744aeaf4f0d561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822f75be2c7ab400e3bbe02aaa79cdab.setIcon(icon_c0865957bcc7ed3887e56b61c00f849a);
|
|
|
|
|
|
var marker_365f34afc7ea1735db74f56d57140301 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ce1ec93285b33c57045813581fab7002 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15a8416f3eca19318b4307a713cf1b16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73c8f7fcd6f705ed96ee6beae633b0c0 = $(`<div id="html_73c8f7fcd6f705ed96ee6beae633b0c0" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_15a8416f3eca19318b4307a713cf1b16.setContent(html_73c8f7fcd6f705ed96ee6beae633b0c0);
|
|
|
|
|
|
|
|
marker_365f34afc7ea1735db74f56d57140301.bindPopup(popup_15a8416f3eca19318b4307a713cf1b16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_365f34afc7ea1735db74f56d57140301.setIcon(icon_ce1ec93285b33c57045813581fab7002);
|
|
|
|
|
|
var marker_c838e23e156c5cd062a71ebfb05bc8ca = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_811e50fe23f73df81534ab16bbb6bc1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5b607ab751d812d68dc85a8906f6538 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94badaaa2bb727b5170984b71e7f7cad = $(`<div id="html_94badaaa2bb727b5170984b71e7f7cad" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_b5b607ab751d812d68dc85a8906f6538.setContent(html_94badaaa2bb727b5170984b71e7f7cad);
|
|
|
|
|
|
|
|
marker_c838e23e156c5cd062a71ebfb05bc8ca.bindPopup(popup_b5b607ab751d812d68dc85a8906f6538)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c838e23e156c5cd062a71ebfb05bc8ca.setIcon(icon_811e50fe23f73df81534ab16bbb6bc1d);
|
|
|
|
|
|
var marker_78aecf3cd729ac7409840fa6b758bc02 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_cfbf5f4e9da5fb9be97f3e6c3d2110ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_540cca0627ba07109479ee08f2c9510c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1382b9a8e1a3a91f08690a59a49fb47 = $(`<div id="html_b1382b9a8e1a3a91f08690a59a49fb47" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_540cca0627ba07109479ee08f2c9510c.setContent(html_b1382b9a8e1a3a91f08690a59a49fb47);
|
|
|
|
|
|
|
|
marker_78aecf3cd729ac7409840fa6b758bc02.bindPopup(popup_540cca0627ba07109479ee08f2c9510c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78aecf3cd729ac7409840fa6b758bc02.setIcon(icon_cfbf5f4e9da5fb9be97f3e6c3d2110ce);
|
|
|
|
|
|
var marker_17596ff49cb7ba1fe0d5eea80d8a8e82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b21cb4afd9ce34b3cbf833f08cc954d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13850fe0467819773696b4afe22ca4a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f8abd33df84c6afd4e0fdd5489fc0f3 = $(`<div id="html_7f8abd33df84c6afd4e0fdd5489fc0f3" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_13850fe0467819773696b4afe22ca4a5.setContent(html_7f8abd33df84c6afd4e0fdd5489fc0f3);
|
|
|
|
|
|
|
|
marker_17596ff49cb7ba1fe0d5eea80d8a8e82.bindPopup(popup_13850fe0467819773696b4afe22ca4a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17596ff49cb7ba1fe0d5eea80d8a8e82.setIcon(icon_b21cb4afd9ce34b3cbf833f08cc954d0);
|
|
|
|
|
|
var marker_f03938d089e642d8f92dc455b08dbbaf = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_dede32000e0c02f46767624d50d42047 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e283612e885e32a05c91c20924664f47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d66ddad0b4a1755c4f2d03fd2e62036 = $(`<div id="html_7d66ddad0b4a1755c4f2d03fd2e62036" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_e283612e885e32a05c91c20924664f47.setContent(html_7d66ddad0b4a1755c4f2d03fd2e62036);
|
|
|
|
|
|
|
|
marker_f03938d089e642d8f92dc455b08dbbaf.bindPopup(popup_e283612e885e32a05c91c20924664f47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f03938d089e642d8f92dc455b08dbbaf.setIcon(icon_dede32000e0c02f46767624d50d42047);
|
|
|
|
|
|
var marker_99feaa7ee652de40cd3af1cae2d61ebd = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4f0779acd93cb79dd0d81e71f3adfc07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd3e45e00d2f843e7b27379664714768 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_797aca13b71497a83c3af1f49ae89200 = $(`<div id="html_797aca13b71497a83c3af1f49ae89200" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_cd3e45e00d2f843e7b27379664714768.setContent(html_797aca13b71497a83c3af1f49ae89200);
|
|
|
|
|
|
|
|
marker_99feaa7ee652de40cd3af1cae2d61ebd.bindPopup(popup_cd3e45e00d2f843e7b27379664714768)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99feaa7ee652de40cd3af1cae2d61ebd.setIcon(icon_4f0779acd93cb79dd0d81e71f3adfc07);
|
|
|
|
|
|
var marker_ab850845d8d1cb88744c3256d24bd882 = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_14c9b008cf0f0b608daf5278cdf0cb43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07c78939d2f675bf855f343635c54e27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9510cea1ca47517a4671d7e74ab5cec5 = $(`<div id="html_9510cea1ca47517a4671d7e74ab5cec5" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_07c78939d2f675bf855f343635c54e27.setContent(html_9510cea1ca47517a4671d7e74ab5cec5);
|
|
|
|
|
|
|
|
marker_ab850845d8d1cb88744c3256d24bd882.bindPopup(popup_07c78939d2f675bf855f343635c54e27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab850845d8d1cb88744c3256d24bd882.setIcon(icon_14c9b008cf0f0b608daf5278cdf0cb43);
|
|
|
|
|
|
var marker_d34c7a38246ff09b1320e4f27404e64c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_45073a4731a98871e0e12f02ab794512 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd9cfc11f1816bb44802a6f932cdab37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af2ad2d6d087c32bec5c5d9b6c4e36d8 = $(`<div id="html_af2ad2d6d087c32bec5c5d9b6c4e36d8" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_fd9cfc11f1816bb44802a6f932cdab37.setContent(html_af2ad2d6d087c32bec5c5d9b6c4e36d8);
|
|
|
|
|
|
|
|
marker_d34c7a38246ff09b1320e4f27404e64c.bindPopup(popup_fd9cfc11f1816bb44802a6f932cdab37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d34c7a38246ff09b1320e4f27404e64c.setIcon(icon_45073a4731a98871e0e12f02ab794512);
|
|
|
|
|
|
var marker_ddd3e50fa6850bb757c7cff72595b171 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_223662149f83abb3f4eb65b7b02148d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abb19c9de7bbe48a14312f9b1eb5a69a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_733fa65738b43f91c9242d35ff375c70 = $(`<div id="html_733fa65738b43f91c9242d35ff375c70" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_abb19c9de7bbe48a14312f9b1eb5a69a.setContent(html_733fa65738b43f91c9242d35ff375c70);
|
|
|
|
|
|
|
|
marker_ddd3e50fa6850bb757c7cff72595b171.bindPopup(popup_abb19c9de7bbe48a14312f9b1eb5a69a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddd3e50fa6850bb757c7cff72595b171.setIcon(icon_223662149f83abb3f4eb65b7b02148d6);
|
|
|
|
|
|
var marker_242bdb693f4f83a20814845e9ee0fa9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_bd3b69a488d4a4198f84bfa1dc35e36f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_526c6a9e98008f18141305f596b63b54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1e19654399aa3caf8fcef69f5e90854 = $(`<div id="html_f1e19654399aa3caf8fcef69f5e90854" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_526c6a9e98008f18141305f596b63b54.setContent(html_f1e19654399aa3caf8fcef69f5e90854);
|
|
|
|
|
|
|
|
marker_242bdb693f4f83a20814845e9ee0fa9d.bindPopup(popup_526c6a9e98008f18141305f596b63b54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_242bdb693f4f83a20814845e9ee0fa9d.setIcon(icon_bd3b69a488d4a4198f84bfa1dc35e36f);
|
|
|
|
|
|
var marker_10756253a0c737b679a68e3c570972cf = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_bd342db8c0e0cd56e34f5985c51102c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80fa4287b329c00aa4a4204ee48158b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7537a4d6c76a39dfaeec89d9cfbb9276 = $(`<div id="html_7537a4d6c76a39dfaeec89d9cfbb9276" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_80fa4287b329c00aa4a4204ee48158b7.setContent(html_7537a4d6c76a39dfaeec89d9cfbb9276);
|
|
|
|
|
|
|
|
marker_10756253a0c737b679a68e3c570972cf.bindPopup(popup_80fa4287b329c00aa4a4204ee48158b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10756253a0c737b679a68e3c570972cf.setIcon(icon_bd342db8c0e0cd56e34f5985c51102c6);
|
|
|
|
|
|
var marker_76b95c348684839095e1f3b1018624b1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_46afe84dd2e4389db60ab8cebefa2bfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31190a3458a83b6afa3e227c05b0eb71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88f9c3bafe5c78466d1e6bc40c986bda = $(`<div id="html_88f9c3bafe5c78466d1e6bc40c986bda" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_31190a3458a83b6afa3e227c05b0eb71.setContent(html_88f9c3bafe5c78466d1e6bc40c986bda);
|
|
|
|
|
|
|
|
marker_76b95c348684839095e1f3b1018624b1.bindPopup(popup_31190a3458a83b6afa3e227c05b0eb71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76b95c348684839095e1f3b1018624b1.setIcon(icon_46afe84dd2e4389db60ab8cebefa2bfb);
|
|
|
|
|
|
var marker_ec160590570c187468ea5b1a7b751820 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_737006c6b163d597a215fbc16c3e70ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bd5a25c8368770841560e38cfbaa38b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb96ed5118aaf34832740e20ffd98fd3 = $(`<div id="html_cb96ed5118aaf34832740e20ffd98fd3" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_8bd5a25c8368770841560e38cfbaa38b.setContent(html_cb96ed5118aaf34832740e20ffd98fd3);
|
|
|
|
|
|
|
|
marker_ec160590570c187468ea5b1a7b751820.bindPopup(popup_8bd5a25c8368770841560e38cfbaa38b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec160590570c187468ea5b1a7b751820.setIcon(icon_737006c6b163d597a215fbc16c3e70ea);
|
|
|
|
|
|
var marker_86c0300d4b7387bb834244e5fbfd5183 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_18ff4fea471bfb3698371e90e6d1794c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aee770956b99f183bbf4eed1a3d22990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_792ef3386e9021aa35afe3f15423e6b5 = $(`<div id="html_792ef3386e9021aa35afe3f15423e6b5" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_aee770956b99f183bbf4eed1a3d22990.setContent(html_792ef3386e9021aa35afe3f15423e6b5);
|
|
|
|
|
|
|
|
marker_86c0300d4b7387bb834244e5fbfd5183.bindPopup(popup_aee770956b99f183bbf4eed1a3d22990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86c0300d4b7387bb834244e5fbfd5183.setIcon(icon_18ff4fea471bfb3698371e90e6d1794c);
|
|
|
|
|
|
var marker_e6bb12c6215b66c4e0a2a69644579071 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6cd25538c65416685a9fb054d230c544 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32e41271abece0e4e34603a9dcf2e403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0e4ad131e8dba2d1bee6d9c9097bbd4 = $(`<div id="html_b0e4ad131e8dba2d1bee6d9c9097bbd4" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_32e41271abece0e4e34603a9dcf2e403.setContent(html_b0e4ad131e8dba2d1bee6d9c9097bbd4);
|
|
|
|
|
|
|
|
marker_e6bb12c6215b66c4e0a2a69644579071.bindPopup(popup_32e41271abece0e4e34603a9dcf2e403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6bb12c6215b66c4e0a2a69644579071.setIcon(icon_6cd25538c65416685a9fb054d230c544);
|
|
|
|
|
|
var marker_2a9e38c1063f0220cad942fca741d5a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_323bf9b72d6872ac4de16c2d2c097b3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7b83037fd1bc7914299c4e272506aab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92fea8e9f80b1120c8a229bf0ce9cf5f = $(`<div id="html_92fea8e9f80b1120c8a229bf0ce9cf5f" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_c7b83037fd1bc7914299c4e272506aab.setContent(html_92fea8e9f80b1120c8a229bf0ce9cf5f);
|
|
|
|
|
|
|
|
marker_2a9e38c1063f0220cad942fca741d5a4.bindPopup(popup_c7b83037fd1bc7914299c4e272506aab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a9e38c1063f0220cad942fca741d5a4.setIcon(icon_323bf9b72d6872ac4de16c2d2c097b3d);
|
|
|
|
|
|
var marker_89ade1fa66e4093dd23b28c9701bfb5a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_cf49282bca7ab0059aa467699dfc5f2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b51cc99a7a7055a6f09bb96479a71818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75dc3167024261ad65baf9a563a94f7e = $(`<div id="html_75dc3167024261ad65baf9a563a94f7e" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_b51cc99a7a7055a6f09bb96479a71818.setContent(html_75dc3167024261ad65baf9a563a94f7e);
|
|
|
|
|
|
|
|
marker_89ade1fa66e4093dd23b28c9701bfb5a.bindPopup(popup_b51cc99a7a7055a6f09bb96479a71818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89ade1fa66e4093dd23b28c9701bfb5a.setIcon(icon_cf49282bca7ab0059aa467699dfc5f2b);
|
|
|
|
|
|
var marker_821826027f91849423a672ddb545af2d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_24c10f7fe07f9911172e64e4ba64fb62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_209604e418204c303a1a789a51848a8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee598d1cf7f57193bd9ec9aad61de7f3 = $(`<div id="html_ee598d1cf7f57193bd9ec9aad61de7f3" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_209604e418204c303a1a789a51848a8b.setContent(html_ee598d1cf7f57193bd9ec9aad61de7f3);
|
|
|
|
|
|
|
|
marker_821826027f91849423a672ddb545af2d.bindPopup(popup_209604e418204c303a1a789a51848a8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_821826027f91849423a672ddb545af2d.setIcon(icon_24c10f7fe07f9911172e64e4ba64fb62);
|
|
|
|
|
|
var marker_1059a604e80804acd7ac61331bc0ab76 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_74cf1a3eedb8dc3a598680f7369001fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db3882a46a7b39515c74bd7c1b9710df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74e90f849d16e1115961c84bf0e956b3 = $(`<div id="html_74e90f849d16e1115961c84bf0e956b3" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_db3882a46a7b39515c74bd7c1b9710df.setContent(html_74e90f849d16e1115961c84bf0e956b3);
|
|
|
|
|
|
|
|
marker_1059a604e80804acd7ac61331bc0ab76.bindPopup(popup_db3882a46a7b39515c74bd7c1b9710df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1059a604e80804acd7ac61331bc0ab76.setIcon(icon_74cf1a3eedb8dc3a598680f7369001fa);
|
|
|
|
|
|
var marker_9d4afffbc5b622eb70931b2960896d27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_95e4f00f1fdd09fc5fbd65c941bfaa73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5e9768059fb784ee25c9c7f6704ac8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72c63c205f6f29c72f0ad86c1c0c10c0 = $(`<div id="html_72c63c205f6f29c72f0ad86c1c0c10c0" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_c5e9768059fb784ee25c9c7f6704ac8e.setContent(html_72c63c205f6f29c72f0ad86c1c0c10c0);
|
|
|
|
|
|
|
|
marker_9d4afffbc5b622eb70931b2960896d27.bindPopup(popup_c5e9768059fb784ee25c9c7f6704ac8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d4afffbc5b622eb70931b2960896d27.setIcon(icon_95e4f00f1fdd09fc5fbd65c941bfaa73);
|
|
|
|
|
|
var marker_d38e1a5947b8d80aaa1075cef3674efb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6237d62dbe3ca1ae84a7de2ff943def1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5ffdb1d84566f3b6a83c7d5a6ca6349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c87914fa72a8a6d87cd55a6f99a081d = $(`<div id="html_6c87914fa72a8a6d87cd55a6f99a081d" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_b5ffdb1d84566f3b6a83c7d5a6ca6349.setContent(html_6c87914fa72a8a6d87cd55a6f99a081d);
|
|
|
|
|
|
|
|
marker_d38e1a5947b8d80aaa1075cef3674efb.bindPopup(popup_b5ffdb1d84566f3b6a83c7d5a6ca6349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d38e1a5947b8d80aaa1075cef3674efb.setIcon(icon_6237d62dbe3ca1ae84a7de2ff943def1);
|
|
|
|
|
|
var marker_debf45505c1fd1cbd33031260d18e671 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6b90bbe6fd43edfc0c8a5cd580cadc12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b129f9930abf70e3d0fef01fd7cb54f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a2cb4b16698fe982964846f2fa9155e = $(`<div id="html_5a2cb4b16698fe982964846f2fa9155e" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_b129f9930abf70e3d0fef01fd7cb54f8.setContent(html_5a2cb4b16698fe982964846f2fa9155e);
|
|
|
|
|
|
|
|
marker_debf45505c1fd1cbd33031260d18e671.bindPopup(popup_b129f9930abf70e3d0fef01fd7cb54f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_debf45505c1fd1cbd33031260d18e671.setIcon(icon_6b90bbe6fd43edfc0c8a5cd580cadc12);
|
|
|
|
|
|
var marker_561f23fb329fbd16896500beff88b061 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ce7a977659af8448e3b51dfc28e81325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c9273190ee026a4e87ec08899345b1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66f4f93b0845a34e2c7ade2f0b9d8fd3 = $(`<div id="html_66f4f93b0845a34e2c7ade2f0b9d8fd3" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_1c9273190ee026a4e87ec08899345b1c.setContent(html_66f4f93b0845a34e2c7ade2f0b9d8fd3);
|
|
|
|
|
|
|
|
marker_561f23fb329fbd16896500beff88b061.bindPopup(popup_1c9273190ee026a4e87ec08899345b1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_561f23fb329fbd16896500beff88b061.setIcon(icon_ce7a977659af8448e3b51dfc28e81325);
|
|
|
|
|
|
var marker_eeedb1428c0650c2594d88f1ed2ef133 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_0cc55c0d8cfc4d1328fc241931803f61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bc80e95ddf9f34f31502d3a00a0b7dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd7e87c45491759f4aac6959b4e25864 = $(`<div id="html_bd7e87c45491759f4aac6959b4e25864" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_5bc80e95ddf9f34f31502d3a00a0b7dc.setContent(html_bd7e87c45491759f4aac6959b4e25864);
|
|
|
|
|
|
|
|
marker_eeedb1428c0650c2594d88f1ed2ef133.bindPopup(popup_5bc80e95ddf9f34f31502d3a00a0b7dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeedb1428c0650c2594d88f1ed2ef133.setIcon(icon_0cc55c0d8cfc4d1328fc241931803f61);
|
|
|
|
|
|
var marker_12558772e076f5f3240161ed972597a8 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_f673c18b2f82498289f6e89573e6165d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd3a1fa7968603a469f1ec48d646d87e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1ec08a61ea35e5939a150f24db74adf = $(`<div id="html_f1ec08a61ea35e5939a150f24db74adf" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_fd3a1fa7968603a469f1ec48d646d87e.setContent(html_f1ec08a61ea35e5939a150f24db74adf);
|
|
|
|
|
|
|
|
marker_12558772e076f5f3240161ed972597a8.bindPopup(popup_fd3a1fa7968603a469f1ec48d646d87e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12558772e076f5f3240161ed972597a8.setIcon(icon_f673c18b2f82498289f6e89573e6165d);
|
|
|
|
|
|
var marker_cbb1428ca319031ad3c81e4035a43a87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_cb81cc426bb5c1a9cf550fc40792fff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66f21ddb4fef5f134733e47ae7c85b51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b04cc6909141e7aefb9bc431935c96b = $(`<div id="html_9b04cc6909141e7aefb9bc431935c96b" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_66f21ddb4fef5f134733e47ae7c85b51.setContent(html_9b04cc6909141e7aefb9bc431935c96b);
|
|
|
|
|
|
|
|
marker_cbb1428ca319031ad3c81e4035a43a87.bindPopup(popup_66f21ddb4fef5f134733e47ae7c85b51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbb1428ca319031ad3c81e4035a43a87.setIcon(icon_cb81cc426bb5c1a9cf550fc40792fff3);
|
|
|
|
|
|
var marker_b74c0e7382f7a04fff0ae4b6a0726d64 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_37281c36f8900ee4087cd99a2f110c1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_411e73a24b3e13e1eae39c8eb5051511 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f10183b51b9c1806cceb98447001611 = $(`<div id="html_0f10183b51b9c1806cceb98447001611" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_411e73a24b3e13e1eae39c8eb5051511.setContent(html_0f10183b51b9c1806cceb98447001611);
|
|
|
|
|
|
|
|
marker_b74c0e7382f7a04fff0ae4b6a0726d64.bindPopup(popup_411e73a24b3e13e1eae39c8eb5051511)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b74c0e7382f7a04fff0ae4b6a0726d64.setIcon(icon_37281c36f8900ee4087cd99a2f110c1e);
|
|
|
|
|
|
var marker_5672a56bde5c86cc6ef4bde7852cebe4 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e687191a69cb6fd2034256cb8c7c38e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3710bf236621f29dcbb8fd2886a17c45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a967ecde09e63b0c75c39cb0c78c1753 = $(`<div id="html_a967ecde09e63b0c75c39cb0c78c1753" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_3710bf236621f29dcbb8fd2886a17c45.setContent(html_a967ecde09e63b0c75c39cb0c78c1753);
|
|
|
|
|
|
|
|
marker_5672a56bde5c86cc6ef4bde7852cebe4.bindPopup(popup_3710bf236621f29dcbb8fd2886a17c45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5672a56bde5c86cc6ef4bde7852cebe4.setIcon(icon_e687191a69cb6fd2034256cb8c7c38e4);
|
|
|
|
|
|
var marker_0b6cecfd18f6eb4ae0abba83559a1b39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_077f40e48106ef7ff5fef14a03c0bee4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f238e3a70f87b51846ad97d4c8408971 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_809dc7873e378a3ebb21383f498ec749 = $(`<div id="html_809dc7873e378a3ebb21383f498ec749" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_f238e3a70f87b51846ad97d4c8408971.setContent(html_809dc7873e378a3ebb21383f498ec749);
|
|
|
|
|
|
|
|
marker_0b6cecfd18f6eb4ae0abba83559a1b39.bindPopup(popup_f238e3a70f87b51846ad97d4c8408971)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b6cecfd18f6eb4ae0abba83559a1b39.setIcon(icon_077f40e48106ef7ff5fef14a03c0bee4);
|
|
|
|
|
|
var marker_27ca364024cf6bdf146b9b179b5dfb05 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_93f7e7cf563087e13906bbe94f96686c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99a87bdfa26248b5105e2031ece3ca17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cd1d9e97549941cefb2d40d345efcbb = $(`<div id="html_8cd1d9e97549941cefb2d40d345efcbb" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_99a87bdfa26248b5105e2031ece3ca17.setContent(html_8cd1d9e97549941cefb2d40d345efcbb);
|
|
|
|
|
|
|
|
marker_27ca364024cf6bdf146b9b179b5dfb05.bindPopup(popup_99a87bdfa26248b5105e2031ece3ca17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27ca364024cf6bdf146b9b179b5dfb05.setIcon(icon_93f7e7cf563087e13906bbe94f96686c);
|
|
|
|
|
|
var marker_dbec110e5a3ccac9cdcba8dd43d5f377 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1d251957cacb840ec0a238264e945ec9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba5bf70ad1178408fa729bcc65aeba8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3585f67b5be00039a5ade85c7bf20c6a = $(`<div id="html_3585f67b5be00039a5ade85c7bf20c6a" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_ba5bf70ad1178408fa729bcc65aeba8d.setContent(html_3585f67b5be00039a5ade85c7bf20c6a);
|
|
|
|
|
|
|
|
marker_dbec110e5a3ccac9cdcba8dd43d5f377.bindPopup(popup_ba5bf70ad1178408fa729bcc65aeba8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbec110e5a3ccac9cdcba8dd43d5f377.setIcon(icon_1d251957cacb840ec0a238264e945ec9);
|
|
|
|
|
|
var marker_cbbf7365508818e3eb36d3d3f00e0a8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a0ade34e142dd2be81a5a2e34908da69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_963f7d5e0e6ef25288341d7ff16d890e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_463376ed02110a9842ae8bf1d077074d = $(`<div id="html_463376ed02110a9842ae8bf1d077074d" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_963f7d5e0e6ef25288341d7ff16d890e.setContent(html_463376ed02110a9842ae8bf1d077074d);
|
|
|
|
|
|
|
|
marker_cbbf7365508818e3eb36d3d3f00e0a8b.bindPopup(popup_963f7d5e0e6ef25288341d7ff16d890e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbbf7365508818e3eb36d3d3f00e0a8b.setIcon(icon_a0ade34e142dd2be81a5a2e34908da69);
|
|
|
|
|
|
var marker_eff43c2ca263a4c3bbe9ce516f7d54b3 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e206eff7c50bb50f482eaca1022a9071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d328ef630dc6c3ffc4c5c09c7700d354 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac7918605b148a98cd2af7cd58b31856 = $(`<div id="html_ac7918605b148a98cd2af7cd58b31856" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_d328ef630dc6c3ffc4c5c09c7700d354.setContent(html_ac7918605b148a98cd2af7cd58b31856);
|
|
|
|
|
|
|
|
marker_eff43c2ca263a4c3bbe9ce516f7d54b3.bindPopup(popup_d328ef630dc6c3ffc4c5c09c7700d354)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eff43c2ca263a4c3bbe9ce516f7d54b3.setIcon(icon_e206eff7c50bb50f482eaca1022a9071);
|
|
|
|
|
|
var marker_258cef0ac00f5e63676000cc57a55774 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ab863305ff89d1cdaf4fef11332208d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de14d15199703eb245c0246fddb093cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25ffd236426a3049209be3d6ba91be48 = $(`<div id="html_25ffd236426a3049209be3d6ba91be48" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_de14d15199703eb245c0246fddb093cc.setContent(html_25ffd236426a3049209be3d6ba91be48);
|
|
|
|
|
|
|
|
marker_258cef0ac00f5e63676000cc57a55774.bindPopup(popup_de14d15199703eb245c0246fddb093cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_258cef0ac00f5e63676000cc57a55774.setIcon(icon_ab863305ff89d1cdaf4fef11332208d2);
|
|
|
|
|
|
var marker_7cbb84da045b27a805320b940477e12d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2bd6eab7eaad665cfeae73e24dc38dc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9145edf35b864b0fe719f9903e10b2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b72215587a392b35aebc68742b88188 = $(`<div id="html_0b72215587a392b35aebc68742b88188" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_f9145edf35b864b0fe719f9903e10b2f.setContent(html_0b72215587a392b35aebc68742b88188);
|
|
|
|
|
|
|
|
marker_7cbb84da045b27a805320b940477e12d.bindPopup(popup_f9145edf35b864b0fe719f9903e10b2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cbb84da045b27a805320b940477e12d.setIcon(icon_2bd6eab7eaad665cfeae73e24dc38dc2);
|
|
|
|
|
|
var marker_96f0518cf9ffbf7058020700c32b79db = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_464f8a44fe4f2ba597e077658b8737ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_678c292fce8b61d68ff6613d81c63d2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e46333eecd2f9cd1bb69589ffd89dff1 = $(`<div id="html_e46333eecd2f9cd1bb69589ffd89dff1" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_678c292fce8b61d68ff6613d81c63d2f.setContent(html_e46333eecd2f9cd1bb69589ffd89dff1);
|
|
|
|
|
|
|
|
marker_96f0518cf9ffbf7058020700c32b79db.bindPopup(popup_678c292fce8b61d68ff6613d81c63d2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96f0518cf9ffbf7058020700c32b79db.setIcon(icon_464f8a44fe4f2ba597e077658b8737ee);
|
|
|
|
|
|
var marker_a6f0414c2a83f06aeb76cca7d8830572 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_242203d3edfcae0a9481e2a91b40cc0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d98caf82cba9fd6a847dfd31f656b364 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c33075be573a6b2a66c1fa3f88a2007f = $(`<div id="html_c33075be573a6b2a66c1fa3f88a2007f" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_d98caf82cba9fd6a847dfd31f656b364.setContent(html_c33075be573a6b2a66c1fa3f88a2007f);
|
|
|
|
|
|
|
|
marker_a6f0414c2a83f06aeb76cca7d8830572.bindPopup(popup_d98caf82cba9fd6a847dfd31f656b364)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6f0414c2a83f06aeb76cca7d8830572.setIcon(icon_242203d3edfcae0a9481e2a91b40cc0b);
|
|
|
|
|
|
var marker_ff7a0183ec85e1ff3c15538ddb34f327 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e828e7bc0c9a40720ca491de08411776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe461ccb4430023db329eb5d2544873e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd4460597cae241c9088bc3440b097d4 = $(`<div id="html_dd4460597cae241c9088bc3440b097d4" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_fe461ccb4430023db329eb5d2544873e.setContent(html_dd4460597cae241c9088bc3440b097d4);
|
|
|
|
|
|
|
|
marker_ff7a0183ec85e1ff3c15538ddb34f327.bindPopup(popup_fe461ccb4430023db329eb5d2544873e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff7a0183ec85e1ff3c15538ddb34f327.setIcon(icon_e828e7bc0c9a40720ca491de08411776);
|
|
|
|
|
|
var marker_bfb9f3b94b79ce767dc36b858b828b58 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3c7d40812352a032f0c4ef879b599cbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_158b822c8ec401258c071e18902f3602 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f9e88a575231160191877ec19d66442 = $(`<div id="html_0f9e88a575231160191877ec19d66442" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_158b822c8ec401258c071e18902f3602.setContent(html_0f9e88a575231160191877ec19d66442);
|
|
|
|
|
|
|
|
marker_bfb9f3b94b79ce767dc36b858b828b58.bindPopup(popup_158b822c8ec401258c071e18902f3602)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfb9f3b94b79ce767dc36b858b828b58.setIcon(icon_3c7d40812352a032f0c4ef879b599cbd);
|
|
|
|
|
|
var marker_1e00799ead1488c45d39f77de498c6de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2b343d161c4803143dbf4ec648c173e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16b13ea8eba5949ddfc7cb187ab4ddda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_026b1dcfc553c794cf5312651013e20b = $(`<div id="html_026b1dcfc553c794cf5312651013e20b" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_16b13ea8eba5949ddfc7cb187ab4ddda.setContent(html_026b1dcfc553c794cf5312651013e20b);
|
|
|
|
|
|
|
|
marker_1e00799ead1488c45d39f77de498c6de.bindPopup(popup_16b13ea8eba5949ddfc7cb187ab4ddda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e00799ead1488c45d39f77de498c6de.setIcon(icon_2b343d161c4803143dbf4ec648c173e8);
|
|
|
|
|
|
var marker_cd300712e5326e8649b23b3359f83202 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1bf3c8660390c8e90fc8306822292030 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23234cf23067c42879c5ea25bb2145f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a197271c832420aba625ee63ddff8693 = $(`<div id="html_a197271c832420aba625ee63ddff8693" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_23234cf23067c42879c5ea25bb2145f6.setContent(html_a197271c832420aba625ee63ddff8693);
|
|
|
|
|
|
|
|
marker_cd300712e5326e8649b23b3359f83202.bindPopup(popup_23234cf23067c42879c5ea25bb2145f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd300712e5326e8649b23b3359f83202.setIcon(icon_1bf3c8660390c8e90fc8306822292030);
|
|
|
|
|
|
var marker_51aa0b09049973862f476483a6b460fa = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_d048aa22958f9bedaf728a195a52a379 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a56f9669395f725542a0393e2f4066c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_125dc16957f7a6ca20c5990b8586930c = $(`<div id="html_125dc16957f7a6ca20c5990b8586930c" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_a56f9669395f725542a0393e2f4066c5.setContent(html_125dc16957f7a6ca20c5990b8586930c);
|
|
|
|
|
|
|
|
marker_51aa0b09049973862f476483a6b460fa.bindPopup(popup_a56f9669395f725542a0393e2f4066c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51aa0b09049973862f476483a6b460fa.setIcon(icon_d048aa22958f9bedaf728a195a52a379);
|
|
|
|
|
|
var marker_10064f9787e560b505221c10047625d5 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6664951703d50460aa681c9ff28d6c8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a237347a8cab858ef734a8937da68b7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86b15984652ec409702cd4b14f540a55 = $(`<div id="html_86b15984652ec409702cd4b14f540a55" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_a237347a8cab858ef734a8937da68b7e.setContent(html_86b15984652ec409702cd4b14f540a55);
|
|
|
|
|
|
|
|
marker_10064f9787e560b505221c10047625d5.bindPopup(popup_a237347a8cab858ef734a8937da68b7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10064f9787e560b505221c10047625d5.setIcon(icon_6664951703d50460aa681c9ff28d6c8d);
|
|
|
|
|
|
var marker_67058fd3c4b9230613878187743a2fc7 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5af3b7a99b3572e2bcad96432552432f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_856d3e36ac20602160e4bd4666c89b47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b03316c7914e2480f88f55b49e9f9b7 = $(`<div id="html_6b03316c7914e2480f88f55b49e9f9b7" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_856d3e36ac20602160e4bd4666c89b47.setContent(html_6b03316c7914e2480f88f55b49e9f9b7);
|
|
|
|
|
|
|
|
marker_67058fd3c4b9230613878187743a2fc7.bindPopup(popup_856d3e36ac20602160e4bd4666c89b47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67058fd3c4b9230613878187743a2fc7.setIcon(icon_5af3b7a99b3572e2bcad96432552432f);
|
|
|
|
|
|
var marker_0043995aeda3c151a734dd30b1c6e834 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_cf5d152021b9aa3d90304deb585ca5ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0a487df6e33a84507ed436509ef94b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_077b069706c928bde794fb1a7895627e = $(`<div id="html_077b069706c928bde794fb1a7895627e" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_b0a487df6e33a84507ed436509ef94b3.setContent(html_077b069706c928bde794fb1a7895627e);
|
|
|
|
|
|
|
|
marker_0043995aeda3c151a734dd30b1c6e834.bindPopup(popup_b0a487df6e33a84507ed436509ef94b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0043995aeda3c151a734dd30b1c6e834.setIcon(icon_cf5d152021b9aa3d90304deb585ca5ab);
|
|
|
|
|
|
var marker_ed5c64cf8ed0ff5b98790f891f786a9c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_0c34395c3c7dcfe5802e9a222f9751f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9406fb9491b83e239a2ba3f7df6e1394 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8092256ac30112c83eb685f4217b868a = $(`<div id="html_8092256ac30112c83eb685f4217b868a" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_9406fb9491b83e239a2ba3f7df6e1394.setContent(html_8092256ac30112c83eb685f4217b868a);
|
|
|
|
|
|
|
|
marker_ed5c64cf8ed0ff5b98790f891f786a9c.bindPopup(popup_9406fb9491b83e239a2ba3f7df6e1394)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed5c64cf8ed0ff5b98790f891f786a9c.setIcon(icon_0c34395c3c7dcfe5802e9a222f9751f3);
|
|
|
|
|
|
var marker_de8c0f58d4a7bd665b58bb067a673a93 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_aadaf520d6c8ca7be4e6d541a8bcb714 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c478de0f8aa123cacd8abd5668874e0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31dec25f815e32682cbebb35c32f3af5 = $(`<div id="html_31dec25f815e32682cbebb35c32f3af5" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_c478de0f8aa123cacd8abd5668874e0c.setContent(html_31dec25f815e32682cbebb35c32f3af5);
|
|
|
|
|
|
|
|
marker_de8c0f58d4a7bd665b58bb067a673a93.bindPopup(popup_c478de0f8aa123cacd8abd5668874e0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de8c0f58d4a7bd665b58bb067a673a93.setIcon(icon_aadaf520d6c8ca7be4e6d541a8bcb714);
|
|
|
|
|
|
var marker_1b561131f763855a37d85723b4006763 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_88abd110fef6cb8010e8a28905cae144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c36e1448573f92e59e771b49b2d4459e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1645b4e6e2bbe28a5977876f839a2c4b = $(`<div id="html_1645b4e6e2bbe28a5977876f839a2c4b" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_c36e1448573f92e59e771b49b2d4459e.setContent(html_1645b4e6e2bbe28a5977876f839a2c4b);
|
|
|
|
|
|
|
|
marker_1b561131f763855a37d85723b4006763.bindPopup(popup_c36e1448573f92e59e771b49b2d4459e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b561131f763855a37d85723b4006763.setIcon(icon_88abd110fef6cb8010e8a28905cae144);
|
|
|
|
|
|
var marker_d351ac02dec3e7880458582095e36127 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_03472b027c9c6b5cbd71fa43ada47841 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6afb1b333516e96ab7b4023e5ba2fe07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c613e953a5a685203adcfcd71a68dd96 = $(`<div id="html_c613e953a5a685203adcfcd71a68dd96" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_6afb1b333516e96ab7b4023e5ba2fe07.setContent(html_c613e953a5a685203adcfcd71a68dd96);
|
|
|
|
|
|
|
|
marker_d351ac02dec3e7880458582095e36127.bindPopup(popup_6afb1b333516e96ab7b4023e5ba2fe07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d351ac02dec3e7880458582095e36127.setIcon(icon_03472b027c9c6b5cbd71fa43ada47841);
|
|
|
|
|
|
var marker_2cf1047b48bc146ac619354292561260 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6d92575fc034fd144db7ca628367f651 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c25aa5f566b36ebd3500d1b297cbfca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a75ec2fc336644d3fa26570f3cb8b7f = $(`<div id="html_8a75ec2fc336644d3fa26570f3cb8b7f" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_5c25aa5f566b36ebd3500d1b297cbfca.setContent(html_8a75ec2fc336644d3fa26570f3cb8b7f);
|
|
|
|
|
|
|
|
marker_2cf1047b48bc146ac619354292561260.bindPopup(popup_5c25aa5f566b36ebd3500d1b297cbfca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cf1047b48bc146ac619354292561260.setIcon(icon_6d92575fc034fd144db7ca628367f651);
|
|
|
|
|
|
var marker_f014b43979b740c587bb4618e23aae20 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_0c0707b15d0c9157d5165ed8f329a187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3af2abd630869cda542fc5bf3998fdae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32257633dbe0b328c0b62af09203604b = $(`<div id="html_32257633dbe0b328c0b62af09203604b" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_3af2abd630869cda542fc5bf3998fdae.setContent(html_32257633dbe0b328c0b62af09203604b);
|
|
|
|
|
|
|
|
marker_f014b43979b740c587bb4618e23aae20.bindPopup(popup_3af2abd630869cda542fc5bf3998fdae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f014b43979b740c587bb4618e23aae20.setIcon(icon_0c0707b15d0c9157d5165ed8f329a187);
|
|
|
|
|
|
var marker_16853713c73a735b8f04c05dac29eca0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_86a38d0cd24a6c6c1f94a6d99941be56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f2c21262b4bc449bce7ba5686df370b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31d45a34452f82ec12ed66760968242c = $(`<div id="html_31d45a34452f82ec12ed66760968242c" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_7f2c21262b4bc449bce7ba5686df370b.setContent(html_31d45a34452f82ec12ed66760968242c);
|
|
|
|
|
|
|
|
marker_16853713c73a735b8f04c05dac29eca0.bindPopup(popup_7f2c21262b4bc449bce7ba5686df370b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16853713c73a735b8f04c05dac29eca0.setIcon(icon_86a38d0cd24a6c6c1f94a6d99941be56);
|
|
|
|
|
|
var marker_f3aea3147a99b2a2befe6b77c9d436b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7daf833ec694953e49767a8d3822eeac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfe6179f9547b6b6a70baf510133c0bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25b4280ae6baf31dd7fe289366dfceb2 = $(`<div id="html_25b4280ae6baf31dd7fe289366dfceb2" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_dfe6179f9547b6b6a70baf510133c0bd.setContent(html_25b4280ae6baf31dd7fe289366dfceb2);
|
|
|
|
|
|
|
|
marker_f3aea3147a99b2a2befe6b77c9d436b9.bindPopup(popup_dfe6179f9547b6b6a70baf510133c0bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3aea3147a99b2a2befe6b77c9d436b9.setIcon(icon_7daf833ec694953e49767a8d3822eeac);
|
|
|
|
|
|
var marker_bd4b54ba180636ce9cab8680329bc6f3 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e4b2bd724b0f45d64fe067fbdc8e17ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7265823094b204bd385ab043b11a582e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97ac39c2c5bef6c3c82496ad2cda038b = $(`<div id="html_97ac39c2c5bef6c3c82496ad2cda038b" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_7265823094b204bd385ab043b11a582e.setContent(html_97ac39c2c5bef6c3c82496ad2cda038b);
|
|
|
|
|
|
|
|
marker_bd4b54ba180636ce9cab8680329bc6f3.bindPopup(popup_7265823094b204bd385ab043b11a582e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd4b54ba180636ce9cab8680329bc6f3.setIcon(icon_e4b2bd724b0f45d64fe067fbdc8e17ee);
|
|
|
|
|
|
var marker_77f45eff8d7e730a69b87c8bae1da1b2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2401074f7e4f7f089ee225c24e6cc3fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b8e14c8b8cc85924aed115b03a12676 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cab35428bdfcce2fd49336aa3037b0a = $(`<div id="html_3cab35428bdfcce2fd49336aa3037b0a" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_7b8e14c8b8cc85924aed115b03a12676.setContent(html_3cab35428bdfcce2fd49336aa3037b0a);
|
|
|
|
|
|
|
|
marker_77f45eff8d7e730a69b87c8bae1da1b2.bindPopup(popup_7b8e14c8b8cc85924aed115b03a12676)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77f45eff8d7e730a69b87c8bae1da1b2.setIcon(icon_2401074f7e4f7f089ee225c24e6cc3fb);
|
|
|
|
|
|
var marker_a277203f77f127739fd34c8344378e63 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_817f4b3a610660f73089a8693fd6bf60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57638b420257d2abf7f5504025476803 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aebc38d5a26f87dac2218c2dc9b2c56a = $(`<div id="html_aebc38d5a26f87dac2218c2dc9b2c56a" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_57638b420257d2abf7f5504025476803.setContent(html_aebc38d5a26f87dac2218c2dc9b2c56a);
|
|
|
|
|
|
|
|
marker_a277203f77f127739fd34c8344378e63.bindPopup(popup_57638b420257d2abf7f5504025476803)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a277203f77f127739fd34c8344378e63.setIcon(icon_817f4b3a610660f73089a8693fd6bf60);
|
|
|
|
|
|
var marker_bebba1c483569131e7bdafffb5648f02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_977a90077b2b4af404704e30a2766784 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24e712efef9c8e402870b47741f4d3b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e9996d01f392f9ce33e325d417ae6d7 = $(`<div id="html_9e9996d01f392f9ce33e325d417ae6d7" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_24e712efef9c8e402870b47741f4d3b5.setContent(html_9e9996d01f392f9ce33e325d417ae6d7);
|
|
|
|
|
|
|
|
marker_bebba1c483569131e7bdafffb5648f02.bindPopup(popup_24e712efef9c8e402870b47741f4d3b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bebba1c483569131e7bdafffb5648f02.setIcon(icon_977a90077b2b4af404704e30a2766784);
|
|
|
|
|
|
var marker_0c5fc13bb777b4051fa1b5c65bd15b67 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_63c2023cf38d9e88db21a1d0eb67d50f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f61c0f5ee03177bb87b02b36fe32d977 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd6ba1dc08cd0e21a16e7ee436c43c4e = $(`<div id="html_fd6ba1dc08cd0e21a16e7ee436c43c4e" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_f61c0f5ee03177bb87b02b36fe32d977.setContent(html_fd6ba1dc08cd0e21a16e7ee436c43c4e);
|
|
|
|
|
|
|
|
marker_0c5fc13bb777b4051fa1b5c65bd15b67.bindPopup(popup_f61c0f5ee03177bb87b02b36fe32d977)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c5fc13bb777b4051fa1b5c65bd15b67.setIcon(icon_63c2023cf38d9e88db21a1d0eb67d50f);
|
|
|
|
|
|
var marker_dcc21e79f4917eb7bcee30ca6853acc8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_da71e52692961cb384717225630a04a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34c88c804bab417a120ceb89c18f96a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1044840efced8e3402d53e8ee71fdcf1 = $(`<div id="html_1044840efced8e3402d53e8ee71fdcf1" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_34c88c804bab417a120ceb89c18f96a1.setContent(html_1044840efced8e3402d53e8ee71fdcf1);
|
|
|
|
|
|
|
|
marker_dcc21e79f4917eb7bcee30ca6853acc8.bindPopup(popup_34c88c804bab417a120ceb89c18f96a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcc21e79f4917eb7bcee30ca6853acc8.setIcon(icon_da71e52692961cb384717225630a04a2);
|
|
|
|
|
|
var marker_94ee98dfca657ceb52f1efabb7106bd1 = L.marker(
|
|
[-27.4971, 152.976],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1b236b0bf692fd0d255bcce614b25c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7709130d4dfcabcdc4d70b4c885054b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ed9a2e5479c42b3d46ada54c1e1727 = $(`<div id="html_33ed9a2e5479c42b3d46ada54c1e1727" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_7709130d4dfcabcdc4d70b4c885054b9.setContent(html_33ed9a2e5479c42b3d46ada54c1e1727);
|
|
|
|
|
|
|
|
marker_94ee98dfca657ceb52f1efabb7106bd1.bindPopup(popup_7709130d4dfcabcdc4d70b4c885054b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94ee98dfca657ceb52f1efabb7106bd1.setIcon(icon_1b236b0bf692fd0d255bcce614b25c07);
|
|
|
|
|
|
var marker_79687e66d8f8d556dc8810440415f77b = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_d0aab7552fd9fc94c47befa534090045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afe767a513934d48d5064af1de99a2d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea433b1e7f398fb920ffe4bc8f317700 = $(`<div id="html_ea433b1e7f398fb920ffe4bc8f317700" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_afe767a513934d48d5064af1de99a2d4.setContent(html_ea433b1e7f398fb920ffe4bc8f317700);
|
|
|
|
|
|
|
|
marker_79687e66d8f8d556dc8810440415f77b.bindPopup(popup_afe767a513934d48d5064af1de99a2d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79687e66d8f8d556dc8810440415f77b.setIcon(icon_d0aab7552fd9fc94c47befa534090045);
|
|
|
|
|
|
var marker_72edbb4f582e75fd090c49931755c5a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_11754a650b8dcb866d81cad795ab799e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a63fbd2423f31fe8a51dc9312daff44c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93a44895591e03ea2a5342abe55c9e9a = $(`<div id="html_93a44895591e03ea2a5342abe55c9e9a" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_a63fbd2423f31fe8a51dc9312daff44c.setContent(html_93a44895591e03ea2a5342abe55c9e9a);
|
|
|
|
|
|
|
|
marker_72edbb4f582e75fd090c49931755c5a3.bindPopup(popup_a63fbd2423f31fe8a51dc9312daff44c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72edbb4f582e75fd090c49931755c5a3.setIcon(icon_11754a650b8dcb866d81cad795ab799e);
|
|
|
|
|
|
var marker_fc8c3b77f23a558dbc90ebcd265084b2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_92ab62bfb5f0c3eceb8f76834dffb46e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2ebe683946581bd520401692f95bf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_198984b6129541672dd0308e94fa1aa0 = $(`<div id="html_198984b6129541672dd0308e94fa1aa0" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_9e2ebe683946581bd520401692f95bf8.setContent(html_198984b6129541672dd0308e94fa1aa0);
|
|
|
|
|
|
|
|
marker_fc8c3b77f23a558dbc90ebcd265084b2.bindPopup(popup_9e2ebe683946581bd520401692f95bf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc8c3b77f23a558dbc90ebcd265084b2.setIcon(icon_92ab62bfb5f0c3eceb8f76834dffb46e);
|
|
|
|
|
|
var marker_f6a3a352484cc3385be4f8f307ca41bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_47a6128aec9141a882f426265f871298 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd37da90f5387df8aa29567796181d2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af9dbbdf687810b9ec0f703196cfe958 = $(`<div id="html_af9dbbdf687810b9ec0f703196cfe958" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_bd37da90f5387df8aa29567796181d2d.setContent(html_af9dbbdf687810b9ec0f703196cfe958);
|
|
|
|
|
|
|
|
marker_f6a3a352484cc3385be4f8f307ca41bd.bindPopup(popup_bd37da90f5387df8aa29567796181d2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6a3a352484cc3385be4f8f307ca41bd.setIcon(icon_47a6128aec9141a882f426265f871298);
|
|
|
|
|
|
var marker_868eb83ab47cd864af4c8f5d08be7a7a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ad80ad45a9c5e7b3a02c54fec8f0bdcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9718e3cb24133c57412dd87df05e6a65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_749cbd79a9fee0b6d24e728980b63a51 = $(`<div id="html_749cbd79a9fee0b6d24e728980b63a51" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_9718e3cb24133c57412dd87df05e6a65.setContent(html_749cbd79a9fee0b6d24e728980b63a51);
|
|
|
|
|
|
|
|
marker_868eb83ab47cd864af4c8f5d08be7a7a.bindPopup(popup_9718e3cb24133c57412dd87df05e6a65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_868eb83ab47cd864af4c8f5d08be7a7a.setIcon(icon_ad80ad45a9c5e7b3a02c54fec8f0bdcc);
|
|
|
|
|
|
var marker_ba2adc7d62197b2ba153de1d8bb74581 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_bef239b18875cf1115d60c54ac01a0e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c10ef3c9c2c64aa3a5c27e7ff76b53a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac51efd9e8835aa4dec3399ec871cc10 = $(`<div id="html_ac51efd9e8835aa4dec3399ec871cc10" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_8c10ef3c9c2c64aa3a5c27e7ff76b53a.setContent(html_ac51efd9e8835aa4dec3399ec871cc10);
|
|
|
|
|
|
|
|
marker_ba2adc7d62197b2ba153de1d8bb74581.bindPopup(popup_8c10ef3c9c2c64aa3a5c27e7ff76b53a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba2adc7d62197b2ba153de1d8bb74581.setIcon(icon_bef239b18875cf1115d60c54ac01a0e6);
|
|
|
|
|
|
var marker_3eb6a67c4624916d44898651d795c540 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_29bf1ad10e5e102faa215a2938ac5a2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6f4f226328fb35f1cdcf55475df8519 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a746e07d23f6ac9badf8e1f66f58384 = $(`<div id="html_7a746e07d23f6ac9badf8e1f66f58384" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_a6f4f226328fb35f1cdcf55475df8519.setContent(html_7a746e07d23f6ac9badf8e1f66f58384);
|
|
|
|
|
|
|
|
marker_3eb6a67c4624916d44898651d795c540.bindPopup(popup_a6f4f226328fb35f1cdcf55475df8519)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3eb6a67c4624916d44898651d795c540.setIcon(icon_29bf1ad10e5e102faa215a2938ac5a2f);
|
|
|
|
|
|
var marker_0611924e794fba491b355fb57fe4c394 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5bcb17465426962d4048c0a6ce0ce3d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78a872186f2283c64b21cb6ae7c7757c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36631507a6ec1d5cecefd3ee78d18048 = $(`<div id="html_36631507a6ec1d5cecefd3ee78d18048" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_78a872186f2283c64b21cb6ae7c7757c.setContent(html_36631507a6ec1d5cecefd3ee78d18048);
|
|
|
|
|
|
|
|
marker_0611924e794fba491b355fb57fe4c394.bindPopup(popup_78a872186f2283c64b21cb6ae7c7757c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0611924e794fba491b355fb57fe4c394.setIcon(icon_5bcb17465426962d4048c0a6ce0ce3d0);
|
|
|
|
|
|
var marker_aa6713890a7b0276311aea84c8279d6d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4843022e7635c75fe2f56fbf7c5329a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cc174db49e24c2ad94565daef4abecb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8909b01774b27b923e95e6194290ba8 = $(`<div id="html_c8909b01774b27b923e95e6194290ba8" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_2cc174db49e24c2ad94565daef4abecb.setContent(html_c8909b01774b27b923e95e6194290ba8);
|
|
|
|
|
|
|
|
marker_aa6713890a7b0276311aea84c8279d6d.bindPopup(popup_2cc174db49e24c2ad94565daef4abecb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa6713890a7b0276311aea84c8279d6d.setIcon(icon_4843022e7635c75fe2f56fbf7c5329a0);
|
|
|
|
|
|
var marker_08c7519b34df334184b3ce97a02c3118 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ce189126ebe55c8ac8d56502bafa6a6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd168cad90291401b05747ab65eb3076 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3b554e378fa4c0022fa5a0e0fb2bbdb = $(`<div id="html_c3b554e378fa4c0022fa5a0e0fb2bbdb" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_dd168cad90291401b05747ab65eb3076.setContent(html_c3b554e378fa4c0022fa5a0e0fb2bbdb);
|
|
|
|
|
|
|
|
marker_08c7519b34df334184b3ce97a02c3118.bindPopup(popup_dd168cad90291401b05747ab65eb3076)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08c7519b34df334184b3ce97a02c3118.setIcon(icon_ce189126ebe55c8ac8d56502bafa6a6a);
|
|
|
|
|
|
var marker_52d8f129a583ad7f66a21eb770f419d1 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ed8d011516412a3132f1748adf658137 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10e867e845b22c04c52de6ca56b8dfef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8fd5b60f624215e73b7a68f60dbab50 = $(`<div id="html_f8fd5b60f624215e73b7a68f60dbab50" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_10e867e845b22c04c52de6ca56b8dfef.setContent(html_f8fd5b60f624215e73b7a68f60dbab50);
|
|
|
|
|
|
|
|
marker_52d8f129a583ad7f66a21eb770f419d1.bindPopup(popup_10e867e845b22c04c52de6ca56b8dfef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52d8f129a583ad7f66a21eb770f419d1.setIcon(icon_ed8d011516412a3132f1748adf658137);
|
|
|
|
|
|
var marker_dc0089fc808090b2cacaed388560086f = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_8fae60e8123f0966523081b18193b581 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1f0326ec3a59190b751d434c894b1a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51433d4086609a2fe6b3fa1e8d1b28fe = $(`<div id="html_51433d4086609a2fe6b3fa1e8d1b28fe" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_a1f0326ec3a59190b751d434c894b1a3.setContent(html_51433d4086609a2fe6b3fa1e8d1b28fe);
|
|
|
|
|
|
|
|
marker_dc0089fc808090b2cacaed388560086f.bindPopup(popup_a1f0326ec3a59190b751d434c894b1a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc0089fc808090b2cacaed388560086f.setIcon(icon_8fae60e8123f0966523081b18193b581);
|
|
|
|
|
|
var marker_86b4703ea88d3b73c74f6db2a494de46 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6ebddc574111d8e598d5c32702903aba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fadc8ec4eea0962fdcaed1bfd85825e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb9ad4bb4eccee0bec270600b864a1d9 = $(`<div id="html_fb9ad4bb4eccee0bec270600b864a1d9" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_7fadc8ec4eea0962fdcaed1bfd85825e.setContent(html_fb9ad4bb4eccee0bec270600b864a1d9);
|
|
|
|
|
|
|
|
marker_86b4703ea88d3b73c74f6db2a494de46.bindPopup(popup_7fadc8ec4eea0962fdcaed1bfd85825e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86b4703ea88d3b73c74f6db2a494de46.setIcon(icon_6ebddc574111d8e598d5c32702903aba);
|
|
|
|
|
|
var marker_4acd91c62f53fe260d10de5a0808cdc6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7709a90b9c0708c90658e7e8ee49686f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aeb4c429278aef3d92720ee920ad1aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49c5a2dab6c29556b324532acc05a620 = $(`<div id="html_49c5a2dab6c29556b324532acc05a620" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_5aeb4c429278aef3d92720ee920ad1aa.setContent(html_49c5a2dab6c29556b324532acc05a620);
|
|
|
|
|
|
|
|
marker_4acd91c62f53fe260d10de5a0808cdc6.bindPopup(popup_5aeb4c429278aef3d92720ee920ad1aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4acd91c62f53fe260d10de5a0808cdc6.setIcon(icon_7709a90b9c0708c90658e7e8ee49686f);
|
|
|
|
|
|
var marker_cde5ee90b2e8be84a1d9923190a5b725 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_479e78a484b9e0ada46974db07187404 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aa29759eae3973f49ecc147b6fe18b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f819759b5f1a9789e42c1398da0452f = $(`<div id="html_0f819759b5f1a9789e42c1398da0452f" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_2aa29759eae3973f49ecc147b6fe18b1.setContent(html_0f819759b5f1a9789e42c1398da0452f);
|
|
|
|
|
|
|
|
marker_cde5ee90b2e8be84a1d9923190a5b725.bindPopup(popup_2aa29759eae3973f49ecc147b6fe18b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cde5ee90b2e8be84a1d9923190a5b725.setIcon(icon_479e78a484b9e0ada46974db07187404);
|
|
|
|
|
|
var marker_dba13ba0b78f451f6077076803a47f21 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2c9d42ebb3a452cf40e2e17f125f4eb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd8f2b65e1925bcdaa22e5023d6f3f3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68b1525a6540c738d289c2bf32ff96d0 = $(`<div id="html_68b1525a6540c738d289c2bf32ff96d0" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_fd8f2b65e1925bcdaa22e5023d6f3f3c.setContent(html_68b1525a6540c738d289c2bf32ff96d0);
|
|
|
|
|
|
|
|
marker_dba13ba0b78f451f6077076803a47f21.bindPopup(popup_fd8f2b65e1925bcdaa22e5023d6f3f3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dba13ba0b78f451f6077076803a47f21.setIcon(icon_2c9d42ebb3a452cf40e2e17f125f4eb8);
|
|
|
|
|
|
var marker_84c738ee491290e77a664623066eb2e1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_78774c836d912ce7588a2be0a7e3a1ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_064ea3f665051e785566bc6b5b267f3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99e7a07e482fadb953fc2d629e0dba1c = $(`<div id="html_99e7a07e482fadb953fc2d629e0dba1c" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_064ea3f665051e785566bc6b5b267f3c.setContent(html_99e7a07e482fadb953fc2d629e0dba1c);
|
|
|
|
|
|
|
|
marker_84c738ee491290e77a664623066eb2e1.bindPopup(popup_064ea3f665051e785566bc6b5b267f3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84c738ee491290e77a664623066eb2e1.setIcon(icon_78774c836d912ce7588a2be0a7e3a1ac);
|
|
|
|
|
|
var marker_64bba57c1263cac81416678bf89f9217 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_fe4c2306b0c7ff1c2a7fc190c5d8477c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_208ce1c72c333d8076d5b851d857d643 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccf4e8f43bcf1f9fd75e5d547e082d69 = $(`<div id="html_ccf4e8f43bcf1f9fd75e5d547e082d69" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_208ce1c72c333d8076d5b851d857d643.setContent(html_ccf4e8f43bcf1f9fd75e5d547e082d69);
|
|
|
|
|
|
|
|
marker_64bba57c1263cac81416678bf89f9217.bindPopup(popup_208ce1c72c333d8076d5b851d857d643)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64bba57c1263cac81416678bf89f9217.setIcon(icon_fe4c2306b0c7ff1c2a7fc190c5d8477c);
|
|
|
|
|
|
var marker_e0391b1aec167179ec0dd46750cef6f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b670b415414ab480a4856158a3546b18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_104c91030c53aae1c228a5acf9caeebb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0b61295da1788936fe4c06f6f3e8480 = $(`<div id="html_d0b61295da1788936fe4c06f6f3e8480" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_104c91030c53aae1c228a5acf9caeebb.setContent(html_d0b61295da1788936fe4c06f6f3e8480);
|
|
|
|
|
|
|
|
marker_e0391b1aec167179ec0dd46750cef6f4.bindPopup(popup_104c91030c53aae1c228a5acf9caeebb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0391b1aec167179ec0dd46750cef6f4.setIcon(icon_b670b415414ab480a4856158a3546b18);
|
|
|
|
|
|
var marker_7ff3fb364ac4cd79cf1d46ac75519199 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_55f86b5f1f7a8cf92d7adc0eeb198aa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e94b1f5a82fe473c4d2a0875e3f810d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9061b463cc551aef51999aa6e3b41ea = $(`<div id="html_e9061b463cc551aef51999aa6e3b41ea" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_e94b1f5a82fe473c4d2a0875e3f810d1.setContent(html_e9061b463cc551aef51999aa6e3b41ea);
|
|
|
|
|
|
|
|
marker_7ff3fb364ac4cd79cf1d46ac75519199.bindPopup(popup_e94b1f5a82fe473c4d2a0875e3f810d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ff3fb364ac4cd79cf1d46ac75519199.setIcon(icon_55f86b5f1f7a8cf92d7adc0eeb198aa9);
|
|
|
|
|
|
var marker_46c7bdf61f82a80853f4cbf4001d74e2 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9ee5daea5b7bc793f39b727cdedc1c4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_737567e8f7d0431b98c9248d19f595ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_597803469fdbe55a848f5f94e08ef6c3 = $(`<div id="html_597803469fdbe55a848f5f94e08ef6c3" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_737567e8f7d0431b98c9248d19f595ab.setContent(html_597803469fdbe55a848f5f94e08ef6c3);
|
|
|
|
|
|
|
|
marker_46c7bdf61f82a80853f4cbf4001d74e2.bindPopup(popup_737567e8f7d0431b98c9248d19f595ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46c7bdf61f82a80853f4cbf4001d74e2.setIcon(icon_9ee5daea5b7bc793f39b727cdedc1c4b);
|
|
|
|
|
|
var marker_0d7c422a1a7cb8073a4c209f81b0289b = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4be972b2e62aa9e96323d3b666b21c8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_705d7caa73b286964b1b397ab521ce32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_117b3a467ea834f4cb9c00c1fe9cb1a3 = $(`<div id="html_117b3a467ea834f4cb9c00c1fe9cb1a3" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_705d7caa73b286964b1b397ab521ce32.setContent(html_117b3a467ea834f4cb9c00c1fe9cb1a3);
|
|
|
|
|
|
|
|
marker_0d7c422a1a7cb8073a4c209f81b0289b.bindPopup(popup_705d7caa73b286964b1b397ab521ce32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d7c422a1a7cb8073a4c209f81b0289b.setIcon(icon_4be972b2e62aa9e96323d3b666b21c8e);
|
|
|
|
|
|
var marker_a85e9990b1be2e2f58aca69a2f9d8c4f = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_123ed9360dd16473c707effc60c6e3c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b487fd23602294fc2960b7dda36cea5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed2df9562e834a56460d2af552663f84 = $(`<div id="html_ed2df9562e834a56460d2af552663f84" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_4b487fd23602294fc2960b7dda36cea5.setContent(html_ed2df9562e834a56460d2af552663f84);
|
|
|
|
|
|
|
|
marker_a85e9990b1be2e2f58aca69a2f9d8c4f.bindPopup(popup_4b487fd23602294fc2960b7dda36cea5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a85e9990b1be2e2f58aca69a2f9d8c4f.setIcon(icon_123ed9360dd16473c707effc60c6e3c8);
|
|
|
|
|
|
var marker_87c61f93f16e4e6887745450a1357fa3 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a2c473bdc8e38f9bc44e6ff658c59338 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a0a48359a6be9c7dea3f564be289711 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd7c98787f07dc6ed089f6868e5f2ffd = $(`<div id="html_bd7c98787f07dc6ed089f6868e5f2ffd" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_5a0a48359a6be9c7dea3f564be289711.setContent(html_bd7c98787f07dc6ed089f6868e5f2ffd);
|
|
|
|
|
|
|
|
marker_87c61f93f16e4e6887745450a1357fa3.bindPopup(popup_5a0a48359a6be9c7dea3f564be289711)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87c61f93f16e4e6887745450a1357fa3.setIcon(icon_a2c473bdc8e38f9bc44e6ff658c59338);
|
|
|
|
|
|
var marker_4f2736c8533a78bbeab1e5e364101835 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_f0208ed6cf360b6b047b6d35cef7a39c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ad4854e9b83a10a824bc87bd3596f38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92b0306edb15dde1f310235785dd2fb3 = $(`<div id="html_92b0306edb15dde1f310235785dd2fb3" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_1ad4854e9b83a10a824bc87bd3596f38.setContent(html_92b0306edb15dde1f310235785dd2fb3);
|
|
|
|
|
|
|
|
marker_4f2736c8533a78bbeab1e5e364101835.bindPopup(popup_1ad4854e9b83a10a824bc87bd3596f38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f2736c8533a78bbeab1e5e364101835.setIcon(icon_f0208ed6cf360b6b047b6d35cef7a39c);
|
|
|
|
|
|
var marker_f6521e2732a2eac65037e9200fadca86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2b8fad5236c6e34dec4c76998027d408 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f511cf89c03adae9ec19310d25a9cea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54326411332995e4fab08884ddfbb17e = $(`<div id="html_54326411332995e4fab08884ddfbb17e" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_8f511cf89c03adae9ec19310d25a9cea.setContent(html_54326411332995e4fab08884ddfbb17e);
|
|
|
|
|
|
|
|
marker_f6521e2732a2eac65037e9200fadca86.bindPopup(popup_8f511cf89c03adae9ec19310d25a9cea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6521e2732a2eac65037e9200fadca86.setIcon(icon_2b8fad5236c6e34dec4c76998027d408);
|
|
|
|
|
|
var marker_c33db869d38ac9e65b1807ff21384df2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_c2f0aab4c2b13927546518464c27a2a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdbf68cdd98f09dcf394963d4e4c47c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7066635fc499623d0f5a96d4943c0ce0 = $(`<div id="html_7066635fc499623d0f5a96d4943c0ce0" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_cdbf68cdd98f09dcf394963d4e4c47c0.setContent(html_7066635fc499623d0f5a96d4943c0ce0);
|
|
|
|
|
|
|
|
marker_c33db869d38ac9e65b1807ff21384df2.bindPopup(popup_cdbf68cdd98f09dcf394963d4e4c47c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c33db869d38ac9e65b1807ff21384df2.setIcon(icon_c2f0aab4c2b13927546518464c27a2a5);
|
|
|
|
|
|
var marker_c218cdc6270bd5c99d550525f63bbc61 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6da12abc999b3cdf34dffce3f59fd229 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3464cab9fa88b46b65bcccbc62e9cf8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe51075d21147a1660acf32611f369dc = $(`<div id="html_fe51075d21147a1660acf32611f369dc" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_3464cab9fa88b46b65bcccbc62e9cf8d.setContent(html_fe51075d21147a1660acf32611f369dc);
|
|
|
|
|
|
|
|
marker_c218cdc6270bd5c99d550525f63bbc61.bindPopup(popup_3464cab9fa88b46b65bcccbc62e9cf8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c218cdc6270bd5c99d550525f63bbc61.setIcon(icon_6da12abc999b3cdf34dffce3f59fd229);
|
|
|
|
|
|
var marker_8b5d8f536204f2cc4859a36534d1866b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_57ef9cc02047805db4dc0fcc75298f37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ffa22c7af6c38247950bd630d1c3a81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d29f8da764a2e033a2233ffbb3d9b0d6 = $(`<div id="html_d29f8da764a2e033a2233ffbb3d9b0d6" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_5ffa22c7af6c38247950bd630d1c3a81.setContent(html_d29f8da764a2e033a2233ffbb3d9b0d6);
|
|
|
|
|
|
|
|
marker_8b5d8f536204f2cc4859a36534d1866b.bindPopup(popup_5ffa22c7af6c38247950bd630d1c3a81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b5d8f536204f2cc4859a36534d1866b.setIcon(icon_57ef9cc02047805db4dc0fcc75298f37);
|
|
|
|
|
|
var marker_6d7bed87aaed2da16600ef6e4d486f83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_42d140f9f40971eb82214827e12932c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a996ebd269b86fd492f041f965e79833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2748d56a3b37858102c5d8a349b4c74 = $(`<div id="html_e2748d56a3b37858102c5d8a349b4c74" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_a996ebd269b86fd492f041f965e79833.setContent(html_e2748d56a3b37858102c5d8a349b4c74);
|
|
|
|
|
|
|
|
marker_6d7bed87aaed2da16600ef6e4d486f83.bindPopup(popup_a996ebd269b86fd492f041f965e79833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d7bed87aaed2da16600ef6e4d486f83.setIcon(icon_42d140f9f40971eb82214827e12932c1);
|
|
|
|
|
|
var marker_c3f3564bb0f12b4bfedef9318c78054e = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_45b39f3495735a4c249f06a8ffa54331 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f0c1833c3f2adf05044648fade12473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d42229cd9c7e3a5c623ea0a366f0650 = $(`<div id="html_7d42229cd9c7e3a5c623ea0a366f0650" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_8f0c1833c3f2adf05044648fade12473.setContent(html_7d42229cd9c7e3a5c623ea0a366f0650);
|
|
|
|
|
|
|
|
marker_c3f3564bb0f12b4bfedef9318c78054e.bindPopup(popup_8f0c1833c3f2adf05044648fade12473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3f3564bb0f12b4bfedef9318c78054e.setIcon(icon_45b39f3495735a4c249f06a8ffa54331);
|
|
|
|
|
|
var marker_d5c077c0d71297caaecccca38a3783a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_205895a6c2c0e9ec833b75b2075e9887 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74f47645015f432a89a53e9937d347ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c129123aa2e782f5b8560b1d16d270ca = $(`<div id="html_c129123aa2e782f5b8560b1d16d270ca" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_74f47645015f432a89a53e9937d347ce.setContent(html_c129123aa2e782f5b8560b1d16d270ca);
|
|
|
|
|
|
|
|
marker_d5c077c0d71297caaecccca38a3783a3.bindPopup(popup_74f47645015f432a89a53e9937d347ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5c077c0d71297caaecccca38a3783a3.setIcon(icon_205895a6c2c0e9ec833b75b2075e9887);
|
|
|
|
|
|
var marker_9dbf5495f5a099cfc8721c5f76c2965a = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_38990c9a71b2f89e7bbde46ed96baf94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e13883485c069268933aea1f1e862b68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8723778db3a66e461fbc7ebd88dcdcde = $(`<div id="html_8723778db3a66e461fbc7ebd88dcdcde" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_e13883485c069268933aea1f1e862b68.setContent(html_8723778db3a66e461fbc7ebd88dcdcde);
|
|
|
|
|
|
|
|
marker_9dbf5495f5a099cfc8721c5f76c2965a.bindPopup(popup_e13883485c069268933aea1f1e862b68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dbf5495f5a099cfc8721c5f76c2965a.setIcon(icon_38990c9a71b2f89e7bbde46ed96baf94);
|
|
|
|
|
|
var marker_41c71006a95341f7c68f3b4dcea863a0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_15fa6114aeacc21024ba5c5703667ed7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fb778315e4f1bd3e8fb771637cc4d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5873cfc6f8358338da1a7ef309157cbb = $(`<div id="html_5873cfc6f8358338da1a7ef309157cbb" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_8fb778315e4f1bd3e8fb771637cc4d3c.setContent(html_5873cfc6f8358338da1a7ef309157cbb);
|
|
|
|
|
|
|
|
marker_41c71006a95341f7c68f3b4dcea863a0.bindPopup(popup_8fb778315e4f1bd3e8fb771637cc4d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41c71006a95341f7c68f3b4dcea863a0.setIcon(icon_15fa6114aeacc21024ba5c5703667ed7);
|
|
|
|
|
|
var marker_82c67ca627934866618b2ac83eb362df = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2d89b0417cc6c88a767fbba0efa204c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01f77c1b862a882b638639733ce4b2db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a70331ff069a5bc8659b1fcee1c87abc = $(`<div id="html_a70331ff069a5bc8659b1fcee1c87abc" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_01f77c1b862a882b638639733ce4b2db.setContent(html_a70331ff069a5bc8659b1fcee1c87abc);
|
|
|
|
|
|
|
|
marker_82c67ca627934866618b2ac83eb362df.bindPopup(popup_01f77c1b862a882b638639733ce4b2db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82c67ca627934866618b2ac83eb362df.setIcon(icon_2d89b0417cc6c88a767fbba0efa204c7);
|
|
|
|
|
|
var marker_b57afb57265320777f2b4ece62d4db3b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_fb07b86a57142c09608a4a022ac89a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92f7f27d865146cab0092cc08aefcd12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3af2f5bc0f5c197be8ed5769499b34ec = $(`<div id="html_3af2f5bc0f5c197be8ed5769499b34ec" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_92f7f27d865146cab0092cc08aefcd12.setContent(html_3af2f5bc0f5c197be8ed5769499b34ec);
|
|
|
|
|
|
|
|
marker_b57afb57265320777f2b4ece62d4db3b.bindPopup(popup_92f7f27d865146cab0092cc08aefcd12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b57afb57265320777f2b4ece62d4db3b.setIcon(icon_fb07b86a57142c09608a4a022ac89a64);
|
|
|
|
|
|
var marker_72fd3a82710ec22f2c5a23109ce508e4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_23c77937a59bc8d035f693bc7b29a94d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03788f0607104a9515d1376e883021f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec431fe647cae3b3cd371aa84051c96b = $(`<div id="html_ec431fe647cae3b3cd371aa84051c96b" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_03788f0607104a9515d1376e883021f9.setContent(html_ec431fe647cae3b3cd371aa84051c96b);
|
|
|
|
|
|
|
|
marker_72fd3a82710ec22f2c5a23109ce508e4.bindPopup(popup_03788f0607104a9515d1376e883021f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72fd3a82710ec22f2c5a23109ce508e4.setIcon(icon_23c77937a59bc8d035f693bc7b29a94d);
|
|
|
|
|
|
var marker_5120283228a7ec31fd2077651e643698 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a1cd1ffe0e2fe86bd2643fc7f7176d42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a284096a29fb38d2f24a8d18be955249 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f417be0080a2ecdda24c81cbeb18c0b6 = $(`<div id="html_f417be0080a2ecdda24c81cbeb18c0b6" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_a284096a29fb38d2f24a8d18be955249.setContent(html_f417be0080a2ecdda24c81cbeb18c0b6);
|
|
|
|
|
|
|
|
marker_5120283228a7ec31fd2077651e643698.bindPopup(popup_a284096a29fb38d2f24a8d18be955249)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5120283228a7ec31fd2077651e643698.setIcon(icon_a1cd1ffe0e2fe86bd2643fc7f7176d42);
|
|
|
|
|
|
var marker_e5c395b4abc06de0ba9bbf05b79a468a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_0bebe97b52be357db0aeaa28b984a4a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1921c2362f7bdea59f2e3fbd14260b9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc339a2d2317ae8aa769b81eac789fe3 = $(`<div id="html_cc339a2d2317ae8aa769b81eac789fe3" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_1921c2362f7bdea59f2e3fbd14260b9c.setContent(html_cc339a2d2317ae8aa769b81eac789fe3);
|
|
|
|
|
|
|
|
marker_e5c395b4abc06de0ba9bbf05b79a468a.bindPopup(popup_1921c2362f7bdea59f2e3fbd14260b9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5c395b4abc06de0ba9bbf05b79a468a.setIcon(icon_0bebe97b52be357db0aeaa28b984a4a1);
|
|
|
|
|
|
var marker_5c5d3616b94e2d296943fe8c3f8b4b9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4325f2d0bbed4ad1bddf614d0403c0f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7c7d2dc1b5eaaeb40089590fadd998e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c77c6670854c5a3cd4f6f30393326911 = $(`<div id="html_c77c6670854c5a3cd4f6f30393326911" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_f7c7d2dc1b5eaaeb40089590fadd998e.setContent(html_c77c6670854c5a3cd4f6f30393326911);
|
|
|
|
|
|
|
|
marker_5c5d3616b94e2d296943fe8c3f8b4b9a.bindPopup(popup_f7c7d2dc1b5eaaeb40089590fadd998e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c5d3616b94e2d296943fe8c3f8b4b9a.setIcon(icon_4325f2d0bbed4ad1bddf614d0403c0f4);
|
|
|
|
|
|
var marker_7eaebcd752b5cfe879c126c851602728 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_f602ce5c129fb6ea9121dce39c1561a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f584b9aa51e66e4504a2b255daf8642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fece29406bbd66fd07b03295b953845f = $(`<div id="html_fece29406bbd66fd07b03295b953845f" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_1f584b9aa51e66e4504a2b255daf8642.setContent(html_fece29406bbd66fd07b03295b953845f);
|
|
|
|
|
|
|
|
marker_7eaebcd752b5cfe879c126c851602728.bindPopup(popup_1f584b9aa51e66e4504a2b255daf8642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7eaebcd752b5cfe879c126c851602728.setIcon(icon_f602ce5c129fb6ea9121dce39c1561a2);
|
|
|
|
|
|
var marker_8d15837ace27aa3e4231b117d667fa8f = L.marker(
|
|
[41.1976, 1.11167],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_68bb20026bfbc91e607553ab301f54d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59e3808d766fea6e0d3f702eb02c643b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d740049a78f592b5c70beabd6bfcf6e3 = $(`<div id="html_d740049a78f592b5c70beabd6bfcf6e3" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_59e3808d766fea6e0d3f702eb02c643b.setContent(html_d740049a78f592b5c70beabd6bfcf6e3);
|
|
|
|
|
|
|
|
marker_8d15837ace27aa3e4231b117d667fa8f.bindPopup(popup_59e3808d766fea6e0d3f702eb02c643b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d15837ace27aa3e4231b117d667fa8f.setIcon(icon_68bb20026bfbc91e607553ab301f54d3);
|
|
|
|
|
|
var marker_87742641c827cac68de26d85308e02cf = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a0edca1c6b60bf8fbe510a297cc7247a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_347ad0bdbe2338ba15ee37b1ba8ea365 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fc41a65cd0f1fef6e86c47ece69997a = $(`<div id="html_1fc41a65cd0f1fef6e86c47ece69997a" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_347ad0bdbe2338ba15ee37b1ba8ea365.setContent(html_1fc41a65cd0f1fef6e86c47ece69997a);
|
|
|
|
|
|
|
|
marker_87742641c827cac68de26d85308e02cf.bindPopup(popup_347ad0bdbe2338ba15ee37b1ba8ea365)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87742641c827cac68de26d85308e02cf.setIcon(icon_a0edca1c6b60bf8fbe510a297cc7247a);
|
|
|
|
|
|
var marker_56df2ad2a5e1c57d3cee0237bd532472 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_26552bf656adc62b10916d77a758d97c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5557732284972da5144baf72dd16e5eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2fdcaed742ca813520fd945ecad7bb5 = $(`<div id="html_a2fdcaed742ca813520fd945ecad7bb5" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_5557732284972da5144baf72dd16e5eb.setContent(html_a2fdcaed742ca813520fd945ecad7bb5);
|
|
|
|
|
|
|
|
marker_56df2ad2a5e1c57d3cee0237bd532472.bindPopup(popup_5557732284972da5144baf72dd16e5eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56df2ad2a5e1c57d3cee0237bd532472.setIcon(icon_26552bf656adc62b10916d77a758d97c);
|
|
|
|
|
|
var marker_7a405e28c632d4313d1ae1f90b7def7f = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6a9a2aa76bb17e61be3dd46a40c56dcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a80885946505948d9192fd7bfb2c93a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c944c3867387c4af0e7843fc69f01929 = $(`<div id="html_c944c3867387c4af0e7843fc69f01929" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_6a80885946505948d9192fd7bfb2c93a.setContent(html_c944c3867387c4af0e7843fc69f01929);
|
|
|
|
|
|
|
|
marker_7a405e28c632d4313d1ae1f90b7def7f.bindPopup(popup_6a80885946505948d9192fd7bfb2c93a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a405e28c632d4313d1ae1f90b7def7f.setIcon(icon_6a9a2aa76bb17e61be3dd46a40c56dcf);
|
|
|
|
|
|
var marker_899f079410cc5eae1f119bf91a3a7dc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_d7c69c65bb91a3cdce5462bb35b7584d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b19f25cc390b9ad94c5708737e5f7874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23c7cc036c473368a91b5a4a67c71dbc = $(`<div id="html_23c7cc036c473368a91b5a4a67c71dbc" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_b19f25cc390b9ad94c5708737e5f7874.setContent(html_23c7cc036c473368a91b5a4a67c71dbc);
|
|
|
|
|
|
|
|
marker_899f079410cc5eae1f119bf91a3a7dc7.bindPopup(popup_b19f25cc390b9ad94c5708737e5f7874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_899f079410cc5eae1f119bf91a3a7dc7.setIcon(icon_d7c69c65bb91a3cdce5462bb35b7584d);
|
|
|
|
|
|
var marker_c27618a0208c4cfb89d738db86f360a6 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_aedbcda829f3f7eb060fd4901b28a5b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78a9e58b2e8c69ec869fd819579c7708 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f6a106ab73b8d98a38f7635dac6dd0d = $(`<div id="html_4f6a106ab73b8d98a38f7635dac6dd0d" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_78a9e58b2e8c69ec869fd819579c7708.setContent(html_4f6a106ab73b8d98a38f7635dac6dd0d);
|
|
|
|
|
|
|
|
marker_c27618a0208c4cfb89d738db86f360a6.bindPopup(popup_78a9e58b2e8c69ec869fd819579c7708)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c27618a0208c4cfb89d738db86f360a6.setIcon(icon_aedbcda829f3f7eb060fd4901b28a5b0);
|
|
|
|
|
|
var marker_1faa17903450162bcdf715643e8a0a57 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_8cc3657781969e852ec87bab7c99d6c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32f25eeb8b26f2366d25422f3313b2cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abd219c76d1848ea9881249c81e7988e = $(`<div id="html_abd219c76d1848ea9881249c81e7988e" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_32f25eeb8b26f2366d25422f3313b2cb.setContent(html_abd219c76d1848ea9881249c81e7988e);
|
|
|
|
|
|
|
|
marker_1faa17903450162bcdf715643e8a0a57.bindPopup(popup_32f25eeb8b26f2366d25422f3313b2cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1faa17903450162bcdf715643e8a0a57.setIcon(icon_8cc3657781969e852ec87bab7c99d6c6);
|
|
|
|
|
|
var marker_e21f8370cf76a8aeb5189693ec71deb3 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6285e2ed8b9d3df0c200d14efebc7198 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59d04451f2cb93a573304db6cf6d9e77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c92fd4565dc9b40a37598e9a40da87c7 = $(`<div id="html_c92fd4565dc9b40a37598e9a40da87c7" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_59d04451f2cb93a573304db6cf6d9e77.setContent(html_c92fd4565dc9b40a37598e9a40da87c7);
|
|
|
|
|
|
|
|
marker_e21f8370cf76a8aeb5189693ec71deb3.bindPopup(popup_59d04451f2cb93a573304db6cf6d9e77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e21f8370cf76a8aeb5189693ec71deb3.setIcon(icon_6285e2ed8b9d3df0c200d14efebc7198);
|
|
|
|
|
|
var marker_fc707f78e0df2af6fd1d0056834b81df = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_db3bd8bd048fb8068f46472573a4b29c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6adc4963dc968e2e1135cbfe9f7b9f65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d4b5a9b1c95d34b6f64776a0962e884 = $(`<div id="html_3d4b5a9b1c95d34b6f64776a0962e884" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_6adc4963dc968e2e1135cbfe9f7b9f65.setContent(html_3d4b5a9b1c95d34b6f64776a0962e884);
|
|
|
|
|
|
|
|
marker_fc707f78e0df2af6fd1d0056834b81df.bindPopup(popup_6adc4963dc968e2e1135cbfe9f7b9f65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc707f78e0df2af6fd1d0056834b81df.setIcon(icon_db3bd8bd048fb8068f46472573a4b29c);
|
|
|
|
|
|
var marker_a389fe8c2411565638f6a20cd317fd42 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_27a5d78d9dea6a5fae959524de1ef7a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a10ff8468b15d7689a68867ce3cb223 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d1ed845ab49dde711ab08496da76247 = $(`<div id="html_8d1ed845ab49dde711ab08496da76247" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_1a10ff8468b15d7689a68867ce3cb223.setContent(html_8d1ed845ab49dde711ab08496da76247);
|
|
|
|
|
|
|
|
marker_a389fe8c2411565638f6a20cd317fd42.bindPopup(popup_1a10ff8468b15d7689a68867ce3cb223)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a389fe8c2411565638f6a20cd317fd42.setIcon(icon_27a5d78d9dea6a5fae959524de1ef7a0);
|
|
|
|
|
|
var marker_fd4d03193cd1bbec5a3216f6a589dce8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3b9f9d7cb82b07a7d91dfdc8cec3cd96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_008160601390d23e1eced28f9a0cf544 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58879fdad562f952e66b9bf809c7eda9 = $(`<div id="html_58879fdad562f952e66b9bf809c7eda9" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_008160601390d23e1eced28f9a0cf544.setContent(html_58879fdad562f952e66b9bf809c7eda9);
|
|
|
|
|
|
|
|
marker_fd4d03193cd1bbec5a3216f6a589dce8.bindPopup(popup_008160601390d23e1eced28f9a0cf544)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd4d03193cd1bbec5a3216f6a589dce8.setIcon(icon_3b9f9d7cb82b07a7d91dfdc8cec3cd96);
|
|
|
|
|
|
var marker_ade528b6d39e3c83172371e9bdd128e6 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_d700f8d5e5e0b0186fc5ce49691da9e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3328d8db64398121848d36bdfcd45f99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ffc06f7f4f241c4df8c388a72b9dab7 = $(`<div id="html_1ffc06f7f4f241c4df8c388a72b9dab7" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_3328d8db64398121848d36bdfcd45f99.setContent(html_1ffc06f7f4f241c4df8c388a72b9dab7);
|
|
|
|
|
|
|
|
marker_ade528b6d39e3c83172371e9bdd128e6.bindPopup(popup_3328d8db64398121848d36bdfcd45f99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ade528b6d39e3c83172371e9bdd128e6.setIcon(icon_d700f8d5e5e0b0186fc5ce49691da9e3);
|
|
|
|
|
|
var marker_257c61c9c6efd82cc1dfe2852a819b6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e2c13565197a58d304ca23489f46c6c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74c003d836308a158f1f217d85d6efbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa65f4299f6cdf2e82a4a14b2b78baad = $(`<div id="html_fa65f4299f6cdf2e82a4a14b2b78baad" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_74c003d836308a158f1f217d85d6efbc.setContent(html_fa65f4299f6cdf2e82a4a14b2b78baad);
|
|
|
|
|
|
|
|
marker_257c61c9c6efd82cc1dfe2852a819b6e.bindPopup(popup_74c003d836308a158f1f217d85d6efbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_257c61c9c6efd82cc1dfe2852a819b6e.setIcon(icon_e2c13565197a58d304ca23489f46c6c4);
|
|
|
|
|
|
var marker_53e4eb1861e40576346ed555f08e6471 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_35c2620a4108e39f5825db925d4db470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad044b37bcc9070e793b2a9256968255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96137a06c03b5840bb1d38ca48bd9155 = $(`<div id="html_96137a06c03b5840bb1d38ca48bd9155" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_ad044b37bcc9070e793b2a9256968255.setContent(html_96137a06c03b5840bb1d38ca48bd9155);
|
|
|
|
|
|
|
|
marker_53e4eb1861e40576346ed555f08e6471.bindPopup(popup_ad044b37bcc9070e793b2a9256968255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53e4eb1861e40576346ed555f08e6471.setIcon(icon_35c2620a4108e39f5825db925d4db470);
|
|
|
|
|
|
var marker_bd88b7e13d77e23fa4b3f01fcad2e002 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b17162085b751d59a565a6c9dc839961 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afd21d186280a7be38606303770074ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca7d5e0b16779c6d3b45b0e7431a6d54 = $(`<div id="html_ca7d5e0b16779c6d3b45b0e7431a6d54" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_afd21d186280a7be38606303770074ff.setContent(html_ca7d5e0b16779c6d3b45b0e7431a6d54);
|
|
|
|
|
|
|
|
marker_bd88b7e13d77e23fa4b3f01fcad2e002.bindPopup(popup_afd21d186280a7be38606303770074ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd88b7e13d77e23fa4b3f01fcad2e002.setIcon(icon_b17162085b751d59a565a6c9dc839961);
|
|
|
|
|
|
var marker_a458d2019f1f3e752a874b5f4af15de1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_65e1e826d4651307189b27e349e5378e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce1c262769e940406d782a495b177a1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a67e77b0e777f28654b20d9ab323924c = $(`<div id="html_a67e77b0e777f28654b20d9ab323924c" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_ce1c262769e940406d782a495b177a1f.setContent(html_a67e77b0e777f28654b20d9ab323924c);
|
|
|
|
|
|
|
|
marker_a458d2019f1f3e752a874b5f4af15de1.bindPopup(popup_ce1c262769e940406d782a495b177a1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a458d2019f1f3e752a874b5f4af15de1.setIcon(icon_65e1e826d4651307189b27e349e5378e);
|
|
|
|
|
|
var marker_2c03d8fac4a29a13b27e5b3080b665d2 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_fba150e60ae407e178b7c545dfe15a0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b02a551b83cc038162e5f0471c8100c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f956324806cb0dc0db4759d99246c623 = $(`<div id="html_f956324806cb0dc0db4759d99246c623" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_1b02a551b83cc038162e5f0471c8100c.setContent(html_f956324806cb0dc0db4759d99246c623);
|
|
|
|
|
|
|
|
marker_2c03d8fac4a29a13b27e5b3080b665d2.bindPopup(popup_1b02a551b83cc038162e5f0471c8100c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c03d8fac4a29a13b27e5b3080b665d2.setIcon(icon_fba150e60ae407e178b7c545dfe15a0f);
|
|
|
|
|
|
var marker_bea567137286158685eea1eeae805082 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a17ff915c8ac74d19fc41e1ad5642328 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8419c0d731b176c441a0f39c3f080054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e130310ab68e591eaa737fb262fbf92 = $(`<div id="html_8e130310ab68e591eaa737fb262fbf92" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_8419c0d731b176c441a0f39c3f080054.setContent(html_8e130310ab68e591eaa737fb262fbf92);
|
|
|
|
|
|
|
|
marker_bea567137286158685eea1eeae805082.bindPopup(popup_8419c0d731b176c441a0f39c3f080054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bea567137286158685eea1eeae805082.setIcon(icon_a17ff915c8ac74d19fc41e1ad5642328);
|
|
|
|
|
|
var marker_68648f578ff0a8cd257c98eafdf5a67a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1fbb983ea8893aed8a1286bdf1d9b3c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23ced137abcc03158453baa474b994dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd403c06d8ec26b725bc296192c402db = $(`<div id="html_fd403c06d8ec26b725bc296192c402db" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_23ced137abcc03158453baa474b994dd.setContent(html_fd403c06d8ec26b725bc296192c402db);
|
|
|
|
|
|
|
|
marker_68648f578ff0a8cd257c98eafdf5a67a.bindPopup(popup_23ced137abcc03158453baa474b994dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68648f578ff0a8cd257c98eafdf5a67a.setIcon(icon_1fbb983ea8893aed8a1286bdf1d9b3c2);
|
|
|
|
|
|
var marker_cebb2b90b33a48c9e3bc90f9df24873c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9d5ad56d902ce20f3860bb3611bb7717 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59eb464de118c92712e1d86d1d428227 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0594e4c2bb720ed656aceed976648907 = $(`<div id="html_0594e4c2bb720ed656aceed976648907" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_59eb464de118c92712e1d86d1d428227.setContent(html_0594e4c2bb720ed656aceed976648907);
|
|
|
|
|
|
|
|
marker_cebb2b90b33a48c9e3bc90f9df24873c.bindPopup(popup_59eb464de118c92712e1d86d1d428227)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cebb2b90b33a48c9e3bc90f9df24873c.setIcon(icon_9d5ad56d902ce20f3860bb3611bb7717);
|
|
|
|
|
|
var marker_072097f0e04a38aea0017b564737cf05 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9396a0c3f1db89320e1f2374bd5587e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8af6947c5282ebd962533a5ac65b254 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f879a64aa2446444c10031a830f207c0 = $(`<div id="html_f879a64aa2446444c10031a830f207c0" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_f8af6947c5282ebd962533a5ac65b254.setContent(html_f879a64aa2446444c10031a830f207c0);
|
|
|
|
|
|
|
|
marker_072097f0e04a38aea0017b564737cf05.bindPopup(popup_f8af6947c5282ebd962533a5ac65b254)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_072097f0e04a38aea0017b564737cf05.setIcon(icon_9396a0c3f1db89320e1f2374bd5587e2);
|
|
|
|
|
|
var marker_490311c587a99598a4e00becc585c430 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b6f61bbac52c9f3d9e80785b8d1cc039 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0b6f0c58013cb9d72d82d2b2fbdd4fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8144308cff1cadc7f2a80e3f1f529585 = $(`<div id="html_8144308cff1cadc7f2a80e3f1f529585" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_e0b6f0c58013cb9d72d82d2b2fbdd4fc.setContent(html_8144308cff1cadc7f2a80e3f1f529585);
|
|
|
|
|
|
|
|
marker_490311c587a99598a4e00becc585c430.bindPopup(popup_e0b6f0c58013cb9d72d82d2b2fbdd4fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_490311c587a99598a4e00becc585c430.setIcon(icon_b6f61bbac52c9f3d9e80785b8d1cc039);
|
|
|
|
|
|
var marker_c91ca8f9ca822a0bdd875adc228c407d = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_18ac8308843e0cceaa295c2fe73b349d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b352dec593d6789cdf77c1ce0a5d471 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93fd2ad6c5573ae05b89ddf762770b5b = $(`<div id="html_93fd2ad6c5573ae05b89ddf762770b5b" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_1b352dec593d6789cdf77c1ce0a5d471.setContent(html_93fd2ad6c5573ae05b89ddf762770b5b);
|
|
|
|
|
|
|
|
marker_c91ca8f9ca822a0bdd875adc228c407d.bindPopup(popup_1b352dec593d6789cdf77c1ce0a5d471)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c91ca8f9ca822a0bdd875adc228c407d.setIcon(icon_18ac8308843e0cceaa295c2fe73b349d);
|
|
|
|
|
|
var marker_ef887317712395ee07daddf926e28db6 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_99c31052b158060549d01fe58387ae12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0038dadaaadf92d02af7d8537a215fc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad1713a2d7370fcb5efd36e01e1ddb91 = $(`<div id="html_ad1713a2d7370fcb5efd36e01e1ddb91" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_0038dadaaadf92d02af7d8537a215fc6.setContent(html_ad1713a2d7370fcb5efd36e01e1ddb91);
|
|
|
|
|
|
|
|
marker_ef887317712395ee07daddf926e28db6.bindPopup(popup_0038dadaaadf92d02af7d8537a215fc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef887317712395ee07daddf926e28db6.setIcon(icon_99c31052b158060549d01fe58387ae12);
|
|
|
|
|
|
var marker_0b783928a360c8efae9bd17944979fff = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3497ee0714adac545056afc4f6aea8da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e421091e7054138d2dc64628c749e0b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1186a6b49d8ce0dafb07dc14871997fd = $(`<div id="html_1186a6b49d8ce0dafb07dc14871997fd" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_e421091e7054138d2dc64628c749e0b4.setContent(html_1186a6b49d8ce0dafb07dc14871997fd);
|
|
|
|
|
|
|
|
marker_0b783928a360c8efae9bd17944979fff.bindPopup(popup_e421091e7054138d2dc64628c749e0b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b783928a360c8efae9bd17944979fff.setIcon(icon_3497ee0714adac545056afc4f6aea8da);
|
|
|
|
|
|
var marker_2e7c0bdfdede6b9052968926959ec033 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5f50dc34717eda30b2ba7808fd7315b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_685b14b3c036d860adcf142159aca5d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69241c70ea020c126b1356d60267f68c = $(`<div id="html_69241c70ea020c126b1356d60267f68c" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_685b14b3c036d860adcf142159aca5d8.setContent(html_69241c70ea020c126b1356d60267f68c);
|
|
|
|
|
|
|
|
marker_2e7c0bdfdede6b9052968926959ec033.bindPopup(popup_685b14b3c036d860adcf142159aca5d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e7c0bdfdede6b9052968926959ec033.setIcon(icon_5f50dc34717eda30b2ba7808fd7315b0);
|
|
|
|
|
|
var marker_0eaf122a605b5b84778a08ddbda3e92c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5b60611186818cf17f1741f4d84f59e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aac2c92fb6b69f3d3cbf4e268846e318 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e037e887a49378692f7636276a912425 = $(`<div id="html_e037e887a49378692f7636276a912425" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_aac2c92fb6b69f3d3cbf4e268846e318.setContent(html_e037e887a49378692f7636276a912425);
|
|
|
|
|
|
|
|
marker_0eaf122a605b5b84778a08ddbda3e92c.bindPopup(popup_aac2c92fb6b69f3d3cbf4e268846e318)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0eaf122a605b5b84778a08ddbda3e92c.setIcon(icon_5b60611186818cf17f1741f4d84f59e4);
|
|
|
|
|
|
var marker_b48277e07cb2466a848fd67dc9d45bcc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3835755d6432cbb665c5111c41380c9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4de65728a36e26f27ccf24bc81b88c3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e17b247548271ece78f32ead0160ba23 = $(`<div id="html_e17b247548271ece78f32ead0160ba23" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_4de65728a36e26f27ccf24bc81b88c3d.setContent(html_e17b247548271ece78f32ead0160ba23);
|
|
|
|
|
|
|
|
marker_b48277e07cb2466a848fd67dc9d45bcc.bindPopup(popup_4de65728a36e26f27ccf24bc81b88c3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b48277e07cb2466a848fd67dc9d45bcc.setIcon(icon_3835755d6432cbb665c5111c41380c9a);
|
|
|
|
|
|
var marker_80ec9457444128b7fa59ef670d2be725 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_369879d7dcce24fe962c631ea474a676 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1b56ea0989cea28a2a8e54855bf4862 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97c5ff5ab1c816dd73c34e02ff45e671 = $(`<div id="html_97c5ff5ab1c816dd73c34e02ff45e671" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_a1b56ea0989cea28a2a8e54855bf4862.setContent(html_97c5ff5ab1c816dd73c34e02ff45e671);
|
|
|
|
|
|
|
|
marker_80ec9457444128b7fa59ef670d2be725.bindPopup(popup_a1b56ea0989cea28a2a8e54855bf4862)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80ec9457444128b7fa59ef670d2be725.setIcon(icon_369879d7dcce24fe962c631ea474a676);
|
|
|
|
|
|
var marker_16e5147d001abdec75135c59f5d726d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_dc7f1b7a3f9007751eea5c1da1deeec9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a52c9faeebb058f2cb2dcaf260fe2bb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_454bc9fb4689fce97e07c01fd73e3d58 = $(`<div id="html_454bc9fb4689fce97e07c01fd73e3d58" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_a52c9faeebb058f2cb2dcaf260fe2bb2.setContent(html_454bc9fb4689fce97e07c01fd73e3d58);
|
|
|
|
|
|
|
|
marker_16e5147d001abdec75135c59f5d726d4.bindPopup(popup_a52c9faeebb058f2cb2dcaf260fe2bb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16e5147d001abdec75135c59f5d726d4.setIcon(icon_dc7f1b7a3f9007751eea5c1da1deeec9);
|
|
|
|
|
|
var marker_afd2f2c383f7652f6ccb8603c3ad0b96 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_f7cba2be681697ce1e86f46500b0efa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a16aa06092fc98faeda488fc8e6e4120 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_722f40306711d1152e1e55ca2b9b6900 = $(`<div id="html_722f40306711d1152e1e55ca2b9b6900" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_a16aa06092fc98faeda488fc8e6e4120.setContent(html_722f40306711d1152e1e55ca2b9b6900);
|
|
|
|
|
|
|
|
marker_afd2f2c383f7652f6ccb8603c3ad0b96.bindPopup(popup_a16aa06092fc98faeda488fc8e6e4120)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afd2f2c383f7652f6ccb8603c3ad0b96.setIcon(icon_f7cba2be681697ce1e86f46500b0efa0);
|
|
|
|
|
|
var marker_cb9785b9f70af5a8e3da2760b6ba51fc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_02929e314216c794ea249f2154bfd956 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef3db1182c04def596fcc1dc4caa7aa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a4b51a858eef5633c1a587c51e61dbe = $(`<div id="html_1a4b51a858eef5633c1a587c51e61dbe" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_ef3db1182c04def596fcc1dc4caa7aa6.setContent(html_1a4b51a858eef5633c1a587c51e61dbe);
|
|
|
|
|
|
|
|
marker_cb9785b9f70af5a8e3da2760b6ba51fc.bindPopup(popup_ef3db1182c04def596fcc1dc4caa7aa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb9785b9f70af5a8e3da2760b6ba51fc.setIcon(icon_02929e314216c794ea249f2154bfd956);
|
|
|
|
|
|
var marker_730802504d0f17281e862e2302dc00e7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6c283e7c6997b4bf2115ef905fd5b992 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40100e732b04f14ca6d960d65bdc5354 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb9fb8c7550a89bf799dcf184c62a25 = $(`<div id="html_ceb9fb8c7550a89bf799dcf184c62a25" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_40100e732b04f14ca6d960d65bdc5354.setContent(html_ceb9fb8c7550a89bf799dcf184c62a25);
|
|
|
|
|
|
|
|
marker_730802504d0f17281e862e2302dc00e7.bindPopup(popup_40100e732b04f14ca6d960d65bdc5354)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_730802504d0f17281e862e2302dc00e7.setIcon(icon_6c283e7c6997b4bf2115ef905fd5b992);
|
|
|
|
|
|
var marker_38f4def2969988b06c1e16f1ca1c7301 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_17fd792c029b17ec9e703386af278f2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecd3a38acd730f56322127825eabd988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcbb888becfc86db22d05bade4f2ccf1 = $(`<div id="html_fcbb888becfc86db22d05bade4f2ccf1" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_ecd3a38acd730f56322127825eabd988.setContent(html_fcbb888becfc86db22d05bade4f2ccf1);
|
|
|
|
|
|
|
|
marker_38f4def2969988b06c1e16f1ca1c7301.bindPopup(popup_ecd3a38acd730f56322127825eabd988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38f4def2969988b06c1e16f1ca1c7301.setIcon(icon_17fd792c029b17ec9e703386af278f2f);
|
|
|
|
|
|
var marker_3d23f7f1e6d6aa63c7dc2e161c40d181 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_48053c16c8bf193607de6c19271b0ec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb34d93f82b4c8dd4df5f5529ef610a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c00a4eddbaf5ef96261254096461648 = $(`<div id="html_4c00a4eddbaf5ef96261254096461648" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_eb34d93f82b4c8dd4df5f5529ef610a7.setContent(html_4c00a4eddbaf5ef96261254096461648);
|
|
|
|
|
|
|
|
marker_3d23f7f1e6d6aa63c7dc2e161c40d181.bindPopup(popup_eb34d93f82b4c8dd4df5f5529ef610a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d23f7f1e6d6aa63c7dc2e161c40d181.setIcon(icon_48053c16c8bf193607de6c19271b0ec6);
|
|
|
|
|
|
var marker_aff6975d94f2ee762aed96314b934e7e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_973d5b8b57ddcf14bbeb205a1480f94b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad8907d951bf844cce5fa062c6d57d18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0040f8e0210de604ffec1bbd0d168a1 = $(`<div id="html_a0040f8e0210de604ffec1bbd0d168a1" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_ad8907d951bf844cce5fa062c6d57d18.setContent(html_a0040f8e0210de604ffec1bbd0d168a1);
|
|
|
|
|
|
|
|
marker_aff6975d94f2ee762aed96314b934e7e.bindPopup(popup_ad8907d951bf844cce5fa062c6d57d18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aff6975d94f2ee762aed96314b934e7e.setIcon(icon_973d5b8b57ddcf14bbeb205a1480f94b);
|
|
|
|
|
|
var marker_7719d2432b84f25a7bc7dae91d25c044 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_553c50d716a73ab81d4f04b9541698d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dddd7b4c76ccb909d9dc3f659f06f9bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24a2a644aac685a6c5d8c9ce8837da98 = $(`<div id="html_24a2a644aac685a6c5d8c9ce8837da98" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_dddd7b4c76ccb909d9dc3f659f06f9bc.setContent(html_24a2a644aac685a6c5d8c9ce8837da98);
|
|
|
|
|
|
|
|
marker_7719d2432b84f25a7bc7dae91d25c044.bindPopup(popup_dddd7b4c76ccb909d9dc3f659f06f9bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7719d2432b84f25a7bc7dae91d25c044.setIcon(icon_553c50d716a73ab81d4f04b9541698d3);
|
|
|
|
|
|
var marker_cf7cb21678de26e93f06a116909d43bc = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1d19f62c9c1bd3e32a504d45e60b16e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aede908ecce602ba94e187e6591fc8fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e42c9ebbdde7a8b1b4318fea3ff973a = $(`<div id="html_4e42c9ebbdde7a8b1b4318fea3ff973a" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_aede908ecce602ba94e187e6591fc8fb.setContent(html_4e42c9ebbdde7a8b1b4318fea3ff973a);
|
|
|
|
|
|
|
|
marker_cf7cb21678de26e93f06a116909d43bc.bindPopup(popup_aede908ecce602ba94e187e6591fc8fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf7cb21678de26e93f06a116909d43bc.setIcon(icon_1d19f62c9c1bd3e32a504d45e60b16e8);
|
|
|
|
|
|
var marker_a6ea5ee14009be71495cf6fb5c646020 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ac4ab35c4e6543ef85f32b65db271ba4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27b30b187c181103c83db245f5d5c570 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdbcf197b8f96dd1ff9d1f0be1da2108 = $(`<div id="html_cdbcf197b8f96dd1ff9d1f0be1da2108" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_27b30b187c181103c83db245f5d5c570.setContent(html_cdbcf197b8f96dd1ff9d1f0be1da2108);
|
|
|
|
|
|
|
|
marker_a6ea5ee14009be71495cf6fb5c646020.bindPopup(popup_27b30b187c181103c83db245f5d5c570)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6ea5ee14009be71495cf6fb5c646020.setIcon(icon_ac4ab35c4e6543ef85f32b65db271ba4);
|
|
|
|
|
|
var marker_13b0d57b2b64e3da10bc4c9e92ea10ec = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_61528067daad1d8a7db39f086b57c31b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1a3a6c5c18d59d9e6e33bd6cb7ddf25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a4489fe5931ff294ead958116f3606b = $(`<div id="html_4a4489fe5931ff294ead958116f3606b" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_d1a3a6c5c18d59d9e6e33bd6cb7ddf25.setContent(html_4a4489fe5931ff294ead958116f3606b);
|
|
|
|
|
|
|
|
marker_13b0d57b2b64e3da10bc4c9e92ea10ec.bindPopup(popup_d1a3a6c5c18d59d9e6e33bd6cb7ddf25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13b0d57b2b64e3da10bc4c9e92ea10ec.setIcon(icon_61528067daad1d8a7db39f086b57c31b);
|
|
|
|
|
|
var marker_7ba8eb1f0a493fd714eb2bee34a526be = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_08323181dfcb68f0e42ef5ac02143821 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e8e033aaacb63d5e2bfb366961109e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b323dae065426dcc04f74159b4d28d4c = $(`<div id="html_b323dae065426dcc04f74159b4d28d4c" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_8e8e033aaacb63d5e2bfb366961109e3.setContent(html_b323dae065426dcc04f74159b4d28d4c);
|
|
|
|
|
|
|
|
marker_7ba8eb1f0a493fd714eb2bee34a526be.bindPopup(popup_8e8e033aaacb63d5e2bfb366961109e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ba8eb1f0a493fd714eb2bee34a526be.setIcon(icon_08323181dfcb68f0e42ef5ac02143821);
|
|
|
|
|
|
var marker_321412023ce37f612d71979c2a26318e = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1733123c7d43f056ed9d0e6e4aeb29cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_191907cd8603be917e00042294408fad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1d05efd0ffc0b15c723b61e617e5ed0 = $(`<div id="html_a1d05efd0ffc0b15c723b61e617e5ed0" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_191907cd8603be917e00042294408fad.setContent(html_a1d05efd0ffc0b15c723b61e617e5ed0);
|
|
|
|
|
|
|
|
marker_321412023ce37f612d71979c2a26318e.bindPopup(popup_191907cd8603be917e00042294408fad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_321412023ce37f612d71979c2a26318e.setIcon(icon_1733123c7d43f056ed9d0e6e4aeb29cd);
|
|
|
|
|
|
var marker_526a3bd2a1742eec4a100339428f5275 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e3ac4f6bb8d991ee81f92f239f4c6491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42061725a231764dba67f0065c8b3b48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b75c3f2a1520d6e99de88d40aff9727b = $(`<div id="html_b75c3f2a1520d6e99de88d40aff9727b" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_42061725a231764dba67f0065c8b3b48.setContent(html_b75c3f2a1520d6e99de88d40aff9727b);
|
|
|
|
|
|
|
|
marker_526a3bd2a1742eec4a100339428f5275.bindPopup(popup_42061725a231764dba67f0065c8b3b48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_526a3bd2a1742eec4a100339428f5275.setIcon(icon_e3ac4f6bb8d991ee81f92f239f4c6491);
|
|
|
|
|
|
var marker_0a42340bda1c8deb76a2dbb7d0b0fe45 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3ea8c6a17322d5c29ef1b437cbe9f24b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6286d2385483b6d7d14e846bdc1f642d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58ecf351404fb0debf092521fbdf1b96 = $(`<div id="html_58ecf351404fb0debf092521fbdf1b96" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_6286d2385483b6d7d14e846bdc1f642d.setContent(html_58ecf351404fb0debf092521fbdf1b96);
|
|
|
|
|
|
|
|
marker_0a42340bda1c8deb76a2dbb7d0b0fe45.bindPopup(popup_6286d2385483b6d7d14e846bdc1f642d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a42340bda1c8deb76a2dbb7d0b0fe45.setIcon(icon_3ea8c6a17322d5c29ef1b437cbe9f24b);
|
|
|
|
|
|
var marker_2f945f900fb5ae10d5ee0658306fbfd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_8edd8ce15a6cc3d5da136e4a657e0d50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74c8c1b8a7d070d1d5e695ce737376cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ce87c75a9d75ccf7cfc59ec79e2cc5e = $(`<div id="html_2ce87c75a9d75ccf7cfc59ec79e2cc5e" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_74c8c1b8a7d070d1d5e695ce737376cd.setContent(html_2ce87c75a9d75ccf7cfc59ec79e2cc5e);
|
|
|
|
|
|
|
|
marker_2f945f900fb5ae10d5ee0658306fbfd7.bindPopup(popup_74c8c1b8a7d070d1d5e695ce737376cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f945f900fb5ae10d5ee0658306fbfd7.setIcon(icon_8edd8ce15a6cc3d5da136e4a657e0d50);
|
|
|
|
|
|
var marker_20c6c84f596358d96fcdf6ad7eeb8397 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_099c2a6f8ad47eeb2d18c7e4d23a7627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ab70b6d301974c8518b5589e5d58ed5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04870a23a3b91b1d8266b8ca314ddc74 = $(`<div id="html_04870a23a3b91b1d8266b8ca314ddc74" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_0ab70b6d301974c8518b5589e5d58ed5.setContent(html_04870a23a3b91b1d8266b8ca314ddc74);
|
|
|
|
|
|
|
|
marker_20c6c84f596358d96fcdf6ad7eeb8397.bindPopup(popup_0ab70b6d301974c8518b5589e5d58ed5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20c6c84f596358d96fcdf6ad7eeb8397.setIcon(icon_099c2a6f8ad47eeb2d18c7e4d23a7627);
|
|
|
|
|
|
var marker_d8b5d404863d59db72ad47499fde95ef = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_40c4ff656d704a60c9c1fcf1f154bcb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5ce29049bef1e71f0454f78bf612305 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdf3285426a9c6debaf7c31e753ab5af = $(`<div id="html_cdf3285426a9c6debaf7c31e753ab5af" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_c5ce29049bef1e71f0454f78bf612305.setContent(html_cdf3285426a9c6debaf7c31e753ab5af);
|
|
|
|
|
|
|
|
marker_d8b5d404863d59db72ad47499fde95ef.bindPopup(popup_c5ce29049bef1e71f0454f78bf612305)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8b5d404863d59db72ad47499fde95ef.setIcon(icon_40c4ff656d704a60c9c1fcf1f154bcb8);
|
|
|
|
|
|
var marker_57ffab96578aa96fd7425b56615929ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e301384bb3873d86f2ddd2c1d482a12e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_185c5695fdc1a677d58cc2e001369b65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc1715257c59827ed6b41a0fe61bf896 = $(`<div id="html_cc1715257c59827ed6b41a0fe61bf896" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_185c5695fdc1a677d58cc2e001369b65.setContent(html_cc1715257c59827ed6b41a0fe61bf896);
|
|
|
|
|
|
|
|
marker_57ffab96578aa96fd7425b56615929ef.bindPopup(popup_185c5695fdc1a677d58cc2e001369b65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57ffab96578aa96fd7425b56615929ef.setIcon(icon_e301384bb3873d86f2ddd2c1d482a12e);
|
|
|
|
|
|
var marker_b615971ad09f77f4edf2b73a5186c9e2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2a9d39b73d447f0a6781f400c638cc99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fc1cb67809700d676dd0b0ef50e9a8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39226376c989be9311551c182a579f58 = $(`<div id="html_39226376c989be9311551c182a579f58" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_1fc1cb67809700d676dd0b0ef50e9a8b.setContent(html_39226376c989be9311551c182a579f58);
|
|
|
|
|
|
|
|
marker_b615971ad09f77f4edf2b73a5186c9e2.bindPopup(popup_1fc1cb67809700d676dd0b0ef50e9a8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b615971ad09f77f4edf2b73a5186c9e2.setIcon(icon_2a9d39b73d447f0a6781f400c638cc99);
|
|
|
|
|
|
var marker_5ef882a62f861072965b6091e0e425dc = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_537db5a41b9d13021b43951698398c4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4254654f591234031a52c34dbb8b6be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad7a5e0aea35c7dca9e53a30440c843c = $(`<div id="html_ad7a5e0aea35c7dca9e53a30440c843c" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_d4254654f591234031a52c34dbb8b6be.setContent(html_ad7a5e0aea35c7dca9e53a30440c843c);
|
|
|
|
|
|
|
|
marker_5ef882a62f861072965b6091e0e425dc.bindPopup(popup_d4254654f591234031a52c34dbb8b6be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ef882a62f861072965b6091e0e425dc.setIcon(icon_537db5a41b9d13021b43951698398c4b);
|
|
|
|
|
|
var marker_bed8987f8a0949481f5bce00e9e3ecba = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3681b3b75f2bafa07cce89ba2c999bcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb0271dd85c1989b770344597df364d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da89dc840821dfb50a10437d450c9e0c = $(`<div id="html_da89dc840821dfb50a10437d450c9e0c" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_cb0271dd85c1989b770344597df364d4.setContent(html_da89dc840821dfb50a10437d450c9e0c);
|
|
|
|
|
|
|
|
marker_bed8987f8a0949481f5bce00e9e3ecba.bindPopup(popup_cb0271dd85c1989b770344597df364d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bed8987f8a0949481f5bce00e9e3ecba.setIcon(icon_3681b3b75f2bafa07cce89ba2c999bcf);
|
|
|
|
|
|
var marker_5ceed1ec7287e8b2aa52faf71727354b = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ac739a7d2eaab2b6d63fb66bde877923 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cf9f9ede2b232fefc2305cccaa6dcdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f451875089f3e99547b3267285cc4cb5 = $(`<div id="html_f451875089f3e99547b3267285cc4cb5" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_8cf9f9ede2b232fefc2305cccaa6dcdf.setContent(html_f451875089f3e99547b3267285cc4cb5);
|
|
|
|
|
|
|
|
marker_5ceed1ec7287e8b2aa52faf71727354b.bindPopup(popup_8cf9f9ede2b232fefc2305cccaa6dcdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ceed1ec7287e8b2aa52faf71727354b.setIcon(icon_ac739a7d2eaab2b6d63fb66bde877923);
|
|
|
|
|
|
var marker_eed84c3c0e3a9ba2c298ee141bef3e14 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_d14f79af8c0d753e3ae65d2c3e877c28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44437fa28bdedb5b72962a5a7225548e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61b834d611527f2137bc06cc99345791 = $(`<div id="html_61b834d611527f2137bc06cc99345791" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_44437fa28bdedb5b72962a5a7225548e.setContent(html_61b834d611527f2137bc06cc99345791);
|
|
|
|
|
|
|
|
marker_eed84c3c0e3a9ba2c298ee141bef3e14.bindPopup(popup_44437fa28bdedb5b72962a5a7225548e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eed84c3c0e3a9ba2c298ee141bef3e14.setIcon(icon_d14f79af8c0d753e3ae65d2c3e877c28);
|
|
|
|
|
|
var marker_179ec17b2486d8af1a6a9852e07df56e = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1e8fc451ed4d5339c430ddea8fee0604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8d04c055b171481451284be2b33011b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c71875e658703bface21dce3025334ba = $(`<div id="html_c71875e658703bface21dce3025334ba" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_f8d04c055b171481451284be2b33011b.setContent(html_c71875e658703bface21dce3025334ba);
|
|
|
|
|
|
|
|
marker_179ec17b2486d8af1a6a9852e07df56e.bindPopup(popup_f8d04c055b171481451284be2b33011b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_179ec17b2486d8af1a6a9852e07df56e.setIcon(icon_1e8fc451ed4d5339c430ddea8fee0604);
|
|
|
|
|
|
var marker_6bc1eca667794bbc16e0a6f650554d9e = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_fa01347105d060fb4c676b164290944c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0982e8117d3757f19098022db8bd89b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1afcedcf5171400aa0f4c1d1fba62477 = $(`<div id="html_1afcedcf5171400aa0f4c1d1fba62477" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_0982e8117d3757f19098022db8bd89b7.setContent(html_1afcedcf5171400aa0f4c1d1fba62477);
|
|
|
|
|
|
|
|
marker_6bc1eca667794bbc16e0a6f650554d9e.bindPopup(popup_0982e8117d3757f19098022db8bd89b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bc1eca667794bbc16e0a6f650554d9e.setIcon(icon_fa01347105d060fb4c676b164290944c);
|
|
|
|
|
|
var marker_2be154288f95313f94686cbc71c79c5d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3438d44997079e679f4eee6714066017 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e9f0076779a90921115531e0f6e146f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1fbb4bd08cc740dfdd9853aa767666a = $(`<div id="html_f1fbb4bd08cc740dfdd9853aa767666a" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_1e9f0076779a90921115531e0f6e146f.setContent(html_f1fbb4bd08cc740dfdd9853aa767666a);
|
|
|
|
|
|
|
|
marker_2be154288f95313f94686cbc71c79c5d.bindPopup(popup_1e9f0076779a90921115531e0f6e146f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2be154288f95313f94686cbc71c79c5d.setIcon(icon_3438d44997079e679f4eee6714066017);
|
|
|
|
|
|
var marker_586e98311ded9ab441df22f4d6a0123b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_70b56a427e62a1c751b47567c8c03322 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90390e28175d3e659798929f55faed5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_163aa22cb967f0a45345372a1c741150 = $(`<div id="html_163aa22cb967f0a45345372a1c741150" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_90390e28175d3e659798929f55faed5c.setContent(html_163aa22cb967f0a45345372a1c741150);
|
|
|
|
|
|
|
|
marker_586e98311ded9ab441df22f4d6a0123b.bindPopup(popup_90390e28175d3e659798929f55faed5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_586e98311ded9ab441df22f4d6a0123b.setIcon(icon_70b56a427e62a1c751b47567c8c03322);
|
|
|
|
|
|
var marker_6005428d7e5cca69cc4ec6764feb9ecf = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_f55cd6635e9be25984011f20fa193041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2122e2c13bd1f4c033b5ead169c4bb12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33a5245e030eaafd0acaced0f3a4dcf5 = $(`<div id="html_33a5245e030eaafd0acaced0f3a4dcf5" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_2122e2c13bd1f4c033b5ead169c4bb12.setContent(html_33a5245e030eaafd0acaced0f3a4dcf5);
|
|
|
|
|
|
|
|
marker_6005428d7e5cca69cc4ec6764feb9ecf.bindPopup(popup_2122e2c13bd1f4c033b5ead169c4bb12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6005428d7e5cca69cc4ec6764feb9ecf.setIcon(icon_f55cd6635e9be25984011f20fa193041);
|
|
|
|
|
|
var marker_45f0ad5e88ebef1e4e8056ad90473518 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e3d6652b00e5f413576017e4c44add96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63c8a395bec7dcd57d5faa310733e199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce62998aea2631f250af53d4cd6c1f00 = $(`<div id="html_ce62998aea2631f250af53d4cd6c1f00" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_63c8a395bec7dcd57d5faa310733e199.setContent(html_ce62998aea2631f250af53d4cd6c1f00);
|
|
|
|
|
|
|
|
marker_45f0ad5e88ebef1e4e8056ad90473518.bindPopup(popup_63c8a395bec7dcd57d5faa310733e199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45f0ad5e88ebef1e4e8056ad90473518.setIcon(icon_e3d6652b00e5f413576017e4c44add96);
|
|
|
|
|
|
var marker_03f386a6963ae9a414d363a43b55c551 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7e905a707d64f6ee066f85e0ee0400a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8794e8e595ead150d535e116b5708728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a3c1acc8733e8abe49f8272074863f3 = $(`<div id="html_1a3c1acc8733e8abe49f8272074863f3" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_8794e8e595ead150d535e116b5708728.setContent(html_1a3c1acc8733e8abe49f8272074863f3);
|
|
|
|
|
|
|
|
marker_03f386a6963ae9a414d363a43b55c551.bindPopup(popup_8794e8e595ead150d535e116b5708728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03f386a6963ae9a414d363a43b55c551.setIcon(icon_7e905a707d64f6ee066f85e0ee0400a2);
|
|
|
|
|
|
var marker_a9a15ccf5aa00fec0e061e46fb409aaa = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_8f8543f1efa1ec6170f9ed157ee5d516 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0de297ffba65416955d9c408ceebd90c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85d5e1e0c630f657fdb4fef470469a67 = $(`<div id="html_85d5e1e0c630f657fdb4fef470469a67" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_0de297ffba65416955d9c408ceebd90c.setContent(html_85d5e1e0c630f657fdb4fef470469a67);
|
|
|
|
|
|
|
|
marker_a9a15ccf5aa00fec0e061e46fb409aaa.bindPopup(popup_0de297ffba65416955d9c408ceebd90c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9a15ccf5aa00fec0e061e46fb409aaa.setIcon(icon_8f8543f1efa1ec6170f9ed157ee5d516);
|
|
|
|
|
|
var marker_fef273564e6dce6a04c76493a3e1314a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_97ef36e3630e938f484166ed9c7a5930 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6680e4ae2f60f3b35dec7ec851132f09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9bd52fd8bc8a9c64a4f0ab0a8828f0b = $(`<div id="html_a9bd52fd8bc8a9c64a4f0ab0a8828f0b" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_6680e4ae2f60f3b35dec7ec851132f09.setContent(html_a9bd52fd8bc8a9c64a4f0ab0a8828f0b);
|
|
|
|
|
|
|
|
marker_fef273564e6dce6a04c76493a3e1314a.bindPopup(popup_6680e4ae2f60f3b35dec7ec851132f09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fef273564e6dce6a04c76493a3e1314a.setIcon(icon_97ef36e3630e938f484166ed9c7a5930);
|
|
|
|
|
|
var marker_76b170899dc683d44379c9bc50d90836 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4a1027966a2396078224369d587ffd22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba179b731b1f7e598db5388f7d651478 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b92527fca6c1746e4150c1e9c43b93c = $(`<div id="html_0b92527fca6c1746e4150c1e9c43b93c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_ba179b731b1f7e598db5388f7d651478.setContent(html_0b92527fca6c1746e4150c1e9c43b93c);
|
|
|
|
|
|
|
|
marker_76b170899dc683d44379c9bc50d90836.bindPopup(popup_ba179b731b1f7e598db5388f7d651478)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76b170899dc683d44379c9bc50d90836.setIcon(icon_4a1027966a2396078224369d587ffd22);
|
|
|
|
|
|
var marker_828973f932b2081a83686a965ff6c586 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_be9e99aed651fd4a758250ad6c3d1694 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58c529d3be1ada8d09e1196b60caaac3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cbe4e02f2706c3d624188e795535f30 = $(`<div id="html_6cbe4e02f2706c3d624188e795535f30" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_58c529d3be1ada8d09e1196b60caaac3.setContent(html_6cbe4e02f2706c3d624188e795535f30);
|
|
|
|
|
|
|
|
marker_828973f932b2081a83686a965ff6c586.bindPopup(popup_58c529d3be1ada8d09e1196b60caaac3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_828973f932b2081a83686a965ff6c586.setIcon(icon_be9e99aed651fd4a758250ad6c3d1694);
|
|
|
|
|
|
var marker_b0cd371cfe8d9bd4101ad10b720d59d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_543bd79c58af55d143cafc59d16d19c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_301d667876e883c705a854d2862bc99a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b63c18484411883fb54ff15c6b5499d = $(`<div id="html_6b63c18484411883fb54ff15c6b5499d" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_301d667876e883c705a854d2862bc99a.setContent(html_6b63c18484411883fb54ff15c6b5499d);
|
|
|
|
|
|
|
|
marker_b0cd371cfe8d9bd4101ad10b720d59d7.bindPopup(popup_301d667876e883c705a854d2862bc99a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0cd371cfe8d9bd4101ad10b720d59d7.setIcon(icon_543bd79c58af55d143cafc59d16d19c6);
|
|
|
|
|
|
var marker_990bb2f13217ca2bb0f9ec57e1abc001 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_121dd6b6338856393a097279c01eeb77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50905bc22fc376f6ea8ee7a221c617f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ded4ab52b0d5a54dc7f3007e8302f83e = $(`<div id="html_ded4ab52b0d5a54dc7f3007e8302f83e" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_50905bc22fc376f6ea8ee7a221c617f9.setContent(html_ded4ab52b0d5a54dc7f3007e8302f83e);
|
|
|
|
|
|
|
|
marker_990bb2f13217ca2bb0f9ec57e1abc001.bindPopup(popup_50905bc22fc376f6ea8ee7a221c617f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_990bb2f13217ca2bb0f9ec57e1abc001.setIcon(icon_121dd6b6338856393a097279c01eeb77);
|
|
|
|
|
|
var marker_689c9c178071c965b09782cfc0a9ea77 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1aba7986d7db89cf27b8b23e5a19b903 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4c4f9cf20c80064ee6d6e82bfdd7d0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_999ee61172999989696b4fcd366eae61 = $(`<div id="html_999ee61172999989696b4fcd366eae61" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_f4c4f9cf20c80064ee6d6e82bfdd7d0a.setContent(html_999ee61172999989696b4fcd366eae61);
|
|
|
|
|
|
|
|
marker_689c9c178071c965b09782cfc0a9ea77.bindPopup(popup_f4c4f9cf20c80064ee6d6e82bfdd7d0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_689c9c178071c965b09782cfc0a9ea77.setIcon(icon_1aba7986d7db89cf27b8b23e5a19b903);
|
|
|
|
|
|
var marker_95b8675d5dcbe4f7e6bdfe2492c58016 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_c1b4ae80779b032603637bb489f47a44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce626c9a6eafe6e567fa79b2c0801b27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6656b97a26407c7a23b21a01a4a47d5 = $(`<div id="html_b6656b97a26407c7a23b21a01a4a47d5" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_ce626c9a6eafe6e567fa79b2c0801b27.setContent(html_b6656b97a26407c7a23b21a01a4a47d5);
|
|
|
|
|
|
|
|
marker_95b8675d5dcbe4f7e6bdfe2492c58016.bindPopup(popup_ce626c9a6eafe6e567fa79b2c0801b27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95b8675d5dcbe4f7e6bdfe2492c58016.setIcon(icon_c1b4ae80779b032603637bb489f47a44);
|
|
|
|
|
|
var marker_25a232b6f6e7d4a9217cd8ba4ec3458d = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_27a1fc4f8eeb0489fc68863602f963ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2622ab70fcff3b6eff6c4f92018f309c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4020c14f588867fcc201427ee2162074 = $(`<div id="html_4020c14f588867fcc201427ee2162074" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_2622ab70fcff3b6eff6c4f92018f309c.setContent(html_4020c14f588867fcc201427ee2162074);
|
|
|
|
|
|
|
|
marker_25a232b6f6e7d4a9217cd8ba4ec3458d.bindPopup(popup_2622ab70fcff3b6eff6c4f92018f309c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25a232b6f6e7d4a9217cd8ba4ec3458d.setIcon(icon_27a1fc4f8eeb0489fc68863602f963ea);
|
|
|
|
|
|
var marker_823d99715b3bc775baafcdb138164f0b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6a7b7fbcaa29f04a22d656359bc46b74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_439f070e7415c5555bdb9fe7b78294ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7573d41a9bd7a913d50985c0387fdd8 = $(`<div id="html_d7573d41a9bd7a913d50985c0387fdd8" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_439f070e7415c5555bdb9fe7b78294ad.setContent(html_d7573d41a9bd7a913d50985c0387fdd8);
|
|
|
|
|
|
|
|
marker_823d99715b3bc775baafcdb138164f0b.bindPopup(popup_439f070e7415c5555bdb9fe7b78294ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_823d99715b3bc775baafcdb138164f0b.setIcon(icon_6a7b7fbcaa29f04a22d656359bc46b74);
|
|
|
|
|
|
var marker_070e24d46de2278c1cf7f38d15b9b72e = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ec97eab65586348c887a88d10e606275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae3665bc42627ac1d0c22aa3ad6d4880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4c10f730af2ad317d2b02502f3d231a = $(`<div id="html_f4c10f730af2ad317d2b02502f3d231a" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_ae3665bc42627ac1d0c22aa3ad6d4880.setContent(html_f4c10f730af2ad317d2b02502f3d231a);
|
|
|
|
|
|
|
|
marker_070e24d46de2278c1cf7f38d15b9b72e.bindPopup(popup_ae3665bc42627ac1d0c22aa3ad6d4880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_070e24d46de2278c1cf7f38d15b9b72e.setIcon(icon_ec97eab65586348c887a88d10e606275);
|
|
|
|
|
|
var marker_7e911e18e226ae94908bc8bc2bfc6786 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_36f4af01117d279cbd261cdea713c690 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bf3ff1f30934395fe7c76099bb8343f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43145d5792ef3d5923b996890e4ac027 = $(`<div id="html_43145d5792ef3d5923b996890e4ac027" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_9bf3ff1f30934395fe7c76099bb8343f.setContent(html_43145d5792ef3d5923b996890e4ac027);
|
|
|
|
|
|
|
|
marker_7e911e18e226ae94908bc8bc2bfc6786.bindPopup(popup_9bf3ff1f30934395fe7c76099bb8343f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e911e18e226ae94908bc8bc2bfc6786.setIcon(icon_36f4af01117d279cbd261cdea713c690);
|
|
|
|
|
|
var marker_a3476c6d328e9bd3320afa7f6c02b031 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4b9463e1a3dd57b7f38ecd2b2a1cb28e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00825d463052c0ba4d65154d13a00f8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e1bee367b31b43a56cb142b7dae515d = $(`<div id="html_3e1bee367b31b43a56cb142b7dae515d" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_00825d463052c0ba4d65154d13a00f8b.setContent(html_3e1bee367b31b43a56cb142b7dae515d);
|
|
|
|
|
|
|
|
marker_a3476c6d328e9bd3320afa7f6c02b031.bindPopup(popup_00825d463052c0ba4d65154d13a00f8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3476c6d328e9bd3320afa7f6c02b031.setIcon(icon_4b9463e1a3dd57b7f38ecd2b2a1cb28e);
|
|
|
|
|
|
var marker_612fed26cd15a833cb67b1c7cb6dfd73 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_59bc6c16b8175cc60e9766ef13051602 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_988c5bec60c8ff033f7057c30238fbb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b6c143d1560cfc7deb85188d998c2f5 = $(`<div id="html_9b6c143d1560cfc7deb85188d998c2f5" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_988c5bec60c8ff033f7057c30238fbb4.setContent(html_9b6c143d1560cfc7deb85188d998c2f5);
|
|
|
|
|
|
|
|
marker_612fed26cd15a833cb67b1c7cb6dfd73.bindPopup(popup_988c5bec60c8ff033f7057c30238fbb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_612fed26cd15a833cb67b1c7cb6dfd73.setIcon(icon_59bc6c16b8175cc60e9766ef13051602);
|
|
|
|
|
|
var marker_bf1953f709a6cd3997f2325ef07267e4 = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_adc68f6453912c0e327e63242f63f43e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51eda2d4cf244e6d698aa31374eb1632 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90bce93093f02f557bf40821158b059f = $(`<div id="html_90bce93093f02f557bf40821158b059f" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_51eda2d4cf244e6d698aa31374eb1632.setContent(html_90bce93093f02f557bf40821158b059f);
|
|
|
|
|
|
|
|
marker_bf1953f709a6cd3997f2325ef07267e4.bindPopup(popup_51eda2d4cf244e6d698aa31374eb1632)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf1953f709a6cd3997f2325ef07267e4.setIcon(icon_adc68f6453912c0e327e63242f63f43e);
|
|
|
|
|
|
var marker_d2a0f5abb9762ae1110b654308bc6cb1 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_bb9ca8763efaf576b500673c8220927a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_224ab66677e4ee7f3d29b40498dcd339 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41cbea77730f6c75c893130837d1c8b2 = $(`<div id="html_41cbea77730f6c75c893130837d1c8b2" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_224ab66677e4ee7f3d29b40498dcd339.setContent(html_41cbea77730f6c75c893130837d1c8b2);
|
|
|
|
|
|
|
|
marker_d2a0f5abb9762ae1110b654308bc6cb1.bindPopup(popup_224ab66677e4ee7f3d29b40498dcd339)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2a0f5abb9762ae1110b654308bc6cb1.setIcon(icon_bb9ca8763efaf576b500673c8220927a);
|
|
|
|
|
|
var marker_a86283bb4a6614b2d633b2df29e65315 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6974524b9f2a7f488a9f60ad1e91541f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60c35d3383f4b26f8dd59df3c2d53842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b521f842639e0844121577982d5d5f78 = $(`<div id="html_b521f842639e0844121577982d5d5f78" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_60c35d3383f4b26f8dd59df3c2d53842.setContent(html_b521f842639e0844121577982d5d5f78);
|
|
|
|
|
|
|
|
marker_a86283bb4a6614b2d633b2df29e65315.bindPopup(popup_60c35d3383f4b26f8dd59df3c2d53842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a86283bb4a6614b2d633b2df29e65315.setIcon(icon_6974524b9f2a7f488a9f60ad1e91541f);
|
|
|
|
|
|
var marker_271216fa19165e99cd32d9cc781075eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_af88d28cd9a34f8a29d005b49d70fbe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cc4c3f1b8a2545282b420d7a9afd2df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_049a91513797cba7f7fa19dc402618aa = $(`<div id="html_049a91513797cba7f7fa19dc402618aa" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_4cc4c3f1b8a2545282b420d7a9afd2df.setContent(html_049a91513797cba7f7fa19dc402618aa);
|
|
|
|
|
|
|
|
marker_271216fa19165e99cd32d9cc781075eb.bindPopup(popup_4cc4c3f1b8a2545282b420d7a9afd2df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_271216fa19165e99cd32d9cc781075eb.setIcon(icon_af88d28cd9a34f8a29d005b49d70fbe2);
|
|
|
|
|
|
var marker_dfbe5ef6574f56b77067b58cafc41ee9 = L.marker(
|
|
[41.1542, -8.60964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_baabae9a7eb733c9bc36e60abbc2bc35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bc9e05ebdf322b2ac71843446c4cdc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a42500217f5d61036feb68de44a9e4 = $(`<div id="html_02a42500217f5d61036feb68de44a9e4" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_9bc9e05ebdf322b2ac71843446c4cdc7.setContent(html_02a42500217f5d61036feb68de44a9e4);
|
|
|
|
|
|
|
|
marker_dfbe5ef6574f56b77067b58cafc41ee9.bindPopup(popup_9bc9e05ebdf322b2ac71843446c4cdc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfbe5ef6574f56b77067b58cafc41ee9.setIcon(icon_baabae9a7eb733c9bc36e60abbc2bc35);
|
|
|
|
|
|
var marker_922f2e8f5ced49affe14c45364382d27 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_8fc0c30d46de136807f34271a569b18e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b834ac0fd90fd8d50c083126dd62881f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9322eef8822758fcc860b298769744d = $(`<div id="html_f9322eef8822758fcc860b298769744d" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_b834ac0fd90fd8d50c083126dd62881f.setContent(html_f9322eef8822758fcc860b298769744d);
|
|
|
|
|
|
|
|
marker_922f2e8f5ced49affe14c45364382d27.bindPopup(popup_b834ac0fd90fd8d50c083126dd62881f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_922f2e8f5ced49affe14c45364382d27.setIcon(icon_8fc0c30d46de136807f34271a569b18e);
|
|
|
|
|
|
var marker_9aa34fe587c3c5e2507e49b559043676 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a9c0745ffe878208c2dce0b2293461f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa44eb0ed662b5edc55c62c109e1c79a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac27b6bf47cf0ef2d976621aa8e6c40b = $(`<div id="html_ac27b6bf47cf0ef2d976621aa8e6c40b" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_fa44eb0ed662b5edc55c62c109e1c79a.setContent(html_ac27b6bf47cf0ef2d976621aa8e6c40b);
|
|
|
|
|
|
|
|
marker_9aa34fe587c3c5e2507e49b559043676.bindPopup(popup_fa44eb0ed662b5edc55c62c109e1c79a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9aa34fe587c3c5e2507e49b559043676.setIcon(icon_a9c0745ffe878208c2dce0b2293461f8);
|
|
|
|
|
|
var marker_3d8456789641db5286fe1522a8a520ad = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a2b7d2ec3e0f442d70c93fd00f9ab3d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0544e8da85129088f996eed5b1bdd83a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97f9531c8124550aa5c3ed084ef7fb10 = $(`<div id="html_97f9531c8124550aa5c3ed084ef7fb10" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_0544e8da85129088f996eed5b1bdd83a.setContent(html_97f9531c8124550aa5c3ed084ef7fb10);
|
|
|
|
|
|
|
|
marker_3d8456789641db5286fe1522a8a520ad.bindPopup(popup_0544e8da85129088f996eed5b1bdd83a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d8456789641db5286fe1522a8a520ad.setIcon(icon_a2b7d2ec3e0f442d70c93fd00f9ab3d6);
|
|
|
|
|
|
var marker_6a3a3d7e744a614519815f79646fac66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7a6331550eaa0713773f0257cd92ef05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb99da027e0d060c1f10817ebcf8a099 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5c8e258a756b9e059f7ff616623e1e7 = $(`<div id="html_c5c8e258a756b9e059f7ff616623e1e7" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_eb99da027e0d060c1f10817ebcf8a099.setContent(html_c5c8e258a756b9e059f7ff616623e1e7);
|
|
|
|
|
|
|
|
marker_6a3a3d7e744a614519815f79646fac66.bindPopup(popup_eb99da027e0d060c1f10817ebcf8a099)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a3a3d7e744a614519815f79646fac66.setIcon(icon_7a6331550eaa0713773f0257cd92ef05);
|
|
|
|
|
|
var marker_e6d039074b0047f43fbd0f4c25319b0a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5254a400e39946fc2f64a6142083d323 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b98e23ec8c39600ae8d01fec693c074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf322a14c444ddd131c8cb8d748b7856 = $(`<div id="html_bf322a14c444ddd131c8cb8d748b7856" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_4b98e23ec8c39600ae8d01fec693c074.setContent(html_bf322a14c444ddd131c8cb8d748b7856);
|
|
|
|
|
|
|
|
marker_e6d039074b0047f43fbd0f4c25319b0a.bindPopup(popup_4b98e23ec8c39600ae8d01fec693c074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6d039074b0047f43fbd0f4c25319b0a.setIcon(icon_5254a400e39946fc2f64a6142083d323);
|
|
|
|
|
|
var marker_f497fc55e53647a551df03cb7b452cd8 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_18c4ead95ce2f3ff44c1e71250308d0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e11fc41326ea0a0560e670e08b7ae3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45b0fb5daa8886a8126df1b2f6a208c4 = $(`<div id="html_45b0fb5daa8886a8126df1b2f6a208c4" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_f4e11fc41326ea0a0560e670e08b7ae3.setContent(html_45b0fb5daa8886a8126df1b2f6a208c4);
|
|
|
|
|
|
|
|
marker_f497fc55e53647a551df03cb7b452cd8.bindPopup(popup_f4e11fc41326ea0a0560e670e08b7ae3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f497fc55e53647a551df03cb7b452cd8.setIcon(icon_18c4ead95ce2f3ff44c1e71250308d0e);
|
|
|
|
|
|
var marker_ebf7e0b98555689067d24338f3dbbf3d = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ec552ebf961a20862eb8d82887a10511 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26283d1f19bb2147297fc2d5f94b9e79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48824fdeb9e1c779f29d7cf0c584deec = $(`<div id="html_48824fdeb9e1c779f29d7cf0c584deec" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_26283d1f19bb2147297fc2d5f94b9e79.setContent(html_48824fdeb9e1c779f29d7cf0c584deec);
|
|
|
|
|
|
|
|
marker_ebf7e0b98555689067d24338f3dbbf3d.bindPopup(popup_26283d1f19bb2147297fc2d5f94b9e79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebf7e0b98555689067d24338f3dbbf3d.setIcon(icon_ec552ebf961a20862eb8d82887a10511);
|
|
|
|
|
|
var marker_fc87e1a9415d92d513b7d655d9821861 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_0bec6bf91c6afdfafbdf5036c28e759e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd719da60f2644907cf09d49ac0dc7eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79a5f1eed41a4d4f216c7d8aec9f2f94 = $(`<div id="html_79a5f1eed41a4d4f216c7d8aec9f2f94" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_dd719da60f2644907cf09d49ac0dc7eb.setContent(html_79a5f1eed41a4d4f216c7d8aec9f2f94);
|
|
|
|
|
|
|
|
marker_fc87e1a9415d92d513b7d655d9821861.bindPopup(popup_dd719da60f2644907cf09d49ac0dc7eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc87e1a9415d92d513b7d655d9821861.setIcon(icon_0bec6bf91c6afdfafbdf5036c28e759e);
|
|
|
|
|
|
var marker_75e242b25319e46693675998a3a4d617 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5cf8d4b0bb87c71ffa0a5e163d668f1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2ea1e468e3a3428a6de64323b12ecdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15537e42dba35e6682db50a8e65069cd = $(`<div id="html_15537e42dba35e6682db50a8e65069cd" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_b2ea1e468e3a3428a6de64323b12ecdc.setContent(html_15537e42dba35e6682db50a8e65069cd);
|
|
|
|
|
|
|
|
marker_75e242b25319e46693675998a3a4d617.bindPopup(popup_b2ea1e468e3a3428a6de64323b12ecdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75e242b25319e46693675998a3a4d617.setIcon(icon_5cf8d4b0bb87c71ffa0a5e163d668f1d);
|
|
|
|
|
|
var marker_5b6c23298e8416798966cf8be520e8f7 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_dc31a31e33a680d06a4d16fd61ef00d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1830098c8d00325a3bab1e78e4bbe8b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8029bbab45b9c727cb033b438186c5a7 = $(`<div id="html_8029bbab45b9c727cb033b438186c5a7" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_1830098c8d00325a3bab1e78e4bbe8b4.setContent(html_8029bbab45b9c727cb033b438186c5a7);
|
|
|
|
|
|
|
|
marker_5b6c23298e8416798966cf8be520e8f7.bindPopup(popup_1830098c8d00325a3bab1e78e4bbe8b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b6c23298e8416798966cf8be520e8f7.setIcon(icon_dc31a31e33a680d06a4d16fd61ef00d9);
|
|
|
|
|
|
var marker_e11863d7711185db2dd50a33c37d010a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_4a1d0d84a0ec82ea71c5f8e716c2a880 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79571db5c48f753417679a0dd97d34e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7505de682e460899ad397f7859aa274a = $(`<div id="html_7505de682e460899ad397f7859aa274a" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_79571db5c48f753417679a0dd97d34e0.setContent(html_7505de682e460899ad397f7859aa274a);
|
|
|
|
|
|
|
|
marker_e11863d7711185db2dd50a33c37d010a.bindPopup(popup_79571db5c48f753417679a0dd97d34e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e11863d7711185db2dd50a33c37d010a.setIcon(icon_4a1d0d84a0ec82ea71c5f8e716c2a880);
|
|
|
|
|
|
var marker_ab2d6cfdaf720daa516a2d0d9d38f34a = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5ed4ec0343ff086289f7a381a03cec29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_473dd1487ca59cfe12e997b05a13ea20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf4796e4f1aa619d4f19e1f2f55a0473 = $(`<div id="html_cf4796e4f1aa619d4f19e1f2f55a0473" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_473dd1487ca59cfe12e997b05a13ea20.setContent(html_cf4796e4f1aa619d4f19e1f2f55a0473);
|
|
|
|
|
|
|
|
marker_ab2d6cfdaf720daa516a2d0d9d38f34a.bindPopup(popup_473dd1487ca59cfe12e997b05a13ea20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2d6cfdaf720daa516a2d0d9d38f34a.setIcon(icon_5ed4ec0343ff086289f7a381a03cec29);
|
|
|
|
|
|
var marker_062285a1bf6533cd3afa9b9dbf2b88bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_87697c5ea191ea7a8ec0f2606edf7255 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ac40687fb9aec3899af99837b628ef5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_838e433740bff30c12a94b8d8e5fafab = $(`<div id="html_838e433740bff30c12a94b8d8e5fafab" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_5ac40687fb9aec3899af99837b628ef5.setContent(html_838e433740bff30c12a94b8d8e5fafab);
|
|
|
|
|
|
|
|
marker_062285a1bf6533cd3afa9b9dbf2b88bf.bindPopup(popup_5ac40687fb9aec3899af99837b628ef5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_062285a1bf6533cd3afa9b9dbf2b88bf.setIcon(icon_87697c5ea191ea7a8ec0f2606edf7255);
|
|
|
|
|
|
var marker_67102dd55fc7df53be0d88a1088516a6 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a68e5f29fd8f64efa64f4ffa6ebb3027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eac957a65c124325224b216af84a14e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_693560dd423f95a413746fa1be259989 = $(`<div id="html_693560dd423f95a413746fa1be259989" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_eac957a65c124325224b216af84a14e7.setContent(html_693560dd423f95a413746fa1be259989);
|
|
|
|
|
|
|
|
marker_67102dd55fc7df53be0d88a1088516a6.bindPopup(popup_eac957a65c124325224b216af84a14e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67102dd55fc7df53be0d88a1088516a6.setIcon(icon_a68e5f29fd8f64efa64f4ffa6ebb3027);
|
|
|
|
|
|
var marker_a5cb014af31f8982dcc7b8a1ebc944aa = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_05094d3e0465c9e6d7a3652300800695 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bb74851a21227d9f7669746e187c751 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad5b4c2554204dd4beb951d4f44b22c8 = $(`<div id="html_ad5b4c2554204dd4beb951d4f44b22c8" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_2bb74851a21227d9f7669746e187c751.setContent(html_ad5b4c2554204dd4beb951d4f44b22c8);
|
|
|
|
|
|
|
|
marker_a5cb014af31f8982dcc7b8a1ebc944aa.bindPopup(popup_2bb74851a21227d9f7669746e187c751)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5cb014af31f8982dcc7b8a1ebc944aa.setIcon(icon_05094d3e0465c9e6d7a3652300800695);
|
|
|
|
|
|
var marker_5d9acadea96e10d79032ff72d7147d58 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_281bf2da4dd43f42ec0c164178877948 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3ed2ff00abacc43213a0bcf331ad681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c141532c151d970d995f4730c3463ba4 = $(`<div id="html_c141532c151d970d995f4730c3463ba4" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_c3ed2ff00abacc43213a0bcf331ad681.setContent(html_c141532c151d970d995f4730c3463ba4);
|
|
|
|
|
|
|
|
marker_5d9acadea96e10d79032ff72d7147d58.bindPopup(popup_c3ed2ff00abacc43213a0bcf331ad681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d9acadea96e10d79032ff72d7147d58.setIcon(icon_281bf2da4dd43f42ec0c164178877948);
|
|
|
|
|
|
var marker_ed044cd68e5a9b4c6d83e672105ab337 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_685f8eb950bb1c1b89e1e53d4e43244b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ac908b57c38c98d92e257a3f6136b2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_075475690757b66cd9c877c478738c2f = $(`<div id="html_075475690757b66cd9c877c478738c2f" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_9ac908b57c38c98d92e257a3f6136b2b.setContent(html_075475690757b66cd9c877c478738c2f);
|
|
|
|
|
|
|
|
marker_ed044cd68e5a9b4c6d83e672105ab337.bindPopup(popup_9ac908b57c38c98d92e257a3f6136b2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed044cd68e5a9b4c6d83e672105ab337.setIcon(icon_685f8eb950bb1c1b89e1e53d4e43244b);
|
|
|
|
|
|
var marker_951ce75e700966c8594e6445fb36e647 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7c275f54f644637d1e0d6bc289ca8cc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab443c5d46d108b7eb24a1c338416c7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31cb9d27c18a51a4300c72dd62f4f020 = $(`<div id="html_31cb9d27c18a51a4300c72dd62f4f020" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_ab443c5d46d108b7eb24a1c338416c7a.setContent(html_31cb9d27c18a51a4300c72dd62f4f020);
|
|
|
|
|
|
|
|
marker_951ce75e700966c8594e6445fb36e647.bindPopup(popup_ab443c5d46d108b7eb24a1c338416c7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_951ce75e700966c8594e6445fb36e647.setIcon(icon_7c275f54f644637d1e0d6bc289ca8cc1);
|
|
|
|
|
|
var marker_e1bdeac477d04f64de5b1fb30e8a7ee5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9d21caeba4b590005f77496e1aa210f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f78e8da562b157156fbda83c4bbd96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5df4e758561aacd8fdefeee9ce6929ef = $(`<div id="html_5df4e758561aacd8fdefeee9ce6929ef" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_e3f78e8da562b157156fbda83c4bbd96.setContent(html_5df4e758561aacd8fdefeee9ce6929ef);
|
|
|
|
|
|
|
|
marker_e1bdeac477d04f64de5b1fb30e8a7ee5.bindPopup(popup_e3f78e8da562b157156fbda83c4bbd96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1bdeac477d04f64de5b1fb30e8a7ee5.setIcon(icon_9d21caeba4b590005f77496e1aa210f7);
|
|
|
|
|
|
var marker_6d216012d860082bb504e532a741a6d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_490029a5ce688c9fb7449a34b67406c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45771fe00eea50c24b023e38604f3e21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_283b4866e3240fc4a746de154c6d3081 = $(`<div id="html_283b4866e3240fc4a746de154c6d3081" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_45771fe00eea50c24b023e38604f3e21.setContent(html_283b4866e3240fc4a746de154c6d3081);
|
|
|
|
|
|
|
|
marker_6d216012d860082bb504e532a741a6d3.bindPopup(popup_45771fe00eea50c24b023e38604f3e21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d216012d860082bb504e532a741a6d3.setIcon(icon_490029a5ce688c9fb7449a34b67406c0);
|
|
|
|
|
|
var marker_c0ef901d5c194505b52d1ee186e9e026 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5824c1f69e646c4ca2a90983204c3e7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0541116ac755c0df942d63e66d6856d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e0889484c4e21b13136ed0a3eab13f = $(`<div id="html_72e0889484c4e21b13136ed0a3eab13f" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_c0541116ac755c0df942d63e66d6856d.setContent(html_72e0889484c4e21b13136ed0a3eab13f);
|
|
|
|
|
|
|
|
marker_c0ef901d5c194505b52d1ee186e9e026.bindPopup(popup_c0541116ac755c0df942d63e66d6856d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ef901d5c194505b52d1ee186e9e026.setIcon(icon_5824c1f69e646c4ca2a90983204c3e7b);
|
|
|
|
|
|
var marker_892851bb6b40e37f15afc685a0149406 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_482520e6efed46ebf20f7abad5faefe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7f508ac3146787cd879fc7433ad9195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2f66be0e56ba0a901dfa6dd0bd81ee8 = $(`<div id="html_a2f66be0e56ba0a901dfa6dd0bd81ee8" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_a7f508ac3146787cd879fc7433ad9195.setContent(html_a2f66be0e56ba0a901dfa6dd0bd81ee8);
|
|
|
|
|
|
|
|
marker_892851bb6b40e37f15afc685a0149406.bindPopup(popup_a7f508ac3146787cd879fc7433ad9195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_892851bb6b40e37f15afc685a0149406.setIcon(icon_482520e6efed46ebf20f7abad5faefe1);
|
|
|
|
|
|
var marker_49029612048fd5083c6f3069918a43e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7a67c0df972ade6923d1e9925846c5a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_869707e949d77547eb59dfdb450ca634 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_607ef0efe039a543385b10209cf94108 = $(`<div id="html_607ef0efe039a543385b10209cf94108" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_869707e949d77547eb59dfdb450ca634.setContent(html_607ef0efe039a543385b10209cf94108);
|
|
|
|
|
|
|
|
marker_49029612048fd5083c6f3069918a43e3.bindPopup(popup_869707e949d77547eb59dfdb450ca634)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49029612048fd5083c6f3069918a43e3.setIcon(icon_7a67c0df972ade6923d1e9925846c5a2);
|
|
|
|
|
|
var marker_d830c4144666e3d21b065aa2d7546edc = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2df283112f6957f9912e57fe89dc04dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b33f7e9abd28a057afa5428b2e51135 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c178502ef5855543713716d1c883749 = $(`<div id="html_4c178502ef5855543713716d1c883749" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_6b33f7e9abd28a057afa5428b2e51135.setContent(html_4c178502ef5855543713716d1c883749);
|
|
|
|
|
|
|
|
marker_d830c4144666e3d21b065aa2d7546edc.bindPopup(popup_6b33f7e9abd28a057afa5428b2e51135)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d830c4144666e3d21b065aa2d7546edc.setIcon(icon_2df283112f6957f9912e57fe89dc04dc);
|
|
|
|
|
|
var marker_cd9b89335b4f6d50778bced4a8efeb12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b86a4cded7be6c11d01dcfa64e35de28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e1a7f423f72ccf4512feffb3c5bb7f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bcbacdc303d95cba84062fe91777d12 = $(`<div id="html_7bcbacdc303d95cba84062fe91777d12" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_2e1a7f423f72ccf4512feffb3c5bb7f7.setContent(html_7bcbacdc303d95cba84062fe91777d12);
|
|
|
|
|
|
|
|
marker_cd9b89335b4f6d50778bced4a8efeb12.bindPopup(popup_2e1a7f423f72ccf4512feffb3c5bb7f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd9b89335b4f6d50778bced4a8efeb12.setIcon(icon_b86a4cded7be6c11d01dcfa64e35de28);
|
|
|
|
|
|
var marker_3fc46b30397db266113ab288fd1a4b86 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6e1e8b2d0d6d21287e99b9844ecec612 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e2e44ccb6021eceeedd2a2799fa04a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3facf93b00a090bc180d43bda38f5857 = $(`<div id="html_3facf93b00a090bc180d43bda38f5857" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_3e2e44ccb6021eceeedd2a2799fa04a3.setContent(html_3facf93b00a090bc180d43bda38f5857);
|
|
|
|
|
|
|
|
marker_3fc46b30397db266113ab288fd1a4b86.bindPopup(popup_3e2e44ccb6021eceeedd2a2799fa04a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fc46b30397db266113ab288fd1a4b86.setIcon(icon_6e1e8b2d0d6d21287e99b9844ecec612);
|
|
|
|
|
|
var marker_494ddbdb339384d59d252310e487ea08 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b6f07170f7c5f7d3d03c174d170ad193 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f3c20759c3683128c5181b97a1ccccf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fca78ed5cfa79d8cea7184a70c1a3a4 = $(`<div id="html_6fca78ed5cfa79d8cea7184a70c1a3a4" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_1f3c20759c3683128c5181b97a1ccccf.setContent(html_6fca78ed5cfa79d8cea7184a70c1a3a4);
|
|
|
|
|
|
|
|
marker_494ddbdb339384d59d252310e487ea08.bindPopup(popup_1f3c20759c3683128c5181b97a1ccccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_494ddbdb339384d59d252310e487ea08.setIcon(icon_b6f07170f7c5f7d3d03c174d170ad193);
|
|
|
|
|
|
var marker_d5b5a826e4cdab993b1a4c167a1fafdc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6448bb249f22c8824069c6e7f2c99601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c7b78e4cbcfdda4b483feedd2b4f7b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32f10847fde84700a8028f54b25166ac = $(`<div id="html_32f10847fde84700a8028f54b25166ac" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_9c7b78e4cbcfdda4b483feedd2b4f7b5.setContent(html_32f10847fde84700a8028f54b25166ac);
|
|
|
|
|
|
|
|
marker_d5b5a826e4cdab993b1a4c167a1fafdc.bindPopup(popup_9c7b78e4cbcfdda4b483feedd2b4f7b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5b5a826e4cdab993b1a4c167a1fafdc.setIcon(icon_6448bb249f22c8824069c6e7f2c99601);
|
|
|
|
|
|
var marker_b84d3a79be3b3d2f7dde4d15c98fd0bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b9030a899493147db2b595e6cf93cec1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fee1b16ea3df82af4eb0dfdc95a25d78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_730cd306c69016a19e62a149d7e79acc = $(`<div id="html_730cd306c69016a19e62a149d7e79acc" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_fee1b16ea3df82af4eb0dfdc95a25d78.setContent(html_730cd306c69016a19e62a149d7e79acc);
|
|
|
|
|
|
|
|
marker_b84d3a79be3b3d2f7dde4d15c98fd0bb.bindPopup(popup_fee1b16ea3df82af4eb0dfdc95a25d78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b84d3a79be3b3d2f7dde4d15c98fd0bb.setIcon(icon_b9030a899493147db2b595e6cf93cec1);
|
|
|
|
|
|
var marker_1e646a401273e4b9ed9d2994c347895f = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_433b291046e607a8390c5cc32017a092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80819ec54626692ea189558629b07f97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_294bdddb5f7f4ee12fb52640a321cfd5 = $(`<div id="html_294bdddb5f7f4ee12fb52640a321cfd5" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_80819ec54626692ea189558629b07f97.setContent(html_294bdddb5f7f4ee12fb52640a321cfd5);
|
|
|
|
|
|
|
|
marker_1e646a401273e4b9ed9d2994c347895f.bindPopup(popup_80819ec54626692ea189558629b07f97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e646a401273e4b9ed9d2994c347895f.setIcon(icon_433b291046e607a8390c5cc32017a092);
|
|
|
|
|
|
var marker_12e350555d3bffd0240c8361ef98308a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_34b1184e0e8a627b360f03374fbec58c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1430d9ec6199971a394cd3572834a96f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab646b41c5cdc0b229941a397beb5fe2 = $(`<div id="html_ab646b41c5cdc0b229941a397beb5fe2" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_1430d9ec6199971a394cd3572834a96f.setContent(html_ab646b41c5cdc0b229941a397beb5fe2);
|
|
|
|
|
|
|
|
marker_12e350555d3bffd0240c8361ef98308a.bindPopup(popup_1430d9ec6199971a394cd3572834a96f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12e350555d3bffd0240c8361ef98308a.setIcon(icon_34b1184e0e8a627b360f03374fbec58c);
|
|
|
|
|
|
var marker_d61494de3dbce8de357420ef4ed95550 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9d97fe223289d449f21a02eacde029af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6840e27e23cfbfccf2f55d0418691003 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c04463e32d121077630840c4980a2676 = $(`<div id="html_c04463e32d121077630840c4980a2676" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_6840e27e23cfbfccf2f55d0418691003.setContent(html_c04463e32d121077630840c4980a2676);
|
|
|
|
|
|
|
|
marker_d61494de3dbce8de357420ef4ed95550.bindPopup(popup_6840e27e23cfbfccf2f55d0418691003)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d61494de3dbce8de357420ef4ed95550.setIcon(icon_9d97fe223289d449f21a02eacde029af);
|
|
|
|
|
|
var marker_b63b51119117480edc8122cb4cf723ea = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_021aaef7c9a3279c9b95d8738fdc24e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3a5dcf2f9567bd3dc5a53526aac6003 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cca8c377dfc332bf7073296a0f208c6 = $(`<div id="html_2cca8c377dfc332bf7073296a0f208c6" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_d3a5dcf2f9567bd3dc5a53526aac6003.setContent(html_2cca8c377dfc332bf7073296a0f208c6);
|
|
|
|
|
|
|
|
marker_b63b51119117480edc8122cb4cf723ea.bindPopup(popup_d3a5dcf2f9567bd3dc5a53526aac6003)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b63b51119117480edc8122cb4cf723ea.setIcon(icon_021aaef7c9a3279c9b95d8738fdc24e4);
|
|
|
|
|
|
var marker_a025f5c84b321941a9b67d0562307e9e = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_6a3090046a6921b3863b2111d29ee9c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5cc10ee67282d21703b241488d39e9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7818acfeceb4b3694e30cd5ceb87ad34 = $(`<div id="html_7818acfeceb4b3694e30cd5ceb87ad34" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_e5cc10ee67282d21703b241488d39e9e.setContent(html_7818acfeceb4b3694e30cd5ceb87ad34);
|
|
|
|
|
|
|
|
marker_a025f5c84b321941a9b67d0562307e9e.bindPopup(popup_e5cc10ee67282d21703b241488d39e9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a025f5c84b321941a9b67d0562307e9e.setIcon(icon_6a3090046a6921b3863b2111d29ee9c9);
|
|
|
|
|
|
var marker_030379c16927d2497626f09d371cf7fc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_5e8769b0ad5e09b9f605287c4ced2ea3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab520b358f14a582183651fa33555541 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee4f4df6dd9826c0db3ca244f58a4730 = $(`<div id="html_ee4f4df6dd9826c0db3ca244f58a4730" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_ab520b358f14a582183651fa33555541.setContent(html_ee4f4df6dd9826c0db3ca244f58a4730);
|
|
|
|
|
|
|
|
marker_030379c16927d2497626f09d371cf7fc.bindPopup(popup_ab520b358f14a582183651fa33555541)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_030379c16927d2497626f09d371cf7fc.setIcon(icon_5e8769b0ad5e09b9f605287c4ced2ea3);
|
|
|
|
|
|
var marker_dc3c56f86be089d8af4e6c4326b80997 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_589d616c1dd4c9c6d9fe06fb544f2af0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aab3e7c3d63c27a9ddad4bfc1eb609d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79b356fea4962c8046812daa5edd28a3 = $(`<div id="html_79b356fea4962c8046812daa5edd28a3" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_4aab3e7c3d63c27a9ddad4bfc1eb609d.setContent(html_79b356fea4962c8046812daa5edd28a3);
|
|
|
|
|
|
|
|
marker_dc3c56f86be089d8af4e6c4326b80997.bindPopup(popup_4aab3e7c3d63c27a9ddad4bfc1eb609d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc3c56f86be089d8af4e6c4326b80997.setIcon(icon_589d616c1dd4c9c6d9fe06fb544f2af0);
|
|
|
|
|
|
var marker_33266d2a63cd49104d064b29006c9c78 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_52199506e44dc2884c71364167f572a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf2aa14748a8d1614b85661368f5eb90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2320a4649231a60e1a97285e7d09147b = $(`<div id="html_2320a4649231a60e1a97285e7d09147b" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_bf2aa14748a8d1614b85661368f5eb90.setContent(html_2320a4649231a60e1a97285e7d09147b);
|
|
|
|
|
|
|
|
marker_33266d2a63cd49104d064b29006c9c78.bindPopup(popup_bf2aa14748a8d1614b85661368f5eb90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33266d2a63cd49104d064b29006c9c78.setIcon(icon_52199506e44dc2884c71364167f572a9);
|
|
|
|
|
|
var marker_2476a43c88eb4b4f0edab50bde2ac66a = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_2f3ee4f63ba764a25535d1d943559ba4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92dbb05e9b1894204660b06446eafd09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93ab0a3bc558c190ed9a23cffcba1062 = $(`<div id="html_93ab0a3bc558c190ed9a23cffcba1062" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_92dbb05e9b1894204660b06446eafd09.setContent(html_93ab0a3bc558c190ed9a23cffcba1062);
|
|
|
|
|
|
|
|
marker_2476a43c88eb4b4f0edab50bde2ac66a.bindPopup(popup_92dbb05e9b1894204660b06446eafd09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2476a43c88eb4b4f0edab50bde2ac66a.setIcon(icon_2f3ee4f63ba764a25535d1d943559ba4);
|
|
|
|
|
|
var marker_13d2fd0549aaebb1bfa32d774e6533e2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_fb2d44833c907dd9549dab3683daed4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccb346960ecb9c0186452b82d5b7074d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c3db0454f60a2f9206f010d7f472974 = $(`<div id="html_2c3db0454f60a2f9206f010d7f472974" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_ccb346960ecb9c0186452b82d5b7074d.setContent(html_2c3db0454f60a2f9206f010d7f472974);
|
|
|
|
|
|
|
|
marker_13d2fd0549aaebb1bfa32d774e6533e2.bindPopup(popup_ccb346960ecb9c0186452b82d5b7074d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13d2fd0549aaebb1bfa32d774e6533e2.setIcon(icon_fb2d44833c907dd9549dab3683daed4b);
|
|
|
|
|
|
var marker_b4d672011e961d15dd370a90b3eae992 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7bb14700eac165b1c237a53e07c6241e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5363c9a37fbdf3145dbb90a0628a7078 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47523a8929764f966868449b81e726db = $(`<div id="html_47523a8929764f966868449b81e726db" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_5363c9a37fbdf3145dbb90a0628a7078.setContent(html_47523a8929764f966868449b81e726db);
|
|
|
|
|
|
|
|
marker_b4d672011e961d15dd370a90b3eae992.bindPopup(popup_5363c9a37fbdf3145dbb90a0628a7078)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4d672011e961d15dd370a90b3eae992.setIcon(icon_7bb14700eac165b1c237a53e07c6241e);
|
|
|
|
|
|
var marker_2d90472ac20c86657d8c297e3e49dc13 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_44692812157fcee681a4e9655d795af0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dca14828c2710bd107bcea84d7ed77f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5dd6edea6d09ea7b34a40b16ac58ff3 = $(`<div id="html_f5dd6edea6d09ea7b34a40b16ac58ff3" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_dca14828c2710bd107bcea84d7ed77f8.setContent(html_f5dd6edea6d09ea7b34a40b16ac58ff3);
|
|
|
|
|
|
|
|
marker_2d90472ac20c86657d8c297e3e49dc13.bindPopup(popup_dca14828c2710bd107bcea84d7ed77f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d90472ac20c86657d8c297e3e49dc13.setIcon(icon_44692812157fcee681a4e9655d795af0);
|
|
|
|
|
|
var marker_c52be1b8d125218a325bc82f829eb09c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_a094bd714427bc4ff9c1c2ede3ca7179 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53d646edd48fb27c870ac11e57c78e05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ff9f1f39eeadebe98918df92324af05 = $(`<div id="html_3ff9f1f39eeadebe98918df92324af05" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_53d646edd48fb27c870ac11e57c78e05.setContent(html_3ff9f1f39eeadebe98918df92324af05);
|
|
|
|
|
|
|
|
marker_c52be1b8d125218a325bc82f829eb09c.bindPopup(popup_53d646edd48fb27c870ac11e57c78e05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c52be1b8d125218a325bc82f829eb09c.setIcon(icon_a094bd714427bc4ff9c1c2ede3ca7179);
|
|
|
|
|
|
var marker_1affa7f2456a2bf7f882fdb1c852ca52 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_9d102a42cf5b6e87b19a0e8d8f784b74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2a8eb2cd4df1cbbed26e11ce8804491 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b5076e7b65603d313448fffd8a9da7 = $(`<div id="html_35b5076e7b65603d313448fffd8a9da7" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_b2a8eb2cd4df1cbbed26e11ce8804491.setContent(html_35b5076e7b65603d313448fffd8a9da7);
|
|
|
|
|
|
|
|
marker_1affa7f2456a2bf7f882fdb1c852ca52.bindPopup(popup_b2a8eb2cd4df1cbbed26e11ce8804491)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1affa7f2456a2bf7f882fdb1c852ca52.setIcon(icon_9d102a42cf5b6e87b19a0e8d8f784b74);
|
|
|
|
|
|
var marker_517f08adc1ed48e0a4d272e96067b30c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3b3e9ba31ea0f93b9ab24d667e7f07b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_807824e94251ea028b592d05f1afd63a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f913347dbfa74f4c69d11cae8905de90 = $(`<div id="html_f913347dbfa74f4c69d11cae8905de90" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_807824e94251ea028b592d05f1afd63a.setContent(html_f913347dbfa74f4c69d11cae8905de90);
|
|
|
|
|
|
|
|
marker_517f08adc1ed48e0a4d272e96067b30c.bindPopup(popup_807824e94251ea028b592d05f1afd63a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_517f08adc1ed48e0a4d272e96067b30c.setIcon(icon_3b3e9ba31ea0f93b9ab24d667e7f07b6);
|
|
|
|
|
|
var marker_ba7c7dda233fbe1f5e599fb83956b2d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_8cd5713bdbbd9743d317bddc440d9122 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aab38b70ed0f9d2e42e6b365a9bf5440 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8bfa4e0fda7c30f38930fc6272e8fd2 = $(`<div id="html_d8bfa4e0fda7c30f38930fc6272e8fd2" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_aab38b70ed0f9d2e42e6b365a9bf5440.setContent(html_d8bfa4e0fda7c30f38930fc6272e8fd2);
|
|
|
|
|
|
|
|
marker_ba7c7dda233fbe1f5e599fb83956b2d1.bindPopup(popup_aab38b70ed0f9d2e42e6b365a9bf5440)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba7c7dda233fbe1f5e599fb83956b2d1.setIcon(icon_8cd5713bdbbd9743d317bddc440d9122);
|
|
|
|
|
|
var marker_1c9e533a521ef853c5c6fccdff863a2d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_55d977b7116f013d28470524d413bee2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f7405e5dfed11f6d492ce1a40826374 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c809f1ab00b3f572a6cda26d879d80 = $(`<div id="html_12c809f1ab00b3f572a6cda26d879d80" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_5f7405e5dfed11f6d492ce1a40826374.setContent(html_12c809f1ab00b3f572a6cda26d879d80);
|
|
|
|
|
|
|
|
marker_1c9e533a521ef853c5c6fccdff863a2d.bindPopup(popup_5f7405e5dfed11f6d492ce1a40826374)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c9e533a521ef853c5c6fccdff863a2d.setIcon(icon_55d977b7116f013d28470524d413bee2);
|
|
|
|
|
|
var marker_3b1f8147167a823c8977c57e52d0d230 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_7c2587ce494a721757b2fab09e85fc2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df70b07ed8895da686659e29abc19554 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2d4b03aac7395f36d4f2d696512b965 = $(`<div id="html_d2d4b03aac7395f36d4f2d696512b965" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_df70b07ed8895da686659e29abc19554.setContent(html_d2d4b03aac7395f36d4f2d696512b965);
|
|
|
|
|
|
|
|
marker_3b1f8147167a823c8977c57e52d0d230.bindPopup(popup_df70b07ed8895da686659e29abc19554)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b1f8147167a823c8977c57e52d0d230.setIcon(icon_7c2587ce494a721757b2fab09e85fc2d);
|
|
|
|
|
|
var marker_830d9acc652cba53aedb742d8e2fdc3b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_dd0206980e6564fd85a60347be8b6154 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1cc4b994c83e9d35c42bd029911f66f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5b75010d84882c36f3c3ba0dd59b5f8 = $(`<div id="html_d5b75010d84882c36f3c3ba0dd59b5f8" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_b1cc4b994c83e9d35c42bd029911f66f.setContent(html_d5b75010d84882c36f3c3ba0dd59b5f8);
|
|
|
|
|
|
|
|
marker_830d9acc652cba53aedb742d8e2fdc3b.bindPopup(popup_b1cc4b994c83e9d35c42bd029911f66f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_830d9acc652cba53aedb742d8e2fdc3b.setIcon(icon_dd0206980e6564fd85a60347be8b6154);
|
|
|
|
|
|
var marker_6469607db92789e5c3c9259dc1676127 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_dfdb34a68d950266b50109c8f5b22784 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcdb9d27132f6b717132c20c5267cf47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a42e36880ecfbb161f6713fe6c84078b = $(`<div id="html_a42e36880ecfbb161f6713fe6c84078b" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_bcdb9d27132f6b717132c20c5267cf47.setContent(html_a42e36880ecfbb161f6713fe6c84078b);
|
|
|
|
|
|
|
|
marker_6469607db92789e5c3c9259dc1676127.bindPopup(popup_bcdb9d27132f6b717132c20c5267cf47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6469607db92789e5c3c9259dc1676127.setIcon(icon_dfdb34a68d950266b50109c8f5b22784);
|
|
|
|
|
|
var marker_e93e3f14689c3a76fcac4d35a66deaae = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_3c12701a0739c8451fc1d6636c428618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f73818a9e69bf2b7a634616ceb4e9278 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ccc019868f06b632923a1577a6200f2 = $(`<div id="html_3ccc019868f06b632923a1577a6200f2" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_f73818a9e69bf2b7a634616ceb4e9278.setContent(html_3ccc019868f06b632923a1577a6200f2);
|
|
|
|
|
|
|
|
marker_e93e3f14689c3a76fcac4d35a66deaae.bindPopup(popup_f73818a9e69bf2b7a634616ceb4e9278)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e93e3f14689c3a76fcac4d35a66deaae.setIcon(icon_3c12701a0739c8451fc1d6636c428618);
|
|
|
|
|
|
var marker_af26acbaa28d2873b0f0879952cfa34d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ce806ba1b9184afaec7785b3b339da88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c358c644b7ca0bcb6b408b986193d0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bf91e7ad174c452b1789d415ca30907 = $(`<div id="html_6bf91e7ad174c452b1789d415ca30907" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_1c358c644b7ca0bcb6b408b986193d0e.setContent(html_6bf91e7ad174c452b1789d415ca30907);
|
|
|
|
|
|
|
|
marker_af26acbaa28d2873b0f0879952cfa34d.bindPopup(popup_1c358c644b7ca0bcb6b408b986193d0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af26acbaa28d2873b0f0879952cfa34d.setIcon(icon_ce806ba1b9184afaec7785b3b339da88);
|
|
|
|
|
|
var marker_de19be54acd921df9a270c61258075c8 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_dc2fe3fb19c28686e7ab87252fdd6ec7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d32b0a49bfaffebb6bcc214f590d6bfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca3f62a93897fd5bafc6408c51924ebc = $(`<div id="html_ca3f62a93897fd5bafc6408c51924ebc" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_d32b0a49bfaffebb6bcc214f590d6bfd.setContent(html_ca3f62a93897fd5bafc6408c51924ebc);
|
|
|
|
|
|
|
|
marker_de19be54acd921df9a270c61258075c8.bindPopup(popup_d32b0a49bfaffebb6bcc214f590d6bfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de19be54acd921df9a270c61258075c8.setIcon(icon_dc2fe3fb19c28686e7ab87252fdd6ec7);
|
|
|
|
|
|
var marker_d78bdabdd545befd50bf9559023ef830 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_8fb3cbcbad33c0596f4dd720ac5f7552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d421431e04ed0ce0282c60f5321502d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_635e2a74777d74ab9c0d3f99aa3d5ddd = $(`<div id="html_635e2a74777d74ab9c0d3f99aa3d5ddd" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_d421431e04ed0ce0282c60f5321502d3.setContent(html_635e2a74777d74ab9c0d3f99aa3d5ddd);
|
|
|
|
|
|
|
|
marker_d78bdabdd545befd50bf9559023ef830.bindPopup(popup_d421431e04ed0ce0282c60f5321502d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d78bdabdd545befd50bf9559023ef830.setIcon(icon_8fb3cbcbad33c0596f4dd720ac5f7552);
|
|
|
|
|
|
var marker_a8aed913947ea1f45dd0132aff8d7f71 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ad051724a65feb9fc16a91b59882737c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76b9f517b94e5bdd1b4b1e5e6a880fd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c50527d3ef9e5b3e22859484b357383 = $(`<div id="html_6c50527d3ef9e5b3e22859484b357383" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_76b9f517b94e5bdd1b4b1e5e6a880fd1.setContent(html_6c50527d3ef9e5b3e22859484b357383);
|
|
|
|
|
|
|
|
marker_a8aed913947ea1f45dd0132aff8d7f71.bindPopup(popup_76b9f517b94e5bdd1b4b1e5e6a880fd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8aed913947ea1f45dd0132aff8d7f71.setIcon(icon_ad051724a65feb9fc16a91b59882737c);
|
|
|
|
|
|
var marker_b56d2366c5b172d5c81ab97beb0fb409 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_e6956c971fa23675a46f3d4acca82623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df37b5669a9bb2b9ff8a8fc639156d26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e75420b948be9b825df89f006bbba887 = $(`<div id="html_e75420b948be9b825df89f006bbba887" style="width: 100.0%; height: 100.0%;">additions-rev-rainbow-task.trycloudflare.com</div>`)[0];
|
|
popup_df37b5669a9bb2b9ff8a8fc639156d26.setContent(html_e75420b948be9b825df89f006bbba887);
|
|
|
|
|
|
|
|
marker_b56d2366c5b172d5c81ab97beb0fb409.bindPopup(popup_df37b5669a9bb2b9ff8a8fc639156d26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b56d2366c5b172d5c81ab97beb0fb409.setIcon(icon_e6956c971fa23675a46f3d4acca82623);
|
|
|
|
|
|
var marker_6f4100794c5a104c55b8a9083c4e68cf = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_cef024b1a346f815b8f221ce0a28ae92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e63566267d4d8081bd1a63590aabaf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0beca7467572d4d17777f3a312c5bd = $(`<div id="html_bd0beca7467572d4d17777f3a312c5bd" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_0e63566267d4d8081bd1a63590aabaf8.setContent(html_bd0beca7467572d4d17777f3a312c5bd);
|
|
|
|
|
|
|
|
marker_6f4100794c5a104c55b8a9083c4e68cf.bindPopup(popup_0e63566267d4d8081bd1a63590aabaf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f4100794c5a104c55b8a9083c4e68cf.setIcon(icon_cef024b1a346f815b8f221ce0a28ae92);
|
|
|
|
|
|
var marker_ea71bbed55b4d16cb11c1dab07ece078 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_da11b3f46fbc1458f38d5a5b435b3d52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3183ce75faa578b96f04ea89036dd678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a01b6311e5eb20782e13d2097e33dcfb = $(`<div id="html_a01b6311e5eb20782e13d2097e33dcfb" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_3183ce75faa578b96f04ea89036dd678.setContent(html_a01b6311e5eb20782e13d2097e33dcfb);
|
|
|
|
|
|
|
|
marker_ea71bbed55b4d16cb11c1dab07ece078.bindPopup(popup_3183ce75faa578b96f04ea89036dd678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea71bbed55b4d16cb11c1dab07ece078.setIcon(icon_da11b3f46fbc1458f38d5a5b435b3d52);
|
|
|
|
|
|
var marker_9075c082ae2b0ed9dbda412ef8b88b5e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_1498a9899101926765e39d830e01da2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c531161ddfabaa1c2f661aaf13a9ca74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d946d652e0f79ebc5218bb2a134de2c = $(`<div id="html_0d946d652e0f79ebc5218bb2a134de2c" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_c531161ddfabaa1c2f661aaf13a9ca74.setContent(html_0d946d652e0f79ebc5218bb2a134de2c);
|
|
|
|
|
|
|
|
marker_9075c082ae2b0ed9dbda412ef8b88b5e.bindPopup(popup_c531161ddfabaa1c2f661aaf13a9ca74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9075c082ae2b0ed9dbda412ef8b88b5e.setIcon(icon_1498a9899101926765e39d830e01da2d);
|
|
|
|
|
|
var marker_842c7e5341f4f2e7be78e98c7e67954c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ce943e709557f8b8f2c1bf90a568e817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55150084beb14346235426f90a3fc0ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df2bf5254beabbcd70ae7bba337d1d71 = $(`<div id="html_df2bf5254beabbcd70ae7bba337d1d71" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_55150084beb14346235426f90a3fc0ed.setContent(html_df2bf5254beabbcd70ae7bba337d1d71);
|
|
|
|
|
|
|
|
marker_842c7e5341f4f2e7be78e98c7e67954c.bindPopup(popup_55150084beb14346235426f90a3fc0ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_842c7e5341f4f2e7be78e98c7e67954c.setIcon(icon_ce943e709557f8b8f2c1bf90a568e817);
|
|
|
|
|
|
var marker_3824c820b9c885b2539e53b30f9091d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ec83b2e829ae5f432dfc6dba13b667c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_501c28b2cb47ca464588b2d98ceb7c18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc5c8b63a09ea9ef172b3be3b1aeca40 = $(`<div id="html_bc5c8b63a09ea9ef172b3be3b1aeca40" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_501c28b2cb47ca464588b2d98ceb7c18.setContent(html_bc5c8b63a09ea9ef172b3be3b1aeca40);
|
|
|
|
|
|
|
|
marker_3824c820b9c885b2539e53b30f9091d3.bindPopup(popup_501c28b2cb47ca464588b2d98ceb7c18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3824c820b9c885b2539e53b30f9091d3.setIcon(icon_ec83b2e829ae5f432dfc6dba13b667c9);
|
|
|
|
|
|
var marker_6ab9e3ccbb27b02ddacdb7156351c1a2 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_082f20dcd91ce039f05f05f973bd60f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b54f0cdcc25341892a5eba90e1512de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba37b089679e297ce73c09d35c940771 = $(`<div id="html_ba37b089679e297ce73c09d35c940771" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_1b54f0cdcc25341892a5eba90e1512de.setContent(html_ba37b089679e297ce73c09d35c940771);
|
|
|
|
|
|
|
|
marker_6ab9e3ccbb27b02ddacdb7156351c1a2.bindPopup(popup_1b54f0cdcc25341892a5eba90e1512de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ab9e3ccbb27b02ddacdb7156351c1a2.setIcon(icon_082f20dcd91ce039f05f05f973bd60f1);
|
|
|
|
|
|
var marker_9f015f700e1cf827127566e203553948 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_57b4e228a9679201b91b270295f10b45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25fb81f7063d337aefcc02c837c57c25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05ac53e978cf066837bb4438d59997fb = $(`<div id="html_05ac53e978cf066837bb4438d59997fb" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_25fb81f7063d337aefcc02c837c57c25.setContent(html_05ac53e978cf066837bb4438d59997fb);
|
|
|
|
|
|
|
|
marker_9f015f700e1cf827127566e203553948.bindPopup(popup_25fb81f7063d337aefcc02c837c57c25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f015f700e1cf827127566e203553948.setIcon(icon_57b4e228a9679201b91b270295f10b45);
|
|
|
|
|
|
var marker_f28d135a586e5ecff40479358cc3c7a5 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_76cd879da21eaca82891e80d1ca1dc89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_082e8e909433ff8ba9e9af8030cee3d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c93db16fe87705527b9b4f1a96b65bf = $(`<div id="html_9c93db16fe87705527b9b4f1a96b65bf" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_082e8e909433ff8ba9e9af8030cee3d1.setContent(html_9c93db16fe87705527b9b4f1a96b65bf);
|
|
|
|
|
|
|
|
marker_f28d135a586e5ecff40479358cc3c7a5.bindPopup(popup_082e8e909433ff8ba9e9af8030cee3d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f28d135a586e5ecff40479358cc3c7a5.setIcon(icon_76cd879da21eaca82891e80d1ca1dc89);
|
|
|
|
|
|
var marker_cf7b2180af2b02f06f27d79d495f134d = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ec4d9a39a51eca6e3a48ebe5fbcc787b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc44bd7e0917f2977a73b7503464a48b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c72834eafabfa4a1b394f48f4b15ba73 = $(`<div id="html_c72834eafabfa4a1b394f48f4b15ba73" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_bc44bd7e0917f2977a73b7503464a48b.setContent(html_c72834eafabfa4a1b394f48f4b15ba73);
|
|
|
|
|
|
|
|
marker_cf7b2180af2b02f06f27d79d495f134d.bindPopup(popup_bc44bd7e0917f2977a73b7503464a48b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf7b2180af2b02f06f27d79d495f134d.setIcon(icon_ec4d9a39a51eca6e3a48ebe5fbcc787b);
|
|
|
|
|
|
var marker_8d2520cd9066cc7ec277c583adcc84dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_040c0b6922d3409db87793ee3ad91fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46564f4fab5a9e640e152ce869c3edfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c140e102f3cc71693d4fa9a8f67fbc0 = $(`<div id="html_0c140e102f3cc71693d4fa9a8f67fbc0" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_46564f4fab5a9e640e152ce869c3edfe.setContent(html_0c140e102f3cc71693d4fa9a8f67fbc0);
|
|
|
|
|
|
|
|
marker_8d2520cd9066cc7ec277c583adcc84dd.bindPopup(popup_46564f4fab5a9e640e152ce869c3edfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d2520cd9066cc7ec277c583adcc84dd.setIcon(icon_040c0b6922d3409db87793ee3ad91fab);
|
|
|
|
|
|
var marker_85ca1516e718aa986681ca5c03ee4da6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_037cf475d2b66bfe8b2fa3d0ffa62473 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_951dee19be5101fc08bc2b6bd07af633 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63c2ef0dc43fd562b76a37153b83949e = $(`<div id="html_63c2ef0dc43fd562b76a37153b83949e" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_951dee19be5101fc08bc2b6bd07af633.setContent(html_63c2ef0dc43fd562b76a37153b83949e);
|
|
|
|
|
|
|
|
marker_85ca1516e718aa986681ca5c03ee4da6.bindPopup(popup_951dee19be5101fc08bc2b6bd07af633)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85ca1516e718aa986681ca5c03ee4da6.setIcon(icon_037cf475d2b66bfe8b2fa3d0ffa62473);
|
|
|
|
|
|
var marker_a32045c4278f9e4b398b67cfe696daaf = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_c89d9f628401734cfc617d09b1db9e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f376e7c312ef2d93c6a449d53fc3137c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d45356ea71831b9d4d3102dd0985337 = $(`<div id="html_0d45356ea71831b9d4d3102dd0985337" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_f376e7c312ef2d93c6a449d53fc3137c.setContent(html_0d45356ea71831b9d4d3102dd0985337);
|
|
|
|
|
|
|
|
marker_a32045c4278f9e4b398b67cfe696daaf.bindPopup(popup_f376e7c312ef2d93c6a449d53fc3137c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a32045c4278f9e4b398b67cfe696daaf.setIcon(icon_c89d9f628401734cfc617d09b1db9e03);
|
|
|
|
|
|
var marker_357d069228f8c168baea8b4257dcb23d = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_f1bd8fce7d5d3e1ccd879ef602aa366e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ea025977251278f7678501a09f2027b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e9b7f82d469d4f53156e260f1298b2d = $(`<div id="html_6e9b7f82d469d4f53156e260f1298b2d" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_8ea025977251278f7678501a09f2027b.setContent(html_6e9b7f82d469d4f53156e260f1298b2d);
|
|
|
|
|
|
|
|
marker_357d069228f8c168baea8b4257dcb23d.bindPopup(popup_8ea025977251278f7678501a09f2027b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_357d069228f8c168baea8b4257dcb23d.setIcon(icon_f1bd8fce7d5d3e1ccd879ef602aa366e);
|
|
|
|
|
|
var marker_2ccbb0be6899278bf7ffad5c6aee2ae5 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_b8f0cf4691f0c9425e97d46b32ada4c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30603552b426cc63e7427db561cb18eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d9ef0f4ec1a987b1be59c9723b77e19 = $(`<div id="html_5d9ef0f4ec1a987b1be59c9723b77e19" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_30603552b426cc63e7427db561cb18eb.setContent(html_5d9ef0f4ec1a987b1be59c9723b77e19);
|
|
|
|
|
|
|
|
marker_2ccbb0be6899278bf7ffad5c6aee2ae5.bindPopup(popup_30603552b426cc63e7427db561cb18eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ccbb0be6899278bf7ffad5c6aee2ae5.setIcon(icon_b8f0cf4691f0c9425e97d46b32ada4c8);
|
|
|
|
|
|
var marker_0f5c23fdfde0d4e24d13ec4ca865910f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_581592259edb1c36c8923a5dd11fd32e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f95389c30db47f6402447f338abebb22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dabab732cb88a6c4fe7e158cf64bd56e = $(`<div id="html_dabab732cb88a6c4fe7e158cf64bd56e" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_f95389c30db47f6402447f338abebb22.setContent(html_dabab732cb88a6c4fe7e158cf64bd56e);
|
|
|
|
|
|
|
|
marker_0f5c23fdfde0d4e24d13ec4ca865910f.bindPopup(popup_f95389c30db47f6402447f338abebb22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f5c23fdfde0d4e24d13ec4ca865910f.setIcon(icon_581592259edb1c36c8923a5dd11fd32e);
|
|
|
|
|
|
var marker_5bc949aaded009409629ae6b55da08f0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_550b6e80cebb70ea15ef655733570af5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0645e7d030c8ec27736e4211e21332a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d5b1b465d57c30472ddfd9d17b51c39 = $(`<div id="html_8d5b1b465d57c30472ddfd9d17b51c39" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_0645e7d030c8ec27736e4211e21332a6.setContent(html_8d5b1b465d57c30472ddfd9d17b51c39);
|
|
|
|
|
|
|
|
marker_5bc949aaded009409629ae6b55da08f0.bindPopup(popup_0645e7d030c8ec27736e4211e21332a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bc949aaded009409629ae6b55da08f0.setIcon(icon_550b6e80cebb70ea15ef655733570af5);
|
|
|
|
|
|
var marker_e99a453ff4d4c7e2db570cdec4464e2b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_001eb2f829a9399f74b6ed6cb5e3106d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a734cd81b2549655a0a4754b6c49b3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fa3ccdb1203d8dbd5acfef0af89e202 = $(`<div id="html_0fa3ccdb1203d8dbd5acfef0af89e202" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_0a734cd81b2549655a0a4754b6c49b3d.setContent(html_0fa3ccdb1203d8dbd5acfef0af89e202);
|
|
|
|
|
|
|
|
marker_e99a453ff4d4c7e2db570cdec4464e2b.bindPopup(popup_0a734cd81b2549655a0a4754b6c49b3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e99a453ff4d4c7e2db570cdec4464e2b.setIcon(icon_001eb2f829a9399f74b6ed6cb5e3106d);
|
|
|
|
|
|
var marker_f1b40bee8a1c70dc701b57dab54bfd02 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_49129048c6abb754fc477cd889462056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db8e56cbf15f82ef46adb726a79a13b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b9be3b11f58521341449b5f9d5cc40f = $(`<div id="html_8b9be3b11f58521341449b5f9d5cc40f" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_db8e56cbf15f82ef46adb726a79a13b6.setContent(html_8b9be3b11f58521341449b5f9d5cc40f);
|
|
|
|
|
|
|
|
marker_f1b40bee8a1c70dc701b57dab54bfd02.bindPopup(popup_db8e56cbf15f82ef46adb726a79a13b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1b40bee8a1c70dc701b57dab54bfd02.setIcon(icon_49129048c6abb754fc477cd889462056);
|
|
|
|
|
|
var marker_788cea7ea5d8138f657c9ac4a9cfd392 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_cad932c609ba9f5cd55b3d0ae32c5dfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_324da0b17155621b6d4b48c0337ae384 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46d97f7bd361d7bd315ac2aa47b294e5 = $(`<div id="html_46d97f7bd361d7bd315ac2aa47b294e5" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_324da0b17155621b6d4b48c0337ae384.setContent(html_46d97f7bd361d7bd315ac2aa47b294e5);
|
|
|
|
|
|
|
|
marker_788cea7ea5d8138f657c9ac4a9cfd392.bindPopup(popup_324da0b17155621b6d4b48c0337ae384)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_788cea7ea5d8138f657c9ac4a9cfd392.setIcon(icon_cad932c609ba9f5cd55b3d0ae32c5dfd);
|
|
|
|
|
|
var marker_30d8994814af203cc6ab6afa340d78d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_97f04a77098d0fdbbd582f07d9eef638);
|
|
|
|
|
|
var icon_ed00f366ddda1e36fdc746760a33737b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53811ce24774f42ebe9287243a99bd5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b63b997938742f7caa0b66c99a147ea4 = $(`<div id="html_b63b997938742f7caa0b66c99a147ea4" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_53811ce24774f42ebe9287243a99bd5a.setContent(html_b63b997938742f7caa0b66c99a147ea4);
|
|
|
|
|
|
|
|
marker_30d8994814af203cc6ab6afa340d78d8.bindPopup(popup_53811ce24774f42ebe9287243a99bd5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30d8994814af203cc6ab6afa340d78d8.setIcon(icon_ed00f366ddda1e36fdc746760a33737b);
|
|
|
|
|
|
marker_cluster_97f04a77098d0fdbbd582f07d9eef638.addTo(map_391b6d4e60b4d15314ab298acafc6a64);
|
|
|
|
</script>
|
|
</html> |