mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 11:25:19 +00:00
10335 lines
300 KiB
HTML
10335 lines
300 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_4cfdb05e3c71caeb09da27c9caf26e27 {
|
|
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_4cfdb05e3c71caeb09da27c9caf26e27" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_4cfdb05e3c71caeb09da27c9caf26e27 = L.map(
|
|
"map_4cfdb05e3c71caeb09da27c9caf26e27",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_c7de7326b49c55c0de6e73bf296caf84 = 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_c7de7326b49c55c0de6e73bf296caf84.addTo(map_4cfdb05e3c71caeb09da27c9caf26e27);
|
|
|
|
|
|
var marker_cluster_5a67bd5f460255d16ab89a8c255c347e = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_c1500a2239cb1b21450e7a8ace3fb275 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_587a78098b5299a8e49c5f054a61465b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d2d41147782735445117688034e598 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24d1b574a0d5bc86882ab3a78af69670 = $(`<div id="html_24d1b574a0d5bc86882ab3a78af69670" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_d6d2d41147782735445117688034e598.setContent(html_24d1b574a0d5bc86882ab3a78af69670);
|
|
|
|
|
|
|
|
marker_c1500a2239cb1b21450e7a8ace3fb275.bindPopup(popup_d6d2d41147782735445117688034e598)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1500a2239cb1b21450e7a8ace3fb275.setIcon(icon_587a78098b5299a8e49c5f054a61465b);
|
|
|
|
|
|
var marker_f47eda6b4d3678380a95f147755fd504 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d28f07b10c5ecdf5e4f505642f17c4e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56301e1c4cce3e0ba6dee710b097ddfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cb84e7f89bc2cefcdd2f46907db8093 = $(`<div id="html_1cb84e7f89bc2cefcdd2f46907db8093" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_56301e1c4cce3e0ba6dee710b097ddfc.setContent(html_1cb84e7f89bc2cefcdd2f46907db8093);
|
|
|
|
|
|
|
|
marker_f47eda6b4d3678380a95f147755fd504.bindPopup(popup_56301e1c4cce3e0ba6dee710b097ddfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f47eda6b4d3678380a95f147755fd504.setIcon(icon_d28f07b10c5ecdf5e4f505642f17c4e3);
|
|
|
|
|
|
var marker_84903c6021da567507e3733f1b843e9a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7f05298ca22534da7160126fa8d36a60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b727abda87074f2e4699d4e310b1f98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fefa4e2f019fafdbb7a81fd3063b6047 = $(`<div id="html_fefa4e2f019fafdbb7a81fd3063b6047" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_8b727abda87074f2e4699d4e310b1f98.setContent(html_fefa4e2f019fafdbb7a81fd3063b6047);
|
|
|
|
|
|
|
|
marker_84903c6021da567507e3733f1b843e9a.bindPopup(popup_8b727abda87074f2e4699d4e310b1f98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84903c6021da567507e3733f1b843e9a.setIcon(icon_7f05298ca22534da7160126fa8d36a60);
|
|
|
|
|
|
var marker_202d1320cc52cd762f439b3c5d3fc64a = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bd5307bda3e296eb79bc3f11ba1e3d84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54e8fa9df12357b549ecbe565be6a67a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ff5c5b07724046d36005e1b87f68763 = $(`<div id="html_4ff5c5b07724046d36005e1b87f68763" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_54e8fa9df12357b549ecbe565be6a67a.setContent(html_4ff5c5b07724046d36005e1b87f68763);
|
|
|
|
|
|
|
|
marker_202d1320cc52cd762f439b3c5d3fc64a.bindPopup(popup_54e8fa9df12357b549ecbe565be6a67a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_202d1320cc52cd762f439b3c5d3fc64a.setIcon(icon_bd5307bda3e296eb79bc3f11ba1e3d84);
|
|
|
|
|
|
var marker_3d0964560e0abecf4e1bc7a0e5738cce = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_14900b7bda9a551cbd657f26c542b8d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_addbc6cafcd7e325a1d06a94289e8d63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfada906e0a0252beb039b56190b205f = $(`<div id="html_bfada906e0a0252beb039b56190b205f" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_addbc6cafcd7e325a1d06a94289e8d63.setContent(html_bfada906e0a0252beb039b56190b205f);
|
|
|
|
|
|
|
|
marker_3d0964560e0abecf4e1bc7a0e5738cce.bindPopup(popup_addbc6cafcd7e325a1d06a94289e8d63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d0964560e0abecf4e1bc7a0e5738cce.setIcon(icon_14900b7bda9a551cbd657f26c542b8d6);
|
|
|
|
|
|
var marker_d5c67391ae1deacfc203c96f5601ce4e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_6966d14047392e1ac1a4b93a2045c24d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cca09840d25a2eb8a557e8d2bedd430 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_906e9ad787cc7112e0bbfc6dc7669c4e = $(`<div id="html_906e9ad787cc7112e0bbfc6dc7669c4e" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_9cca09840d25a2eb8a557e8d2bedd430.setContent(html_906e9ad787cc7112e0bbfc6dc7669c4e);
|
|
|
|
|
|
|
|
marker_d5c67391ae1deacfc203c96f5601ce4e.bindPopup(popup_9cca09840d25a2eb8a557e8d2bedd430)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5c67391ae1deacfc203c96f5601ce4e.setIcon(icon_6966d14047392e1ac1a4b93a2045c24d);
|
|
|
|
|
|
var marker_82bdc6fae29e4f765dffc5530dfa46e0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e67d9c1e3accca6882cc0b5243f348ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19a615dbaf4c971c0946056cd2baef3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90e0b5d30a8b85a9072d23427d75b725 = $(`<div id="html_90e0b5d30a8b85a9072d23427d75b725" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_19a615dbaf4c971c0946056cd2baef3f.setContent(html_90e0b5d30a8b85a9072d23427d75b725);
|
|
|
|
|
|
|
|
marker_82bdc6fae29e4f765dffc5530dfa46e0.bindPopup(popup_19a615dbaf4c971c0946056cd2baef3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82bdc6fae29e4f765dffc5530dfa46e0.setIcon(icon_e67d9c1e3accca6882cc0b5243f348ff);
|
|
|
|
|
|
var marker_bed59bb518de6beb025c7a9fe1469bb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1da107e8bbcb07ff71d97fd398b619cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19e1294a647012941a1667f135bb3e15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abe8caadb3f6d2e2c6d49158c72b6783 = $(`<div id="html_abe8caadb3f6d2e2c6d49158c72b6783" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_19e1294a647012941a1667f135bb3e15.setContent(html_abe8caadb3f6d2e2c6d49158c72b6783);
|
|
|
|
|
|
|
|
marker_bed59bb518de6beb025c7a9fe1469bb7.bindPopup(popup_19e1294a647012941a1667f135bb3e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bed59bb518de6beb025c7a9fe1469bb7.setIcon(icon_1da107e8bbcb07ff71d97fd398b619cf);
|
|
|
|
|
|
var marker_97b6c3a48923086aac98fdbb162df73b = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9c3371e3ee306b46afe9249ade79693a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b995fd729f32d5fd65ac6824722d5e3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cf0e163da915b3f682bf2012ad06b1d = $(`<div id="html_3cf0e163da915b3f682bf2012ad06b1d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_b995fd729f32d5fd65ac6824722d5e3b.setContent(html_3cf0e163da915b3f682bf2012ad06b1d);
|
|
|
|
|
|
|
|
marker_97b6c3a48923086aac98fdbb162df73b.bindPopup(popup_b995fd729f32d5fd65ac6824722d5e3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97b6c3a48923086aac98fdbb162df73b.setIcon(icon_9c3371e3ee306b46afe9249ade79693a);
|
|
|
|
|
|
var marker_a999bb8709809dc99bda0594712da7c7 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f863f7d3874ee2dae01a32be7e7e059f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00d42fa046163cb5ca88e18e5ae1bfe1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d910a8c4ba389fa8426e8a7e61dc013b = $(`<div id="html_d910a8c4ba389fa8426e8a7e61dc013b" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_00d42fa046163cb5ca88e18e5ae1bfe1.setContent(html_d910a8c4ba389fa8426e8a7e61dc013b);
|
|
|
|
|
|
|
|
marker_a999bb8709809dc99bda0594712da7c7.bindPopup(popup_00d42fa046163cb5ca88e18e5ae1bfe1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a999bb8709809dc99bda0594712da7c7.setIcon(icon_f863f7d3874ee2dae01a32be7e7e059f);
|
|
|
|
|
|
var marker_78c48b1f2ddb65a4c6117e69280cbf4a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bf931021c61e55d5694c28ebcbdaabf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5b4b7d18c0016aeb9fc3988f3373476 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_754d876e0a0159647dbd880afae4195f = $(`<div id="html_754d876e0a0159647dbd880afae4195f" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_b5b4b7d18c0016aeb9fc3988f3373476.setContent(html_754d876e0a0159647dbd880afae4195f);
|
|
|
|
|
|
|
|
marker_78c48b1f2ddb65a4c6117e69280cbf4a.bindPopup(popup_b5b4b7d18c0016aeb9fc3988f3373476)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78c48b1f2ddb65a4c6117e69280cbf4a.setIcon(icon_bf931021c61e55d5694c28ebcbdaabf6);
|
|
|
|
|
|
var marker_04dd61344d4b5eae02bf2e2860b3619e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8b40c9d903df9b40b9ba160f770ec73b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54e06005d2ff2e7128debc98beb03464 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98f07f9a9bf898c5c4bd8e9617659a8b = $(`<div id="html_98f07f9a9bf898c5c4bd8e9617659a8b" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_54e06005d2ff2e7128debc98beb03464.setContent(html_98f07f9a9bf898c5c4bd8e9617659a8b);
|
|
|
|
|
|
|
|
marker_04dd61344d4b5eae02bf2e2860b3619e.bindPopup(popup_54e06005d2ff2e7128debc98beb03464)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04dd61344d4b5eae02bf2e2860b3619e.setIcon(icon_8b40c9d903df9b40b9ba160f770ec73b);
|
|
|
|
|
|
var marker_54fc044c1e16b288d1f9e569617bad70 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4fd116f9aaee10a75af650268e4f46da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4173ddfc79f655d547418d5d61c29ae8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_960e98114df1333d88c23261eebb7cb9 = $(`<div id="html_960e98114df1333d88c23261eebb7cb9" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_4173ddfc79f655d547418d5d61c29ae8.setContent(html_960e98114df1333d88c23261eebb7cb9);
|
|
|
|
|
|
|
|
marker_54fc044c1e16b288d1f9e569617bad70.bindPopup(popup_4173ddfc79f655d547418d5d61c29ae8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54fc044c1e16b288d1f9e569617bad70.setIcon(icon_4fd116f9aaee10a75af650268e4f46da);
|
|
|
|
|
|
var marker_2c003a3cbed569916b9362b499ae1b73 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_dfc45d41935e85e3820f9b776177eb35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf8d347c84d30a4f9a0c4aa73ddf6079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9d85f17746e2cf16b19b1c9a302eb4e = $(`<div id="html_f9d85f17746e2cf16b19b1c9a302eb4e" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_cf8d347c84d30a4f9a0c4aa73ddf6079.setContent(html_f9d85f17746e2cf16b19b1c9a302eb4e);
|
|
|
|
|
|
|
|
marker_2c003a3cbed569916b9362b499ae1b73.bindPopup(popup_cf8d347c84d30a4f9a0c4aa73ddf6079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c003a3cbed569916b9362b499ae1b73.setIcon(icon_dfc45d41935e85e3820f9b776177eb35);
|
|
|
|
|
|
var marker_16b9f4da04a28817df3679efc2d2ada2 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_277321acfb980b27ec29a105f2902771 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c12b5c7ffc1e7d8318aaa5ab0ae9e06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0041a12ca58c13b5ec25dbf0722cb493 = $(`<div id="html_0041a12ca58c13b5ec25dbf0722cb493" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_0c12b5c7ffc1e7d8318aaa5ab0ae9e06.setContent(html_0041a12ca58c13b5ec25dbf0722cb493);
|
|
|
|
|
|
|
|
marker_16b9f4da04a28817df3679efc2d2ada2.bindPopup(popup_0c12b5c7ffc1e7d8318aaa5ab0ae9e06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16b9f4da04a28817df3679efc2d2ada2.setIcon(icon_277321acfb980b27ec29a105f2902771);
|
|
|
|
|
|
var marker_ed5d4dfcbfbefcea1ddc653d5fda7a9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_57499e1f459c151ee0de7d93a5564e11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d643abdd757116f402e51f5d8010960a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05eb443f7bd01021bca93324ed440dc9 = $(`<div id="html_05eb443f7bd01021bca93324ed440dc9" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_d643abdd757116f402e51f5d8010960a.setContent(html_05eb443f7bd01021bca93324ed440dc9);
|
|
|
|
|
|
|
|
marker_ed5d4dfcbfbefcea1ddc653d5fda7a9b.bindPopup(popup_d643abdd757116f402e51f5d8010960a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed5d4dfcbfbefcea1ddc653d5fda7a9b.setIcon(icon_57499e1f459c151ee0de7d93a5564e11);
|
|
|
|
|
|
var marker_5b25c31e5a89b7a9f6539885ecc19a13 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f2d67a9223cc9e012430cae36c11a793 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33830b618492a12040e20365852abf0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ec4e4bf7b4ee058a93c2b0d81fc271a = $(`<div id="html_1ec4e4bf7b4ee058a93c2b0d81fc271a" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_33830b618492a12040e20365852abf0f.setContent(html_1ec4e4bf7b4ee058a93c2b0d81fc271a);
|
|
|
|
|
|
|
|
marker_5b25c31e5a89b7a9f6539885ecc19a13.bindPopup(popup_33830b618492a12040e20365852abf0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b25c31e5a89b7a9f6539885ecc19a13.setIcon(icon_f2d67a9223cc9e012430cae36c11a793);
|
|
|
|
|
|
var marker_612e541f04ac214ddc4ead63538b5f09 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_b79a15aec0a2f8364dd5e3cdde781e8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb49df0f8c1bb83ac937ee929d582cae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4eed68b3efaf4bafbf353c507f9ff1a = $(`<div id="html_f4eed68b3efaf4bafbf353c507f9ff1a" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_bb49df0f8c1bb83ac937ee929d582cae.setContent(html_f4eed68b3efaf4bafbf353c507f9ff1a);
|
|
|
|
|
|
|
|
marker_612e541f04ac214ddc4ead63538b5f09.bindPopup(popup_bb49df0f8c1bb83ac937ee929d582cae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_612e541f04ac214ddc4ead63538b5f09.setIcon(icon_b79a15aec0a2f8364dd5e3cdde781e8b);
|
|
|
|
|
|
var marker_3119893fdac5f20f336ca5aae807f9d3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_10b0b4960751d955e26fbe0024d3eca5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef08e7b911539c59357b359c8cda7c04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_700b20194188b36e3b19d323867a0296 = $(`<div id="html_700b20194188b36e3b19d323867a0296" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_ef08e7b911539c59357b359c8cda7c04.setContent(html_700b20194188b36e3b19d323867a0296);
|
|
|
|
|
|
|
|
marker_3119893fdac5f20f336ca5aae807f9d3.bindPopup(popup_ef08e7b911539c59357b359c8cda7c04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3119893fdac5f20f336ca5aae807f9d3.setIcon(icon_10b0b4960751d955e26fbe0024d3eca5);
|
|
|
|
|
|
var marker_c01b832d855eed287e7f023fe470e484 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fa97454cb8ec80b3ea85497b1dd7b301 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e03e6d2bc3c244c56d93a12de75ccbfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a32aab6317f6d9ef8c51cfdd1800f4a5 = $(`<div id="html_a32aab6317f6d9ef8c51cfdd1800f4a5" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_e03e6d2bc3c244c56d93a12de75ccbfd.setContent(html_a32aab6317f6d9ef8c51cfdd1800f4a5);
|
|
|
|
|
|
|
|
marker_c01b832d855eed287e7f023fe470e484.bindPopup(popup_e03e6d2bc3c244c56d93a12de75ccbfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c01b832d855eed287e7f023fe470e484.setIcon(icon_fa97454cb8ec80b3ea85497b1dd7b301);
|
|
|
|
|
|
var marker_2f5474086bffab0bc5b3bb32a1ebd6ba = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fa6a1c6c54ed095218e669cee582d24a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c3b4c5eb63b1df9987432f3c4d96904 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d207bc7bd9a408c884e7bd1e11f8f98d = $(`<div id="html_d207bc7bd9a408c884e7bd1e11f8f98d" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_8c3b4c5eb63b1df9987432f3c4d96904.setContent(html_d207bc7bd9a408c884e7bd1e11f8f98d);
|
|
|
|
|
|
|
|
marker_2f5474086bffab0bc5b3bb32a1ebd6ba.bindPopup(popup_8c3b4c5eb63b1df9987432f3c4d96904)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f5474086bffab0bc5b3bb32a1ebd6ba.setIcon(icon_fa6a1c6c54ed095218e669cee582d24a);
|
|
|
|
|
|
var marker_d7fd2c56bad95416b33604afea58988f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_a975ae684820ef25447af97346c211f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59fc6f97982bb548cf10b08a902d51e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca0df396b49c8560764a1e6b31da4f82 = $(`<div id="html_ca0df396b49c8560764a1e6b31da4f82" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_59fc6f97982bb548cf10b08a902d51e0.setContent(html_ca0df396b49c8560764a1e6b31da4f82);
|
|
|
|
|
|
|
|
marker_d7fd2c56bad95416b33604afea58988f.bindPopup(popup_59fc6f97982bb548cf10b08a902d51e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7fd2c56bad95416b33604afea58988f.setIcon(icon_a975ae684820ef25447af97346c211f8);
|
|
|
|
|
|
var marker_28402659ad788a1a0c9a8e52ffdb36ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7a39ae96243ce6e454f0fcada5ad6db9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7c98491fbd2f7c6caea4ae111e563f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7a7228a8e40646af4c0a8628fa0f0e6 = $(`<div id="html_b7a7228a8e40646af4c0a8628fa0f0e6" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_a7c98491fbd2f7c6caea4ae111e563f2.setContent(html_b7a7228a8e40646af4c0a8628fa0f0e6);
|
|
|
|
|
|
|
|
marker_28402659ad788a1a0c9a8e52ffdb36ef.bindPopup(popup_a7c98491fbd2f7c6caea4ae111e563f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28402659ad788a1a0c9a8e52ffdb36ef.setIcon(icon_7a39ae96243ce6e454f0fcada5ad6db9);
|
|
|
|
|
|
var marker_0ed3258748a9f841ac87ca47165ee8e4 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7c9ef34f4c41e0ec138e17475ea80ac8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80d52efc124b099f2bc9de60e1554c7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_362b960c59d6479461905da9da6ec49d = $(`<div id="html_362b960c59d6479461905da9da6ec49d" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_80d52efc124b099f2bc9de60e1554c7f.setContent(html_362b960c59d6479461905da9da6ec49d);
|
|
|
|
|
|
|
|
marker_0ed3258748a9f841ac87ca47165ee8e4.bindPopup(popup_80d52efc124b099f2bc9de60e1554c7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ed3258748a9f841ac87ca47165ee8e4.setIcon(icon_7c9ef34f4c41e0ec138e17475ea80ac8);
|
|
|
|
|
|
var marker_f8cda4ab0366d562fecf6d3c2febfa7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_cf2ebe89bc3a7c74be9f8b08e55d6f7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0354b3781acd41e594862c2b9f948128 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78949d53a1e6c1617538262d61f9ee83 = $(`<div id="html_78949d53a1e6c1617538262d61f9ee83" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_0354b3781acd41e594862c2b9f948128.setContent(html_78949d53a1e6c1617538262d61f9ee83);
|
|
|
|
|
|
|
|
marker_f8cda4ab0366d562fecf6d3c2febfa7d.bindPopup(popup_0354b3781acd41e594862c2b9f948128)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8cda4ab0366d562fecf6d3c2febfa7d.setIcon(icon_cf2ebe89bc3a7c74be9f8b08e55d6f7a);
|
|
|
|
|
|
var marker_86d1c0885874087ac2d6cb4d5a680690 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c7a885d9f078b7f2a587ef32402ba62a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7262f25a1df1c8cb12db46d94072d480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea74275ad46882d62cc87f894f805924 = $(`<div id="html_ea74275ad46882d62cc87f894f805924" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_7262f25a1df1c8cb12db46d94072d480.setContent(html_ea74275ad46882d62cc87f894f805924);
|
|
|
|
|
|
|
|
marker_86d1c0885874087ac2d6cb4d5a680690.bindPopup(popup_7262f25a1df1c8cb12db46d94072d480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86d1c0885874087ac2d6cb4d5a680690.setIcon(icon_c7a885d9f078b7f2a587ef32402ba62a);
|
|
|
|
|
|
var marker_51368aab780c2d2cbae83d89641a888e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f6d85142b319eaec81fd66e1e5f8c9b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81daac699c3b7daf5fe144e00b47ddba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfc3f47862f0bec23ff4430d0aaeb88f = $(`<div id="html_cfc3f47862f0bec23ff4430d0aaeb88f" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_81daac699c3b7daf5fe144e00b47ddba.setContent(html_cfc3f47862f0bec23ff4430d0aaeb88f);
|
|
|
|
|
|
|
|
marker_51368aab780c2d2cbae83d89641a888e.bindPopup(popup_81daac699c3b7daf5fe144e00b47ddba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51368aab780c2d2cbae83d89641a888e.setIcon(icon_f6d85142b319eaec81fd66e1e5f8c9b0);
|
|
|
|
|
|
var marker_2d49d2b4e4249ed1c7abb93861ac4fe4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0b8a821b74009ca84c3b1f09e9181ef4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c8dac6462a5f7ac26a086b297d53910 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3b7713b674172057b8d9ef34bacfd73 = $(`<div id="html_a3b7713b674172057b8d9ef34bacfd73" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_2c8dac6462a5f7ac26a086b297d53910.setContent(html_a3b7713b674172057b8d9ef34bacfd73);
|
|
|
|
|
|
|
|
marker_2d49d2b4e4249ed1c7abb93861ac4fe4.bindPopup(popup_2c8dac6462a5f7ac26a086b297d53910)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d49d2b4e4249ed1c7abb93861ac4fe4.setIcon(icon_0b8a821b74009ca84c3b1f09e9181ef4);
|
|
|
|
|
|
var marker_15deabcb7d64051a7ef7b8e7eefec1ab = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f853d622377cd8d9daf097bba881d9de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad991d0a15270627a8dfaa0c9b0b49b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b41397e2951e0df1dd76a60655a7002 = $(`<div id="html_3b41397e2951e0df1dd76a60655a7002" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_ad991d0a15270627a8dfaa0c9b0b49b1.setContent(html_3b41397e2951e0df1dd76a60655a7002);
|
|
|
|
|
|
|
|
marker_15deabcb7d64051a7ef7b8e7eefec1ab.bindPopup(popup_ad991d0a15270627a8dfaa0c9b0b49b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15deabcb7d64051a7ef7b8e7eefec1ab.setIcon(icon_f853d622377cd8d9daf097bba881d9de);
|
|
|
|
|
|
var marker_54028974eb4e4153281e03d8e242ed1e = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0babbabf52c3233018e2de8d0650baac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_249600ed2e154772b144128de6f8b100 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71ca9440233980dd79ea8d8f9202b2de = $(`<div id="html_71ca9440233980dd79ea8d8f9202b2de" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_249600ed2e154772b144128de6f8b100.setContent(html_71ca9440233980dd79ea8d8f9202b2de);
|
|
|
|
|
|
|
|
marker_54028974eb4e4153281e03d8e242ed1e.bindPopup(popup_249600ed2e154772b144128de6f8b100)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54028974eb4e4153281e03d8e242ed1e.setIcon(icon_0babbabf52c3233018e2de8d0650baac);
|
|
|
|
|
|
var marker_7536c8c3c33aada0c56825c0b6be34fa = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f30917eab1cc19b0e5763734ae313660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_445a031f8af146a4cb4d9bb81a980562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d8dbb0e19155c03c6ee9a006f82a351 = $(`<div id="html_4d8dbb0e19155c03c6ee9a006f82a351" style="width: 100.0%; height: 100.0%;">frelsi.oxtr.dev</div>`)[0];
|
|
popup_445a031f8af146a4cb4d9bb81a980562.setContent(html_4d8dbb0e19155c03c6ee9a006f82a351);
|
|
|
|
|
|
|
|
marker_7536c8c3c33aada0c56825c0b6be34fa.bindPopup(popup_445a031f8af146a4cb4d9bb81a980562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7536c8c3c33aada0c56825c0b6be34fa.setIcon(icon_f30917eab1cc19b0e5763734ae313660);
|
|
|
|
|
|
var marker_8d88936aa3b372d478d7820242e436a6 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_680e278f2cf5fd02852dd9e0be9bb904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdb971dd59930ebfb07ce8a7c66e6b35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae543dd4a0bb2e374879fb90827f81e6 = $(`<div id="html_ae543dd4a0bb2e374879fb90827f81e6" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_fdb971dd59930ebfb07ce8a7c66e6b35.setContent(html_ae543dd4a0bb2e374879fb90827f81e6);
|
|
|
|
|
|
|
|
marker_8d88936aa3b372d478d7820242e436a6.bindPopup(popup_fdb971dd59930ebfb07ce8a7c66e6b35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d88936aa3b372d478d7820242e436a6.setIcon(icon_680e278f2cf5fd02852dd9e0be9bb904);
|
|
|
|
|
|
var marker_60f3b62aaa05d26abf8776905b0bbf0d = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_db353ad08a4866c6dada65571ecabe22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_493928c9d8814b6df1f69787d6a8d7d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa8fd6cf0932fe07b3c74391844e39ea = $(`<div id="html_aa8fd6cf0932fe07b3c74391844e39ea" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_493928c9d8814b6df1f69787d6a8d7d0.setContent(html_aa8fd6cf0932fe07b3c74391844e39ea);
|
|
|
|
|
|
|
|
marker_60f3b62aaa05d26abf8776905b0bbf0d.bindPopup(popup_493928c9d8814b6df1f69787d6a8d7d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60f3b62aaa05d26abf8776905b0bbf0d.setIcon(icon_db353ad08a4866c6dada65571ecabe22);
|
|
|
|
|
|
var marker_619cefcbf1fd2beb537cb5453e948eea = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e1891be9453219c9d6d8fffa569c47b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4abd99d5935040ec6d6133c4172b92fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd57520faa24cb7072934a92fbd043e9 = $(`<div id="html_cd57520faa24cb7072934a92fbd043e9" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_4abd99d5935040ec6d6133c4172b92fc.setContent(html_cd57520faa24cb7072934a92fbd043e9);
|
|
|
|
|
|
|
|
marker_619cefcbf1fd2beb537cb5453e948eea.bindPopup(popup_4abd99d5935040ec6d6133c4172b92fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_619cefcbf1fd2beb537cb5453e948eea.setIcon(icon_e1891be9453219c9d6d8fffa569c47b9);
|
|
|
|
|
|
var marker_1d5a38d89784aa331b5612b62f348c06 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c55b9fe7a5551bbcf2c91f876073304a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06abab58ed40fb705b28864345ee3918 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_460ccfb5ea0c876a0b30c3c5e677e055 = $(`<div id="html_460ccfb5ea0c876a0b30c3c5e677e055" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_06abab58ed40fb705b28864345ee3918.setContent(html_460ccfb5ea0c876a0b30c3c5e677e055);
|
|
|
|
|
|
|
|
marker_1d5a38d89784aa331b5612b62f348c06.bindPopup(popup_06abab58ed40fb705b28864345ee3918)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d5a38d89784aa331b5612b62f348c06.setIcon(icon_c55b9fe7a5551bbcf2c91f876073304a);
|
|
|
|
|
|
var marker_88161c98907c63bbb81b9bfb16dfc6b9 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8950e88ec7f80b901eec5e5c2ef47ba7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f0546d9c56845c27dc7faf751398faa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fc1cca7bfd2c53aeacee70f240bc85b = $(`<div id="html_3fc1cca7bfd2c53aeacee70f240bc85b" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_7f0546d9c56845c27dc7faf751398faa.setContent(html_3fc1cca7bfd2c53aeacee70f240bc85b);
|
|
|
|
|
|
|
|
marker_88161c98907c63bbb81b9bfb16dfc6b9.bindPopup(popup_7f0546d9c56845c27dc7faf751398faa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88161c98907c63bbb81b9bfb16dfc6b9.setIcon(icon_8950e88ec7f80b901eec5e5c2ef47ba7);
|
|
|
|
|
|
var marker_d67c7b76cea0d3d6ff1d823818d62ef8 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3f67ee02e146e5efa25602fc87933fb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc59f289f7f81857fe98eef80592ae11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77852743fb90f39ff747ab8c31b7ecce = $(`<div id="html_77852743fb90f39ff747ab8c31b7ecce" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_fc59f289f7f81857fe98eef80592ae11.setContent(html_77852743fb90f39ff747ab8c31b7ecce);
|
|
|
|
|
|
|
|
marker_d67c7b76cea0d3d6ff1d823818d62ef8.bindPopup(popup_fc59f289f7f81857fe98eef80592ae11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d67c7b76cea0d3d6ff1d823818d62ef8.setIcon(icon_3f67ee02e146e5efa25602fc87933fb1);
|
|
|
|
|
|
var marker_7a99cea0079a52a7a8570c3f703123f8 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5ff524689a5393f2995139027830a7a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb5e4c416a339f25c2d5ae0b2c9ebd6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66a3d4cfab549195905a8c4f992315f2 = $(`<div id="html_66a3d4cfab549195905a8c4f992315f2" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_bb5e4c416a339f25c2d5ae0b2c9ebd6c.setContent(html_66a3d4cfab549195905a8c4f992315f2);
|
|
|
|
|
|
|
|
marker_7a99cea0079a52a7a8570c3f703123f8.bindPopup(popup_bb5e4c416a339f25c2d5ae0b2c9ebd6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a99cea0079a52a7a8570c3f703123f8.setIcon(icon_5ff524689a5393f2995139027830a7a9);
|
|
|
|
|
|
var marker_bd252a33117cf6a5ec444377311e64c5 = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9418ed432d90e77ae21044a2ba4d4932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c2cac5e136c369f3a0f911bcab59fce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f60b38439a967b7f055937d52801ae1a = $(`<div id="html_f60b38439a967b7f055937d52801ae1a" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_3c2cac5e136c369f3a0f911bcab59fce.setContent(html_f60b38439a967b7f055937d52801ae1a);
|
|
|
|
|
|
|
|
marker_bd252a33117cf6a5ec444377311e64c5.bindPopup(popup_3c2cac5e136c369f3a0f911bcab59fce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd252a33117cf6a5ec444377311e64c5.setIcon(icon_9418ed432d90e77ae21044a2ba4d4932);
|
|
|
|
|
|
var marker_cdba124fb8636020b45c2e0021e7ebe5 = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_665ec2e7111253ee790c26c11f881af9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a109e00f8c42705de3f13fd3ddeb7bb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e12c90353913e8c53e065d1602b99ab5 = $(`<div id="html_e12c90353913e8c53e065d1602b99ab5" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_a109e00f8c42705de3f13fd3ddeb7bb4.setContent(html_e12c90353913e8c53e065d1602b99ab5);
|
|
|
|
|
|
|
|
marker_cdba124fb8636020b45c2e0021e7ebe5.bindPopup(popup_a109e00f8c42705de3f13fd3ddeb7bb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdba124fb8636020b45c2e0021e7ebe5.setIcon(icon_665ec2e7111253ee790c26c11f881af9);
|
|
|
|
|
|
var marker_8697200e1374a503a6fd10bd3bab2437 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_41668920073c886bc4a39327ef1232f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25a550784a203500b9926fe7d4f8a9fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86555981ec8a2783d26e1ffb97a063bf = $(`<div id="html_86555981ec8a2783d26e1ffb97a063bf" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_25a550784a203500b9926fe7d4f8a9fa.setContent(html_86555981ec8a2783d26e1ffb97a063bf);
|
|
|
|
|
|
|
|
marker_8697200e1374a503a6fd10bd3bab2437.bindPopup(popup_25a550784a203500b9926fe7d4f8a9fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8697200e1374a503a6fd10bd3bab2437.setIcon(icon_41668920073c886bc4a39327ef1232f6);
|
|
|
|
|
|
var marker_60947eb4b272dafeaf811ca7ec73a8d5 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ad832823bf14ec711ca5c222dc9bcc82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_874bfa65f059842fd87d62e0c88282fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_086dc6b9bacc7a8ecc152e2e35fff5f7 = $(`<div id="html_086dc6b9bacc7a8ecc152e2e35fff5f7" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_874bfa65f059842fd87d62e0c88282fe.setContent(html_086dc6b9bacc7a8ecc152e2e35fff5f7);
|
|
|
|
|
|
|
|
marker_60947eb4b272dafeaf811ca7ec73a8d5.bindPopup(popup_874bfa65f059842fd87d62e0c88282fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60947eb4b272dafeaf811ca7ec73a8d5.setIcon(icon_ad832823bf14ec711ca5c222dc9bcc82);
|
|
|
|
|
|
var marker_b60388dd45fb66e7d76ad3de18c45ce7 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_826d5a7cd190dfba66c16bebe7c35248 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f1bcbd98ab9fa3a055468529ce4c2b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b25e7556cdcbe5d6d2b057587046b8e = $(`<div id="html_9b25e7556cdcbe5d6d2b057587046b8e" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_4f1bcbd98ab9fa3a055468529ce4c2b7.setContent(html_9b25e7556cdcbe5d6d2b057587046b8e);
|
|
|
|
|
|
|
|
marker_b60388dd45fb66e7d76ad3de18c45ce7.bindPopup(popup_4f1bcbd98ab9fa3a055468529ce4c2b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b60388dd45fb66e7d76ad3de18c45ce7.setIcon(icon_826d5a7cd190dfba66c16bebe7c35248);
|
|
|
|
|
|
var marker_32441e6405ea112134e8104b7bdaa27b = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_6e1d46a621086830491423bd8877e9f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89aa696a37722237b0d3aefdb17dca48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee36f3a0542dfd6f505b131149062751 = $(`<div id="html_ee36f3a0542dfd6f505b131149062751" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_89aa696a37722237b0d3aefdb17dca48.setContent(html_ee36f3a0542dfd6f505b131149062751);
|
|
|
|
|
|
|
|
marker_32441e6405ea112134e8104b7bdaa27b.bindPopup(popup_89aa696a37722237b0d3aefdb17dca48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32441e6405ea112134e8104b7bdaa27b.setIcon(icon_6e1d46a621086830491423bd8877e9f6);
|
|
|
|
|
|
var marker_0c2f7b178135c3102ac2e34a84f7c8cc = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c8bcb2921d27b0c79da2960e3c5ad9b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4762cce2323bd55e7b2ac45063a7d038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ecf6a12408f032936d3296c365f041e = $(`<div id="html_2ecf6a12408f032936d3296c365f041e" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_4762cce2323bd55e7b2ac45063a7d038.setContent(html_2ecf6a12408f032936d3296c365f041e);
|
|
|
|
|
|
|
|
marker_0c2f7b178135c3102ac2e34a84f7c8cc.bindPopup(popup_4762cce2323bd55e7b2ac45063a7d038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c2f7b178135c3102ac2e34a84f7c8cc.setIcon(icon_c8bcb2921d27b0c79da2960e3c5ad9b5);
|
|
|
|
|
|
var marker_370ef67584dd65115f31b7992b026dce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7a8fb51af4a24fc496db7f59b79fc34e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5293e066f45e72d1316f344ecd66d408 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e48074badd54b2b99bdebea676197b0 = $(`<div id="html_4e48074badd54b2b99bdebea676197b0" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_5293e066f45e72d1316f344ecd66d408.setContent(html_4e48074badd54b2b99bdebea676197b0);
|
|
|
|
|
|
|
|
marker_370ef67584dd65115f31b7992b026dce.bindPopup(popup_5293e066f45e72d1316f344ecd66d408)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_370ef67584dd65115f31b7992b026dce.setIcon(icon_7a8fb51af4a24fc496db7f59b79fc34e);
|
|
|
|
|
|
var marker_b47af00a97fdfd752c463d6b5d36a308 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_6aba33789d202b9666184c1a2cbd1996 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afea6320dd68661f5d03863d448cadbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7eb1593ff1d5a482d29c69862d6d94e8 = $(`<div id="html_7eb1593ff1d5a482d29c69862d6d94e8" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_afea6320dd68661f5d03863d448cadbd.setContent(html_7eb1593ff1d5a482d29c69862d6d94e8);
|
|
|
|
|
|
|
|
marker_b47af00a97fdfd752c463d6b5d36a308.bindPopup(popup_afea6320dd68661f5d03863d448cadbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b47af00a97fdfd752c463d6b5d36a308.setIcon(icon_6aba33789d202b9666184c1a2cbd1996);
|
|
|
|
|
|
var marker_242084eac22e92273e5c5bf933f6a4e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5618ce52755279cc3e4801490f8d13b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c425abddb9d4b1b9c2441be3866557f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6fb9d8bdd4fd9a72724a6c656b42194 = $(`<div id="html_f6fb9d8bdd4fd9a72724a6c656b42194" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_0c425abddb9d4b1b9c2441be3866557f.setContent(html_f6fb9d8bdd4fd9a72724a6c656b42194);
|
|
|
|
|
|
|
|
marker_242084eac22e92273e5c5bf933f6a4e3.bindPopup(popup_0c425abddb9d4b1b9c2441be3866557f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_242084eac22e92273e5c5bf933f6a4e3.setIcon(icon_5618ce52755279cc3e4801490f8d13b3);
|
|
|
|
|
|
var marker_d033ef12d14e129d66fc810ceb560113 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_feecc28bcb7d18a7dc3e80762d1c192e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f55a1985edd8e64f7e232bb31dfe092 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7d30da77f82619f906ab516691b0333 = $(`<div id="html_f7d30da77f82619f906ab516691b0333" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_4f55a1985edd8e64f7e232bb31dfe092.setContent(html_f7d30da77f82619f906ab516691b0333);
|
|
|
|
|
|
|
|
marker_d033ef12d14e129d66fc810ceb560113.bindPopup(popup_4f55a1985edd8e64f7e232bb31dfe092)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d033ef12d14e129d66fc810ceb560113.setIcon(icon_feecc28bcb7d18a7dc3e80762d1c192e);
|
|
|
|
|
|
var marker_a2fecb8ca0c1e20e9b7e7977eb447e0e = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_54e790c39f7c40cfee80602e2ec1f5b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcb2f41514a6986b5a129175a805e9e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a897338ffdebcd1714b418b7193b42ee = $(`<div id="html_a897338ffdebcd1714b418b7193b42ee" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_dcb2f41514a6986b5a129175a805e9e6.setContent(html_a897338ffdebcd1714b418b7193b42ee);
|
|
|
|
|
|
|
|
marker_a2fecb8ca0c1e20e9b7e7977eb447e0e.bindPopup(popup_dcb2f41514a6986b5a129175a805e9e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2fecb8ca0c1e20e9b7e7977eb447e0e.setIcon(icon_54e790c39f7c40cfee80602e2ec1f5b3);
|
|
|
|
|
|
var marker_29567d9c68da9d330ff576d897a0a329 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d61ab19ef62a5ed0c6869fe8e22dc3e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d101a7fc1fdd0cac91b02ac28d21961e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1867c51bdbf8f2adb42de153cc34f9a = $(`<div id="html_b1867c51bdbf8f2adb42de153cc34f9a" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_d101a7fc1fdd0cac91b02ac28d21961e.setContent(html_b1867c51bdbf8f2adb42de153cc34f9a);
|
|
|
|
|
|
|
|
marker_29567d9c68da9d330ff576d897a0a329.bindPopup(popup_d101a7fc1fdd0cac91b02ac28d21961e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29567d9c68da9d330ff576d897a0a329.setIcon(icon_d61ab19ef62a5ed0c6869fe8e22dc3e0);
|
|
|
|
|
|
var marker_242bd8064430bce717a8f08f9d74af7b = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_107289f3291b361d17768df952190f9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3935d8fc66a94b629733a95c0a6f304a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f9af049e7480bb39b4fc1801ae26728 = $(`<div id="html_2f9af049e7480bb39b4fc1801ae26728" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_3935d8fc66a94b629733a95c0a6f304a.setContent(html_2f9af049e7480bb39b4fc1801ae26728);
|
|
|
|
|
|
|
|
marker_242bd8064430bce717a8f08f9d74af7b.bindPopup(popup_3935d8fc66a94b629733a95c0a6f304a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_242bd8064430bce717a8f08f9d74af7b.setIcon(icon_107289f3291b361d17768df952190f9e);
|
|
|
|
|
|
var marker_30b6d066111a6d77c1404ea252b853d4 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3150c3217698a75bf1fb70fcdc74fe88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50f10f448b086bf0eca24817611703ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9089fa1057814420a33ce139709060b8 = $(`<div id="html_9089fa1057814420a33ce139709060b8" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_50f10f448b086bf0eca24817611703ca.setContent(html_9089fa1057814420a33ce139709060b8);
|
|
|
|
|
|
|
|
marker_30b6d066111a6d77c1404ea252b853d4.bindPopup(popup_50f10f448b086bf0eca24817611703ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30b6d066111a6d77c1404ea252b853d4.setIcon(icon_3150c3217698a75bf1fb70fcdc74fe88);
|
|
|
|
|
|
var marker_ab40f676f7cc0a71c32248522e2c3ee3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_18e169b27495750a82454ec4d9ed7352 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_799faa5a0f80afc71d79853fc8b018b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cc983c4e7fb1a0bc22a49f561dc0724 = $(`<div id="html_5cc983c4e7fb1a0bc22a49f561dc0724" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_799faa5a0f80afc71d79853fc8b018b1.setContent(html_5cc983c4e7fb1a0bc22a49f561dc0724);
|
|
|
|
|
|
|
|
marker_ab40f676f7cc0a71c32248522e2c3ee3.bindPopup(popup_799faa5a0f80afc71d79853fc8b018b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab40f676f7cc0a71c32248522e2c3ee3.setIcon(icon_18e169b27495750a82454ec4d9ed7352);
|
|
|
|
|
|
var marker_2409b9b80daa220e1c7b6a773337010f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9366874f968047ac6e7f9b25c890fd74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a09f7780e93ec7e1041f5dccae1f14bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b17b72bfb44e8c8cedfd64e61432753c = $(`<div id="html_b17b72bfb44e8c8cedfd64e61432753c" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_a09f7780e93ec7e1041f5dccae1f14bf.setContent(html_b17b72bfb44e8c8cedfd64e61432753c);
|
|
|
|
|
|
|
|
marker_2409b9b80daa220e1c7b6a773337010f.bindPopup(popup_a09f7780e93ec7e1041f5dccae1f14bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2409b9b80daa220e1c7b6a773337010f.setIcon(icon_9366874f968047ac6e7f9b25c890fd74);
|
|
|
|
|
|
var marker_916e35b14189aecd30d09e90c7b5d14b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1272455ad6fdc94825564a63d4a0a1cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c0eceadd2843fa9e35e67a94a0e3597 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b2864ebd349844d2564f2ec0f1c3549 = $(`<div id="html_1b2864ebd349844d2564f2ec0f1c3549" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_2c0eceadd2843fa9e35e67a94a0e3597.setContent(html_1b2864ebd349844d2564f2ec0f1c3549);
|
|
|
|
|
|
|
|
marker_916e35b14189aecd30d09e90c7b5d14b.bindPopup(popup_2c0eceadd2843fa9e35e67a94a0e3597)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_916e35b14189aecd30d09e90c7b5d14b.setIcon(icon_1272455ad6fdc94825564a63d4a0a1cf);
|
|
|
|
|
|
var marker_a13d8f3c0f02bb8d0261eb65df382597 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f962a80f1d6d5b75aa5a1f9a6adb7a3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51c318bbba8aebafa8e8c37dca70df88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26171dd2a2bb1922758df41f836f2d87 = $(`<div id="html_26171dd2a2bb1922758df41f836f2d87" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_51c318bbba8aebafa8e8c37dca70df88.setContent(html_26171dd2a2bb1922758df41f836f2d87);
|
|
|
|
|
|
|
|
marker_a13d8f3c0f02bb8d0261eb65df382597.bindPopup(popup_51c318bbba8aebafa8e8c37dca70df88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a13d8f3c0f02bb8d0261eb65df382597.setIcon(icon_f962a80f1d6d5b75aa5a1f9a6adb7a3a);
|
|
|
|
|
|
var marker_0d6ee5829434c8fa3ad1024979421e53 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bb00003cd6bc6485a4228f26debbf389 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d5eaff8fc046b09627f3611d7f2d177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e82111b1d562eebeba90c86ec8f56ee = $(`<div id="html_4e82111b1d562eebeba90c86ec8f56ee" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_5d5eaff8fc046b09627f3611d7f2d177.setContent(html_4e82111b1d562eebeba90c86ec8f56ee);
|
|
|
|
|
|
|
|
marker_0d6ee5829434c8fa3ad1024979421e53.bindPopup(popup_5d5eaff8fc046b09627f3611d7f2d177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d6ee5829434c8fa3ad1024979421e53.setIcon(icon_bb00003cd6bc6485a4228f26debbf389);
|
|
|
|
|
|
var marker_41992f2bff6964db004eb231360dbb87 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fbacc9a047f6bb42c70de2e86b5ecc52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eefc47ed66806a325c0c093a0abba755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d272cd5f458c83ff2bba9f5b8b588ed = $(`<div id="html_2d272cd5f458c83ff2bba9f5b8b588ed" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_eefc47ed66806a325c0c093a0abba755.setContent(html_2d272cd5f458c83ff2bba9f5b8b588ed);
|
|
|
|
|
|
|
|
marker_41992f2bff6964db004eb231360dbb87.bindPopup(popup_eefc47ed66806a325c0c093a0abba755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41992f2bff6964db004eb231360dbb87.setIcon(icon_fbacc9a047f6bb42c70de2e86b5ecc52);
|
|
|
|
|
|
var marker_9be1622d24b84d364bed322794849063 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3778ae57b8988d8ce311a38ee0205610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_457a146438162e7d2bde424301dc8f6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_269103825214032f45d02f48d231abf3 = $(`<div id="html_269103825214032f45d02f48d231abf3" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_457a146438162e7d2bde424301dc8f6b.setContent(html_269103825214032f45d02f48d231abf3);
|
|
|
|
|
|
|
|
marker_9be1622d24b84d364bed322794849063.bindPopup(popup_457a146438162e7d2bde424301dc8f6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9be1622d24b84d364bed322794849063.setIcon(icon_3778ae57b8988d8ce311a38ee0205610);
|
|
|
|
|
|
var marker_223f4135a11d42558b3ec680033c363f = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ec09b231759ecdee1036ddd474f2b82c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b08dde27ebb60fa55ea392224e1838cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa710bc74583272df126fb2c23a631d8 = $(`<div id="html_aa710bc74583272df126fb2c23a631d8" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_b08dde27ebb60fa55ea392224e1838cb.setContent(html_aa710bc74583272df126fb2c23a631d8);
|
|
|
|
|
|
|
|
marker_223f4135a11d42558b3ec680033c363f.bindPopup(popup_b08dde27ebb60fa55ea392224e1838cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_223f4135a11d42558b3ec680033c363f.setIcon(icon_ec09b231759ecdee1036ddd474f2b82c);
|
|
|
|
|
|
var marker_302eb940070433c2c65a0ccbf20b76d1 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_b9318eec26e78a89a48027463f071a09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_999fc91a47730b5f4e9d1af30a7fa085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c55bdc00d48457f9e2989c3116432a9 = $(`<div id="html_9c55bdc00d48457f9e2989c3116432a9" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_999fc91a47730b5f4e9d1af30a7fa085.setContent(html_9c55bdc00d48457f9e2989c3116432a9);
|
|
|
|
|
|
|
|
marker_302eb940070433c2c65a0ccbf20b76d1.bindPopup(popup_999fc91a47730b5f4e9d1af30a7fa085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_302eb940070433c2c65a0ccbf20b76d1.setIcon(icon_b9318eec26e78a89a48027463f071a09);
|
|
|
|
|
|
var marker_c72bd9a30a94290db4bb2106994bc7d9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ed82e49dd0f8fe7724721ee1f007af6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cafe14fb1eb71e0093fdc8d8da763425 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d0483440ededecdfbb34fbec8466c49 = $(`<div id="html_5d0483440ededecdfbb34fbec8466c49" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_cafe14fb1eb71e0093fdc8d8da763425.setContent(html_5d0483440ededecdfbb34fbec8466c49);
|
|
|
|
|
|
|
|
marker_c72bd9a30a94290db4bb2106994bc7d9.bindPopup(popup_cafe14fb1eb71e0093fdc8d8da763425)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c72bd9a30a94290db4bb2106994bc7d9.setIcon(icon_ed82e49dd0f8fe7724721ee1f007af6f);
|
|
|
|
|
|
var marker_5efb7c8758ac1e25c02f1c27b817fec2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_977c4839855cac6293ed740903a70f02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61f90b72a28816a52cb03c6a2fc9941d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f28ab54aae5013e0763954d1fed1659 = $(`<div id="html_2f28ab54aae5013e0763954d1fed1659" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_61f90b72a28816a52cb03c6a2fc9941d.setContent(html_2f28ab54aae5013e0763954d1fed1659);
|
|
|
|
|
|
|
|
marker_5efb7c8758ac1e25c02f1c27b817fec2.bindPopup(popup_61f90b72a28816a52cb03c6a2fc9941d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5efb7c8758ac1e25c02f1c27b817fec2.setIcon(icon_977c4839855cac6293ed740903a70f02);
|
|
|
|
|
|
var marker_a9478c648ffcf0f6dec53a632eec2991 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_43df1e55d355342cd1144d2045f54512 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d50b1df8b6bc3d35ce1609ba22994b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17d6ea188e2dba26c15c5f416bdb5e7c = $(`<div id="html_17d6ea188e2dba26c15c5f416bdb5e7c" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_9d50b1df8b6bc3d35ce1609ba22994b9.setContent(html_17d6ea188e2dba26c15c5f416bdb5e7c);
|
|
|
|
|
|
|
|
marker_a9478c648ffcf0f6dec53a632eec2991.bindPopup(popup_9d50b1df8b6bc3d35ce1609ba22994b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9478c648ffcf0f6dec53a632eec2991.setIcon(icon_43df1e55d355342cd1144d2045f54512);
|
|
|
|
|
|
var marker_0b10c31b42a7b8cefa2fcf78976b8e88 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f30f4b8b028a9471c6a543f0e7c3fe04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a8c1d9847f1381c743817c662da6728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eef6764df35e6c3921ce48ad8c729f7f = $(`<div id="html_eef6764df35e6c3921ce48ad8c729f7f" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_2a8c1d9847f1381c743817c662da6728.setContent(html_eef6764df35e6c3921ce48ad8c729f7f);
|
|
|
|
|
|
|
|
marker_0b10c31b42a7b8cefa2fcf78976b8e88.bindPopup(popup_2a8c1d9847f1381c743817c662da6728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b10c31b42a7b8cefa2fcf78976b8e88.setIcon(icon_f30f4b8b028a9471c6a543f0e7c3fe04);
|
|
|
|
|
|
var marker_50ff64eb57b861a23dc1875ff1bd2faf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9ce20f0402a724e8aeaae81295aac945 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c062ee143912170443af675cbfb4caa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a525f8fd5c31194472cde2816175129e = $(`<div id="html_a525f8fd5c31194472cde2816175129e" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_1c062ee143912170443af675cbfb4caa.setContent(html_a525f8fd5c31194472cde2816175129e);
|
|
|
|
|
|
|
|
marker_50ff64eb57b861a23dc1875ff1bd2faf.bindPopup(popup_1c062ee143912170443af675cbfb4caa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50ff64eb57b861a23dc1875ff1bd2faf.setIcon(icon_9ce20f0402a724e8aeaae81295aac945);
|
|
|
|
|
|
var marker_fdc8895bb9b039d31f5f6bf91cfda0ca = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_72c1b814726bc610fc3e39ab2e7ba881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25ec570ff8fe5ded622aa34d25e5ec32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc0cb5e8c83bfffc795f055efefee361 = $(`<div id="html_fc0cb5e8c83bfffc795f055efefee361" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_25ec570ff8fe5ded622aa34d25e5ec32.setContent(html_fc0cb5e8c83bfffc795f055efefee361);
|
|
|
|
|
|
|
|
marker_fdc8895bb9b039d31f5f6bf91cfda0ca.bindPopup(popup_25ec570ff8fe5ded622aa34d25e5ec32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdc8895bb9b039d31f5f6bf91cfda0ca.setIcon(icon_72c1b814726bc610fc3e39ab2e7ba881);
|
|
|
|
|
|
var marker_bda68d45ba585b989bd3738a5c66d9fd = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_79ba3a47547ec4d7ca27bbd7328b8e68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74371d5f4d2704dbd29028285e603de5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b22ff529353c84ef1ee858f02137375e = $(`<div id="html_b22ff529353c84ef1ee858f02137375e" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_74371d5f4d2704dbd29028285e603de5.setContent(html_b22ff529353c84ef1ee858f02137375e);
|
|
|
|
|
|
|
|
marker_bda68d45ba585b989bd3738a5c66d9fd.bindPopup(popup_74371d5f4d2704dbd29028285e603de5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bda68d45ba585b989bd3738a5c66d9fd.setIcon(icon_79ba3a47547ec4d7ca27bbd7328b8e68);
|
|
|
|
|
|
var marker_ff5b0112e6f28a048b844db5bf28f33e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ff85c84a02f655ff356cfcf32daf18a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ba9a7cf5254f018db967ac49390dd4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c60728ff2ed09db1d6dd7af573344879 = $(`<div id="html_c60728ff2ed09db1d6dd7af573344879" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_3ba9a7cf5254f018db967ac49390dd4f.setContent(html_c60728ff2ed09db1d6dd7af573344879);
|
|
|
|
|
|
|
|
marker_ff5b0112e6f28a048b844db5bf28f33e.bindPopup(popup_3ba9a7cf5254f018db967ac49390dd4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff5b0112e6f28a048b844db5bf28f33e.setIcon(icon_ff85c84a02f655ff356cfcf32daf18a6);
|
|
|
|
|
|
var marker_6437be9190f6003997474deb1a5257bc = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_edce50c1ad2a16ebf3ca9ab342c91316 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45826929ea2b802fa3f6f2b5db29b757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7954479f6548f7473ada9fdb3a47f066 = $(`<div id="html_7954479f6548f7473ada9fdb3a47f066" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_45826929ea2b802fa3f6f2b5db29b757.setContent(html_7954479f6548f7473ada9fdb3a47f066);
|
|
|
|
|
|
|
|
marker_6437be9190f6003997474deb1a5257bc.bindPopup(popup_45826929ea2b802fa3f6f2b5db29b757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6437be9190f6003997474deb1a5257bc.setIcon(icon_edce50c1ad2a16ebf3ca9ab342c91316);
|
|
|
|
|
|
var marker_e255f0b67b84f43697a6a026f581f64b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_67576dcbf9d0da4fb619b366b6779753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07761bc020b40fa8a250857b3a4646e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_103c78779feacc2698689fa00b71ea07 = $(`<div id="html_103c78779feacc2698689fa00b71ea07" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_07761bc020b40fa8a250857b3a4646e0.setContent(html_103c78779feacc2698689fa00b71ea07);
|
|
|
|
|
|
|
|
marker_e255f0b67b84f43697a6a026f581f64b.bindPopup(popup_07761bc020b40fa8a250857b3a4646e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e255f0b67b84f43697a6a026f581f64b.setIcon(icon_67576dcbf9d0da4fb619b366b6779753);
|
|
|
|
|
|
var marker_4df116d4c8f1bbf0df6cac1b6eca848f = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_535d3924c1e1946a778080235745f4e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5dfe56c3d0af6262fb4f8bad7251ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82d52d0499e5dd081484f138f3da99aa = $(`<div id="html_82d52d0499e5dd081484f138f3da99aa" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_a5dfe56c3d0af6262fb4f8bad7251ba7.setContent(html_82d52d0499e5dd081484f138f3da99aa);
|
|
|
|
|
|
|
|
marker_4df116d4c8f1bbf0df6cac1b6eca848f.bindPopup(popup_a5dfe56c3d0af6262fb4f8bad7251ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4df116d4c8f1bbf0df6cac1b6eca848f.setIcon(icon_535d3924c1e1946a778080235745f4e6);
|
|
|
|
|
|
var marker_436df4ea298bcb7623489a25feeced22 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_b5e7f38f409e7f4dd412af45fe97b5fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b16779ccbc78743138d7245dc698380c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40e288b33428ba3b6a4b4da6c6081b2a = $(`<div id="html_40e288b33428ba3b6a4b4da6c6081b2a" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_b16779ccbc78743138d7245dc698380c.setContent(html_40e288b33428ba3b6a4b4da6c6081b2a);
|
|
|
|
|
|
|
|
marker_436df4ea298bcb7623489a25feeced22.bindPopup(popup_b16779ccbc78743138d7245dc698380c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_436df4ea298bcb7623489a25feeced22.setIcon(icon_b5e7f38f409e7f4dd412af45fe97b5fe);
|
|
|
|
|
|
var marker_fb5b0aa50eabec9ebd1a4b841fb9f40e = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ade063b224dc48f5bc4aa9fbf9836a19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_937ef9955ead738c6f4241e054f992bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffb2326a0d668c1737fe8bd7f9dfc72d = $(`<div id="html_ffb2326a0d668c1737fe8bd7f9dfc72d" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_937ef9955ead738c6f4241e054f992bd.setContent(html_ffb2326a0d668c1737fe8bd7f9dfc72d);
|
|
|
|
|
|
|
|
marker_fb5b0aa50eabec9ebd1a4b841fb9f40e.bindPopup(popup_937ef9955ead738c6f4241e054f992bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb5b0aa50eabec9ebd1a4b841fb9f40e.setIcon(icon_ade063b224dc48f5bc4aa9fbf9836a19);
|
|
|
|
|
|
var marker_db6ef454a00545237e806f81ee68e388 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3de447ca478754b7d2da1fbbe294ab05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d233295100018f7b4b32c4f4f8cb94e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a104ba1ff2a195a90aaa4dc85441eed3 = $(`<div id="html_a104ba1ff2a195a90aaa4dc85441eed3" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_d233295100018f7b4b32c4f4f8cb94e1.setContent(html_a104ba1ff2a195a90aaa4dc85441eed3);
|
|
|
|
|
|
|
|
marker_db6ef454a00545237e806f81ee68e388.bindPopup(popup_d233295100018f7b4b32c4f4f8cb94e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db6ef454a00545237e806f81ee68e388.setIcon(icon_3de447ca478754b7d2da1fbbe294ab05);
|
|
|
|
|
|
var marker_c20611d5809cb6bd20f00571c7f33295 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7cfa1585d3a333b10ddc7de34c594067 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a516654337249319f1682374db2ed71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d833c58ffb31492487fdae36131051a = $(`<div id="html_2d833c58ffb31492487fdae36131051a" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_2a516654337249319f1682374db2ed71.setContent(html_2d833c58ffb31492487fdae36131051a);
|
|
|
|
|
|
|
|
marker_c20611d5809cb6bd20f00571c7f33295.bindPopup(popup_2a516654337249319f1682374db2ed71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c20611d5809cb6bd20f00571c7f33295.setIcon(icon_7cfa1585d3a333b10ddc7de34c594067);
|
|
|
|
|
|
var marker_a8e3d62dc35605dd06c54c543c6725ef = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_b8b1ab6a080d5c65da780879892290a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_684d689b395620b65eb5aafa9c58989b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_339dfdf6c9721f056a332cd782e5db95 = $(`<div id="html_339dfdf6c9721f056a332cd782e5db95" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_684d689b395620b65eb5aafa9c58989b.setContent(html_339dfdf6c9721f056a332cd782e5db95);
|
|
|
|
|
|
|
|
marker_a8e3d62dc35605dd06c54c543c6725ef.bindPopup(popup_684d689b395620b65eb5aafa9c58989b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8e3d62dc35605dd06c54c543c6725ef.setIcon(icon_b8b1ab6a080d5c65da780879892290a0);
|
|
|
|
|
|
var marker_cbf5587c0cf3c0f8758b576ec9325385 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_807b57ee97d9787b9243cd9565b936ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abad0f6669a4dedd96e93a3b72266dc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efbedabcdb75a7eff0ddbceeedf1404b = $(`<div id="html_efbedabcdb75a7eff0ddbceeedf1404b" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_abad0f6669a4dedd96e93a3b72266dc4.setContent(html_efbedabcdb75a7eff0ddbceeedf1404b);
|
|
|
|
|
|
|
|
marker_cbf5587c0cf3c0f8758b576ec9325385.bindPopup(popup_abad0f6669a4dedd96e93a3b72266dc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbf5587c0cf3c0f8758b576ec9325385.setIcon(icon_807b57ee97d9787b9243cd9565b936ad);
|
|
|
|
|
|
var marker_e9d2a311bd08ef49539673c7cba689e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5b1df742a50c556dbbe0e57ecafa1f28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_024ecf4202354219e683cccad16ca9d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da09d0b34c0cff327fb3294078259bd3 = $(`<div id="html_da09d0b34c0cff327fb3294078259bd3" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_024ecf4202354219e683cccad16ca9d2.setContent(html_da09d0b34c0cff327fb3294078259bd3);
|
|
|
|
|
|
|
|
marker_e9d2a311bd08ef49539673c7cba689e6.bindPopup(popup_024ecf4202354219e683cccad16ca9d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9d2a311bd08ef49539673c7cba689e6.setIcon(icon_5b1df742a50c556dbbe0e57ecafa1f28);
|
|
|
|
|
|
var marker_3811cfcf0c749d38603abc51ea54e28e = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bd8cf3eccaf2a2fceb082b4492687128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5111b1fa26951cc406bd8c590a454de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_351bbabed7157efc6b6ed6cf28e40f6c = $(`<div id="html_351bbabed7157efc6b6ed6cf28e40f6c" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_c5111b1fa26951cc406bd8c590a454de.setContent(html_351bbabed7157efc6b6ed6cf28e40f6c);
|
|
|
|
|
|
|
|
marker_3811cfcf0c749d38603abc51ea54e28e.bindPopup(popup_c5111b1fa26951cc406bd8c590a454de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3811cfcf0c749d38603abc51ea54e28e.setIcon(icon_bd8cf3eccaf2a2fceb082b4492687128);
|
|
|
|
|
|
var marker_dccb96471dc3a3bf3a0cffe5aaa9397d = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e707b567057839cec0016bddda944292 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4858ecf157f6081ba57c6393ad6f295a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5cfda993cf4bbb1b979dfd45a325757 = $(`<div id="html_e5cfda993cf4bbb1b979dfd45a325757" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_4858ecf157f6081ba57c6393ad6f295a.setContent(html_e5cfda993cf4bbb1b979dfd45a325757);
|
|
|
|
|
|
|
|
marker_dccb96471dc3a3bf3a0cffe5aaa9397d.bindPopup(popup_4858ecf157f6081ba57c6393ad6f295a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dccb96471dc3a3bf3a0cffe5aaa9397d.setIcon(icon_e707b567057839cec0016bddda944292);
|
|
|
|
|
|
var marker_bc78f966b127e625c95dd1e132810604 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_120a5fd9fee2637f77a308915b61915d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_425e628a1447c8d8569b208a8e2aa111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93d1cbb9686c5241394e6e673d38a135 = $(`<div id="html_93d1cbb9686c5241394e6e673d38a135" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_425e628a1447c8d8569b208a8e2aa111.setContent(html_93d1cbb9686c5241394e6e673d38a135);
|
|
|
|
|
|
|
|
marker_bc78f966b127e625c95dd1e132810604.bindPopup(popup_425e628a1447c8d8569b208a8e2aa111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc78f966b127e625c95dd1e132810604.setIcon(icon_120a5fd9fee2637f77a308915b61915d);
|
|
|
|
|
|
var marker_573f53aaa6a15b7896583368ce293303 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_891b9838b1d0fdc7ed32ca25ea0bb3ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_132bc600b05598d78c6cc990fea33b62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b58ebce1c117fb6d482c7058614e607 = $(`<div id="html_5b58ebce1c117fb6d482c7058614e607" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_132bc600b05598d78c6cc990fea33b62.setContent(html_5b58ebce1c117fb6d482c7058614e607);
|
|
|
|
|
|
|
|
marker_573f53aaa6a15b7896583368ce293303.bindPopup(popup_132bc600b05598d78c6cc990fea33b62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_573f53aaa6a15b7896583368ce293303.setIcon(icon_891b9838b1d0fdc7ed32ca25ea0bb3ac);
|
|
|
|
|
|
var marker_3481858df0176ace5b7c24af3bd3ab8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4f9fdf0bf490e0425430c1521d78a33f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cae1182c89e1ac665fa966bba5739fdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5bf282dade5c3ca75862d737719599b = $(`<div id="html_c5bf282dade5c3ca75862d737719599b" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_cae1182c89e1ac665fa966bba5739fdf.setContent(html_c5bf282dade5c3ca75862d737719599b);
|
|
|
|
|
|
|
|
marker_3481858df0176ace5b7c24af3bd3ab8e.bindPopup(popup_cae1182c89e1ac665fa966bba5739fdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3481858df0176ace5b7c24af3bd3ab8e.setIcon(icon_4f9fdf0bf490e0425430c1521d78a33f);
|
|
|
|
|
|
var marker_93b445aa82209e20db72866eafba3182 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_6eb493d521dc031928a0e6650d2ddcc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cd3e50d6870fdff8d69e189ef9a0424 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f531b4922c5f3efb74ef568e20ff487 = $(`<div id="html_5f531b4922c5f3efb74ef568e20ff487" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_0cd3e50d6870fdff8d69e189ef9a0424.setContent(html_5f531b4922c5f3efb74ef568e20ff487);
|
|
|
|
|
|
|
|
marker_93b445aa82209e20db72866eafba3182.bindPopup(popup_0cd3e50d6870fdff8d69e189ef9a0424)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93b445aa82209e20db72866eafba3182.setIcon(icon_6eb493d521dc031928a0e6650d2ddcc2);
|
|
|
|
|
|
var marker_a7cc677ba5f2070715494ed04818b0f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_a338d0adbbbbdf726d0726ca6a1ba164 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24cbf6478d42cc98639efa97f962753c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7d537c7b1b409b6d03ba86c74ee65f6 = $(`<div id="html_f7d537c7b1b409b6d03ba86c74ee65f6" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_24cbf6478d42cc98639efa97f962753c.setContent(html_f7d537c7b1b409b6d03ba86c74ee65f6);
|
|
|
|
|
|
|
|
marker_a7cc677ba5f2070715494ed04818b0f0.bindPopup(popup_24cbf6478d42cc98639efa97f962753c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7cc677ba5f2070715494ed04818b0f0.setIcon(icon_a338d0adbbbbdf726d0726ca6a1ba164);
|
|
|
|
|
|
var marker_4c4bc7668f9bf06433e18ca0a4b7fe4e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_b8d71e536340f1892116a6081185487e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_904e5d4888de1cad53497b2a37f94838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0202c46d6dc02b28c6c5243a9fd8b48 = $(`<div id="html_b0202c46d6dc02b28c6c5243a9fd8b48" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_904e5d4888de1cad53497b2a37f94838.setContent(html_b0202c46d6dc02b28c6c5243a9fd8b48);
|
|
|
|
|
|
|
|
marker_4c4bc7668f9bf06433e18ca0a4b7fe4e.bindPopup(popup_904e5d4888de1cad53497b2a37f94838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c4bc7668f9bf06433e18ca0a4b7fe4e.setIcon(icon_b8d71e536340f1892116a6081185487e);
|
|
|
|
|
|
var marker_b2b3b8abc84ace1389fdf19933edf5f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_943c2c4482ab99285ce668b4a5bb09d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bfc350f1309d9cb8487d19ac4a5793b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6a86f3919e7c3048f44fb41de55ad87 = $(`<div id="html_e6a86f3919e7c3048f44fb41de55ad87" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_4bfc350f1309d9cb8487d19ac4a5793b.setContent(html_e6a86f3919e7c3048f44fb41de55ad87);
|
|
|
|
|
|
|
|
marker_b2b3b8abc84ace1389fdf19933edf5f8.bindPopup(popup_4bfc350f1309d9cb8487d19ac4a5793b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2b3b8abc84ace1389fdf19933edf5f8.setIcon(icon_943c2c4482ab99285ce668b4a5bb09d8);
|
|
|
|
|
|
var marker_155d08d509d62939930501d4ded975e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f5599ae8692b050a20fcb40532e6487d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21d660a2f32e660c524b14e2de67b797 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fab3db051e231e895a0bfca7436dcb84 = $(`<div id="html_fab3db051e231e895a0bfca7436dcb84" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_21d660a2f32e660c524b14e2de67b797.setContent(html_fab3db051e231e895a0bfca7436dcb84);
|
|
|
|
|
|
|
|
marker_155d08d509d62939930501d4ded975e8.bindPopup(popup_21d660a2f32e660c524b14e2de67b797)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_155d08d509d62939930501d4ded975e8.setIcon(icon_f5599ae8692b050a20fcb40532e6487d);
|
|
|
|
|
|
var marker_41d61272c986b023d62822bea1b21d96 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_09db8a0bcec5a81f6b9177ff9e703a49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ea2642651bb7b781ecbfedc5933351b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_471cced9c04e4066eb6ab7f27f334fe9 = $(`<div id="html_471cced9c04e4066eb6ab7f27f334fe9" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_4ea2642651bb7b781ecbfedc5933351b.setContent(html_471cced9c04e4066eb6ab7f27f334fe9);
|
|
|
|
|
|
|
|
marker_41d61272c986b023d62822bea1b21d96.bindPopup(popup_4ea2642651bb7b781ecbfedc5933351b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41d61272c986b023d62822bea1b21d96.setIcon(icon_09db8a0bcec5a81f6b9177ff9e703a49);
|
|
|
|
|
|
var marker_d40d44def2e8961b7a8c9c70a50c8ac3 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e8e211e59993b8a733b9132e4590771c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b28744e865eba22574d45eb1facbc4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79287ea4118a8ccd2999fdea83d00590 = $(`<div id="html_79287ea4118a8ccd2999fdea83d00590" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_8b28744e865eba22574d45eb1facbc4b.setContent(html_79287ea4118a8ccd2999fdea83d00590);
|
|
|
|
|
|
|
|
marker_d40d44def2e8961b7a8c9c70a50c8ac3.bindPopup(popup_8b28744e865eba22574d45eb1facbc4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d40d44def2e8961b7a8c9c70a50c8ac3.setIcon(icon_e8e211e59993b8a733b9132e4590771c);
|
|
|
|
|
|
var marker_49653d52cf85634790c64f04776198d6 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_622b9801c4d152b896b8c1426b982837 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce64c3ce42f75e4b27662612f2071752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c52249a0085375959b0433e40f9caf19 = $(`<div id="html_c52249a0085375959b0433e40f9caf19" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_ce64c3ce42f75e4b27662612f2071752.setContent(html_c52249a0085375959b0433e40f9caf19);
|
|
|
|
|
|
|
|
marker_49653d52cf85634790c64f04776198d6.bindPopup(popup_ce64c3ce42f75e4b27662612f2071752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49653d52cf85634790c64f04776198d6.setIcon(icon_622b9801c4d152b896b8c1426b982837);
|
|
|
|
|
|
var marker_94f4b1f69790872fd085a3183420ff37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4b3179e874e24089ea339492fe3c05b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88dd8f99587ef4772a036fbc2fe2b118 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf9c0bc555cfc77111512021c78d4249 = $(`<div id="html_cf9c0bc555cfc77111512021c78d4249" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_88dd8f99587ef4772a036fbc2fe2b118.setContent(html_cf9c0bc555cfc77111512021c78d4249);
|
|
|
|
|
|
|
|
marker_94f4b1f69790872fd085a3183420ff37.bindPopup(popup_88dd8f99587ef4772a036fbc2fe2b118)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94f4b1f69790872fd085a3183420ff37.setIcon(icon_4b3179e874e24089ea339492fe3c05b1);
|
|
|
|
|
|
var marker_81f7f633cd003a684b4c6f3976c4442d = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_88133317bb4057c93fb5d72712e3c11f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1db95f251a173987b421c44640b238b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f6ece7ffe7f4039a8a6eae2da425138 = $(`<div id="html_1f6ece7ffe7f4039a8a6eae2da425138" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_e1db95f251a173987b421c44640b238b.setContent(html_1f6ece7ffe7f4039a8a6eae2da425138);
|
|
|
|
|
|
|
|
marker_81f7f633cd003a684b4c6f3976c4442d.bindPopup(popup_e1db95f251a173987b421c44640b238b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81f7f633cd003a684b4c6f3976c4442d.setIcon(icon_88133317bb4057c93fb5d72712e3c11f);
|
|
|
|
|
|
var marker_8f4c1cfd40116f6df6868615d5bb4df8 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_69c1938fd1b00b8bb3a8d27343faa165 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f00639fb2ddda83cd1aeebe6359090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2778d0cb31fbcc0a59f50f851c8af36 = $(`<div id="html_b2778d0cb31fbcc0a59f50f851c8af36" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_e3f00639fb2ddda83cd1aeebe6359090.setContent(html_b2778d0cb31fbcc0a59f50f851c8af36);
|
|
|
|
|
|
|
|
marker_8f4c1cfd40116f6df6868615d5bb4df8.bindPopup(popup_e3f00639fb2ddda83cd1aeebe6359090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f4c1cfd40116f6df6868615d5bb4df8.setIcon(icon_69c1938fd1b00b8bb3a8d27343faa165);
|
|
|
|
|
|
var marker_f7c61946eed633c966909f57f868a344 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_17f61e6864d9244b572a4a1052637cf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e873685db302cdfaf0467d7434764344 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acf3108dcb79358f43fc85fc756d6747 = $(`<div id="html_acf3108dcb79358f43fc85fc756d6747" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_e873685db302cdfaf0467d7434764344.setContent(html_acf3108dcb79358f43fc85fc756d6747);
|
|
|
|
|
|
|
|
marker_f7c61946eed633c966909f57f868a344.bindPopup(popup_e873685db302cdfaf0467d7434764344)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7c61946eed633c966909f57f868a344.setIcon(icon_17f61e6864d9244b572a4a1052637cf0);
|
|
|
|
|
|
var marker_0355deb011133440c005a674e4f26856 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_18f36f50170d43aa47947a93130e34ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d09548ad58936df8a2662672119c45e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df936c0d830f77cc91c4a4a2fdaba028 = $(`<div id="html_df936c0d830f77cc91c4a4a2fdaba028" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_7d09548ad58936df8a2662672119c45e.setContent(html_df936c0d830f77cc91c4a4a2fdaba028);
|
|
|
|
|
|
|
|
marker_0355deb011133440c005a674e4f26856.bindPopup(popup_7d09548ad58936df8a2662672119c45e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0355deb011133440c005a674e4f26856.setIcon(icon_18f36f50170d43aa47947a93130e34ec);
|
|
|
|
|
|
var marker_0e93ff207f1ff1d194017518fca6b7a3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e1a1aa708dd11ab62b520c49eb349d0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_415faac983d04e236fabb896bd93d965 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0520738a8b908c7bfe8e549b468130 = $(`<div id="html_bd0520738a8b908c7bfe8e549b468130" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_415faac983d04e236fabb896bd93d965.setContent(html_bd0520738a8b908c7bfe8e549b468130);
|
|
|
|
|
|
|
|
marker_0e93ff207f1ff1d194017518fca6b7a3.bindPopup(popup_415faac983d04e236fabb896bd93d965)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e93ff207f1ff1d194017518fca6b7a3.setIcon(icon_e1a1aa708dd11ab62b520c49eb349d0c);
|
|
|
|
|
|
var marker_82387c9ab9a04e55fe40162d657d4d6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5cb0a5f35a492df84489e63e28208651 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd6da7501ae54a64a313bba849f1cba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73dd61b6e3adcf7697904451580cb04b = $(`<div id="html_73dd61b6e3adcf7697904451580cb04b" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_cd6da7501ae54a64a313bba849f1cba9.setContent(html_73dd61b6e3adcf7697904451580cb04b);
|
|
|
|
|
|
|
|
marker_82387c9ab9a04e55fe40162d657d4d6c.bindPopup(popup_cd6da7501ae54a64a313bba849f1cba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82387c9ab9a04e55fe40162d657d4d6c.setIcon(icon_5cb0a5f35a492df84489e63e28208651);
|
|
|
|
|
|
var marker_7f430ccbbbd3f87576296b25b52e9616 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_cbe6d33e0cd49a4c6f4836be1da834eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b475c0b15b852f0320422660641bf8e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b56f5f113875a70e3b0e6716217fd184 = $(`<div id="html_b56f5f113875a70e3b0e6716217fd184" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_b475c0b15b852f0320422660641bf8e3.setContent(html_b56f5f113875a70e3b0e6716217fd184);
|
|
|
|
|
|
|
|
marker_7f430ccbbbd3f87576296b25b52e9616.bindPopup(popup_b475c0b15b852f0320422660641bf8e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f430ccbbbd3f87576296b25b52e9616.setIcon(icon_cbe6d33e0cd49a4c6f4836be1da834eb);
|
|
|
|
|
|
var marker_9147e418d3fc6f729552887af6d2e28e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_01a54f4062665b458e52364f14eee416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84a16d666e219d0b9e5a701f08335fd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7c9fde2f84200500af6394f71c99dff = $(`<div id="html_a7c9fde2f84200500af6394f71c99dff" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_84a16d666e219d0b9e5a701f08335fd7.setContent(html_a7c9fde2f84200500af6394f71c99dff);
|
|
|
|
|
|
|
|
marker_9147e418d3fc6f729552887af6d2e28e.bindPopup(popup_84a16d666e219d0b9e5a701f08335fd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9147e418d3fc6f729552887af6d2e28e.setIcon(icon_01a54f4062665b458e52364f14eee416);
|
|
|
|
|
|
var marker_5bf96338e17231e3c7d1cf780b9f13ef = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3e25509408c6ccb6aa0e4e7f32c20b90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eda6e54890a355f3e0164650f1e82bb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95acd0c2327ee0967128a7eeffc21900 = $(`<div id="html_95acd0c2327ee0967128a7eeffc21900" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_eda6e54890a355f3e0164650f1e82bb7.setContent(html_95acd0c2327ee0967128a7eeffc21900);
|
|
|
|
|
|
|
|
marker_5bf96338e17231e3c7d1cf780b9f13ef.bindPopup(popup_eda6e54890a355f3e0164650f1e82bb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf96338e17231e3c7d1cf780b9f13ef.setIcon(icon_3e25509408c6ccb6aa0e4e7f32c20b90);
|
|
|
|
|
|
var marker_edc036eea2aaf6984bc21d4f4e863c63 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9dfd875a5c2d8b811c74b3f806adf6d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1446056e3b476d8cefaf8ee9b7d8cb91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b21ca823df925dc85b90712e8debc1c8 = $(`<div id="html_b21ca823df925dc85b90712e8debc1c8" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_1446056e3b476d8cefaf8ee9b7d8cb91.setContent(html_b21ca823df925dc85b90712e8debc1c8);
|
|
|
|
|
|
|
|
marker_edc036eea2aaf6984bc21d4f4e863c63.bindPopup(popup_1446056e3b476d8cefaf8ee9b7d8cb91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edc036eea2aaf6984bc21d4f4e863c63.setIcon(icon_9dfd875a5c2d8b811c74b3f806adf6d4);
|
|
|
|
|
|
var marker_a21038c64de2854b122b9b6f1c3b62c1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_88aaa233fd7e3a950a38b0e63f84f086 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e9cc18f0005b4f2a7b2e99eb887e23a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc273c91562eec03586c91cea79e6e9a = $(`<div id="html_dc273c91562eec03586c91cea79e6e9a" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_3e9cc18f0005b4f2a7b2e99eb887e23a.setContent(html_dc273c91562eec03586c91cea79e6e9a);
|
|
|
|
|
|
|
|
marker_a21038c64de2854b122b9b6f1c3b62c1.bindPopup(popup_3e9cc18f0005b4f2a7b2e99eb887e23a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a21038c64de2854b122b9b6f1c3b62c1.setIcon(icon_88aaa233fd7e3a950a38b0e63f84f086);
|
|
|
|
|
|
var marker_fdf7c00e602cd52b0d2565b66a15376b = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_aedb9e1f6237f7895cbc44c3e8cb5aff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17ed44c327e688137b1ca69187dc67c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aedf7692006bffa6d6be55edbd5e5b9 = $(`<div id="html_1aedf7692006bffa6d6be55edbd5e5b9" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_17ed44c327e688137b1ca69187dc67c5.setContent(html_1aedf7692006bffa6d6be55edbd5e5b9);
|
|
|
|
|
|
|
|
marker_fdf7c00e602cd52b0d2565b66a15376b.bindPopup(popup_17ed44c327e688137b1ca69187dc67c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdf7c00e602cd52b0d2565b66a15376b.setIcon(icon_aedb9e1f6237f7895cbc44c3e8cb5aff);
|
|
|
|
|
|
var marker_bb01c9c9da81ff14e232ee3e47255b16 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_eea5be5631f1c941506b07ab72e26e1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c43ac50108ee1474b3ba8612ebcdc974 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a369088cfa37f6f1575e893330486de = $(`<div id="html_6a369088cfa37f6f1575e893330486de" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_c43ac50108ee1474b3ba8612ebcdc974.setContent(html_6a369088cfa37f6f1575e893330486de);
|
|
|
|
|
|
|
|
marker_bb01c9c9da81ff14e232ee3e47255b16.bindPopup(popup_c43ac50108ee1474b3ba8612ebcdc974)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb01c9c9da81ff14e232ee3e47255b16.setIcon(icon_eea5be5631f1c941506b07ab72e26e1c);
|
|
|
|
|
|
var marker_cc8ad3d5b49fb83bd3127dc496edd6c7 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_a030ad06aef247b326ed6aac72cf54b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adf8d70c367c60e2e9404ddd5678a636 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65d09d9c33ddfe1c138a9a974cae8601 = $(`<div id="html_65d09d9c33ddfe1c138a9a974cae8601" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_adf8d70c367c60e2e9404ddd5678a636.setContent(html_65d09d9c33ddfe1c138a9a974cae8601);
|
|
|
|
|
|
|
|
marker_cc8ad3d5b49fb83bd3127dc496edd6c7.bindPopup(popup_adf8d70c367c60e2e9404ddd5678a636)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc8ad3d5b49fb83bd3127dc496edd6c7.setIcon(icon_a030ad06aef247b326ed6aac72cf54b1);
|
|
|
|
|
|
var marker_5d5984d2eae8fe461166b302886c0599 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0d5a510fdfeadc5dbd23eb897d7a95c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2803b87ba9073d7b385a46b1ecba77ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da95fffe0c74926825f539137485bd05 = $(`<div id="html_da95fffe0c74926825f539137485bd05" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_2803b87ba9073d7b385a46b1ecba77ba.setContent(html_da95fffe0c74926825f539137485bd05);
|
|
|
|
|
|
|
|
marker_5d5984d2eae8fe461166b302886c0599.bindPopup(popup_2803b87ba9073d7b385a46b1ecba77ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d5984d2eae8fe461166b302886c0599.setIcon(icon_0d5a510fdfeadc5dbd23eb897d7a95c9);
|
|
|
|
|
|
var marker_7de00d9328288aa7361a324c3d7b698c = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7337aa4193f8104fad6b09622b84fcd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f813aeb95187571eb405c945b17ceef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc52da643379adc60eda69d1bd31ee68 = $(`<div id="html_cc52da643379adc60eda69d1bd31ee68" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_f813aeb95187571eb405c945b17ceef2.setContent(html_cc52da643379adc60eda69d1bd31ee68);
|
|
|
|
|
|
|
|
marker_7de00d9328288aa7361a324c3d7b698c.bindPopup(popup_f813aeb95187571eb405c945b17ceef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de00d9328288aa7361a324c3d7b698c.setIcon(icon_7337aa4193f8104fad6b09622b84fcd9);
|
|
|
|
|
|
var marker_105577048d123251ccf5664545efd60b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5f74db8eb0d56fdf3a5ae7f214f0c344 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bb8508b90189740d0b7567e3c2c3940 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7d2b78280d41b70304d000040902a3e = $(`<div id="html_f7d2b78280d41b70304d000040902a3e" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_0bb8508b90189740d0b7567e3c2c3940.setContent(html_f7d2b78280d41b70304d000040902a3e);
|
|
|
|
|
|
|
|
marker_105577048d123251ccf5664545efd60b.bindPopup(popup_0bb8508b90189740d0b7567e3c2c3940)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_105577048d123251ccf5664545efd60b.setIcon(icon_5f74db8eb0d56fdf3a5ae7f214f0c344);
|
|
|
|
|
|
var marker_6542315a625f66614bda30130ae86c5f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d88c13a02bd49e02c3cb88a9fedc83de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cdef55a46079ea1e38ad2a38207fd6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9db00c38f561db2bbf0a4a631a38b55 = $(`<div id="html_a9db00c38f561db2bbf0a4a631a38b55" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_5cdef55a46079ea1e38ad2a38207fd6c.setContent(html_a9db00c38f561db2bbf0a4a631a38b55);
|
|
|
|
|
|
|
|
marker_6542315a625f66614bda30130ae86c5f.bindPopup(popup_5cdef55a46079ea1e38ad2a38207fd6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6542315a625f66614bda30130ae86c5f.setIcon(icon_d88c13a02bd49e02c3cb88a9fedc83de);
|
|
|
|
|
|
var marker_bd8fe402b0c54c17496f646283fc0e88 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c567a73dc7a2c1787a9bf8c746954b0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bff3af4cf37d880c6fbc14cdf86c1a66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b4af89b6aa761d77829b53ad0c20a3 = $(`<div id="html_54b4af89b6aa761d77829b53ad0c20a3" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_bff3af4cf37d880c6fbc14cdf86c1a66.setContent(html_54b4af89b6aa761d77829b53ad0c20a3);
|
|
|
|
|
|
|
|
marker_bd8fe402b0c54c17496f646283fc0e88.bindPopup(popup_bff3af4cf37d880c6fbc14cdf86c1a66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd8fe402b0c54c17496f646283fc0e88.setIcon(icon_c567a73dc7a2c1787a9bf8c746954b0d);
|
|
|
|
|
|
var marker_71f49d79a1fba8f78293fd6d18a5a168 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_2d5792b52969d9e87cefc009ea339e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_097a5cca606f82f6b25ab611d4966c16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8828f583db14692b26f9124427b9885 = $(`<div id="html_d8828f583db14692b26f9124427b9885" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_097a5cca606f82f6b25ab611d4966c16.setContent(html_d8828f583db14692b26f9124427b9885);
|
|
|
|
|
|
|
|
marker_71f49d79a1fba8f78293fd6d18a5a168.bindPopup(popup_097a5cca606f82f6b25ab611d4966c16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71f49d79a1fba8f78293fd6d18a5a168.setIcon(icon_2d5792b52969d9e87cefc009ea339e03);
|
|
|
|
|
|
var marker_453c73b428392d101dffd72a46e537a8 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_544bde5dcd8c10a7e436c73e3399c359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_739f5c87b065e39012cbece3dff3a7d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4f05b5553e66d066349b03087a2ab83 = $(`<div id="html_f4f05b5553e66d066349b03087a2ab83" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_739f5c87b065e39012cbece3dff3a7d1.setContent(html_f4f05b5553e66d066349b03087a2ab83);
|
|
|
|
|
|
|
|
marker_453c73b428392d101dffd72a46e537a8.bindPopup(popup_739f5c87b065e39012cbece3dff3a7d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_453c73b428392d101dffd72a46e537a8.setIcon(icon_544bde5dcd8c10a7e436c73e3399c359);
|
|
|
|
|
|
var marker_c5a3d585a70af8ad62e754da6a165d9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_450814af0ef55c27037135be94a5dd27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_827c6090e4c03d33120368686077789b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_178b19b8255cc7400725066c6100f8c0 = $(`<div id="html_178b19b8255cc7400725066c6100f8c0" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_827c6090e4c03d33120368686077789b.setContent(html_178b19b8255cc7400725066c6100f8c0);
|
|
|
|
|
|
|
|
marker_c5a3d585a70af8ad62e754da6a165d9a.bindPopup(popup_827c6090e4c03d33120368686077789b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5a3d585a70af8ad62e754da6a165d9a.setIcon(icon_450814af0ef55c27037135be94a5dd27);
|
|
|
|
|
|
var marker_ad8eb34ac2d711bed0acf7e1ceabc11c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8fa867183b8e0190bf0c1f2f9817ff41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2632602149e0aeea1ee763c5e544543e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f9e81c8b64756e203b3129d7c300d2e = $(`<div id="html_1f9e81c8b64756e203b3129d7c300d2e" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_2632602149e0aeea1ee763c5e544543e.setContent(html_1f9e81c8b64756e203b3129d7c300d2e);
|
|
|
|
|
|
|
|
marker_ad8eb34ac2d711bed0acf7e1ceabc11c.bindPopup(popup_2632602149e0aeea1ee763c5e544543e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad8eb34ac2d711bed0acf7e1ceabc11c.setIcon(icon_8fa867183b8e0190bf0c1f2f9817ff41);
|
|
|
|
|
|
var marker_a5a4d025f31e96744db82867f7bcbcfe = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1c03e21cd88d411697c1aa35f21398b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ff455cd01e251298a8cd8c9943498dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e447fb78d6be2fa39f0965c6a8fbe244 = $(`<div id="html_e447fb78d6be2fa39f0965c6a8fbe244" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_4ff455cd01e251298a8cd8c9943498dd.setContent(html_e447fb78d6be2fa39f0965c6a8fbe244);
|
|
|
|
|
|
|
|
marker_a5a4d025f31e96744db82867f7bcbcfe.bindPopup(popup_4ff455cd01e251298a8cd8c9943498dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5a4d025f31e96744db82867f7bcbcfe.setIcon(icon_1c03e21cd88d411697c1aa35f21398b4);
|
|
|
|
|
|
var marker_5ecf5e1d3de86c2dda6db48c704539f4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_eee178e4b8798af12d42e8a8b653f30b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c88d16171948c3d57b054593de24e3af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e768844f8a200362e4195de6fab7dd76 = $(`<div id="html_e768844f8a200362e4195de6fab7dd76" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_c88d16171948c3d57b054593de24e3af.setContent(html_e768844f8a200362e4195de6fab7dd76);
|
|
|
|
|
|
|
|
marker_5ecf5e1d3de86c2dda6db48c704539f4.bindPopup(popup_c88d16171948c3d57b054593de24e3af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ecf5e1d3de86c2dda6db48c704539f4.setIcon(icon_eee178e4b8798af12d42e8a8b653f30b);
|
|
|
|
|
|
var marker_b150cde27fe2139519a7d611947c447e = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3ea36275b58f1b9e2b3690536a2a145f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ec9bb7545f927428ad8da7abe941b01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7c0757bbd16e79e71e0d0cee9b3fb30 = $(`<div id="html_b7c0757bbd16e79e71e0d0cee9b3fb30" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_3ec9bb7545f927428ad8da7abe941b01.setContent(html_b7c0757bbd16e79e71e0d0cee9b3fb30);
|
|
|
|
|
|
|
|
marker_b150cde27fe2139519a7d611947c447e.bindPopup(popup_3ec9bb7545f927428ad8da7abe941b01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b150cde27fe2139519a7d611947c447e.setIcon(icon_3ea36275b58f1b9e2b3690536a2a145f);
|
|
|
|
|
|
var marker_05cf5ade924299cae52c6602f871ce4c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_de0b5b720e908512f0d608b1bdbbc0aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efc699aff0649cadc359c5f0acca18d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b0003776630ce160d6849e64de52e2e = $(`<div id="html_6b0003776630ce160d6849e64de52e2e" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_efc699aff0649cadc359c5f0acca18d5.setContent(html_6b0003776630ce160d6849e64de52e2e);
|
|
|
|
|
|
|
|
marker_05cf5ade924299cae52c6602f871ce4c.bindPopup(popup_efc699aff0649cadc359c5f0acca18d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05cf5ade924299cae52c6602f871ce4c.setIcon(icon_de0b5b720e908512f0d608b1bdbbc0aa);
|
|
|
|
|
|
var marker_9e453e383470b87a1e38b8b5f06bfccd = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_225a0d7dccf93432db5849d045c56f9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e7d945d8c932cfa7bd3c1aa565123bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be6327dd9510e5907955fe8658006765 = $(`<div id="html_be6327dd9510e5907955fe8658006765" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_5e7d945d8c932cfa7bd3c1aa565123bd.setContent(html_be6327dd9510e5907955fe8658006765);
|
|
|
|
|
|
|
|
marker_9e453e383470b87a1e38b8b5f06bfccd.bindPopup(popup_5e7d945d8c932cfa7bd3c1aa565123bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e453e383470b87a1e38b8b5f06bfccd.setIcon(icon_225a0d7dccf93432db5849d045c56f9f);
|
|
|
|
|
|
var marker_93aa9fa8862d91d1af7cb9433fe72b9b = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f8531551bb747706c6a58505460e3c82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7cc39c97d91e77c2282227091d9b822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddcaf37962fb377d19adfb79055a74e1 = $(`<div id="html_ddcaf37962fb377d19adfb79055a74e1" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_f7cc39c97d91e77c2282227091d9b822.setContent(html_ddcaf37962fb377d19adfb79055a74e1);
|
|
|
|
|
|
|
|
marker_93aa9fa8862d91d1af7cb9433fe72b9b.bindPopup(popup_f7cc39c97d91e77c2282227091d9b822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93aa9fa8862d91d1af7cb9433fe72b9b.setIcon(icon_f8531551bb747706c6a58505460e3c82);
|
|
|
|
|
|
var marker_c9944a258588c3113ba2ea70f2648270 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_98fb13021fb5fcf0d9acc3312d175801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4ca92c8db08ae48967f78aa4f0de6ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37b554dd40c4651131b973b62f6070a3 = $(`<div id="html_37b554dd40c4651131b973b62f6070a3" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_e4ca92c8db08ae48967f78aa4f0de6ea.setContent(html_37b554dd40c4651131b973b62f6070a3);
|
|
|
|
|
|
|
|
marker_c9944a258588c3113ba2ea70f2648270.bindPopup(popup_e4ca92c8db08ae48967f78aa4f0de6ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9944a258588c3113ba2ea70f2648270.setIcon(icon_98fb13021fb5fcf0d9acc3312d175801);
|
|
|
|
|
|
var marker_497298824d3cceb1d973dea3e5f26911 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3a856a871ad289fc2f1e977a2635fe86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a79fcc21f08bf2dac15deb2962440527 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddcc615ce7f319ab27faa2172606cee5 = $(`<div id="html_ddcc615ce7f319ab27faa2172606cee5" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_a79fcc21f08bf2dac15deb2962440527.setContent(html_ddcc615ce7f319ab27faa2172606cee5);
|
|
|
|
|
|
|
|
marker_497298824d3cceb1d973dea3e5f26911.bindPopup(popup_a79fcc21f08bf2dac15deb2962440527)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_497298824d3cceb1d973dea3e5f26911.setIcon(icon_3a856a871ad289fc2f1e977a2635fe86);
|
|
|
|
|
|
var marker_e627f8b5a9de23387a10c6f3584efcc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_776dce6af4a8e70ffd01ae82b29fac26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4c37207bdeb857358aa0909077ac4f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da7b36d8f7f521ff0638fecba83ec49e = $(`<div id="html_da7b36d8f7f521ff0638fecba83ec49e" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_b4c37207bdeb857358aa0909077ac4f3.setContent(html_da7b36d8f7f521ff0638fecba83ec49e);
|
|
|
|
|
|
|
|
marker_e627f8b5a9de23387a10c6f3584efcc6.bindPopup(popup_b4c37207bdeb857358aa0909077ac4f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e627f8b5a9de23387a10c6f3584efcc6.setIcon(icon_776dce6af4a8e70ffd01ae82b29fac26);
|
|
|
|
|
|
var marker_61ff354568c035eb8f12cfb833f6d7c5 = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fee5626178a0a1c8ec1de93aae64221c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43b1e222a0fd01bfb64cb094a1738ea1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78e72216c5bfc775c79a47a2eca5fd9f = $(`<div id="html_78e72216c5bfc775c79a47a2eca5fd9f" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_43b1e222a0fd01bfb64cb094a1738ea1.setContent(html_78e72216c5bfc775c79a47a2eca5fd9f);
|
|
|
|
|
|
|
|
marker_61ff354568c035eb8f12cfb833f6d7c5.bindPopup(popup_43b1e222a0fd01bfb64cb094a1738ea1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61ff354568c035eb8f12cfb833f6d7c5.setIcon(icon_fee5626178a0a1c8ec1de93aae64221c);
|
|
|
|
|
|
var marker_0a10c3dace20cbcf39a0f2e5bab98a76 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_6c3ebea9dfdd67b62b35ab423457e177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3470ff3ed4ccafce99b45c174005cb5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98f211e865f6d69a7517f27ee1d02668 = $(`<div id="html_98f211e865f6d69a7517f27ee1d02668" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_3470ff3ed4ccafce99b45c174005cb5b.setContent(html_98f211e865f6d69a7517f27ee1d02668);
|
|
|
|
|
|
|
|
marker_0a10c3dace20cbcf39a0f2e5bab98a76.bindPopup(popup_3470ff3ed4ccafce99b45c174005cb5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a10c3dace20cbcf39a0f2e5bab98a76.setIcon(icon_6c3ebea9dfdd67b62b35ab423457e177);
|
|
|
|
|
|
var marker_e34ebd5c941df1df9c6738c7bed1708a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ad655761b8a1b4491c66433b28e6b8ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12f4294a2e6b1dc914c4227ee19ce3b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78d8d69f938028c1f54b02acff32a801 = $(`<div id="html_78d8d69f938028c1f54b02acff32a801" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_12f4294a2e6b1dc914c4227ee19ce3b1.setContent(html_78d8d69f938028c1f54b02acff32a801);
|
|
|
|
|
|
|
|
marker_e34ebd5c941df1df9c6738c7bed1708a.bindPopup(popup_12f4294a2e6b1dc914c4227ee19ce3b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e34ebd5c941df1df9c6738c7bed1708a.setIcon(icon_ad655761b8a1b4491c66433b28e6b8ad);
|
|
|
|
|
|
var marker_141a44c3501e4b0ed7ab57ffd53692a2 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bd184ef4d723451d53bb66f638f9796c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63db4812599130d2a427a53536966f80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94b5585dbc9e10a7cb61a0d0d8d0f37b = $(`<div id="html_94b5585dbc9e10a7cb61a0d0d8d0f37b" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_63db4812599130d2a427a53536966f80.setContent(html_94b5585dbc9e10a7cb61a0d0d8d0f37b);
|
|
|
|
|
|
|
|
marker_141a44c3501e4b0ed7ab57ffd53692a2.bindPopup(popup_63db4812599130d2a427a53536966f80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_141a44c3501e4b0ed7ab57ffd53692a2.setIcon(icon_bd184ef4d723451d53bb66f638f9796c);
|
|
|
|
|
|
var marker_dad69884ecbbb651ac2dd90e0c6a1ac4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e402eb230890b321ed92c61964646d96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfa0647c913258b453b25a234f31bdc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afed2adbd837cefc26e587d70d67e047 = $(`<div id="html_afed2adbd837cefc26e587d70d67e047" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_bfa0647c913258b453b25a234f31bdc8.setContent(html_afed2adbd837cefc26e587d70d67e047);
|
|
|
|
|
|
|
|
marker_dad69884ecbbb651ac2dd90e0c6a1ac4.bindPopup(popup_bfa0647c913258b453b25a234f31bdc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dad69884ecbbb651ac2dd90e0c6a1ac4.setIcon(icon_e402eb230890b321ed92c61964646d96);
|
|
|
|
|
|
var marker_1298b02971cffd6eee4454180327510b = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_931f50082032b8bf2802ee523d0a8d23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d530a22c4d102068a6e7b132816c4e8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f832ea7f56d7841966fe96114091bb66 = $(`<div id="html_f832ea7f56d7841966fe96114091bb66" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_d530a22c4d102068a6e7b132816c4e8c.setContent(html_f832ea7f56d7841966fe96114091bb66);
|
|
|
|
|
|
|
|
marker_1298b02971cffd6eee4454180327510b.bindPopup(popup_d530a22c4d102068a6e7b132816c4e8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1298b02971cffd6eee4454180327510b.setIcon(icon_931f50082032b8bf2802ee523d0a8d23);
|
|
|
|
|
|
var marker_33f38ee0510d51e7cc33dfc7731b4ea8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_041180b1d948b2255826ce838e014216 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bf819cd9fe198073713ccc5f289dc2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68e3a95483ce976cc02a0727a42bee18 = $(`<div id="html_68e3a95483ce976cc02a0727a42bee18" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_3bf819cd9fe198073713ccc5f289dc2b.setContent(html_68e3a95483ce976cc02a0727a42bee18);
|
|
|
|
|
|
|
|
marker_33f38ee0510d51e7cc33dfc7731b4ea8.bindPopup(popup_3bf819cd9fe198073713ccc5f289dc2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33f38ee0510d51e7cc33dfc7731b4ea8.setIcon(icon_041180b1d948b2255826ce838e014216);
|
|
|
|
|
|
var marker_e14fb5ad536dc73a77f4ce1b6d7bcb7a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_460af2e3ddef633a7bdd5b27b49c27c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bc48e712dfc30f8cca1949762353805 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be17fe26435e708f21344620b2c81aca = $(`<div id="html_be17fe26435e708f21344620b2c81aca" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_4bc48e712dfc30f8cca1949762353805.setContent(html_be17fe26435e708f21344620b2c81aca);
|
|
|
|
|
|
|
|
marker_e14fb5ad536dc73a77f4ce1b6d7bcb7a.bindPopup(popup_4bc48e712dfc30f8cca1949762353805)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e14fb5ad536dc73a77f4ce1b6d7bcb7a.setIcon(icon_460af2e3ddef633a7bdd5b27b49c27c9);
|
|
|
|
|
|
var marker_9b0b3fa11200ca956c0a6ded001e523a = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0d5bf19fd85a0421f617207d9f6d0f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2229c4406ad7ea176885501fa4f06a8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0867bf46e9894665b0bfa8a82c6295b1 = $(`<div id="html_0867bf46e9894665b0bfa8a82c6295b1" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_2229c4406ad7ea176885501fa4f06a8f.setContent(html_0867bf46e9894665b0bfa8a82c6295b1);
|
|
|
|
|
|
|
|
marker_9b0b3fa11200ca956c0a6ded001e523a.bindPopup(popup_2229c4406ad7ea176885501fa4f06a8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b0b3fa11200ca956c0a6ded001e523a.setIcon(icon_0d5bf19fd85a0421f617207d9f6d0f07);
|
|
|
|
|
|
var marker_7f22daaa596b886cc27b5d7dc1ba1f92 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4368bfaa7e234f38c752a0c8eab1eafb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9e5d20b8a833d477a2346cd5c697423 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c504d8bbd0ee55efa2dca7252e577c3 = $(`<div id="html_0c504d8bbd0ee55efa2dca7252e577c3" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_d9e5d20b8a833d477a2346cd5c697423.setContent(html_0c504d8bbd0ee55efa2dca7252e577c3);
|
|
|
|
|
|
|
|
marker_7f22daaa596b886cc27b5d7dc1ba1f92.bindPopup(popup_d9e5d20b8a833d477a2346cd5c697423)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f22daaa596b886cc27b5d7dc1ba1f92.setIcon(icon_4368bfaa7e234f38c752a0c8eab1eafb);
|
|
|
|
|
|
var marker_62ab377a7ed0b75770dea200f3be3595 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bb593361fc9fa54b673551e60eee37ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_428e7954855456db59acc469981c9b18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ca3e2d3c138b35086bd72bc8b0f739e = $(`<div id="html_5ca3e2d3c138b35086bd72bc8b0f739e" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_428e7954855456db59acc469981c9b18.setContent(html_5ca3e2d3c138b35086bd72bc8b0f739e);
|
|
|
|
|
|
|
|
marker_62ab377a7ed0b75770dea200f3be3595.bindPopup(popup_428e7954855456db59acc469981c9b18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62ab377a7ed0b75770dea200f3be3595.setIcon(icon_bb593361fc9fa54b673551e60eee37ed);
|
|
|
|
|
|
var marker_a240f18704c190d0e494ce081343be7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d0cc0c3603000dbfd858181f73cf6d67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6097f58cc6a7277ec668636316e7ec9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0f07e139a445c87398aec49931bd38 = $(`<div id="html_bd0f07e139a445c87398aec49931bd38" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_c6097f58cc6a7277ec668636316e7ec9.setContent(html_bd0f07e139a445c87398aec49931bd38);
|
|
|
|
|
|
|
|
marker_a240f18704c190d0e494ce081343be7f.bindPopup(popup_c6097f58cc6a7277ec668636316e7ec9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a240f18704c190d0e494ce081343be7f.setIcon(icon_d0cc0c3603000dbfd858181f73cf6d67);
|
|
|
|
|
|
var marker_12754c26c502d99e5dc5fd7c25771be8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f354df86fd1d7bf514ec33a9069296e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa6cd288a80e48ca195f3ddbccae6b34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f147fd38e6fa5347ee356aaac549af1 = $(`<div id="html_0f147fd38e6fa5347ee356aaac549af1" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_aa6cd288a80e48ca195f3ddbccae6b34.setContent(html_0f147fd38e6fa5347ee356aaac549af1);
|
|
|
|
|
|
|
|
marker_12754c26c502d99e5dc5fd7c25771be8.bindPopup(popup_aa6cd288a80e48ca195f3ddbccae6b34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12754c26c502d99e5dc5fd7c25771be8.setIcon(icon_f354df86fd1d7bf514ec33a9069296e1);
|
|
|
|
|
|
var marker_e99ffd86254493d89de55c41446610e7 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e0eedfea3c93f31696b093b4e7b4b1f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ec69739e8b7a8acdd366fa2c66fa32e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b75b52de8d1f35e8b8923d6eeb50d291 = $(`<div id="html_b75b52de8d1f35e8b8923d6eeb50d291" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_7ec69739e8b7a8acdd366fa2c66fa32e.setContent(html_b75b52de8d1f35e8b8923d6eeb50d291);
|
|
|
|
|
|
|
|
marker_e99ffd86254493d89de55c41446610e7.bindPopup(popup_7ec69739e8b7a8acdd366fa2c66fa32e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e99ffd86254493d89de55c41446610e7.setIcon(icon_e0eedfea3c93f31696b093b4e7b4b1f9);
|
|
|
|
|
|
var marker_ba7aea0bbc394e1d76640bf5ec298224 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_60598ebc9f27b2dca10ab87a7d0dbc5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8d9a5316af7b56c8f5ea4ec9d9b9518 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd59276fa341a4b33d0c8781c90f10f6 = $(`<div id="html_cd59276fa341a4b33d0c8781c90f10f6" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_d8d9a5316af7b56c8f5ea4ec9d9b9518.setContent(html_cd59276fa341a4b33d0c8781c90f10f6);
|
|
|
|
|
|
|
|
marker_ba7aea0bbc394e1d76640bf5ec298224.bindPopup(popup_d8d9a5316af7b56c8f5ea4ec9d9b9518)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba7aea0bbc394e1d76640bf5ec298224.setIcon(icon_60598ebc9f27b2dca10ab87a7d0dbc5f);
|
|
|
|
|
|
var marker_f9678b298e9ce264b715953a5e6b3221 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9da8561938cb196ca5794f8df1c0b4ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54e95896b3001f4e96386b99877cce2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1461b90f8e92df4793017bb359704d2 = $(`<div id="html_e1461b90f8e92df4793017bb359704d2" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_54e95896b3001f4e96386b99877cce2c.setContent(html_e1461b90f8e92df4793017bb359704d2);
|
|
|
|
|
|
|
|
marker_f9678b298e9ce264b715953a5e6b3221.bindPopup(popup_54e95896b3001f4e96386b99877cce2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9678b298e9ce264b715953a5e6b3221.setIcon(icon_9da8561938cb196ca5794f8df1c0b4ae);
|
|
|
|
|
|
var marker_ffa532c62123d3eda025e9e707ae2ade = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_72c3ac9538f1f65465bc859df0fec89d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_865ca38c746ded1f1ccfbbe741c613d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21feb27bfb06b321c88c95c7ea1d6e4e = $(`<div id="html_21feb27bfb06b321c88c95c7ea1d6e4e" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_865ca38c746ded1f1ccfbbe741c613d5.setContent(html_21feb27bfb06b321c88c95c7ea1d6e4e);
|
|
|
|
|
|
|
|
marker_ffa532c62123d3eda025e9e707ae2ade.bindPopup(popup_865ca38c746ded1f1ccfbbe741c613d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffa532c62123d3eda025e9e707ae2ade.setIcon(icon_72c3ac9538f1f65465bc859df0fec89d);
|
|
|
|
|
|
var marker_30606f59528b3d0d8dbbbe373ece95f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e278112b38d7c52c47cd8603a99bf839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dabc9aadd5e880607c21cbb0a7e3e64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bb677e57d331d15c540870056034a10 = $(`<div id="html_5bb677e57d331d15c540870056034a10" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_3dabc9aadd5e880607c21cbb0a7e3e64.setContent(html_5bb677e57d331d15c540870056034a10);
|
|
|
|
|
|
|
|
marker_30606f59528b3d0d8dbbbe373ece95f3.bindPopup(popup_3dabc9aadd5e880607c21cbb0a7e3e64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30606f59528b3d0d8dbbbe373ece95f3.setIcon(icon_e278112b38d7c52c47cd8603a99bf839);
|
|
|
|
|
|
var marker_d162a0b64a3804d050360bb265bcd445 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fb8e59deefe3e3c84c28d58f84282c97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71d80725d164711606c8fbca1a33b2d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a82bc8df8cf2a07dc20d8c13e0e41da = $(`<div id="html_1a82bc8df8cf2a07dc20d8c13e0e41da" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_71d80725d164711606c8fbca1a33b2d9.setContent(html_1a82bc8df8cf2a07dc20d8c13e0e41da);
|
|
|
|
|
|
|
|
marker_d162a0b64a3804d050360bb265bcd445.bindPopup(popup_71d80725d164711606c8fbca1a33b2d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d162a0b64a3804d050360bb265bcd445.setIcon(icon_fb8e59deefe3e3c84c28d58f84282c97);
|
|
|
|
|
|
var marker_d051f8850ee01eb6c080e60d038eeb81 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_489c6ba95b387ee6bed7cfb90e715dbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15e4972b23504346614a44385f7111c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeef8605605169dfd6d25f9647d23cbc = $(`<div id="html_eeef8605605169dfd6d25f9647d23cbc" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_15e4972b23504346614a44385f7111c5.setContent(html_eeef8605605169dfd6d25f9647d23cbc);
|
|
|
|
|
|
|
|
marker_d051f8850ee01eb6c080e60d038eeb81.bindPopup(popup_15e4972b23504346614a44385f7111c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d051f8850ee01eb6c080e60d038eeb81.setIcon(icon_489c6ba95b387ee6bed7cfb90e715dbc);
|
|
|
|
|
|
var marker_584f923d59d2a36758f9a2aebcde290d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_04b425cd363d4018783b1743f2f67367 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fa6bce882f2d976b58622a6263ae306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf8a3a8652941e9f4ce1c941dbb8076b = $(`<div id="html_cf8a3a8652941e9f4ce1c941dbb8076b" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_4fa6bce882f2d976b58622a6263ae306.setContent(html_cf8a3a8652941e9f4ce1c941dbb8076b);
|
|
|
|
|
|
|
|
marker_584f923d59d2a36758f9a2aebcde290d.bindPopup(popup_4fa6bce882f2d976b58622a6263ae306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_584f923d59d2a36758f9a2aebcde290d.setIcon(icon_04b425cd363d4018783b1743f2f67367);
|
|
|
|
|
|
var marker_b7af4a4a14766ae481222bcb82f55b5f = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bb1041a9b858e834a1c9943a5af214cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69ddfaac77638cdfd826477f9bca2c87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_039a73e821cf186fb0d4c14f9f75dcda = $(`<div id="html_039a73e821cf186fb0d4c14f9f75dcda" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_69ddfaac77638cdfd826477f9bca2c87.setContent(html_039a73e821cf186fb0d4c14f9f75dcda);
|
|
|
|
|
|
|
|
marker_b7af4a4a14766ae481222bcb82f55b5f.bindPopup(popup_69ddfaac77638cdfd826477f9bca2c87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7af4a4a14766ae481222bcb82f55b5f.setIcon(icon_bb1041a9b858e834a1c9943a5af214cb);
|
|
|
|
|
|
var marker_c04342e28787fec79a10018a0cf35d69 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fbdb84b2b5f2a81992da27bcc6ce300c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1146ae267e4649d18bcb97670c49d98f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e99cfa73c4396d0501e0ca9a530fc738 = $(`<div id="html_e99cfa73c4396d0501e0ca9a530fc738" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_1146ae267e4649d18bcb97670c49d98f.setContent(html_e99cfa73c4396d0501e0ca9a530fc738);
|
|
|
|
|
|
|
|
marker_c04342e28787fec79a10018a0cf35d69.bindPopup(popup_1146ae267e4649d18bcb97670c49d98f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c04342e28787fec79a10018a0cf35d69.setIcon(icon_fbdb84b2b5f2a81992da27bcc6ce300c);
|
|
|
|
|
|
var marker_475cceb7426c46a23cef0f3d654e3d9b = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_142836f30d4c55cebefd49f171992548 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12870a2e92fb6560d99478e63fa76acd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1840b484c34e8242a1f8ca5ab3bfeb49 = $(`<div id="html_1840b484c34e8242a1f8ca5ab3bfeb49" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_12870a2e92fb6560d99478e63fa76acd.setContent(html_1840b484c34e8242a1f8ca5ab3bfeb49);
|
|
|
|
|
|
|
|
marker_475cceb7426c46a23cef0f3d654e3d9b.bindPopup(popup_12870a2e92fb6560d99478e63fa76acd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_475cceb7426c46a23cef0f3d654e3d9b.setIcon(icon_142836f30d4c55cebefd49f171992548);
|
|
|
|
|
|
var marker_f73e46ba8f14d448ccad7824c0ff0bfe = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1cd5f9d58ff8b8d4496957bdf82e416e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0a164bb1694f2b63c5d6a79cb5c8603 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14a1680b966ed729e7854bcf884aa044 = $(`<div id="html_14a1680b966ed729e7854bcf884aa044" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_e0a164bb1694f2b63c5d6a79cb5c8603.setContent(html_14a1680b966ed729e7854bcf884aa044);
|
|
|
|
|
|
|
|
marker_f73e46ba8f14d448ccad7824c0ff0bfe.bindPopup(popup_e0a164bb1694f2b63c5d6a79cb5c8603)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f73e46ba8f14d448ccad7824c0ff0bfe.setIcon(icon_1cd5f9d58ff8b8d4496957bdf82e416e);
|
|
|
|
|
|
var marker_8b9854c47a822658b231fd337102ef83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_2b72d0ffa46be4d0160bc2ba9c42186c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_940abcd3316d6859759889ff7677bb10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1b3cd14b3fe28e3dd5616a12104ea0 = $(`<div id="html_2f1b3cd14b3fe28e3dd5616a12104ea0" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_940abcd3316d6859759889ff7677bb10.setContent(html_2f1b3cd14b3fe28e3dd5616a12104ea0);
|
|
|
|
|
|
|
|
marker_8b9854c47a822658b231fd337102ef83.bindPopup(popup_940abcd3316d6859759889ff7677bb10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b9854c47a822658b231fd337102ef83.setIcon(icon_2b72d0ffa46be4d0160bc2ba9c42186c);
|
|
|
|
|
|
var marker_0c0328a19cb95c98b90761b4b55f2910 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e0620489f6488f1f3ee8c38739e8d83f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e5ae40ba9bda2978b33028d321a1b0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea5c37171b35bb9d3d6d50295046c4db = $(`<div id="html_ea5c37171b35bb9d3d6d50295046c4db" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_1e5ae40ba9bda2978b33028d321a1b0a.setContent(html_ea5c37171b35bb9d3d6d50295046c4db);
|
|
|
|
|
|
|
|
marker_0c0328a19cb95c98b90761b4b55f2910.bindPopup(popup_1e5ae40ba9bda2978b33028d321a1b0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c0328a19cb95c98b90761b4b55f2910.setIcon(icon_e0620489f6488f1f3ee8c38739e8d83f);
|
|
|
|
|
|
var marker_74d68c69cfb225a7aaf5797999ee4c2b = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_31cc343b06ac9948433cfcd039014ebb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46ed0a48e6c39efd1b92d06fa5c3d15c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baaec144d963890f17f6e4df984eb379 = $(`<div id="html_baaec144d963890f17f6e4df984eb379" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_46ed0a48e6c39efd1b92d06fa5c3d15c.setContent(html_baaec144d963890f17f6e4df984eb379);
|
|
|
|
|
|
|
|
marker_74d68c69cfb225a7aaf5797999ee4c2b.bindPopup(popup_46ed0a48e6c39efd1b92d06fa5c3d15c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74d68c69cfb225a7aaf5797999ee4c2b.setIcon(icon_31cc343b06ac9948433cfcd039014ebb);
|
|
|
|
|
|
var marker_ccd4acad0e04da0237dcc6a4637dcfc8 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_845dd05ec30aeeeb12345390f356ef6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ae70faebda9ab094a76caa8a848e6ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63c25ffce4c1a4ba34560301f182b9ac = $(`<div id="html_63c25ffce4c1a4ba34560301f182b9ac" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_1ae70faebda9ab094a76caa8a848e6ba.setContent(html_63c25ffce4c1a4ba34560301f182b9ac);
|
|
|
|
|
|
|
|
marker_ccd4acad0e04da0237dcc6a4637dcfc8.bindPopup(popup_1ae70faebda9ab094a76caa8a848e6ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccd4acad0e04da0237dcc6a4637dcfc8.setIcon(icon_845dd05ec30aeeeb12345390f356ef6b);
|
|
|
|
|
|
var marker_958d666f7ba7e4181ad920c42449eedc = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4131c39ecbaea861f5d2782b1cd0dc57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0502e5342635c172ec587ee3cb7409d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84bf607ff4bb4774542f3b301fd3bb91 = $(`<div id="html_84bf607ff4bb4774542f3b301fd3bb91" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_0502e5342635c172ec587ee3cb7409d4.setContent(html_84bf607ff4bb4774542f3b301fd3bb91);
|
|
|
|
|
|
|
|
marker_958d666f7ba7e4181ad920c42449eedc.bindPopup(popup_0502e5342635c172ec587ee3cb7409d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_958d666f7ba7e4181ad920c42449eedc.setIcon(icon_4131c39ecbaea861f5d2782b1cd0dc57);
|
|
|
|
|
|
var marker_c89f7c5b6d18baf6b25412f77b878e72 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1b7f5cda911b23f9a59f5fd0da59c319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bc90be742f14843fbe741db11c4b9e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6fd1af5d0e8f6cc90bb00d29319c325 = $(`<div id="html_b6fd1af5d0e8f6cc90bb00d29319c325" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_5bc90be742f14843fbe741db11c4b9e4.setContent(html_b6fd1af5d0e8f6cc90bb00d29319c325);
|
|
|
|
|
|
|
|
marker_c89f7c5b6d18baf6b25412f77b878e72.bindPopup(popup_5bc90be742f14843fbe741db11c4b9e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c89f7c5b6d18baf6b25412f77b878e72.setIcon(icon_1b7f5cda911b23f9a59f5fd0da59c319);
|
|
|
|
|
|
var marker_0a34c98693ffbd1193fea1088cfdb5c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_2ef5ab08bb2569044a15c7daa68b285b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac46d7c08411ce7e1a3b941b3d2e0480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_430d8098af1f1558043d49f2c7f6ac40 = $(`<div id="html_430d8098af1f1558043d49f2c7f6ac40" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_ac46d7c08411ce7e1a3b941b3d2e0480.setContent(html_430d8098af1f1558043d49f2c7f6ac40);
|
|
|
|
|
|
|
|
marker_0a34c98693ffbd1193fea1088cfdb5c9.bindPopup(popup_ac46d7c08411ce7e1a3b941b3d2e0480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a34c98693ffbd1193fea1088cfdb5c9.setIcon(icon_2ef5ab08bb2569044a15c7daa68b285b);
|
|
|
|
|
|
var marker_7e0076c14d8076376ca298a9cf4ac158 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0eb51cf75445dd52dd549a5144f92f81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50a4a531d1faf2e66ceb2633dd530cc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_760934efda8405c35f95dad7f8e76900 = $(`<div id="html_760934efda8405c35f95dad7f8e76900" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_50a4a531d1faf2e66ceb2633dd530cc0.setContent(html_760934efda8405c35f95dad7f8e76900);
|
|
|
|
|
|
|
|
marker_7e0076c14d8076376ca298a9cf4ac158.bindPopup(popup_50a4a531d1faf2e66ceb2633dd530cc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e0076c14d8076376ca298a9cf4ac158.setIcon(icon_0eb51cf75445dd52dd549a5144f92f81);
|
|
|
|
|
|
var marker_60dda368c409cd94aa518143d62d99e7 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_78f2976094ead06fd1697b0b3f9e23ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03b3d0e553181a6b8e681b3a35fa819a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97c8cc80bff6b68db47ba934195096f3 = $(`<div id="html_97c8cc80bff6b68db47ba934195096f3" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_03b3d0e553181a6b8e681b3a35fa819a.setContent(html_97c8cc80bff6b68db47ba934195096f3);
|
|
|
|
|
|
|
|
marker_60dda368c409cd94aa518143d62d99e7.bindPopup(popup_03b3d0e553181a6b8e681b3a35fa819a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60dda368c409cd94aa518143d62d99e7.setIcon(icon_78f2976094ead06fd1697b0b3f9e23ff);
|
|
|
|
|
|
var marker_03e2a5427a3ad3a86ba3160e17223ddf = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_980c4d07965873e1c417c274665393cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_678603fcf5fb9755e862f650f5bac812 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c27f24ea7b30db1cd9d06719fa35b5e = $(`<div id="html_5c27f24ea7b30db1cd9d06719fa35b5e" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_678603fcf5fb9755e862f650f5bac812.setContent(html_5c27f24ea7b30db1cd9d06719fa35b5e);
|
|
|
|
|
|
|
|
marker_03e2a5427a3ad3a86ba3160e17223ddf.bindPopup(popup_678603fcf5fb9755e862f650f5bac812)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03e2a5427a3ad3a86ba3160e17223ddf.setIcon(icon_980c4d07965873e1c417c274665393cf);
|
|
|
|
|
|
var marker_d777f9b5797d59c67fd3012505380257 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d1e00e5ec8af056cfd9b0ab18260ac30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_300c22c16726e5c609521bcdf98c1b35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e260e644f7a7b10af53d8a92b6fd1d0 = $(`<div id="html_1e260e644f7a7b10af53d8a92b6fd1d0" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_300c22c16726e5c609521bcdf98c1b35.setContent(html_1e260e644f7a7b10af53d8a92b6fd1d0);
|
|
|
|
|
|
|
|
marker_d777f9b5797d59c67fd3012505380257.bindPopup(popup_300c22c16726e5c609521bcdf98c1b35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d777f9b5797d59c67fd3012505380257.setIcon(icon_d1e00e5ec8af056cfd9b0ab18260ac30);
|
|
|
|
|
|
var marker_26266fbf8e6a241d63a5bf70fb7926d7 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9ec2667b6d421d75ce1ffcbb2ca5c366 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_257238e29e2508ae28c7c73d30e285d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59e7447234dfa1cda1a989022b19c9fa = $(`<div id="html_59e7447234dfa1cda1a989022b19c9fa" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_257238e29e2508ae28c7c73d30e285d8.setContent(html_59e7447234dfa1cda1a989022b19c9fa);
|
|
|
|
|
|
|
|
marker_26266fbf8e6a241d63a5bf70fb7926d7.bindPopup(popup_257238e29e2508ae28c7c73d30e285d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26266fbf8e6a241d63a5bf70fb7926d7.setIcon(icon_9ec2667b6d421d75ce1ffcbb2ca5c366);
|
|
|
|
|
|
var marker_b8b67ca0325bb1cc10ecaf590eec2980 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_562ea8d7be210f698ae0ce752f37075e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0809af830f4ad47b882609d6700540a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0748bae39b24244348f37b7029169d8 = $(`<div id="html_f0748bae39b24244348f37b7029169d8" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_0809af830f4ad47b882609d6700540a5.setContent(html_f0748bae39b24244348f37b7029169d8);
|
|
|
|
|
|
|
|
marker_b8b67ca0325bb1cc10ecaf590eec2980.bindPopup(popup_0809af830f4ad47b882609d6700540a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8b67ca0325bb1cc10ecaf590eec2980.setIcon(icon_562ea8d7be210f698ae0ce752f37075e);
|
|
|
|
|
|
var marker_0879052a280f44936c16743027df2cdd = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4afcab69b4e39c8f4aee2701134edeff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d72bdc53631a8ed115286e7a5e42567 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_037b677d0d61ededec693c18041b886e = $(`<div id="html_037b677d0d61ededec693c18041b886e" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_6d72bdc53631a8ed115286e7a5e42567.setContent(html_037b677d0d61ededec693c18041b886e);
|
|
|
|
|
|
|
|
marker_0879052a280f44936c16743027df2cdd.bindPopup(popup_6d72bdc53631a8ed115286e7a5e42567)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0879052a280f44936c16743027df2cdd.setIcon(icon_4afcab69b4e39c8f4aee2701134edeff);
|
|
|
|
|
|
var marker_4df4e68fecfab918c0bbdeceabab636d = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3146e002f1780f41adafc4eecfce0088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_610f0f0e0271c155c12d6099430c2132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e363883d5aca6bdd95dc5d03d40e6ac = $(`<div id="html_5e363883d5aca6bdd95dc5d03d40e6ac" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_610f0f0e0271c155c12d6099430c2132.setContent(html_5e363883d5aca6bdd95dc5d03d40e6ac);
|
|
|
|
|
|
|
|
marker_4df4e68fecfab918c0bbdeceabab636d.bindPopup(popup_610f0f0e0271c155c12d6099430c2132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4df4e68fecfab918c0bbdeceabab636d.setIcon(icon_3146e002f1780f41adafc4eecfce0088);
|
|
|
|
|
|
var marker_918e0d66af0db72273cf9057b76b8a23 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_63da433a098a23bf74952fdcfb91fead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b680239e9807dde6a560f24403dc1443 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9afbbb64f9076b779eb675675b8aa14a = $(`<div id="html_9afbbb64f9076b779eb675675b8aa14a" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_b680239e9807dde6a560f24403dc1443.setContent(html_9afbbb64f9076b779eb675675b8aa14a);
|
|
|
|
|
|
|
|
marker_918e0d66af0db72273cf9057b76b8a23.bindPopup(popup_b680239e9807dde6a560f24403dc1443)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_918e0d66af0db72273cf9057b76b8a23.setIcon(icon_63da433a098a23bf74952fdcfb91fead);
|
|
|
|
|
|
var marker_e0220f3b9601130ba60f8e4d7305386c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_961998b51266f2257e56b84ca7275965 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_851e63d739386ea3ca533f9f8f94cc3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_322b2067062678d9c5dac0e6d7b98c02 = $(`<div id="html_322b2067062678d9c5dac0e6d7b98c02" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_851e63d739386ea3ca533f9f8f94cc3d.setContent(html_322b2067062678d9c5dac0e6d7b98c02);
|
|
|
|
|
|
|
|
marker_e0220f3b9601130ba60f8e4d7305386c.bindPopup(popup_851e63d739386ea3ca533f9f8f94cc3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0220f3b9601130ba60f8e4d7305386c.setIcon(icon_961998b51266f2257e56b84ca7275965);
|
|
|
|
|
|
var marker_822fb532bb181e61808e3a9567302807 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f4bab9f99fa9685c214bfbec8d0173dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60438d5138e330f29f319f8fb2b31008 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de3a230f54e98b782ac21c4eca2dab35 = $(`<div id="html_de3a230f54e98b782ac21c4eca2dab35" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_60438d5138e330f29f319f8fb2b31008.setContent(html_de3a230f54e98b782ac21c4eca2dab35);
|
|
|
|
|
|
|
|
marker_822fb532bb181e61808e3a9567302807.bindPopup(popup_60438d5138e330f29f319f8fb2b31008)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822fb532bb181e61808e3a9567302807.setIcon(icon_f4bab9f99fa9685c214bfbec8d0173dc);
|
|
|
|
|
|
var marker_232eb0ad42cf246a02a558d6ad3cff6d = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4c2baa207800f94d3c755cd897c8a16d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20530a81184afb910720379af13f9610 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71062a43f09916c81b0ca7524ef782ba = $(`<div id="html_71062a43f09916c81b0ca7524ef782ba" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_20530a81184afb910720379af13f9610.setContent(html_71062a43f09916c81b0ca7524ef782ba);
|
|
|
|
|
|
|
|
marker_232eb0ad42cf246a02a558d6ad3cff6d.bindPopup(popup_20530a81184afb910720379af13f9610)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_232eb0ad42cf246a02a558d6ad3cff6d.setIcon(icon_4c2baa207800f94d3c755cd897c8a16d);
|
|
|
|
|
|
var marker_77bf6e330d1e8ab81ab39bd10f07d365 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_93361905c0e5f5bfadbee32d25c2b254 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53f06db26f72074deea9d1106d5c0490 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cb1bad6f0cd704164cc9dcd363fc3c9 = $(`<div id="html_0cb1bad6f0cd704164cc9dcd363fc3c9" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_53f06db26f72074deea9d1106d5c0490.setContent(html_0cb1bad6f0cd704164cc9dcd363fc3c9);
|
|
|
|
|
|
|
|
marker_77bf6e330d1e8ab81ab39bd10f07d365.bindPopup(popup_53f06db26f72074deea9d1106d5c0490)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77bf6e330d1e8ab81ab39bd10f07d365.setIcon(icon_93361905c0e5f5bfadbee32d25c2b254);
|
|
|
|
|
|
var marker_a5a342008ee42cc9a2bc97a8373a922e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e2bc264a1ffd9967d6425300e9d6d91e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d9135a272454bb6f849fc813186d3fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b15784592273d5f01a5e92969a0cf6e = $(`<div id="html_7b15784592273d5f01a5e92969a0cf6e" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_1d9135a272454bb6f849fc813186d3fd.setContent(html_7b15784592273d5f01a5e92969a0cf6e);
|
|
|
|
|
|
|
|
marker_a5a342008ee42cc9a2bc97a8373a922e.bindPopup(popup_1d9135a272454bb6f849fc813186d3fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5a342008ee42cc9a2bc97a8373a922e.setIcon(icon_e2bc264a1ffd9967d6425300e9d6d91e);
|
|
|
|
|
|
var marker_5ed4b4a8c1e998370d71d57e2796659c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_a1bd4ed34796d0cb7834085442c3ad80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fbac66b4c6cf6650bed102d7a9a6166 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb87bb55f37a6b7f9ab535f84f1622ef = $(`<div id="html_eb87bb55f37a6b7f9ab535f84f1622ef" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_8fbac66b4c6cf6650bed102d7a9a6166.setContent(html_eb87bb55f37a6b7f9ab535f84f1622ef);
|
|
|
|
|
|
|
|
marker_5ed4b4a8c1e998370d71d57e2796659c.bindPopup(popup_8fbac66b4c6cf6650bed102d7a9a6166)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ed4b4a8c1e998370d71d57e2796659c.setIcon(icon_a1bd4ed34796d0cb7834085442c3ad80);
|
|
|
|
|
|
var marker_c693f9222c8b1bdbbacd9238bf3a6851 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1db8204dc2522c4a244d9c1ac28f214b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9c5f4f312ce3387c62f5511c260d39d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a19890d74723d53cd8f24f354af0a0c4 = $(`<div id="html_a19890d74723d53cd8f24f354af0a0c4" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_a9c5f4f312ce3387c62f5511c260d39d.setContent(html_a19890d74723d53cd8f24f354af0a0c4);
|
|
|
|
|
|
|
|
marker_c693f9222c8b1bdbbacd9238bf3a6851.bindPopup(popup_a9c5f4f312ce3387c62f5511c260d39d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c693f9222c8b1bdbbacd9238bf3a6851.setIcon(icon_1db8204dc2522c4a244d9c1ac28f214b);
|
|
|
|
|
|
var marker_70d288a2b3dbdcb8b35df7ca37a2ce3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c76c3bc5ff34c3a8ea59e2fa1084e370 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c45f80bc259d80fd3c8242c5d0af35d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63a68392e93d016af93db8b69af4949b = $(`<div id="html_63a68392e93d016af93db8b69af4949b" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_5c45f80bc259d80fd3c8242c5d0af35d.setContent(html_63a68392e93d016af93db8b69af4949b);
|
|
|
|
|
|
|
|
marker_70d288a2b3dbdcb8b35df7ca37a2ce3a.bindPopup(popup_5c45f80bc259d80fd3c8242c5d0af35d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70d288a2b3dbdcb8b35df7ca37a2ce3a.setIcon(icon_c76c3bc5ff34c3a8ea59e2fa1084e370);
|
|
|
|
|
|
var marker_5201e4a1103011c2b4f98af0a0a9d703 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_da0afa9ecf9eaf60c32ad3fb75fa87bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23cef0918547762d75fef6cc2e878557 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5f96f66c42165101066db4bec354ee4 = $(`<div id="html_f5f96f66c42165101066db4bec354ee4" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_23cef0918547762d75fef6cc2e878557.setContent(html_f5f96f66c42165101066db4bec354ee4);
|
|
|
|
|
|
|
|
marker_5201e4a1103011c2b4f98af0a0a9d703.bindPopup(popup_23cef0918547762d75fef6cc2e878557)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5201e4a1103011c2b4f98af0a0a9d703.setIcon(icon_da0afa9ecf9eaf60c32ad3fb75fa87bc);
|
|
|
|
|
|
var marker_7f024dcfe59b24e92260dec1f7deea65 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bc5b7079cfd51ea6068375f7b846217f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c1646efc40e573c0ad234e33b15b8aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f77a99891e7a16f19394e742b78f32c0 = $(`<div id="html_f77a99891e7a16f19394e742b78f32c0" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_2c1646efc40e573c0ad234e33b15b8aa.setContent(html_f77a99891e7a16f19394e742b78f32c0);
|
|
|
|
|
|
|
|
marker_7f024dcfe59b24e92260dec1f7deea65.bindPopup(popup_2c1646efc40e573c0ad234e33b15b8aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f024dcfe59b24e92260dec1f7deea65.setIcon(icon_bc5b7079cfd51ea6068375f7b846217f);
|
|
|
|
|
|
var marker_3cfd778bbc401b8aebda74970c403fdb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_53900dd9fd2eb8c461cca2c4759097a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59d44b511ca7e6e9a0ecd21e74a3e502 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2751a6a6b2b2fd148656f9500210992a = $(`<div id="html_2751a6a6b2b2fd148656f9500210992a" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_59d44b511ca7e6e9a0ecd21e74a3e502.setContent(html_2751a6a6b2b2fd148656f9500210992a);
|
|
|
|
|
|
|
|
marker_3cfd778bbc401b8aebda74970c403fdb.bindPopup(popup_59d44b511ca7e6e9a0ecd21e74a3e502)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cfd778bbc401b8aebda74970c403fdb.setIcon(icon_53900dd9fd2eb8c461cca2c4759097a5);
|
|
|
|
|
|
var marker_d422f759e3c5647fde3e0fff6fee5b52 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d2d2512dc5a2eb074bdaac82fb4930b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e404adac742b62c8c7d7b7ee30dd2acf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5975a212db5e1396b5c665109717dd1 = $(`<div id="html_a5975a212db5e1396b5c665109717dd1" style="width: 100.0%; height: 100.0%;">relay.omarih.com</div>`)[0];
|
|
popup_e404adac742b62c8c7d7b7ee30dd2acf.setContent(html_a5975a212db5e1396b5c665109717dd1);
|
|
|
|
|
|
|
|
marker_d422f759e3c5647fde3e0fff6fee5b52.bindPopup(popup_e404adac742b62c8c7d7b7ee30dd2acf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d422f759e3c5647fde3e0fff6fee5b52.setIcon(icon_d2d2512dc5a2eb074bdaac82fb4930b0);
|
|
|
|
|
|
var marker_8f18aab74deb030a4495135ad49f23b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f1f7d915293440c85911311721fdc783 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_372ad92fdfc7f7d02489089c5cffc059 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e837e3e0a2deaaf1de09608050dcd75 = $(`<div id="html_1e837e3e0a2deaaf1de09608050dcd75" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_372ad92fdfc7f7d02489089c5cffc059.setContent(html_1e837e3e0a2deaaf1de09608050dcd75);
|
|
|
|
|
|
|
|
marker_8f18aab74deb030a4495135ad49f23b5.bindPopup(popup_372ad92fdfc7f7d02489089c5cffc059)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f18aab74deb030a4495135ad49f23b5.setIcon(icon_f1f7d915293440c85911311721fdc783);
|
|
|
|
|
|
var marker_848adff9a043bfea59c1bdacdd54072b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_522aa6df18afa3eb738367f8528679c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6013235ec56c7de36610b3fa8e701853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ae420c27929294b4dcc2ba0a84c67f7 = $(`<div id="html_4ae420c27929294b4dcc2ba0a84c67f7" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_6013235ec56c7de36610b3fa8e701853.setContent(html_4ae420c27929294b4dcc2ba0a84c67f7);
|
|
|
|
|
|
|
|
marker_848adff9a043bfea59c1bdacdd54072b.bindPopup(popup_6013235ec56c7de36610b3fa8e701853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_848adff9a043bfea59c1bdacdd54072b.setIcon(icon_522aa6df18afa3eb738367f8528679c9);
|
|
|
|
|
|
var marker_6625da1ae143a509d22ebd1816871c71 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_aef5db6b1151c157178723b8e914fb52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4536681ce5cca9f0b5e44412ae00c0bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fc6b8f030dd63d4b82cb9e0e3961b99 = $(`<div id="html_9fc6b8f030dd63d4b82cb9e0e3961b99" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_4536681ce5cca9f0b5e44412ae00c0bb.setContent(html_9fc6b8f030dd63d4b82cb9e0e3961b99);
|
|
|
|
|
|
|
|
marker_6625da1ae143a509d22ebd1816871c71.bindPopup(popup_4536681ce5cca9f0b5e44412ae00c0bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6625da1ae143a509d22ebd1816871c71.setIcon(icon_aef5db6b1151c157178723b8e914fb52);
|
|
|
|
|
|
var marker_348b2905b92936edcb4472b233ba4f59 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8c3abc8ec024fe709ce09cd281329be4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f61631ae997faea1a78db788d6d0ca3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8174d46be2580eb5824ad601f2db56c8 = $(`<div id="html_8174d46be2580eb5824ad601f2db56c8" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_f61631ae997faea1a78db788d6d0ca3b.setContent(html_8174d46be2580eb5824ad601f2db56c8);
|
|
|
|
|
|
|
|
marker_348b2905b92936edcb4472b233ba4f59.bindPopup(popup_f61631ae997faea1a78db788d6d0ca3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_348b2905b92936edcb4472b233ba4f59.setIcon(icon_8c3abc8ec024fe709ce09cd281329be4);
|
|
|
|
|
|
var marker_b24711672fff7f48d5443433f747c796 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_63fb3326b53f91550e4b178e2d3ef7f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6714768f191c713416fdb688fe68f028 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e4cd0775f562ed800e1a9b378c64be2 = $(`<div id="html_7e4cd0775f562ed800e1a9b378c64be2" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_6714768f191c713416fdb688fe68f028.setContent(html_7e4cd0775f562ed800e1a9b378c64be2);
|
|
|
|
|
|
|
|
marker_b24711672fff7f48d5443433f747c796.bindPopup(popup_6714768f191c713416fdb688fe68f028)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b24711672fff7f48d5443433f747c796.setIcon(icon_63fb3326b53f91550e4b178e2d3ef7f7);
|
|
|
|
|
|
var marker_89cae243d593d7fe00da13e9ee9cb238 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_36004e87b88c318883336f49bc96ed41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fb9591448bb3aa8a7bd187786fa3fc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71da832078513d914011837dc0b8b949 = $(`<div id="html_71da832078513d914011837dc0b8b949" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_5fb9591448bb3aa8a7bd187786fa3fc4.setContent(html_71da832078513d914011837dc0b8b949);
|
|
|
|
|
|
|
|
marker_89cae243d593d7fe00da13e9ee9cb238.bindPopup(popup_5fb9591448bb3aa8a7bd187786fa3fc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89cae243d593d7fe00da13e9ee9cb238.setIcon(icon_36004e87b88c318883336f49bc96ed41);
|
|
|
|
|
|
var marker_679047adde9768fe10cb0f608fcd9ab4 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3f9385697ca7a836e9a27e0820fb311f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16ca687c77f944d9c405f15a3ba9b54e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2ab3c59806fa28c8530cef463c55ae0 = $(`<div id="html_f2ab3c59806fa28c8530cef463c55ae0" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_16ca687c77f944d9c405f15a3ba9b54e.setContent(html_f2ab3c59806fa28c8530cef463c55ae0);
|
|
|
|
|
|
|
|
marker_679047adde9768fe10cb0f608fcd9ab4.bindPopup(popup_16ca687c77f944d9c405f15a3ba9b54e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_679047adde9768fe10cb0f608fcd9ab4.setIcon(icon_3f9385697ca7a836e9a27e0820fb311f);
|
|
|
|
|
|
var marker_1a7d661bec2f85229c53edc740cdc604 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7b920ba4fbce77a54cf3d07bd195c082 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ed36b97830000dbd9b86f68a2d50cd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a939f888c7ceab9b501c2bc0ae33519 = $(`<div id="html_1a939f888c7ceab9b501c2bc0ae33519" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_3ed36b97830000dbd9b86f68a2d50cd9.setContent(html_1a939f888c7ceab9b501c2bc0ae33519);
|
|
|
|
|
|
|
|
marker_1a7d661bec2f85229c53edc740cdc604.bindPopup(popup_3ed36b97830000dbd9b86f68a2d50cd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a7d661bec2f85229c53edc740cdc604.setIcon(icon_7b920ba4fbce77a54cf3d07bd195c082);
|
|
|
|
|
|
var marker_7174761b2de2acacf8226ec852fc8c0c = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e4dfa1f425e581fe96450b64a7860d18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b54b68b21a69db2c92cddf835a1e083 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac0bc1ae60e28124504333a64b36a583 = $(`<div id="html_ac0bc1ae60e28124504333a64b36a583" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_6b54b68b21a69db2c92cddf835a1e083.setContent(html_ac0bc1ae60e28124504333a64b36a583);
|
|
|
|
|
|
|
|
marker_7174761b2de2acacf8226ec852fc8c0c.bindPopup(popup_6b54b68b21a69db2c92cddf835a1e083)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7174761b2de2acacf8226ec852fc8c0c.setIcon(icon_e4dfa1f425e581fe96450b64a7860d18);
|
|
|
|
|
|
var marker_a0070db43ef5598aeda1d5a7ce38d66f = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9c05747e57d327c3bb6d968d44e1c3dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_936b6835e9137a8a98d794cc368b1569 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d383992a5467171ab2620832d91cf425 = $(`<div id="html_d383992a5467171ab2620832d91cf425" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_936b6835e9137a8a98d794cc368b1569.setContent(html_d383992a5467171ab2620832d91cf425);
|
|
|
|
|
|
|
|
marker_a0070db43ef5598aeda1d5a7ce38d66f.bindPopup(popup_936b6835e9137a8a98d794cc368b1569)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0070db43ef5598aeda1d5a7ce38d66f.setIcon(icon_9c05747e57d327c3bb6d968d44e1c3dd);
|
|
|
|
|
|
var marker_ddab7f8cc65c46e1f46168b76355e597 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5d4cffbf4882095a24d2974f24c65cd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed8b3327fad2d4661f8298bfa0f742bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58f8b12504c08991eb92a43aa255eed1 = $(`<div id="html_58f8b12504c08991eb92a43aa255eed1" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_ed8b3327fad2d4661f8298bfa0f742bb.setContent(html_58f8b12504c08991eb92a43aa255eed1);
|
|
|
|
|
|
|
|
marker_ddab7f8cc65c46e1f46168b76355e597.bindPopup(popup_ed8b3327fad2d4661f8298bfa0f742bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddab7f8cc65c46e1f46168b76355e597.setIcon(icon_5d4cffbf4882095a24d2974f24c65cd2);
|
|
|
|
|
|
var marker_6f8bffe36859789d1276fae2059a49c7 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3ad1fccaf52bad1da797a626d1647c7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3046d6cdc0daf780b6411766d9628faa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17abd872b8253a285502f19000b2ec5a = $(`<div id="html_17abd872b8253a285502f19000b2ec5a" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_3046d6cdc0daf780b6411766d9628faa.setContent(html_17abd872b8253a285502f19000b2ec5a);
|
|
|
|
|
|
|
|
marker_6f8bffe36859789d1276fae2059a49c7.bindPopup(popup_3046d6cdc0daf780b6411766d9628faa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f8bffe36859789d1276fae2059a49c7.setIcon(icon_3ad1fccaf52bad1da797a626d1647c7c);
|
|
|
|
|
|
var marker_d6e2fbc3ce77dc18fa2c108c9421e249 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d5e1d3a1ce9541fc759fe3c1026cb7af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25e0fdcc5201f39b6695115d67fa5061 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33db94dc2d67e88404f2fc5cf30d58b1 = $(`<div id="html_33db94dc2d67e88404f2fc5cf30d58b1" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_25e0fdcc5201f39b6695115d67fa5061.setContent(html_33db94dc2d67e88404f2fc5cf30d58b1);
|
|
|
|
|
|
|
|
marker_d6e2fbc3ce77dc18fa2c108c9421e249.bindPopup(popup_25e0fdcc5201f39b6695115d67fa5061)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6e2fbc3ce77dc18fa2c108c9421e249.setIcon(icon_d5e1d3a1ce9541fc759fe3c1026cb7af);
|
|
|
|
|
|
var marker_7e7ff20888201f1dee89d1189f2fc89e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8e798ceb6b4113c7b7bf4be2e52146e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf4e3b314815d83acdafa8f5fadd659a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d6af86cf31042ab7f09178601e03d08 = $(`<div id="html_8d6af86cf31042ab7f09178601e03d08" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_cf4e3b314815d83acdafa8f5fadd659a.setContent(html_8d6af86cf31042ab7f09178601e03d08);
|
|
|
|
|
|
|
|
marker_7e7ff20888201f1dee89d1189f2fc89e.bindPopup(popup_cf4e3b314815d83acdafa8f5fadd659a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e7ff20888201f1dee89d1189f2fc89e.setIcon(icon_8e798ceb6b4113c7b7bf4be2e52146e6);
|
|
|
|
|
|
var marker_09f5885413aabca91ae09b22b2236c64 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d3d9c1635cf130a99f1a12f685f1863e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_486c303af90031862ab9cbab04d592d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f4975ecd2e9c0c556cd1acc19a3a4f0 = $(`<div id="html_4f4975ecd2e9c0c556cd1acc19a3a4f0" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_486c303af90031862ab9cbab04d592d5.setContent(html_4f4975ecd2e9c0c556cd1acc19a3a4f0);
|
|
|
|
|
|
|
|
marker_09f5885413aabca91ae09b22b2236c64.bindPopup(popup_486c303af90031862ab9cbab04d592d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f5885413aabca91ae09b22b2236c64.setIcon(icon_d3d9c1635cf130a99f1a12f685f1863e);
|
|
|
|
|
|
var marker_8d2977cb7b2e978e24a57b5465734c04 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d5f3f4ab07bf4b1312de42732f43790d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75b9bc5505139479cc2c249cbb12fb1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82cde0a579706908bc7f11f36a6e99a0 = $(`<div id="html_82cde0a579706908bc7f11f36a6e99a0" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_75b9bc5505139479cc2c249cbb12fb1e.setContent(html_82cde0a579706908bc7f11f36a6e99a0);
|
|
|
|
|
|
|
|
marker_8d2977cb7b2e978e24a57b5465734c04.bindPopup(popup_75b9bc5505139479cc2c249cbb12fb1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d2977cb7b2e978e24a57b5465734c04.setIcon(icon_d5f3f4ab07bf4b1312de42732f43790d);
|
|
|
|
|
|
var marker_3368e9c6d3263d36789d469a902034ad = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9e0fb22b12da2c894c865f34f420ed08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da5cf2b9c5fcae4e604a0f891b0227cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cdfa34109d010e04d17ed87bcd0ca67 = $(`<div id="html_1cdfa34109d010e04d17ed87bcd0ca67" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_da5cf2b9c5fcae4e604a0f891b0227cd.setContent(html_1cdfa34109d010e04d17ed87bcd0ca67);
|
|
|
|
|
|
|
|
marker_3368e9c6d3263d36789d469a902034ad.bindPopup(popup_da5cf2b9c5fcae4e604a0f891b0227cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3368e9c6d3263d36789d469a902034ad.setIcon(icon_9e0fb22b12da2c894c865f34f420ed08);
|
|
|
|
|
|
var marker_63b7382718c348976d6f5d0f8b854850 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e9676386a95b452e40439db30eda47f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68a355f38ad7f38ed418fdf848fb9519 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bdb6cf2d9099889ef005ba963c30876 = $(`<div id="html_6bdb6cf2d9099889ef005ba963c30876" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_68a355f38ad7f38ed418fdf848fb9519.setContent(html_6bdb6cf2d9099889ef005ba963c30876);
|
|
|
|
|
|
|
|
marker_63b7382718c348976d6f5d0f8b854850.bindPopup(popup_68a355f38ad7f38ed418fdf848fb9519)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63b7382718c348976d6f5d0f8b854850.setIcon(icon_e9676386a95b452e40439db30eda47f5);
|
|
|
|
|
|
var marker_fb79e4c9246854a82eefcd3c9acf2e9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_771f857a9abcca6700acb5a1af0c8217 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d561e94b8ca9b1854136dd10fccdb98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74dde9ee0d6ed32a6344e222dfb542de = $(`<div id="html_74dde9ee0d6ed32a6344e222dfb542de" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_1d561e94b8ca9b1854136dd10fccdb98.setContent(html_74dde9ee0d6ed32a6344e222dfb542de);
|
|
|
|
|
|
|
|
marker_fb79e4c9246854a82eefcd3c9acf2e9a.bindPopup(popup_1d561e94b8ca9b1854136dd10fccdb98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb79e4c9246854a82eefcd3c9acf2e9a.setIcon(icon_771f857a9abcca6700acb5a1af0c8217);
|
|
|
|
|
|
var marker_58475da771a5631fa942eb0e0e36f66f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_223c81b89961c252212ae6efc80ed8b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd1d9bc14cfc5373f78a6529154ea4d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9595778ad6ede68e4b369a853fe0ec41 = $(`<div id="html_9595778ad6ede68e4b369a853fe0ec41" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_fd1d9bc14cfc5373f78a6529154ea4d0.setContent(html_9595778ad6ede68e4b369a853fe0ec41);
|
|
|
|
|
|
|
|
marker_58475da771a5631fa942eb0e0e36f66f.bindPopup(popup_fd1d9bc14cfc5373f78a6529154ea4d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58475da771a5631fa942eb0e0e36f66f.setIcon(icon_223c81b89961c252212ae6efc80ed8b2);
|
|
|
|
|
|
var marker_68db151f9db5fb2b9ae81c663abcc149 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_2857f33fb72c6e136d9d8b855f1e96eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aea18ba77596583fb7fb1dd9317a830 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dd10279faae521495dc3870b5ed4d5e = $(`<div id="html_8dd10279faae521495dc3870b5ed4d5e" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_3aea18ba77596583fb7fb1dd9317a830.setContent(html_8dd10279faae521495dc3870b5ed4d5e);
|
|
|
|
|
|
|
|
marker_68db151f9db5fb2b9ae81c663abcc149.bindPopup(popup_3aea18ba77596583fb7fb1dd9317a830)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68db151f9db5fb2b9ae81c663abcc149.setIcon(icon_2857f33fb72c6e136d9d8b855f1e96eb);
|
|
|
|
|
|
var marker_fd49240fd0ec0fc0c991876e4c92d585 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f81a933aa2f60f91c4a4b69fefe22547 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07829fe158b7aaf1dc4446c5d211a1d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a391976723e0c3e270bece47a96b4637 = $(`<div id="html_a391976723e0c3e270bece47a96b4637" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_07829fe158b7aaf1dc4446c5d211a1d4.setContent(html_a391976723e0c3e270bece47a96b4637);
|
|
|
|
|
|
|
|
marker_fd49240fd0ec0fc0c991876e4c92d585.bindPopup(popup_07829fe158b7aaf1dc4446c5d211a1d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd49240fd0ec0fc0c991876e4c92d585.setIcon(icon_f81a933aa2f60f91c4a4b69fefe22547);
|
|
|
|
|
|
var marker_41ae25c2a037e1bb0a457710aa468192 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_13b560b67aac144bb224ad3c5cb52cfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d69a35611bdae2537d304cb406bcdf83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d39a588f1ad4f3793b898b30cd100bf0 = $(`<div id="html_d39a588f1ad4f3793b898b30cd100bf0" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_d69a35611bdae2537d304cb406bcdf83.setContent(html_d39a588f1ad4f3793b898b30cd100bf0);
|
|
|
|
|
|
|
|
marker_41ae25c2a037e1bb0a457710aa468192.bindPopup(popup_d69a35611bdae2537d304cb406bcdf83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41ae25c2a037e1bb0a457710aa468192.setIcon(icon_13b560b67aac144bb224ad3c5cb52cfd);
|
|
|
|
|
|
var marker_626aa2d28556a624e2654e1f8fbc13e9 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5c849c7344aa36b093e06dc6fd0dab59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18b29d0b9ee7722798af580137de9dc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_862578df6f1add7f79cb73c01b2f721b = $(`<div id="html_862578df6f1add7f79cb73c01b2f721b" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_18b29d0b9ee7722798af580137de9dc5.setContent(html_862578df6f1add7f79cb73c01b2f721b);
|
|
|
|
|
|
|
|
marker_626aa2d28556a624e2654e1f8fbc13e9.bindPopup(popup_18b29d0b9ee7722798af580137de9dc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_626aa2d28556a624e2654e1f8fbc13e9.setIcon(icon_5c849c7344aa36b093e06dc6fd0dab59);
|
|
|
|
|
|
var marker_87698d5376a749b9e3b5e3c62485006e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_44374ff21983f34c602fce3c9d1ce8cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91dc7e9e3c945016b3ace24d6434fca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2816f1296e34b5027eb0441cbd82e43c = $(`<div id="html_2816f1296e34b5027eb0441cbd82e43c" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_91dc7e9e3c945016b3ace24d6434fca7.setContent(html_2816f1296e34b5027eb0441cbd82e43c);
|
|
|
|
|
|
|
|
marker_87698d5376a749b9e3b5e3c62485006e.bindPopup(popup_91dc7e9e3c945016b3ace24d6434fca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87698d5376a749b9e3b5e3c62485006e.setIcon(icon_44374ff21983f34c602fce3c9d1ce8cc);
|
|
|
|
|
|
var marker_372fb4fe5212a1192639adc033366225 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c44f111797d5abaae9163e3dd856470a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89c118a74ad62b0deda7cde43d67add5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2176a47255182edf75d3109a1883c463 = $(`<div id="html_2176a47255182edf75d3109a1883c463" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_89c118a74ad62b0deda7cde43d67add5.setContent(html_2176a47255182edf75d3109a1883c463);
|
|
|
|
|
|
|
|
marker_372fb4fe5212a1192639adc033366225.bindPopup(popup_89c118a74ad62b0deda7cde43d67add5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_372fb4fe5212a1192639adc033366225.setIcon(icon_c44f111797d5abaae9163e3dd856470a);
|
|
|
|
|
|
var marker_853514c287b9055d29945ae932967477 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7717829e7a286e23a7223002509e9334 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ce6970e2336cf622151e5509b57a2b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d65f446cba5eaf775a6df5f1663018d = $(`<div id="html_3d65f446cba5eaf775a6df5f1663018d" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_0ce6970e2336cf622151e5509b57a2b4.setContent(html_3d65f446cba5eaf775a6df5f1663018d);
|
|
|
|
|
|
|
|
marker_853514c287b9055d29945ae932967477.bindPopup(popup_0ce6970e2336cf622151e5509b57a2b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_853514c287b9055d29945ae932967477.setIcon(icon_7717829e7a286e23a7223002509e9334);
|
|
|
|
|
|
var marker_a53b78a755a0a993e981b09c51efd796 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bc472b1460e9aa10f95f2e18501496cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8c99d0f573d9ac87d906d710c534287 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4eca8b3bedc0f1ef92c9a11727975e5a = $(`<div id="html_4eca8b3bedc0f1ef92c9a11727975e5a" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_c8c99d0f573d9ac87d906d710c534287.setContent(html_4eca8b3bedc0f1ef92c9a11727975e5a);
|
|
|
|
|
|
|
|
marker_a53b78a755a0a993e981b09c51efd796.bindPopup(popup_c8c99d0f573d9ac87d906d710c534287)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a53b78a755a0a993e981b09c51efd796.setIcon(icon_bc472b1460e9aa10f95f2e18501496cd);
|
|
|
|
|
|
var marker_4267a694cab5955b5de17416e8373696 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7e43c9f6a262a69b0fc2cde484545f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feeb2d2fcf6a88ceec6dfee70d2de947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9331ea26fcc2d8fe7f3fc593e3d777b3 = $(`<div id="html_9331ea26fcc2d8fe7f3fc593e3d777b3" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_feeb2d2fcf6a88ceec6dfee70d2de947.setContent(html_9331ea26fcc2d8fe7f3fc593e3d777b3);
|
|
|
|
|
|
|
|
marker_4267a694cab5955b5de17416e8373696.bindPopup(popup_feeb2d2fcf6a88ceec6dfee70d2de947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4267a694cab5955b5de17416e8373696.setIcon(icon_7e43c9f6a262a69b0fc2cde484545f9d);
|
|
|
|
|
|
var marker_a59a551f1b3380c7da430f48c3257e08 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0667cd02163185c287c26a1d9d40e861 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7e0099ecc29092024b9905bf51c7b5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f01e0c8e7afaa3b4750ceee3344c2105 = $(`<div id="html_f01e0c8e7afaa3b4750ceee3344c2105" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_b7e0099ecc29092024b9905bf51c7b5b.setContent(html_f01e0c8e7afaa3b4750ceee3344c2105);
|
|
|
|
|
|
|
|
marker_a59a551f1b3380c7da430f48c3257e08.bindPopup(popup_b7e0099ecc29092024b9905bf51c7b5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a59a551f1b3380c7da430f48c3257e08.setIcon(icon_0667cd02163185c287c26a1d9d40e861);
|
|
|
|
|
|
var marker_5e37b526fc5c290cab80ce802a8cda8f = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3daa43e8f196b638b7fd4da84ce55322 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abe41144338f120b3865497564e676bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bb3e38145b838b63332bb406c1a4e68 = $(`<div id="html_1bb3e38145b838b63332bb406c1a4e68" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_abe41144338f120b3865497564e676bc.setContent(html_1bb3e38145b838b63332bb406c1a4e68);
|
|
|
|
|
|
|
|
marker_5e37b526fc5c290cab80ce802a8cda8f.bindPopup(popup_abe41144338f120b3865497564e676bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e37b526fc5c290cab80ce802a8cda8f.setIcon(icon_3daa43e8f196b638b7fd4da84ce55322);
|
|
|
|
|
|
var marker_ea627f99145c1d0a0f1014774ef11de8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ed5ed262106522a2d9e3b324eeeea6d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eea52016d49fd90a4b4e61891ae3342c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa0a9d5ffdcee7c97e4e1488566110f5 = $(`<div id="html_aa0a9d5ffdcee7c97e4e1488566110f5" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_eea52016d49fd90a4b4e61891ae3342c.setContent(html_aa0a9d5ffdcee7c97e4e1488566110f5);
|
|
|
|
|
|
|
|
marker_ea627f99145c1d0a0f1014774ef11de8.bindPopup(popup_eea52016d49fd90a4b4e61891ae3342c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea627f99145c1d0a0f1014774ef11de8.setIcon(icon_ed5ed262106522a2d9e3b324eeeea6d2);
|
|
|
|
|
|
var marker_0cfe21f3e0bf1d4935face484cc9950d = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_bf93847703b046153aa9d43840208aa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b564a3966a06eef7a353d8231b8b6f65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83206e2e912416f58e757ba5686ce91d = $(`<div id="html_83206e2e912416f58e757ba5686ce91d" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_b564a3966a06eef7a353d8231b8b6f65.setContent(html_83206e2e912416f58e757ba5686ce91d);
|
|
|
|
|
|
|
|
marker_0cfe21f3e0bf1d4935face484cc9950d.bindPopup(popup_b564a3966a06eef7a353d8231b8b6f65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cfe21f3e0bf1d4935face484cc9950d.setIcon(icon_bf93847703b046153aa9d43840208aa5);
|
|
|
|
|
|
var marker_036cdf57d6145b7b8d96833e858892b0 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d8690739803f961f046773d868f150a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ac9b006695909beb0e024c1b4da4a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6518e3eefef033d5091db44508a5c7b = $(`<div id="html_d6518e3eefef033d5091db44508a5c7b" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_8ac9b006695909beb0e024c1b4da4a6d.setContent(html_d6518e3eefef033d5091db44508a5c7b);
|
|
|
|
|
|
|
|
marker_036cdf57d6145b7b8d96833e858892b0.bindPopup(popup_8ac9b006695909beb0e024c1b4da4a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_036cdf57d6145b7b8d96833e858892b0.setIcon(icon_d8690739803f961f046773d868f150a4);
|
|
|
|
|
|
var marker_05eeba2461c44957973e13e36d415998 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_dc1e527d537d6b22962bd2cacd1a1f42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0815cd79e4f51151b84f85498078efeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0ff0d7fa83dcae98be9b55cabac5beb = $(`<div id="html_d0ff0d7fa83dcae98be9b55cabac5beb" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_0815cd79e4f51151b84f85498078efeb.setContent(html_d0ff0d7fa83dcae98be9b55cabac5beb);
|
|
|
|
|
|
|
|
marker_05eeba2461c44957973e13e36d415998.bindPopup(popup_0815cd79e4f51151b84f85498078efeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05eeba2461c44957973e13e36d415998.setIcon(icon_dc1e527d537d6b22962bd2cacd1a1f42);
|
|
|
|
|
|
var marker_e95a02466444d9eb783e6831d846e1f2 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1716518c27e8d8bc25287c2634d8acc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_312ecb26ad26c391ed701bd5d4f9b3b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5df58ef321dba02390f299d57d9b46c6 = $(`<div id="html_5df58ef321dba02390f299d57d9b46c6" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_312ecb26ad26c391ed701bd5d4f9b3b2.setContent(html_5df58ef321dba02390f299d57d9b46c6);
|
|
|
|
|
|
|
|
marker_e95a02466444d9eb783e6831d846e1f2.bindPopup(popup_312ecb26ad26c391ed701bd5d4f9b3b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e95a02466444d9eb783e6831d846e1f2.setIcon(icon_1716518c27e8d8bc25287c2634d8acc8);
|
|
|
|
|
|
var marker_739ef40325384b6f209eb02aa559c2ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_afc56a566599ba8c30265b9b93b6fd47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0b6d6d274cf0c78c281a537a6cacc5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b0db4d43b043f61deef484699a99db5 = $(`<div id="html_8b0db4d43b043f61deef484699a99db5" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_d0b6d6d274cf0c78c281a537a6cacc5e.setContent(html_8b0db4d43b043f61deef484699a99db5);
|
|
|
|
|
|
|
|
marker_739ef40325384b6f209eb02aa559c2ba.bindPopup(popup_d0b6d6d274cf0c78c281a537a6cacc5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_739ef40325384b6f209eb02aa559c2ba.setIcon(icon_afc56a566599ba8c30265b9b93b6fd47);
|
|
|
|
|
|
var marker_0a1da80a246b860203db6149816ee668 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5cd715995156583decd46aca53a10d76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9969304660afa2ecec12fa1f467f561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18bfc08766edaedf6bc7cef5293ba8f7 = $(`<div id="html_18bfc08766edaedf6bc7cef5293ba8f7" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_b9969304660afa2ecec12fa1f467f561.setContent(html_18bfc08766edaedf6bc7cef5293ba8f7);
|
|
|
|
|
|
|
|
marker_0a1da80a246b860203db6149816ee668.bindPopup(popup_b9969304660afa2ecec12fa1f467f561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a1da80a246b860203db6149816ee668.setIcon(icon_5cd715995156583decd46aca53a10d76);
|
|
|
|
|
|
var marker_7d4188c3a001d8e3cb5c5cdc69f6b8b8 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7e032e6073aa65ef9a375bce355fa3f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2362a29ec10480fe22ff587465e09a4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df702c6193a4835c77b317639b4ae2b3 = $(`<div id="html_df702c6193a4835c77b317639b4ae2b3" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_2362a29ec10480fe22ff587465e09a4c.setContent(html_df702c6193a4835c77b317639b4ae2b3);
|
|
|
|
|
|
|
|
marker_7d4188c3a001d8e3cb5c5cdc69f6b8b8.bindPopup(popup_2362a29ec10480fe22ff587465e09a4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d4188c3a001d8e3cb5c5cdc69f6b8b8.setIcon(icon_7e032e6073aa65ef9a375bce355fa3f9);
|
|
|
|
|
|
var marker_054d6262add86d5deb2bf01e5f022b0c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_370b4205d47626a36bc88a249112efb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0216895a8a3205cd2ae7a65ae572cecc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2930de3297bb8beead0e012a360a5130 = $(`<div id="html_2930de3297bb8beead0e012a360a5130" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_0216895a8a3205cd2ae7a65ae572cecc.setContent(html_2930de3297bb8beead0e012a360a5130);
|
|
|
|
|
|
|
|
marker_054d6262add86d5deb2bf01e5f022b0c.bindPopup(popup_0216895a8a3205cd2ae7a65ae572cecc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_054d6262add86d5deb2bf01e5f022b0c.setIcon(icon_370b4205d47626a36bc88a249112efb7);
|
|
|
|
|
|
var marker_4cb5e4947485a5ecb599f9c66e6d9180 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_564123098ac64e7922426aabe066328c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2694de99fc1a178c306f9b427963623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45b4ba4d2ed4a65f0bdb88c61fd0ad6b = $(`<div id="html_45b4ba4d2ed4a65f0bdb88c61fd0ad6b" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_d2694de99fc1a178c306f9b427963623.setContent(html_45b4ba4d2ed4a65f0bdb88c61fd0ad6b);
|
|
|
|
|
|
|
|
marker_4cb5e4947485a5ecb599f9c66e6d9180.bindPopup(popup_d2694de99fc1a178c306f9b427963623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cb5e4947485a5ecb599f9c66e6d9180.setIcon(icon_564123098ac64e7922426aabe066328c);
|
|
|
|
|
|
var marker_556b8ff143ee4a6103aba7ec31868e43 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4021edb0845b8e379879ad5492099e46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eec01da9941fefa290e96994f06579ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf08215840750fde585afbca2d4e616 = $(`<div id="html_0bf08215840750fde585afbca2d4e616" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_eec01da9941fefa290e96994f06579ee.setContent(html_0bf08215840750fde585afbca2d4e616);
|
|
|
|
|
|
|
|
marker_556b8ff143ee4a6103aba7ec31868e43.bindPopup(popup_eec01da9941fefa290e96994f06579ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_556b8ff143ee4a6103aba7ec31868e43.setIcon(icon_4021edb0845b8e379879ad5492099e46);
|
|
|
|
|
|
var marker_521e83a1ee166832363bb9915e4a7f0b = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8256fd4381d073d3fa0632865edc2454 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ade2766b1a6524d8d4c55cbb4e312bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad7a27e42fa5134737cc36e734fbe40a = $(`<div id="html_ad7a27e42fa5134737cc36e734fbe40a" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_5ade2766b1a6524d8d4c55cbb4e312bf.setContent(html_ad7a27e42fa5134737cc36e734fbe40a);
|
|
|
|
|
|
|
|
marker_521e83a1ee166832363bb9915e4a7f0b.bindPopup(popup_5ade2766b1a6524d8d4c55cbb4e312bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_521e83a1ee166832363bb9915e4a7f0b.setIcon(icon_8256fd4381d073d3fa0632865edc2454);
|
|
|
|
|
|
var marker_45a628923447cab6faf00edf6a1856b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0c59dc492292b2a90fb041b7299a6da9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a534e3eff4c051a508c34c77a9c3212b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d50ad356984521156069cb5b63dd703c = $(`<div id="html_d50ad356984521156069cb5b63dd703c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_a534e3eff4c051a508c34c77a9c3212b.setContent(html_d50ad356984521156069cb5b63dd703c);
|
|
|
|
|
|
|
|
marker_45a628923447cab6faf00edf6a1856b1.bindPopup(popup_a534e3eff4c051a508c34c77a9c3212b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45a628923447cab6faf00edf6a1856b1.setIcon(icon_0c59dc492292b2a90fb041b7299a6da9);
|
|
|
|
|
|
var marker_6e53bc036bcbc3077eb47a7a127329ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_84c18f1a757fc235022aefc9313c453c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85f982b0b7b8c5a2975f6bbc6f8558d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c954d0c8d7d6d8f18d32757c47cb100 = $(`<div id="html_7c954d0c8d7d6d8f18d32757c47cb100" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_85f982b0b7b8c5a2975f6bbc6f8558d0.setContent(html_7c954d0c8d7d6d8f18d32757c47cb100);
|
|
|
|
|
|
|
|
marker_6e53bc036bcbc3077eb47a7a127329ea.bindPopup(popup_85f982b0b7b8c5a2975f6bbc6f8558d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e53bc036bcbc3077eb47a7a127329ea.setIcon(icon_84c18f1a757fc235022aefc9313c453c);
|
|
|
|
|
|
var marker_d67e5bfc9fb83e5b402a904a78d841a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f0c49ac9921c335634c219caf2af8fc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51ea19d504ea18b42f12c9316c494deb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c3badd7cda156a2223f13d52f5cb3d1 = $(`<div id="html_4c3badd7cda156a2223f13d52f5cb3d1" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_51ea19d504ea18b42f12c9316c494deb.setContent(html_4c3badd7cda156a2223f13d52f5cb3d1);
|
|
|
|
|
|
|
|
marker_d67e5bfc9fb83e5b402a904a78d841a3.bindPopup(popup_51ea19d504ea18b42f12c9316c494deb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d67e5bfc9fb83e5b402a904a78d841a3.setIcon(icon_f0c49ac9921c335634c219caf2af8fc4);
|
|
|
|
|
|
var marker_957b7c4387964bcb955bb4dc7e856d2a = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_6e46b38ba03ee366c77d91480fc5ced1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bc4985a3d32b65a2ffc03808354e303 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5722c0068f18216eb1e93c2aa2b95250 = $(`<div id="html_5722c0068f18216eb1e93c2aa2b95250" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_8bc4985a3d32b65a2ffc03808354e303.setContent(html_5722c0068f18216eb1e93c2aa2b95250);
|
|
|
|
|
|
|
|
marker_957b7c4387964bcb955bb4dc7e856d2a.bindPopup(popup_8bc4985a3d32b65a2ffc03808354e303)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_957b7c4387964bcb955bb4dc7e856d2a.setIcon(icon_6e46b38ba03ee366c77d91480fc5ced1);
|
|
|
|
|
|
var marker_fbfa8ebd1e52258a00bc6aa687b8917a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9b20057fa91a0a846d3654b2183af5fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab373973f412c8f4c7b2af5f028281f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6748c5cc382208d5e288b4a79907c34 = $(`<div id="html_e6748c5cc382208d5e288b4a79907c34" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_ab373973f412c8f4c7b2af5f028281f6.setContent(html_e6748c5cc382208d5e288b4a79907c34);
|
|
|
|
|
|
|
|
marker_fbfa8ebd1e52258a00bc6aa687b8917a.bindPopup(popup_ab373973f412c8f4c7b2af5f028281f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbfa8ebd1e52258a00bc6aa687b8917a.setIcon(icon_9b20057fa91a0a846d3654b2183af5fb);
|
|
|
|
|
|
var marker_aa97eafc7736a858af6edfd7b76f9ffd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_3a693d2d7386b9f0683df926f0b4e233 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57abcd72615063af32dcbe3518c9da84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb1723f622c2d87a89bac4c574cb978c = $(`<div id="html_bb1723f622c2d87a89bac4c574cb978c" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_57abcd72615063af32dcbe3518c9da84.setContent(html_bb1723f622c2d87a89bac4c574cb978c);
|
|
|
|
|
|
|
|
marker_aa97eafc7736a858af6edfd7b76f9ffd.bindPopup(popup_57abcd72615063af32dcbe3518c9da84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa97eafc7736a858af6edfd7b76f9ffd.setIcon(icon_3a693d2d7386b9f0683df926f0b4e233);
|
|
|
|
|
|
var marker_58fee288cd54df48df56e8a29505e119 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_7ee0b04476dd5edeb6667bedb6b03c1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33fc4f51c8161110d96a7296e89afd6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_317fc2139f11e71107135451530e3edb = $(`<div id="html_317fc2139f11e71107135451530e3edb" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_33fc4f51c8161110d96a7296e89afd6d.setContent(html_317fc2139f11e71107135451530e3edb);
|
|
|
|
|
|
|
|
marker_58fee288cd54df48df56e8a29505e119.bindPopup(popup_33fc4f51c8161110d96a7296e89afd6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58fee288cd54df48df56e8a29505e119.setIcon(icon_7ee0b04476dd5edeb6667bedb6b03c1b);
|
|
|
|
|
|
var marker_c185bf6e9fcc6c74cec282dc862cc174 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0da476d5da69349ae628ad3113989e79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68edbf39b9df59991ad1d2167feb0787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ca16e253e20f911ea6c7bfeeb8745da = $(`<div id="html_8ca16e253e20f911ea6c7bfeeb8745da" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_68edbf39b9df59991ad1d2167feb0787.setContent(html_8ca16e253e20f911ea6c7bfeeb8745da);
|
|
|
|
|
|
|
|
marker_c185bf6e9fcc6c74cec282dc862cc174.bindPopup(popup_68edbf39b9df59991ad1d2167feb0787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c185bf6e9fcc6c74cec282dc862cc174.setIcon(icon_0da476d5da69349ae628ad3113989e79);
|
|
|
|
|
|
var marker_37370351043f877f20e74f1a3b93cda2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fbbf5fd8fc9ea4fa93994474933a649b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cc756bd3af33992488d17ef9bc09e67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_355978174385271c4cc7e727066711bf = $(`<div id="html_355978174385271c4cc7e727066711bf" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_2cc756bd3af33992488d17ef9bc09e67.setContent(html_355978174385271c4cc7e727066711bf);
|
|
|
|
|
|
|
|
marker_37370351043f877f20e74f1a3b93cda2.bindPopup(popup_2cc756bd3af33992488d17ef9bc09e67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37370351043f877f20e74f1a3b93cda2.setIcon(icon_fbbf5fd8fc9ea4fa93994474933a649b);
|
|
|
|
|
|
var marker_6c897b91cbc9c7470ccb603d5fe63e8b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c22ec8722ca337fe4386f1ebe6b692ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4da0c949be8ea99baf31796f290bd35e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63897ac37b52c004ea2bbf1b07243e0d = $(`<div id="html_63897ac37b52c004ea2bbf1b07243e0d" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_4da0c949be8ea99baf31796f290bd35e.setContent(html_63897ac37b52c004ea2bbf1b07243e0d);
|
|
|
|
|
|
|
|
marker_6c897b91cbc9c7470ccb603d5fe63e8b.bindPopup(popup_4da0c949be8ea99baf31796f290bd35e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c897b91cbc9c7470ccb603d5fe63e8b.setIcon(icon_c22ec8722ca337fe4386f1ebe6b692ec);
|
|
|
|
|
|
var marker_5ab6c56e076a01b03c82ce72a3582c3b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_cd24702b0a8f4b06cbaeed6fcf159ac9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11f34e569c5034a3d4fca18d0e62aeab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2feb63ac6ae070049ff9d6671da8689f = $(`<div id="html_2feb63ac6ae070049ff9d6671da8689f" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_11f34e569c5034a3d4fca18d0e62aeab.setContent(html_2feb63ac6ae070049ff9d6671da8689f);
|
|
|
|
|
|
|
|
marker_5ab6c56e076a01b03c82ce72a3582c3b.bindPopup(popup_11f34e569c5034a3d4fca18d0e62aeab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ab6c56e076a01b03c82ce72a3582c3b.setIcon(icon_cd24702b0a8f4b06cbaeed6fcf159ac9);
|
|
|
|
|
|
var marker_fcc46754e7f279452e785f0365d84f17 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_79929b2bef33a730adb8678437943d4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3ef8af2120e543411d80c6d4e13b8d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08ed0af9a8b4b55d4b3c34413da983f8 = $(`<div id="html_08ed0af9a8b4b55d4b3c34413da983f8" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_b3ef8af2120e543411d80c6d4e13b8d2.setContent(html_08ed0af9a8b4b55d4b3c34413da983f8);
|
|
|
|
|
|
|
|
marker_fcc46754e7f279452e785f0365d84f17.bindPopup(popup_b3ef8af2120e543411d80c6d4e13b8d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcc46754e7f279452e785f0365d84f17.setIcon(icon_79929b2bef33a730adb8678437943d4c);
|
|
|
|
|
|
var marker_aa43b48a6c8c3f18a683179e82e6f448 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_fcdfd310681275e919aee371fa28c2c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74977065fa8360a11bb2a87a504343df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ced7b1913d45be90f3e2a802f34911ee = $(`<div id="html_ced7b1913d45be90f3e2a802f34911ee" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_74977065fa8360a11bb2a87a504343df.setContent(html_ced7b1913d45be90f3e2a802f34911ee);
|
|
|
|
|
|
|
|
marker_aa43b48a6c8c3f18a683179e82e6f448.bindPopup(popup_74977065fa8360a11bb2a87a504343df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa43b48a6c8c3f18a683179e82e6f448.setIcon(icon_fcdfd310681275e919aee371fa28c2c7);
|
|
|
|
|
|
var marker_ff5ac6424dd23bbacf4c1e09c0acb2d8 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_dc1ddfc7987cb0516edac7b3b92b7e1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a6a48ad224eea82575c72ad3ea90380 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96c9296c2927e7fa3de6e81038701cb0 = $(`<div id="html_96c9296c2927e7fa3de6e81038701cb0" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_5a6a48ad224eea82575c72ad3ea90380.setContent(html_96c9296c2927e7fa3de6e81038701cb0);
|
|
|
|
|
|
|
|
marker_ff5ac6424dd23bbacf4c1e09c0acb2d8.bindPopup(popup_5a6a48ad224eea82575c72ad3ea90380)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff5ac6424dd23bbacf4c1e09c0acb2d8.setIcon(icon_dc1ddfc7987cb0516edac7b3b92b7e1d);
|
|
|
|
|
|
var marker_43a39efa9abe72e09adbd986689e699e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_522a32139dababf466cac5410acbaea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1572fa6f4b046f441e8e21da7db3e85d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bec5db6a020ab76c31a4c7dfc2c53e5 = $(`<div id="html_0bec5db6a020ab76c31a4c7dfc2c53e5" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_1572fa6f4b046f441e8e21da7db3e85d.setContent(html_0bec5db6a020ab76c31a4c7dfc2c53e5);
|
|
|
|
|
|
|
|
marker_43a39efa9abe72e09adbd986689e699e.bindPopup(popup_1572fa6f4b046f441e8e21da7db3e85d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43a39efa9abe72e09adbd986689e699e.setIcon(icon_522a32139dababf466cac5410acbaea9);
|
|
|
|
|
|
var marker_29080366f2bdae6085afe70fd072dc0a = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_2e29f969852e7401f62719649cea6a29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdf41fca522a1ce1195963e34b002df3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53ce9f52ee12557e8601b0acece75d7d = $(`<div id="html_53ce9f52ee12557e8601b0acece75d7d" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_fdf41fca522a1ce1195963e34b002df3.setContent(html_53ce9f52ee12557e8601b0acece75d7d);
|
|
|
|
|
|
|
|
marker_29080366f2bdae6085afe70fd072dc0a.bindPopup(popup_fdf41fca522a1ce1195963e34b002df3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29080366f2bdae6085afe70fd072dc0a.setIcon(icon_2e29f969852e7401f62719649cea6a29);
|
|
|
|
|
|
var marker_1682461768d7ade8ad499246a6135db7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c4d5008af247bb2761397a7577c932ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5e30fb7a875bb202c92a80d50dc4c58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942c1f1facb0af50a44af8eb7b1282ed = $(`<div id="html_942c1f1facb0af50a44af8eb7b1282ed" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_b5e30fb7a875bb202c92a80d50dc4c58.setContent(html_942c1f1facb0af50a44af8eb7b1282ed);
|
|
|
|
|
|
|
|
marker_1682461768d7ade8ad499246a6135db7.bindPopup(popup_b5e30fb7a875bb202c92a80d50dc4c58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1682461768d7ade8ad499246a6135db7.setIcon(icon_c4d5008af247bb2761397a7577c932ca);
|
|
|
|
|
|
var marker_a68d68c0b388763b5c14594d223a0e97 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f66084fa4c885d51bab6ac890896b8be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1081d605d79ac5ef9cc1e34665b9ba5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a86c4256eeaf78b38604b5dbd7c3fb4b = $(`<div id="html_a86c4256eeaf78b38604b5dbd7c3fb4b" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_e1081d605d79ac5ef9cc1e34665b9ba5.setContent(html_a86c4256eeaf78b38604b5dbd7c3fb4b);
|
|
|
|
|
|
|
|
marker_a68d68c0b388763b5c14594d223a0e97.bindPopup(popup_e1081d605d79ac5ef9cc1e34665b9ba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a68d68c0b388763b5c14594d223a0e97.setIcon(icon_f66084fa4c885d51bab6ac890896b8be);
|
|
|
|
|
|
var marker_c27731aab6da4ac7e72d4b8a9c822d78 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ff0188b8f4ac7e447f8915049113167f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f196757a799ee9e570fe44615b3b6c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b922a1372ea993952873af4abf30a4e = $(`<div id="html_6b922a1372ea993952873af4abf30a4e" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_7f196757a799ee9e570fe44615b3b6c1.setContent(html_6b922a1372ea993952873af4abf30a4e);
|
|
|
|
|
|
|
|
marker_c27731aab6da4ac7e72d4b8a9c822d78.bindPopup(popup_7f196757a799ee9e570fe44615b3b6c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c27731aab6da4ac7e72d4b8a9c822d78.setIcon(icon_ff0188b8f4ac7e447f8915049113167f);
|
|
|
|
|
|
var marker_fa9b4c9514b50723f1d250506221b213 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_0a27e929379f4e78c17aee3fc4ece274 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_858dfe448703feb52243132db6fc5865 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f712aebbb9b257a1c1062fe17993e91 = $(`<div id="html_6f712aebbb9b257a1c1062fe17993e91" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_858dfe448703feb52243132db6fc5865.setContent(html_6f712aebbb9b257a1c1062fe17993e91);
|
|
|
|
|
|
|
|
marker_fa9b4c9514b50723f1d250506221b213.bindPopup(popup_858dfe448703feb52243132db6fc5865)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa9b4c9514b50723f1d250506221b213.setIcon(icon_0a27e929379f4e78c17aee3fc4ece274);
|
|
|
|
|
|
var marker_5fbf0a61ff12653a2cb3de582a745738 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8b17c7efbad4befddfd3e19974604809 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7644b6e35da7a69c5700de313f0ce464 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6d359952631e16239b112ef8c7ff2e6 = $(`<div id="html_d6d359952631e16239b112ef8c7ff2e6" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_7644b6e35da7a69c5700de313f0ce464.setContent(html_d6d359952631e16239b112ef8c7ff2e6);
|
|
|
|
|
|
|
|
marker_5fbf0a61ff12653a2cb3de582a745738.bindPopup(popup_7644b6e35da7a69c5700de313f0ce464)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fbf0a61ff12653a2cb3de582a745738.setIcon(icon_8b17c7efbad4befddfd3e19974604809);
|
|
|
|
|
|
var marker_c7edf0ca8973da8141e22397acb9d363 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c6e82390f53859daa42c7ea3d89dbbfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aad4fdc9a7e9472bdf6d38c3f4fc808 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04281e12fd20567ee4ca34abb2fb37f2 = $(`<div id="html_04281e12fd20567ee4ca34abb2fb37f2" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_3aad4fdc9a7e9472bdf6d38c3f4fc808.setContent(html_04281e12fd20567ee4ca34abb2fb37f2);
|
|
|
|
|
|
|
|
marker_c7edf0ca8973da8141e22397acb9d363.bindPopup(popup_3aad4fdc9a7e9472bdf6d38c3f4fc808)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7edf0ca8973da8141e22397acb9d363.setIcon(icon_c6e82390f53859daa42c7ea3d89dbbfb);
|
|
|
|
|
|
var marker_23f21e9a30946fc960a4bbad8d16f63e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_19599d25e64d95afbd0130d482712fed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a77e99e31ae9b315bf6b3325d510f7fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37b9b2ead2d03e9c40372cc0278bb0d7 = $(`<div id="html_37b9b2ead2d03e9c40372cc0278bb0d7" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_a77e99e31ae9b315bf6b3325d510f7fb.setContent(html_37b9b2ead2d03e9c40372cc0278bb0d7);
|
|
|
|
|
|
|
|
marker_23f21e9a30946fc960a4bbad8d16f63e.bindPopup(popup_a77e99e31ae9b315bf6b3325d510f7fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23f21e9a30946fc960a4bbad8d16f63e.setIcon(icon_19599d25e64d95afbd0130d482712fed);
|
|
|
|
|
|
var marker_6daf6493b7fb08a6e4e9a44ffd81399d = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5429fba5ec0ef7ec9442f21e9b29e2d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3a9b7f704b33f6b5a816dc6e167c821 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e624de33b1d4d03ba9e5e2b732c09534 = $(`<div id="html_e624de33b1d4d03ba9e5e2b732c09534" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_d3a9b7f704b33f6b5a816dc6e167c821.setContent(html_e624de33b1d4d03ba9e5e2b732c09534);
|
|
|
|
|
|
|
|
marker_6daf6493b7fb08a6e4e9a44ffd81399d.bindPopup(popup_d3a9b7f704b33f6b5a816dc6e167c821)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6daf6493b7fb08a6e4e9a44ffd81399d.setIcon(icon_5429fba5ec0ef7ec9442f21e9b29e2d4);
|
|
|
|
|
|
var marker_94839027437c0606ca84f025cb2a47c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5996bd665e235b9fac13c3252373fdcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1497d1432ef0aa2d8b2ed0ec6981b042 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0c8d6b82fad79f24a7ad17396e817f1 = $(`<div id="html_f0c8d6b82fad79f24a7ad17396e817f1" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_1497d1432ef0aa2d8b2ed0ec6981b042.setContent(html_f0c8d6b82fad79f24a7ad17396e817f1);
|
|
|
|
|
|
|
|
marker_94839027437c0606ca84f025cb2a47c5.bindPopup(popup_1497d1432ef0aa2d8b2ed0ec6981b042)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94839027437c0606ca84f025cb2a47c5.setIcon(icon_5996bd665e235b9fac13c3252373fdcd);
|
|
|
|
|
|
var marker_99ba0e9a98a2a06de99d7b4a0d50238a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_982cf1d7539746d985664ae8e3d7575a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2361ffdb38d6dce6f44f083cc8be1ee5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81ea504e28a07c8ebf3f4d2bae2c98e1 = $(`<div id="html_81ea504e28a07c8ebf3f4d2bae2c98e1" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_2361ffdb38d6dce6f44f083cc8be1ee5.setContent(html_81ea504e28a07c8ebf3f4d2bae2c98e1);
|
|
|
|
|
|
|
|
marker_99ba0e9a98a2a06de99d7b4a0d50238a.bindPopup(popup_2361ffdb38d6dce6f44f083cc8be1ee5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99ba0e9a98a2a06de99d7b4a0d50238a.setIcon(icon_982cf1d7539746d985664ae8e3d7575a);
|
|
|
|
|
|
var marker_62994a65d2d6ed0bb536c3d21dbc247e = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_d3ec195a5f6cbad3eec3effec78af346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68c209d929dd10b93241aeccef9d3abf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60990a23acba9e69e180b9209a51c208 = $(`<div id="html_60990a23acba9e69e180b9209a51c208" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_68c209d929dd10b93241aeccef9d3abf.setContent(html_60990a23acba9e69e180b9209a51c208);
|
|
|
|
|
|
|
|
marker_62994a65d2d6ed0bb536c3d21dbc247e.bindPopup(popup_68c209d929dd10b93241aeccef9d3abf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62994a65d2d6ed0bb536c3d21dbc247e.setIcon(icon_d3ec195a5f6cbad3eec3effec78af346);
|
|
|
|
|
|
var marker_1d1b3fb548aabe85b645ff71165953b3 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f69aeea6a376531504b1f9d35e84ff7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a03db198efb84e1cd0f000be28c4a834 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_600396a16d3eeed6544b3addac9d139c = $(`<div id="html_600396a16d3eeed6544b3addac9d139c" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_a03db198efb84e1cd0f000be28c4a834.setContent(html_600396a16d3eeed6544b3addac9d139c);
|
|
|
|
|
|
|
|
marker_1d1b3fb548aabe85b645ff71165953b3.bindPopup(popup_a03db198efb84e1cd0f000be28c4a834)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d1b3fb548aabe85b645ff71165953b3.setIcon(icon_f69aeea6a376531504b1f9d35e84ff7c);
|
|
|
|
|
|
var marker_d08e6944388dfb79d10e522ee21d005b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_6fda631de7e1cb2a191784e72d71c894 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9985cf8c84dd2a54887f464919895afb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f15817b0b157db9b404849bce4695b4a = $(`<div id="html_f15817b0b157db9b404849bce4695b4a" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_9985cf8c84dd2a54887f464919895afb.setContent(html_f15817b0b157db9b404849bce4695b4a);
|
|
|
|
|
|
|
|
marker_d08e6944388dfb79d10e522ee21d005b.bindPopup(popup_9985cf8c84dd2a54887f464919895afb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d08e6944388dfb79d10e522ee21d005b.setIcon(icon_6fda631de7e1cb2a191784e72d71c894);
|
|
|
|
|
|
var marker_15b676eebd8739739c55c792d897f753 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_ca4b156c2e4108342766575652c7dae2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8a82d72ddd066ed460c99baa3289561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89448d1c385a4ca1b95c6f6184b365f6 = $(`<div id="html_89448d1c385a4ca1b95c6f6184b365f6" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_c8a82d72ddd066ed460c99baa3289561.setContent(html_89448d1c385a4ca1b95c6f6184b365f6);
|
|
|
|
|
|
|
|
marker_15b676eebd8739739c55c792d897f753.bindPopup(popup_c8a82d72ddd066ed460c99baa3289561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15b676eebd8739739c55c792d897f753.setIcon(icon_ca4b156c2e4108342766575652c7dae2);
|
|
|
|
|
|
var marker_7f42d5451aaa9565a2912324b686d63e = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_2b4ddbe13d3374bf5a6686216380eb66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e096b387b7725a4ca9ff1a16abfd09cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8ae4763b9c3770159a085c253e3c765 = $(`<div id="html_b8ae4763b9c3770159a085c253e3c765" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_e096b387b7725a4ca9ff1a16abfd09cf.setContent(html_b8ae4763b9c3770159a085c253e3c765);
|
|
|
|
|
|
|
|
marker_7f42d5451aaa9565a2912324b686d63e.bindPopup(popup_e096b387b7725a4ca9ff1a16abfd09cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f42d5451aaa9565a2912324b686d63e.setIcon(icon_2b4ddbe13d3374bf5a6686216380eb66);
|
|
|
|
|
|
var marker_41a34520bbd798b012d4119342154df5 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_8d9e864d738d37d0517dc053675ba239 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43b96b6dde97f7629c87066e02c17db9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d272f6c29c01e86018c210acbc7a538 = $(`<div id="html_7d272f6c29c01e86018c210acbc7a538" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_43b96b6dde97f7629c87066e02c17db9.setContent(html_7d272f6c29c01e86018c210acbc7a538);
|
|
|
|
|
|
|
|
marker_41a34520bbd798b012d4119342154df5.bindPopup(popup_43b96b6dde97f7629c87066e02c17db9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41a34520bbd798b012d4119342154df5.setIcon(icon_8d9e864d738d37d0517dc053675ba239);
|
|
|
|
|
|
var marker_9fc40d57c0c90696b9363f5fe53dde50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_e636c150a09aa5d9f4add77a7f638546 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60945a1cfe53684b0201874ca3487a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a7cc9e4eaf3ec60b8651575927ab5ef = $(`<div id="html_5a7cc9e4eaf3ec60b8651575927ab5ef" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_60945a1cfe53684b0201874ca3487a6d.setContent(html_5a7cc9e4eaf3ec60b8651575927ab5ef);
|
|
|
|
|
|
|
|
marker_9fc40d57c0c90696b9363f5fe53dde50.bindPopup(popup_60945a1cfe53684b0201874ca3487a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fc40d57c0c90696b9363f5fe53dde50.setIcon(icon_e636c150a09aa5d9f4add77a7f638546);
|
|
|
|
|
|
var marker_f3d530b11f2ca1923e98b165b51c5d6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_647d8a17520ff63904c1fa8685685cbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35737b84673e9df64050c485e7c054a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f074bcd897c47baa553cf7a2e72c634d = $(`<div id="html_f074bcd897c47baa553cf7a2e72c634d" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_35737b84673e9df64050c485e7c054a3.setContent(html_f074bcd897c47baa553cf7a2e72c634d);
|
|
|
|
|
|
|
|
marker_f3d530b11f2ca1923e98b165b51c5d6e.bindPopup(popup_35737b84673e9df64050c485e7c054a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d530b11f2ca1923e98b165b51c5d6e.setIcon(icon_647d8a17520ff63904c1fa8685685cbf);
|
|
|
|
|
|
var marker_74fb0abb1a62168db647a6ff7da5d8b7 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_5b78df75de27ab4c739446d79ac140ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0feaa8329f246cf2051b21d74bd32fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8141627a08d2ed8e4fa38921b120547a = $(`<div id="html_8141627a08d2ed8e4fa38921b120547a" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_e0feaa8329f246cf2051b21d74bd32fd.setContent(html_8141627a08d2ed8e4fa38921b120547a);
|
|
|
|
|
|
|
|
marker_74fb0abb1a62168db647a6ff7da5d8b7.bindPopup(popup_e0feaa8329f246cf2051b21d74bd32fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74fb0abb1a62168db647a6ff7da5d8b7.setIcon(icon_5b78df75de27ab4c739446d79ac140ad);
|
|
|
|
|
|
var marker_05810cdb913411aa8471739b4b18a785 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_b59fa6efb2dec33faf08766cc3340256 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e1c3f1d45893c36d716e9a4a4f45d76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e0c0411f52ffc012de14f4da91f9231 = $(`<div id="html_1e0c0411f52ffc012de14f4da91f9231" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_6e1c3f1d45893c36d716e9a4a4f45d76.setContent(html_1e0c0411f52ffc012de14f4da91f9231);
|
|
|
|
|
|
|
|
marker_05810cdb913411aa8471739b4b18a785.bindPopup(popup_6e1c3f1d45893c36d716e9a4a4f45d76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05810cdb913411aa8471739b4b18a785.setIcon(icon_b59fa6efb2dec33faf08766cc3340256);
|
|
|
|
|
|
var marker_d13f66039454e97525d3d33edb2e6700 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9dfb017e287574cbb73ddedbf641483f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3573a1230e188c4ae218a609106ce16c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e6c67b825f0a9c9b928c9b814ac7f9f = $(`<div id="html_3e6c67b825f0a9c9b928c9b814ac7f9f" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_3573a1230e188c4ae218a609106ce16c.setContent(html_3e6c67b825f0a9c9b928c9b814ac7f9f);
|
|
|
|
|
|
|
|
marker_d13f66039454e97525d3d33edb2e6700.bindPopup(popup_3573a1230e188c4ae218a609106ce16c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d13f66039454e97525d3d33edb2e6700.setIcon(icon_9dfb017e287574cbb73ddedbf641483f);
|
|
|
|
|
|
var marker_2e65619eccd508cb1eee18449fc8ca2a = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_2ebbf3187e018ee0ecfd78d854ff35ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd9629786c417ec16bf7feea84c88d69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86c0690419ff6842a9d0b92736be03c9 = $(`<div id="html_86c0690419ff6842a9d0b92736be03c9" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_bd9629786c417ec16bf7feea84c88d69.setContent(html_86c0690419ff6842a9d0b92736be03c9);
|
|
|
|
|
|
|
|
marker_2e65619eccd508cb1eee18449fc8ca2a.bindPopup(popup_bd9629786c417ec16bf7feea84c88d69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e65619eccd508cb1eee18449fc8ca2a.setIcon(icon_2ebbf3187e018ee0ecfd78d854ff35ef);
|
|
|
|
|
|
var marker_7ddf3cef8285d725c45305e0c61ad76a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_43eee4649236b22992a92d7c5f67afdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2aa2ea00ad489c0ad58d5427f61ea41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1f98d3e99dbe61d275af2686c9ba6af = $(`<div id="html_b1f98d3e99dbe61d275af2686c9ba6af" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_f2aa2ea00ad489c0ad58d5427f61ea41.setContent(html_b1f98d3e99dbe61d275af2686c9ba6af);
|
|
|
|
|
|
|
|
marker_7ddf3cef8285d725c45305e0c61ad76a.bindPopup(popup_f2aa2ea00ad489c0ad58d5427f61ea41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ddf3cef8285d725c45305e0c61ad76a.setIcon(icon_43eee4649236b22992a92d7c5f67afdc);
|
|
|
|
|
|
var marker_ab8a2f186d7d1b5e595703d7da56489d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_132aab18db7b2ec195863ff06ef8584c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b9992933b46f30701408e597d5888fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d0024f0aedf0edec0f890159cf7dd66 = $(`<div id="html_7d0024f0aedf0edec0f890159cf7dd66" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_8b9992933b46f30701408e597d5888fc.setContent(html_7d0024f0aedf0edec0f890159cf7dd66);
|
|
|
|
|
|
|
|
marker_ab8a2f186d7d1b5e595703d7da56489d.bindPopup(popup_8b9992933b46f30701408e597d5888fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab8a2f186d7d1b5e595703d7da56489d.setIcon(icon_132aab18db7b2ec195863ff06ef8584c);
|
|
|
|
|
|
var marker_652ed76a6791587013574deebc409918 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_a3c159b1fb5a340c30a033ea109d2abc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6365c5d4be346192c6011d750b82ddf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f65671f42f0e277e9dcad3a62102bd2f = $(`<div id="html_f65671f42f0e277e9dcad3a62102bd2f" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_b6365c5d4be346192c6011d750b82ddf.setContent(html_f65671f42f0e277e9dcad3a62102bd2f);
|
|
|
|
|
|
|
|
marker_652ed76a6791587013574deebc409918.bindPopup(popup_b6365c5d4be346192c6011d750b82ddf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_652ed76a6791587013574deebc409918.setIcon(icon_a3c159b1fb5a340c30a033ea109d2abc);
|
|
|
|
|
|
var marker_0507b137eb5397e0cfc46043a12ded58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_f46678dbc0b08d0457bae18edf3f57c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b41b60bd6efbc248cab821f4414d107 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2520caa95540514f62b71d1bf0f75c26 = $(`<div id="html_2520caa95540514f62b71d1bf0f75c26" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_5b41b60bd6efbc248cab821f4414d107.setContent(html_2520caa95540514f62b71d1bf0f75c26);
|
|
|
|
|
|
|
|
marker_0507b137eb5397e0cfc46043a12ded58.bindPopup(popup_5b41b60bd6efbc248cab821f4414d107)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0507b137eb5397e0cfc46043a12ded58.setIcon(icon_f46678dbc0b08d0457bae18edf3f57c4);
|
|
|
|
|
|
var marker_2bc6655e78fbec787dee27a77a10f4c2 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4eb541c3bffe59d664d390c798fbd826 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c15e5cbc69bc65bb48073b587cebdd0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4231c75015d503574326a674fca9d07 = $(`<div id="html_b4231c75015d503574326a674fca9d07" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_c15e5cbc69bc65bb48073b587cebdd0b.setContent(html_b4231c75015d503574326a674fca9d07);
|
|
|
|
|
|
|
|
marker_2bc6655e78fbec787dee27a77a10f4c2.bindPopup(popup_c15e5cbc69bc65bb48073b587cebdd0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bc6655e78fbec787dee27a77a10f4c2.setIcon(icon_4eb541c3bffe59d664d390c798fbd826);
|
|
|
|
|
|
var marker_3a6994cf916941a11f2a12253ac43ffc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_c45db6e70cd01392dd52654696158a1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53720af2922c86f8cd7e18da0c38671 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8835378d45ece15304a0116d6446f2f = $(`<div id="html_a8835378d45ece15304a0116d6446f2f" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_f53720af2922c86f8cd7e18da0c38671.setContent(html_a8835378d45ece15304a0116d6446f2f);
|
|
|
|
|
|
|
|
marker_3a6994cf916941a11f2a12253ac43ffc.bindPopup(popup_f53720af2922c86f8cd7e18da0c38671)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a6994cf916941a11f2a12253ac43ffc.setIcon(icon_c45db6e70cd01392dd52654696158a1f);
|
|
|
|
|
|
var marker_5ae6c13c0456939f02e5f501595261a8 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_4b58180ad930ee365cde5119aa152a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_525c127c26743a683a6a10575c054ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45af81e9dcb5d3da73dfb7eaf5d3d819 = $(`<div id="html_45af81e9dcb5d3da73dfb7eaf5d3d819" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_525c127c26743a683a6a10575c054ba1.setContent(html_45af81e9dcb5d3da73dfb7eaf5d3d819);
|
|
|
|
|
|
|
|
marker_5ae6c13c0456939f02e5f501595261a8.bindPopup(popup_525c127c26743a683a6a10575c054ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ae6c13c0456939f02e5f501595261a8.setIcon(icon_4b58180ad930ee365cde5119aa152a2b);
|
|
|
|
|
|
var marker_1894364c199966130e50c942995f9247 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_1c569b9af8800ef3b930e5d1f5079d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d447d6d2ef0b65d6640dc6b3c9ac594 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5bc8ba9a4a934e7de7aae280c1be441 = $(`<div id="html_c5bc8ba9a4a934e7de7aae280c1be441" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_1d447d6d2ef0b65d6640dc6b3c9ac594.setContent(html_c5bc8ba9a4a934e7de7aae280c1be441);
|
|
|
|
|
|
|
|
marker_1894364c199966130e50c942995f9247.bindPopup(popup_1d447d6d2ef0b65d6640dc6b3c9ac594)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1894364c199966130e50c942995f9247.setIcon(icon_1c569b9af8800ef3b930e5d1f5079d8b);
|
|
|
|
|
|
var marker_fa2f04092efff9e03ea1da85a26486c6 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5a67bd5f460255d16ab89a8c255c347e);
|
|
|
|
|
|
var icon_9e346bc44414b36f0fcbe77d3cabbbbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c6da266b3d1a1f269df934307020071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a18de78a664e8a5da566e6279f929f9b = $(`<div id="html_a18de78a664e8a5da566e6279f929f9b" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_7c6da266b3d1a1f269df934307020071.setContent(html_a18de78a664e8a5da566e6279f929f9b);
|
|
|
|
|
|
|
|
marker_fa2f04092efff9e03ea1da85a26486c6.bindPopup(popup_7c6da266b3d1a1f269df934307020071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa2f04092efff9e03ea1da85a26486c6.setIcon(icon_9e346bc44414b36f0fcbe77d3cabbbbc);
|
|
|
|
|
|
marker_cluster_5a67bd5f460255d16ab89a8c255c347e.addTo(map_4cfdb05e3c71caeb09da27c9caf26e27);
|
|
|
|
</script>
|
|
</html> |