mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 06:45:18 +00:00
11817 lines
344 KiB
HTML
11817 lines
344 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_b3e721e7442d81bec12051548c9731f5 {
|
|
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_b3e721e7442d81bec12051548c9731f5" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_b3e721e7442d81bec12051548c9731f5 = L.map(
|
|
"map_b3e721e7442d81bec12051548c9731f5",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_4112414652f96f61a17de8ac1f71f4b4 = 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_4112414652f96f61a17de8ac1f71f4b4.addTo(map_b3e721e7442d81bec12051548c9731f5);
|
|
|
|
|
|
var marker_cluster_a6e1ed5a080bb1d56efb4860a5798391 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_d9fbd1a9bdb4efc34c8b9c588bde3890 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_0d49d350d72fb1f804bbd86a254b9e6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edffb71a492d9a9497a9f20204cb2137 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66e8e0c24d84205f4be92d6a06fc5a6b = $(`<div id="html_66e8e0c24d84205f4be92d6a06fc5a6b" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_edffb71a492d9a9497a9f20204cb2137.setContent(html_66e8e0c24d84205f4be92d6a06fc5a6b);
|
|
|
|
|
|
|
|
marker_d9fbd1a9bdb4efc34c8b9c588bde3890.bindPopup(popup_edffb71a492d9a9497a9f20204cb2137)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9fbd1a9bdb4efc34c8b9c588bde3890.setIcon(icon_0d49d350d72fb1f804bbd86a254b9e6b);
|
|
|
|
|
|
var marker_f916f38d0b520bbc1d4ee7b1d7325e60 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f4359a4cc06a3c9cbeddef889a52c117 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef6ca63c7ddb78f69ce8d81109a3cf76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d457c91f408f9c34b356b8c1677c415e = $(`<div id="html_d457c91f408f9c34b356b8c1677c415e" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_ef6ca63c7ddb78f69ce8d81109a3cf76.setContent(html_d457c91f408f9c34b356b8c1677c415e);
|
|
|
|
|
|
|
|
marker_f916f38d0b520bbc1d4ee7b1d7325e60.bindPopup(popup_ef6ca63c7ddb78f69ce8d81109a3cf76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f916f38d0b520bbc1d4ee7b1d7325e60.setIcon(icon_f4359a4cc06a3c9cbeddef889a52c117);
|
|
|
|
|
|
var marker_729a08d43a6ae03942791c9e18d27e95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f47da664783b715754013caec37ad08a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71e2f0f3b504867654eb853ce22a644c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_499332276ce3c0071018199737fc0e80 = $(`<div id="html_499332276ce3c0071018199737fc0e80" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_71e2f0f3b504867654eb853ce22a644c.setContent(html_499332276ce3c0071018199737fc0e80);
|
|
|
|
|
|
|
|
marker_729a08d43a6ae03942791c9e18d27e95.bindPopup(popup_71e2f0f3b504867654eb853ce22a644c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_729a08d43a6ae03942791c9e18d27e95.setIcon(icon_f47da664783b715754013caec37ad08a);
|
|
|
|
|
|
var marker_ae81dab754bd68470909c00083f3833f = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_668917842818e09b9e37d202ccbe6f2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1a505f0197aae62d0bc380262f48363 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd27d772f4d023c37cc1c613278f40ff = $(`<div id="html_fd27d772f4d023c37cc1c613278f40ff" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_a1a505f0197aae62d0bc380262f48363.setContent(html_fd27d772f4d023c37cc1c613278f40ff);
|
|
|
|
|
|
|
|
marker_ae81dab754bd68470909c00083f3833f.bindPopup(popup_a1a505f0197aae62d0bc380262f48363)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae81dab754bd68470909c00083f3833f.setIcon(icon_668917842818e09b9e37d202ccbe6f2d);
|
|
|
|
|
|
var marker_7a39639b2ed063b81ac17ddd37bdc222 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d6cc34f3a4a8b16a88cfe71ac1b1e7d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c45def833452d890cd23bf2be3bb90f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4538418ff25990f9d711a2f2125d4a12 = $(`<div id="html_4538418ff25990f9d711a2f2125d4a12" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_3c45def833452d890cd23bf2be3bb90f.setContent(html_4538418ff25990f9d711a2f2125d4a12);
|
|
|
|
|
|
|
|
marker_7a39639b2ed063b81ac17ddd37bdc222.bindPopup(popup_3c45def833452d890cd23bf2be3bb90f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a39639b2ed063b81ac17ddd37bdc222.setIcon(icon_d6cc34f3a4a8b16a88cfe71ac1b1e7d6);
|
|
|
|
|
|
var marker_d4c83f7a1807985c9b31232c8b0ee2c8 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_0f4967a3cc0b950fd2144faee4d412aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35a661bfb7820d7b7773ba95c2e63221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58ad22013637b55fc629e63724d9e924 = $(`<div id="html_58ad22013637b55fc629e63724d9e924" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_35a661bfb7820d7b7773ba95c2e63221.setContent(html_58ad22013637b55fc629e63724d9e924);
|
|
|
|
|
|
|
|
marker_d4c83f7a1807985c9b31232c8b0ee2c8.bindPopup(popup_35a661bfb7820d7b7773ba95c2e63221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4c83f7a1807985c9b31232c8b0ee2c8.setIcon(icon_0f4967a3cc0b950fd2144faee4d412aa);
|
|
|
|
|
|
var marker_343ab61caf3e2d17715973e7d67ee66c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_5ece6c6356ae0d6724c090b2e170ba81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e271d15a8b4a43344300a13176f51007 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46da9f65229f8d365b40ff22dcd4077b = $(`<div id="html_46da9f65229f8d365b40ff22dcd4077b" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_e271d15a8b4a43344300a13176f51007.setContent(html_46da9f65229f8d365b40ff22dcd4077b);
|
|
|
|
|
|
|
|
marker_343ab61caf3e2d17715973e7d67ee66c.bindPopup(popup_e271d15a8b4a43344300a13176f51007)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_343ab61caf3e2d17715973e7d67ee66c.setIcon(icon_5ece6c6356ae0d6724c090b2e170ba81);
|
|
|
|
|
|
var marker_3d93db5087d11cc2a864269e6e2c7b6c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b73cf10f4432241daf0fb5780c2ed4d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_349aa43a14ab0b1845ca479623e9cdfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5066f1a77c62e652848095f5e9795a0b = $(`<div id="html_5066f1a77c62e652848095f5e9795a0b" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_349aa43a14ab0b1845ca479623e9cdfb.setContent(html_5066f1a77c62e652848095f5e9795a0b);
|
|
|
|
|
|
|
|
marker_3d93db5087d11cc2a864269e6e2c7b6c.bindPopup(popup_349aa43a14ab0b1845ca479623e9cdfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d93db5087d11cc2a864269e6e2c7b6c.setIcon(icon_b73cf10f4432241daf0fb5780c2ed4d1);
|
|
|
|
|
|
var marker_20aa0338de0304d8468fdd031f0a37f6 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_87d508ac05ee37bad548668e1bc26011 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52810a3b1db2ded422dce50f461d9fd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_237b7d90048bf277f4f23e86f77c675b = $(`<div id="html_237b7d90048bf277f4f23e86f77c675b" style="width: 100.0%; height: 100.0%;">nstr.a0a1.space</div>`)[0];
|
|
popup_52810a3b1db2ded422dce50f461d9fd2.setContent(html_237b7d90048bf277f4f23e86f77c675b);
|
|
|
|
|
|
|
|
marker_20aa0338de0304d8468fdd031f0a37f6.bindPopup(popup_52810a3b1db2ded422dce50f461d9fd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20aa0338de0304d8468fdd031f0a37f6.setIcon(icon_87d508ac05ee37bad548668e1bc26011);
|
|
|
|
|
|
var marker_bf1d3914bb4cb3c41d59dd6b1d4d6361 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_eb795ab20cd5e451ad29f9b91c985baa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b676a72ac94fc099c2dda6eb519b8b3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_992c99171f9732ba35f540b2413b1783 = $(`<div id="html_992c99171f9732ba35f540b2413b1783" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_b676a72ac94fc099c2dda6eb519b8b3f.setContent(html_992c99171f9732ba35f540b2413b1783);
|
|
|
|
|
|
|
|
marker_bf1d3914bb4cb3c41d59dd6b1d4d6361.bindPopup(popup_b676a72ac94fc099c2dda6eb519b8b3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf1d3914bb4cb3c41d59dd6b1d4d6361.setIcon(icon_eb795ab20cd5e451ad29f9b91c985baa);
|
|
|
|
|
|
var marker_614a6aef7c4b19b1fc8d521650072f50 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_00db822eb7dee68362e89347b372a10e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aa4314e6a8a142a66973fd5f95c43fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47f0ea8731722382a46ef94a68e6cd59 = $(`<div id="html_47f0ea8731722382a46ef94a68e6cd59" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_7aa4314e6a8a142a66973fd5f95c43fe.setContent(html_47f0ea8731722382a46ef94a68e6cd59);
|
|
|
|
|
|
|
|
marker_614a6aef7c4b19b1fc8d521650072f50.bindPopup(popup_7aa4314e6a8a142a66973fd5f95c43fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_614a6aef7c4b19b1fc8d521650072f50.setIcon(icon_00db822eb7dee68362e89347b372a10e);
|
|
|
|
|
|
var marker_516c793b43b5fb96f807775575b283b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1c1805bef8639138fd9a0f9198681e90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be886ee666b0508ce9b0b69c3b5ecc06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e3cc80b675ae9bb06d1929d7817fa84 = $(`<div id="html_5e3cc80b675ae9bb06d1929d7817fa84" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_be886ee666b0508ce9b0b69c3b5ecc06.setContent(html_5e3cc80b675ae9bb06d1929d7817fa84);
|
|
|
|
|
|
|
|
marker_516c793b43b5fb96f807775575b283b8.bindPopup(popup_be886ee666b0508ce9b0b69c3b5ecc06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_516c793b43b5fb96f807775575b283b8.setIcon(icon_1c1805bef8639138fd9a0f9198681e90);
|
|
|
|
|
|
var marker_9f56643947029b6b2c07078198db5f62 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_35b9b604628f6b908d9fe2eb942f845f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7984d4f3a0665e97ebc032f8d57a1b48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90161629aaa7d80b95c893ecc70f4185 = $(`<div id="html_90161629aaa7d80b95c893ecc70f4185" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_7984d4f3a0665e97ebc032f8d57a1b48.setContent(html_90161629aaa7d80b95c893ecc70f4185);
|
|
|
|
|
|
|
|
marker_9f56643947029b6b2c07078198db5f62.bindPopup(popup_7984d4f3a0665e97ebc032f8d57a1b48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f56643947029b6b2c07078198db5f62.setIcon(icon_35b9b604628f6b908d9fe2eb942f845f);
|
|
|
|
|
|
var marker_724e76cafd96cf0c9d0acba8ad78f291 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d9a40360b5dbe4eb329750f6797633a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_019b6cc51a030828a7b215f9771f594b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c80ec47ef8e4842ef3e4488a88348a8 = $(`<div id="html_8c80ec47ef8e4842ef3e4488a88348a8" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_019b6cc51a030828a7b215f9771f594b.setContent(html_8c80ec47ef8e4842ef3e4488a88348a8);
|
|
|
|
|
|
|
|
marker_724e76cafd96cf0c9d0acba8ad78f291.bindPopup(popup_019b6cc51a030828a7b215f9771f594b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_724e76cafd96cf0c9d0acba8ad78f291.setIcon(icon_d9a40360b5dbe4eb329750f6797633a2);
|
|
|
|
|
|
var marker_b9e01f8c62cd24929997eb75d2b3d520 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_89f081f7c70f0d86dc35c9c2a47dd89b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99f3044fe75223762041bafdcb13f020 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8933d97195b8a9830cb7564ebde78b00 = $(`<div id="html_8933d97195b8a9830cb7564ebde78b00" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_99f3044fe75223762041bafdcb13f020.setContent(html_8933d97195b8a9830cb7564ebde78b00);
|
|
|
|
|
|
|
|
marker_b9e01f8c62cd24929997eb75d2b3d520.bindPopup(popup_99f3044fe75223762041bafdcb13f020)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9e01f8c62cd24929997eb75d2b3d520.setIcon(icon_89f081f7c70f0d86dc35c9c2a47dd89b);
|
|
|
|
|
|
var marker_ffa20f0d9fb03a0e85e2dd91d8cfbe44 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_75562814f8fa342cbbe839d333b4b845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0577e5c189c6df2aa6dcb3581a548912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5438c224fb1b1ecdb929310b778f6a09 = $(`<div id="html_5438c224fb1b1ecdb929310b778f6a09" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_0577e5c189c6df2aa6dcb3581a548912.setContent(html_5438c224fb1b1ecdb929310b778f6a09);
|
|
|
|
|
|
|
|
marker_ffa20f0d9fb03a0e85e2dd91d8cfbe44.bindPopup(popup_0577e5c189c6df2aa6dcb3581a548912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffa20f0d9fb03a0e85e2dd91d8cfbe44.setIcon(icon_75562814f8fa342cbbe839d333b4b845);
|
|
|
|
|
|
var marker_016cd142eabe46822e6058f9824a0acd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_db169422ddbab0d3a767a40e56ee75a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49ae7c63f5c545761b61ddd027ab883b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d783d41649bfc2b87c68e81543ae93f = $(`<div id="html_5d783d41649bfc2b87c68e81543ae93f" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_49ae7c63f5c545761b61ddd027ab883b.setContent(html_5d783d41649bfc2b87c68e81543ae93f);
|
|
|
|
|
|
|
|
marker_016cd142eabe46822e6058f9824a0acd.bindPopup(popup_49ae7c63f5c545761b61ddd027ab883b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_016cd142eabe46822e6058f9824a0acd.setIcon(icon_db169422ddbab0d3a767a40e56ee75a7);
|
|
|
|
|
|
var marker_84c1f032cf3d2aa8a0d9211217565b6c = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1f60b65a56da9f47de36d36dd2745975 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1241ec45f4c57654d4e28315f4ca747d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_feae50022342d46baafffd8dbc58fa4e = $(`<div id="html_feae50022342d46baafffd8dbc58fa4e" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_1241ec45f4c57654d4e28315f4ca747d.setContent(html_feae50022342d46baafffd8dbc58fa4e);
|
|
|
|
|
|
|
|
marker_84c1f032cf3d2aa8a0d9211217565b6c.bindPopup(popup_1241ec45f4c57654d4e28315f4ca747d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84c1f032cf3d2aa8a0d9211217565b6c.setIcon(icon_1f60b65a56da9f47de36d36dd2745975);
|
|
|
|
|
|
var marker_f571ba921213a13100126f94f6438dd6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_18626448afb3f73f99c59d40d9aceef0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f58e7349350352c24759dcbf112b7d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_518774c17deaa0b158558a10faebe241 = $(`<div id="html_518774c17deaa0b158558a10faebe241" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_3f58e7349350352c24759dcbf112b7d8.setContent(html_518774c17deaa0b158558a10faebe241);
|
|
|
|
|
|
|
|
marker_f571ba921213a13100126f94f6438dd6.bindPopup(popup_3f58e7349350352c24759dcbf112b7d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f571ba921213a13100126f94f6438dd6.setIcon(icon_18626448afb3f73f99c59d40d9aceef0);
|
|
|
|
|
|
var marker_9add073baeb67816875f092ae20b4388 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2039c6e3c5763a1727f59d763e740a80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a692b3ddd1c8c604a635f84e99475d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a99394f1fff66182125341c7b4019c7a = $(`<div id="html_a99394f1fff66182125341c7b4019c7a" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_1a692b3ddd1c8c604a635f84e99475d4.setContent(html_a99394f1fff66182125341c7b4019c7a);
|
|
|
|
|
|
|
|
marker_9add073baeb67816875f092ae20b4388.bindPopup(popup_1a692b3ddd1c8c604a635f84e99475d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9add073baeb67816875f092ae20b4388.setIcon(icon_2039c6e3c5763a1727f59d763e740a80);
|
|
|
|
|
|
var marker_a04671f4afff6ab8a8144ab931d51093 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fcdd0ab89337b28f9b554bce01d6a027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0077ef782a0667051e3bc61fa4f03581 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de97426826d8ef1a9bcecf2c4a714647 = $(`<div id="html_de97426826d8ef1a9bcecf2c4a714647" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_0077ef782a0667051e3bc61fa4f03581.setContent(html_de97426826d8ef1a9bcecf2c4a714647);
|
|
|
|
|
|
|
|
marker_a04671f4afff6ab8a8144ab931d51093.bindPopup(popup_0077ef782a0667051e3bc61fa4f03581)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a04671f4afff6ab8a8144ab931d51093.setIcon(icon_fcdd0ab89337b28f9b554bce01d6a027);
|
|
|
|
|
|
var marker_584b2d40552de00041c4490d3765e1ed = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b9d2eba97495bedee607187b22743ce1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_752359df1cd022812c0b3bd0645c9150 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_636aceb656e2eedf88fb4f0626320ee2 = $(`<div id="html_636aceb656e2eedf88fb4f0626320ee2" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_752359df1cd022812c0b3bd0645c9150.setContent(html_636aceb656e2eedf88fb4f0626320ee2);
|
|
|
|
|
|
|
|
marker_584b2d40552de00041c4490d3765e1ed.bindPopup(popup_752359df1cd022812c0b3bd0645c9150)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_584b2d40552de00041c4490d3765e1ed.setIcon(icon_b9d2eba97495bedee607187b22743ce1);
|
|
|
|
|
|
var marker_9a74110ee16e17bf6bd5d98a845a1467 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4d0d6295e1ddd1286551e0e083f54618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b8562ce8fd7589583eda8b5ba248468 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d2e9316e240c9e657c07b0774d975ff = $(`<div id="html_3d2e9316e240c9e657c07b0774d975ff" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_0b8562ce8fd7589583eda8b5ba248468.setContent(html_3d2e9316e240c9e657c07b0774d975ff);
|
|
|
|
|
|
|
|
marker_9a74110ee16e17bf6bd5d98a845a1467.bindPopup(popup_0b8562ce8fd7589583eda8b5ba248468)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a74110ee16e17bf6bd5d98a845a1467.setIcon(icon_4d0d6295e1ddd1286551e0e083f54618);
|
|
|
|
|
|
var marker_d8ea0e48f983b51333034df1fb4cbcdf = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_943aa1aa47f68cd51cc5b38d235647ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d36eb1ea6b1025b80bb497a03e31bbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc821640ad4b16f2e0ea590c9df5abce = $(`<div id="html_dc821640ad4b16f2e0ea590c9df5abce" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_2d36eb1ea6b1025b80bb497a03e31bbe.setContent(html_dc821640ad4b16f2e0ea590c9df5abce);
|
|
|
|
|
|
|
|
marker_d8ea0e48f983b51333034df1fb4cbcdf.bindPopup(popup_2d36eb1ea6b1025b80bb497a03e31bbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8ea0e48f983b51333034df1fb4cbcdf.setIcon(icon_943aa1aa47f68cd51cc5b38d235647ee);
|
|
|
|
|
|
var marker_9183bab6dcb01ea49d9a44dee94f7162 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3624ee86c6d226350a34d09853724147 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_488a622992081d434c577830ad006379 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_214c8a04adfe91f1fbfc4d991f27a6bf = $(`<div id="html_214c8a04adfe91f1fbfc4d991f27a6bf" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_488a622992081d434c577830ad006379.setContent(html_214c8a04adfe91f1fbfc4d991f27a6bf);
|
|
|
|
|
|
|
|
marker_9183bab6dcb01ea49d9a44dee94f7162.bindPopup(popup_488a622992081d434c577830ad006379)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9183bab6dcb01ea49d9a44dee94f7162.setIcon(icon_3624ee86c6d226350a34d09853724147);
|
|
|
|
|
|
var marker_61e60573032a29491db1304b5dcd39e5 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2ee6d45ff2a7e483ee6091d3d44f6b7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41a18e99b7f030c788fe02b1ee154b25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6df4f7fa289d5693fca5c263f9a9e83 = $(`<div id="html_a6df4f7fa289d5693fca5c263f9a9e83" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_41a18e99b7f030c788fe02b1ee154b25.setContent(html_a6df4f7fa289d5693fca5c263f9a9e83);
|
|
|
|
|
|
|
|
marker_61e60573032a29491db1304b5dcd39e5.bindPopup(popup_41a18e99b7f030c788fe02b1ee154b25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61e60573032a29491db1304b5dcd39e5.setIcon(icon_2ee6d45ff2a7e483ee6091d3d44f6b7c);
|
|
|
|
|
|
var marker_1b0bafccf75820606a5b490b73dd740e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_502a7314cbf7980dbab36046257923cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_248abc870e0d66caae8ad77933410298 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6b635301a738199bd796467691f02cf = $(`<div id="html_b6b635301a738199bd796467691f02cf" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_248abc870e0d66caae8ad77933410298.setContent(html_b6b635301a738199bd796467691f02cf);
|
|
|
|
|
|
|
|
marker_1b0bafccf75820606a5b490b73dd740e.bindPopup(popup_248abc870e0d66caae8ad77933410298)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b0bafccf75820606a5b490b73dd740e.setIcon(icon_502a7314cbf7980dbab36046257923cb);
|
|
|
|
|
|
var marker_ec5e617ac89e7fa5695d2d3e535507ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_cd4ac09d724ab41e555465cf4ba5dad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53424dc880f5c91f52b87dca843d06e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cec0b952a8a8dbbef73abd6d501bb32 = $(`<div id="html_7cec0b952a8a8dbbef73abd6d501bb32" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_53424dc880f5c91f52b87dca843d06e5.setContent(html_7cec0b952a8a8dbbef73abd6d501bb32);
|
|
|
|
|
|
|
|
marker_ec5e617ac89e7fa5695d2d3e535507ce.bindPopup(popup_53424dc880f5c91f52b87dca843d06e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec5e617ac89e7fa5695d2d3e535507ce.setIcon(icon_cd4ac09d724ab41e555465cf4ba5dad7);
|
|
|
|
|
|
var marker_6f0a8c85804b3cb7fdb312c99c9a89a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_08bd16fc9fe12a461623f2cc406eec60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b2088df9ae7ca1cba7f3524b6149b9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cc1426837537dfdff9a46877793c2ac = $(`<div id="html_8cc1426837537dfdff9a46877793c2ac" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_0b2088df9ae7ca1cba7f3524b6149b9d.setContent(html_8cc1426837537dfdff9a46877793c2ac);
|
|
|
|
|
|
|
|
marker_6f0a8c85804b3cb7fdb312c99c9a89a7.bindPopup(popup_0b2088df9ae7ca1cba7f3524b6149b9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f0a8c85804b3cb7fdb312c99c9a89a7.setIcon(icon_08bd16fc9fe12a461623f2cc406eec60);
|
|
|
|
|
|
var marker_5bf4b358fe770c3e73517cc17b246a4f = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4ef8420f4a1edafc0158a8faab9338c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90643707cfd6bdd73492b5444def0343 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67d01a56dbb3f75e6525dfb5a0f087b5 = $(`<div id="html_67d01a56dbb3f75e6525dfb5a0f087b5" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_90643707cfd6bdd73492b5444def0343.setContent(html_67d01a56dbb3f75e6525dfb5a0f087b5);
|
|
|
|
|
|
|
|
marker_5bf4b358fe770c3e73517cc17b246a4f.bindPopup(popup_90643707cfd6bdd73492b5444def0343)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf4b358fe770c3e73517cc17b246a4f.setIcon(icon_4ef8420f4a1edafc0158a8faab9338c5);
|
|
|
|
|
|
var marker_380164814c143e0cab3747ec8f928f9d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_bc8ce74fdb6ac6d142a455fbaa590d3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8d907f48277855888c07ed14ac2295a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10fef6035adc692d65f28e3ea59df675 = $(`<div id="html_10fef6035adc692d65f28e3ea59df675" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_c8d907f48277855888c07ed14ac2295a.setContent(html_10fef6035adc692d65f28e3ea59df675);
|
|
|
|
|
|
|
|
marker_380164814c143e0cab3747ec8f928f9d.bindPopup(popup_c8d907f48277855888c07ed14ac2295a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_380164814c143e0cab3747ec8f928f9d.setIcon(icon_bc8ce74fdb6ac6d142a455fbaa590d3b);
|
|
|
|
|
|
var marker_e6ddc79f26901bed186d0bb660e314d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9fafff5d851f42f19347717bafd3dbc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14be65fa5e565aef2af5d13a71076aaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a32b058a4a93f8483e13d4a79e94f50 = $(`<div id="html_1a32b058a4a93f8483e13d4a79e94f50" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_14be65fa5e565aef2af5d13a71076aaf.setContent(html_1a32b058a4a93f8483e13d4a79e94f50);
|
|
|
|
|
|
|
|
marker_e6ddc79f26901bed186d0bb660e314d3.bindPopup(popup_14be65fa5e565aef2af5d13a71076aaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6ddc79f26901bed186d0bb660e314d3.setIcon(icon_9fafff5d851f42f19347717bafd3dbc9);
|
|
|
|
|
|
var marker_9db0b5c73b06f305cb7659ea9bdb0bb0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fbd7463009e4a39d4f811c75fe6fcb90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d52f02947ab4f19551559d162d5e6236 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_759fb3d4604e2bc695e4e31a083dd8f1 = $(`<div id="html_759fb3d4604e2bc695e4e31a083dd8f1" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_d52f02947ab4f19551559d162d5e6236.setContent(html_759fb3d4604e2bc695e4e31a083dd8f1);
|
|
|
|
|
|
|
|
marker_9db0b5c73b06f305cb7659ea9bdb0bb0.bindPopup(popup_d52f02947ab4f19551559d162d5e6236)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9db0b5c73b06f305cb7659ea9bdb0bb0.setIcon(icon_fbd7463009e4a39d4f811c75fe6fcb90);
|
|
|
|
|
|
var marker_6c4cf364043bde72be952e666eab8da9 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c1c69fc175a39b9e18cf98f1bfc6c91a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fbab5d00e1763d1420710ccfde4e64d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb4568c6e5d6b992307223e5ce438583 = $(`<div id="html_cb4568c6e5d6b992307223e5ce438583" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_4fbab5d00e1763d1420710ccfde4e64d.setContent(html_cb4568c6e5d6b992307223e5ce438583);
|
|
|
|
|
|
|
|
marker_6c4cf364043bde72be952e666eab8da9.bindPopup(popup_4fbab5d00e1763d1420710ccfde4e64d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c4cf364043bde72be952e666eab8da9.setIcon(icon_c1c69fc175a39b9e18cf98f1bfc6c91a);
|
|
|
|
|
|
var marker_c223088e840cca44a52a9e47ac580aff = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_7ed407eab9a72f7007e04e73343f1514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bac6bad2c7217eb1150cb223f4090552 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6677cb7df060738990c357d96a9adbbc = $(`<div id="html_6677cb7df060738990c357d96a9adbbc" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_bac6bad2c7217eb1150cb223f4090552.setContent(html_6677cb7df060738990c357d96a9adbbc);
|
|
|
|
|
|
|
|
marker_c223088e840cca44a52a9e47ac580aff.bindPopup(popup_bac6bad2c7217eb1150cb223f4090552)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c223088e840cca44a52a9e47ac580aff.setIcon(icon_7ed407eab9a72f7007e04e73343f1514);
|
|
|
|
|
|
var marker_c23ad30e8868cc89546c63a6e4ded4ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b896564840555db70d13d4e74080671f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47fb39094027cd65a82c1c860a56bacf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd1bb14aca5e68ae10025b5fcd201d77 = $(`<div id="html_fd1bb14aca5e68ae10025b5fcd201d77" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_47fb39094027cd65a82c1c860a56bacf.setContent(html_fd1bb14aca5e68ae10025b5fcd201d77);
|
|
|
|
|
|
|
|
marker_c23ad30e8868cc89546c63a6e4ded4ba.bindPopup(popup_47fb39094027cd65a82c1c860a56bacf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c23ad30e8868cc89546c63a6e4ded4ba.setIcon(icon_b896564840555db70d13d4e74080671f);
|
|
|
|
|
|
var marker_4c268f06f58ce0d882a1d07551bb1390 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_195a0e9eecf90c8f8d743cc943cd6eb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae40a7fc370d91d3aa92ab3547cd4e94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46b8e1ab7fd8dc19265806674066526f = $(`<div id="html_46b8e1ab7fd8dc19265806674066526f" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_ae40a7fc370d91d3aa92ab3547cd4e94.setContent(html_46b8e1ab7fd8dc19265806674066526f);
|
|
|
|
|
|
|
|
marker_4c268f06f58ce0d882a1d07551bb1390.bindPopup(popup_ae40a7fc370d91d3aa92ab3547cd4e94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c268f06f58ce0d882a1d07551bb1390.setIcon(icon_195a0e9eecf90c8f8d743cc943cd6eb2);
|
|
|
|
|
|
var marker_28fb660ba9bb1057dc2b07151d7c0ab5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9bd3789964c8e020500f075188ebf016 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6c2e9faeae5cdedbec4f2738d2587b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d749a4d0a881f5b1a4d739e606d05142 = $(`<div id="html_d749a4d0a881f5b1a4d739e606d05142" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_b6c2e9faeae5cdedbec4f2738d2587b7.setContent(html_d749a4d0a881f5b1a4d739e606d05142);
|
|
|
|
|
|
|
|
marker_28fb660ba9bb1057dc2b07151d7c0ab5.bindPopup(popup_b6c2e9faeae5cdedbec4f2738d2587b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28fb660ba9bb1057dc2b07151d7c0ab5.setIcon(icon_9bd3789964c8e020500f075188ebf016);
|
|
|
|
|
|
var marker_cf3a9bb3a656245ea5e5bef74ff7f5cc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6c01609c8b6bac48fb4318b09bc12eb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afab2cbb5208c8eefc5c88499ed58789 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e71f5af969fe118ffcd8b867c6b034c7 = $(`<div id="html_e71f5af969fe118ffcd8b867c6b034c7" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_afab2cbb5208c8eefc5c88499ed58789.setContent(html_e71f5af969fe118ffcd8b867c6b034c7);
|
|
|
|
|
|
|
|
marker_cf3a9bb3a656245ea5e5bef74ff7f5cc.bindPopup(popup_afab2cbb5208c8eefc5c88499ed58789)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf3a9bb3a656245ea5e5bef74ff7f5cc.setIcon(icon_6c01609c8b6bac48fb4318b09bc12eb8);
|
|
|
|
|
|
var marker_16ab3de4487fdc9858b7c3b61e428942 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_892068c9a0f0018235a156de16016aa4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df207c5ba5e20ff4a5dbbc9bb21b57e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ad49abf30f5b2c2aef33a147743f68f = $(`<div id="html_2ad49abf30f5b2c2aef33a147743f68f" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_df207c5ba5e20ff4a5dbbc9bb21b57e1.setContent(html_2ad49abf30f5b2c2aef33a147743f68f);
|
|
|
|
|
|
|
|
marker_16ab3de4487fdc9858b7c3b61e428942.bindPopup(popup_df207c5ba5e20ff4a5dbbc9bb21b57e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16ab3de4487fdc9858b7c3b61e428942.setIcon(icon_892068c9a0f0018235a156de16016aa4);
|
|
|
|
|
|
var marker_bbd3f26f6f6f7bbb14010cfa26f7853b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6f29fa3ce3a94bb7233244aa50c22db0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0812b768608ccdd5a2bf880bddca0285 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef7bc5a46340aae0d27e24a036975b48 = $(`<div id="html_ef7bc5a46340aae0d27e24a036975b48" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_0812b768608ccdd5a2bf880bddca0285.setContent(html_ef7bc5a46340aae0d27e24a036975b48);
|
|
|
|
|
|
|
|
marker_bbd3f26f6f6f7bbb14010cfa26f7853b.bindPopup(popup_0812b768608ccdd5a2bf880bddca0285)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbd3f26f6f6f7bbb14010cfa26f7853b.setIcon(icon_6f29fa3ce3a94bb7233244aa50c22db0);
|
|
|
|
|
|
var marker_9d06f564e11bcfe24c18f2df0ad85ba6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_322b140fc9034672ea9ca47ea694ca7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67a0e9bce8feea924a391ba8b3098faa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdb32346991beb5752cf9bfe988f0035 = $(`<div id="html_bdb32346991beb5752cf9bfe988f0035" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_67a0e9bce8feea924a391ba8b3098faa.setContent(html_bdb32346991beb5752cf9bfe988f0035);
|
|
|
|
|
|
|
|
marker_9d06f564e11bcfe24c18f2df0ad85ba6.bindPopup(popup_67a0e9bce8feea924a391ba8b3098faa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d06f564e11bcfe24c18f2df0ad85ba6.setIcon(icon_322b140fc9034672ea9ca47ea694ca7f);
|
|
|
|
|
|
var marker_1c11dc48a96afa73a6a834ef11834d4b = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6096a6a9c015c9df7978249d21846306 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08d774e6deebd1a637aceb63a991ede6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c16b7a5a76f62cdb56a5cdd0a69695c = $(`<div id="html_2c16b7a5a76f62cdb56a5cdd0a69695c" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_08d774e6deebd1a637aceb63a991ede6.setContent(html_2c16b7a5a76f62cdb56a5cdd0a69695c);
|
|
|
|
|
|
|
|
marker_1c11dc48a96afa73a6a834ef11834d4b.bindPopup(popup_08d774e6deebd1a637aceb63a991ede6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c11dc48a96afa73a6a834ef11834d4b.setIcon(icon_6096a6a9c015c9df7978249d21846306);
|
|
|
|
|
|
var marker_53f27911fb59d222de755d61da84a043 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fac74cd7a8d8f8f52c17c6e717c4ab77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64bec813307c54bf1f0204256e33b582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_963722e6996e61727235854df08667b8 = $(`<div id="html_963722e6996e61727235854df08667b8" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_64bec813307c54bf1f0204256e33b582.setContent(html_963722e6996e61727235854df08667b8);
|
|
|
|
|
|
|
|
marker_53f27911fb59d222de755d61da84a043.bindPopup(popup_64bec813307c54bf1f0204256e33b582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53f27911fb59d222de755d61da84a043.setIcon(icon_fac74cd7a8d8f8f52c17c6e717c4ab77);
|
|
|
|
|
|
var marker_567c89a27a236e69a7d47b5423143898 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_df9011d2026926a637d90af55d8b3e1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e37402cf75fa63ac8fedbb286a38c84e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6898b5282d4dc62bac1ff20730ed540f = $(`<div id="html_6898b5282d4dc62bac1ff20730ed540f" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_e37402cf75fa63ac8fedbb286a38c84e.setContent(html_6898b5282d4dc62bac1ff20730ed540f);
|
|
|
|
|
|
|
|
marker_567c89a27a236e69a7d47b5423143898.bindPopup(popup_e37402cf75fa63ac8fedbb286a38c84e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_567c89a27a236e69a7d47b5423143898.setIcon(icon_df9011d2026926a637d90af55d8b3e1c);
|
|
|
|
|
|
var marker_949f4e09da8cfe1d8ff7888ff3692f64 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a09d52be31ebd71d2e309f9064d0d69c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_758530c23b2cd652bd57280e01e41d00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37b183f35cfacf5bac0304bd83be70b4 = $(`<div id="html_37b183f35cfacf5bac0304bd83be70b4" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_758530c23b2cd652bd57280e01e41d00.setContent(html_37b183f35cfacf5bac0304bd83be70b4);
|
|
|
|
|
|
|
|
marker_949f4e09da8cfe1d8ff7888ff3692f64.bindPopup(popup_758530c23b2cd652bd57280e01e41d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_949f4e09da8cfe1d8ff7888ff3692f64.setIcon(icon_a09d52be31ebd71d2e309f9064d0d69c);
|
|
|
|
|
|
var marker_e4948309118acc714a36d3a8b10eb7e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a1981acd2109dab678215e21df8f5afd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68dcac1d66f17bbaf7e9916a4692649c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c9a901b5d6ba97111e5d5b7a49925b9 = $(`<div id="html_2c9a901b5d6ba97111e5d5b7a49925b9" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_68dcac1d66f17bbaf7e9916a4692649c.setContent(html_2c9a901b5d6ba97111e5d5b7a49925b9);
|
|
|
|
|
|
|
|
marker_e4948309118acc714a36d3a8b10eb7e9.bindPopup(popup_68dcac1d66f17bbaf7e9916a4692649c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4948309118acc714a36d3a8b10eb7e9.setIcon(icon_a1981acd2109dab678215e21df8f5afd);
|
|
|
|
|
|
var marker_1c621cb28c624152b173415663d25ebf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_db54cfb3088094f00f82da510601d51b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bec60eec3214c256a340ce2f447c558 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98447590f70fd7d64e5195abbe345f0e = $(`<div id="html_98447590f70fd7d64e5195abbe345f0e" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_0bec60eec3214c256a340ce2f447c558.setContent(html_98447590f70fd7d64e5195abbe345f0e);
|
|
|
|
|
|
|
|
marker_1c621cb28c624152b173415663d25ebf.bindPopup(popup_0bec60eec3214c256a340ce2f447c558)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c621cb28c624152b173415663d25ebf.setIcon(icon_db54cfb3088094f00f82da510601d51b);
|
|
|
|
|
|
var marker_c74ee494b5f5685358c6040517e4b882 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_097933a6cc859901f7c7c546acb7bd71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d1205446d4b2d5fb3055e903ea00934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d686677929a2c856dc49a27001a59b7c = $(`<div id="html_d686677929a2c856dc49a27001a59b7c" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_0d1205446d4b2d5fb3055e903ea00934.setContent(html_d686677929a2c856dc49a27001a59b7c);
|
|
|
|
|
|
|
|
marker_c74ee494b5f5685358c6040517e4b882.bindPopup(popup_0d1205446d4b2d5fb3055e903ea00934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c74ee494b5f5685358c6040517e4b882.setIcon(icon_097933a6cc859901f7c7c546acb7bd71);
|
|
|
|
|
|
var marker_8226d32d1e0b1cb52d657aa73481ae23 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_dd988a6a1c5ca14e0bc4ddc276f40159 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e86b85556682902a40de3283c350063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_124c367141184aca3e160abe9b509350 = $(`<div id="html_124c367141184aca3e160abe9b509350" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_9e86b85556682902a40de3283c350063.setContent(html_124c367141184aca3e160abe9b509350);
|
|
|
|
|
|
|
|
marker_8226d32d1e0b1cb52d657aa73481ae23.bindPopup(popup_9e86b85556682902a40de3283c350063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8226d32d1e0b1cb52d657aa73481ae23.setIcon(icon_dd988a6a1c5ca14e0bc4ddc276f40159);
|
|
|
|
|
|
var marker_eaedd32df4f8eebb793989d3f5e711f9 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c070248e575751f34f965896faed5650 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89f83d627ad1929d918946da927dc81a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae3de6c237da6787bbe646d52bb636a7 = $(`<div id="html_ae3de6c237da6787bbe646d52bb636a7" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_89f83d627ad1929d918946da927dc81a.setContent(html_ae3de6c237da6787bbe646d52bb636a7);
|
|
|
|
|
|
|
|
marker_eaedd32df4f8eebb793989d3f5e711f9.bindPopup(popup_89f83d627ad1929d918946da927dc81a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaedd32df4f8eebb793989d3f5e711f9.setIcon(icon_c070248e575751f34f965896faed5650);
|
|
|
|
|
|
var marker_ade91531150ee68a61254526e60a8911 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4a9e6747ee3956f12b79686892f96ecb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a31565c3463ebeaf62dfcc9eb83f3678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_877d5f7b7108e3abf9e485a3870ae46b = $(`<div id="html_877d5f7b7108e3abf9e485a3870ae46b" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_a31565c3463ebeaf62dfcc9eb83f3678.setContent(html_877d5f7b7108e3abf9e485a3870ae46b);
|
|
|
|
|
|
|
|
marker_ade91531150ee68a61254526e60a8911.bindPopup(popup_a31565c3463ebeaf62dfcc9eb83f3678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ade91531150ee68a61254526e60a8911.setIcon(icon_4a9e6747ee3956f12b79686892f96ecb);
|
|
|
|
|
|
var marker_0ef8607fb8836a3d63dd5605161742c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_af1f9a4924aae6f9d4ad4772f1580882 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26dfc692455764dec2298c0b8c902853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e925d17a9697dfa9f123462dc62ad9a = $(`<div id="html_6e925d17a9697dfa9f123462dc62ad9a" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_26dfc692455764dec2298c0b8c902853.setContent(html_6e925d17a9697dfa9f123462dc62ad9a);
|
|
|
|
|
|
|
|
marker_0ef8607fb8836a3d63dd5605161742c2.bindPopup(popup_26dfc692455764dec2298c0b8c902853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ef8607fb8836a3d63dd5605161742c2.setIcon(icon_af1f9a4924aae6f9d4ad4772f1580882);
|
|
|
|
|
|
var marker_92d0b5c91d5f3cc8e40a6942c26c948e = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b2e1425959ddec476b68748a1fc2bd80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19ac973f2dcbf97fc4396d00b7f78f24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6b77e684ad5ac152f1eabb35e779313 = $(`<div id="html_f6b77e684ad5ac152f1eabb35e779313" style="width: 100.0%; height: 100.0%;">relay.nyves.nl</div>`)[0];
|
|
popup_19ac973f2dcbf97fc4396d00b7f78f24.setContent(html_f6b77e684ad5ac152f1eabb35e779313);
|
|
|
|
|
|
|
|
marker_92d0b5c91d5f3cc8e40a6942c26c948e.bindPopup(popup_19ac973f2dcbf97fc4396d00b7f78f24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92d0b5c91d5f3cc8e40a6942c26c948e.setIcon(icon_b2e1425959ddec476b68748a1fc2bd80);
|
|
|
|
|
|
var marker_35e489038c3ef1ffc42d28528d246650 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f60776750275a38c7168f05d9785b133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23e96baec4b9c45ff13599c693aabb77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d8bbbadcb82df05c416a48380e0fe86 = $(`<div id="html_7d8bbbadcb82df05c416a48380e0fe86" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_23e96baec4b9c45ff13599c693aabb77.setContent(html_7d8bbbadcb82df05c416a48380e0fe86);
|
|
|
|
|
|
|
|
marker_35e489038c3ef1ffc42d28528d246650.bindPopup(popup_23e96baec4b9c45ff13599c693aabb77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35e489038c3ef1ffc42d28528d246650.setIcon(icon_f60776750275a38c7168f05d9785b133);
|
|
|
|
|
|
var marker_1cb1326d5a47dc929331b2c9c7aa7aa3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8f6ffee1fd52a8f71b80ed684149027a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac3cb0014c77cb731e09740c4fdb6426 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8abe09f80feab96c7966f878c13e63cd = $(`<div id="html_8abe09f80feab96c7966f878c13e63cd" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_ac3cb0014c77cb731e09740c4fdb6426.setContent(html_8abe09f80feab96c7966f878c13e63cd);
|
|
|
|
|
|
|
|
marker_1cb1326d5a47dc929331b2c9c7aa7aa3.bindPopup(popup_ac3cb0014c77cb731e09740c4fdb6426)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cb1326d5a47dc929331b2c9c7aa7aa3.setIcon(icon_8f6ffee1fd52a8f71b80ed684149027a);
|
|
|
|
|
|
var marker_e2f8de34296d08acf1939ca31c121f82 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_00f222c0ce7ead71c974d9ec48c6937d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_383d8375e26f17b1068069dab44fa09e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f8fe5dfe34e7b57e1ab28953e594aa3 = $(`<div id="html_9f8fe5dfe34e7b57e1ab28953e594aa3" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_383d8375e26f17b1068069dab44fa09e.setContent(html_9f8fe5dfe34e7b57e1ab28953e594aa3);
|
|
|
|
|
|
|
|
marker_e2f8de34296d08acf1939ca31c121f82.bindPopup(popup_383d8375e26f17b1068069dab44fa09e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2f8de34296d08acf1939ca31c121f82.setIcon(icon_00f222c0ce7ead71c974d9ec48c6937d);
|
|
|
|
|
|
var marker_1d7458553c1c9a84ac9d2699cffdb64a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_870934fea024980e03fdca831d2441d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fa8e3167ec1e1eb6640d59e05f54daf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f138ec2fae6f63b15d29ecedc9fe22b = $(`<div id="html_7f138ec2fae6f63b15d29ecedc9fe22b" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_5fa8e3167ec1e1eb6640d59e05f54daf.setContent(html_7f138ec2fae6f63b15d29ecedc9fe22b);
|
|
|
|
|
|
|
|
marker_1d7458553c1c9a84ac9d2699cffdb64a.bindPopup(popup_5fa8e3167ec1e1eb6640d59e05f54daf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d7458553c1c9a84ac9d2699cffdb64a.setIcon(icon_870934fea024980e03fdca831d2441d5);
|
|
|
|
|
|
var marker_a5a27b1997dd40ea0cc5d6ebeef18f4c = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_0e6bbe7e4ee4b88597e20ffcdfd8a81d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d2a7427355eb5307775055a13789dc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9da9d84d1b78c3a9f6e24109e7b8f0e3 = $(`<div id="html_9da9d84d1b78c3a9f6e24109e7b8f0e3" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_0d2a7427355eb5307775055a13789dc2.setContent(html_9da9d84d1b78c3a9f6e24109e7b8f0e3);
|
|
|
|
|
|
|
|
marker_a5a27b1997dd40ea0cc5d6ebeef18f4c.bindPopup(popup_0d2a7427355eb5307775055a13789dc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5a27b1997dd40ea0cc5d6ebeef18f4c.setIcon(icon_0e6bbe7e4ee4b88597e20ffcdfd8a81d);
|
|
|
|
|
|
var marker_84009612e00921ca39e05904f27b8a4b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_7709d0a50b3599cbe76fa2b4a6f6cb7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_268818d6f920640edcd72527e15ba069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29385f0bd9d2386e9034a2ecffa029e4 = $(`<div id="html_29385f0bd9d2386e9034a2ecffa029e4" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_268818d6f920640edcd72527e15ba069.setContent(html_29385f0bd9d2386e9034a2ecffa029e4);
|
|
|
|
|
|
|
|
marker_84009612e00921ca39e05904f27b8a4b.bindPopup(popup_268818d6f920640edcd72527e15ba069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84009612e00921ca39e05904f27b8a4b.setIcon(icon_7709d0a50b3599cbe76fa2b4a6f6cb7c);
|
|
|
|
|
|
var marker_705e95a673b31634b7e338c972d7bc7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2975a7efc5785f48b2bd07254dfe45d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd472ab75a9ffc529d02d5cd8753b4e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef81c711045801617b10cf1bc3087296 = $(`<div id="html_ef81c711045801617b10cf1bc3087296" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_cd472ab75a9ffc529d02d5cd8753b4e0.setContent(html_ef81c711045801617b10cf1bc3087296);
|
|
|
|
|
|
|
|
marker_705e95a673b31634b7e338c972d7bc7d.bindPopup(popup_cd472ab75a9ffc529d02d5cd8753b4e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_705e95a673b31634b7e338c972d7bc7d.setIcon(icon_2975a7efc5785f48b2bd07254dfe45d6);
|
|
|
|
|
|
var marker_b44809254ac53fcccc9aef346545b2a6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_dbf9f318812cceea423c2c3a1281da02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80aab03bdde6dec72cf64d660b11d838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43b1d421b2a8a0bbdd5f418a8c871ecc = $(`<div id="html_43b1d421b2a8a0bbdd5f418a8c871ecc" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_80aab03bdde6dec72cf64d660b11d838.setContent(html_43b1d421b2a8a0bbdd5f418a8c871ecc);
|
|
|
|
|
|
|
|
marker_b44809254ac53fcccc9aef346545b2a6.bindPopup(popup_80aab03bdde6dec72cf64d660b11d838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b44809254ac53fcccc9aef346545b2a6.setIcon(icon_dbf9f318812cceea423c2c3a1281da02);
|
|
|
|
|
|
var marker_730bb99b7043aced8f66ac42d0627bda = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_faf094c0f5e8832fdd7dd525f612dc4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd899f36df3a0e5dfde7a6b4cc7ec7b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b8eb44f7ec469f71b2b47e7f8db2d56 = $(`<div id="html_1b8eb44f7ec469f71b2b47e7f8db2d56" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_dd899f36df3a0e5dfde7a6b4cc7ec7b8.setContent(html_1b8eb44f7ec469f71b2b47e7f8db2d56);
|
|
|
|
|
|
|
|
marker_730bb99b7043aced8f66ac42d0627bda.bindPopup(popup_dd899f36df3a0e5dfde7a6b4cc7ec7b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_730bb99b7043aced8f66ac42d0627bda.setIcon(icon_faf094c0f5e8832fdd7dd525f612dc4a);
|
|
|
|
|
|
var marker_b8882ecdcc85ff323f7c1d620a7aebdd = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d93be42ce7168156118b39cd83e254bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6417f83e813cb3d3c414096575108c28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4dcb6977ef98a18f57d6b8990336c1d = $(`<div id="html_a4dcb6977ef98a18f57d6b8990336c1d" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_6417f83e813cb3d3c414096575108c28.setContent(html_a4dcb6977ef98a18f57d6b8990336c1d);
|
|
|
|
|
|
|
|
marker_b8882ecdcc85ff323f7c1d620a7aebdd.bindPopup(popup_6417f83e813cb3d3c414096575108c28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8882ecdcc85ff323f7c1d620a7aebdd.setIcon(icon_d93be42ce7168156118b39cd83e254bd);
|
|
|
|
|
|
var marker_f945c99ea94d72d975a283ee0bbd360c = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_bd83178c0e1f6277b0784371fe1988b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b198289f573a0c36993406a4e3c5bf17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_406574b1bc162d932804eb87ba409831 = $(`<div id="html_406574b1bc162d932804eb87ba409831" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_b198289f573a0c36993406a4e3c5bf17.setContent(html_406574b1bc162d932804eb87ba409831);
|
|
|
|
|
|
|
|
marker_f945c99ea94d72d975a283ee0bbd360c.bindPopup(popup_b198289f573a0c36993406a4e3c5bf17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f945c99ea94d72d975a283ee0bbd360c.setIcon(icon_bd83178c0e1f6277b0784371fe1988b9);
|
|
|
|
|
|
var marker_ebd944c6017c067d4499592773433648 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_dabcba47c525737de9ff68fd599d67fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ebb75bd30630cbe3a7bdda69f0838dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d0be36f6c344b2382e878b3efb484ea = $(`<div id="html_4d0be36f6c344b2382e878b3efb484ea" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_1ebb75bd30630cbe3a7bdda69f0838dc.setContent(html_4d0be36f6c344b2382e878b3efb484ea);
|
|
|
|
|
|
|
|
marker_ebd944c6017c067d4499592773433648.bindPopup(popup_1ebb75bd30630cbe3a7bdda69f0838dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebd944c6017c067d4499592773433648.setIcon(icon_dabcba47c525737de9ff68fd599d67fa);
|
|
|
|
|
|
var marker_865f5dffaf9b3fa35f682201dcbc9a67 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_18b6c64368a817741c5f85202b53a5b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65970e7094e4ce5e3dc6ce012d83bc52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_298f1cdee87b0377c600ddd39e7ec65c = $(`<div id="html_298f1cdee87b0377c600ddd39e7ec65c" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_65970e7094e4ce5e3dc6ce012d83bc52.setContent(html_298f1cdee87b0377c600ddd39e7ec65c);
|
|
|
|
|
|
|
|
marker_865f5dffaf9b3fa35f682201dcbc9a67.bindPopup(popup_65970e7094e4ce5e3dc6ce012d83bc52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_865f5dffaf9b3fa35f682201dcbc9a67.setIcon(icon_18b6c64368a817741c5f85202b53a5b4);
|
|
|
|
|
|
var marker_b64e3c07f94819330983f6e643ccb69c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_53166e0415277f60d059b2c5c15dcee6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2cabb7ad237edc79238ab0cf7b7d71a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a6ec953e834cfc64ed743c9757ff6aa = $(`<div id="html_4a6ec953e834cfc64ed743c9757ff6aa" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_d2cabb7ad237edc79238ab0cf7b7d71a.setContent(html_4a6ec953e834cfc64ed743c9757ff6aa);
|
|
|
|
|
|
|
|
marker_b64e3c07f94819330983f6e643ccb69c.bindPopup(popup_d2cabb7ad237edc79238ab0cf7b7d71a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b64e3c07f94819330983f6e643ccb69c.setIcon(icon_53166e0415277f60d059b2c5c15dcee6);
|
|
|
|
|
|
var marker_d9d6d178037771e54ceb405b2000d64b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_819063522e4be7a5bdb5bc5a73aa5bca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfd9d611aa8c84c11e8d5d9521cbc1e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf9e9292eee971f54d7320426c235775 = $(`<div id="html_cf9e9292eee971f54d7320426c235775" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_dfd9d611aa8c84c11e8d5d9521cbc1e1.setContent(html_cf9e9292eee971f54d7320426c235775);
|
|
|
|
|
|
|
|
marker_d9d6d178037771e54ceb405b2000d64b.bindPopup(popup_dfd9d611aa8c84c11e8d5d9521cbc1e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9d6d178037771e54ceb405b2000d64b.setIcon(icon_819063522e4be7a5bdb5bc5a73aa5bca);
|
|
|
|
|
|
var marker_682b91e9e88021cb2eff5193889588eb = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9a1f9eda5f181ebd179111a76c2c6875 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d8ef7476482c38cdf756b87cd50f236 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_546383a07edf7e4337648e825428fb73 = $(`<div id="html_546383a07edf7e4337648e825428fb73" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_2d8ef7476482c38cdf756b87cd50f236.setContent(html_546383a07edf7e4337648e825428fb73);
|
|
|
|
|
|
|
|
marker_682b91e9e88021cb2eff5193889588eb.bindPopup(popup_2d8ef7476482c38cdf756b87cd50f236)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_682b91e9e88021cb2eff5193889588eb.setIcon(icon_9a1f9eda5f181ebd179111a76c2c6875);
|
|
|
|
|
|
var marker_87ec54d4f43a4f1c85ad0279e87bc76e = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_333842fd9f09b947b90ea284759fc62f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63ebf3437f22b57fba248e98f5b3ae50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55b9daae77aea53d437caf43ccd43e5c = $(`<div id="html_55b9daae77aea53d437caf43ccd43e5c" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_63ebf3437f22b57fba248e98f5b3ae50.setContent(html_55b9daae77aea53d437caf43ccd43e5c);
|
|
|
|
|
|
|
|
marker_87ec54d4f43a4f1c85ad0279e87bc76e.bindPopup(popup_63ebf3437f22b57fba248e98f5b3ae50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87ec54d4f43a4f1c85ad0279e87bc76e.setIcon(icon_333842fd9f09b947b90ea284759fc62f);
|
|
|
|
|
|
var marker_7319e6a334cc5de8a89de093791f9d04 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a43efd59d79cb6ed6d1fff617a91d100 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83167be917299624c3b356d08fc94415 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0577f0f85d4039f9c83831412cb35b44 = $(`<div id="html_0577f0f85d4039f9c83831412cb35b44" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_83167be917299624c3b356d08fc94415.setContent(html_0577f0f85d4039f9c83831412cb35b44);
|
|
|
|
|
|
|
|
marker_7319e6a334cc5de8a89de093791f9d04.bindPopup(popup_83167be917299624c3b356d08fc94415)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7319e6a334cc5de8a89de093791f9d04.setIcon(icon_a43efd59d79cb6ed6d1fff617a91d100);
|
|
|
|
|
|
var marker_9816e4b6641048bb4d31526fc0b41d5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_be69ed3463b6418d072a20d75d2639f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a7c86cd96ac7ac211d80677b6b01f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5c3a9661ba47579f72bf5be13ee889e = $(`<div id="html_a5c3a9661ba47579f72bf5be13ee889e" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_a8a7c86cd96ac7ac211d80677b6b01f4.setContent(html_a5c3a9661ba47579f72bf5be13ee889e);
|
|
|
|
|
|
|
|
marker_9816e4b6641048bb4d31526fc0b41d5c.bindPopup(popup_a8a7c86cd96ac7ac211d80677b6b01f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9816e4b6641048bb4d31526fc0b41d5c.setIcon(icon_be69ed3463b6418d072a20d75d2639f9);
|
|
|
|
|
|
var marker_bf653a9439fc8dfd43be2dd839f72507 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b4b36cefca5488894a310b37a3c6e82e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e16947c39ce96289e1581efe2d07c81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69558935341afa77d1c665bfc22d633c = $(`<div id="html_69558935341afa77d1c665bfc22d633c" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_0e16947c39ce96289e1581efe2d07c81.setContent(html_69558935341afa77d1c665bfc22d633c);
|
|
|
|
|
|
|
|
marker_bf653a9439fc8dfd43be2dd839f72507.bindPopup(popup_0e16947c39ce96289e1581efe2d07c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf653a9439fc8dfd43be2dd839f72507.setIcon(icon_b4b36cefca5488894a310b37a3c6e82e);
|
|
|
|
|
|
var marker_f7e59d4a5be8ce49d2e46d5f345a9e65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_adc69b7ddcdff18267897316952eab11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9c6a21c2a71559992f001aad45fbabd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cf1ca20500c6bfb1c0d67da80a3a7b2 = $(`<div id="html_2cf1ca20500c6bfb1c0d67da80a3a7b2" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_e9c6a21c2a71559992f001aad45fbabd.setContent(html_2cf1ca20500c6bfb1c0d67da80a3a7b2);
|
|
|
|
|
|
|
|
marker_f7e59d4a5be8ce49d2e46d5f345a9e65.bindPopup(popup_e9c6a21c2a71559992f001aad45fbabd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7e59d4a5be8ce49d2e46d5f345a9e65.setIcon(icon_adc69b7ddcdff18267897316952eab11);
|
|
|
|
|
|
var marker_b2e3e13eeea8cd1161f9912b9617d425 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_efc2c5ec8d41b092a5adaf478fbaba0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d38c2aa379a7372a99dbbdcfa9c90cc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcc11f7cbf22ba2ecd2eec144dcb3ae9 = $(`<div id="html_bcc11f7cbf22ba2ecd2eec144dcb3ae9" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_d38c2aa379a7372a99dbbdcfa9c90cc3.setContent(html_bcc11f7cbf22ba2ecd2eec144dcb3ae9);
|
|
|
|
|
|
|
|
marker_b2e3e13eeea8cd1161f9912b9617d425.bindPopup(popup_d38c2aa379a7372a99dbbdcfa9c90cc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e3e13eeea8cd1161f9912b9617d425.setIcon(icon_efc2c5ec8d41b092a5adaf478fbaba0d);
|
|
|
|
|
|
var marker_b717198d7f95e60cdd45e9bf945f9ea2 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_28ae7aaf4427b2d44f893fd1ca551433 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9728e88de70ce9f0afb15b747f9be949 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17bda1c5be0fe4d939238e4b88095c25 = $(`<div id="html_17bda1c5be0fe4d939238e4b88095c25" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_9728e88de70ce9f0afb15b747f9be949.setContent(html_17bda1c5be0fe4d939238e4b88095c25);
|
|
|
|
|
|
|
|
marker_b717198d7f95e60cdd45e9bf945f9ea2.bindPopup(popup_9728e88de70ce9f0afb15b747f9be949)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b717198d7f95e60cdd45e9bf945f9ea2.setIcon(icon_28ae7aaf4427b2d44f893fd1ca551433);
|
|
|
|
|
|
var marker_9a835f11a23881f06d9bdd8e1513e996 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3a2ec8eeb084c1b05c0dd4a8a7b7a63c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cddc0fa5d58db3ff8b878ed15b36f592 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8131c5c8262871cc96f04b3a69f757d1 = $(`<div id="html_8131c5c8262871cc96f04b3a69f757d1" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_cddc0fa5d58db3ff8b878ed15b36f592.setContent(html_8131c5c8262871cc96f04b3a69f757d1);
|
|
|
|
|
|
|
|
marker_9a835f11a23881f06d9bdd8e1513e996.bindPopup(popup_cddc0fa5d58db3ff8b878ed15b36f592)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a835f11a23881f06d9bdd8e1513e996.setIcon(icon_3a2ec8eeb084c1b05c0dd4a8a7b7a63c);
|
|
|
|
|
|
var marker_2012006e03cca31c9c4cddc39d51d06b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3ba91729f707c4b3a3ffb74cbef398c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50cf00c56d7a5abc23d1b1624618a34d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1c04f3b68596718365eae66c164a926 = $(`<div id="html_a1c04f3b68596718365eae66c164a926" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_50cf00c56d7a5abc23d1b1624618a34d.setContent(html_a1c04f3b68596718365eae66c164a926);
|
|
|
|
|
|
|
|
marker_2012006e03cca31c9c4cddc39d51d06b.bindPopup(popup_50cf00c56d7a5abc23d1b1624618a34d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2012006e03cca31c9c4cddc39d51d06b.setIcon(icon_3ba91729f707c4b3a3ffb74cbef398c0);
|
|
|
|
|
|
var marker_66b8d5ded14a2cb54de156a1d121ef33 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c899314e11eddcb082e57e7a4a7e3ccc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb3d4e38996c6583d094235e58c1ccd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bb394fc75ae1e2b866162fe81479264 = $(`<div id="html_3bb394fc75ae1e2b866162fe81479264" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_fb3d4e38996c6583d094235e58c1ccd6.setContent(html_3bb394fc75ae1e2b866162fe81479264);
|
|
|
|
|
|
|
|
marker_66b8d5ded14a2cb54de156a1d121ef33.bindPopup(popup_fb3d4e38996c6583d094235e58c1ccd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66b8d5ded14a2cb54de156a1d121ef33.setIcon(icon_c899314e11eddcb082e57e7a4a7e3ccc);
|
|
|
|
|
|
var marker_833951147b892dd9b68a92033ea04301 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fa9dbc9c9fe477846b985f5349d73f09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61114347d5ff3494c322452ead8194b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b018ce33dad866e696865d1b324579e = $(`<div id="html_1b018ce33dad866e696865d1b324579e" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_61114347d5ff3494c322452ead8194b4.setContent(html_1b018ce33dad866e696865d1b324579e);
|
|
|
|
|
|
|
|
marker_833951147b892dd9b68a92033ea04301.bindPopup(popup_61114347d5ff3494c322452ead8194b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_833951147b892dd9b68a92033ea04301.setIcon(icon_fa9dbc9c9fe477846b985f5349d73f09);
|
|
|
|
|
|
var marker_25b5bca134f9a3ede0060dd4c6fe8b06 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fe7276d3ca320eed52c2488902b4e8ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc9515d25b947d4abb7cd6931007c881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce8fe18124c6b6decbfa777c4dbe9851 = $(`<div id="html_ce8fe18124c6b6decbfa777c4dbe9851" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_dc9515d25b947d4abb7cd6931007c881.setContent(html_ce8fe18124c6b6decbfa777c4dbe9851);
|
|
|
|
|
|
|
|
marker_25b5bca134f9a3ede0060dd4c6fe8b06.bindPopup(popup_dc9515d25b947d4abb7cd6931007c881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25b5bca134f9a3ede0060dd4c6fe8b06.setIcon(icon_fe7276d3ca320eed52c2488902b4e8ea);
|
|
|
|
|
|
var marker_11c9d07944327bfd282d046d0a0e5ffa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9c055cde84afd08dfbf673b95e6fc55c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91e76018fe9b0b39d4511ab27cb4a617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_222d5630bbb27332277dd02140cf1ca2 = $(`<div id="html_222d5630bbb27332277dd02140cf1ca2" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_91e76018fe9b0b39d4511ab27cb4a617.setContent(html_222d5630bbb27332277dd02140cf1ca2);
|
|
|
|
|
|
|
|
marker_11c9d07944327bfd282d046d0a0e5ffa.bindPopup(popup_91e76018fe9b0b39d4511ab27cb4a617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11c9d07944327bfd282d046d0a0e5ffa.setIcon(icon_9c055cde84afd08dfbf673b95e6fc55c);
|
|
|
|
|
|
var marker_6015863f676b2b7105adde3dccea49f6 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3e84db83a5d0fb35b9b2e6d5f993902f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f33dd5d2ceda2d8f21aa045fb72a22d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fa879e9bb2bf8abe79680a485edd6ea = $(`<div id="html_1fa879e9bb2bf8abe79680a485edd6ea" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_0f33dd5d2ceda2d8f21aa045fb72a22d.setContent(html_1fa879e9bb2bf8abe79680a485edd6ea);
|
|
|
|
|
|
|
|
marker_6015863f676b2b7105adde3dccea49f6.bindPopup(popup_0f33dd5d2ceda2d8f21aa045fb72a22d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6015863f676b2b7105adde3dccea49f6.setIcon(icon_3e84db83a5d0fb35b9b2e6d5f993902f);
|
|
|
|
|
|
var marker_afb8e072c13aa377dd1325e6d62f5ee1 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2f6aeac7b4073104c58cb4772cf7258d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cab8c1fc93d3d93a97e8833d81d5d10b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c7b76b061261608f1ddc272a957b3f8 = $(`<div id="html_4c7b76b061261608f1ddc272a957b3f8" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_cab8c1fc93d3d93a97e8833d81d5d10b.setContent(html_4c7b76b061261608f1ddc272a957b3f8);
|
|
|
|
|
|
|
|
marker_afb8e072c13aa377dd1325e6d62f5ee1.bindPopup(popup_cab8c1fc93d3d93a97e8833d81d5d10b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afb8e072c13aa377dd1325e6d62f5ee1.setIcon(icon_2f6aeac7b4073104c58cb4772cf7258d);
|
|
|
|
|
|
var marker_6bd7ecff9b53408354fccb04c17b182f = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_854fd872abcb9d2c649ba2a25dc1673b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cc1f4d5c96b4b8439ce512f969428eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fe6ffcfa3f0918d92016e43f525bfdd = $(`<div id="html_5fe6ffcfa3f0918d92016e43f525bfdd" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_2cc1f4d5c96b4b8439ce512f969428eb.setContent(html_5fe6ffcfa3f0918d92016e43f525bfdd);
|
|
|
|
|
|
|
|
marker_6bd7ecff9b53408354fccb04c17b182f.bindPopup(popup_2cc1f4d5c96b4b8439ce512f969428eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bd7ecff9b53408354fccb04c17b182f.setIcon(icon_854fd872abcb9d2c649ba2a25dc1673b);
|
|
|
|
|
|
var marker_3a181b0747a00b08f8f5e1d8c46c97a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_52650ead385649b288371f92ceaae48e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6dee237ca7c7bcb8e44e4d486ff5bff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ce5d02a6d9da41776bcdaa11a8b2437 = $(`<div id="html_3ce5d02a6d9da41776bcdaa11a8b2437" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_b6dee237ca7c7bcb8e44e4d486ff5bff.setContent(html_3ce5d02a6d9da41776bcdaa11a8b2437);
|
|
|
|
|
|
|
|
marker_3a181b0747a00b08f8f5e1d8c46c97a3.bindPopup(popup_b6dee237ca7c7bcb8e44e4d486ff5bff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a181b0747a00b08f8f5e1d8c46c97a3.setIcon(icon_52650ead385649b288371f92ceaae48e);
|
|
|
|
|
|
var marker_2bd2481e1e4e75d45c6d5fa08c677717 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_66315ac67b7e28dc1dadf8f271007c23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_069acf19b09862dd2dcf611bd8148a7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adb4cc80d3d3c6be880d9acf7fbf9288 = $(`<div id="html_adb4cc80d3d3c6be880d9acf7fbf9288" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_069acf19b09862dd2dcf611bd8148a7e.setContent(html_adb4cc80d3d3c6be880d9acf7fbf9288);
|
|
|
|
|
|
|
|
marker_2bd2481e1e4e75d45c6d5fa08c677717.bindPopup(popup_069acf19b09862dd2dcf611bd8148a7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bd2481e1e4e75d45c6d5fa08c677717.setIcon(icon_66315ac67b7e28dc1dadf8f271007c23);
|
|
|
|
|
|
var marker_4f5b29c387641de63769407b01520d4c = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_14b61ba74d9dd4ff891556d37357f76e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c3304bc3016563c14c424e341e22b6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d499fcc0e709009485e87129cbd1cde = $(`<div id="html_6d499fcc0e709009485e87129cbd1cde" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_0c3304bc3016563c14c424e341e22b6a.setContent(html_6d499fcc0e709009485e87129cbd1cde);
|
|
|
|
|
|
|
|
marker_4f5b29c387641de63769407b01520d4c.bindPopup(popup_0c3304bc3016563c14c424e341e22b6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f5b29c387641de63769407b01520d4c.setIcon(icon_14b61ba74d9dd4ff891556d37357f76e);
|
|
|
|
|
|
var marker_3772401dc9d6d2960c39e125a908f1c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_17955b75f1750ab5617e73c11b277f0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f40d5fd925f127208afd99fa75673f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc44f6098c73a7a9f0b921fce856b9de = $(`<div id="html_fc44f6098c73a7a9f0b921fce856b9de" style="width: 100.0%; height: 100.0%;">npub1spxdug4m3y24hpx5crm0el4zhkk0wafs8kp6m0xu0wecygqej2xqq8gyhx.fips.network</div>`)[0];
|
|
popup_4f40d5fd925f127208afd99fa75673f3.setContent(html_fc44f6098c73a7a9f0b921fce856b9de);
|
|
|
|
|
|
|
|
marker_3772401dc9d6d2960c39e125a908f1c1.bindPopup(popup_4f40d5fd925f127208afd99fa75673f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3772401dc9d6d2960c39e125a908f1c1.setIcon(icon_17955b75f1750ab5617e73c11b277f0a);
|
|
|
|
|
|
var marker_a2711e01d93bed61886f80ccc3cad328 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_00f527960b042b0b995e804cd0db67eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2c94aa9899fbaebbdedc78862baa851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1159797607b2fc803d81d119e2f9a9c = $(`<div id="html_f1159797607b2fc803d81d119e2f9a9c" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_d2c94aa9899fbaebbdedc78862baa851.setContent(html_f1159797607b2fc803d81d119e2f9a9c);
|
|
|
|
|
|
|
|
marker_a2711e01d93bed61886f80ccc3cad328.bindPopup(popup_d2c94aa9899fbaebbdedc78862baa851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2711e01d93bed61886f80ccc3cad328.setIcon(icon_00f527960b042b0b995e804cd0db67eb);
|
|
|
|
|
|
var marker_392955e44298f18069ba30bf02204b9f = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_241377d38ce45a576fd3d9bbbc70590c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ba2b10ef821a333fe6f47dea60ea085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c70d1bb4ff4b19c562ff557df31ed21 = $(`<div id="html_8c70d1bb4ff4b19c562ff557df31ed21" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_5ba2b10ef821a333fe6f47dea60ea085.setContent(html_8c70d1bb4ff4b19c562ff557df31ed21);
|
|
|
|
|
|
|
|
marker_392955e44298f18069ba30bf02204b9f.bindPopup(popup_5ba2b10ef821a333fe6f47dea60ea085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_392955e44298f18069ba30bf02204b9f.setIcon(icon_241377d38ce45a576fd3d9bbbc70590c);
|
|
|
|
|
|
var marker_247235e5c6ba3e562da5b83d6abef411 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_01157958ba4be2771e93527caa1c424e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2803dbb19c63eb132070294d5d90ed0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_651ac33df87f134b55a9b3aefb9f14b1 = $(`<div id="html_651ac33df87f134b55a9b3aefb9f14b1" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_b2803dbb19c63eb132070294d5d90ed0.setContent(html_651ac33df87f134b55a9b3aefb9f14b1);
|
|
|
|
|
|
|
|
marker_247235e5c6ba3e562da5b83d6abef411.bindPopup(popup_b2803dbb19c63eb132070294d5d90ed0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_247235e5c6ba3e562da5b83d6abef411.setIcon(icon_01157958ba4be2771e93527caa1c424e);
|
|
|
|
|
|
var marker_170b0047eee2087c41c2a6ff03f09619 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_de976a7a0f5c4b5a2f221f2f2f316d7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70eb996de657f57bc3b8c58719047b7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6067da737130d29ba6067c51a55679a7 = $(`<div id="html_6067da737130d29ba6067c51a55679a7" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_70eb996de657f57bc3b8c58719047b7e.setContent(html_6067da737130d29ba6067c51a55679a7);
|
|
|
|
|
|
|
|
marker_170b0047eee2087c41c2a6ff03f09619.bindPopup(popup_70eb996de657f57bc3b8c58719047b7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_170b0047eee2087c41c2a6ff03f09619.setIcon(icon_de976a7a0f5c4b5a2f221f2f2f316d7e);
|
|
|
|
|
|
var marker_66a18610015abcbe279ac7f96b2490c4 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f054763f43ced8461a89335812a9001a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9a2e7501c2d0068acc7da4b57bbee8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fcefb1f61c4d4b8e4d5e1d43a5dc293 = $(`<div id="html_4fcefb1f61c4d4b8e4d5e1d43a5dc293" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_a9a2e7501c2d0068acc7da4b57bbee8c.setContent(html_4fcefb1f61c4d4b8e4d5e1d43a5dc293);
|
|
|
|
|
|
|
|
marker_66a18610015abcbe279ac7f96b2490c4.bindPopup(popup_a9a2e7501c2d0068acc7da4b57bbee8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66a18610015abcbe279ac7f96b2490c4.setIcon(icon_f054763f43ced8461a89335812a9001a);
|
|
|
|
|
|
var marker_7b807d9124d4c3925ba0f96a8e44f169 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ee0e266a64af62baef81eac77216f8f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eae545e793b47cae11feb28df4b3fc45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea042e3082d63671453c4c2ffeb394a9 = $(`<div id="html_ea042e3082d63671453c4c2ffeb394a9" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_eae545e793b47cae11feb28df4b3fc45.setContent(html_ea042e3082d63671453c4c2ffeb394a9);
|
|
|
|
|
|
|
|
marker_7b807d9124d4c3925ba0f96a8e44f169.bindPopup(popup_eae545e793b47cae11feb28df4b3fc45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b807d9124d4c3925ba0f96a8e44f169.setIcon(icon_ee0e266a64af62baef81eac77216f8f1);
|
|
|
|
|
|
var marker_8dcbf2310d54695cd4db06304fbefcd8 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c08b54449ad3d554051644ec9007ef82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f334ad6d67d5625d78e0f69607b10f90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ca6c57b9babad941d590ef8c840ef20 = $(`<div id="html_5ca6c57b9babad941d590ef8c840ef20" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_f334ad6d67d5625d78e0f69607b10f90.setContent(html_5ca6c57b9babad941d590ef8c840ef20);
|
|
|
|
|
|
|
|
marker_8dcbf2310d54695cd4db06304fbefcd8.bindPopup(popup_f334ad6d67d5625d78e0f69607b10f90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dcbf2310d54695cd4db06304fbefcd8.setIcon(icon_c08b54449ad3d554051644ec9007ef82);
|
|
|
|
|
|
var marker_68e3e433202c255364f12a953631384e = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_0a671261a18f56f88e5496f251ac5725 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5d4ccc61436676e38bcc8a9cfa08416 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_964f6e2a60a7db2d0a6a7097d70f9f0c = $(`<div id="html_964f6e2a60a7db2d0a6a7097d70f9f0c" style="width: 100.0%; height: 100.0%;">relay.samcorn.synology.me</div>`)[0];
|
|
popup_f5d4ccc61436676e38bcc8a9cfa08416.setContent(html_964f6e2a60a7db2d0a6a7097d70f9f0c);
|
|
|
|
|
|
|
|
marker_68e3e433202c255364f12a953631384e.bindPopup(popup_f5d4ccc61436676e38bcc8a9cfa08416)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68e3e433202c255364f12a953631384e.setIcon(icon_0a671261a18f56f88e5496f251ac5725);
|
|
|
|
|
|
var marker_16a51212a5cdaca710c0fdc20926a07b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d512dabc21ce2832fe3e84c7ab908795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6da19a368bb805d9886052a9631d3509 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_874e992fba0e4fbffa9069b66088ffe4 = $(`<div id="html_874e992fba0e4fbffa9069b66088ffe4" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_6da19a368bb805d9886052a9631d3509.setContent(html_874e992fba0e4fbffa9069b66088ffe4);
|
|
|
|
|
|
|
|
marker_16a51212a5cdaca710c0fdc20926a07b.bindPopup(popup_6da19a368bb805d9886052a9631d3509)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16a51212a5cdaca710c0fdc20926a07b.setIcon(icon_d512dabc21ce2832fe3e84c7ab908795);
|
|
|
|
|
|
var marker_dfa6adaaca6486b65af111b91902cdb0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_16bed91fd5bf9d9b8cc47819d13a01a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc17f00a959d30dcba078dc4c7d1a596 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2322a5aee8fc5ffff466ac8b76f48626 = $(`<div id="html_2322a5aee8fc5ffff466ac8b76f48626" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_dc17f00a959d30dcba078dc4c7d1a596.setContent(html_2322a5aee8fc5ffff466ac8b76f48626);
|
|
|
|
|
|
|
|
marker_dfa6adaaca6486b65af111b91902cdb0.bindPopup(popup_dc17f00a959d30dcba078dc4c7d1a596)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfa6adaaca6486b65af111b91902cdb0.setIcon(icon_16bed91fd5bf9d9b8cc47819d13a01a9);
|
|
|
|
|
|
var marker_0fab5c605fb500b3729c00c2a221276e = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f1eac41ecec769c1cfb2b4b51e911d52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928af6c8b696fc2a48fea03966453ae9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dddbba13aa8c4c0afe8ece36d5dd790c = $(`<div id="html_dddbba13aa8c4c0afe8ece36d5dd790c" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_928af6c8b696fc2a48fea03966453ae9.setContent(html_dddbba13aa8c4c0afe8ece36d5dd790c);
|
|
|
|
|
|
|
|
marker_0fab5c605fb500b3729c00c2a221276e.bindPopup(popup_928af6c8b696fc2a48fea03966453ae9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fab5c605fb500b3729c00c2a221276e.setIcon(icon_f1eac41ecec769c1cfb2b4b51e911d52);
|
|
|
|
|
|
var marker_12e2db9756afd0273f2c0b5fa32b97ae = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_01939d6485acc445144a6d0db608581c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9c0f5581d96a478a003ab515330d068 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c07acbc98c015b09ba3e9f9c8a5527f = $(`<div id="html_5c07acbc98c015b09ba3e9f9c8a5527f" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_d9c0f5581d96a478a003ab515330d068.setContent(html_5c07acbc98c015b09ba3e9f9c8a5527f);
|
|
|
|
|
|
|
|
marker_12e2db9756afd0273f2c0b5fa32b97ae.bindPopup(popup_d9c0f5581d96a478a003ab515330d068)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12e2db9756afd0273f2c0b5fa32b97ae.setIcon(icon_01939d6485acc445144a6d0db608581c);
|
|
|
|
|
|
var marker_b84918c6e9998a26467c2b2609f6a16d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3a751870207f083e11100819c1a6f4aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_151ef7f64a8f2718d394db9cb4b2f621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d914349ddfed57c9db0308686ae01da = $(`<div id="html_7d914349ddfed57c9db0308686ae01da" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_151ef7f64a8f2718d394db9cb4b2f621.setContent(html_7d914349ddfed57c9db0308686ae01da);
|
|
|
|
|
|
|
|
marker_b84918c6e9998a26467c2b2609f6a16d.bindPopup(popup_151ef7f64a8f2718d394db9cb4b2f621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b84918c6e9998a26467c2b2609f6a16d.setIcon(icon_3a751870207f083e11100819c1a6f4aa);
|
|
|
|
|
|
var marker_a963a1f95056aceb27d23e243e57ee8e = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_248f868608b0cc24a5e39c446ec3af19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceba51bb0f01d77369ed436f37467f2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_defda94a3a60f5c5ef3ad22456691da0 = $(`<div id="html_defda94a3a60f5c5ef3ad22456691da0" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_ceba51bb0f01d77369ed436f37467f2b.setContent(html_defda94a3a60f5c5ef3ad22456691da0);
|
|
|
|
|
|
|
|
marker_a963a1f95056aceb27d23e243e57ee8e.bindPopup(popup_ceba51bb0f01d77369ed436f37467f2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a963a1f95056aceb27d23e243e57ee8e.setIcon(icon_248f868608b0cc24a5e39c446ec3af19);
|
|
|
|
|
|
var marker_118593d7aa3ac2c9fe2f6dfd11da8190 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_78e7a4a9ecaf9fb35c0c6f269bd2caf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7554a4e4f5202bc2788da0e564351b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a01d323324b6c5918ef1450966410d73 = $(`<div id="html_a01d323324b6c5918ef1450966410d73" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_e7554a4e4f5202bc2788da0e564351b2.setContent(html_a01d323324b6c5918ef1450966410d73);
|
|
|
|
|
|
|
|
marker_118593d7aa3ac2c9fe2f6dfd11da8190.bindPopup(popup_e7554a4e4f5202bc2788da0e564351b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_118593d7aa3ac2c9fe2f6dfd11da8190.setIcon(icon_78e7a4a9ecaf9fb35c0c6f269bd2caf2);
|
|
|
|
|
|
var marker_3c56aa588b81d9009fe3c18c4ff4c525 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a96774231fab1543fad74bd2b9774252 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40f4ba1d5b5ce596428a79810fb3ddaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d658b4fb1a02d7c6f12d8fe122baa76 = $(`<div id="html_9d658b4fb1a02d7c6f12d8fe122baa76" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_40f4ba1d5b5ce596428a79810fb3ddaa.setContent(html_9d658b4fb1a02d7c6f12d8fe122baa76);
|
|
|
|
|
|
|
|
marker_3c56aa588b81d9009fe3c18c4ff4c525.bindPopup(popup_40f4ba1d5b5ce596428a79810fb3ddaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c56aa588b81d9009fe3c18c4ff4c525.setIcon(icon_a96774231fab1543fad74bd2b9774252);
|
|
|
|
|
|
var marker_d15bfbbd9bc1aac212e399c332cdda96 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_e8ddab6ff9c327d4407ff293a78a872b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a18d22ab550ecc8e7ccf1428de26af8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43445caffe7b8a5fdd8a534ab46e357b = $(`<div id="html_43445caffe7b8a5fdd8a534ab46e357b" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_a18d22ab550ecc8e7ccf1428de26af8c.setContent(html_43445caffe7b8a5fdd8a534ab46e357b);
|
|
|
|
|
|
|
|
marker_d15bfbbd9bc1aac212e399c332cdda96.bindPopup(popup_a18d22ab550ecc8e7ccf1428de26af8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d15bfbbd9bc1aac212e399c332cdda96.setIcon(icon_e8ddab6ff9c327d4407ff293a78a872b);
|
|
|
|
|
|
var marker_546e4828659396a9c67367eed1c74f3a = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_06bb48f2f93c06dbdb565f51b4652b30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86e9d64c82cd1c2313c77896fe084345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b596ca4fe60bec8c0faae30b0c5be28 = $(`<div id="html_4b596ca4fe60bec8c0faae30b0c5be28" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_86e9d64c82cd1c2313c77896fe084345.setContent(html_4b596ca4fe60bec8c0faae30b0c5be28);
|
|
|
|
|
|
|
|
marker_546e4828659396a9c67367eed1c74f3a.bindPopup(popup_86e9d64c82cd1c2313c77896fe084345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_546e4828659396a9c67367eed1c74f3a.setIcon(icon_06bb48f2f93c06dbdb565f51b4652b30);
|
|
|
|
|
|
var marker_a9c95687cfbc080398baed71a1f1df9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_769ae9f6f141fb81c5248a4d48ce8bd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_973ba33f6fbdf60bb543f513f3fc7095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3386f8ded71e1d69310bd45c4254ee8 = $(`<div id="html_e3386f8ded71e1d69310bd45c4254ee8" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_973ba33f6fbdf60bb543f513f3fc7095.setContent(html_e3386f8ded71e1d69310bd45c4254ee8);
|
|
|
|
|
|
|
|
marker_a9c95687cfbc080398baed71a1f1df9b.bindPopup(popup_973ba33f6fbdf60bb543f513f3fc7095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9c95687cfbc080398baed71a1f1df9b.setIcon(icon_769ae9f6f141fb81c5248a4d48ce8bd7);
|
|
|
|
|
|
var marker_7fa3643235d605902e2d0e4eac63a9cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a4939c71c63be02be9315c0b6deda06a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a6e74cf5f812840ca88bcb7a3b6567c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51782cccae73ed65fac816fb26b7c590 = $(`<div id="html_51782cccae73ed65fac816fb26b7c590" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_2a6e74cf5f812840ca88bcb7a3b6567c.setContent(html_51782cccae73ed65fac816fb26b7c590);
|
|
|
|
|
|
|
|
marker_7fa3643235d605902e2d0e4eac63a9cd.bindPopup(popup_2a6e74cf5f812840ca88bcb7a3b6567c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fa3643235d605902e2d0e4eac63a9cd.setIcon(icon_a4939c71c63be02be9315c0b6deda06a);
|
|
|
|
|
|
var marker_ac932f8eae3ed863868824fa3a58a04e = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_090ca98abaf7d27f5c87a9e45ba0027f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60e82db73e7de6c0fb3448ffac85344c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_530136c7de5b8efaee40be6e8bd5b5e7 = $(`<div id="html_530136c7de5b8efaee40be6e8bd5b5e7" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_60e82db73e7de6c0fb3448ffac85344c.setContent(html_530136c7de5b8efaee40be6e8bd5b5e7);
|
|
|
|
|
|
|
|
marker_ac932f8eae3ed863868824fa3a58a04e.bindPopup(popup_60e82db73e7de6c0fb3448ffac85344c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac932f8eae3ed863868824fa3a58a04e.setIcon(icon_090ca98abaf7d27f5c87a9e45ba0027f);
|
|
|
|
|
|
var marker_8c64ad591b8760db60c6bfcadd07bd01 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_88dbe828b3cd1a8f1a2cc5731f9c71cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfb0436bf9bb47d5e891478ca6a6bb4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_943dbf3f2410608da36f430074aeb2f1 = $(`<div id="html_943dbf3f2410608da36f430074aeb2f1" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_cfb0436bf9bb47d5e891478ca6a6bb4a.setContent(html_943dbf3f2410608da36f430074aeb2f1);
|
|
|
|
|
|
|
|
marker_8c64ad591b8760db60c6bfcadd07bd01.bindPopup(popup_cfb0436bf9bb47d5e891478ca6a6bb4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c64ad591b8760db60c6bfcadd07bd01.setIcon(icon_88dbe828b3cd1a8f1a2cc5731f9c71cb);
|
|
|
|
|
|
var marker_4b144814647b0ac1554265a68e1b4ba0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_85c5746f41171a6ae3b95e88cc6f97db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0a1bc5f2a5d0f967595508d522ebe09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_262e5be6302fc3901155570648a8fec2 = $(`<div id="html_262e5be6302fc3901155570648a8fec2" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_e0a1bc5f2a5d0f967595508d522ebe09.setContent(html_262e5be6302fc3901155570648a8fec2);
|
|
|
|
|
|
|
|
marker_4b144814647b0ac1554265a68e1b4ba0.bindPopup(popup_e0a1bc5f2a5d0f967595508d522ebe09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b144814647b0ac1554265a68e1b4ba0.setIcon(icon_85c5746f41171a6ae3b95e88cc6f97db);
|
|
|
|
|
|
var marker_55a7ce8fee66cf6646ea2d89fe229d4f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fddc468ccb317eeb878fbc4ffd24f152 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f5086b69d4bc70289cb3d708e58f75a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a21511517d527ca1cea8b8440cae45ee = $(`<div id="html_a21511517d527ca1cea8b8440cae45ee" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_0f5086b69d4bc70289cb3d708e58f75a.setContent(html_a21511517d527ca1cea8b8440cae45ee);
|
|
|
|
|
|
|
|
marker_55a7ce8fee66cf6646ea2d89fe229d4f.bindPopup(popup_0f5086b69d4bc70289cb3d708e58f75a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55a7ce8fee66cf6646ea2d89fe229d4f.setIcon(icon_fddc468ccb317eeb878fbc4ffd24f152);
|
|
|
|
|
|
var marker_1ce2a6da5873b216f46c92829efbe337 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6b2fe91e2abc942fb997754b23e42cc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ed24a252695ee84ed328f121f0cb74b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_221b67370599505c3f062c2e577520dc = $(`<div id="html_221b67370599505c3f062c2e577520dc" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_9ed24a252695ee84ed328f121f0cb74b.setContent(html_221b67370599505c3f062c2e577520dc);
|
|
|
|
|
|
|
|
marker_1ce2a6da5873b216f46c92829efbe337.bindPopup(popup_9ed24a252695ee84ed328f121f0cb74b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ce2a6da5873b216f46c92829efbe337.setIcon(icon_6b2fe91e2abc942fb997754b23e42cc8);
|
|
|
|
|
|
var marker_5cdff144d864ee9830a6d61611b1e18a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_25a4c9a68255dffd6eb63225a0cfe83c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd1a97ad0b1fab257cbfd3e847dcfcac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81f9ae6611bfc01699ac0f13c4983f92 = $(`<div id="html_81f9ae6611bfc01699ac0f13c4983f92" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_bd1a97ad0b1fab257cbfd3e847dcfcac.setContent(html_81f9ae6611bfc01699ac0f13c4983f92);
|
|
|
|
|
|
|
|
marker_5cdff144d864ee9830a6d61611b1e18a.bindPopup(popup_bd1a97ad0b1fab257cbfd3e847dcfcac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cdff144d864ee9830a6d61611b1e18a.setIcon(icon_25a4c9a68255dffd6eb63225a0cfe83c);
|
|
|
|
|
|
var marker_88c26bca6e8f8679ffa2b1792fd0d185 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_138669e40869adf6b7c46172fba4f608 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af7ce59b1a6d8608e5c2f977ff473268 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a21650945cf0bd41874dfe45168edd0 = $(`<div id="html_6a21650945cf0bd41874dfe45168edd0" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_af7ce59b1a6d8608e5c2f977ff473268.setContent(html_6a21650945cf0bd41874dfe45168edd0);
|
|
|
|
|
|
|
|
marker_88c26bca6e8f8679ffa2b1792fd0d185.bindPopup(popup_af7ce59b1a6d8608e5c2f977ff473268)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88c26bca6e8f8679ffa2b1792fd0d185.setIcon(icon_138669e40869adf6b7c46172fba4f608);
|
|
|
|
|
|
var marker_85c561f2fbc20459172ec4d9435cd9c6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c3bfecab792e8e5bc3fb98cfef764bf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a102bae6236d455a72ed0698f1b63ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d0afe3eb5d608fe77a80e8cbfff262b = $(`<div id="html_5d0afe3eb5d608fe77a80e8cbfff262b" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_3a102bae6236d455a72ed0698f1b63ab.setContent(html_5d0afe3eb5d608fe77a80e8cbfff262b);
|
|
|
|
|
|
|
|
marker_85c561f2fbc20459172ec4d9435cd9c6.bindPopup(popup_3a102bae6236d455a72ed0698f1b63ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85c561f2fbc20459172ec4d9435cd9c6.setIcon(icon_c3bfecab792e8e5bc3fb98cfef764bf1);
|
|
|
|
|
|
var marker_3b5f628d2f3284fa558e11636af062b7 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_57e31d69502ff94d7fa8768a96b1423c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f65e83f0e9bb05a896a18f8ee2a13cfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6bb7db70b79dd85ce899c32b6695358 = $(`<div id="html_d6bb7db70b79dd85ce899c32b6695358" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_f65e83f0e9bb05a896a18f8ee2a13cfc.setContent(html_d6bb7db70b79dd85ce899c32b6695358);
|
|
|
|
|
|
|
|
marker_3b5f628d2f3284fa558e11636af062b7.bindPopup(popup_f65e83f0e9bb05a896a18f8ee2a13cfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b5f628d2f3284fa558e11636af062b7.setIcon(icon_57e31d69502ff94d7fa8768a96b1423c);
|
|
|
|
|
|
var marker_7f971cb4644094b8eb26b9c196318409 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9849527fc3d913091f7988072daf2032 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21208ee9fc639b6e7f6b4c3c60f51be7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49055699f84ed3a478a3d62f5ad2294 = $(`<div id="html_d49055699f84ed3a478a3d62f5ad2294" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_21208ee9fc639b6e7f6b4c3c60f51be7.setContent(html_d49055699f84ed3a478a3d62f5ad2294);
|
|
|
|
|
|
|
|
marker_7f971cb4644094b8eb26b9c196318409.bindPopup(popup_21208ee9fc639b6e7f6b4c3c60f51be7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f971cb4644094b8eb26b9c196318409.setIcon(icon_9849527fc3d913091f7988072daf2032);
|
|
|
|
|
|
var marker_c20ea57b25a28a132629fb4c09ca0248 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d44a8d198534c4ddb71d964e19c14e25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6bcd9b9d01ababc3332cb28ddb2551e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36acd58465a6a9ad13f29c506bb2bf7d = $(`<div id="html_36acd58465a6a9ad13f29c506bb2bf7d" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_f6bcd9b9d01ababc3332cb28ddb2551e.setContent(html_36acd58465a6a9ad13f29c506bb2bf7d);
|
|
|
|
|
|
|
|
marker_c20ea57b25a28a132629fb4c09ca0248.bindPopup(popup_f6bcd9b9d01ababc3332cb28ddb2551e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c20ea57b25a28a132629fb4c09ca0248.setIcon(icon_d44a8d198534c4ddb71d964e19c14e25);
|
|
|
|
|
|
var marker_a0cfd30bf4f3a0b56feaf4e589ca84cd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8ec65c497171f55a8092d49ab068e15f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c3e7e58d3cdc2baf8261cf25c7a3c31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6263406ca840613db04e6f50ccfbd02 = $(`<div id="html_d6263406ca840613db04e6f50ccfbd02" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_3c3e7e58d3cdc2baf8261cf25c7a3c31.setContent(html_d6263406ca840613db04e6f50ccfbd02);
|
|
|
|
|
|
|
|
marker_a0cfd30bf4f3a0b56feaf4e589ca84cd.bindPopup(popup_3c3e7e58d3cdc2baf8261cf25c7a3c31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0cfd30bf4f3a0b56feaf4e589ca84cd.setIcon(icon_8ec65c497171f55a8092d49ab068e15f);
|
|
|
|
|
|
var marker_42abce06239eecba266bf16ef63c53a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b7181ab7ce3147b548992d06b73a7a89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d7764b09a1a77db7c77709996645190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33233fa0aca667929645302d58734fde = $(`<div id="html_33233fa0aca667929645302d58734fde" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_9d7764b09a1a77db7c77709996645190.setContent(html_33233fa0aca667929645302d58734fde);
|
|
|
|
|
|
|
|
marker_42abce06239eecba266bf16ef63c53a0.bindPopup(popup_9d7764b09a1a77db7c77709996645190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42abce06239eecba266bf16ef63c53a0.setIcon(icon_b7181ab7ce3147b548992d06b73a7a89);
|
|
|
|
|
|
var marker_8fc899a220d5cea27b370a93156696b6 = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9966c3c03c7057398818269a9584fe96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b66672f52f3c56b60b1b7fae3828d0d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23cdbeff00512349aeafae19fa24a806 = $(`<div id="html_23cdbeff00512349aeafae19fa24a806" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_b66672f52f3c56b60b1b7fae3828d0d7.setContent(html_23cdbeff00512349aeafae19fa24a806);
|
|
|
|
|
|
|
|
marker_8fc899a220d5cea27b370a93156696b6.bindPopup(popup_b66672f52f3c56b60b1b7fae3828d0d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fc899a220d5cea27b370a93156696b6.setIcon(icon_9966c3c03c7057398818269a9584fe96);
|
|
|
|
|
|
var marker_c84640e13166216fd0658bf5eb16c8d2 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_cd91d261c1c6d3fe2bc0ccb6984e5a5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a808c92e9e099bb19eafa8ff3712727 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_341942916ba828b49160fe7e44a07d70 = $(`<div id="html_341942916ba828b49160fe7e44a07d70" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_2a808c92e9e099bb19eafa8ff3712727.setContent(html_341942916ba828b49160fe7e44a07d70);
|
|
|
|
|
|
|
|
marker_c84640e13166216fd0658bf5eb16c8d2.bindPopup(popup_2a808c92e9e099bb19eafa8ff3712727)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c84640e13166216fd0658bf5eb16c8d2.setIcon(icon_cd91d261c1c6d3fe2bc0ccb6984e5a5f);
|
|
|
|
|
|
var marker_7a24f5d8d5e7ec1f05fb4facde776d48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ee94fe4c4be04659b176a6e57b6ebfe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1aa70a818c8408ec2b8acf3e27b1f83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9de2c72ff373677ba64e321841b6971 = $(`<div id="html_e9de2c72ff373677ba64e321841b6971" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_d1aa70a818c8408ec2b8acf3e27b1f83.setContent(html_e9de2c72ff373677ba64e321841b6971);
|
|
|
|
|
|
|
|
marker_7a24f5d8d5e7ec1f05fb4facde776d48.bindPopup(popup_d1aa70a818c8408ec2b8acf3e27b1f83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a24f5d8d5e7ec1f05fb4facde776d48.setIcon(icon_ee94fe4c4be04659b176a6e57b6ebfe8);
|
|
|
|
|
|
var marker_9c4f0cd47e60367a291c07f0d8f88d91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4f18f778bc00c0fe33cf1680253ee67b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00f228e8f270776acb0b5d1d1f648860 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_607cc0e5f08c525c8514c0cdbe142d10 = $(`<div id="html_607cc0e5f08c525c8514c0cdbe142d10" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_00f228e8f270776acb0b5d1d1f648860.setContent(html_607cc0e5f08c525c8514c0cdbe142d10);
|
|
|
|
|
|
|
|
marker_9c4f0cd47e60367a291c07f0d8f88d91.bindPopup(popup_00f228e8f270776acb0b5d1d1f648860)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c4f0cd47e60367a291c07f0d8f88d91.setIcon(icon_4f18f778bc00c0fe33cf1680253ee67b);
|
|
|
|
|
|
var marker_ece90affe18e06ee7a9a7dff6408f13a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_53e730b6c78a5a314c98eec6f3787fe7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22c6940bc52dcee25b835768d08eb105 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e77bc38e2ebd11bb0d2fadb7b9133c43 = $(`<div id="html_e77bc38e2ebd11bb0d2fadb7b9133c43" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_22c6940bc52dcee25b835768d08eb105.setContent(html_e77bc38e2ebd11bb0d2fadb7b9133c43);
|
|
|
|
|
|
|
|
marker_ece90affe18e06ee7a9a7dff6408f13a.bindPopup(popup_22c6940bc52dcee25b835768d08eb105)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ece90affe18e06ee7a9a7dff6408f13a.setIcon(icon_53e730b6c78a5a314c98eec6f3787fe7);
|
|
|
|
|
|
var marker_e22f6197c977c3643e4638ca21da0c77 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4b464e1be6b742dabe32a10f2ed5b766 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9693a86927ac43331bf3270e2bc48eb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4007ff2ef574167dfe2cc4458005372b = $(`<div id="html_4007ff2ef574167dfe2cc4458005372b" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_9693a86927ac43331bf3270e2bc48eb4.setContent(html_4007ff2ef574167dfe2cc4458005372b);
|
|
|
|
|
|
|
|
marker_e22f6197c977c3643e4638ca21da0c77.bindPopup(popup_9693a86927ac43331bf3270e2bc48eb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e22f6197c977c3643e4638ca21da0c77.setIcon(icon_4b464e1be6b742dabe32a10f2ed5b766);
|
|
|
|
|
|
var marker_4d98efaaa8fd52f7edf0d407d996e38c = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_61067cf6f66d7f7d7f26d671ced1aa76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be79c292a6e54e6bf63409553e5681d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a50473da36715cebbbec68c6ec0f81d7 = $(`<div id="html_a50473da36715cebbbec68c6ec0f81d7" style="width: 100.0%; height: 100.0%;">relay.fizx.uk</div>`)[0];
|
|
popup_1be79c292a6e54e6bf63409553e5681d.setContent(html_a50473da36715cebbbec68c6ec0f81d7);
|
|
|
|
|
|
|
|
marker_4d98efaaa8fd52f7edf0d407d996e38c.bindPopup(popup_1be79c292a6e54e6bf63409553e5681d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d98efaaa8fd52f7edf0d407d996e38c.setIcon(icon_61067cf6f66d7f7d7f26d671ced1aa76);
|
|
|
|
|
|
var marker_f5c96849b5522980211e21fd483a63cb = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_5a61bace759999b9fad1229f02d8b633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_697e2907327d17c1204bf2f5864e6038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a53cf7cd9f3456a5b7b574033a07a1b = $(`<div id="html_7a53cf7cd9f3456a5b7b574033a07a1b" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_697e2907327d17c1204bf2f5864e6038.setContent(html_7a53cf7cd9f3456a5b7b574033a07a1b);
|
|
|
|
|
|
|
|
marker_f5c96849b5522980211e21fd483a63cb.bindPopup(popup_697e2907327d17c1204bf2f5864e6038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c96849b5522980211e21fd483a63cb.setIcon(icon_5a61bace759999b9fad1229f02d8b633);
|
|
|
|
|
|
var marker_ba14c2a7212c38706e4288162752b8c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ef69f96dd865c69eb9cffebd77dcdbc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87763b9b7b46bfb325f0a0cc4f824415 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2da43a05c0e9ec38c3bc380d23d4ed58 = $(`<div id="html_2da43a05c0e9ec38c3bc380d23d4ed58" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_87763b9b7b46bfb325f0a0cc4f824415.setContent(html_2da43a05c0e9ec38c3bc380d23d4ed58);
|
|
|
|
|
|
|
|
marker_ba14c2a7212c38706e4288162752b8c5.bindPopup(popup_87763b9b7b46bfb325f0a0cc4f824415)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba14c2a7212c38706e4288162752b8c5.setIcon(icon_ef69f96dd865c69eb9cffebd77dcdbc5);
|
|
|
|
|
|
var marker_6f4ba08a71187792a45f607d1672cd5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ba0745c1a085cb1885197c18b4e83dc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39a59bee22892fd9f1d8a70c9c4ceffc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10fa2c1040281097b9df5d78d96d9d53 = $(`<div id="html_10fa2c1040281097b9df5d78d96d9d53" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_39a59bee22892fd9f1d8a70c9c4ceffc.setContent(html_10fa2c1040281097b9df5d78d96d9d53);
|
|
|
|
|
|
|
|
marker_6f4ba08a71187792a45f607d1672cd5e.bindPopup(popup_39a59bee22892fd9f1d8a70c9c4ceffc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f4ba08a71187792a45f607d1672cd5e.setIcon(icon_ba0745c1a085cb1885197c18b4e83dc8);
|
|
|
|
|
|
var marker_7cd7441f77187ed71d00cab023cea20f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_38bbdbe6dcd11525f8d7b5356c78a898 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcc49d80c0aa78b62a9b8ecaa2ed519c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc87cda352add47513ad5195d32b65f8 = $(`<div id="html_cc87cda352add47513ad5195d32b65f8" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_bcc49d80c0aa78b62a9b8ecaa2ed519c.setContent(html_cc87cda352add47513ad5195d32b65f8);
|
|
|
|
|
|
|
|
marker_7cd7441f77187ed71d00cab023cea20f.bindPopup(popup_bcc49d80c0aa78b62a9b8ecaa2ed519c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cd7441f77187ed71d00cab023cea20f.setIcon(icon_38bbdbe6dcd11525f8d7b5356c78a898);
|
|
|
|
|
|
var marker_5cf15be251f905926cc2ca4f8d67d4d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b0dc1dab12129dc5f8b5ada3be047353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e59de14b92aaaf46eb03e68ab203fec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e710b1d9669473ae1e7b1b44f4dcabf = $(`<div id="html_2e710b1d9669473ae1e7b1b44f4dcabf" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_1e59de14b92aaaf46eb03e68ab203fec.setContent(html_2e710b1d9669473ae1e7b1b44f4dcabf);
|
|
|
|
|
|
|
|
marker_5cf15be251f905926cc2ca4f8d67d4d2.bindPopup(popup_1e59de14b92aaaf46eb03e68ab203fec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cf15be251f905926cc2ca4f8d67d4d2.setIcon(icon_b0dc1dab12129dc5f8b5ada3be047353);
|
|
|
|
|
|
var marker_de67d1c06052705d2bf3e9d27f007836 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_cd41a83b7747244ef9071ded3c237449 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_926fc46ddc62ee61433c70704885dab9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56c40054b22a88e5ca7efbe76078e402 = $(`<div id="html_56c40054b22a88e5ca7efbe76078e402" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_926fc46ddc62ee61433c70704885dab9.setContent(html_56c40054b22a88e5ca7efbe76078e402);
|
|
|
|
|
|
|
|
marker_de67d1c06052705d2bf3e9d27f007836.bindPopup(popup_926fc46ddc62ee61433c70704885dab9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de67d1c06052705d2bf3e9d27f007836.setIcon(icon_cd41a83b7747244ef9071ded3c237449);
|
|
|
|
|
|
var marker_74d4dd993e8f900594341adfc8d17973 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d656d6a39bfb889a97aba84880f1a1a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c305dd9af97988b2fca9f26abe259a42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b922ef60f6ba4583629104fcf2265e8c = $(`<div id="html_b922ef60f6ba4583629104fcf2265e8c" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_c305dd9af97988b2fca9f26abe259a42.setContent(html_b922ef60f6ba4583629104fcf2265e8c);
|
|
|
|
|
|
|
|
marker_74d4dd993e8f900594341adfc8d17973.bindPopup(popup_c305dd9af97988b2fca9f26abe259a42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74d4dd993e8f900594341adfc8d17973.setIcon(icon_d656d6a39bfb889a97aba84880f1a1a9);
|
|
|
|
|
|
var marker_1ab18e4467da3ad420130b81b5bc8745 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_290016652beaa93d094e328c02f27757 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77d1c8e99f06f491cfb184e19041862c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e678f6c174e8d1b0a34c21f955266ed = $(`<div id="html_5e678f6c174e8d1b0a34c21f955266ed" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_77d1c8e99f06f491cfb184e19041862c.setContent(html_5e678f6c174e8d1b0a34c21f955266ed);
|
|
|
|
|
|
|
|
marker_1ab18e4467da3ad420130b81b5bc8745.bindPopup(popup_77d1c8e99f06f491cfb184e19041862c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ab18e4467da3ad420130b81b5bc8745.setIcon(icon_290016652beaa93d094e328c02f27757);
|
|
|
|
|
|
var marker_21f9b79a021e28b74a5b705e1316cf23 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1075bbb3f4cf83ae90c6872c2f25208b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7084f307bd419b88be139b07a997588a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38c90b6dbf145e6386dbaa47a87fa9e0 = $(`<div id="html_38c90b6dbf145e6386dbaa47a87fa9e0" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_7084f307bd419b88be139b07a997588a.setContent(html_38c90b6dbf145e6386dbaa47a87fa9e0);
|
|
|
|
|
|
|
|
marker_21f9b79a021e28b74a5b705e1316cf23.bindPopup(popup_7084f307bd419b88be139b07a997588a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21f9b79a021e28b74a5b705e1316cf23.setIcon(icon_1075bbb3f4cf83ae90c6872c2f25208b);
|
|
|
|
|
|
var marker_dc1c86fa600308f3bfb971f8609dcbb5 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_51d42ab94b8f0ac12a9d61b9b0b1d366 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efc8c389e874185ea342a4dcac5b560c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26bbd86c65993d5c78260009536c3016 = $(`<div id="html_26bbd86c65993d5c78260009536c3016" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_efc8c389e874185ea342a4dcac5b560c.setContent(html_26bbd86c65993d5c78260009536c3016);
|
|
|
|
|
|
|
|
marker_dc1c86fa600308f3bfb971f8609dcbb5.bindPopup(popup_efc8c389e874185ea342a4dcac5b560c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc1c86fa600308f3bfb971f8609dcbb5.setIcon(icon_51d42ab94b8f0ac12a9d61b9b0b1d366);
|
|
|
|
|
|
var marker_e56f5f4408eac32e1cc229c5a8a55d19 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6497b4f3889c92d1e58bae841817ece9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d993603d40b3485d6f5bfb859840b66c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b40c265cb5d25cd3d57a1c7c1d589ca = $(`<div id="html_3b40c265cb5d25cd3d57a1c7c1d589ca" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_d993603d40b3485d6f5bfb859840b66c.setContent(html_3b40c265cb5d25cd3d57a1c7c1d589ca);
|
|
|
|
|
|
|
|
marker_e56f5f4408eac32e1cc229c5a8a55d19.bindPopup(popup_d993603d40b3485d6f5bfb859840b66c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e56f5f4408eac32e1cc229c5a8a55d19.setIcon(icon_6497b4f3889c92d1e58bae841817ece9);
|
|
|
|
|
|
var marker_000cec2f495740d6bcaa12400f92863a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_84c074cad353925431e2a17c1907ad30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cc6bd3231f9fb05ac65ce2f3d88011b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6a1cb0d35650fed5ee3ce14e2ed95cc = $(`<div id="html_c6a1cb0d35650fed5ee3ce14e2ed95cc" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_2cc6bd3231f9fb05ac65ce2f3d88011b.setContent(html_c6a1cb0d35650fed5ee3ce14e2ed95cc);
|
|
|
|
|
|
|
|
marker_000cec2f495740d6bcaa12400f92863a.bindPopup(popup_2cc6bd3231f9fb05ac65ce2f3d88011b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_000cec2f495740d6bcaa12400f92863a.setIcon(icon_84c074cad353925431e2a17c1907ad30);
|
|
|
|
|
|
var marker_897148f8bca8f9c83494b94ed4865169 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8f690b6827dda509e7ea2471e5f49900 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ec47a393cee8bef97e2b47d8bee8ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d6aae06fd49a954b89f8f73975783a7 = $(`<div id="html_3d6aae06fd49a954b89f8f73975783a7" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_4ec47a393cee8bef97e2b47d8bee8ba7.setContent(html_3d6aae06fd49a954b89f8f73975783a7);
|
|
|
|
|
|
|
|
marker_897148f8bca8f9c83494b94ed4865169.bindPopup(popup_4ec47a393cee8bef97e2b47d8bee8ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897148f8bca8f9c83494b94ed4865169.setIcon(icon_8f690b6827dda509e7ea2471e5f49900);
|
|
|
|
|
|
var marker_32dc54cb11cca755c9bb53413b802f82 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b4b1c977c72cab4d3afc25b26a41d3da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00f044250955587ada5e68aba653eb78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_788f5d6634e02a8e98878dbad0ff4b77 = $(`<div id="html_788f5d6634e02a8e98878dbad0ff4b77" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_00f044250955587ada5e68aba653eb78.setContent(html_788f5d6634e02a8e98878dbad0ff4b77);
|
|
|
|
|
|
|
|
marker_32dc54cb11cca755c9bb53413b802f82.bindPopup(popup_00f044250955587ada5e68aba653eb78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32dc54cb11cca755c9bb53413b802f82.setIcon(icon_b4b1c977c72cab4d3afc25b26a41d3da);
|
|
|
|
|
|
var marker_c4ab6d707cf92afe3417f6eb02f21249 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a40b413f3f2b57a10e24b772804b3788 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90f09b20f142c25f327d9fbf462831b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7b4491997c90515fb329094a9003bd7 = $(`<div id="html_b7b4491997c90515fb329094a9003bd7" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_90f09b20f142c25f327d9fbf462831b9.setContent(html_b7b4491997c90515fb329094a9003bd7);
|
|
|
|
|
|
|
|
marker_c4ab6d707cf92afe3417f6eb02f21249.bindPopup(popup_90f09b20f142c25f327d9fbf462831b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4ab6d707cf92afe3417f6eb02f21249.setIcon(icon_a40b413f3f2b57a10e24b772804b3788);
|
|
|
|
|
|
var marker_49f603ee6b6a06e0889d60d1cb41e7dc = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_7dd023c9d9f951795b8ae0de2c8bb0a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d73cf7a917599c885486c51d8d2b59d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_988271227fc578f84da1169f5791aec7 = $(`<div id="html_988271227fc578f84da1169f5791aec7" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_7d73cf7a917599c885486c51d8d2b59d.setContent(html_988271227fc578f84da1169f5791aec7);
|
|
|
|
|
|
|
|
marker_49f603ee6b6a06e0889d60d1cb41e7dc.bindPopup(popup_7d73cf7a917599c885486c51d8d2b59d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49f603ee6b6a06e0889d60d1cb41e7dc.setIcon(icon_7dd023c9d9f951795b8ae0de2c8bb0a2);
|
|
|
|
|
|
var marker_73b4498fdaade7c75dbc5baaa8a2840d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_04f726cb8995fa55a12a57f6482d97b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e0342e2c002589677800b385c18c877 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59f411c7b6191e553b39a7386f022e38 = $(`<div id="html_59f411c7b6191e553b39a7386f022e38" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_4e0342e2c002589677800b385c18c877.setContent(html_59f411c7b6191e553b39a7386f022e38);
|
|
|
|
|
|
|
|
marker_73b4498fdaade7c75dbc5baaa8a2840d.bindPopup(popup_4e0342e2c002589677800b385c18c877)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73b4498fdaade7c75dbc5baaa8a2840d.setIcon(icon_04f726cb8995fa55a12a57f6482d97b0);
|
|
|
|
|
|
var marker_3c608a3e462e7882903d48ac1d0426fa = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_69cc6f7e3ac654caaad06b233459ea6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44d09bd3d53a96b410b2113fc6ddb2c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c38843ecaf18f487c02861fba8b765b2 = $(`<div id="html_c38843ecaf18f487c02861fba8b765b2" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_44d09bd3d53a96b410b2113fc6ddb2c7.setContent(html_c38843ecaf18f487c02861fba8b765b2);
|
|
|
|
|
|
|
|
marker_3c608a3e462e7882903d48ac1d0426fa.bindPopup(popup_44d09bd3d53a96b410b2113fc6ddb2c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c608a3e462e7882903d48ac1d0426fa.setIcon(icon_69cc6f7e3ac654caaad06b233459ea6b);
|
|
|
|
|
|
var marker_88d6b9fb467524b01e01d10af4c63124 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_705ffa87dff8691ebcfbda62db641906 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7fed7f3a955f3305add1eab7ac233c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6614e0183b5e7d8fb83867019717895 = $(`<div id="html_e6614e0183b5e7d8fb83867019717895" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_c7fed7f3a955f3305add1eab7ac233c3.setContent(html_e6614e0183b5e7d8fb83867019717895);
|
|
|
|
|
|
|
|
marker_88d6b9fb467524b01e01d10af4c63124.bindPopup(popup_c7fed7f3a955f3305add1eab7ac233c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88d6b9fb467524b01e01d10af4c63124.setIcon(icon_705ffa87dff8691ebcfbda62db641906);
|
|
|
|
|
|
var marker_bb6da2cb23ed693a39674b6a021f69f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_0c0d7f0ce7ca923db592e993442d6d7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7471373a24e43fa78e3f598c0c21ae8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7016d125cd571a31b3bd8ad58216f2e = $(`<div id="html_b7016d125cd571a31b3bd8ad58216f2e" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_7471373a24e43fa78e3f598c0c21ae8d.setContent(html_b7016d125cd571a31b3bd8ad58216f2e);
|
|
|
|
|
|
|
|
marker_bb6da2cb23ed693a39674b6a021f69f7.bindPopup(popup_7471373a24e43fa78e3f598c0c21ae8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb6da2cb23ed693a39674b6a021f69f7.setIcon(icon_0c0d7f0ce7ca923db592e993442d6d7a);
|
|
|
|
|
|
var marker_6ba4aaea7616f13410bb5f37105a006f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_47a38ce3749b2a4ad97417399aafd3bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a637a4618d8c8b2933c0f06fd03500d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de650dc8c0a247f8f3a106b0ab191f60 = $(`<div id="html_de650dc8c0a247f8f3a106b0ab191f60" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_a637a4618d8c8b2933c0f06fd03500d0.setContent(html_de650dc8c0a247f8f3a106b0ab191f60);
|
|
|
|
|
|
|
|
marker_6ba4aaea7616f13410bb5f37105a006f.bindPopup(popup_a637a4618d8c8b2933c0f06fd03500d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ba4aaea7616f13410bb5f37105a006f.setIcon(icon_47a38ce3749b2a4ad97417399aafd3bb);
|
|
|
|
|
|
var marker_a12d6a2477a85ddc4c5a2fd3dfeb98b8 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_60a8e853ebaa3caee3297dc1c272513f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bb0af2b8c3b04263ed29606f6e61bed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4a40b134ebf7aed35c6e1d689970641 = $(`<div id="html_f4a40b134ebf7aed35c6e1d689970641" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_2bb0af2b8c3b04263ed29606f6e61bed.setContent(html_f4a40b134ebf7aed35c6e1d689970641);
|
|
|
|
|
|
|
|
marker_a12d6a2477a85ddc4c5a2fd3dfeb98b8.bindPopup(popup_2bb0af2b8c3b04263ed29606f6e61bed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a12d6a2477a85ddc4c5a2fd3dfeb98b8.setIcon(icon_60a8e853ebaa3caee3297dc1c272513f);
|
|
|
|
|
|
var marker_40cd7894f3ad269362285fbf42538248 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3d4bd2eb1f701d27b6993b851462c531 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5db5e8cf176560ff6b6df2e1daf57569 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98622a4981a007573e3e55a291a2a5c3 = $(`<div id="html_98622a4981a007573e3e55a291a2a5c3" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_5db5e8cf176560ff6b6df2e1daf57569.setContent(html_98622a4981a007573e3e55a291a2a5c3);
|
|
|
|
|
|
|
|
marker_40cd7894f3ad269362285fbf42538248.bindPopup(popup_5db5e8cf176560ff6b6df2e1daf57569)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40cd7894f3ad269362285fbf42538248.setIcon(icon_3d4bd2eb1f701d27b6993b851462c531);
|
|
|
|
|
|
var marker_2f507493ab3e8ee1db6c19ef4cf80778 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_484d8a5c982013ac4fd629d7a5a899b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e05722081be06b6394c6d932699175d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c353a6dde4430af27d7bc1ee20717cf = $(`<div id="html_0c353a6dde4430af27d7bc1ee20717cf" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_3e05722081be06b6394c6d932699175d.setContent(html_0c353a6dde4430af27d7bc1ee20717cf);
|
|
|
|
|
|
|
|
marker_2f507493ab3e8ee1db6c19ef4cf80778.bindPopup(popup_3e05722081be06b6394c6d932699175d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f507493ab3e8ee1db6c19ef4cf80778.setIcon(icon_484d8a5c982013ac4fd629d7a5a899b1);
|
|
|
|
|
|
var marker_4bc00e1dd447a371c023716a7de9912b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_5225b55631a5aa92740445b13dfcb2d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba5518c1098a66bcffc41bd8758f2338 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33cae3448346c4219b78459a83945768 = $(`<div id="html_33cae3448346c4219b78459a83945768" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_ba5518c1098a66bcffc41bd8758f2338.setContent(html_33cae3448346c4219b78459a83945768);
|
|
|
|
|
|
|
|
marker_4bc00e1dd447a371c023716a7de9912b.bindPopup(popup_ba5518c1098a66bcffc41bd8758f2338)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bc00e1dd447a371c023716a7de9912b.setIcon(icon_5225b55631a5aa92740445b13dfcb2d4);
|
|
|
|
|
|
var marker_08fdb8c22692bb2acd43a770f9f5ea5d = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1b7675c86df8eb3affe89556bae40faa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_823fc400c9ea9ca94cc55b14769e37ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d669b575bad948d27b3c9d88c426be1 = $(`<div id="html_9d669b575bad948d27b3c9d88c426be1" style="width: 100.0%; height: 100.0%;">relay.kubo.watch</div>`)[0];
|
|
popup_823fc400c9ea9ca94cc55b14769e37ac.setContent(html_9d669b575bad948d27b3c9d88c426be1);
|
|
|
|
|
|
|
|
marker_08fdb8c22692bb2acd43a770f9f5ea5d.bindPopup(popup_823fc400c9ea9ca94cc55b14769e37ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08fdb8c22692bb2acd43a770f9f5ea5d.setIcon(icon_1b7675c86df8eb3affe89556bae40faa);
|
|
|
|
|
|
var marker_6812c3d39bde228f8837144580baac94 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_dacbe36366cf603ba046d092a3d74c87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da07f4fdc22494e637798eabccfbbbbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f61c811e97e5a2232ddc87e52244837c = $(`<div id="html_f61c811e97e5a2232ddc87e52244837c" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_da07f4fdc22494e637798eabccfbbbbe.setContent(html_f61c811e97e5a2232ddc87e52244837c);
|
|
|
|
|
|
|
|
marker_6812c3d39bde228f8837144580baac94.bindPopup(popup_da07f4fdc22494e637798eabccfbbbbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6812c3d39bde228f8837144580baac94.setIcon(icon_dacbe36366cf603ba046d092a3d74c87);
|
|
|
|
|
|
var marker_344075d2e72230d2a8a49a0c7e3edb82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8e202a72c452ab0471b89422ab8338fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ac5c2a6f8e38453beada3d7cf65b22f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b50c1ff0055631f9dd16d9eed0af430 = $(`<div id="html_6b50c1ff0055631f9dd16d9eed0af430" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_7ac5c2a6f8e38453beada3d7cf65b22f.setContent(html_6b50c1ff0055631f9dd16d9eed0af430);
|
|
|
|
|
|
|
|
marker_344075d2e72230d2a8a49a0c7e3edb82.bindPopup(popup_7ac5c2a6f8e38453beada3d7cf65b22f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_344075d2e72230d2a8a49a0c7e3edb82.setIcon(icon_8e202a72c452ab0471b89422ab8338fe);
|
|
|
|
|
|
var marker_c81a6d423fb78ad9c620650a82815c96 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2562f5a1891d95eacf511252c4919119 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9d2500108fe2b821cfb13863774679d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c5c8d4baf0a64cdf0f8e44062b093b = $(`<div id="html_41c5c8d4baf0a64cdf0f8e44062b093b" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_b9d2500108fe2b821cfb13863774679d.setContent(html_41c5c8d4baf0a64cdf0f8e44062b093b);
|
|
|
|
|
|
|
|
marker_c81a6d423fb78ad9c620650a82815c96.bindPopup(popup_b9d2500108fe2b821cfb13863774679d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c81a6d423fb78ad9c620650a82815c96.setIcon(icon_2562f5a1891d95eacf511252c4919119);
|
|
|
|
|
|
var marker_3f76dc437f10a8261cb47d0cf399b275 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_910661dcb7ecb20af7c3e559ac19df6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8239d4b8e6ada1758c69de5d334b994c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed7275933299e972fc9fc3a858978448 = $(`<div id="html_ed7275933299e972fc9fc3a858978448" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_8239d4b8e6ada1758c69de5d334b994c.setContent(html_ed7275933299e972fc9fc3a858978448);
|
|
|
|
|
|
|
|
marker_3f76dc437f10a8261cb47d0cf399b275.bindPopup(popup_8239d4b8e6ada1758c69de5d334b994c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f76dc437f10a8261cb47d0cf399b275.setIcon(icon_910661dcb7ecb20af7c3e559ac19df6c);
|
|
|
|
|
|
var marker_29c7fe64a3ca431270d8046f1d4e9710 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_896ec8922e1f991e0b5d98123e943b5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39c965d85c3591808e70af62ae37615e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63595e7fac3ce7138a9179af7dc55f13 = $(`<div id="html_63595e7fac3ce7138a9179af7dc55f13" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_39c965d85c3591808e70af62ae37615e.setContent(html_63595e7fac3ce7138a9179af7dc55f13);
|
|
|
|
|
|
|
|
marker_29c7fe64a3ca431270d8046f1d4e9710.bindPopup(popup_39c965d85c3591808e70af62ae37615e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29c7fe64a3ca431270d8046f1d4e9710.setIcon(icon_896ec8922e1f991e0b5d98123e943b5f);
|
|
|
|
|
|
var marker_e33002d8ed2d5329629b8e6d401ef828 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_651a96ffceb13dcffe332b32b45738b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14d1a22e96abd7977ed9db431a83b428 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e51d20c7144046d90bc5a34c60659e8 = $(`<div id="html_6e51d20c7144046d90bc5a34c60659e8" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_14d1a22e96abd7977ed9db431a83b428.setContent(html_6e51d20c7144046d90bc5a34c60659e8);
|
|
|
|
|
|
|
|
marker_e33002d8ed2d5329629b8e6d401ef828.bindPopup(popup_14d1a22e96abd7977ed9db431a83b428)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e33002d8ed2d5329629b8e6d401ef828.setIcon(icon_651a96ffceb13dcffe332b32b45738b9);
|
|
|
|
|
|
var marker_62c1ac408810355bcacdf00c563983a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_587e1962fe27eb2364b5983e9f5948c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_919a88b7f002695ee08305385705d042 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caac246472f4e99651eecdd12c4cd823 = $(`<div id="html_caac246472f4e99651eecdd12c4cd823" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_919a88b7f002695ee08305385705d042.setContent(html_caac246472f4e99651eecdd12c4cd823);
|
|
|
|
|
|
|
|
marker_62c1ac408810355bcacdf00c563983a5.bindPopup(popup_919a88b7f002695ee08305385705d042)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62c1ac408810355bcacdf00c563983a5.setIcon(icon_587e1962fe27eb2364b5983e9f5948c5);
|
|
|
|
|
|
var marker_37acb4d4bc4978facca359fb4ed1b3c8 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_20f33156a0a7b9fe8b9d1186cdc5822d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab0ad7811adb52c0a4f2da5090c82176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23a63757bb015244cac02bd5b83bd1c1 = $(`<div id="html_23a63757bb015244cac02bd5b83bd1c1" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_ab0ad7811adb52c0a4f2da5090c82176.setContent(html_23a63757bb015244cac02bd5b83bd1c1);
|
|
|
|
|
|
|
|
marker_37acb4d4bc4978facca359fb4ed1b3c8.bindPopup(popup_ab0ad7811adb52c0a4f2da5090c82176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37acb4d4bc4978facca359fb4ed1b3c8.setIcon(icon_20f33156a0a7b9fe8b9d1186cdc5822d);
|
|
|
|
|
|
var marker_be9c384bb612e5757ea0e1cf7f5a9bdc = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c70f17724398f4fafba78dabf1b83cc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0a3ea30a7e514296a236e7c733ddf11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d616967d70a49627ce9a8daef122c8a5 = $(`<div id="html_d616967d70a49627ce9a8daef122c8a5" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_d0a3ea30a7e514296a236e7c733ddf11.setContent(html_d616967d70a49627ce9a8daef122c8a5);
|
|
|
|
|
|
|
|
marker_be9c384bb612e5757ea0e1cf7f5a9bdc.bindPopup(popup_d0a3ea30a7e514296a236e7c733ddf11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be9c384bb612e5757ea0e1cf7f5a9bdc.setIcon(icon_c70f17724398f4fafba78dabf1b83cc1);
|
|
|
|
|
|
var marker_efe2531fc15898937e85abc6353265ab = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_55e8b67aa31789b671772ff4d3ac5979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ea59a7244a8682d6c6c68244c78b8a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2088922ac9bdd1aa7638566a52510063 = $(`<div id="html_2088922ac9bdd1aa7638566a52510063" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_9ea59a7244a8682d6c6c68244c78b8a1.setContent(html_2088922ac9bdd1aa7638566a52510063);
|
|
|
|
|
|
|
|
marker_efe2531fc15898937e85abc6353265ab.bindPopup(popup_9ea59a7244a8682d6c6c68244c78b8a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efe2531fc15898937e85abc6353265ab.setIcon(icon_55e8b67aa31789b671772ff4d3ac5979);
|
|
|
|
|
|
var marker_ce7421ea43602432e95e84074eaf47c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_49c6096ad9d1a679796e78d09e7f8026 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2ffc026831a02e637fdd88494f53fbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcb86e9b421bcb9b5f303c9d6014c05e = $(`<div id="html_fcb86e9b421bcb9b5f303c9d6014c05e" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_e2ffc026831a02e637fdd88494f53fbd.setContent(html_fcb86e9b421bcb9b5f303c9d6014c05e);
|
|
|
|
|
|
|
|
marker_ce7421ea43602432e95e84074eaf47c0.bindPopup(popup_e2ffc026831a02e637fdd88494f53fbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce7421ea43602432e95e84074eaf47c0.setIcon(icon_49c6096ad9d1a679796e78d09e7f8026);
|
|
|
|
|
|
var marker_78a30620cc7c4635adff5ba190f12158 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b3dab8ff96f631e413a8c242d3de0b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66da10f126fd97b0d9b8cc891667110f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79abed90284b277e3f3e689fd440d5fd = $(`<div id="html_79abed90284b277e3f3e689fd440d5fd" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_66da10f126fd97b0d9b8cc891667110f.setContent(html_79abed90284b277e3f3e689fd440d5fd);
|
|
|
|
|
|
|
|
marker_78a30620cc7c4635adff5ba190f12158.bindPopup(popup_66da10f126fd97b0d9b8cc891667110f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78a30620cc7c4635adff5ba190f12158.setIcon(icon_b3dab8ff96f631e413a8c242d3de0b86);
|
|
|
|
|
|
var marker_8f66a0c8df22a292a59b7ef104089a69 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_68ec5220ecb87b578fbab6b7e823cfcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e070007c647b8f2b06759a86e4c5c2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e37a989c72d7c962724e821093650c = $(`<div id="html_86e37a989c72d7c962724e821093650c" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_9e070007c647b8f2b06759a86e4c5c2b.setContent(html_86e37a989c72d7c962724e821093650c);
|
|
|
|
|
|
|
|
marker_8f66a0c8df22a292a59b7ef104089a69.bindPopup(popup_9e070007c647b8f2b06759a86e4c5c2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f66a0c8df22a292a59b7ef104089a69.setIcon(icon_68ec5220ecb87b578fbab6b7e823cfcb);
|
|
|
|
|
|
var marker_f1b19e76257e65e802499cd79a020175 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a8668b5db885c4929581c0d653512622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eaa32fd7aacf6ff40dfedd35a48d5a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a17a87b8fb17e6d3bad33b0ce56f3bf2 = $(`<div id="html_a17a87b8fb17e6d3bad33b0ce56f3bf2" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_2eaa32fd7aacf6ff40dfedd35a48d5a5.setContent(html_a17a87b8fb17e6d3bad33b0ce56f3bf2);
|
|
|
|
|
|
|
|
marker_f1b19e76257e65e802499cd79a020175.bindPopup(popup_2eaa32fd7aacf6ff40dfedd35a48d5a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1b19e76257e65e802499cd79a020175.setIcon(icon_a8668b5db885c4929581c0d653512622);
|
|
|
|
|
|
var marker_8c67f47394017d5579d9cdaeccc07837 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6671f6bb3c54937306b4cefbd72392ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92d90e5721236b286ddadc22c34c536d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9d25f7642d473435132a91ece13616e = $(`<div id="html_d9d25f7642d473435132a91ece13616e" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_92d90e5721236b286ddadc22c34c536d.setContent(html_d9d25f7642d473435132a91ece13616e);
|
|
|
|
|
|
|
|
marker_8c67f47394017d5579d9cdaeccc07837.bindPopup(popup_92d90e5721236b286ddadc22c34c536d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c67f47394017d5579d9cdaeccc07837.setIcon(icon_6671f6bb3c54937306b4cefbd72392ee);
|
|
|
|
|
|
var marker_e374903cd4acfd47e4d94b71ec4c48da = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ff8284a6b56f41ea996ae038f048ef5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6edb0474a1008426c5cc99f4dcdb9cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe2383a136ba93cf075483c6cd332918 = $(`<div id="html_fe2383a136ba93cf075483c6cd332918" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_c6edb0474a1008426c5cc99f4dcdb9cd.setContent(html_fe2383a136ba93cf075483c6cd332918);
|
|
|
|
|
|
|
|
marker_e374903cd4acfd47e4d94b71ec4c48da.bindPopup(popup_c6edb0474a1008426c5cc99f4dcdb9cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e374903cd4acfd47e4d94b71ec4c48da.setIcon(icon_ff8284a6b56f41ea996ae038f048ef5d);
|
|
|
|
|
|
var marker_01dd0e57c92b0a61756df88573a6e44a = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9db060cb4e3f3911362ddaa1b0a56b07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec58b16e07e48c5dfac5d70379ccca26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_658670258c833cd7c6f77b998d26812b = $(`<div id="html_658670258c833cd7c6f77b998d26812b" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_ec58b16e07e48c5dfac5d70379ccca26.setContent(html_658670258c833cd7c6f77b998d26812b);
|
|
|
|
|
|
|
|
marker_01dd0e57c92b0a61756df88573a6e44a.bindPopup(popup_ec58b16e07e48c5dfac5d70379ccca26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01dd0e57c92b0a61756df88573a6e44a.setIcon(icon_9db060cb4e3f3911362ddaa1b0a56b07);
|
|
|
|
|
|
var marker_695bc98f3a40e9592d8eaa125c892dfe = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4cd653f13de29fa52fcee0e1a32cc82f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa96c92875eb9d237e60d101e02f8bd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bf1b23651f2a7e795c8d4da1336166d = $(`<div id="html_4bf1b23651f2a7e795c8d4da1336166d" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_aa96c92875eb9d237e60d101e02f8bd2.setContent(html_4bf1b23651f2a7e795c8d4da1336166d);
|
|
|
|
|
|
|
|
marker_695bc98f3a40e9592d8eaa125c892dfe.bindPopup(popup_aa96c92875eb9d237e60d101e02f8bd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_695bc98f3a40e9592d8eaa125c892dfe.setIcon(icon_4cd653f13de29fa52fcee0e1a32cc82f);
|
|
|
|
|
|
var marker_868afa176c065054e17b1f3f74d1df27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_93513fddc44b82bf4378a283d1106393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_810b2dd38740adbdead89fa92dd6c8bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d604f946f9416a3cb2bce6caa0b6729b = $(`<div id="html_d604f946f9416a3cb2bce6caa0b6729b" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_810b2dd38740adbdead89fa92dd6c8bb.setContent(html_d604f946f9416a3cb2bce6caa0b6729b);
|
|
|
|
|
|
|
|
marker_868afa176c065054e17b1f3f74d1df27.bindPopup(popup_810b2dd38740adbdead89fa92dd6c8bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_868afa176c065054e17b1f3f74d1df27.setIcon(icon_93513fddc44b82bf4378a283d1106393);
|
|
|
|
|
|
var marker_3a526ee68e3120eeddb3180e59ea209b = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c96524b9a2638db47d28a879dabb6874 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e6c182fbf58226ecf21f6c8b5cf34f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2fc80e979148731372b8984e45143a7 = $(`<div id="html_e2fc80e979148731372b8984e45143a7" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_8e6c182fbf58226ecf21f6c8b5cf34f6.setContent(html_e2fc80e979148731372b8984e45143a7);
|
|
|
|
|
|
|
|
marker_3a526ee68e3120eeddb3180e59ea209b.bindPopup(popup_8e6c182fbf58226ecf21f6c8b5cf34f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a526ee68e3120eeddb3180e59ea209b.setIcon(icon_c96524b9a2638db47d28a879dabb6874);
|
|
|
|
|
|
var marker_0d43e6b3e8bd6be7ab23990de03ba2a9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_708043fa99ca4b75736d81418ec2f8fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0f201c9198f0be230b823c18cb73b80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_658cdc4ab03981fb1b1a2f1872fcffc4 = $(`<div id="html_658cdc4ab03981fb1b1a2f1872fcffc4" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_f0f201c9198f0be230b823c18cb73b80.setContent(html_658cdc4ab03981fb1b1a2f1872fcffc4);
|
|
|
|
|
|
|
|
marker_0d43e6b3e8bd6be7ab23990de03ba2a9.bindPopup(popup_f0f201c9198f0be230b823c18cb73b80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d43e6b3e8bd6be7ab23990de03ba2a9.setIcon(icon_708043fa99ca4b75736d81418ec2f8fd);
|
|
|
|
|
|
var marker_9d08808056815012cce767f0494aba7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1312a6b362661123eac13696887f0ee3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33b563abc4c8770889057e531b338745 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4b5beb147bc1d8b19536fd4e72c7fce = $(`<div id="html_b4b5beb147bc1d8b19536fd4e72c7fce" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_33b563abc4c8770889057e531b338745.setContent(html_b4b5beb147bc1d8b19536fd4e72c7fce);
|
|
|
|
|
|
|
|
marker_9d08808056815012cce767f0494aba7f.bindPopup(popup_33b563abc4c8770889057e531b338745)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d08808056815012cce767f0494aba7f.setIcon(icon_1312a6b362661123eac13696887f0ee3);
|
|
|
|
|
|
var marker_d7ba102d74e5bfa96d7cfcfc02878f8f = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_52bcf1f16011b126c21788d9c0cdf79a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8954fc81701b9ef5bce0484103afce4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e06f2194bf23822794bbafb8543c4e0 = $(`<div id="html_3e06f2194bf23822794bbafb8543c4e0" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_e8954fc81701b9ef5bce0484103afce4.setContent(html_3e06f2194bf23822794bbafb8543c4e0);
|
|
|
|
|
|
|
|
marker_d7ba102d74e5bfa96d7cfcfc02878f8f.bindPopup(popup_e8954fc81701b9ef5bce0484103afce4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7ba102d74e5bfa96d7cfcfc02878f8f.setIcon(icon_52bcf1f16011b126c21788d9c0cdf79a);
|
|
|
|
|
|
var marker_92d6f0e70135c331541638a2ba1f7b6a = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fdb497bb01c530faeb8768df6ca2c91a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d79bbe888561a62ce674ec1b4b3a3d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07cba6925cf5aeb2cd11968f3d5093db = $(`<div id="html_07cba6925cf5aeb2cd11968f3d5093db" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_8d79bbe888561a62ce674ec1b4b3a3d0.setContent(html_07cba6925cf5aeb2cd11968f3d5093db);
|
|
|
|
|
|
|
|
marker_92d6f0e70135c331541638a2ba1f7b6a.bindPopup(popup_8d79bbe888561a62ce674ec1b4b3a3d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92d6f0e70135c331541638a2ba1f7b6a.setIcon(icon_fdb497bb01c530faeb8768df6ca2c91a);
|
|
|
|
|
|
var marker_f2ca284282541767ff714fb3bd7121a6 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_02db5fa443d73348555940459e72b545 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7053c61e82ac2804fed52e311158d074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97fade6f94323ee8322bf0061b577376 = $(`<div id="html_97fade6f94323ee8322bf0061b577376" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_7053c61e82ac2804fed52e311158d074.setContent(html_97fade6f94323ee8322bf0061b577376);
|
|
|
|
|
|
|
|
marker_f2ca284282541767ff714fb3bd7121a6.bindPopup(popup_7053c61e82ac2804fed52e311158d074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2ca284282541767ff714fb3bd7121a6.setIcon(icon_02db5fa443d73348555940459e72b545);
|
|
|
|
|
|
var marker_7c56d6e280f1fedb402f92ccf110df7f = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_eec07f3067d266b2b6b546ea3bd79da7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7219649096658d6c21e916ca46b608c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecf72677cffa5854a851fa6c6ff45ffa = $(`<div id="html_ecf72677cffa5854a851fa6c6ff45ffa" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_7219649096658d6c21e916ca46b608c3.setContent(html_ecf72677cffa5854a851fa6c6ff45ffa);
|
|
|
|
|
|
|
|
marker_7c56d6e280f1fedb402f92ccf110df7f.bindPopup(popup_7219649096658d6c21e916ca46b608c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c56d6e280f1fedb402f92ccf110df7f.setIcon(icon_eec07f3067d266b2b6b546ea3bd79da7);
|
|
|
|
|
|
var marker_d62e999d9e47ecc80a56c9e6f99982ce = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1073143de81e1df4b8549db516ad8849 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de71cfdd91008b94ba7f236c8016379c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ca5b5c6a5c1caced92c79edf622a9eb = $(`<div id="html_6ca5b5c6a5c1caced92c79edf622a9eb" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_de71cfdd91008b94ba7f236c8016379c.setContent(html_6ca5b5c6a5c1caced92c79edf622a9eb);
|
|
|
|
|
|
|
|
marker_d62e999d9e47ecc80a56c9e6f99982ce.bindPopup(popup_de71cfdd91008b94ba7f236c8016379c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d62e999d9e47ecc80a56c9e6f99982ce.setIcon(icon_1073143de81e1df4b8549db516ad8849);
|
|
|
|
|
|
var marker_bc5242fbf7fbbf3a22c828ab63702112 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6ce62d5d9316d554ce51319d0fa291fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ea4525a6a9f54c0ef3f93d2478e9dd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ec1ac53df67e6e46cc030dc7e9487ae = $(`<div id="html_7ec1ac53df67e6e46cc030dc7e9487ae" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_9ea4525a6a9f54c0ef3f93d2478e9dd1.setContent(html_7ec1ac53df67e6e46cc030dc7e9487ae);
|
|
|
|
|
|
|
|
marker_bc5242fbf7fbbf3a22c828ab63702112.bindPopup(popup_9ea4525a6a9f54c0ef3f93d2478e9dd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5242fbf7fbbf3a22c828ab63702112.setIcon(icon_6ce62d5d9316d554ce51319d0fa291fb);
|
|
|
|
|
|
var marker_e75a6e0819aa9c9bd5b2c74a5f8a8e79 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_662b90974667e7b52730ea14ef153055 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3fb8ed893dbda9c7b65142a60e3fba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7152c739158408c9a18f9d5f4d16a70d = $(`<div id="html_7152c739158408c9a18f9d5f4d16a70d" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_b3fb8ed893dbda9c7b65142a60e3fba7.setContent(html_7152c739158408c9a18f9d5f4d16a70d);
|
|
|
|
|
|
|
|
marker_e75a6e0819aa9c9bd5b2c74a5f8a8e79.bindPopup(popup_b3fb8ed893dbda9c7b65142a60e3fba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e75a6e0819aa9c9bd5b2c74a5f8a8e79.setIcon(icon_662b90974667e7b52730ea14ef153055);
|
|
|
|
|
|
var marker_990b1f3d928972b456801fb5099a7f8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_747782548fc2b47c4ccfa16c9340e823 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bdc98cb539efe3a1fbee3c1ebb70190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3773d5789f337fc34c95f29ed07c05dc = $(`<div id="html_3773d5789f337fc34c95f29ed07c05dc" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_0bdc98cb539efe3a1fbee3c1ebb70190.setContent(html_3773d5789f337fc34c95f29ed07c05dc);
|
|
|
|
|
|
|
|
marker_990b1f3d928972b456801fb5099a7f8d.bindPopup(popup_0bdc98cb539efe3a1fbee3c1ebb70190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_990b1f3d928972b456801fb5099a7f8d.setIcon(icon_747782548fc2b47c4ccfa16c9340e823);
|
|
|
|
|
|
var marker_4431749ca41da29ab6d7c7c90cafc6df = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f1ada2163e7a5eca21dda14d1439f363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34b83aa28327446f9492e6db588daf0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_643c926f5f73148e38adb901bf3f3d8d = $(`<div id="html_643c926f5f73148e38adb901bf3f3d8d" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_34b83aa28327446f9492e6db588daf0d.setContent(html_643c926f5f73148e38adb901bf3f3d8d);
|
|
|
|
|
|
|
|
marker_4431749ca41da29ab6d7c7c90cafc6df.bindPopup(popup_34b83aa28327446f9492e6db588daf0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4431749ca41da29ab6d7c7c90cafc6df.setIcon(icon_f1ada2163e7a5eca21dda14d1439f363);
|
|
|
|
|
|
var marker_75d79cff5420dafbf0119c6338d54680 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f557c0b15c0cf5890a100ff77e476920 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b4cffb66ff23a14ad3fef741f28a443 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47e723a45f836482fa39413ba3a393ff = $(`<div id="html_47e723a45f836482fa39413ba3a393ff" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_4b4cffb66ff23a14ad3fef741f28a443.setContent(html_47e723a45f836482fa39413ba3a393ff);
|
|
|
|
|
|
|
|
marker_75d79cff5420dafbf0119c6338d54680.bindPopup(popup_4b4cffb66ff23a14ad3fef741f28a443)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75d79cff5420dafbf0119c6338d54680.setIcon(icon_f557c0b15c0cf5890a100ff77e476920);
|
|
|
|
|
|
var marker_137b2a49131c71806d16c90b22487085 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8e88c6dca46a5324b36ef50568998861 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c83c7cce8d348d7c0bb900e3dcf29df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22cc5fc5b04cb1cf82e55bd59ff05499 = $(`<div id="html_22cc5fc5b04cb1cf82e55bd59ff05499" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_6c83c7cce8d348d7c0bb900e3dcf29df.setContent(html_22cc5fc5b04cb1cf82e55bd59ff05499);
|
|
|
|
|
|
|
|
marker_137b2a49131c71806d16c90b22487085.bindPopup(popup_6c83c7cce8d348d7c0bb900e3dcf29df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_137b2a49131c71806d16c90b22487085.setIcon(icon_8e88c6dca46a5324b36ef50568998861);
|
|
|
|
|
|
var marker_19fa85f6df2cd76e5e94d02f809b8a45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c2afa1ca9f31a7c868cbdbd84d021b26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dc2271208da645fe11d0f43f026f625 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49c4fe575042d79b479bec19868ff7a3 = $(`<div id="html_49c4fe575042d79b479bec19868ff7a3" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_1dc2271208da645fe11d0f43f026f625.setContent(html_49c4fe575042d79b479bec19868ff7a3);
|
|
|
|
|
|
|
|
marker_19fa85f6df2cd76e5e94d02f809b8a45.bindPopup(popup_1dc2271208da645fe11d0f43f026f625)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19fa85f6df2cd76e5e94d02f809b8a45.setIcon(icon_c2afa1ca9f31a7c868cbdbd84d021b26);
|
|
|
|
|
|
var marker_a9da2172600fd3a055ed60410844830d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fc1ec7140345310d49692edcaccd15e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f83db850da979e4e231ed812f8f3a076 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_171886faefbc7214340c1ef1dd0c4e07 = $(`<div id="html_171886faefbc7214340c1ef1dd0c4e07" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_f83db850da979e4e231ed812f8f3a076.setContent(html_171886faefbc7214340c1ef1dd0c4e07);
|
|
|
|
|
|
|
|
marker_a9da2172600fd3a055ed60410844830d.bindPopup(popup_f83db850da979e4e231ed812f8f3a076)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9da2172600fd3a055ed60410844830d.setIcon(icon_fc1ec7140345310d49692edcaccd15e8);
|
|
|
|
|
|
var marker_59c702e08f50a251c7bb06795c23d02a = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_e11cfef41b2eaa7e78bde395d51398f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34adb824c89f4bbd997c883aa00d048b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beda9a2174cd370efbb5c0d2f87687d1 = $(`<div id="html_beda9a2174cd370efbb5c0d2f87687d1" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_34adb824c89f4bbd997c883aa00d048b.setContent(html_beda9a2174cd370efbb5c0d2f87687d1);
|
|
|
|
|
|
|
|
marker_59c702e08f50a251c7bb06795c23d02a.bindPopup(popup_34adb824c89f4bbd997c883aa00d048b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59c702e08f50a251c7bb06795c23d02a.setIcon(icon_e11cfef41b2eaa7e78bde395d51398f1);
|
|
|
|
|
|
var marker_bb408acbd72fe52616d543a4ad05c315 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_7de70bdac5c53c3574b8b0ffe9145647 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_474913bcfb27d40f9ef29c398b03228a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73306fc05b5994946eb5f929a161d891 = $(`<div id="html_73306fc05b5994946eb5f929a161d891" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_474913bcfb27d40f9ef29c398b03228a.setContent(html_73306fc05b5994946eb5f929a161d891);
|
|
|
|
|
|
|
|
marker_bb408acbd72fe52616d543a4ad05c315.bindPopup(popup_474913bcfb27d40f9ef29c398b03228a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb408acbd72fe52616d543a4ad05c315.setIcon(icon_7de70bdac5c53c3574b8b0ffe9145647);
|
|
|
|
|
|
var marker_6feaa2aea8c76ae10d32c6a30580b4d6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9c5da29d9dfe6ca6bba7107527a0e976 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6f6c76284f0589516a1b7f75d41a8ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77baca3aaa4e255778e374681686e27d = $(`<div id="html_77baca3aaa4e255778e374681686e27d" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_f6f6c76284f0589516a1b7f75d41a8ea.setContent(html_77baca3aaa4e255778e374681686e27d);
|
|
|
|
|
|
|
|
marker_6feaa2aea8c76ae10d32c6a30580b4d6.bindPopup(popup_f6f6c76284f0589516a1b7f75d41a8ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6feaa2aea8c76ae10d32c6a30580b4d6.setIcon(icon_9c5da29d9dfe6ca6bba7107527a0e976);
|
|
|
|
|
|
var marker_02788412e0e1fdf6b8e8f8210f9601cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_dc6d3f86ccf04acd26bd9c23a8ea852f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1220db75ab16d00a7de4c4e8739efe2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f413cd1514d80bf94b0cd239d6b6ea3 = $(`<div id="html_4f413cd1514d80bf94b0cd239d6b6ea3" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_e1220db75ab16d00a7de4c4e8739efe2.setContent(html_4f413cd1514d80bf94b0cd239d6b6ea3);
|
|
|
|
|
|
|
|
marker_02788412e0e1fdf6b8e8f8210f9601cc.bindPopup(popup_e1220db75ab16d00a7de4c4e8739efe2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02788412e0e1fdf6b8e8f8210f9601cc.setIcon(icon_dc6d3f86ccf04acd26bd9c23a8ea852f);
|
|
|
|
|
|
var marker_6b22b80f82051abd1f876cc4a645a8ae = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_154b170b3c6fea27b9aff977f5be7e1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a827168dd92e4e755bb304e5bba3ab02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d34dc90e1cdb26d6f28192f219f33830 = $(`<div id="html_d34dc90e1cdb26d6f28192f219f33830" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_a827168dd92e4e755bb304e5bba3ab02.setContent(html_d34dc90e1cdb26d6f28192f219f33830);
|
|
|
|
|
|
|
|
marker_6b22b80f82051abd1f876cc4a645a8ae.bindPopup(popup_a827168dd92e4e755bb304e5bba3ab02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b22b80f82051abd1f876cc4a645a8ae.setIcon(icon_154b170b3c6fea27b9aff977f5be7e1f);
|
|
|
|
|
|
var marker_339ea25863f404887809a134b1443fe7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_71c6230d7e222ed2d2b434a547b4f311 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fca85e4ef97cc79eab351d005be7de1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a8aca0391adc5869647bb0eec1b7562 = $(`<div id="html_0a8aca0391adc5869647bb0eec1b7562" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_5fca85e4ef97cc79eab351d005be7de1.setContent(html_0a8aca0391adc5869647bb0eec1b7562);
|
|
|
|
|
|
|
|
marker_339ea25863f404887809a134b1443fe7.bindPopup(popup_5fca85e4ef97cc79eab351d005be7de1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_339ea25863f404887809a134b1443fe7.setIcon(icon_71c6230d7e222ed2d2b434a547b4f311);
|
|
|
|
|
|
var marker_5c8f0ec90a397628f7ce9b333e5caf36 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_554eb7c596257d79aa7164727be4a46e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d7fea11ca18a09e4c5ab0fcc6810734 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4225fd8c4baf0bfdbd8d3fbccc8e635a = $(`<div id="html_4225fd8c4baf0bfdbd8d3fbccc8e635a" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_2d7fea11ca18a09e4c5ab0fcc6810734.setContent(html_4225fd8c4baf0bfdbd8d3fbccc8e635a);
|
|
|
|
|
|
|
|
marker_5c8f0ec90a397628f7ce9b333e5caf36.bindPopup(popup_2d7fea11ca18a09e4c5ab0fcc6810734)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c8f0ec90a397628f7ce9b333e5caf36.setIcon(icon_554eb7c596257d79aa7164727be4a46e);
|
|
|
|
|
|
var marker_1a9479beed7f597cade698314b198669 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_093b3158668bfa6fb9a5834760ab177d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c55ef182e6c9498bead05c44daeb80bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b81b736b186844bfb4978f95e0c6a33 = $(`<div id="html_4b81b736b186844bfb4978f95e0c6a33" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_c55ef182e6c9498bead05c44daeb80bb.setContent(html_4b81b736b186844bfb4978f95e0c6a33);
|
|
|
|
|
|
|
|
marker_1a9479beed7f597cade698314b198669.bindPopup(popup_c55ef182e6c9498bead05c44daeb80bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a9479beed7f597cade698314b198669.setIcon(icon_093b3158668bfa6fb9a5834760ab177d);
|
|
|
|
|
|
var marker_6d5c052a5d53ee49e1201a07ca15be06 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_64b191703f615456301354c2d66e8083 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c53d9648de771440bb534f05191211c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_201e8fad2e308bbf7f5fbd81a15c0704 = $(`<div id="html_201e8fad2e308bbf7f5fbd81a15c0704" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_2c53d9648de771440bb534f05191211c.setContent(html_201e8fad2e308bbf7f5fbd81a15c0704);
|
|
|
|
|
|
|
|
marker_6d5c052a5d53ee49e1201a07ca15be06.bindPopup(popup_2c53d9648de771440bb534f05191211c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d5c052a5d53ee49e1201a07ca15be06.setIcon(icon_64b191703f615456301354c2d66e8083);
|
|
|
|
|
|
var marker_0ab7a7df2279dca12601989056703835 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1ea4dbed43bc6350f31933dc9e0b6286 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_482de54f0dc16b002029a7d6923fff72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0535a8a69e7dd36c2abbfa7b2fff04bb = $(`<div id="html_0535a8a69e7dd36c2abbfa7b2fff04bb" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_482de54f0dc16b002029a7d6923fff72.setContent(html_0535a8a69e7dd36c2abbfa7b2fff04bb);
|
|
|
|
|
|
|
|
marker_0ab7a7df2279dca12601989056703835.bindPopup(popup_482de54f0dc16b002029a7d6923fff72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ab7a7df2279dca12601989056703835.setIcon(icon_1ea4dbed43bc6350f31933dc9e0b6286);
|
|
|
|
|
|
var marker_b814cce4ec2f9badb3b1417bd4fe6fa5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_bf8a2b7c68d7982e115e2766865f641d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b16a25eeb81e342b492c3e15ecc07eba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00dae112760b00f5ac4f37ebee2482e8 = $(`<div id="html_00dae112760b00f5ac4f37ebee2482e8" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_b16a25eeb81e342b492c3e15ecc07eba.setContent(html_00dae112760b00f5ac4f37ebee2482e8);
|
|
|
|
|
|
|
|
marker_b814cce4ec2f9badb3b1417bd4fe6fa5.bindPopup(popup_b16a25eeb81e342b492c3e15ecc07eba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b814cce4ec2f9badb3b1417bd4fe6fa5.setIcon(icon_bf8a2b7c68d7982e115e2766865f641d);
|
|
|
|
|
|
var marker_a461c59e2b98565331267d5422540b20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2e91ad42a3d6ff09a611651a1a36becb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b12896b559d65de68a8bd6aa1af6346c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1afdb1212ba628992ffa7ac59f6b6a99 = $(`<div id="html_1afdb1212ba628992ffa7ac59f6b6a99" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_b12896b559d65de68a8bd6aa1af6346c.setContent(html_1afdb1212ba628992ffa7ac59f6b6a99);
|
|
|
|
|
|
|
|
marker_a461c59e2b98565331267d5422540b20.bindPopup(popup_b12896b559d65de68a8bd6aa1af6346c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a461c59e2b98565331267d5422540b20.setIcon(icon_2e91ad42a3d6ff09a611651a1a36becb);
|
|
|
|
|
|
var marker_d65e9c20cb9e08e8de1fabd75c1ee61f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_98ef1b33ecb22c2c2593d6ed67d5a9ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c175a1ec4e10729d634280ad562dea26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea33de0a56d824b7d95604447a61102a = $(`<div id="html_ea33de0a56d824b7d95604447a61102a" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_c175a1ec4e10729d634280ad562dea26.setContent(html_ea33de0a56d824b7d95604447a61102a);
|
|
|
|
|
|
|
|
marker_d65e9c20cb9e08e8de1fabd75c1ee61f.bindPopup(popup_c175a1ec4e10729d634280ad562dea26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d65e9c20cb9e08e8de1fabd75c1ee61f.setIcon(icon_98ef1b33ecb22c2c2593d6ed67d5a9ba);
|
|
|
|
|
|
var marker_3278dd99452deeb74daf8be12b1f811e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ce9b7a253445e5cf40aa1644190c7be4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6353d02787e7eb79b5ccbdeabf96b173 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f77de56a05238c528bc123d101119126 = $(`<div id="html_f77de56a05238c528bc123d101119126" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_6353d02787e7eb79b5ccbdeabf96b173.setContent(html_f77de56a05238c528bc123d101119126);
|
|
|
|
|
|
|
|
marker_3278dd99452deeb74daf8be12b1f811e.bindPopup(popup_6353d02787e7eb79b5ccbdeabf96b173)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3278dd99452deeb74daf8be12b1f811e.setIcon(icon_ce9b7a253445e5cf40aa1644190c7be4);
|
|
|
|
|
|
var marker_18473c86cfff97ff9af037ad2df7ceff = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6c4558bd10c2765abcb86c9f638988e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fcaaeca45bc58cf4870dbd2371bc487 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d6406d1349c5612b0e6b27a84945ad5 = $(`<div id="html_6d6406d1349c5612b0e6b27a84945ad5" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_5fcaaeca45bc58cf4870dbd2371bc487.setContent(html_6d6406d1349c5612b0e6b27a84945ad5);
|
|
|
|
|
|
|
|
marker_18473c86cfff97ff9af037ad2df7ceff.bindPopup(popup_5fcaaeca45bc58cf4870dbd2371bc487)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18473c86cfff97ff9af037ad2df7ceff.setIcon(icon_6c4558bd10c2765abcb86c9f638988e5);
|
|
|
|
|
|
var marker_a97f329f2bf8a8d1341061a4936bda08 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3f6347dfca60c626823c3ca4701055eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22003d3dd62dd73c9c0779bf14cd20e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ba530eb767a6b2b566377e98e82172e = $(`<div id="html_8ba530eb767a6b2b566377e98e82172e" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_22003d3dd62dd73c9c0779bf14cd20e8.setContent(html_8ba530eb767a6b2b566377e98e82172e);
|
|
|
|
|
|
|
|
marker_a97f329f2bf8a8d1341061a4936bda08.bindPopup(popup_22003d3dd62dd73c9c0779bf14cd20e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a97f329f2bf8a8d1341061a4936bda08.setIcon(icon_3f6347dfca60c626823c3ca4701055eb);
|
|
|
|
|
|
var marker_c90c90689b1cfa4b9161eb8ffb9e748f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_577f329ec33831cc4d2f1bdec89c7445 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b36bb1b8d7f6ed1624ebe1bd1f9756b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff4e0f7cb2b02f438352a452452ce55a = $(`<div id="html_ff4e0f7cb2b02f438352a452452ce55a" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_b36bb1b8d7f6ed1624ebe1bd1f9756b1.setContent(html_ff4e0f7cb2b02f438352a452452ce55a);
|
|
|
|
|
|
|
|
marker_c90c90689b1cfa4b9161eb8ffb9e748f.bindPopup(popup_b36bb1b8d7f6ed1624ebe1bd1f9756b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c90c90689b1cfa4b9161eb8ffb9e748f.setIcon(icon_577f329ec33831cc4d2f1bdec89c7445);
|
|
|
|
|
|
var marker_81a6aead1e93ca694101f34ec457fd87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a44c049c6569c404d786e085ff980b69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c8df54992d8412ff1bc94993ebaaea1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9456f09d8890bb7d96eda44ff60666e = $(`<div id="html_e9456f09d8890bb7d96eda44ff60666e" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_9c8df54992d8412ff1bc94993ebaaea1.setContent(html_e9456f09d8890bb7d96eda44ff60666e);
|
|
|
|
|
|
|
|
marker_81a6aead1e93ca694101f34ec457fd87.bindPopup(popup_9c8df54992d8412ff1bc94993ebaaea1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81a6aead1e93ca694101f34ec457fd87.setIcon(icon_a44c049c6569c404d786e085ff980b69);
|
|
|
|
|
|
var marker_ccedea1294d8b9e1ddb3a18ce10b3c19 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_0e41cde82840ab88a28c229dce12d3cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e72b636b6d5d86356b4a4ae864233e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94cb73f9edd66ef16ea79b3dfdb218cb = $(`<div id="html_94cb73f9edd66ef16ea79b3dfdb218cb" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_2e72b636b6d5d86356b4a4ae864233e0.setContent(html_94cb73f9edd66ef16ea79b3dfdb218cb);
|
|
|
|
|
|
|
|
marker_ccedea1294d8b9e1ddb3a18ce10b3c19.bindPopup(popup_2e72b636b6d5d86356b4a4ae864233e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccedea1294d8b9e1ddb3a18ce10b3c19.setIcon(icon_0e41cde82840ab88a28c229dce12d3cb);
|
|
|
|
|
|
var marker_9d2f3df00688ebf3666d79724b3144f6 = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_7660f0552201658a4cd2bf309f00128d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3528909cbd9660d74dc5f075a7a2e9a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_666033748b54fa2289db54954c950171 = $(`<div id="html_666033748b54fa2289db54954c950171" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_3528909cbd9660d74dc5f075a7a2e9a7.setContent(html_666033748b54fa2289db54954c950171);
|
|
|
|
|
|
|
|
marker_9d2f3df00688ebf3666d79724b3144f6.bindPopup(popup_3528909cbd9660d74dc5f075a7a2e9a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d2f3df00688ebf3666d79724b3144f6.setIcon(icon_7660f0552201658a4cd2bf309f00128d);
|
|
|
|
|
|
var marker_cb9c517064782f0481d9539397b4a563 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_357146193580254528c800d2325f3144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a096db61d2ef4985051ed646a21816d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5230461ac131d99ae7e26550208056e = $(`<div id="html_f5230461ac131d99ae7e26550208056e" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_3a096db61d2ef4985051ed646a21816d.setContent(html_f5230461ac131d99ae7e26550208056e);
|
|
|
|
|
|
|
|
marker_cb9c517064782f0481d9539397b4a563.bindPopup(popup_3a096db61d2ef4985051ed646a21816d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb9c517064782f0481d9539397b4a563.setIcon(icon_357146193580254528c800d2325f3144);
|
|
|
|
|
|
var marker_eb1d2781f5b764b9214282edc1c5e488 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8623a38d1f91b4e5368d658eeec1d719 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0068ddd96689832c815596fa08c31826 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbd63d3e791b0c920ee4fa57b6c465d9 = $(`<div id="html_bbd63d3e791b0c920ee4fa57b6c465d9" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_0068ddd96689832c815596fa08c31826.setContent(html_bbd63d3e791b0c920ee4fa57b6c465d9);
|
|
|
|
|
|
|
|
marker_eb1d2781f5b764b9214282edc1c5e488.bindPopup(popup_0068ddd96689832c815596fa08c31826)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb1d2781f5b764b9214282edc1c5e488.setIcon(icon_8623a38d1f91b4e5368d658eeec1d719);
|
|
|
|
|
|
var marker_045fb6164a6c93cb20a2bbf435a8ac28 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_bdcc0cba60b0daa4ef4e407a7330a203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd38382e29dbeace069c29e7d1d2225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e896d118dbea23bf9887d8370e3cb5a1 = $(`<div id="html_e896d118dbea23bf9887d8370e3cb5a1" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_5dd38382e29dbeace069c29e7d1d2225.setContent(html_e896d118dbea23bf9887d8370e3cb5a1);
|
|
|
|
|
|
|
|
marker_045fb6164a6c93cb20a2bbf435a8ac28.bindPopup(popup_5dd38382e29dbeace069c29e7d1d2225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_045fb6164a6c93cb20a2bbf435a8ac28.setIcon(icon_bdcc0cba60b0daa4ef4e407a7330a203);
|
|
|
|
|
|
var marker_bf2fd28b91b10cb2f61ed4f40d0fd1d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_63ad952226a064a1eb30f4467d78a945 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a97a9f5847d0eb810dc047b161bf1ea1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb99a3975f4e285cee0d7a1551332778 = $(`<div id="html_eb99a3975f4e285cee0d7a1551332778" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_a97a9f5847d0eb810dc047b161bf1ea1.setContent(html_eb99a3975f4e285cee0d7a1551332778);
|
|
|
|
|
|
|
|
marker_bf2fd28b91b10cb2f61ed4f40d0fd1d3.bindPopup(popup_a97a9f5847d0eb810dc047b161bf1ea1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf2fd28b91b10cb2f61ed4f40d0fd1d3.setIcon(icon_63ad952226a064a1eb30f4467d78a945);
|
|
|
|
|
|
var marker_9a7fa071475013bed2002e94912e4282 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_e89ee6362ba623c7be205c23e49eb3d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2939d658e274253decaa73311f88420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588d2498aec448cc1b04b63207cb9edc = $(`<div id="html_588d2498aec448cc1b04b63207cb9edc" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_c2939d658e274253decaa73311f88420.setContent(html_588d2498aec448cc1b04b63207cb9edc);
|
|
|
|
|
|
|
|
marker_9a7fa071475013bed2002e94912e4282.bindPopup(popup_c2939d658e274253decaa73311f88420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a7fa071475013bed2002e94912e4282.setIcon(icon_e89ee6362ba623c7be205c23e49eb3d7);
|
|
|
|
|
|
var marker_c61d279ad532c26eeb444733fd9110c1 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9b6c79fe6ff583395f93597ea27f243d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b326d5e1585ee87b515d39910542b134 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_227f21446a7173f8a5cb6e88ded2c271 = $(`<div id="html_227f21446a7173f8a5cb6e88ded2c271" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_b326d5e1585ee87b515d39910542b134.setContent(html_227f21446a7173f8a5cb6e88ded2c271);
|
|
|
|
|
|
|
|
marker_c61d279ad532c26eeb444733fd9110c1.bindPopup(popup_b326d5e1585ee87b515d39910542b134)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c61d279ad532c26eeb444733fd9110c1.setIcon(icon_9b6c79fe6ff583395f93597ea27f243d);
|
|
|
|
|
|
var marker_1c050ffa89780640086948ca85fcb7f1 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_32f04228d6bd5fef88b228707d3077cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac5475fbfd6eea2b54e15408cb5b22f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2e378760d257cc2c49a2a38d3f93092 = $(`<div id="html_c2e378760d257cc2c49a2a38d3f93092" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_ac5475fbfd6eea2b54e15408cb5b22f3.setContent(html_c2e378760d257cc2c49a2a38d3f93092);
|
|
|
|
|
|
|
|
marker_1c050ffa89780640086948ca85fcb7f1.bindPopup(popup_ac5475fbfd6eea2b54e15408cb5b22f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c050ffa89780640086948ca85fcb7f1.setIcon(icon_32f04228d6bd5fef88b228707d3077cc);
|
|
|
|
|
|
var marker_0fc59a76c8841948f46b53ef0dd5ad8a = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8088b0ce0d56d802e5a1976b53915de5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_089871e115ce518b624cff3e036074d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_429d4a8f8843dd7b02969a6d8a52e75d = $(`<div id="html_429d4a8f8843dd7b02969a6d8a52e75d" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_089871e115ce518b624cff3e036074d2.setContent(html_429d4a8f8843dd7b02969a6d8a52e75d);
|
|
|
|
|
|
|
|
marker_0fc59a76c8841948f46b53ef0dd5ad8a.bindPopup(popup_089871e115ce518b624cff3e036074d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fc59a76c8841948f46b53ef0dd5ad8a.setIcon(icon_8088b0ce0d56d802e5a1976b53915de5);
|
|
|
|
|
|
var marker_42b809ec71e26e5977eb0e51fbe94cc5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1d0a0f328d280c2174aa6e2dfc23ab83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4908b11038b8de8a0e6eb8c3b83e0e46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4492836346aebdd140ef92bff5e77009 = $(`<div id="html_4492836346aebdd140ef92bff5e77009" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_4908b11038b8de8a0e6eb8c3b83e0e46.setContent(html_4492836346aebdd140ef92bff5e77009);
|
|
|
|
|
|
|
|
marker_42b809ec71e26e5977eb0e51fbe94cc5.bindPopup(popup_4908b11038b8de8a0e6eb8c3b83e0e46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42b809ec71e26e5977eb0e51fbe94cc5.setIcon(icon_1d0a0f328d280c2174aa6e2dfc23ab83);
|
|
|
|
|
|
var marker_a071b27ae180e66ef8550995ebbaef01 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_120c5f59e09ccf4e5bec609fe148305a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0077f0048f4b7f7f36cfd9f3aa48b9e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20e5c315b3cb44fe21bd1b5757dd3ee6 = $(`<div id="html_20e5c315b3cb44fe21bd1b5757dd3ee6" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_0077f0048f4b7f7f36cfd9f3aa48b9e6.setContent(html_20e5c315b3cb44fe21bd1b5757dd3ee6);
|
|
|
|
|
|
|
|
marker_a071b27ae180e66ef8550995ebbaef01.bindPopup(popup_0077f0048f4b7f7f36cfd9f3aa48b9e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a071b27ae180e66ef8550995ebbaef01.setIcon(icon_120c5f59e09ccf4e5bec609fe148305a);
|
|
|
|
|
|
var marker_c7b81f094be0ede54f24158da5934e6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_be7c1b23be6e58d40154575607eda67a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36839c316f85555ad8e1e219623cd934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfbba09e8d44141d581d7771670e83e6 = $(`<div id="html_cfbba09e8d44141d581d7771670e83e6" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_36839c316f85555ad8e1e219623cd934.setContent(html_cfbba09e8d44141d581d7771670e83e6);
|
|
|
|
|
|
|
|
marker_c7b81f094be0ede54f24158da5934e6e.bindPopup(popup_36839c316f85555ad8e1e219623cd934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7b81f094be0ede54f24158da5934e6e.setIcon(icon_be7c1b23be6e58d40154575607eda67a);
|
|
|
|
|
|
var marker_5a144a23dd4b754a2aac1c256d162ae3 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_e22349529e04b0d549a4d3745b9020bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fc6aad9df8fd53aabc030d1e7ce566e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f95ef827c4880be1b9ab1aa93318c5be = $(`<div id="html_f95ef827c4880be1b9ab1aa93318c5be" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_0fc6aad9df8fd53aabc030d1e7ce566e.setContent(html_f95ef827c4880be1b9ab1aa93318c5be);
|
|
|
|
|
|
|
|
marker_5a144a23dd4b754a2aac1c256d162ae3.bindPopup(popup_0fc6aad9df8fd53aabc030d1e7ce566e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a144a23dd4b754a2aac1c256d162ae3.setIcon(icon_e22349529e04b0d549a4d3745b9020bf);
|
|
|
|
|
|
var marker_c225b229151af40cbe67cbbed6145a23 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_640c0f3d68cf7a848132a7ee7068fcd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc6d8766332d7fe43b08ae28cd2cb7a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16c7a1bf8ce26b43b75ead0cb11e6afe = $(`<div id="html_16c7a1bf8ce26b43b75ead0cb11e6afe" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_bc6d8766332d7fe43b08ae28cd2cb7a7.setContent(html_16c7a1bf8ce26b43b75ead0cb11e6afe);
|
|
|
|
|
|
|
|
marker_c225b229151af40cbe67cbbed6145a23.bindPopup(popup_bc6d8766332d7fe43b08ae28cd2cb7a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c225b229151af40cbe67cbbed6145a23.setIcon(icon_640c0f3d68cf7a848132a7ee7068fcd1);
|
|
|
|
|
|
var marker_03d36013c439dc3727bfe48aa2a06252 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_cb754712fe888014bce46e350316bcf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86f48c09ce2a92bc0f5889d53029eca8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f38f3f62efe82ae7d90366d14882936 = $(`<div id="html_2f38f3f62efe82ae7d90366d14882936" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_86f48c09ce2a92bc0f5889d53029eca8.setContent(html_2f38f3f62efe82ae7d90366d14882936);
|
|
|
|
|
|
|
|
marker_03d36013c439dc3727bfe48aa2a06252.bindPopup(popup_86f48c09ce2a92bc0f5889d53029eca8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03d36013c439dc3727bfe48aa2a06252.setIcon(icon_cb754712fe888014bce46e350316bcf8);
|
|
|
|
|
|
var marker_67412ff546b6f8e3236ec790799716f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b8508e60f37f6a0c5de097e96bdf4a2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35ca1fcb89ee44774ac82bdd9e77a21a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee4aacec028c7a3b733534faa9c37f26 = $(`<div id="html_ee4aacec028c7a3b733534faa9c37f26" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_35ca1fcb89ee44774ac82bdd9e77a21a.setContent(html_ee4aacec028c7a3b733534faa9c37f26);
|
|
|
|
|
|
|
|
marker_67412ff546b6f8e3236ec790799716f1.bindPopup(popup_35ca1fcb89ee44774ac82bdd9e77a21a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67412ff546b6f8e3236ec790799716f1.setIcon(icon_b8508e60f37f6a0c5de097e96bdf4a2f);
|
|
|
|
|
|
var marker_6a7d90d80124ad3d8da96d38aa239c57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fe5545e48e023f8d22624a28f74c4b42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a30511fd2325628b5b3c19860c99502b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2776d2e53ae7483953beaffc86b061e = $(`<div id="html_d2776d2e53ae7483953beaffc86b061e" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_a30511fd2325628b5b3c19860c99502b.setContent(html_d2776d2e53ae7483953beaffc86b061e);
|
|
|
|
|
|
|
|
marker_6a7d90d80124ad3d8da96d38aa239c57.bindPopup(popup_a30511fd2325628b5b3c19860c99502b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a7d90d80124ad3d8da96d38aa239c57.setIcon(icon_fe5545e48e023f8d22624a28f74c4b42);
|
|
|
|
|
|
var marker_9894b0e98e49dbda5bed22308f93ea71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_248d4642ddf572bf3d140378d2e96efe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35a0419d70ca7414b56b2ab85a0d51be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a708eec6912cc2bd50ab540bae7fd3d3 = $(`<div id="html_a708eec6912cc2bd50ab540bae7fd3d3" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_35a0419d70ca7414b56b2ab85a0d51be.setContent(html_a708eec6912cc2bd50ab540bae7fd3d3);
|
|
|
|
|
|
|
|
marker_9894b0e98e49dbda5bed22308f93ea71.bindPopup(popup_35a0419d70ca7414b56b2ab85a0d51be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9894b0e98e49dbda5bed22308f93ea71.setIcon(icon_248d4642ddf572bf3d140378d2e96efe);
|
|
|
|
|
|
var marker_6816379ed67b6f517caf11db4da905a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f69858930963d3415af2d42cf812e443 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5fcc4eae1ac4ab340f5e5c1884e8790 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecef0d444791db2edcedbf736bad7b50 = $(`<div id="html_ecef0d444791db2edcedbf736bad7b50" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_a5fcc4eae1ac4ab340f5e5c1884e8790.setContent(html_ecef0d444791db2edcedbf736bad7b50);
|
|
|
|
|
|
|
|
marker_6816379ed67b6f517caf11db4da905a2.bindPopup(popup_a5fcc4eae1ac4ab340f5e5c1884e8790)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6816379ed67b6f517caf11db4da905a2.setIcon(icon_f69858930963d3415af2d42cf812e443);
|
|
|
|
|
|
var marker_d68aa0c9c8c4b0a1feaaa77cb2a57abe = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ddf29fda5ec8ca1e4c61b3ffc7daa57a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d17bd1790c3fe60df0914d1fa422a7db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d585c5656eeff73a7794ed0c5c92eea4 = $(`<div id="html_d585c5656eeff73a7794ed0c5c92eea4" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_d17bd1790c3fe60df0914d1fa422a7db.setContent(html_d585c5656eeff73a7794ed0c5c92eea4);
|
|
|
|
|
|
|
|
marker_d68aa0c9c8c4b0a1feaaa77cb2a57abe.bindPopup(popup_d17bd1790c3fe60df0914d1fa422a7db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d68aa0c9c8c4b0a1feaaa77cb2a57abe.setIcon(icon_ddf29fda5ec8ca1e4c61b3ffc7daa57a);
|
|
|
|
|
|
var marker_801baffbbb62d09a7cd3578983e78614 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6a15adb9e15190bd90b4c883b96a6f5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddeca7c0737d9a477af2fae62a9e4e39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_141d35908db0956db68949d61856624b = $(`<div id="html_141d35908db0956db68949d61856624b" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_ddeca7c0737d9a477af2fae62a9e4e39.setContent(html_141d35908db0956db68949d61856624b);
|
|
|
|
|
|
|
|
marker_801baffbbb62d09a7cd3578983e78614.bindPopup(popup_ddeca7c0737d9a477af2fae62a9e4e39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_801baffbbb62d09a7cd3578983e78614.setIcon(icon_6a15adb9e15190bd90b4c883b96a6f5a);
|
|
|
|
|
|
var marker_2341d34672a850dc6ebbe497b6d45a85 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_83d73da7cd61ae2ff11ce1bdaee52688 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d54417a99b830e322e7c41033e247e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76f7755834fbdc991c449384b9fc5c95 = $(`<div id="html_76f7755834fbdc991c449384b9fc5c95" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_8d54417a99b830e322e7c41033e247e3.setContent(html_76f7755834fbdc991c449384b9fc5c95);
|
|
|
|
|
|
|
|
marker_2341d34672a850dc6ebbe497b6d45a85.bindPopup(popup_8d54417a99b830e322e7c41033e247e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2341d34672a850dc6ebbe497b6d45a85.setIcon(icon_83d73da7cd61ae2ff11ce1bdaee52688);
|
|
|
|
|
|
var marker_2cb64b54c484742e75c65bf578b6978c = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_74292d72eac1d41106d2cfd2cd58b6e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bb0d0b97fac46183bf62190a717bc14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7c0f290d2a16296e86ebb32b54085d3 = $(`<div id="html_f7c0f290d2a16296e86ebb32b54085d3" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_7bb0d0b97fac46183bf62190a717bc14.setContent(html_f7c0f290d2a16296e86ebb32b54085d3);
|
|
|
|
|
|
|
|
marker_2cb64b54c484742e75c65bf578b6978c.bindPopup(popup_7bb0d0b97fac46183bf62190a717bc14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cb64b54c484742e75c65bf578b6978c.setIcon(icon_74292d72eac1d41106d2cfd2cd58b6e3);
|
|
|
|
|
|
var marker_4f765f7cc2b3c99a97cb691812826eef = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f6c8d227c54348cda38948132eb727af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5d442cc8c88b9500339bb8339477f76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e366a933fd75a022d425afef5edbe7e0 = $(`<div id="html_e366a933fd75a022d425afef5edbe7e0" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_a5d442cc8c88b9500339bb8339477f76.setContent(html_e366a933fd75a022d425afef5edbe7e0);
|
|
|
|
|
|
|
|
marker_4f765f7cc2b3c99a97cb691812826eef.bindPopup(popup_a5d442cc8c88b9500339bb8339477f76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f765f7cc2b3c99a97cb691812826eef.setIcon(icon_f6c8d227c54348cda38948132eb727af);
|
|
|
|
|
|
var marker_309da23e1343e41646232b38c48c2f2b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b9d9693166037342b885d90da631038e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b9a8b96796f5a4f166ebea4f116f521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb043d1c2bd9f1c28376fe32b075409f = $(`<div id="html_bb043d1c2bd9f1c28376fe32b075409f" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_3b9a8b96796f5a4f166ebea4f116f521.setContent(html_bb043d1c2bd9f1c28376fe32b075409f);
|
|
|
|
|
|
|
|
marker_309da23e1343e41646232b38c48c2f2b.bindPopup(popup_3b9a8b96796f5a4f166ebea4f116f521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_309da23e1343e41646232b38c48c2f2b.setIcon(icon_b9d9693166037342b885d90da631038e);
|
|
|
|
|
|
var marker_e0b6003cabd0f0baf407ad4be81af9a6 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_bfd6db0ed5a3b0aa7592a75ebb5fc6af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68ac3ea92a9b864a8861c93d38d7b702 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b4d45afa56433aacc3d9d81abe5741c = $(`<div id="html_4b4d45afa56433aacc3d9d81abe5741c" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_68ac3ea92a9b864a8861c93d38d7b702.setContent(html_4b4d45afa56433aacc3d9d81abe5741c);
|
|
|
|
|
|
|
|
marker_e0b6003cabd0f0baf407ad4be81af9a6.bindPopup(popup_68ac3ea92a9b864a8861c93d38d7b702)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0b6003cabd0f0baf407ad4be81af9a6.setIcon(icon_bfd6db0ed5a3b0aa7592a75ebb5fc6af);
|
|
|
|
|
|
var marker_9945d7b621ea24ee85297d92ade2b079 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_a7ffe7127074a65f9108cf649bfa10e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad79593dcabc1a31030cba287c1c5fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b68991fe7f7ed53d9353c5ab1a3b8c8c = $(`<div id="html_b68991fe7f7ed53d9353c5ab1a3b8c8c" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_cad79593dcabc1a31030cba287c1c5fb.setContent(html_b68991fe7f7ed53d9353c5ab1a3b8c8c);
|
|
|
|
|
|
|
|
marker_9945d7b621ea24ee85297d92ade2b079.bindPopup(popup_cad79593dcabc1a31030cba287c1c5fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9945d7b621ea24ee85297d92ade2b079.setIcon(icon_a7ffe7127074a65f9108cf649bfa10e9);
|
|
|
|
|
|
var marker_ab2e46ff2a502980edf73bc09ff68f8c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b7022f691fd4e3964bfc143962162f4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec3cda6a1517999390acf7850c5ccb42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc0647d34305c01f49f413cd00e7ca5d = $(`<div id="html_bc0647d34305c01f49f413cd00e7ca5d" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_ec3cda6a1517999390acf7850c5ccb42.setContent(html_bc0647d34305c01f49f413cd00e7ca5d);
|
|
|
|
|
|
|
|
marker_ab2e46ff2a502980edf73bc09ff68f8c.bindPopup(popup_ec3cda6a1517999390acf7850c5ccb42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2e46ff2a502980edf73bc09ff68f8c.setIcon(icon_b7022f691fd4e3964bfc143962162f4b);
|
|
|
|
|
|
var marker_71bdf59977866ef03d7d38b9b91b22e9 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6a2694120442c952058513f4706fff4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9181e4fa26c96a13c895657c52a6b3fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c29d171287e1b4a241ca3e255c5022ed = $(`<div id="html_c29d171287e1b4a241ca3e255c5022ed" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_9181e4fa26c96a13c895657c52a6b3fc.setContent(html_c29d171287e1b4a241ca3e255c5022ed);
|
|
|
|
|
|
|
|
marker_71bdf59977866ef03d7d38b9b91b22e9.bindPopup(popup_9181e4fa26c96a13c895657c52a6b3fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71bdf59977866ef03d7d38b9b91b22e9.setIcon(icon_6a2694120442c952058513f4706fff4c);
|
|
|
|
|
|
var marker_85d7fbf59925bc3f9b2e4406925735e1 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_be955fc2cca1d93ede0fa5c99778d37a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e37ed77513c4561fb7324bfebb8158e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af2a666a22887176cd07a96ac2ddb808 = $(`<div id="html_af2a666a22887176cd07a96ac2ddb808" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_e37ed77513c4561fb7324bfebb8158e7.setContent(html_af2a666a22887176cd07a96ac2ddb808);
|
|
|
|
|
|
|
|
marker_85d7fbf59925bc3f9b2e4406925735e1.bindPopup(popup_e37ed77513c4561fb7324bfebb8158e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85d7fbf59925bc3f9b2e4406925735e1.setIcon(icon_be955fc2cca1d93ede0fa5c99778d37a);
|
|
|
|
|
|
var marker_8dbf13161ae5091c9bf39a4d8a5e8cd6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_3789bde78406bb04b5c318fd2aa264fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f764bf48780df8c2f4bf83c875d3a940 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97766e7e697c7d4a859d8cb9842aebf3 = $(`<div id="html_97766e7e697c7d4a859d8cb9842aebf3" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_f764bf48780df8c2f4bf83c875d3a940.setContent(html_97766e7e697c7d4a859d8cb9842aebf3);
|
|
|
|
|
|
|
|
marker_8dbf13161ae5091c9bf39a4d8a5e8cd6.bindPopup(popup_f764bf48780df8c2f4bf83c875d3a940)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dbf13161ae5091c9bf39a4d8a5e8cd6.setIcon(icon_3789bde78406bb04b5c318fd2aa264fb);
|
|
|
|
|
|
var marker_98d070b37473777d428ee57025839f3a = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_5dbbbf39f5458e391d075bb97d1b0d54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa18f093945dbe34926abf91ae25d355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ee23e00e6f0a5187c2d8dc4f42131c1 = $(`<div id="html_3ee23e00e6f0a5187c2d8dc4f42131c1" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_fa18f093945dbe34926abf91ae25d355.setContent(html_3ee23e00e6f0a5187c2d8dc4f42131c1);
|
|
|
|
|
|
|
|
marker_98d070b37473777d428ee57025839f3a.bindPopup(popup_fa18f093945dbe34926abf91ae25d355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98d070b37473777d428ee57025839f3a.setIcon(icon_5dbbbf39f5458e391d075bb97d1b0d54);
|
|
|
|
|
|
var marker_1b30de2e2044573c4d7588eee71f67ba = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_598eb96c6216e80d77d197de52f8dabe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35b6e92c8fc96efaab7a435e3ab05283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e43bf63dd750e6f7015ec7ec51fcb324 = $(`<div id="html_e43bf63dd750e6f7015ec7ec51fcb324" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_35b6e92c8fc96efaab7a435e3ab05283.setContent(html_e43bf63dd750e6f7015ec7ec51fcb324);
|
|
|
|
|
|
|
|
marker_1b30de2e2044573c4d7588eee71f67ba.bindPopup(popup_35b6e92c8fc96efaab7a435e3ab05283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b30de2e2044573c4d7588eee71f67ba.setIcon(icon_598eb96c6216e80d77d197de52f8dabe);
|
|
|
|
|
|
var marker_52722cb6576f17008e75915389268b05 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8f93e1ea3bfedd94baadb5669763d1ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b7a13ecf3c716787813771b75bf64d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd30f6121002a23073922be5a7eb7f8 = $(`<div id="html_3cd30f6121002a23073922be5a7eb7f8" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_1b7a13ecf3c716787813771b75bf64d8.setContent(html_3cd30f6121002a23073922be5a7eb7f8);
|
|
|
|
|
|
|
|
marker_52722cb6576f17008e75915389268b05.bindPopup(popup_1b7a13ecf3c716787813771b75bf64d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52722cb6576f17008e75915389268b05.setIcon(icon_8f93e1ea3bfedd94baadb5669763d1ff);
|
|
|
|
|
|
var marker_5200b7469e82df904ca9eb78c67fd245 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1bdb8c62c128826e517506d65eba8a7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_089e218b3e32e9dadf271eae308e4d91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9379b8fba24c839cf090ba0dc72bff0 = $(`<div id="html_e9379b8fba24c839cf090ba0dc72bff0" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_089e218b3e32e9dadf271eae308e4d91.setContent(html_e9379b8fba24c839cf090ba0dc72bff0);
|
|
|
|
|
|
|
|
marker_5200b7469e82df904ca9eb78c67fd245.bindPopup(popup_089e218b3e32e9dadf271eae308e4d91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5200b7469e82df904ca9eb78c67fd245.setIcon(icon_1bdb8c62c128826e517506d65eba8a7f);
|
|
|
|
|
|
var marker_6d8862969ae485d3c3d4828778267237 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f755cd81ecd7f9a1deb07983b788306c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c6d7d2b8e882114ac7c50ed8701c125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_644e032714a9a49a77654fe1b04d0572 = $(`<div id="html_644e032714a9a49a77654fe1b04d0572" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_9c6d7d2b8e882114ac7c50ed8701c125.setContent(html_644e032714a9a49a77654fe1b04d0572);
|
|
|
|
|
|
|
|
marker_6d8862969ae485d3c3d4828778267237.bindPopup(popup_9c6d7d2b8e882114ac7c50ed8701c125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d8862969ae485d3c3d4828778267237.setIcon(icon_f755cd81ecd7f9a1deb07983b788306c);
|
|
|
|
|
|
var marker_378e75938a3b0ac42d3b0a201c541410 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9944ee5b60bcd46b86f1d05c51049ad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e311e00cd14ceb3f3f9402fe196601c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a501235fab844f9db530e704d98ddbec = $(`<div id="html_a501235fab844f9db530e704d98ddbec" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_3e311e00cd14ceb3f3f9402fe196601c.setContent(html_a501235fab844f9db530e704d98ddbec);
|
|
|
|
|
|
|
|
marker_378e75938a3b0ac42d3b0a201c541410.bindPopup(popup_3e311e00cd14ceb3f3f9402fe196601c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378e75938a3b0ac42d3b0a201c541410.setIcon(icon_9944ee5b60bcd46b86f1d05c51049ad9);
|
|
|
|
|
|
var marker_822fa4e691fb2abb64822a35680217f9 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c3ceca07b4baeadf76dfa601907ebf7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04de75b9bdc7dbbc86ecbce226e37c26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98f559b76476dc011a7b8da434c6855a = $(`<div id="html_98f559b76476dc011a7b8da434c6855a" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_04de75b9bdc7dbbc86ecbce226e37c26.setContent(html_98f559b76476dc011a7b8da434c6855a);
|
|
|
|
|
|
|
|
marker_822fa4e691fb2abb64822a35680217f9.bindPopup(popup_04de75b9bdc7dbbc86ecbce226e37c26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822fa4e691fb2abb64822a35680217f9.setIcon(icon_c3ceca07b4baeadf76dfa601907ebf7c);
|
|
|
|
|
|
var marker_250c3c0085a4c4d5f70c8e40b29bcb2c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_71d9cacb4df364ef5360d63ef3e77388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3043452016ea8f3fd5d475f400a01e7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89f69a47c1c74bb132ff8018d4c21945 = $(`<div id="html_89f69a47c1c74bb132ff8018d4c21945" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_3043452016ea8f3fd5d475f400a01e7d.setContent(html_89f69a47c1c74bb132ff8018d4c21945);
|
|
|
|
|
|
|
|
marker_250c3c0085a4c4d5f70c8e40b29bcb2c.bindPopup(popup_3043452016ea8f3fd5d475f400a01e7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_250c3c0085a4c4d5f70c8e40b29bcb2c.setIcon(icon_71d9cacb4df364ef5360d63ef3e77388);
|
|
|
|
|
|
var marker_f31ce99ff154f12c05bc0da23874d77a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_355eaf74b20eb82dc593e53a1683a56e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54e20c781d97a32110e7a3372eb05daa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a736e3a563dd231854cc56749b4a03f0 = $(`<div id="html_a736e3a563dd231854cc56749b4a03f0" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_54e20c781d97a32110e7a3372eb05daa.setContent(html_a736e3a563dd231854cc56749b4a03f0);
|
|
|
|
|
|
|
|
marker_f31ce99ff154f12c05bc0da23874d77a.bindPopup(popup_54e20c781d97a32110e7a3372eb05daa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f31ce99ff154f12c05bc0da23874d77a.setIcon(icon_355eaf74b20eb82dc593e53a1683a56e);
|
|
|
|
|
|
var marker_6795c0f9d01b3328b22ffa4bf28fe809 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_6d2ad0643655ce58cb64101fcf9d877f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aac099a948326cfb05fb1929cf7ee9bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_687a360d12718830de43526a72f12cdf = $(`<div id="html_687a360d12718830de43526a72f12cdf" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_aac099a948326cfb05fb1929cf7ee9bd.setContent(html_687a360d12718830de43526a72f12cdf);
|
|
|
|
|
|
|
|
marker_6795c0f9d01b3328b22ffa4bf28fe809.bindPopup(popup_aac099a948326cfb05fb1929cf7ee9bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6795c0f9d01b3328b22ffa4bf28fe809.setIcon(icon_6d2ad0643655ce58cb64101fcf9d877f);
|
|
|
|
|
|
var marker_3392d9d57a20c0ac89fda2c5c86f5240 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b6967337dc9f029605504064a17da0e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99b2a2e739ad570b199279a128492850 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_368164109776a3efcc197ce5eda0cbc4 = $(`<div id="html_368164109776a3efcc197ce5eda0cbc4" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_99b2a2e739ad570b199279a128492850.setContent(html_368164109776a3efcc197ce5eda0cbc4);
|
|
|
|
|
|
|
|
marker_3392d9d57a20c0ac89fda2c5c86f5240.bindPopup(popup_99b2a2e739ad570b199279a128492850)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3392d9d57a20c0ac89fda2c5c86f5240.setIcon(icon_b6967337dc9f029605504064a17da0e1);
|
|
|
|
|
|
var marker_e0e0f7f68a3c648afd7fbb32f8e8d6f5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_5267ae8e987e28b15d08f6e54ece33e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_917ad493d0559f8fbd1c636f83f68ca5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdc052155163b3fade1fb1808fa0248c = $(`<div id="html_bdc052155163b3fade1fb1808fa0248c" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_917ad493d0559f8fbd1c636f83f68ca5.setContent(html_bdc052155163b3fade1fb1808fa0248c);
|
|
|
|
|
|
|
|
marker_e0e0f7f68a3c648afd7fbb32f8e8d6f5.bindPopup(popup_917ad493d0559f8fbd1c636f83f68ca5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0e0f7f68a3c648afd7fbb32f8e8d6f5.setIcon(icon_5267ae8e987e28b15d08f6e54ece33e1);
|
|
|
|
|
|
var marker_3f178344ea68d0db8a958800ee552fee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_832b660949779ce2532d40c47f8f2b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a85684a5f4813e8ce6f0bd6b6be18d14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14a48a720bb2abe0b5e2bc4e6244eb39 = $(`<div id="html_14a48a720bb2abe0b5e2bc4e6244eb39" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_a85684a5f4813e8ce6f0bd6b6be18d14.setContent(html_14a48a720bb2abe0b5e2bc4e6244eb39);
|
|
|
|
|
|
|
|
marker_3f178344ea68d0db8a958800ee552fee.bindPopup(popup_a85684a5f4813e8ce6f0bd6b6be18d14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f178344ea68d0db8a958800ee552fee.setIcon(icon_832b660949779ce2532d40c47f8f2b29);
|
|
|
|
|
|
var marker_c2cf415d4fb641229598ab122275e8a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c5e2c5f16a94f79af7d26218da9f2a1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be36db6d466ea54752ffe364bb47753c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c800635949bf473df8140e4caa57682 = $(`<div id="html_9c800635949bf473df8140e4caa57682" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_be36db6d466ea54752ffe364bb47753c.setContent(html_9c800635949bf473df8140e4caa57682);
|
|
|
|
|
|
|
|
marker_c2cf415d4fb641229598ab122275e8a3.bindPopup(popup_be36db6d466ea54752ffe364bb47753c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2cf415d4fb641229598ab122275e8a3.setIcon(icon_c5e2c5f16a94f79af7d26218da9f2a1a);
|
|
|
|
|
|
var marker_0db67e6d54c2d4e3c933a22cb8f9b715 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1e4066d0290d3a44798b83428a1954be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07f20cfb2de22bbd6a91e56cd2a5778e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_184ac3a5244f05a3d24dde738940b22f = $(`<div id="html_184ac3a5244f05a3d24dde738940b22f" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_07f20cfb2de22bbd6a91e56cd2a5778e.setContent(html_184ac3a5244f05a3d24dde738940b22f);
|
|
|
|
|
|
|
|
marker_0db67e6d54c2d4e3c933a22cb8f9b715.bindPopup(popup_07f20cfb2de22bbd6a91e56cd2a5778e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0db67e6d54c2d4e3c933a22cb8f9b715.setIcon(icon_1e4066d0290d3a44798b83428a1954be);
|
|
|
|
|
|
var marker_014372735785b0ad9150ab76a4ed9d03 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_e42fa8e74e6b43f58248174baaba976f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3afe64b41e224ddffb685168978cbf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61614278f0636c0f1b297f14223d033c = $(`<div id="html_61614278f0636c0f1b297f14223d033c" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_c3afe64b41e224ddffb685168978cbf7.setContent(html_61614278f0636c0f1b297f14223d033c);
|
|
|
|
|
|
|
|
marker_014372735785b0ad9150ab76a4ed9d03.bindPopup(popup_c3afe64b41e224ddffb685168978cbf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_014372735785b0ad9150ab76a4ed9d03.setIcon(icon_e42fa8e74e6b43f58248174baaba976f);
|
|
|
|
|
|
var marker_28d64e3c77fc6fd57b3319cc57bf56d1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d5296e06dde2a9597955d94cf4b63640 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ed9ecfda2ed1d86ed579b13bf95d901 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a3cf863717f76b40d486a91a5837ddb = $(`<div id="html_0a3cf863717f76b40d486a91a5837ddb" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_5ed9ecfda2ed1d86ed579b13bf95d901.setContent(html_0a3cf863717f76b40d486a91a5837ddb);
|
|
|
|
|
|
|
|
marker_28d64e3c77fc6fd57b3319cc57bf56d1.bindPopup(popup_5ed9ecfda2ed1d86ed579b13bf95d901)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28d64e3c77fc6fd57b3319cc57bf56d1.setIcon(icon_d5296e06dde2a9597955d94cf4b63640);
|
|
|
|
|
|
var marker_e6bb0da05514dd5ad7ce9b88a77e3324 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8eb8e4b6e4c2bd2be0f3758377077392 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c10884f2ecef64b9f4e81560838f89ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb97db62a8ece292a43a5a8f3fb04ca7 = $(`<div id="html_bb97db62a8ece292a43a5a8f3fb04ca7" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_c10884f2ecef64b9f4e81560838f89ce.setContent(html_bb97db62a8ece292a43a5a8f3fb04ca7);
|
|
|
|
|
|
|
|
marker_e6bb0da05514dd5ad7ce9b88a77e3324.bindPopup(popup_c10884f2ecef64b9f4e81560838f89ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6bb0da05514dd5ad7ce9b88a77e3324.setIcon(icon_8eb8e4b6e4c2bd2be0f3758377077392);
|
|
|
|
|
|
var marker_3e12f6fcd3c13ff92e30c4a3498d9f02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b8e928d2d6359ebf692cfd544c2ddba2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_749d91120ca66cb1000324e5badddda6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90a75cd9873ff068c1b0fb05c09453e0 = $(`<div id="html_90a75cd9873ff068c1b0fb05c09453e0" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_749d91120ca66cb1000324e5badddda6.setContent(html_90a75cd9873ff068c1b0fb05c09453e0);
|
|
|
|
|
|
|
|
marker_3e12f6fcd3c13ff92e30c4a3498d9f02.bindPopup(popup_749d91120ca66cb1000324e5badddda6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e12f6fcd3c13ff92e30c4a3498d9f02.setIcon(icon_b8e928d2d6359ebf692cfd544c2ddba2);
|
|
|
|
|
|
var marker_5ce8c6696dccfb193b005761dbbe4427 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_73bdc9fae6f181391a5411febe5f27e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_466fcb100b896f49aedba6b8a0403bd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d09cf499ccc4b64f90d452800dfc3c04 = $(`<div id="html_d09cf499ccc4b64f90d452800dfc3c04" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_466fcb100b896f49aedba6b8a0403bd7.setContent(html_d09cf499ccc4b64f90d452800dfc3c04);
|
|
|
|
|
|
|
|
marker_5ce8c6696dccfb193b005761dbbe4427.bindPopup(popup_466fcb100b896f49aedba6b8a0403bd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ce8c6696dccfb193b005761dbbe4427.setIcon(icon_73bdc9fae6f181391a5411febe5f27e9);
|
|
|
|
|
|
var marker_a3bec50c9348bc06f4aadcfcdbc3b2c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ca5c11caffcbd5221efee73f90b14995 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_160d813fdced84c691f46ff21ca71683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ed46bbd107e014b79ab52252805ad1b = $(`<div id="html_2ed46bbd107e014b79ab52252805ad1b" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_160d813fdced84c691f46ff21ca71683.setContent(html_2ed46bbd107e014b79ab52252805ad1b);
|
|
|
|
|
|
|
|
marker_a3bec50c9348bc06f4aadcfcdbc3b2c6.bindPopup(popup_160d813fdced84c691f46ff21ca71683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3bec50c9348bc06f4aadcfcdbc3b2c6.setIcon(icon_ca5c11caffcbd5221efee73f90b14995);
|
|
|
|
|
|
var marker_e142fe97f10d0efa81fb115c86ed1eff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_7c48d3a52dad61a8efb0873e3851723b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bf834801dea6757bc59ed5850566ad5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10d79a3270a71014f83ad47c4d7c5db8 = $(`<div id="html_10d79a3270a71014f83ad47c4d7c5db8" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_9bf834801dea6757bc59ed5850566ad5.setContent(html_10d79a3270a71014f83ad47c4d7c5db8);
|
|
|
|
|
|
|
|
marker_e142fe97f10d0efa81fb115c86ed1eff.bindPopup(popup_9bf834801dea6757bc59ed5850566ad5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e142fe97f10d0efa81fb115c86ed1eff.setIcon(icon_7c48d3a52dad61a8efb0873e3851723b);
|
|
|
|
|
|
var marker_06a5cefc98058a2db2ce4e5da477ed3a = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f3186288c2dd26c74d26a8f4f271cf9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10abb4c0595be9862a02b2a965d7ea6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c7aabc352047ce4cc92f1d250a10c50 = $(`<div id="html_7c7aabc352047ce4cc92f1d250a10c50" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_10abb4c0595be9862a02b2a965d7ea6e.setContent(html_7c7aabc352047ce4cc92f1d250a10c50);
|
|
|
|
|
|
|
|
marker_06a5cefc98058a2db2ce4e5da477ed3a.bindPopup(popup_10abb4c0595be9862a02b2a965d7ea6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06a5cefc98058a2db2ce4e5da477ed3a.setIcon(icon_f3186288c2dd26c74d26a8f4f271cf9a);
|
|
|
|
|
|
var marker_fe23c536c1e5571ccb9ff6be79339704 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_afd7e8c9875b9ed8987bab058334a6c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a758eef8e781e0392dae16e2dcde574f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88fe6aca6ba85976cbe05818d7fed884 = $(`<div id="html_88fe6aca6ba85976cbe05818d7fed884" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_a758eef8e781e0392dae16e2dcde574f.setContent(html_88fe6aca6ba85976cbe05818d7fed884);
|
|
|
|
|
|
|
|
marker_fe23c536c1e5571ccb9ff6be79339704.bindPopup(popup_a758eef8e781e0392dae16e2dcde574f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe23c536c1e5571ccb9ff6be79339704.setIcon(icon_afd7e8c9875b9ed8987bab058334a6c1);
|
|
|
|
|
|
var marker_dce6b938171b1cbfe206175f7fb3c0ac = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_52183aea04be7d9444c91c3b8530344c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a985534985bf9bbe88e4430f043c479b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32a5cc70674dad87ecb2c0bbc5e1c44b = $(`<div id="html_32a5cc70674dad87ecb2c0bbc5e1c44b" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_a985534985bf9bbe88e4430f043c479b.setContent(html_32a5cc70674dad87ecb2c0bbc5e1c44b);
|
|
|
|
|
|
|
|
marker_dce6b938171b1cbfe206175f7fb3c0ac.bindPopup(popup_a985534985bf9bbe88e4430f043c479b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dce6b938171b1cbfe206175f7fb3c0ac.setIcon(icon_52183aea04be7d9444c91c3b8530344c);
|
|
|
|
|
|
var marker_796aaf82168e3c73a3568a2d79db5b40 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9f5a16969c843ff7136c7f8985b6aab2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e54f8e9f63b538095f8fffd0f4a49b3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_905afd0cf2d7a76cf3b3f31c234dc9bb = $(`<div id="html_905afd0cf2d7a76cf3b3f31c234dc9bb" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_e54f8e9f63b538095f8fffd0f4a49b3f.setContent(html_905afd0cf2d7a76cf3b3f31c234dc9bb);
|
|
|
|
|
|
|
|
marker_796aaf82168e3c73a3568a2d79db5b40.bindPopup(popup_e54f8e9f63b538095f8fffd0f4a49b3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_796aaf82168e3c73a3568a2d79db5b40.setIcon(icon_9f5a16969c843ff7136c7f8985b6aab2);
|
|
|
|
|
|
var marker_7e68faa76a1d661c58da15d2710fad2b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ddab22bf9d3050d66398080963056f83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_179d2939109deea7f5193f4dfaff0c62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d54ffdde6bc8e7636a57e702380b5f8 = $(`<div id="html_6d54ffdde6bc8e7636a57e702380b5f8" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_179d2939109deea7f5193f4dfaff0c62.setContent(html_6d54ffdde6bc8e7636a57e702380b5f8);
|
|
|
|
|
|
|
|
marker_7e68faa76a1d661c58da15d2710fad2b.bindPopup(popup_179d2939109deea7f5193f4dfaff0c62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e68faa76a1d661c58da15d2710fad2b.setIcon(icon_ddab22bf9d3050d66398080963056f83);
|
|
|
|
|
|
var marker_4bcd4c7378430c1a07a6e5aec8cf3cdc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9d503be67feea586cf0d74e4fa82ddb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cd9fe010b8ccd573bef7b70c6ace27b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a5084a29dbbd38d41f6f63a462ce4ac = $(`<div id="html_1a5084a29dbbd38d41f6f63a462ce4ac" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_4cd9fe010b8ccd573bef7b70c6ace27b.setContent(html_1a5084a29dbbd38d41f6f63a462ce4ac);
|
|
|
|
|
|
|
|
marker_4bcd4c7378430c1a07a6e5aec8cf3cdc.bindPopup(popup_4cd9fe010b8ccd573bef7b70c6ace27b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bcd4c7378430c1a07a6e5aec8cf3cdc.setIcon(icon_9d503be67feea586cf0d74e4fa82ddb3);
|
|
|
|
|
|
var marker_c357fe582868a9455a9a5b7f239e82c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_89257b2b2eed9035411e3a9bb3630c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba1f06e72ff1c6b3188f8155e95a5ce1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48e6786264b30ec22223c3a16871df5d = $(`<div id="html_48e6786264b30ec22223c3a16871df5d" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_ba1f06e72ff1c6b3188f8155e95a5ce1.setContent(html_48e6786264b30ec22223c3a16871df5d);
|
|
|
|
|
|
|
|
marker_c357fe582868a9455a9a5b7f239e82c8.bindPopup(popup_ba1f06e72ff1c6b3188f8155e95a5ce1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c357fe582868a9455a9a5b7f239e82c8.setIcon(icon_89257b2b2eed9035411e3a9bb3630c0c);
|
|
|
|
|
|
var marker_aa8974ffdf480faa75cdf3530a17587d = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_021a526c9333da239a520fe0aa9c01c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cdcc4643fa7cf2e1a957be093152021 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f98fabb8f9a694fee60263330de2881d = $(`<div id="html_f98fabb8f9a694fee60263330de2881d" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_8cdcc4643fa7cf2e1a957be093152021.setContent(html_f98fabb8f9a694fee60263330de2881d);
|
|
|
|
|
|
|
|
marker_aa8974ffdf480faa75cdf3530a17587d.bindPopup(popup_8cdcc4643fa7cf2e1a957be093152021)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa8974ffdf480faa75cdf3530a17587d.setIcon(icon_021a526c9333da239a520fe0aa9c01c1);
|
|
|
|
|
|
var marker_30019307467da3ddc50be0f47af186f3 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_61ae0d09bd8df4c2e218efb45810118a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1e476546abd75444c3db337ba957e8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f4f72670f176a79eae5892127a48aea = $(`<div id="html_5f4f72670f176a79eae5892127a48aea" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_f1e476546abd75444c3db337ba957e8f.setContent(html_5f4f72670f176a79eae5892127a48aea);
|
|
|
|
|
|
|
|
marker_30019307467da3ddc50be0f47af186f3.bindPopup(popup_f1e476546abd75444c3db337ba957e8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30019307467da3ddc50be0f47af186f3.setIcon(icon_61ae0d09bd8df4c2e218efb45810118a);
|
|
|
|
|
|
var marker_13722825bc9cd61892b597409e3ddfb8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_5026c7478d83e88b2da89d649b0b638d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f39e3485412a96be3d3fa83777b88b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85a0f234aaab7a683ef29f49a004d964 = $(`<div id="html_85a0f234aaab7a683ef29f49a004d964" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_7f39e3485412a96be3d3fa83777b88b2.setContent(html_85a0f234aaab7a683ef29f49a004d964);
|
|
|
|
|
|
|
|
marker_13722825bc9cd61892b597409e3ddfb8.bindPopup(popup_7f39e3485412a96be3d3fa83777b88b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13722825bc9cd61892b597409e3ddfb8.setIcon(icon_5026c7478d83e88b2da89d649b0b638d);
|
|
|
|
|
|
var marker_851ac950363e22665e764f5a0b483576 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_387174f199a9666c2a75d9573297120a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dcb4e014b53fed63d7fd7616b497bea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c5c14f7de6bf53af83bc9072f4c7521 = $(`<div id="html_9c5c14f7de6bf53af83bc9072f4c7521" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_5dcb4e014b53fed63d7fd7616b497bea.setContent(html_9c5c14f7de6bf53af83bc9072f4c7521);
|
|
|
|
|
|
|
|
marker_851ac950363e22665e764f5a0b483576.bindPopup(popup_5dcb4e014b53fed63d7fd7616b497bea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_851ac950363e22665e764f5a0b483576.setIcon(icon_387174f199a9666c2a75d9573297120a);
|
|
|
|
|
|
var marker_c62af8fa88bd7e4ea7bf978949a02b85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_eb7c81bb21f758a3de141ce8b5f892f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97518ee8252be258901c33b8903bb183 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0706998290ad0bc969f3b88a2230ddc9 = $(`<div id="html_0706998290ad0bc969f3b88a2230ddc9" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_97518ee8252be258901c33b8903bb183.setContent(html_0706998290ad0bc969f3b88a2230ddc9);
|
|
|
|
|
|
|
|
marker_c62af8fa88bd7e4ea7bf978949a02b85.bindPopup(popup_97518ee8252be258901c33b8903bb183)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c62af8fa88bd7e4ea7bf978949a02b85.setIcon(icon_eb7c81bb21f758a3de141ce8b5f892f5);
|
|
|
|
|
|
var marker_009c00f7ab44c151f6613fc0b7489e2a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_f2cf6bc6ff49ec71ed4e668010e59086 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22e97e71d257536258247912285b1eca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77f2d89a669719774730894bbedc2bfb = $(`<div id="html_77f2d89a669719774730894bbedc2bfb" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_22e97e71d257536258247912285b1eca.setContent(html_77f2d89a669719774730894bbedc2bfb);
|
|
|
|
|
|
|
|
marker_009c00f7ab44c151f6613fc0b7489e2a.bindPopup(popup_22e97e71d257536258247912285b1eca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_009c00f7ab44c151f6613fc0b7489e2a.setIcon(icon_f2cf6bc6ff49ec71ed4e668010e59086);
|
|
|
|
|
|
var marker_cf0b77f7f7c5aec1a1f19641b5de46c9 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_35fa97a0eff035c72f44653ae9ab55c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_812abb3bb39b66c695328f849beae3f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a147ab54fe023dd3ace001a91065be00 = $(`<div id="html_a147ab54fe023dd3ace001a91065be00" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_812abb3bb39b66c695328f849beae3f3.setContent(html_a147ab54fe023dd3ace001a91065be00);
|
|
|
|
|
|
|
|
marker_cf0b77f7f7c5aec1a1f19641b5de46c9.bindPopup(popup_812abb3bb39b66c695328f849beae3f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf0b77f7f7c5aec1a1f19641b5de46c9.setIcon(icon_35fa97a0eff035c72f44653ae9ab55c7);
|
|
|
|
|
|
var marker_1860c2e94d2ccbc4c63a3f4f3faf7b63 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ca17a71592cc4c7aaa0d7f4adbd5e00b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22e1c846496f3d23cd0ce9cdfefe96f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ee29f402f780e68a1baf4cb694593b8 = $(`<div id="html_6ee29f402f780e68a1baf4cb694593b8" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_22e1c846496f3d23cd0ce9cdfefe96f1.setContent(html_6ee29f402f780e68a1baf4cb694593b8);
|
|
|
|
|
|
|
|
marker_1860c2e94d2ccbc4c63a3f4f3faf7b63.bindPopup(popup_22e1c846496f3d23cd0ce9cdfefe96f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1860c2e94d2ccbc4c63a3f4f3faf7b63.setIcon(icon_ca17a71592cc4c7aaa0d7f4adbd5e00b);
|
|
|
|
|
|
var marker_b988efaa621432b44a592e2bd3b360a8 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8f60a6481604a0bb69f4ccf0cafc9502 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1b2984a2302bc613e561ac032148854 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea42c8577112b8f7fac68b1adde5da8f = $(`<div id="html_ea42c8577112b8f7fac68b1adde5da8f" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_f1b2984a2302bc613e561ac032148854.setContent(html_ea42c8577112b8f7fac68b1adde5da8f);
|
|
|
|
|
|
|
|
marker_b988efaa621432b44a592e2bd3b360a8.bindPopup(popup_f1b2984a2302bc613e561ac032148854)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b988efaa621432b44a592e2bd3b360a8.setIcon(icon_8f60a6481604a0bb69f4ccf0cafc9502);
|
|
|
|
|
|
var marker_61bf2152f90bfb356fefa0011e081d14 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4397a0046dd608452ee36e24e3389566 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd1e16521426c86457d600a20243a70e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55b418c4b9865633aa3a6ca1dde00af1 = $(`<div id="html_55b418c4b9865633aa3a6ca1dde00af1" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_cd1e16521426c86457d600a20243a70e.setContent(html_55b418c4b9865633aa3a6ca1dde00af1);
|
|
|
|
|
|
|
|
marker_61bf2152f90bfb356fefa0011e081d14.bindPopup(popup_cd1e16521426c86457d600a20243a70e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61bf2152f90bfb356fefa0011e081d14.setIcon(icon_4397a0046dd608452ee36e24e3389566);
|
|
|
|
|
|
var marker_3a94eaf7773d40a8d41179a6c1a16108 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ccdac216198de99acf7dbc1a686937c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d73df9b17b2eeb6045a664e5eb9f4e23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92381afcac5f15c6f0166394fa57f99a = $(`<div id="html_92381afcac5f15c6f0166394fa57f99a" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_d73df9b17b2eeb6045a664e5eb9f4e23.setContent(html_92381afcac5f15c6f0166394fa57f99a);
|
|
|
|
|
|
|
|
marker_3a94eaf7773d40a8d41179a6c1a16108.bindPopup(popup_d73df9b17b2eeb6045a664e5eb9f4e23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a94eaf7773d40a8d41179a6c1a16108.setIcon(icon_ccdac216198de99acf7dbc1a686937c3);
|
|
|
|
|
|
var marker_3c081993fe479be5f54531261edff660 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_31a4feb9087637e2af31b22de245794c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7ecaab78d10e467e6cad5f64b0065c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36cc2afd10bcd366fe596d6704d69b01 = $(`<div id="html_36cc2afd10bcd366fe596d6704d69b01" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_b7ecaab78d10e467e6cad5f64b0065c8.setContent(html_36cc2afd10bcd366fe596d6704d69b01);
|
|
|
|
|
|
|
|
marker_3c081993fe479be5f54531261edff660.bindPopup(popup_b7ecaab78d10e467e6cad5f64b0065c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c081993fe479be5f54531261edff660.setIcon(icon_31a4feb9087637e2af31b22de245794c);
|
|
|
|
|
|
var marker_78bac89d690cfe22dddb7fa803b22847 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_946e55af8a4a3a47f7c41fd49565893b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_856f3db9feac63790f452e5d7c95e98c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cf4b66d4f897dc6d0f19f7e8cb36e7c = $(`<div id="html_0cf4b66d4f897dc6d0f19f7e8cb36e7c" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_856f3db9feac63790f452e5d7c95e98c.setContent(html_0cf4b66d4f897dc6d0f19f7e8cb36e7c);
|
|
|
|
|
|
|
|
marker_78bac89d690cfe22dddb7fa803b22847.bindPopup(popup_856f3db9feac63790f452e5d7c95e98c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78bac89d690cfe22dddb7fa803b22847.setIcon(icon_946e55af8a4a3a47f7c41fd49565893b);
|
|
|
|
|
|
var marker_70dee47b7dc845a9813775ba3ce786bf = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c3bc3ac3cb47d4a72194b30c8c538b93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d7564c4bebc64af8c582cdf01bd051a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d262aa0082605562dc6bc9bc01e8a64 = $(`<div id="html_2d262aa0082605562dc6bc9bc01e8a64" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_9d7564c4bebc64af8c582cdf01bd051a.setContent(html_2d262aa0082605562dc6bc9bc01e8a64);
|
|
|
|
|
|
|
|
marker_70dee47b7dc845a9813775ba3ce786bf.bindPopup(popup_9d7564c4bebc64af8c582cdf01bd051a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70dee47b7dc845a9813775ba3ce786bf.setIcon(icon_c3bc3ac3cb47d4a72194b30c8c538b93);
|
|
|
|
|
|
var marker_ad2d37a472737eee5c636e68c3c08229 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d8909535ea4cdf0124255bc4a1f0c605 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86dfeb1c244d4bbbdc94782279cd0b8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_244a9c68d235108e965cf43c851871ec = $(`<div id="html_244a9c68d235108e965cf43c851871ec" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_86dfeb1c244d4bbbdc94782279cd0b8c.setContent(html_244a9c68d235108e965cf43c851871ec);
|
|
|
|
|
|
|
|
marker_ad2d37a472737eee5c636e68c3c08229.bindPopup(popup_86dfeb1c244d4bbbdc94782279cd0b8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad2d37a472737eee5c636e68c3c08229.setIcon(icon_d8909535ea4cdf0124255bc4a1f0c605);
|
|
|
|
|
|
var marker_9bf709706e2b4ee23d1d32241b603e89 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_10c122532d3a34da586179051d99fd59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0317435109f8acab99e5711d56c5a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fb27688cebb917e4141b74fab16fb1e = $(`<div id="html_2fb27688cebb917e4141b74fab16fb1e" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_a0317435109f8acab99e5711d56c5a70.setContent(html_2fb27688cebb917e4141b74fab16fb1e);
|
|
|
|
|
|
|
|
marker_9bf709706e2b4ee23d1d32241b603e89.bindPopup(popup_a0317435109f8acab99e5711d56c5a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bf709706e2b4ee23d1d32241b603e89.setIcon(icon_10c122532d3a34da586179051d99fd59);
|
|
|
|
|
|
var marker_39c45d6ef25b47b095282f4f4da4e70b = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_0617407161e191d5e61992c9b5a518d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aa4db93838b9608bfa237957bffcfb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2ac3cc1e0f7be166f26badf8284bcdd = $(`<div id="html_a2ac3cc1e0f7be166f26badf8284bcdd" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_5aa4db93838b9608bfa237957bffcfb5.setContent(html_a2ac3cc1e0f7be166f26badf8284bcdd);
|
|
|
|
|
|
|
|
marker_39c45d6ef25b47b095282f4f4da4e70b.bindPopup(popup_5aa4db93838b9608bfa237957bffcfb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39c45d6ef25b47b095282f4f4da4e70b.setIcon(icon_0617407161e191d5e61992c9b5a518d5);
|
|
|
|
|
|
var marker_6c1fcc29b4dc7c1953cab95ee8e46a20 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_1a6349ef7971daa45ae773a088f8c6ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b4da0a40a80d9cf93e534a115ca9f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4002e0eb31e52a4951ebd3ccd32f166 = $(`<div id="html_f4002e0eb31e52a4951ebd3ccd32f166" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_83b4da0a40a80d9cf93e534a115ca9f5.setContent(html_f4002e0eb31e52a4951ebd3ccd32f166);
|
|
|
|
|
|
|
|
marker_6c1fcc29b4dc7c1953cab95ee8e46a20.bindPopup(popup_83b4da0a40a80d9cf93e534a115ca9f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c1fcc29b4dc7c1953cab95ee8e46a20.setIcon(icon_1a6349ef7971daa45ae773a088f8c6ce);
|
|
|
|
|
|
var marker_e4f81e7e6cdbba8f3ff2ee49a6ae3e41 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_9ba63e6b906070db3ce1ff15f5c3b45c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a16a7b2d4376f04b7cc0e1a367eee278 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f43a63942b55729cd19bcd4f0391fda = $(`<div id="html_0f43a63942b55729cd19bcd4f0391fda" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_a16a7b2d4376f04b7cc0e1a367eee278.setContent(html_0f43a63942b55729cd19bcd4f0391fda);
|
|
|
|
|
|
|
|
marker_e4f81e7e6cdbba8f3ff2ee49a6ae3e41.bindPopup(popup_a16a7b2d4376f04b7cc0e1a367eee278)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4f81e7e6cdbba8f3ff2ee49a6ae3e41.setIcon(icon_9ba63e6b906070db3ce1ff15f5c3b45c);
|
|
|
|
|
|
var marker_54318875c6370936aa04804652eae61c = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_426320751d7ba0fe771506450485495c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23814e2c48275bbe1bf38a2537423cc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66037daea6c20b1ce4c6a60d1eaaad0a = $(`<div id="html_66037daea6c20b1ce4c6a60d1eaaad0a" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_23814e2c48275bbe1bf38a2537423cc9.setContent(html_66037daea6c20b1ce4c6a60d1eaaad0a);
|
|
|
|
|
|
|
|
marker_54318875c6370936aa04804652eae61c.bindPopup(popup_23814e2c48275bbe1bf38a2537423cc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54318875c6370936aa04804652eae61c.setIcon(icon_426320751d7ba0fe771506450485495c);
|
|
|
|
|
|
var marker_945a371daae80e8a37fe7cbcca23acf3 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2abb9e99730d917dfe632a151b348c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e77872d519136c7a9ec027c29d5e3ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01ab0f6e2e7df0b340dbbbe4717545bf = $(`<div id="html_01ab0f6e2e7df0b340dbbbe4717545bf" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_2e77872d519136c7a9ec027c29d5e3ac.setContent(html_01ab0f6e2e7df0b340dbbbe4717545bf);
|
|
|
|
|
|
|
|
marker_945a371daae80e8a37fe7cbcca23acf3.bindPopup(popup_2e77872d519136c7a9ec027c29d5e3ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_945a371daae80e8a37fe7cbcca23acf3.setIcon(icon_2abb9e99730d917dfe632a151b348c85);
|
|
|
|
|
|
var marker_924030680426f379a8ee7825fb1063f3 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d1340c282d45b7755433fec486ae0dc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f475b57f9afc830dfee67b13d178c595 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f813eb5a5612bf87d19523bfd903acf = $(`<div id="html_4f813eb5a5612bf87d19523bfd903acf" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_f475b57f9afc830dfee67b13d178c595.setContent(html_4f813eb5a5612bf87d19523bfd903acf);
|
|
|
|
|
|
|
|
marker_924030680426f379a8ee7825fb1063f3.bindPopup(popup_f475b57f9afc830dfee67b13d178c595)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_924030680426f379a8ee7825fb1063f3.setIcon(icon_d1340c282d45b7755433fec486ae0dc9);
|
|
|
|
|
|
var marker_ac599f152dde1cf7a038bdc8ad7513f1 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_29d86013b5c07fcc8c0eebf340282e72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f539fab90223ed2d2e66c1c3f26c44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5582971ea739e6a864e63f68165e4cf = $(`<div id="html_e5582971ea739e6a864e63f68165e4cf" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_c5f539fab90223ed2d2e66c1c3f26c44.setContent(html_e5582971ea739e6a864e63f68165e4cf);
|
|
|
|
|
|
|
|
marker_ac599f152dde1cf7a038bdc8ad7513f1.bindPopup(popup_c5f539fab90223ed2d2e66c1c3f26c44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac599f152dde1cf7a038bdc8ad7513f1.setIcon(icon_29d86013b5c07fcc8c0eebf340282e72);
|
|
|
|
|
|
var marker_c26f1247a72c5618a092a8f5b53a4fd8 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_d33e4a7e70244861a5e3ccf93b9ca625 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5341c1c02640be882a4523d4113ad016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe4d2e841710299377413efe26aadef2 = $(`<div id="html_fe4d2e841710299377413efe26aadef2" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_5341c1c02640be882a4523d4113ad016.setContent(html_fe4d2e841710299377413efe26aadef2);
|
|
|
|
|
|
|
|
marker_c26f1247a72c5618a092a8f5b53a4fd8.bindPopup(popup_5341c1c02640be882a4523d4113ad016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c26f1247a72c5618a092a8f5b53a4fd8.setIcon(icon_d33e4a7e70244861a5e3ccf93b9ca625);
|
|
|
|
|
|
var marker_f9cc7971da4d95cb9fb5c63785feb5a2 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_b34fd53f6230892acd77d1f60b37eae7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6457f1216da36e0bee808ed7a929e97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aacb786ca75f92e0cb4d2aeafce93e71 = $(`<div id="html_aacb786ca75f92e0cb4d2aeafce93e71" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_d6457f1216da36e0bee808ed7a929e97.setContent(html_aacb786ca75f92e0cb4d2aeafce93e71);
|
|
|
|
|
|
|
|
marker_f9cc7971da4d95cb9fb5c63785feb5a2.bindPopup(popup_d6457f1216da36e0bee808ed7a929e97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9cc7971da4d95cb9fb5c63785feb5a2.setIcon(icon_b34fd53f6230892acd77d1f60b37eae7);
|
|
|
|
|
|
var marker_f4906f4037a89c5ed20872d7c897b3ee = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_deffcb87a4062c2cbf3c184adeab573e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b267bc1cca65c508412aa4458e54a57f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e98bc131c6bfa23be1a4f67f85e059f9 = $(`<div id="html_e98bc131c6bfa23be1a4f67f85e059f9" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_b267bc1cca65c508412aa4458e54a57f.setContent(html_e98bc131c6bfa23be1a4f67f85e059f9);
|
|
|
|
|
|
|
|
marker_f4906f4037a89c5ed20872d7c897b3ee.bindPopup(popup_b267bc1cca65c508412aa4458e54a57f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4906f4037a89c5ed20872d7c897b3ee.setIcon(icon_deffcb87a4062c2cbf3c184adeab573e);
|
|
|
|
|
|
var marker_d53e2c55a0b583392ee85a49f01c0db3 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_c88e6c0eca4c6be5e38390f90c883211 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5c0c59fead2941baaeb3c6c82dc95c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58386b91e8f6067c099d21855ba0e7ad = $(`<div id="html_58386b91e8f6067c099d21855ba0e7ad" style="width: 100.0%; height: 100.0%;">dev.architectcontext.aarpia.net</div>`)[0];
|
|
popup_a5c0c59fead2941baaeb3c6c82dc95c9.setContent(html_58386b91e8f6067c099d21855ba0e7ad);
|
|
|
|
|
|
|
|
marker_d53e2c55a0b583392ee85a49f01c0db3.bindPopup(popup_a5c0c59fead2941baaeb3c6c82dc95c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d53e2c55a0b583392ee85a49f01c0db3.setIcon(icon_c88e6c0eca4c6be5e38390f90c883211);
|
|
|
|
|
|
var marker_62284f1e0a8f37b34986601aea9e1b2b = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_5cd67dc7aaaf342402bd1bd0e9cca349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0e0eda7b278a988fc721d04f9f399f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e144d6344f6365012ce585577211ca10 = $(`<div id="html_e144d6344f6365012ce585577211ca10" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_f0e0eda7b278a988fc721d04f9f399f2.setContent(html_e144d6344f6365012ce585577211ca10);
|
|
|
|
|
|
|
|
marker_62284f1e0a8f37b34986601aea9e1b2b.bindPopup(popup_f0e0eda7b278a988fc721d04f9f399f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62284f1e0a8f37b34986601aea9e1b2b.setIcon(icon_5cd67dc7aaaf342402bd1bd0e9cca349);
|
|
|
|
|
|
var marker_b15803cd860c256e36c5dc8fc968f76c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_2d26cc43be56e415e9fc9d0a84733d8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecd13764bc32c944b699db6034958252 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_488bf4ef59eed438dfc7e8839850e7ca = $(`<div id="html_488bf4ef59eed438dfc7e8839850e7ca" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_ecd13764bc32c944b699db6034958252.setContent(html_488bf4ef59eed438dfc7e8839850e7ca);
|
|
|
|
|
|
|
|
marker_b15803cd860c256e36c5dc8fc968f76c.bindPopup(popup_ecd13764bc32c944b699db6034958252)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b15803cd860c256e36c5dc8fc968f76c.setIcon(icon_2d26cc43be56e415e9fc9d0a84733d8d);
|
|
|
|
|
|
var marker_aecb29757b0977561c344ae9150aa729 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_8995c3632dbcf1db93549e4d9fda3c11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2678f8c313d9825e5a2ca4ab9377640 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba47f48fea6ca47f53f58640328963c = $(`<div id="html_3ba47f48fea6ca47f53f58640328963c" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_a2678f8c313d9825e5a2ca4ab9377640.setContent(html_3ba47f48fea6ca47f53f58640328963c);
|
|
|
|
|
|
|
|
marker_aecb29757b0977561c344ae9150aa729.bindPopup(popup_a2678f8c313d9825e5a2ca4ab9377640)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aecb29757b0977561c344ae9150aa729.setIcon(icon_8995c3632dbcf1db93549e4d9fda3c11);
|
|
|
|
|
|
var marker_7123e9cf2c9acab733923e1fe9b75985 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_ff3fe2fcdf3cfb0ca19e012d48f02176 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c6fdc3139ad478f215df3dd06d55038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e445a9c4b03aeccaa59359fa3d73b075 = $(`<div id="html_e445a9c4b03aeccaa59359fa3d73b075" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_9c6fdc3139ad478f215df3dd06d55038.setContent(html_e445a9c4b03aeccaa59359fa3d73b075);
|
|
|
|
|
|
|
|
marker_7123e9cf2c9acab733923e1fe9b75985.bindPopup(popup_9c6fdc3139ad478f215df3dd06d55038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7123e9cf2c9acab733923e1fe9b75985.setIcon(icon_ff3fe2fcdf3cfb0ca19e012d48f02176);
|
|
|
|
|
|
var marker_e5bfc0f9ddce877471daaf8f9573d524 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_44fc248f395115d0394669e7409a8955 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65d9f4ec1a02114f78312804cfcde9cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c34097e8c404c8ede563ea1c216623b2 = $(`<div id="html_c34097e8c404c8ede563ea1c216623b2" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_65d9f4ec1a02114f78312804cfcde9cc.setContent(html_c34097e8c404c8ede563ea1c216623b2);
|
|
|
|
|
|
|
|
marker_e5bfc0f9ddce877471daaf8f9573d524.bindPopup(popup_65d9f4ec1a02114f78312804cfcde9cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5bfc0f9ddce877471daaf8f9573d524.setIcon(icon_44fc248f395115d0394669e7409a8955);
|
|
|
|
|
|
var marker_42190fdda28230e700ec8bfc86915186 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_306fce8188f6945d23d7b3685acabb4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63dd33696a3854af6a83d0c6558abe79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9b612727bf38de313bbc3ed2b5d3982 = $(`<div id="html_e9b612727bf38de313bbc3ed2b5d3982" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_63dd33696a3854af6a83d0c6558abe79.setContent(html_e9b612727bf38de313bbc3ed2b5d3982);
|
|
|
|
|
|
|
|
marker_42190fdda28230e700ec8bfc86915186.bindPopup(popup_63dd33696a3854af6a83d0c6558abe79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42190fdda28230e700ec8bfc86915186.setIcon(icon_306fce8188f6945d23d7b3685acabb4b);
|
|
|
|
|
|
var marker_ca951bfe119f7640cf68ac921158b3ec = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_fcf6a870d1ef5a0002884415ec215f41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a961bead61c3e07f1c7ed1a1f164e74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df14497eb7d87579927e6e62ea6480bc = $(`<div id="html_df14497eb7d87579927e6e62ea6480bc" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_5a961bead61c3e07f1c7ed1a1f164e74.setContent(html_df14497eb7d87579927e6e62ea6480bc);
|
|
|
|
|
|
|
|
marker_ca951bfe119f7640cf68ac921158b3ec.bindPopup(popup_5a961bead61c3e07f1c7ed1a1f164e74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca951bfe119f7640cf68ac921158b3ec.setIcon(icon_fcf6a870d1ef5a0002884415ec215f41);
|
|
|
|
|
|
var marker_d87b5cc2205e65bc46393c494d73a834 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_59cbdf71a76f569c3148781b32cc69c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32dca4a8ce91d752de71939b04266f43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b0da2bde12d1cec30a2b54d55ce9d43 = $(`<div id="html_9b0da2bde12d1cec30a2b54d55ce9d43" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_32dca4a8ce91d752de71939b04266f43.setContent(html_9b0da2bde12d1cec30a2b54d55ce9d43);
|
|
|
|
|
|
|
|
marker_d87b5cc2205e65bc46393c494d73a834.bindPopup(popup_32dca4a8ce91d752de71939b04266f43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d87b5cc2205e65bc46393c494d73a834.setIcon(icon_59cbdf71a76f569c3148781b32cc69c0);
|
|
|
|
|
|
var marker_94bc0d44e45a732e8b703e5bae699e2c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_4ddaa177e42bc2a027a3551109805227 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09b5380285e72650ef19f782343c3168 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9762c4ff6a5e5607b124e2a747ce86e = $(`<div id="html_d9762c4ff6a5e5607b124e2a747ce86e" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_09b5380285e72650ef19f782343c3168.setContent(html_d9762c4ff6a5e5607b124e2a747ce86e);
|
|
|
|
|
|
|
|
marker_94bc0d44e45a732e8b703e5bae699e2c.bindPopup(popup_09b5380285e72650ef19f782343c3168)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94bc0d44e45a732e8b703e5bae699e2c.setIcon(icon_4ddaa177e42bc2a027a3551109805227);
|
|
|
|
|
|
var marker_4c89e6a17587f28bbb6bc3da642c38c7 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_e6d6760b28a5e4b88de78cee48251bf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1b755d025f37fa949892e8e1982d2e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57dc5c1d2b9398b673582985d0b828be = $(`<div id="html_57dc5c1d2b9398b673582985d0b828be" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_a1b755d025f37fa949892e8e1982d2e7.setContent(html_57dc5c1d2b9398b673582985d0b828be);
|
|
|
|
|
|
|
|
marker_4c89e6a17587f28bbb6bc3da642c38c7.bindPopup(popup_a1b755d025f37fa949892e8e1982d2e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c89e6a17587f28bbb6bc3da642c38c7.setIcon(icon_e6d6760b28a5e4b88de78cee48251bf7);
|
|
|
|
|
|
var marker_57cd641a0b9c4fe3197876917c758d28 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a6e1ed5a080bb1d56efb4860a5798391);
|
|
|
|
|
|
var icon_092e186ee6bd4970c6fe5524f34cfcf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cc74e47cf3eec26057f29c9e7265a2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4db68f4ea96026d0dd8100cc5e2bca7 = $(`<div id="html_b4db68f4ea96026d0dd8100cc5e2bca7" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_6cc74e47cf3eec26057f29c9e7265a2e.setContent(html_b4db68f4ea96026d0dd8100cc5e2bca7);
|
|
|
|
|
|
|
|
marker_57cd641a0b9c4fe3197876917c758d28.bindPopup(popup_6cc74e47cf3eec26057f29c9e7265a2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57cd641a0b9c4fe3197876917c758d28.setIcon(icon_092e186ee6bd4970c6fe5524f34cfcf0);
|
|
|
|
|
|
marker_cluster_a6e1ed5a080bb1d56efb4860a5798391.addTo(map_b3e721e7442d81bec12051548c9731f5);
|
|
|
|
</script>
|
|
</html> |