mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 14:45:18 +00:00
10563 lines
307 KiB
HTML
10563 lines
307 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_ed1250df9309888b2836199e3d595104 {
|
|
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_ed1250df9309888b2836199e3d595104" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_ed1250df9309888b2836199e3d595104 = L.map(
|
|
"map_ed1250df9309888b2836199e3d595104",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_343fdb959d16fd95bda44bfb62e52874 = 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_343fdb959d16fd95bda44bfb62e52874.addTo(map_ed1250df9309888b2836199e3d595104);
|
|
|
|
|
|
var marker_cluster_263ef75c9c2074d07c4da3a5bec75601 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_84056bfc7edf34398416acb67ca20ad0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_683e7d1b168924bbe0e5a438ac7fdf37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50aa732ea183f372635c8e2452be7775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6e0841e7be040b1d86e690b197f606a = $(`<div id="html_d6e0841e7be040b1d86e690b197f606a" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_50aa732ea183f372635c8e2452be7775.setContent(html_d6e0841e7be040b1d86e690b197f606a);
|
|
|
|
|
|
|
|
marker_84056bfc7edf34398416acb67ca20ad0.bindPopup(popup_50aa732ea183f372635c8e2452be7775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84056bfc7edf34398416acb67ca20ad0.setIcon(icon_683e7d1b168924bbe0e5a438ac7fdf37);
|
|
|
|
|
|
var marker_9562572042e7ce1eb054fc50386a4b1f = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_1df3ec865f9fc62586352a2701dff0bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a41473d86a1dc4387332c9a9ed567acc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a52466527cd84dde8405514c2f4fce1 = $(`<div id="html_5a52466527cd84dde8405514c2f4fce1" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_a41473d86a1dc4387332c9a9ed567acc.setContent(html_5a52466527cd84dde8405514c2f4fce1);
|
|
|
|
|
|
|
|
marker_9562572042e7ce1eb054fc50386a4b1f.bindPopup(popup_a41473d86a1dc4387332c9a9ed567acc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9562572042e7ce1eb054fc50386a4b1f.setIcon(icon_1df3ec865f9fc62586352a2701dff0bc);
|
|
|
|
|
|
var marker_66cb76fb22f52abe0bc1e0df78e87a98 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_984ee58c4b163cab9e4db4bb4b966231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b13ab6a1b58138085e610584ef47de42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2e0148b48e770d674b3a4c32aafd392 = $(`<div id="html_c2e0148b48e770d674b3a4c32aafd392" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_b13ab6a1b58138085e610584ef47de42.setContent(html_c2e0148b48e770d674b3a4c32aafd392);
|
|
|
|
|
|
|
|
marker_66cb76fb22f52abe0bc1e0df78e87a98.bindPopup(popup_b13ab6a1b58138085e610584ef47de42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66cb76fb22f52abe0bc1e0df78e87a98.setIcon(icon_984ee58c4b163cab9e4db4bb4b966231);
|
|
|
|
|
|
var marker_9ac4a1739078027e9577da3652fc34b7 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_0bd2aae6af29d4194b11732470e556e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b07e9f6948086b0583ed4a2ee314989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76ef964a9b8a2a0a7837b3e99a88fa21 = $(`<div id="html_76ef964a9b8a2a0a7837b3e99a88fa21" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_5b07e9f6948086b0583ed4a2ee314989.setContent(html_76ef964a9b8a2a0a7837b3e99a88fa21);
|
|
|
|
|
|
|
|
marker_9ac4a1739078027e9577da3652fc34b7.bindPopup(popup_5b07e9f6948086b0583ed4a2ee314989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ac4a1739078027e9577da3652fc34b7.setIcon(icon_0bd2aae6af29d4194b11732470e556e7);
|
|
|
|
|
|
var marker_3ccb8755b4cae115b8e40479d9122c2e = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_1f338887a506c042674f161f2c7a4a41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cac84bc75b6fc5b35a9d91566d0e1b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49f1b5de5191ced9795a65a9fac5f3bd = $(`<div id="html_49f1b5de5191ced9795a65a9fac5f3bd" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_6cac84bc75b6fc5b35a9d91566d0e1b2.setContent(html_49f1b5de5191ced9795a65a9fac5f3bd);
|
|
|
|
|
|
|
|
marker_3ccb8755b4cae115b8e40479d9122c2e.bindPopup(popup_6cac84bc75b6fc5b35a9d91566d0e1b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ccb8755b4cae115b8e40479d9122c2e.setIcon(icon_1f338887a506c042674f161f2c7a4a41);
|
|
|
|
|
|
var marker_16a38b668901f9881937dd8492b1cf81 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_406f045711e35834250468d980469f5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56fc86b8bc746315c8efe129bf9c2de2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52214c41513326e2b71abba82be85a82 = $(`<div id="html_52214c41513326e2b71abba82be85a82" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_56fc86b8bc746315c8efe129bf9c2de2.setContent(html_52214c41513326e2b71abba82be85a82);
|
|
|
|
|
|
|
|
marker_16a38b668901f9881937dd8492b1cf81.bindPopup(popup_56fc86b8bc746315c8efe129bf9c2de2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16a38b668901f9881937dd8492b1cf81.setIcon(icon_406f045711e35834250468d980469f5a);
|
|
|
|
|
|
var marker_2783633df7dda38de45bc042c45c11f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_565a112e544a0e008acfdf782fb0a131 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d8f6dd1332d94b3bc74c0e61a750089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c10da60b7b16dcd838a87b9eb6111f76 = $(`<div id="html_c10da60b7b16dcd838a87b9eb6111f76" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_3d8f6dd1332d94b3bc74c0e61a750089.setContent(html_c10da60b7b16dcd838a87b9eb6111f76);
|
|
|
|
|
|
|
|
marker_2783633df7dda38de45bc042c45c11f9.bindPopup(popup_3d8f6dd1332d94b3bc74c0e61a750089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2783633df7dda38de45bc042c45c11f9.setIcon(icon_565a112e544a0e008acfdf782fb0a131);
|
|
|
|
|
|
var marker_7c6ec7252bb7f1aa7eb3105137ef035d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_647b3e893a1655a6d07d43f5c00f1fae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe521ac62c50af7d521e3eaf2d56482a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b20bc0582f6d105b473c7a6cf1a36a9 = $(`<div id="html_1b20bc0582f6d105b473c7a6cf1a36a9" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_fe521ac62c50af7d521e3eaf2d56482a.setContent(html_1b20bc0582f6d105b473c7a6cf1a36a9);
|
|
|
|
|
|
|
|
marker_7c6ec7252bb7f1aa7eb3105137ef035d.bindPopup(popup_fe521ac62c50af7d521e3eaf2d56482a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c6ec7252bb7f1aa7eb3105137ef035d.setIcon(icon_647b3e893a1655a6d07d43f5c00f1fae);
|
|
|
|
|
|
var marker_c3158a29bf68bfbd74b2c4972ffa7a30 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2f40385f4a8955ba8b54f678c5bbbb0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c76eb23f2e063df52992953f80c34aec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac688cbfdd15db381982ba9d6b4dc131 = $(`<div id="html_ac688cbfdd15db381982ba9d6b4dc131" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_c76eb23f2e063df52992953f80c34aec.setContent(html_ac688cbfdd15db381982ba9d6b4dc131);
|
|
|
|
|
|
|
|
marker_c3158a29bf68bfbd74b2c4972ffa7a30.bindPopup(popup_c76eb23f2e063df52992953f80c34aec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3158a29bf68bfbd74b2c4972ffa7a30.setIcon(icon_2f40385f4a8955ba8b54f678c5bbbb0a);
|
|
|
|
|
|
var marker_635ced9eca6a482288fb514fb4b4ec85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c6e0ea38570652c53e3c5b381325b35e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84521ecb4d732c8c4c208e2fa739cca0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec9600b1d83793759022d331fda33a99 = $(`<div id="html_ec9600b1d83793759022d331fda33a99" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_84521ecb4d732c8c4c208e2fa739cca0.setContent(html_ec9600b1d83793759022d331fda33a99);
|
|
|
|
|
|
|
|
marker_635ced9eca6a482288fb514fb4b4ec85.bindPopup(popup_84521ecb4d732c8c4c208e2fa739cca0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_635ced9eca6a482288fb514fb4b4ec85.setIcon(icon_c6e0ea38570652c53e3c5b381325b35e);
|
|
|
|
|
|
var marker_c3ad8ff65d5cc104b42e1017af77dca6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_576ac94021465d619dbf9991a0d074b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18167791968dfba0d8faf75b72f245a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2a79ed4038198a18f82509a90ea5699 = $(`<div id="html_c2a79ed4038198a18f82509a90ea5699" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_18167791968dfba0d8faf75b72f245a4.setContent(html_c2a79ed4038198a18f82509a90ea5699);
|
|
|
|
|
|
|
|
marker_c3ad8ff65d5cc104b42e1017af77dca6.bindPopup(popup_18167791968dfba0d8faf75b72f245a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3ad8ff65d5cc104b42e1017af77dca6.setIcon(icon_576ac94021465d619dbf9991a0d074b5);
|
|
|
|
|
|
var marker_411e37ec4650d4734a4cc4c676b04586 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c695996a6b5ee6dd897b20379067cfee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b11a1babea135cf0d312a5a781265aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16625cee8d102756847a20b8490df3d2 = $(`<div id="html_16625cee8d102756847a20b8490df3d2" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_5b11a1babea135cf0d312a5a781265aa.setContent(html_16625cee8d102756847a20b8490df3d2);
|
|
|
|
|
|
|
|
marker_411e37ec4650d4734a4cc4c676b04586.bindPopup(popup_5b11a1babea135cf0d312a5a781265aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_411e37ec4650d4734a4cc4c676b04586.setIcon(icon_c695996a6b5ee6dd897b20379067cfee);
|
|
|
|
|
|
var marker_ea23aab5b59b5add37446e977503dc49 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_cc02c132e7dd174f438574f0be28e754 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dba2ecbfc0188bd58d88d7931aef4356 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a04952beb97836d48e36ecfde525c3b6 = $(`<div id="html_a04952beb97836d48e36ecfde525c3b6" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_dba2ecbfc0188bd58d88d7931aef4356.setContent(html_a04952beb97836d48e36ecfde525c3b6);
|
|
|
|
|
|
|
|
marker_ea23aab5b59b5add37446e977503dc49.bindPopup(popup_dba2ecbfc0188bd58d88d7931aef4356)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea23aab5b59b5add37446e977503dc49.setIcon(icon_cc02c132e7dd174f438574f0be28e754);
|
|
|
|
|
|
var marker_6ec043aa84adfab96bd67c3689264dc1 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e0e54854bf1d6f860b313e4a8571ef1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c9283c2fba5264aece5aed24fa7aa37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69e54a70159f09ddb3199db50eeb7a33 = $(`<div id="html_69e54a70159f09ddb3199db50eeb7a33" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_9c9283c2fba5264aece5aed24fa7aa37.setContent(html_69e54a70159f09ddb3199db50eeb7a33);
|
|
|
|
|
|
|
|
marker_6ec043aa84adfab96bd67c3689264dc1.bindPopup(popup_9c9283c2fba5264aece5aed24fa7aa37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ec043aa84adfab96bd67c3689264dc1.setIcon(icon_e0e54854bf1d6f860b313e4a8571ef1e);
|
|
|
|
|
|
var marker_31b28a5b95a4d003f8a43e317268e706 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a1a25d016cea1acd4779f84dd9c6a828 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4331fdbc7b24a9a6ba63492ea67422c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_533d61d2f7e9f9b4071af11711596f11 = $(`<div id="html_533d61d2f7e9f9b4071af11711596f11" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_a4331fdbc7b24a9a6ba63492ea67422c.setContent(html_533d61d2f7e9f9b4071af11711596f11);
|
|
|
|
|
|
|
|
marker_31b28a5b95a4d003f8a43e317268e706.bindPopup(popup_a4331fdbc7b24a9a6ba63492ea67422c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31b28a5b95a4d003f8a43e317268e706.setIcon(icon_a1a25d016cea1acd4779f84dd9c6a828);
|
|
|
|
|
|
var marker_24de3c841cbc1d191d0bb71853067949 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_63121ada4c95a935ef06a4fa56750b36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a9080d4a1a9315ea4b1b07adc986731 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_632b6f20744649aede6a9037782a54e7 = $(`<div id="html_632b6f20744649aede6a9037782a54e7" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_5a9080d4a1a9315ea4b1b07adc986731.setContent(html_632b6f20744649aede6a9037782a54e7);
|
|
|
|
|
|
|
|
marker_24de3c841cbc1d191d0bb71853067949.bindPopup(popup_5a9080d4a1a9315ea4b1b07adc986731)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24de3c841cbc1d191d0bb71853067949.setIcon(icon_63121ada4c95a935ef06a4fa56750b36);
|
|
|
|
|
|
var marker_c50ee426d7d2259bd48fcebaa394f4af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bec281198f6fa7cb3e0d39f8b014a711 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52b974968ad37951a1cbc129f1efa14e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6de9806803ceb8e8a997de74133743dc = $(`<div id="html_6de9806803ceb8e8a997de74133743dc" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_52b974968ad37951a1cbc129f1efa14e.setContent(html_6de9806803ceb8e8a997de74133743dc);
|
|
|
|
|
|
|
|
marker_c50ee426d7d2259bd48fcebaa394f4af.bindPopup(popup_52b974968ad37951a1cbc129f1efa14e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c50ee426d7d2259bd48fcebaa394f4af.setIcon(icon_bec281198f6fa7cb3e0d39f8b014a711);
|
|
|
|
|
|
var marker_ae7645a93d12f39b608421eaea5b72a5 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_79d2dc248c11f7260bbb63f344213684 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cbeb5a1134a3ff83287a801009c06b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c175fcdf6c26cd8f122281db49c0dab = $(`<div id="html_3c175fcdf6c26cd8f122281db49c0dab" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_5cbeb5a1134a3ff83287a801009c06b7.setContent(html_3c175fcdf6c26cd8f122281db49c0dab);
|
|
|
|
|
|
|
|
marker_ae7645a93d12f39b608421eaea5b72a5.bindPopup(popup_5cbeb5a1134a3ff83287a801009c06b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae7645a93d12f39b608421eaea5b72a5.setIcon(icon_79d2dc248c11f7260bbb63f344213684);
|
|
|
|
|
|
var marker_6dc0345494b55b896e747c43682f88c1 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_84497d63e2bfcafde089062b72ba6f79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43c1f2c99f80e8c4bbc137d312e6861b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e5bf04c70a3531ab67d800b8c50ee28 = $(`<div id="html_6e5bf04c70a3531ab67d800b8c50ee28" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_43c1f2c99f80e8c4bbc137d312e6861b.setContent(html_6e5bf04c70a3531ab67d800b8c50ee28);
|
|
|
|
|
|
|
|
marker_6dc0345494b55b896e747c43682f88c1.bindPopup(popup_43c1f2c99f80e8c4bbc137d312e6861b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dc0345494b55b896e747c43682f88c1.setIcon(icon_84497d63e2bfcafde089062b72ba6f79);
|
|
|
|
|
|
var marker_b2af47fb9249b639b9bc696daa6d4294 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_8215e3269924fc9439427584c86326e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_306895754e7eb9b7b97f118783bff775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_899f886d5b60f348ede42576082e5e77 = $(`<div id="html_899f886d5b60f348ede42576082e5e77" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_306895754e7eb9b7b97f118783bff775.setContent(html_899f886d5b60f348ede42576082e5e77);
|
|
|
|
|
|
|
|
marker_b2af47fb9249b639b9bc696daa6d4294.bindPopup(popup_306895754e7eb9b7b97f118783bff775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2af47fb9249b639b9bc696daa6d4294.setIcon(icon_8215e3269924fc9439427584c86326e4);
|
|
|
|
|
|
var marker_b1030e6ac1ea43966917d9d80e5f85ba = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_133101e58340f9049f9a3ace7d248eb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3952cb3c39fb7c055af8541a4d3070a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b052bd85c8d789b48ee7c3686246479f = $(`<div id="html_b052bd85c8d789b48ee7c3686246479f" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_3952cb3c39fb7c055af8541a4d3070a2.setContent(html_b052bd85c8d789b48ee7c3686246479f);
|
|
|
|
|
|
|
|
marker_b1030e6ac1ea43966917d9d80e5f85ba.bindPopup(popup_3952cb3c39fb7c055af8541a4d3070a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1030e6ac1ea43966917d9d80e5f85ba.setIcon(icon_133101e58340f9049f9a3ace7d248eb8);
|
|
|
|
|
|
var marker_c2074179cfe9ee2271fa043240d505e1 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_8bc5a5f0f8a412e455e1af04459a4efd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e769ff80a7606c8a952b83172449a95e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b926aa5a05d8e12d22b16340082cf129 = $(`<div id="html_b926aa5a05d8e12d22b16340082cf129" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_e769ff80a7606c8a952b83172449a95e.setContent(html_b926aa5a05d8e12d22b16340082cf129);
|
|
|
|
|
|
|
|
marker_c2074179cfe9ee2271fa043240d505e1.bindPopup(popup_e769ff80a7606c8a952b83172449a95e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2074179cfe9ee2271fa043240d505e1.setIcon(icon_8bc5a5f0f8a412e455e1af04459a4efd);
|
|
|
|
|
|
var marker_e1b4b7429fdd343580b3703790c05cb2 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_52b3a1bb176bd7e969acaab0d601c020 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0108ffa676d60003ee19a4abab051579 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec129a8b7407451ce9e0de1cb0b9c9a1 = $(`<div id="html_ec129a8b7407451ce9e0de1cb0b9c9a1" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_0108ffa676d60003ee19a4abab051579.setContent(html_ec129a8b7407451ce9e0de1cb0b9c9a1);
|
|
|
|
|
|
|
|
marker_e1b4b7429fdd343580b3703790c05cb2.bindPopup(popup_0108ffa676d60003ee19a4abab051579)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1b4b7429fdd343580b3703790c05cb2.setIcon(icon_52b3a1bb176bd7e969acaab0d601c020);
|
|
|
|
|
|
var marker_e107c3c3f492d9eddcca0aad8bc1f515 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f942ed79d7bda679972c0b126c134867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ffc17ca7ffd58c1c4cbedfd440ffa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0aebb5661d9d95172319437e2beb44f3 = $(`<div id="html_0aebb5661d9d95172319437e2beb44f3" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_45ffc17ca7ffd58c1c4cbedfd440ffa4.setContent(html_0aebb5661d9d95172319437e2beb44f3);
|
|
|
|
|
|
|
|
marker_e107c3c3f492d9eddcca0aad8bc1f515.bindPopup(popup_45ffc17ca7ffd58c1c4cbedfd440ffa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e107c3c3f492d9eddcca0aad8bc1f515.setIcon(icon_f942ed79d7bda679972c0b126c134867);
|
|
|
|
|
|
var marker_3e6f067486349a99cb5802c7c0b79076 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_38e5f5646f22217bef197ced3426e173 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48811d8193a3151e95fa1063715144fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbdd93588072dce0df8e51c13ec6d6db = $(`<div id="html_cbdd93588072dce0df8e51c13ec6d6db" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_48811d8193a3151e95fa1063715144fb.setContent(html_cbdd93588072dce0df8e51c13ec6d6db);
|
|
|
|
|
|
|
|
marker_3e6f067486349a99cb5802c7c0b79076.bindPopup(popup_48811d8193a3151e95fa1063715144fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e6f067486349a99cb5802c7c0b79076.setIcon(icon_38e5f5646f22217bef197ced3426e173);
|
|
|
|
|
|
var marker_b6a1dd1741ba3da32c472e9c552d05bd = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_7eefedb5ad8f3b4cec887f9a1a327d49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5a58ce87df2b94149ae0a6c21f4723a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f08d446f438f0bbd597c637a37ba9e2e = $(`<div id="html_f08d446f438f0bbd597c637a37ba9e2e" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_d5a58ce87df2b94149ae0a6c21f4723a.setContent(html_f08d446f438f0bbd597c637a37ba9e2e);
|
|
|
|
|
|
|
|
marker_b6a1dd1741ba3da32c472e9c552d05bd.bindPopup(popup_d5a58ce87df2b94149ae0a6c21f4723a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6a1dd1741ba3da32c472e9c552d05bd.setIcon(icon_7eefedb5ad8f3b4cec887f9a1a327d49);
|
|
|
|
|
|
var marker_51897b73046f448de0060eb4a7e80a5e = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c6caa5f87b0133c9f80496520ae62416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_949b57d88608e3284aba4e831b2b480c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a247e492ce058418e5fb2fe16524f51 = $(`<div id="html_4a247e492ce058418e5fb2fe16524f51" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_949b57d88608e3284aba4e831b2b480c.setContent(html_4a247e492ce058418e5fb2fe16524f51);
|
|
|
|
|
|
|
|
marker_51897b73046f448de0060eb4a7e80a5e.bindPopup(popup_949b57d88608e3284aba4e831b2b480c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51897b73046f448de0060eb4a7e80a5e.setIcon(icon_c6caa5f87b0133c9f80496520ae62416);
|
|
|
|
|
|
var marker_5f68a38a624571fa2a2d1d50c9c98cfb = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ae8964e11120da187bc8f1898bfeef58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d7f6d86d925de3aef03ae49432349cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21b89e6375a0e65bb5fd9021592fce46 = $(`<div id="html_21b89e6375a0e65bb5fd9021592fce46" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_4d7f6d86d925de3aef03ae49432349cb.setContent(html_21b89e6375a0e65bb5fd9021592fce46);
|
|
|
|
|
|
|
|
marker_5f68a38a624571fa2a2d1d50c9c98cfb.bindPopup(popup_4d7f6d86d925de3aef03ae49432349cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f68a38a624571fa2a2d1d50c9c98cfb.setIcon(icon_ae8964e11120da187bc8f1898bfeef58);
|
|
|
|
|
|
var marker_e2489b959b414e5aad2e835fe2de555a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_1156e3c57a138afde720c16900d63c37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de979474a40e1b9c4a8301b2f293184d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9de4cb4093bcfe56fa7d9fe91d830d9e = $(`<div id="html_9de4cb4093bcfe56fa7d9fe91d830d9e" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_de979474a40e1b9c4a8301b2f293184d.setContent(html_9de4cb4093bcfe56fa7d9fe91d830d9e);
|
|
|
|
|
|
|
|
marker_e2489b959b414e5aad2e835fe2de555a.bindPopup(popup_de979474a40e1b9c4a8301b2f293184d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2489b959b414e5aad2e835fe2de555a.setIcon(icon_1156e3c57a138afde720c16900d63c37);
|
|
|
|
|
|
var marker_ae0399495a3686e9ef2fda77ce1a8946 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_0d809e75e95c37fa3f7b3fb47d4f175a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af00b8cbddcfac5778d15bbc21858284 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d359d5ef9117c0cc6a4045c9b23a79c6 = $(`<div id="html_d359d5ef9117c0cc6a4045c9b23a79c6" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_af00b8cbddcfac5778d15bbc21858284.setContent(html_d359d5ef9117c0cc6a4045c9b23a79c6);
|
|
|
|
|
|
|
|
marker_ae0399495a3686e9ef2fda77ce1a8946.bindPopup(popup_af00b8cbddcfac5778d15bbc21858284)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae0399495a3686e9ef2fda77ce1a8946.setIcon(icon_0d809e75e95c37fa3f7b3fb47d4f175a);
|
|
|
|
|
|
var marker_e8091fa4af93102c2908606579cb9760 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_eeef624c7c0565c2c6562318c8a9fbaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11189d4961aed999fcbb1543108ed479 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2890d9886673413eeedcc1b1633de635 = $(`<div id="html_2890d9886673413eeedcc1b1633de635" style="width: 100.0%; height: 100.0%;">nostr.einundzwanzig.space</div>`)[0];
|
|
popup_11189d4961aed999fcbb1543108ed479.setContent(html_2890d9886673413eeedcc1b1633de635);
|
|
|
|
|
|
|
|
marker_e8091fa4af93102c2908606579cb9760.bindPopup(popup_11189d4961aed999fcbb1543108ed479)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8091fa4af93102c2908606579cb9760.setIcon(icon_eeef624c7c0565c2c6562318c8a9fbaf);
|
|
|
|
|
|
var marker_eb55f6b88f3ed7da27b459748adfabff = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a13187c0b860e3752d574f6caa78ebf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1dc4894a2ac368d61fe8b8016cc9e57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fba4bd1d3b6054e80c3436b0c0dfde4 = $(`<div id="html_5fba4bd1d3b6054e80c3436b0c0dfde4" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_f1dc4894a2ac368d61fe8b8016cc9e57.setContent(html_5fba4bd1d3b6054e80c3436b0c0dfde4);
|
|
|
|
|
|
|
|
marker_eb55f6b88f3ed7da27b459748adfabff.bindPopup(popup_f1dc4894a2ac368d61fe8b8016cc9e57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb55f6b88f3ed7da27b459748adfabff.setIcon(icon_a13187c0b860e3752d574f6caa78ebf2);
|
|
|
|
|
|
var marker_4003a6490bc77cd303dee281ce0d0f83 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_aef4c3c7be35094723faf2063c7d1c5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e79dc500d672cc80770caf2a4fe32200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7609366bbd323b17da1b240f34c24276 = $(`<div id="html_7609366bbd323b17da1b240f34c24276" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_e79dc500d672cc80770caf2a4fe32200.setContent(html_7609366bbd323b17da1b240f34c24276);
|
|
|
|
|
|
|
|
marker_4003a6490bc77cd303dee281ce0d0f83.bindPopup(popup_e79dc500d672cc80770caf2a4fe32200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4003a6490bc77cd303dee281ce0d0f83.setIcon(icon_aef4c3c7be35094723faf2063c7d1c5b);
|
|
|
|
|
|
var marker_7ad7a88899a1f30050a4a85ec8c124a7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_9417ff1fd2dd153e07fc4258de782f88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d6fe2ed00391cba010eb4a025832335 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4647a18a13e2e72e927bb0a1d42af335 = $(`<div id="html_4647a18a13e2e72e927bb0a1d42af335" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_6d6fe2ed00391cba010eb4a025832335.setContent(html_4647a18a13e2e72e927bb0a1d42af335);
|
|
|
|
|
|
|
|
marker_7ad7a88899a1f30050a4a85ec8c124a7.bindPopup(popup_6d6fe2ed00391cba010eb4a025832335)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ad7a88899a1f30050a4a85ec8c124a7.setIcon(icon_9417ff1fd2dd153e07fc4258de782f88);
|
|
|
|
|
|
var marker_7942a566b2841f346e6ba9666b935ae5 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_8bbe0ac4e6e48a5e2d899283ee3964ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c8227866ffdedd7fa8136b4938a9e48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f030bcbcb5f48231ff439a6c9ff0260 = $(`<div id="html_7f030bcbcb5f48231ff439a6c9ff0260" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_1c8227866ffdedd7fa8136b4938a9e48.setContent(html_7f030bcbcb5f48231ff439a6c9ff0260);
|
|
|
|
|
|
|
|
marker_7942a566b2841f346e6ba9666b935ae5.bindPopup(popup_1c8227866ffdedd7fa8136b4938a9e48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7942a566b2841f346e6ba9666b935ae5.setIcon(icon_8bbe0ac4e6e48a5e2d899283ee3964ba);
|
|
|
|
|
|
var marker_c0bd2de81dd6096dca795abbd57cc164 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_3100a2ec27d8ea886a7ac621f3027207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bb89b73609c738da994a920aebe8329 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4a33a9eed38bc81e8a1605c3cfa3afc = $(`<div id="html_b4a33a9eed38bc81e8a1605c3cfa3afc" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_1bb89b73609c738da994a920aebe8329.setContent(html_b4a33a9eed38bc81e8a1605c3cfa3afc);
|
|
|
|
|
|
|
|
marker_c0bd2de81dd6096dca795abbd57cc164.bindPopup(popup_1bb89b73609c738da994a920aebe8329)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0bd2de81dd6096dca795abbd57cc164.setIcon(icon_3100a2ec27d8ea886a7ac621f3027207);
|
|
|
|
|
|
var marker_26720751317b9e440b2d28af96dc7c51 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_89c50805473c6d44d577aa6077fa5d30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19c0de552276296f74e68cf667e82cd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2776d59ed495f09aa22e8c5b9d6cd26a = $(`<div id="html_2776d59ed495f09aa22e8c5b9d6cd26a" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_19c0de552276296f74e68cf667e82cd4.setContent(html_2776d59ed495f09aa22e8c5b9d6cd26a);
|
|
|
|
|
|
|
|
marker_26720751317b9e440b2d28af96dc7c51.bindPopup(popup_19c0de552276296f74e68cf667e82cd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26720751317b9e440b2d28af96dc7c51.setIcon(icon_89c50805473c6d44d577aa6077fa5d30);
|
|
|
|
|
|
var marker_ee32f85b98f16312c2176015baffc880 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_339196dd32e5ba87e4d578cc6fbc9c53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2056a2032754b6269d0f9b1a70a09752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0333d08f340f7593003bc9415e9658d = $(`<div id="html_e0333d08f340f7593003bc9415e9658d" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_2056a2032754b6269d0f9b1a70a09752.setContent(html_e0333d08f340f7593003bc9415e9658d);
|
|
|
|
|
|
|
|
marker_ee32f85b98f16312c2176015baffc880.bindPopup(popup_2056a2032754b6269d0f9b1a70a09752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee32f85b98f16312c2176015baffc880.setIcon(icon_339196dd32e5ba87e4d578cc6fbc9c53);
|
|
|
|
|
|
var marker_83cb70eccee6bb02fbcd986c1c1c7b67 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_5e6ad787ee9675a21b6c7e95bfd016c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c9eccf8ee7b91f6850fbace9a3ba05b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c2a3e0fb88cff5e42e4b0038a32a2e3 = $(`<div id="html_6c2a3e0fb88cff5e42e4b0038a32a2e3" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_8c9eccf8ee7b91f6850fbace9a3ba05b.setContent(html_6c2a3e0fb88cff5e42e4b0038a32a2e3);
|
|
|
|
|
|
|
|
marker_83cb70eccee6bb02fbcd986c1c1c7b67.bindPopup(popup_8c9eccf8ee7b91f6850fbace9a3ba05b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83cb70eccee6bb02fbcd986c1c1c7b67.setIcon(icon_5e6ad787ee9675a21b6c7e95bfd016c7);
|
|
|
|
|
|
var marker_fce11e14d9ee18548d2e808c01916815 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2bc04eeb606bf9517642152a3a0217ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f049fc00b33d285b9ce9b63f4acf39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fafd94de2676fa70887c7f647713fdd = $(`<div id="html_4fafd94de2676fa70887c7f647713fdd" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_19f049fc00b33d285b9ce9b63f4acf39.setContent(html_4fafd94de2676fa70887c7f647713fdd);
|
|
|
|
|
|
|
|
marker_fce11e14d9ee18548d2e808c01916815.bindPopup(popup_19f049fc00b33d285b9ce9b63f4acf39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fce11e14d9ee18548d2e808c01916815.setIcon(icon_2bc04eeb606bf9517642152a3a0217ce);
|
|
|
|
|
|
var marker_8fe170f54074782d369e255dc67a2f35 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_6989779bf831e9de4f533003d967aeff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72ed0bb40b74cf980cc4ea7745123edd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_516d976232db75d4f4516490647449fa = $(`<div id="html_516d976232db75d4f4516490647449fa" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_72ed0bb40b74cf980cc4ea7745123edd.setContent(html_516d976232db75d4f4516490647449fa);
|
|
|
|
|
|
|
|
marker_8fe170f54074782d369e255dc67a2f35.bindPopup(popup_72ed0bb40b74cf980cc4ea7745123edd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fe170f54074782d369e255dc67a2f35.setIcon(icon_6989779bf831e9de4f533003d967aeff);
|
|
|
|
|
|
var marker_dc05ecc85d688d4d53cfe382fcb5c70a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b7530673651c695edeb757c18f1c612a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7537fd49cc9a4a038ff9f13dae94ffc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abedc63ffc5cd267c3c82635fc7d3569 = $(`<div id="html_abedc63ffc5cd267c3c82635fc7d3569" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_7537fd49cc9a4a038ff9f13dae94ffc8.setContent(html_abedc63ffc5cd267c3c82635fc7d3569);
|
|
|
|
|
|
|
|
marker_dc05ecc85d688d4d53cfe382fcb5c70a.bindPopup(popup_7537fd49cc9a4a038ff9f13dae94ffc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc05ecc85d688d4d53cfe382fcb5c70a.setIcon(icon_b7530673651c695edeb757c18f1c612a);
|
|
|
|
|
|
var marker_df1eca6f85e5bf7470cebc96456966ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_527c4245384fb7c0557e3390f23a4dfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34f9e1e610e8283d659c839c13bd6af5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6019ffbb9535eef0be68db5584b17985 = $(`<div id="html_6019ffbb9535eef0be68db5584b17985" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_34f9e1e610e8283d659c839c13bd6af5.setContent(html_6019ffbb9535eef0be68db5584b17985);
|
|
|
|
|
|
|
|
marker_df1eca6f85e5bf7470cebc96456966ee.bindPopup(popup_34f9e1e610e8283d659c839c13bd6af5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df1eca6f85e5bf7470cebc96456966ee.setIcon(icon_527c4245384fb7c0557e3390f23a4dfa);
|
|
|
|
|
|
var marker_9ce01d1d78307cc13a15b9e451f35e58 = L.marker(
|
|
[50.9928, 3.26317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_95635a468bd17a349fc47838a66ec49e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_349544889194d19169fe6a70ae6fd5bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_918d1e53fe87b9619b9300740894e6d7 = $(`<div id="html_918d1e53fe87b9619b9300740894e6d7" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_349544889194d19169fe6a70ae6fd5bc.setContent(html_918d1e53fe87b9619b9300740894e6d7);
|
|
|
|
|
|
|
|
marker_9ce01d1d78307cc13a15b9e451f35e58.bindPopup(popup_349544889194d19169fe6a70ae6fd5bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ce01d1d78307cc13a15b9e451f35e58.setIcon(icon_95635a468bd17a349fc47838a66ec49e);
|
|
|
|
|
|
var marker_e12a206f7e4963d8022085f6e6408769 = L.marker(
|
|
[45.5029, -73.5723],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ae3a9244a44161ada2e0d9da827fda74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfb4b19d3767915ebcb1c5298bd8ec99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04ac55fa7357520d0e7f2fa8dbf54c05 = $(`<div id="html_04ac55fa7357520d0e7f2fa8dbf54c05" style="width: 100.0%; height: 100.0%;">zap.watch</div>`)[0];
|
|
popup_bfb4b19d3767915ebcb1c5298bd8ec99.setContent(html_04ac55fa7357520d0e7f2fa8dbf54c05);
|
|
|
|
|
|
|
|
marker_e12a206f7e4963d8022085f6e6408769.bindPopup(popup_bfb4b19d3767915ebcb1c5298bd8ec99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e12a206f7e4963d8022085f6e6408769.setIcon(icon_ae3a9244a44161ada2e0d9da827fda74);
|
|
|
|
|
|
var marker_4d5387c024d5e3f1c43c94a6d968bd89 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_cecfc06326258c080b8253ecef5aeb95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61c1ecbc7b09928468ff1bc13641d07e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c025a5665bcf2e0a147425578581ab35 = $(`<div id="html_c025a5665bcf2e0a147425578581ab35" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_61c1ecbc7b09928468ff1bc13641d07e.setContent(html_c025a5665bcf2e0a147425578581ab35);
|
|
|
|
|
|
|
|
marker_4d5387c024d5e3f1c43c94a6d968bd89.bindPopup(popup_61c1ecbc7b09928468ff1bc13641d07e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d5387c024d5e3f1c43c94a6d968bd89.setIcon(icon_cecfc06326258c080b8253ecef5aeb95);
|
|
|
|
|
|
var marker_277eae69c0cc1c92d1d6e29a7ae6df54 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_9456d9015b350b8a584e13ab34ab8780 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8656e35f58abdd03305d0fa64378c227 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d31d4eb7f777a5e919214d5391876f9 = $(`<div id="html_3d31d4eb7f777a5e919214d5391876f9" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_8656e35f58abdd03305d0fa64378c227.setContent(html_3d31d4eb7f777a5e919214d5391876f9);
|
|
|
|
|
|
|
|
marker_277eae69c0cc1c92d1d6e29a7ae6df54.bindPopup(popup_8656e35f58abdd03305d0fa64378c227)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_277eae69c0cc1c92d1d6e29a7ae6df54.setIcon(icon_9456d9015b350b8a584e13ab34ab8780);
|
|
|
|
|
|
var marker_e7113a2a70e30c2de01a70d46d41713d = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_527ea70d02d7a4b5843411eb6e752289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2a95efad7f7b67fa0c9e94c5f9e2278 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63bdfba2a0dc25177556ba0b9d58f8a3 = $(`<div id="html_63bdfba2a0dc25177556ba0b9d58f8a3" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_c2a95efad7f7b67fa0c9e94c5f9e2278.setContent(html_63bdfba2a0dc25177556ba0b9d58f8a3);
|
|
|
|
|
|
|
|
marker_e7113a2a70e30c2de01a70d46d41713d.bindPopup(popup_c2a95efad7f7b67fa0c9e94c5f9e2278)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7113a2a70e30c2de01a70d46d41713d.setIcon(icon_527ea70d02d7a4b5843411eb6e752289);
|
|
|
|
|
|
var marker_52af191d7e1549361c21398c83e0e9b4 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_7bf10fb82b237ef78f759e9b502d0285 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5333c038b1f4790f64a7dc4eea610bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98dbeb179379a0108abfe1f41e400e46 = $(`<div id="html_98dbeb179379a0108abfe1f41e400e46" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_c5333c038b1f4790f64a7dc4eea610bc.setContent(html_98dbeb179379a0108abfe1f41e400e46);
|
|
|
|
|
|
|
|
marker_52af191d7e1549361c21398c83e0e9b4.bindPopup(popup_c5333c038b1f4790f64a7dc4eea610bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52af191d7e1549361c21398c83e0e9b4.setIcon(icon_7bf10fb82b237ef78f759e9b502d0285);
|
|
|
|
|
|
var marker_f4b64eba3df602ded3f1180e1ccecddc = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e44ded5c54e1e6dfad7ec3dd2c7ae502 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95c9b8cd6495cf15a79d05d862d1af62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c1f3f8c5cfcdfa18780b90bd8541270 = $(`<div id="html_9c1f3f8c5cfcdfa18780b90bd8541270" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_95c9b8cd6495cf15a79d05d862d1af62.setContent(html_9c1f3f8c5cfcdfa18780b90bd8541270);
|
|
|
|
|
|
|
|
marker_f4b64eba3df602ded3f1180e1ccecddc.bindPopup(popup_95c9b8cd6495cf15a79d05d862d1af62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4b64eba3df602ded3f1180e1ccecddc.setIcon(icon_e44ded5c54e1e6dfad7ec3dd2c7ae502);
|
|
|
|
|
|
var marker_a6863e91362782ea9a41d5208e427fca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a0e70ab81418375a758af3eff59e0a93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41e6ba453b904fa16e71771e0da9db33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09b1d8a9184f8705af8cd8cc50c4c80e = $(`<div id="html_09b1d8a9184f8705af8cd8cc50c4c80e" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_41e6ba453b904fa16e71771e0da9db33.setContent(html_09b1d8a9184f8705af8cd8cc50c4c80e);
|
|
|
|
|
|
|
|
marker_a6863e91362782ea9a41d5208e427fca.bindPopup(popup_41e6ba453b904fa16e71771e0da9db33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6863e91362782ea9a41d5208e427fca.setIcon(icon_a0e70ab81418375a758af3eff59e0a93);
|
|
|
|
|
|
var marker_fbd55c2fd1e7df2a37d9fde61e2937c8 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2e8220ef12b58a21ac2d8becee9a78c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14cc81ea8233e0be04051cacf5101792 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc4377fff880a39c38b0c34948077567 = $(`<div id="html_fc4377fff880a39c38b0c34948077567" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_14cc81ea8233e0be04051cacf5101792.setContent(html_fc4377fff880a39c38b0c34948077567);
|
|
|
|
|
|
|
|
marker_fbd55c2fd1e7df2a37d9fde61e2937c8.bindPopup(popup_14cc81ea8233e0be04051cacf5101792)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbd55c2fd1e7df2a37d9fde61e2937c8.setIcon(icon_2e8220ef12b58a21ac2d8becee9a78c1);
|
|
|
|
|
|
var marker_87560ee87d56cc17f711aadae50bff4c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e273d5a01660d946651649e6da22a452 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa3ed9d306922501bd0c06e568be2c64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5352700b5479631ae79b08457c1065d9 = $(`<div id="html_5352700b5479631ae79b08457c1065d9" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_aa3ed9d306922501bd0c06e568be2c64.setContent(html_5352700b5479631ae79b08457c1065d9);
|
|
|
|
|
|
|
|
marker_87560ee87d56cc17f711aadae50bff4c.bindPopup(popup_aa3ed9d306922501bd0c06e568be2c64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87560ee87d56cc17f711aadae50bff4c.setIcon(icon_e273d5a01660d946651649e6da22a452);
|
|
|
|
|
|
var marker_fa1fdd8c749c0bd737a3e0e6faaedd9c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f302c267152641d3331cf9fbb2f13486 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04206773302ea3f7406b4c36f3764cd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc93bf7615440f31b4b9046595e9a8be = $(`<div id="html_bc93bf7615440f31b4b9046595e9a8be" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_04206773302ea3f7406b4c36f3764cd6.setContent(html_bc93bf7615440f31b4b9046595e9a8be);
|
|
|
|
|
|
|
|
marker_fa1fdd8c749c0bd737a3e0e6faaedd9c.bindPopup(popup_04206773302ea3f7406b4c36f3764cd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa1fdd8c749c0bd737a3e0e6faaedd9c.setIcon(icon_f302c267152641d3331cf9fbb2f13486);
|
|
|
|
|
|
var marker_d48a3d5394ccdeb0b86876acaa6c5ceb = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_4e168dbdd71b57ec0c7ce76ca96759e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b872e689d4c5940da40fbc0a7975df4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3093197f744901fa40db20f7b89d6f54 = $(`<div id="html_3093197f744901fa40db20f7b89d6f54" style="width: 100.0%; height: 100.0%;">hivetalk.nostr1.com</div>`)[0];
|
|
popup_b872e689d4c5940da40fbc0a7975df4b.setContent(html_3093197f744901fa40db20f7b89d6f54);
|
|
|
|
|
|
|
|
marker_d48a3d5394ccdeb0b86876acaa6c5ceb.bindPopup(popup_b872e689d4c5940da40fbc0a7975df4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d48a3d5394ccdeb0b86876acaa6c5ceb.setIcon(icon_4e168dbdd71b57ec0c7ce76ca96759e4);
|
|
|
|
|
|
var marker_c103a7a627ece70e5a9861fdf0180385 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b3bb2822771e06a780f91fdd9c22c7ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69d33cdc6e2b92bfc33ec22efb52569a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d25d017a2767b87139c09a741d0f01d5 = $(`<div id="html_d25d017a2767b87139c09a741d0f01d5" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_69d33cdc6e2b92bfc33ec22efb52569a.setContent(html_d25d017a2767b87139c09a741d0f01d5);
|
|
|
|
|
|
|
|
marker_c103a7a627ece70e5a9861fdf0180385.bindPopup(popup_69d33cdc6e2b92bfc33ec22efb52569a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c103a7a627ece70e5a9861fdf0180385.setIcon(icon_b3bb2822771e06a780f91fdd9c22c7ab);
|
|
|
|
|
|
var marker_881fd704fdb9af99f4cf58815c106f6b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_8bf65e1143cbece1d42842aacec281ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a9a62619ac4068e3f25c0915efb7845 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4babc93b173a837da3712f031c9f6322 = $(`<div id="html_4babc93b173a837da3712f031c9f6322" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_7a9a62619ac4068e3f25c0915efb7845.setContent(html_4babc93b173a837da3712f031c9f6322);
|
|
|
|
|
|
|
|
marker_881fd704fdb9af99f4cf58815c106f6b.bindPopup(popup_7a9a62619ac4068e3f25c0915efb7845)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_881fd704fdb9af99f4cf58815c106f6b.setIcon(icon_8bf65e1143cbece1d42842aacec281ff);
|
|
|
|
|
|
var marker_2ca9b1c3bdc5aeb0a86202b12422c1b5 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c9c6a2774e475857a1893a0d0acd7c0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd87de04dbe33d4f79e5c92236cfa95c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52bcbdc8caa97a1a57607b845dec320c = $(`<div id="html_52bcbdc8caa97a1a57607b845dec320c" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_fd87de04dbe33d4f79e5c92236cfa95c.setContent(html_52bcbdc8caa97a1a57607b845dec320c);
|
|
|
|
|
|
|
|
marker_2ca9b1c3bdc5aeb0a86202b12422c1b5.bindPopup(popup_fd87de04dbe33d4f79e5c92236cfa95c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ca9b1c3bdc5aeb0a86202b12422c1b5.setIcon(icon_c9c6a2774e475857a1893a0d0acd7c0f);
|
|
|
|
|
|
var marker_ec2b1ed9137d1851907749a97f2dade4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_261ec39bf424f4e6ed8f1a6af64c607c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_263a77126d90648783428df4a1b08b90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1222eb0ff916d2f7ecc7b71a22d6747a = $(`<div id="html_1222eb0ff916d2f7ecc7b71a22d6747a" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_263a77126d90648783428df4a1b08b90.setContent(html_1222eb0ff916d2f7ecc7b71a22d6747a);
|
|
|
|
|
|
|
|
marker_ec2b1ed9137d1851907749a97f2dade4.bindPopup(popup_263a77126d90648783428df4a1b08b90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec2b1ed9137d1851907749a97f2dade4.setIcon(icon_261ec39bf424f4e6ed8f1a6af64c607c);
|
|
|
|
|
|
var marker_1278723207ed7a07d4e20d266708276e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_aa03c33ff4b25a2eb7174d4d79d18d20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b88fc1d9feeacd9c26a473b5a4b855cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_188d95fe2e092e6e81eb7889abadbc9d = $(`<div id="html_188d95fe2e092e6e81eb7889abadbc9d" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_b88fc1d9feeacd9c26a473b5a4b855cf.setContent(html_188d95fe2e092e6e81eb7889abadbc9d);
|
|
|
|
|
|
|
|
marker_1278723207ed7a07d4e20d266708276e.bindPopup(popup_b88fc1d9feeacd9c26a473b5a4b855cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1278723207ed7a07d4e20d266708276e.setIcon(icon_aa03c33ff4b25a2eb7174d4d79d18d20);
|
|
|
|
|
|
var marker_c44f7099cd28ce1572769b2cd192a539 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_31ed4c30404b3312f088c6ad87bf99a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7b8cd8c4458781cffb1a4d2995b85a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_238c90685af98c34211f5273cf49292a = $(`<div id="html_238c90685af98c34211f5273cf49292a" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_d7b8cd8c4458781cffb1a4d2995b85a4.setContent(html_238c90685af98c34211f5273cf49292a);
|
|
|
|
|
|
|
|
marker_c44f7099cd28ce1572769b2cd192a539.bindPopup(popup_d7b8cd8c4458781cffb1a4d2995b85a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c44f7099cd28ce1572769b2cd192a539.setIcon(icon_31ed4c30404b3312f088c6ad87bf99a0);
|
|
|
|
|
|
var marker_57623e1e8b44357e6415d3a2578e9ebe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d2e64df28a3bd4b0f107268b671b88da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0802449bd232326565f9093425870ceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0155e9d3e58e572c1e089a950443a3de = $(`<div id="html_0155e9d3e58e572c1e089a950443a3de" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_0802449bd232326565f9093425870ceb.setContent(html_0155e9d3e58e572c1e089a950443a3de);
|
|
|
|
|
|
|
|
marker_57623e1e8b44357e6415d3a2578e9ebe.bindPopup(popup_0802449bd232326565f9093425870ceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57623e1e8b44357e6415d3a2578e9ebe.setIcon(icon_d2e64df28a3bd4b0f107268b671b88da);
|
|
|
|
|
|
var marker_49f09074c9c1388022b9758d7ff8ca13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_65b283a141335f10e23b21ec8c1203ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_422bfbb8d5c93c4cc2680fe2d256ed9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ad91417033e852afa6d18e709e332c8 = $(`<div id="html_5ad91417033e852afa6d18e709e332c8" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_422bfbb8d5c93c4cc2680fe2d256ed9e.setContent(html_5ad91417033e852afa6d18e709e332c8);
|
|
|
|
|
|
|
|
marker_49f09074c9c1388022b9758d7ff8ca13.bindPopup(popup_422bfbb8d5c93c4cc2680fe2d256ed9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49f09074c9c1388022b9758d7ff8ca13.setIcon(icon_65b283a141335f10e23b21ec8c1203ea);
|
|
|
|
|
|
var marker_665f207a691c6979d713d3e56e44c072 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b2b8c348c86863ce548230e430e037d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_034dc7fc7783af90af2c5a9d993308b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_742bbb489f9d950ddcf3870dd0201c58 = $(`<div id="html_742bbb489f9d950ddcf3870dd0201c58" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_034dc7fc7783af90af2c5a9d993308b6.setContent(html_742bbb489f9d950ddcf3870dd0201c58);
|
|
|
|
|
|
|
|
marker_665f207a691c6979d713d3e56e44c072.bindPopup(popup_034dc7fc7783af90af2c5a9d993308b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_665f207a691c6979d713d3e56e44c072.setIcon(icon_b2b8c348c86863ce548230e430e037d1);
|
|
|
|
|
|
var marker_f47829c5015a89bd532f6f45d9707ed3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e2e054c8dfbe26ef466a960aa7c90324 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b776a02d43f6fb5deafba6806467cfea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81439f75288a1a799462a622f7d71d4b = $(`<div id="html_81439f75288a1a799462a622f7d71d4b" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_b776a02d43f6fb5deafba6806467cfea.setContent(html_81439f75288a1a799462a622f7d71d4b);
|
|
|
|
|
|
|
|
marker_f47829c5015a89bd532f6f45d9707ed3.bindPopup(popup_b776a02d43f6fb5deafba6806467cfea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f47829c5015a89bd532f6f45d9707ed3.setIcon(icon_e2e054c8dfbe26ef466a960aa7c90324);
|
|
|
|
|
|
var marker_acb9c0aed6c46ad2826e950e81697503 = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d695209db2067bd21610d12cf35481f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2be43332cbd1a4603391754312779518 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe8e3f9ffc06df56bd98d3048242c8c6 = $(`<div id="html_fe8e3f9ffc06df56bd98d3048242c8c6" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_2be43332cbd1a4603391754312779518.setContent(html_fe8e3f9ffc06df56bd98d3048242c8c6);
|
|
|
|
|
|
|
|
marker_acb9c0aed6c46ad2826e950e81697503.bindPopup(popup_2be43332cbd1a4603391754312779518)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acb9c0aed6c46ad2826e950e81697503.setIcon(icon_d695209db2067bd21610d12cf35481f7);
|
|
|
|
|
|
var marker_ce3ece2fc5df52dee813cea9ebc67c6b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_17f4c2e9c6cea18e7df8a1d39ed3c85b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae5a9f8bd5a706da706908b67eb0c930 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b45f28f798c5563696fb3c1f1595b840 = $(`<div id="html_b45f28f798c5563696fb3c1f1595b840" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_ae5a9f8bd5a706da706908b67eb0c930.setContent(html_b45f28f798c5563696fb3c1f1595b840);
|
|
|
|
|
|
|
|
marker_ce3ece2fc5df52dee813cea9ebc67c6b.bindPopup(popup_ae5a9f8bd5a706da706908b67eb0c930)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce3ece2fc5df52dee813cea9ebc67c6b.setIcon(icon_17f4c2e9c6cea18e7df8a1d39ed3c85b);
|
|
|
|
|
|
var marker_c9d4a2f08f0791cfe76e47ac183984e1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_981909cbbfed252e004bc050ffec4532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fc98085f075715a7c917add6f6089d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_987679be7ff492605c12051b08d19026 = $(`<div id="html_987679be7ff492605c12051b08d19026" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_9fc98085f075715a7c917add6f6089d8.setContent(html_987679be7ff492605c12051b08d19026);
|
|
|
|
|
|
|
|
marker_c9d4a2f08f0791cfe76e47ac183984e1.bindPopup(popup_9fc98085f075715a7c917add6f6089d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9d4a2f08f0791cfe76e47ac183984e1.setIcon(icon_981909cbbfed252e004bc050ffec4532);
|
|
|
|
|
|
var marker_67cd2c3e247dc05733fccbdb66487944 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_78206d312fd6c0abc572ddb2cf5b7c30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5585088bc7e9163c46b74a76373a1f9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7bdf24b97d05bd7662f15885a6a20e9 = $(`<div id="html_d7bdf24b97d05bd7662f15885a6a20e9" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_5585088bc7e9163c46b74a76373a1f9c.setContent(html_d7bdf24b97d05bd7662f15885a6a20e9);
|
|
|
|
|
|
|
|
marker_67cd2c3e247dc05733fccbdb66487944.bindPopup(popup_5585088bc7e9163c46b74a76373a1f9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67cd2c3e247dc05733fccbdb66487944.setIcon(icon_78206d312fd6c0abc572ddb2cf5b7c30);
|
|
|
|
|
|
var marker_862393e23661d070abd626e054bf681d = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bd29391c08640a72af92c1cf77f5c870 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a8d5c3bda507a8bd6259b9809defb5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7922cefddc140d899f5a2ac0f46347c4 = $(`<div id="html_7922cefddc140d899f5a2ac0f46347c4" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_0a8d5c3bda507a8bd6259b9809defb5a.setContent(html_7922cefddc140d899f5a2ac0f46347c4);
|
|
|
|
|
|
|
|
marker_862393e23661d070abd626e054bf681d.bindPopup(popup_0a8d5c3bda507a8bd6259b9809defb5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_862393e23661d070abd626e054bf681d.setIcon(icon_bd29391c08640a72af92c1cf77f5c870);
|
|
|
|
|
|
var marker_14be4a83a128f08b69a6964cad57d476 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_862c41e9b998b880ca6d5d956c38d633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7280741f7dfcb999faaf290335ac2f0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_610c8c09adf9b7ebb9cb132ab6f66324 = $(`<div id="html_610c8c09adf9b7ebb9cb132ab6f66324" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_7280741f7dfcb999faaf290335ac2f0d.setContent(html_610c8c09adf9b7ebb9cb132ab6f66324);
|
|
|
|
|
|
|
|
marker_14be4a83a128f08b69a6964cad57d476.bindPopup(popup_7280741f7dfcb999faaf290335ac2f0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14be4a83a128f08b69a6964cad57d476.setIcon(icon_862c41e9b998b880ca6d5d956c38d633);
|
|
|
|
|
|
var marker_57f16d532f693371bd18467ec94a46b3 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_9d3eb17711d0586ea4cfbfac1b12172e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f20625783d1d27977d8c9e2da28d538 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93e1a7f272173e090dab21d1693dc8b6 = $(`<div id="html_93e1a7f272173e090dab21d1693dc8b6" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_2f20625783d1d27977d8c9e2da28d538.setContent(html_93e1a7f272173e090dab21d1693dc8b6);
|
|
|
|
|
|
|
|
marker_57f16d532f693371bd18467ec94a46b3.bindPopup(popup_2f20625783d1d27977d8c9e2da28d538)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57f16d532f693371bd18467ec94a46b3.setIcon(icon_9d3eb17711d0586ea4cfbfac1b12172e);
|
|
|
|
|
|
var marker_3977bdc5dcf8fbe5074bc628535ac3d3 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c686cbb3ecde9cff5a2fbdfea055509b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e453ebfb1c9340581b50e30a302859d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e64e76f12ba5f2924de14ea6a75cef2 = $(`<div id="html_2e64e76f12ba5f2924de14ea6a75cef2" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_e453ebfb1c9340581b50e30a302859d0.setContent(html_2e64e76f12ba5f2924de14ea6a75cef2);
|
|
|
|
|
|
|
|
marker_3977bdc5dcf8fbe5074bc628535ac3d3.bindPopup(popup_e453ebfb1c9340581b50e30a302859d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3977bdc5dcf8fbe5074bc628535ac3d3.setIcon(icon_c686cbb3ecde9cff5a2fbdfea055509b);
|
|
|
|
|
|
var marker_04ecc3df13b0a60fc6e831c9c3b6807b = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_4db6f8f254e057de59eba16136a51151 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6eddb803026bea2431f0f0026a7f0a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40bf9f49ba5be616007b516d4919f45f = $(`<div id="html_40bf9f49ba5be616007b516d4919f45f" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_a6eddb803026bea2431f0f0026a7f0a6.setContent(html_40bf9f49ba5be616007b516d4919f45f);
|
|
|
|
|
|
|
|
marker_04ecc3df13b0a60fc6e831c9c3b6807b.bindPopup(popup_a6eddb803026bea2431f0f0026a7f0a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04ecc3df13b0a60fc6e831c9c3b6807b.setIcon(icon_4db6f8f254e057de59eba16136a51151);
|
|
|
|
|
|
var marker_a345e521eaf89e7d7de57cac03de639d = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c36220811770679f6a4d750106053e25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_821aad76e19a44a966d2182abd02278a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7383321758f4f0ef48be765340b6082 = $(`<div id="html_d7383321758f4f0ef48be765340b6082" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_821aad76e19a44a966d2182abd02278a.setContent(html_d7383321758f4f0ef48be765340b6082);
|
|
|
|
|
|
|
|
marker_a345e521eaf89e7d7de57cac03de639d.bindPopup(popup_821aad76e19a44a966d2182abd02278a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a345e521eaf89e7d7de57cac03de639d.setIcon(icon_c36220811770679f6a4d750106053e25);
|
|
|
|
|
|
var marker_8596c7702972db1039bae2a1f0c6457e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a4e692ccca8b5dae516f060409ee1b19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78bab54ca5dcc87836fd5a34382728cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f040ba7fd17be6de52fe7703b3559a72 = $(`<div id="html_f040ba7fd17be6de52fe7703b3559a72" style="width: 100.0%; height: 100.0%;">nostr.lostr.space</div>`)[0];
|
|
popup_78bab54ca5dcc87836fd5a34382728cf.setContent(html_f040ba7fd17be6de52fe7703b3559a72);
|
|
|
|
|
|
|
|
marker_8596c7702972db1039bae2a1f0c6457e.bindPopup(popup_78bab54ca5dcc87836fd5a34382728cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8596c7702972db1039bae2a1f0c6457e.setIcon(icon_a4e692ccca8b5dae516f060409ee1b19);
|
|
|
|
|
|
var marker_987a798cb9e6172739a6e4e22f60e38b = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_38f046e001fe3ae7f1253300d58b2966 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9894522ed423dab938a04f626d6e2a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94764aad18cdeb98f556c14f621b2197 = $(`<div id="html_94764aad18cdeb98f556c14f621b2197" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_9894522ed423dab938a04f626d6e2a6d.setContent(html_94764aad18cdeb98f556c14f621b2197);
|
|
|
|
|
|
|
|
marker_987a798cb9e6172739a6e4e22f60e38b.bindPopup(popup_9894522ed423dab938a04f626d6e2a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_987a798cb9e6172739a6e4e22f60e38b.setIcon(icon_38f046e001fe3ae7f1253300d58b2966);
|
|
|
|
|
|
var marker_19b927db3c2e3e40160438c8bdaa3e0c = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_8f8bd0bc68d0ecf58210f71fd425f419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6b3aa670f35326acf5d5a176e9a0bd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17e1f600582306464b5861ad8724bfa9 = $(`<div id="html_17e1f600582306464b5861ad8724bfa9" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_d6b3aa670f35326acf5d5a176e9a0bd0.setContent(html_17e1f600582306464b5861ad8724bfa9);
|
|
|
|
|
|
|
|
marker_19b927db3c2e3e40160438c8bdaa3e0c.bindPopup(popup_d6b3aa670f35326acf5d5a176e9a0bd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19b927db3c2e3e40160438c8bdaa3e0c.setIcon(icon_8f8bd0bc68d0ecf58210f71fd425f419);
|
|
|
|
|
|
var marker_e910db3d5b86d13024f13fdea2256ec5 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_4276bcf3b5518f9d5bdb6c1bf8ccffc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88f5150c962ccd8d068cc51145f0a97e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2455463570617d5947617a690197540 = $(`<div id="html_f2455463570617d5947617a690197540" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_88f5150c962ccd8d068cc51145f0a97e.setContent(html_f2455463570617d5947617a690197540);
|
|
|
|
|
|
|
|
marker_e910db3d5b86d13024f13fdea2256ec5.bindPopup(popup_88f5150c962ccd8d068cc51145f0a97e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e910db3d5b86d13024f13fdea2256ec5.setIcon(icon_4276bcf3b5518f9d5bdb6c1bf8ccffc3);
|
|
|
|
|
|
var marker_c2d3ee7478817d837a24d9c496d0cd80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_968d1a905ffe83055dd24921559f625a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c3fa1fdd63ed12c5d08d8b7814f1fa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2da587b6eead4d83d010331b727f43f1 = $(`<div id="html_2da587b6eead4d83d010331b727f43f1" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_3c3fa1fdd63ed12c5d08d8b7814f1fa5.setContent(html_2da587b6eead4d83d010331b727f43f1);
|
|
|
|
|
|
|
|
marker_c2d3ee7478817d837a24d9c496d0cd80.bindPopup(popup_3c3fa1fdd63ed12c5d08d8b7814f1fa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2d3ee7478817d837a24d9c496d0cd80.setIcon(icon_968d1a905ffe83055dd24921559f625a);
|
|
|
|
|
|
var marker_3fee110eca3ff92d162351089849f157 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_8547f48d5037539a09395171303e26e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e95ff17c65f89012d4119e757b6a70d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a718831c7215eb4cfe7d86bb7ca9edef = $(`<div id="html_a718831c7215eb4cfe7d86bb7ca9edef" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_e95ff17c65f89012d4119e757b6a70d0.setContent(html_a718831c7215eb4cfe7d86bb7ca9edef);
|
|
|
|
|
|
|
|
marker_3fee110eca3ff92d162351089849f157.bindPopup(popup_e95ff17c65f89012d4119e757b6a70d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fee110eca3ff92d162351089849f157.setIcon(icon_8547f48d5037539a09395171303e26e3);
|
|
|
|
|
|
var marker_e90dd2b220ce3d8b755c59466a9de8dc = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a20c5e4930fb0799967e43b3987196b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac96645808a801868be469ede0430039 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f47951f668bd0f435546585d57895ff3 = $(`<div id="html_f47951f668bd0f435546585d57895ff3" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_ac96645808a801868be469ede0430039.setContent(html_f47951f668bd0f435546585d57895ff3);
|
|
|
|
|
|
|
|
marker_e90dd2b220ce3d8b755c59466a9de8dc.bindPopup(popup_ac96645808a801868be469ede0430039)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e90dd2b220ce3d8b755c59466a9de8dc.setIcon(icon_a20c5e4930fb0799967e43b3987196b0);
|
|
|
|
|
|
var marker_d1a3ccef37f577b49225fcbe445b3993 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c28573a09935d32089aa68db541ed21b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_893f6988d9cf425a081eb92011ad7ce3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b741942e20d740dc4456b182096caa51 = $(`<div id="html_b741942e20d740dc4456b182096caa51" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_893f6988d9cf425a081eb92011ad7ce3.setContent(html_b741942e20d740dc4456b182096caa51);
|
|
|
|
|
|
|
|
marker_d1a3ccef37f577b49225fcbe445b3993.bindPopup(popup_893f6988d9cf425a081eb92011ad7ce3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1a3ccef37f577b49225fcbe445b3993.setIcon(icon_c28573a09935d32089aa68db541ed21b);
|
|
|
|
|
|
var marker_6315057d97c4c43ecc19288912f1d8d4 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_01774dd142a410ba002c91ae60156b75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b003a867c35f2fe3eaefe5cb3e3bfe6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f616e09720b3ea06701422c02e092f62 = $(`<div id="html_f616e09720b3ea06701422c02e092f62" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_5b003a867c35f2fe3eaefe5cb3e3bfe6.setContent(html_f616e09720b3ea06701422c02e092f62);
|
|
|
|
|
|
|
|
marker_6315057d97c4c43ecc19288912f1d8d4.bindPopup(popup_5b003a867c35f2fe3eaefe5cb3e3bfe6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6315057d97c4c43ecc19288912f1d8d4.setIcon(icon_01774dd142a410ba002c91ae60156b75);
|
|
|
|
|
|
var marker_2e16f1afc7494c777d67e498769c987b = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b17f21fb1ce324824b5ee9416c40af2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4034fde8a163baee49d23b1dbd38f3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26922ed84f04e585a852556ee82e416f = $(`<div id="html_26922ed84f04e585a852556ee82e416f" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_d4034fde8a163baee49d23b1dbd38f3e.setContent(html_26922ed84f04e585a852556ee82e416f);
|
|
|
|
|
|
|
|
marker_2e16f1afc7494c777d67e498769c987b.bindPopup(popup_d4034fde8a163baee49d23b1dbd38f3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e16f1afc7494c777d67e498769c987b.setIcon(icon_b17f21fb1ce324824b5ee9416c40af2b);
|
|
|
|
|
|
var marker_5656f283570c29f2bfbc4ce830c4f711 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_16e39e1ba4e6ba2bc3038d0c6d3e065a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b940976868d6b732c80e0ccd45237a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3d4eb8f0fe703c4eec435e9348f812b = $(`<div id="html_d3d4eb8f0fe703c4eec435e9348f812b" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_b940976868d6b732c80e0ccd45237a4a.setContent(html_d3d4eb8f0fe703c4eec435e9348f812b);
|
|
|
|
|
|
|
|
marker_5656f283570c29f2bfbc4ce830c4f711.bindPopup(popup_b940976868d6b732c80e0ccd45237a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5656f283570c29f2bfbc4ce830c4f711.setIcon(icon_16e39e1ba4e6ba2bc3038d0c6d3e065a);
|
|
|
|
|
|
var marker_2717924885cf3a5adaf1f241b48570f2 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a0d2f0c3b983abaef6f6a7cd9775cef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c5fb82b63bc7515967a510a9199c08c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_750e51f9c31fc88dce8eb352a50e04ec = $(`<div id="html_750e51f9c31fc88dce8eb352a50e04ec" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_8c5fb82b63bc7515967a510a9199c08c.setContent(html_750e51f9c31fc88dce8eb352a50e04ec);
|
|
|
|
|
|
|
|
marker_2717924885cf3a5adaf1f241b48570f2.bindPopup(popup_8c5fb82b63bc7515967a510a9199c08c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2717924885cf3a5adaf1f241b48570f2.setIcon(icon_a0d2f0c3b983abaef6f6a7cd9775cef7);
|
|
|
|
|
|
var marker_7de07c181cc4cae4bcd74321d5787b11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_77d5adeb2b5af47459065f0825c203d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d66eb03e1f926c4cd8992ed6975234b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae2efb72a9d043dce09a3021e880b937 = $(`<div id="html_ae2efb72a9d043dce09a3021e880b937" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_9d66eb03e1f926c4cd8992ed6975234b.setContent(html_ae2efb72a9d043dce09a3021e880b937);
|
|
|
|
|
|
|
|
marker_7de07c181cc4cae4bcd74321d5787b11.bindPopup(popup_9d66eb03e1f926c4cd8992ed6975234b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de07c181cc4cae4bcd74321d5787b11.setIcon(icon_77d5adeb2b5af47459065f0825c203d3);
|
|
|
|
|
|
var marker_9fdebb04d1cb2fb3c6e197075d573869 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_28c3c99e9ddd360beca043f09eb7ec0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10b0f0ffb32f1315a1adbb6aa0e3bebf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b72c7445d1b9e1c1cfa232aafe4c8fa = $(`<div id="html_2b72c7445d1b9e1c1cfa232aafe4c8fa" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_10b0f0ffb32f1315a1adbb6aa0e3bebf.setContent(html_2b72c7445d1b9e1c1cfa232aafe4c8fa);
|
|
|
|
|
|
|
|
marker_9fdebb04d1cb2fb3c6e197075d573869.bindPopup(popup_10b0f0ffb32f1315a1adbb6aa0e3bebf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fdebb04d1cb2fb3c6e197075d573869.setIcon(icon_28c3c99e9ddd360beca043f09eb7ec0c);
|
|
|
|
|
|
var marker_9b97cd92883787908876c075443d807a = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2d71f0fd394b06095e1eba0174bc5f3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33f405fc3aea95185b00bcb9b785a052 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f93e781e40b77282c047755f4b3cc034 = $(`<div id="html_f93e781e40b77282c047755f4b3cc034" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_33f405fc3aea95185b00bcb9b785a052.setContent(html_f93e781e40b77282c047755f4b3cc034);
|
|
|
|
|
|
|
|
marker_9b97cd92883787908876c075443d807a.bindPopup(popup_33f405fc3aea95185b00bcb9b785a052)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b97cd92883787908876c075443d807a.setIcon(icon_2d71f0fd394b06095e1eba0174bc5f3d);
|
|
|
|
|
|
var marker_5d71ea6118ffc22d6210325711cd178c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_45c096a2d969217990214aa984b1ac98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b3e8d1932c2506272db1f66ebb94c14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64f13c48858466e757a53dd04afb0c8c = $(`<div id="html_64f13c48858466e757a53dd04afb0c8c" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_5b3e8d1932c2506272db1f66ebb94c14.setContent(html_64f13c48858466e757a53dd04afb0c8c);
|
|
|
|
|
|
|
|
marker_5d71ea6118ffc22d6210325711cd178c.bindPopup(popup_5b3e8d1932c2506272db1f66ebb94c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d71ea6118ffc22d6210325711cd178c.setIcon(icon_45c096a2d969217990214aa984b1ac98);
|
|
|
|
|
|
var marker_ec5eb2e569ebfab9f6a6721a32130588 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_0d226e070db85357756f068c8213b807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70860a0e500e4be487b721ac33036784 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b2e1a4314e61d1782824c2ea0925a9b = $(`<div id="html_3b2e1a4314e61d1782824c2ea0925a9b" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_70860a0e500e4be487b721ac33036784.setContent(html_3b2e1a4314e61d1782824c2ea0925a9b);
|
|
|
|
|
|
|
|
marker_ec5eb2e569ebfab9f6a6721a32130588.bindPopup(popup_70860a0e500e4be487b721ac33036784)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec5eb2e569ebfab9f6a6721a32130588.setIcon(icon_0d226e070db85357756f068c8213b807);
|
|
|
|
|
|
var marker_751b680371f5fd4171b2c204dfb6244c = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_321b19302af9b793c416d665b18c8f8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74e921f195282e7f29586dfd27deb3e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4d4c55b1ba8adfd237cb8ded9077ea4 = $(`<div id="html_e4d4c55b1ba8adfd237cb8ded9077ea4" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_74e921f195282e7f29586dfd27deb3e8.setContent(html_e4d4c55b1ba8adfd237cb8ded9077ea4);
|
|
|
|
|
|
|
|
marker_751b680371f5fd4171b2c204dfb6244c.bindPopup(popup_74e921f195282e7f29586dfd27deb3e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_751b680371f5fd4171b2c204dfb6244c.setIcon(icon_321b19302af9b793c416d665b18c8f8a);
|
|
|
|
|
|
var marker_5900194de7933fcd2c96a0d81d234cab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_52e03bff951ab2aa1ed175d0a0b05164 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64ce4373062f1e8db20856844c994e38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7679c9a3d21f8cf817ed35c97510bd81 = $(`<div id="html_7679c9a3d21f8cf817ed35c97510bd81" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_64ce4373062f1e8db20856844c994e38.setContent(html_7679c9a3d21f8cf817ed35c97510bd81);
|
|
|
|
|
|
|
|
marker_5900194de7933fcd2c96a0d81d234cab.bindPopup(popup_64ce4373062f1e8db20856844c994e38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5900194de7933fcd2c96a0d81d234cab.setIcon(icon_52e03bff951ab2aa1ed175d0a0b05164);
|
|
|
|
|
|
var marker_112ea2e0ac5b40fa65080687e6003c75 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b8de5a1c5965d218a52422937e2f4959 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f084a735068f18b18e37b7d060150382 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4480f3470cd8cf6e5d40316cf72f599e = $(`<div id="html_4480f3470cd8cf6e5d40316cf72f599e" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_f084a735068f18b18e37b7d060150382.setContent(html_4480f3470cd8cf6e5d40316cf72f599e);
|
|
|
|
|
|
|
|
marker_112ea2e0ac5b40fa65080687e6003c75.bindPopup(popup_f084a735068f18b18e37b7d060150382)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_112ea2e0ac5b40fa65080687e6003c75.setIcon(icon_b8de5a1c5965d218a52422937e2f4959);
|
|
|
|
|
|
var marker_9b1e97bd1ca263dce9c6b35a2190a2fa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_fc9f4d427d1f22e1a5178b8849953c4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a7ada252512f48f9e9695e6a9d4207c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e0f1ed10b722d3cd87168718af56328 = $(`<div id="html_9e0f1ed10b722d3cd87168718af56328" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_2a7ada252512f48f9e9695e6a9d4207c.setContent(html_9e0f1ed10b722d3cd87168718af56328);
|
|
|
|
|
|
|
|
marker_9b1e97bd1ca263dce9c6b35a2190a2fa.bindPopup(popup_2a7ada252512f48f9e9695e6a9d4207c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b1e97bd1ca263dce9c6b35a2190a2fa.setIcon(icon_fc9f4d427d1f22e1a5178b8849953c4b);
|
|
|
|
|
|
var marker_963e9331a114ec7211503e50bc7c9ee5 = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ecde0b0236405d2231cb82c1696fe405 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f87ae2ea0bfa18a75ba51cfea7db8014 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7569eabb9c9e40797c98d4198a39a499 = $(`<div id="html_7569eabb9c9e40797c98d4198a39a499" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_f87ae2ea0bfa18a75ba51cfea7db8014.setContent(html_7569eabb9c9e40797c98d4198a39a499);
|
|
|
|
|
|
|
|
marker_963e9331a114ec7211503e50bc7c9ee5.bindPopup(popup_f87ae2ea0bfa18a75ba51cfea7db8014)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_963e9331a114ec7211503e50bc7c9ee5.setIcon(icon_ecde0b0236405d2231cb82c1696fe405);
|
|
|
|
|
|
var marker_a32cf1aacbfa989a35f62b14c68839a5 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_9ac1fe9d240676df9b9302ea0afdc5d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53cd675123a5c21619d55324ad9f5e55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_434d5f99fd293b0dcc3bad39d2915514 = $(`<div id="html_434d5f99fd293b0dcc3bad39d2915514" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_53cd675123a5c21619d55324ad9f5e55.setContent(html_434d5f99fd293b0dcc3bad39d2915514);
|
|
|
|
|
|
|
|
marker_a32cf1aacbfa989a35f62b14c68839a5.bindPopup(popup_53cd675123a5c21619d55324ad9f5e55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a32cf1aacbfa989a35f62b14c68839a5.setIcon(icon_9ac1fe9d240676df9b9302ea0afdc5d4);
|
|
|
|
|
|
var marker_cff6cc45fd7e0bd8ccd5755fab4497c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2aa0c0af892e9e74ab044a97e1003139 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e0571dca07341b290fc82c298f8b99f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_060381547504d94bfdd0405433f3039c = $(`<div id="html_060381547504d94bfdd0405433f3039c" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_9e0571dca07341b290fc82c298f8b99f.setContent(html_060381547504d94bfdd0405433f3039c);
|
|
|
|
|
|
|
|
marker_cff6cc45fd7e0bd8ccd5755fab4497c6.bindPopup(popup_9e0571dca07341b290fc82c298f8b99f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cff6cc45fd7e0bd8ccd5755fab4497c6.setIcon(icon_2aa0c0af892e9e74ab044a97e1003139);
|
|
|
|
|
|
var marker_211b3218c4a152cf452b7fa942c812a2 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c5c978b1b37d3f467cb045fff34a2fd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdb82e65cf7fb37b8aabd984a2e41d9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_078ec87b0312aee7909a5f26f9123ad9 = $(`<div id="html_078ec87b0312aee7909a5f26f9123ad9" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_cdb82e65cf7fb37b8aabd984a2e41d9e.setContent(html_078ec87b0312aee7909a5f26f9123ad9);
|
|
|
|
|
|
|
|
marker_211b3218c4a152cf452b7fa942c812a2.bindPopup(popup_cdb82e65cf7fb37b8aabd984a2e41d9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_211b3218c4a152cf452b7fa942c812a2.setIcon(icon_c5c978b1b37d3f467cb045fff34a2fd7);
|
|
|
|
|
|
var marker_8b73621af26b3445812aba003c06da12 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b3d326c71c303813622e51e5d8042ee6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2886ecde976041462f341b9ffb8c122e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc93036dd149fb22f3163ddc0f9a3ed = $(`<div id="html_abc93036dd149fb22f3163ddc0f9a3ed" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_2886ecde976041462f341b9ffb8c122e.setContent(html_abc93036dd149fb22f3163ddc0f9a3ed);
|
|
|
|
|
|
|
|
marker_8b73621af26b3445812aba003c06da12.bindPopup(popup_2886ecde976041462f341b9ffb8c122e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b73621af26b3445812aba003c06da12.setIcon(icon_b3d326c71c303813622e51e5d8042ee6);
|
|
|
|
|
|
var marker_cd0ab169c2c069a5e53247795da5dc1a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d051e73222ad71b89949d0051c67a5a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd365c58dc7b2c7a6950f7b82a6c588e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f06d21aa9ed8e21febcc2639b0e58c01 = $(`<div id="html_f06d21aa9ed8e21febcc2639b0e58c01" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_fd365c58dc7b2c7a6950f7b82a6c588e.setContent(html_f06d21aa9ed8e21febcc2639b0e58c01);
|
|
|
|
|
|
|
|
marker_cd0ab169c2c069a5e53247795da5dc1a.bindPopup(popup_fd365c58dc7b2c7a6950f7b82a6c588e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd0ab169c2c069a5e53247795da5dc1a.setIcon(icon_d051e73222ad71b89949d0051c67a5a7);
|
|
|
|
|
|
var marker_9dc19a3a22370ad953902c308137a092 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_06590d73e3703c928137283a15a76e7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dc5bfb7830f5f2fdadfe8502aeabfa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_452d770d283c9f6120e969914ad68235 = $(`<div id="html_452d770d283c9f6120e969914ad68235" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_2dc5bfb7830f5f2fdadfe8502aeabfa8.setContent(html_452d770d283c9f6120e969914ad68235);
|
|
|
|
|
|
|
|
marker_9dc19a3a22370ad953902c308137a092.bindPopup(popup_2dc5bfb7830f5f2fdadfe8502aeabfa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dc19a3a22370ad953902c308137a092.setIcon(icon_06590d73e3703c928137283a15a76e7c);
|
|
|
|
|
|
var marker_47c826e83a0cc655ee492193a17c4515 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_5b74dee591258e72c3f864050c64d970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcea38a1fbf06cc6e16292e4b52f6897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_630df7015a3e5766d6eeca95d6cb3176 = $(`<div id="html_630df7015a3e5766d6eeca95d6cb3176" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_bcea38a1fbf06cc6e16292e4b52f6897.setContent(html_630df7015a3e5766d6eeca95d6cb3176);
|
|
|
|
|
|
|
|
marker_47c826e83a0cc655ee492193a17c4515.bindPopup(popup_bcea38a1fbf06cc6e16292e4b52f6897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47c826e83a0cc655ee492193a17c4515.setIcon(icon_5b74dee591258e72c3f864050c64d970);
|
|
|
|
|
|
var marker_3edf6e05acaa68edd097a9bf14c7e063 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ef5f902fd78fc7fb60b7bb1814913114 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0567c40a5f2f338b0a3369b2976d6850 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9617a364f9991f64965abe0a04ac632d = $(`<div id="html_9617a364f9991f64965abe0a04ac632d" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_0567c40a5f2f338b0a3369b2976d6850.setContent(html_9617a364f9991f64965abe0a04ac632d);
|
|
|
|
|
|
|
|
marker_3edf6e05acaa68edd097a9bf14c7e063.bindPopup(popup_0567c40a5f2f338b0a3369b2976d6850)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3edf6e05acaa68edd097a9bf14c7e063.setIcon(icon_ef5f902fd78fc7fb60b7bb1814913114);
|
|
|
|
|
|
var marker_8c394461785f4568d3e3f15644f34c06 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a0c75546688e8e3e523d54cb63adac78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b87c4298e4fa5b711196b21e256ef331 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a947e97b500844478264606ee5e450c = $(`<div id="html_7a947e97b500844478264606ee5e450c" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_b87c4298e4fa5b711196b21e256ef331.setContent(html_7a947e97b500844478264606ee5e450c);
|
|
|
|
|
|
|
|
marker_8c394461785f4568d3e3f15644f34c06.bindPopup(popup_b87c4298e4fa5b711196b21e256ef331)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c394461785f4568d3e3f15644f34c06.setIcon(icon_a0c75546688e8e3e523d54cb63adac78);
|
|
|
|
|
|
var marker_583a29edb48d403b8be82e6b2a88ef92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_65496c6ee8a384dc7db702a810ed6842 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4501a16817b11288d435a11f76e28334 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31c5c7c1f594ec60a8ec49d14b574197 = $(`<div id="html_31c5c7c1f594ec60a8ec49d14b574197" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_4501a16817b11288d435a11f76e28334.setContent(html_31c5c7c1f594ec60a8ec49d14b574197);
|
|
|
|
|
|
|
|
marker_583a29edb48d403b8be82e6b2a88ef92.bindPopup(popup_4501a16817b11288d435a11f76e28334)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_583a29edb48d403b8be82e6b2a88ef92.setIcon(icon_65496c6ee8a384dc7db702a810ed6842);
|
|
|
|
|
|
var marker_b05f930305e711804f8f20e81004b954 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_94fa0c495c2fd8f900c09e2bda50c748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cf530136c11f567dea1b035727c24b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cee297f1db274d199fb8dbf58bfb8723 = $(`<div id="html_cee297f1db274d199fb8dbf58bfb8723" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_2cf530136c11f567dea1b035727c24b5.setContent(html_cee297f1db274d199fb8dbf58bfb8723);
|
|
|
|
|
|
|
|
marker_b05f930305e711804f8f20e81004b954.bindPopup(popup_2cf530136c11f567dea1b035727c24b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b05f930305e711804f8f20e81004b954.setIcon(icon_94fa0c495c2fd8f900c09e2bda50c748);
|
|
|
|
|
|
var marker_243de06ac7d810e151bba1eb3f065413 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_9d53942d41fad3bdbddb9d278d34c42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd3a5638d29904f39d8d5a9d1907881c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_626af543e879a6282ace80e526746184 = $(`<div id="html_626af543e879a6282ace80e526746184" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_bd3a5638d29904f39d8d5a9d1907881c.setContent(html_626af543e879a6282ace80e526746184);
|
|
|
|
|
|
|
|
marker_243de06ac7d810e151bba1eb3f065413.bindPopup(popup_bd3a5638d29904f39d8d5a9d1907881c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_243de06ac7d810e151bba1eb3f065413.setIcon(icon_9d53942d41fad3bdbddb9d278d34c42d);
|
|
|
|
|
|
var marker_96a7ce64a242d56dbcbb636a19ea6e01 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e334aa214015ccaf2b5aa7c22ef15052 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27020e2d894141f72bd24a3f735ba1b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f1e8aba456b01cf6412c11ed05d84b9 = $(`<div id="html_0f1e8aba456b01cf6412c11ed05d84b9" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_27020e2d894141f72bd24a3f735ba1b9.setContent(html_0f1e8aba456b01cf6412c11ed05d84b9);
|
|
|
|
|
|
|
|
marker_96a7ce64a242d56dbcbb636a19ea6e01.bindPopup(popup_27020e2d894141f72bd24a3f735ba1b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a7ce64a242d56dbcbb636a19ea6e01.setIcon(icon_e334aa214015ccaf2b5aa7c22ef15052);
|
|
|
|
|
|
var marker_c3808205fe528ecc05028b54d0b5ba58 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_be888dc167e0178aebb9c885c378f9ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca3229dcafa1670cf286b845caaf1e05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdbe5f1e5b27205263f8c8e862ff092d = $(`<div id="html_bdbe5f1e5b27205263f8c8e862ff092d" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_ca3229dcafa1670cf286b845caaf1e05.setContent(html_bdbe5f1e5b27205263f8c8e862ff092d);
|
|
|
|
|
|
|
|
marker_c3808205fe528ecc05028b54d0b5ba58.bindPopup(popup_ca3229dcafa1670cf286b845caaf1e05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3808205fe528ecc05028b54d0b5ba58.setIcon(icon_be888dc167e0178aebb9c885c378f9ab);
|
|
|
|
|
|
var marker_d2df1ab12498f06cd281cca16e35fc82 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ee48b94d5cb8600f244a07c0a6340d47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9c47e36974037430c2ae5caae984f73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_243a0470a21eab1e4f1cfe690e9bf5b0 = $(`<div id="html_243a0470a21eab1e4f1cfe690e9bf5b0" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_f9c47e36974037430c2ae5caae984f73.setContent(html_243a0470a21eab1e4f1cfe690e9bf5b0);
|
|
|
|
|
|
|
|
marker_d2df1ab12498f06cd281cca16e35fc82.bindPopup(popup_f9c47e36974037430c2ae5caae984f73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2df1ab12498f06cd281cca16e35fc82.setIcon(icon_ee48b94d5cb8600f244a07c0a6340d47);
|
|
|
|
|
|
var marker_c6b8a219c16585642ee1c39ab91486ed = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_913b37eb5e8ff097b501b48e528d3064 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e849269036275109b8833ec33c3c2ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd56c554918853e3935425be41acb192 = $(`<div id="html_dd56c554918853e3935425be41acb192" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_7e849269036275109b8833ec33c3c2ce.setContent(html_dd56c554918853e3935425be41acb192);
|
|
|
|
|
|
|
|
marker_c6b8a219c16585642ee1c39ab91486ed.bindPopup(popup_7e849269036275109b8833ec33c3c2ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6b8a219c16585642ee1c39ab91486ed.setIcon(icon_913b37eb5e8ff097b501b48e528d3064);
|
|
|
|
|
|
var marker_7c23d51268cd6d97121dce862c4bb87c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2097d02a388707dc0f733e45ca044c05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30aaad89fee40ef25bfe0d38306f6344 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8e5fd5a62fd48a4daea2b474e151212 = $(`<div id="html_a8e5fd5a62fd48a4daea2b474e151212" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_30aaad89fee40ef25bfe0d38306f6344.setContent(html_a8e5fd5a62fd48a4daea2b474e151212);
|
|
|
|
|
|
|
|
marker_7c23d51268cd6d97121dce862c4bb87c.bindPopup(popup_30aaad89fee40ef25bfe0d38306f6344)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c23d51268cd6d97121dce862c4bb87c.setIcon(icon_2097d02a388707dc0f733e45ca044c05);
|
|
|
|
|
|
var marker_3f5fa318f0c0b294b06c21b72301ae8e = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2b0a72dc6acb8fd50028d544332e14bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_959ce24f0e5bfd8b75a8a5ede2e318b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed077da061395728a227556a96df7879 = $(`<div id="html_ed077da061395728a227556a96df7879" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_959ce24f0e5bfd8b75a8a5ede2e318b6.setContent(html_ed077da061395728a227556a96df7879);
|
|
|
|
|
|
|
|
marker_3f5fa318f0c0b294b06c21b72301ae8e.bindPopup(popup_959ce24f0e5bfd8b75a8a5ede2e318b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f5fa318f0c0b294b06c21b72301ae8e.setIcon(icon_2b0a72dc6acb8fd50028d544332e14bd);
|
|
|
|
|
|
var marker_36337f06f175a12ee6cac6889938d82b = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_29b1914a75e3f274370f79f2f4e875f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a70c953967c1a5c10e215bf56b682d6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e53342158bcab00775bb149938f9c27 = $(`<div id="html_3e53342158bcab00775bb149938f9c27" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_a70c953967c1a5c10e215bf56b682d6e.setContent(html_3e53342158bcab00775bb149938f9c27);
|
|
|
|
|
|
|
|
marker_36337f06f175a12ee6cac6889938d82b.bindPopup(popup_a70c953967c1a5c10e215bf56b682d6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36337f06f175a12ee6cac6889938d82b.setIcon(icon_29b1914a75e3f274370f79f2f4e875f2);
|
|
|
|
|
|
var marker_a0a5a73b8f526c2765c9232ba686a003 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_0a04a785c6421d42391a3c86e8f11de8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e89854266934af0f15ca9776e50c94ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43ecd68aac13515916df4b9e9c985418 = $(`<div id="html_43ecd68aac13515916df4b9e9c985418" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_e89854266934af0f15ca9776e50c94ca.setContent(html_43ecd68aac13515916df4b9e9c985418);
|
|
|
|
|
|
|
|
marker_a0a5a73b8f526c2765c9232ba686a003.bindPopup(popup_e89854266934af0f15ca9776e50c94ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0a5a73b8f526c2765c9232ba686a003.setIcon(icon_0a04a785c6421d42391a3c86e8f11de8);
|
|
|
|
|
|
var marker_6e532289c7df229c4b1f88d7b7ee50ae = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_9ea96156f63a761b1b5b6be8cd948705 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_589bd1a09748fc5217a9052fc9374883 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94fbe675174673d5705c00acca1a04db = $(`<div id="html_94fbe675174673d5705c00acca1a04db" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_589bd1a09748fc5217a9052fc9374883.setContent(html_94fbe675174673d5705c00acca1a04db);
|
|
|
|
|
|
|
|
marker_6e532289c7df229c4b1f88d7b7ee50ae.bindPopup(popup_589bd1a09748fc5217a9052fc9374883)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e532289c7df229c4b1f88d7b7ee50ae.setIcon(icon_9ea96156f63a761b1b5b6be8cd948705);
|
|
|
|
|
|
var marker_8422991908bb082399dcbe76075c7866 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_3a270b0c690c00de8b335200439d6a57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b6e4508a9fc3a03f3b20c750a2d3ccf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a36918c47fc1b85575e532158120f945 = $(`<div id="html_a36918c47fc1b85575e532158120f945" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_3b6e4508a9fc3a03f3b20c750a2d3ccf.setContent(html_a36918c47fc1b85575e532158120f945);
|
|
|
|
|
|
|
|
marker_8422991908bb082399dcbe76075c7866.bindPopup(popup_3b6e4508a9fc3a03f3b20c750a2d3ccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8422991908bb082399dcbe76075c7866.setIcon(icon_3a270b0c690c00de8b335200439d6a57);
|
|
|
|
|
|
var marker_eae46da50420caed0df5b3388b60abb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_07ff7072b24848b05204eb4ea44da1e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb7eb28253c88e402a4ce17c5f6c5278 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f164222914717130059af383ebdbeb2c = $(`<div id="html_f164222914717130059af383ebdbeb2c" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_fb7eb28253c88e402a4ce17c5f6c5278.setContent(html_f164222914717130059af383ebdbeb2c);
|
|
|
|
|
|
|
|
marker_eae46da50420caed0df5b3388b60abb3.bindPopup(popup_fb7eb28253c88e402a4ce17c5f6c5278)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eae46da50420caed0df5b3388b60abb3.setIcon(icon_07ff7072b24848b05204eb4ea44da1e0);
|
|
|
|
|
|
var marker_865e20c63a3bb1347fd68b80469a9b12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_6116e141ab6f0b6e3fcd5587e202f719 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f136d0197cef01f245f4e992c3dd4c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b67c6d16567c0a5b4d99a2e13c4c0541 = $(`<div id="html_b67c6d16567c0a5b4d99a2e13c4c0541" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_2f136d0197cef01f245f4e992c3dd4c3.setContent(html_b67c6d16567c0a5b4d99a2e13c4c0541);
|
|
|
|
|
|
|
|
marker_865e20c63a3bb1347fd68b80469a9b12.bindPopup(popup_2f136d0197cef01f245f4e992c3dd4c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_865e20c63a3bb1347fd68b80469a9b12.setIcon(icon_6116e141ab6f0b6e3fcd5587e202f719);
|
|
|
|
|
|
var marker_8d0d9db2fa9a7b44ceec3484926e99d5 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c44f5aa37d38f41abf1e1863a53e61f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bf60b6d6846088bad4e586c204a7975 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5bbfa9bcaa730c6ba3fe32cc9b04635 = $(`<div id="html_f5bbfa9bcaa730c6ba3fe32cc9b04635" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_1bf60b6d6846088bad4e586c204a7975.setContent(html_f5bbfa9bcaa730c6ba3fe32cc9b04635);
|
|
|
|
|
|
|
|
marker_8d0d9db2fa9a7b44ceec3484926e99d5.bindPopup(popup_1bf60b6d6846088bad4e586c204a7975)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d0d9db2fa9a7b44ceec3484926e99d5.setIcon(icon_c44f5aa37d38f41abf1e1863a53e61f7);
|
|
|
|
|
|
var marker_6b4ceef079eafcde606abb501a7fa1eb = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c26320b45603f14f62fc705f227c5ea5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4be206eebc81c1aab26fc22f9744ebc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f881ce62061a3ec01aeeb400309eb8 = $(`<div id="html_f3f881ce62061a3ec01aeeb400309eb8" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_4be206eebc81c1aab26fc22f9744ebc8.setContent(html_f3f881ce62061a3ec01aeeb400309eb8);
|
|
|
|
|
|
|
|
marker_6b4ceef079eafcde606abb501a7fa1eb.bindPopup(popup_4be206eebc81c1aab26fc22f9744ebc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b4ceef079eafcde606abb501a7fa1eb.setIcon(icon_c26320b45603f14f62fc705f227c5ea5);
|
|
|
|
|
|
var marker_fea77aedda83c146f619de2ea475a5a9 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_21b349c5ca9c8150ca4fd9760de431ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7ce0cfae9e743a6fc2bce23042e57f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02d2aa1a5537e2d14bb12a0dcd9e9052 = $(`<div id="html_02d2aa1a5537e2d14bb12a0dcd9e9052" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_b7ce0cfae9e743a6fc2bce23042e57f5.setContent(html_02d2aa1a5537e2d14bb12a0dcd9e9052);
|
|
|
|
|
|
|
|
marker_fea77aedda83c146f619de2ea475a5a9.bindPopup(popup_b7ce0cfae9e743a6fc2bce23042e57f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fea77aedda83c146f619de2ea475a5a9.setIcon(icon_21b349c5ca9c8150ca4fd9760de431ec);
|
|
|
|
|
|
var marker_312369213aed2ec3c7847a4002aeb4b5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_cde41a0c1425d1921e6756f510a6b04a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2718a511866d725f53e7f3e04c605f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c89facd40e1b2d18d987481c6a7118da = $(`<div id="html_c89facd40e1b2d18d987481c6a7118da" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_f2718a511866d725f53e7f3e04c605f2.setContent(html_c89facd40e1b2d18d987481c6a7118da);
|
|
|
|
|
|
|
|
marker_312369213aed2ec3c7847a4002aeb4b5.bindPopup(popup_f2718a511866d725f53e7f3e04c605f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_312369213aed2ec3c7847a4002aeb4b5.setIcon(icon_cde41a0c1425d1921e6756f510a6b04a);
|
|
|
|
|
|
var marker_f75daedd0a0db825aa8ba7c37350b6b3 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_4a46b28fcd0f8af9348632aaa6c4e77a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd590631464d673aa505cca4660b5ebb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_951a74eb7b260ee435966d0771b81ff2 = $(`<div id="html_951a74eb7b260ee435966d0771b81ff2" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_dd590631464d673aa505cca4660b5ebb.setContent(html_951a74eb7b260ee435966d0771b81ff2);
|
|
|
|
|
|
|
|
marker_f75daedd0a0db825aa8ba7c37350b6b3.bindPopup(popup_dd590631464d673aa505cca4660b5ebb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f75daedd0a0db825aa8ba7c37350b6b3.setIcon(icon_4a46b28fcd0f8af9348632aaa6c4e77a);
|
|
|
|
|
|
var marker_9865438136d328bffbba5ceef1996331 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a6ccf9e6248b4422e3a6b2ca4c3fec29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf297d23a2d8f2107e908e1d6a8c4f93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6c653be4ca48486c8851b891267936a = $(`<div id="html_e6c653be4ca48486c8851b891267936a" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_bf297d23a2d8f2107e908e1d6a8c4f93.setContent(html_e6c653be4ca48486c8851b891267936a);
|
|
|
|
|
|
|
|
marker_9865438136d328bffbba5ceef1996331.bindPopup(popup_bf297d23a2d8f2107e908e1d6a8c4f93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9865438136d328bffbba5ceef1996331.setIcon(icon_a6ccf9e6248b4422e3a6b2ca4c3fec29);
|
|
|
|
|
|
var marker_c9478b25f90d437b325b137bbb5a0884 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_65f04af923ccf2e28e4347511a54dca9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_665785c676e873c6762d90b169c7af49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2811376350fc2814617cbd4fcae752be = $(`<div id="html_2811376350fc2814617cbd4fcae752be" style="width: 100.0%; height: 100.0%;">nostr.lab-ant.me</div>`)[0];
|
|
popup_665785c676e873c6762d90b169c7af49.setContent(html_2811376350fc2814617cbd4fcae752be);
|
|
|
|
|
|
|
|
marker_c9478b25f90d437b325b137bbb5a0884.bindPopup(popup_665785c676e873c6762d90b169c7af49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9478b25f90d437b325b137bbb5a0884.setIcon(icon_65f04af923ccf2e28e4347511a54dca9);
|
|
|
|
|
|
var marker_de0d0744622a098846ace1c4bcca7a4f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f8711aae3fdb2e6166eabaf8d3fe129a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d269dea79189c2a829477508be5639ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79895da021d3e63877f7923dbec8db7d = $(`<div id="html_79895da021d3e63877f7923dbec8db7d" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_d269dea79189c2a829477508be5639ae.setContent(html_79895da021d3e63877f7923dbec8db7d);
|
|
|
|
|
|
|
|
marker_de0d0744622a098846ace1c4bcca7a4f.bindPopup(popup_d269dea79189c2a829477508be5639ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de0d0744622a098846ace1c4bcca7a4f.setIcon(icon_f8711aae3fdb2e6166eabaf8d3fe129a);
|
|
|
|
|
|
var marker_3b7498f9a3c09867f528bc3841d4d489 = L.marker(
|
|
[48.0181, 12.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_7927fef133f02717198e4fffc45aede1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_913a142a0cf13c6896c607b6d8985198 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_298a04368a6a02357c5511e3eb79f14e = $(`<div id="html_298a04368a6a02357c5511e3eb79f14e" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_913a142a0cf13c6896c607b6d8985198.setContent(html_298a04368a6a02357c5511e3eb79f14e);
|
|
|
|
|
|
|
|
marker_3b7498f9a3c09867f528bc3841d4d489.bindPopup(popup_913a142a0cf13c6896c607b6d8985198)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b7498f9a3c09867f528bc3841d4d489.setIcon(icon_7927fef133f02717198e4fffc45aede1);
|
|
|
|
|
|
var marker_04e1c78d20d6e149ac9f599b7b2e83d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e96d08fa45ba99bd050eacc86385fba7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f8c556de0af1e14469e884bf61cf764 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b5e51a3ce039153b92327effc769c11 = $(`<div id="html_6b5e51a3ce039153b92327effc769c11" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_1f8c556de0af1e14469e884bf61cf764.setContent(html_6b5e51a3ce039153b92327effc769c11);
|
|
|
|
|
|
|
|
marker_04e1c78d20d6e149ac9f599b7b2e83d7.bindPopup(popup_1f8c556de0af1e14469e884bf61cf764)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04e1c78d20d6e149ac9f599b7b2e83d7.setIcon(icon_e96d08fa45ba99bd050eacc86385fba7);
|
|
|
|
|
|
var marker_2345c420d56307836cc539708fb12774 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bad25989bc14fb406da3d01d755d783b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3caf0c782364afabf5a4b61efaef7329 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39be8fc673e836dc396ca195e1d488c1 = $(`<div id="html_39be8fc673e836dc396ca195e1d488c1" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_3caf0c782364afabf5a4b61efaef7329.setContent(html_39be8fc673e836dc396ca195e1d488c1);
|
|
|
|
|
|
|
|
marker_2345c420d56307836cc539708fb12774.bindPopup(popup_3caf0c782364afabf5a4b61efaef7329)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2345c420d56307836cc539708fb12774.setIcon(icon_bad25989bc14fb406da3d01d755d783b);
|
|
|
|
|
|
var marker_c23c08bbe7a070fe60e252f771a38f82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f0c80f9074aa0cddcf104e234aa308e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aa358391999728e3687e285a2b6c10e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_937e3bafd35c36c13a7e020c1e2855da = $(`<div id="html_937e3bafd35c36c13a7e020c1e2855da" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_9aa358391999728e3687e285a2b6c10e.setContent(html_937e3bafd35c36c13a7e020c1e2855da);
|
|
|
|
|
|
|
|
marker_c23c08bbe7a070fe60e252f771a38f82.bindPopup(popup_9aa358391999728e3687e285a2b6c10e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c23c08bbe7a070fe60e252f771a38f82.setIcon(icon_f0c80f9074aa0cddcf104e234aa308e6);
|
|
|
|
|
|
var marker_36d4fb2ab1aa6c2f21dc87dacdfb820b = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_27f813040ae3887b1b0ade1eb614c8c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9773cb6c4206ed278b0a869e55b2167f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68541e6978e645b43c83273b0f5ced43 = $(`<div id="html_68541e6978e645b43c83273b0f5ced43" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_9773cb6c4206ed278b0a869e55b2167f.setContent(html_68541e6978e645b43c83273b0f5ced43);
|
|
|
|
|
|
|
|
marker_36d4fb2ab1aa6c2f21dc87dacdfb820b.bindPopup(popup_9773cb6c4206ed278b0a869e55b2167f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36d4fb2ab1aa6c2f21dc87dacdfb820b.setIcon(icon_27f813040ae3887b1b0ade1eb614c8c2);
|
|
|
|
|
|
var marker_1f76f2b538beabb928b5e2658743a448 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_df2a797b951ebf0a8a33497de89a5363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb22a065bae6ea1efceb176134500232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02f31f8edcaad17a999e564cf421823b = $(`<div id="html_02f31f8edcaad17a999e564cf421823b" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_fb22a065bae6ea1efceb176134500232.setContent(html_02f31f8edcaad17a999e564cf421823b);
|
|
|
|
|
|
|
|
marker_1f76f2b538beabb928b5e2658743a448.bindPopup(popup_fb22a065bae6ea1efceb176134500232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f76f2b538beabb928b5e2658743a448.setIcon(icon_df2a797b951ebf0a8a33497de89a5363);
|
|
|
|
|
|
var marker_a74e1b609f299e994143c37a1a0236d9 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_195265c294dae69723c9b7f82cc2d255 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c168885c3f11eb8d684218ff50bf45e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99461a5beb1111c1180d35d58c87a3b0 = $(`<div id="html_99461a5beb1111c1180d35d58c87a3b0" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_3c168885c3f11eb8d684218ff50bf45e.setContent(html_99461a5beb1111c1180d35d58c87a3b0);
|
|
|
|
|
|
|
|
marker_a74e1b609f299e994143c37a1a0236d9.bindPopup(popup_3c168885c3f11eb8d684218ff50bf45e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a74e1b609f299e994143c37a1a0236d9.setIcon(icon_195265c294dae69723c9b7f82cc2d255);
|
|
|
|
|
|
var marker_259410aa929d430d8e0e69502dcbab48 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_162b714ae44c0b7c99b692ab2c486604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_271df1403ed2e0a0e807c1a177f7768d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61e04292ae47321c79aa1cf3c80631fd = $(`<div id="html_61e04292ae47321c79aa1cf3c80631fd" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_271df1403ed2e0a0e807c1a177f7768d.setContent(html_61e04292ae47321c79aa1cf3c80631fd);
|
|
|
|
|
|
|
|
marker_259410aa929d430d8e0e69502dcbab48.bindPopup(popup_271df1403ed2e0a0e807c1a177f7768d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_259410aa929d430d8e0e69502dcbab48.setIcon(icon_162b714ae44c0b7c99b692ab2c486604);
|
|
|
|
|
|
var marker_b2d47c140113c0620921d1aee61fe6ea = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_afb188df02afbb7d3b3d742a8b403f8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0766c9b61d3593bbb97c7c9936464fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ea68d7615343c5b23b1ed615ffa5b63 = $(`<div id="html_0ea68d7615343c5b23b1ed615ffa5b63" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_a0766c9b61d3593bbb97c7c9936464fb.setContent(html_0ea68d7615343c5b23b1ed615ffa5b63);
|
|
|
|
|
|
|
|
marker_b2d47c140113c0620921d1aee61fe6ea.bindPopup(popup_a0766c9b61d3593bbb97c7c9936464fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2d47c140113c0620921d1aee61fe6ea.setIcon(icon_afb188df02afbb7d3b3d742a8b403f8f);
|
|
|
|
|
|
var marker_c2905ee3aa542507c6732a77991bce54 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_896782f73bb2134421bb1e7e3611226a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a8a64244780cbcf19e27aecd6859f55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a73b9dd653078baeceb51918779f8716 = $(`<div id="html_a73b9dd653078baeceb51918779f8716" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_9a8a64244780cbcf19e27aecd6859f55.setContent(html_a73b9dd653078baeceb51918779f8716);
|
|
|
|
|
|
|
|
marker_c2905ee3aa542507c6732a77991bce54.bindPopup(popup_9a8a64244780cbcf19e27aecd6859f55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2905ee3aa542507c6732a77991bce54.setIcon(icon_896782f73bb2134421bb1e7e3611226a);
|
|
|
|
|
|
var marker_4b3bf3f91a88ad4823da7e669b2ab8a1 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_08e862f41d20eeccf3cafea307fcb5c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcc3ed6a268a952b0b6ab06ada06d44e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bc7e9cc6d73e3272b1f9aa6f36f9fc2 = $(`<div id="html_2bc7e9cc6d73e3272b1f9aa6f36f9fc2" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_fcc3ed6a268a952b0b6ab06ada06d44e.setContent(html_2bc7e9cc6d73e3272b1f9aa6f36f9fc2);
|
|
|
|
|
|
|
|
marker_4b3bf3f91a88ad4823da7e669b2ab8a1.bindPopup(popup_fcc3ed6a268a952b0b6ab06ada06d44e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b3bf3f91a88ad4823da7e669b2ab8a1.setIcon(icon_08e862f41d20eeccf3cafea307fcb5c8);
|
|
|
|
|
|
var marker_c8f20e71b956b5f5812e49d4c25c6667 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_692e4fc02b5dc9f700524b3b61314ae1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58a430ade850b14be437ce5c4004f18c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e90cd48783d799c996c1ad4c8fa29cd = $(`<div id="html_4e90cd48783d799c996c1ad4c8fa29cd" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_58a430ade850b14be437ce5c4004f18c.setContent(html_4e90cd48783d799c996c1ad4c8fa29cd);
|
|
|
|
|
|
|
|
marker_c8f20e71b956b5f5812e49d4c25c6667.bindPopup(popup_58a430ade850b14be437ce5c4004f18c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8f20e71b956b5f5812e49d4c25c6667.setIcon(icon_692e4fc02b5dc9f700524b3b61314ae1);
|
|
|
|
|
|
var marker_4093118d910ace81c701f2756b6741f2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ac7307485b1e111b3314928d5e144d61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8065ea5730aed1d6e967c213d57465a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd078de03f74696e41a7ddbbb88e23e5 = $(`<div id="html_cd078de03f74696e41a7ddbbb88e23e5" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_8065ea5730aed1d6e967c213d57465a4.setContent(html_cd078de03f74696e41a7ddbbb88e23e5);
|
|
|
|
|
|
|
|
marker_4093118d910ace81c701f2756b6741f2.bindPopup(popup_8065ea5730aed1d6e967c213d57465a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4093118d910ace81c701f2756b6741f2.setIcon(icon_ac7307485b1e111b3314928d5e144d61);
|
|
|
|
|
|
var marker_86a1f87eb75b5fde80d3077f7192ca83 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a8dd70e85380d8cace743ce25af102a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48008d70debd519ac3a27e938c476fe2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d435f560d22fe1b5a0df41d0b4f43ad = $(`<div id="html_5d435f560d22fe1b5a0df41d0b4f43ad" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_48008d70debd519ac3a27e938c476fe2.setContent(html_5d435f560d22fe1b5a0df41d0b4f43ad);
|
|
|
|
|
|
|
|
marker_86a1f87eb75b5fde80d3077f7192ca83.bindPopup(popup_48008d70debd519ac3a27e938c476fe2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86a1f87eb75b5fde80d3077f7192ca83.setIcon(icon_a8dd70e85380d8cace743ce25af102a6);
|
|
|
|
|
|
var marker_dcb6ae53ccf24117feb829ad8253ac26 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_4b57aee2687e47075db29164b063b296 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd91957b48232613e3b2f27b76640b3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_730b51a3d25d081bdb33306b8858ea1e = $(`<div id="html_730b51a3d25d081bdb33306b8858ea1e" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_dd91957b48232613e3b2f27b76640b3e.setContent(html_730b51a3d25d081bdb33306b8858ea1e);
|
|
|
|
|
|
|
|
marker_dcb6ae53ccf24117feb829ad8253ac26.bindPopup(popup_dd91957b48232613e3b2f27b76640b3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcb6ae53ccf24117feb829ad8253ac26.setIcon(icon_4b57aee2687e47075db29164b063b296);
|
|
|
|
|
|
var marker_cfbfcb264a70f0aabec825ce3ec9e9d0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_0a67dafb345cbcec1033af8e07b774e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feff3df18e47775134065b8a316919f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9e69b7c5ed16c28324046d21757c763 = $(`<div id="html_c9e69b7c5ed16c28324046d21757c763" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_feff3df18e47775134065b8a316919f5.setContent(html_c9e69b7c5ed16c28324046d21757c763);
|
|
|
|
|
|
|
|
marker_cfbfcb264a70f0aabec825ce3ec9e9d0.bindPopup(popup_feff3df18e47775134065b8a316919f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfbfcb264a70f0aabec825ce3ec9e9d0.setIcon(icon_0a67dafb345cbcec1033af8e07b774e0);
|
|
|
|
|
|
var marker_ae57e0e8fe79c8765f134bd1735f0edc = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_035b1f462588e07bb37db65bdf712605 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c0a0ff042ae82eaa428a2bed224ca23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b241b5b03dc401cf505b94d1afc8a6d = $(`<div id="html_5b241b5b03dc401cf505b94d1afc8a6d" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_3c0a0ff042ae82eaa428a2bed224ca23.setContent(html_5b241b5b03dc401cf505b94d1afc8a6d);
|
|
|
|
|
|
|
|
marker_ae57e0e8fe79c8765f134bd1735f0edc.bindPopup(popup_3c0a0ff042ae82eaa428a2bed224ca23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae57e0e8fe79c8765f134bd1735f0edc.setIcon(icon_035b1f462588e07bb37db65bdf712605);
|
|
|
|
|
|
var marker_e9cee411b88bb311b181c94467cee592 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_59b7769106337678cec7c020595c82a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c07fc4021cdb99c7ade55435e30fa5f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ae08e517660e9184012a13af8322467 = $(`<div id="html_2ae08e517660e9184012a13af8322467" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_c07fc4021cdb99c7ade55435e30fa5f7.setContent(html_2ae08e517660e9184012a13af8322467);
|
|
|
|
|
|
|
|
marker_e9cee411b88bb311b181c94467cee592.bindPopup(popup_c07fc4021cdb99c7ade55435e30fa5f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9cee411b88bb311b181c94467cee592.setIcon(icon_59b7769106337678cec7c020595c82a9);
|
|
|
|
|
|
var marker_cd71a9b2c3df63e462f09c07eac5dc0d = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_23dc724304296bfe64de28de73cccb65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c7e838ecaf0455cfdd9530d03b4a4fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b2bdaf3eae989719599cb3f34e1d4bb = $(`<div id="html_5b2bdaf3eae989719599cb3f34e1d4bb" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_4c7e838ecaf0455cfdd9530d03b4a4fc.setContent(html_5b2bdaf3eae989719599cb3f34e1d4bb);
|
|
|
|
|
|
|
|
marker_cd71a9b2c3df63e462f09c07eac5dc0d.bindPopup(popup_4c7e838ecaf0455cfdd9530d03b4a4fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd71a9b2c3df63e462f09c07eac5dc0d.setIcon(icon_23dc724304296bfe64de28de73cccb65);
|
|
|
|
|
|
var marker_83dbde9e31f16da4a7ccc7e40cc4bd3f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d93eef88635ac474bccb1f67749a0042 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1350b102eb2edf654d560fe9aefbb517 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acc71689488309b2746f989a86183214 = $(`<div id="html_acc71689488309b2746f989a86183214" style="width: 100.0%; height: 100.0%;">wot.basspistol.org</div>`)[0];
|
|
popup_1350b102eb2edf654d560fe9aefbb517.setContent(html_acc71689488309b2746f989a86183214);
|
|
|
|
|
|
|
|
marker_83dbde9e31f16da4a7ccc7e40cc4bd3f.bindPopup(popup_1350b102eb2edf654d560fe9aefbb517)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83dbde9e31f16da4a7ccc7e40cc4bd3f.setIcon(icon_d93eef88635ac474bccb1f67749a0042);
|
|
|
|
|
|
var marker_6b109150b70e64e26db3ece990925caf = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_def25f61e7e95a741bf4b0e58e81c7a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_238139bff7c18a860f3223c96b24474f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bf1e1507c8b2f8957fbc62d53801b0f = $(`<div id="html_7bf1e1507c8b2f8957fbc62d53801b0f" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_238139bff7c18a860f3223c96b24474f.setContent(html_7bf1e1507c8b2f8957fbc62d53801b0f);
|
|
|
|
|
|
|
|
marker_6b109150b70e64e26db3ece990925caf.bindPopup(popup_238139bff7c18a860f3223c96b24474f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b109150b70e64e26db3ece990925caf.setIcon(icon_def25f61e7e95a741bf4b0e58e81c7a2);
|
|
|
|
|
|
var marker_332b1ea8fc5b301a62a394c33c27c554 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_837861835f78ed634894b1aabaf052f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5cd9c96c20d625529a193b8adc148d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_672c7f88b88a671692895b1ada691823 = $(`<div id="html_672c7f88b88a671692895b1ada691823" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_d5cd9c96c20d625529a193b8adc148d4.setContent(html_672c7f88b88a671692895b1ada691823);
|
|
|
|
|
|
|
|
marker_332b1ea8fc5b301a62a394c33c27c554.bindPopup(popup_d5cd9c96c20d625529a193b8adc148d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_332b1ea8fc5b301a62a394c33c27c554.setIcon(icon_837861835f78ed634894b1aabaf052f0);
|
|
|
|
|
|
var marker_251cabf4ecb77441e60741dd686827b5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_25b575e77780d7d1e70a982538b89062 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_361d1272eda57f5759fda20aee4aee88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f186e284ce94c692147601297304b612 = $(`<div id="html_f186e284ce94c692147601297304b612" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_361d1272eda57f5759fda20aee4aee88.setContent(html_f186e284ce94c692147601297304b612);
|
|
|
|
|
|
|
|
marker_251cabf4ecb77441e60741dd686827b5.bindPopup(popup_361d1272eda57f5759fda20aee4aee88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_251cabf4ecb77441e60741dd686827b5.setIcon(icon_25b575e77780d7d1e70a982538b89062);
|
|
|
|
|
|
var marker_df7978e0074be8bfe233a26f721cf429 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_91e54be1b356415a1f188f80cf0b905c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48833902bb80eedaded6506ede91e036 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58754d9e31ab46faa4e667d5aeb64006 = $(`<div id="html_58754d9e31ab46faa4e667d5aeb64006" style="width: 100.0%; height: 100.0%;">relay.unknown.cloud</div>`)[0];
|
|
popup_48833902bb80eedaded6506ede91e036.setContent(html_58754d9e31ab46faa4e667d5aeb64006);
|
|
|
|
|
|
|
|
marker_df7978e0074be8bfe233a26f721cf429.bindPopup(popup_48833902bb80eedaded6506ede91e036)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df7978e0074be8bfe233a26f721cf429.setIcon(icon_91e54be1b356415a1f188f80cf0b905c);
|
|
|
|
|
|
var marker_ad0164d0409e496269af0f1724c31589 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_38ed40ebbecd55289f4055a16dde7001 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25e7b083f14026f8fe5f58473303b6e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21bb54f34fa84d8ece9f7b6f08982a9a = $(`<div id="html_21bb54f34fa84d8ece9f7b6f08982a9a" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_25e7b083f14026f8fe5f58473303b6e9.setContent(html_21bb54f34fa84d8ece9f7b6f08982a9a);
|
|
|
|
|
|
|
|
marker_ad0164d0409e496269af0f1724c31589.bindPopup(popup_25e7b083f14026f8fe5f58473303b6e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad0164d0409e496269af0f1724c31589.setIcon(icon_38ed40ebbecd55289f4055a16dde7001);
|
|
|
|
|
|
var marker_d0c9974a12fa5395ad580e061c7f5291 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_872d3fa30ad86e5e9138b507d2f081a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afc46e26c38a9828f64e3abad4a67984 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86ce207334c10f844bcf3f3c2b667d12 = $(`<div id="html_86ce207334c10f844bcf3f3c2b667d12" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_afc46e26c38a9828f64e3abad4a67984.setContent(html_86ce207334c10f844bcf3f3c2b667d12);
|
|
|
|
|
|
|
|
marker_d0c9974a12fa5395ad580e061c7f5291.bindPopup(popup_afc46e26c38a9828f64e3abad4a67984)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0c9974a12fa5395ad580e061c7f5291.setIcon(icon_872d3fa30ad86e5e9138b507d2f081a9);
|
|
|
|
|
|
var marker_77f182a804624dab72e90ff7ebf43299 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_5214fdb2e7d7eda339cd0e4e8597d4c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ab05554840cf6328efd863b6dc280e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d40b9460478680e5bb6ac9e62a25df0a = $(`<div id="html_d40b9460478680e5bb6ac9e62a25df0a" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_3ab05554840cf6328efd863b6dc280e6.setContent(html_d40b9460478680e5bb6ac9e62a25df0a);
|
|
|
|
|
|
|
|
marker_77f182a804624dab72e90ff7ebf43299.bindPopup(popup_3ab05554840cf6328efd863b6dc280e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77f182a804624dab72e90ff7ebf43299.setIcon(icon_5214fdb2e7d7eda339cd0e4e8597d4c5);
|
|
|
|
|
|
var marker_846720d41650e1704ffb00e6ad71dc3d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_417a7fc655add9d1c5b68d782b921b66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6db06845c805a38489b182ffde5255f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f14db6fbcd8cd1fcbb028bdb6dc8933f = $(`<div id="html_f14db6fbcd8cd1fcbb028bdb6dc8933f" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_e6db06845c805a38489b182ffde5255f.setContent(html_f14db6fbcd8cd1fcbb028bdb6dc8933f);
|
|
|
|
|
|
|
|
marker_846720d41650e1704ffb00e6ad71dc3d.bindPopup(popup_e6db06845c805a38489b182ffde5255f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846720d41650e1704ffb00e6ad71dc3d.setIcon(icon_417a7fc655add9d1c5b68d782b921b66);
|
|
|
|
|
|
var marker_b0818623eb7beca2a8686f663a2d9bf2 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f8e123f739dd0249be48e883b7ca689e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f26d39727c8be167bbdd333de8f91dab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b5f2b2d23566e8892cc45f8150ce97a = $(`<div id="html_5b5f2b2d23566e8892cc45f8150ce97a" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_f26d39727c8be167bbdd333de8f91dab.setContent(html_5b5f2b2d23566e8892cc45f8150ce97a);
|
|
|
|
|
|
|
|
marker_b0818623eb7beca2a8686f663a2d9bf2.bindPopup(popup_f26d39727c8be167bbdd333de8f91dab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0818623eb7beca2a8686f663a2d9bf2.setIcon(icon_f8e123f739dd0249be48e883b7ca689e);
|
|
|
|
|
|
var marker_e9ded035b727d67dbe545aacb7a2c6f3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f270e1d1e4cc0401b0b0dcb3031cb3d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0fb4fcee66ea3bece6f2624c95d7368 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83e7839c605f791e2160f52e74a1685b = $(`<div id="html_83e7839c605f791e2160f52e74a1685b" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_e0fb4fcee66ea3bece6f2624c95d7368.setContent(html_83e7839c605f791e2160f52e74a1685b);
|
|
|
|
|
|
|
|
marker_e9ded035b727d67dbe545aacb7a2c6f3.bindPopup(popup_e0fb4fcee66ea3bece6f2624c95d7368)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9ded035b727d67dbe545aacb7a2c6f3.setIcon(icon_f270e1d1e4cc0401b0b0dcb3031cb3d7);
|
|
|
|
|
|
var marker_a416a5006c6ed3ebe17056df342f5a59 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e1e208ff09131471055afe5c1d6a5e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_280bd2a34b9fa6e65f964a2600ced24c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df2116364aa71b56d0713c793c05b49d = $(`<div id="html_df2116364aa71b56d0713c793c05b49d" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_280bd2a34b9fa6e65f964a2600ced24c.setContent(html_df2116364aa71b56d0713c793c05b49d);
|
|
|
|
|
|
|
|
marker_a416a5006c6ed3ebe17056df342f5a59.bindPopup(popup_280bd2a34b9fa6e65f964a2600ced24c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a416a5006c6ed3ebe17056df342f5a59.setIcon(icon_e1e208ff09131471055afe5c1d6a5e03);
|
|
|
|
|
|
var marker_a8f6d2325eecb21c6939458e69c514e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_7ae51838b7f0f238dd96f742d1c909b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c09549955b06b8aba605d0fce21984e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3ec0fd157f7822014fde366017a691e = $(`<div id="html_c3ec0fd157f7822014fde366017a691e" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_c09549955b06b8aba605d0fce21984e6.setContent(html_c3ec0fd157f7822014fde366017a691e);
|
|
|
|
|
|
|
|
marker_a8f6d2325eecb21c6939458e69c514e8.bindPopup(popup_c09549955b06b8aba605d0fce21984e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8f6d2325eecb21c6939458e69c514e8.setIcon(icon_7ae51838b7f0f238dd96f742d1c909b9);
|
|
|
|
|
|
var marker_9b774350cec51fd1d7c300da35b0e9c8 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_3ceacff6b8842b7eb82b0a8fab4541b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3eb52188e1632d94fa31035f605856bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5201674333f84d55bb3c04e707d15308 = $(`<div id="html_5201674333f84d55bb3c04e707d15308" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_3eb52188e1632d94fa31035f605856bf.setContent(html_5201674333f84d55bb3c04e707d15308);
|
|
|
|
|
|
|
|
marker_9b774350cec51fd1d7c300da35b0e9c8.bindPopup(popup_3eb52188e1632d94fa31035f605856bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b774350cec51fd1d7c300da35b0e9c8.setIcon(icon_3ceacff6b8842b7eb82b0a8fab4541b3);
|
|
|
|
|
|
var marker_96495d3945df1cd47c70fe22b6eb796d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_434081474452f750210f7791450b3b22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3da10cbeb19e5bae6a144b95449f4ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f4cd05f6035e8e4f097e4f5800e8870 = $(`<div id="html_0f4cd05f6035e8e4f097e4f5800e8870" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_3da10cbeb19e5bae6a144b95449f4ca7.setContent(html_0f4cd05f6035e8e4f097e4f5800e8870);
|
|
|
|
|
|
|
|
marker_96495d3945df1cd47c70fe22b6eb796d.bindPopup(popup_3da10cbeb19e5bae6a144b95449f4ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96495d3945df1cd47c70fe22b6eb796d.setIcon(icon_434081474452f750210f7791450b3b22);
|
|
|
|
|
|
var marker_e77857aa9a54f5b4e47ee6f423fa288a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_28043f5edc8e096cef3753d3d8bcdeaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62420c08a99476a946815414a976a411 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70a9468d57ea3dd2b9b436c7577c4786 = $(`<div id="html_70a9468d57ea3dd2b9b436c7577c4786" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_62420c08a99476a946815414a976a411.setContent(html_70a9468d57ea3dd2b9b436c7577c4786);
|
|
|
|
|
|
|
|
marker_e77857aa9a54f5b4e47ee6f423fa288a.bindPopup(popup_62420c08a99476a946815414a976a411)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e77857aa9a54f5b4e47ee6f423fa288a.setIcon(icon_28043f5edc8e096cef3753d3d8bcdeaa);
|
|
|
|
|
|
var marker_37a685d412bf8ac040cbfb1421bfbf4a = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2fa1eb5422f5b5084c2dd6926d08ccb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_744259ae87e6798889b2f3c0d4d33448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13cc6b23c66751a29840cd7161e12b93 = $(`<div id="html_13cc6b23c66751a29840cd7161e12b93" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_744259ae87e6798889b2f3c0d4d33448.setContent(html_13cc6b23c66751a29840cd7161e12b93);
|
|
|
|
|
|
|
|
marker_37a685d412bf8ac040cbfb1421bfbf4a.bindPopup(popup_744259ae87e6798889b2f3c0d4d33448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37a685d412bf8ac040cbfb1421bfbf4a.setIcon(icon_2fa1eb5422f5b5084c2dd6926d08ccb3);
|
|
|
|
|
|
var marker_248aba302e741fdfcbe85d0fb91d7b64 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ed79c9a3809c58961ccb7c92868c9866 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6aefe25050fc962dfd5ecc048df663f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_422218a9775c3bb4b112b5d4a160ac93 = $(`<div id="html_422218a9775c3bb4b112b5d4a160ac93" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_c6aefe25050fc962dfd5ecc048df663f.setContent(html_422218a9775c3bb4b112b5d4a160ac93);
|
|
|
|
|
|
|
|
marker_248aba302e741fdfcbe85d0fb91d7b64.bindPopup(popup_c6aefe25050fc962dfd5ecc048df663f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248aba302e741fdfcbe85d0fb91d7b64.setIcon(icon_ed79c9a3809c58961ccb7c92868c9866);
|
|
|
|
|
|
var marker_0d0cdfcbafe81e86fa216c5c0877f23f = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c139a89677c059d4be5167d8853818b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb0bd95cbe31a1f54c3388c9e74d7e11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ee6d23218ce21ebe04bc58473650f9f = $(`<div id="html_9ee6d23218ce21ebe04bc58473650f9f" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_fb0bd95cbe31a1f54c3388c9e74d7e11.setContent(html_9ee6d23218ce21ebe04bc58473650f9f);
|
|
|
|
|
|
|
|
marker_0d0cdfcbafe81e86fa216c5c0877f23f.bindPopup(popup_fb0bd95cbe31a1f54c3388c9e74d7e11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d0cdfcbafe81e86fa216c5c0877f23f.setIcon(icon_c139a89677c059d4be5167d8853818b8);
|
|
|
|
|
|
var marker_5e3771e2b727f210485dda7684bddf02 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_20b62bf5a14b0adbe29059b5b32b78a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a495c41133f47be0c47f6073dd74ac8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32b8fd4ec90572eec6b05467c39211b6 = $(`<div id="html_32b8fd4ec90572eec6b05467c39211b6" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_0a495c41133f47be0c47f6073dd74ac8.setContent(html_32b8fd4ec90572eec6b05467c39211b6);
|
|
|
|
|
|
|
|
marker_5e3771e2b727f210485dda7684bddf02.bindPopup(popup_0a495c41133f47be0c47f6073dd74ac8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e3771e2b727f210485dda7684bddf02.setIcon(icon_20b62bf5a14b0adbe29059b5b32b78a1);
|
|
|
|
|
|
var marker_8f590f6703eeff2289dad44766fe4ba1 = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bd2c15419eb6907da4413d117b9b9027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebf2f495da18a16665248aac93a6e53f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd8c20c705c9ccc51e95894ae6f4a3e6 = $(`<div id="html_cd8c20c705c9ccc51e95894ae6f4a3e6" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_ebf2f495da18a16665248aac93a6e53f.setContent(html_cd8c20c705c9ccc51e95894ae6f4a3e6);
|
|
|
|
|
|
|
|
marker_8f590f6703eeff2289dad44766fe4ba1.bindPopup(popup_ebf2f495da18a16665248aac93a6e53f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f590f6703eeff2289dad44766fe4ba1.setIcon(icon_bd2c15419eb6907da4413d117b9b9027);
|
|
|
|
|
|
var marker_761d43f298409c0ca548159093e78ff0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_6747f5634870327060b5264cb3f0f130 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95ba5a10554d3188a61a6b3a8394eca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cf987dc83d82babe5d5ee7e57fbc316 = $(`<div id="html_9cf987dc83d82babe5d5ee7e57fbc316" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_95ba5a10554d3188a61a6b3a8394eca7.setContent(html_9cf987dc83d82babe5d5ee7e57fbc316);
|
|
|
|
|
|
|
|
marker_761d43f298409c0ca548159093e78ff0.bindPopup(popup_95ba5a10554d3188a61a6b3a8394eca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_761d43f298409c0ca548159093e78ff0.setIcon(icon_6747f5634870327060b5264cb3f0f130);
|
|
|
|
|
|
var marker_22e9744cf129b731ca8a19b84be7e668 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f5a984bd5535a77b8db80e6920cb4aaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b34cd6b63da30354fae31d901828edf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d160897967f1bf5b81c3640e09efa3d = $(`<div id="html_0d160897967f1bf5b81c3640e09efa3d" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_1b34cd6b63da30354fae31d901828edf.setContent(html_0d160897967f1bf5b81c3640e09efa3d);
|
|
|
|
|
|
|
|
marker_22e9744cf129b731ca8a19b84be7e668.bindPopup(popup_1b34cd6b63da30354fae31d901828edf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22e9744cf129b731ca8a19b84be7e668.setIcon(icon_f5a984bd5535a77b8db80e6920cb4aaf);
|
|
|
|
|
|
var marker_52d7aee6cec4260009ba6ed81ea1f778 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_7adb0ab86717f4ed781a3a9d3c5ac844 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22605ec3d6a6480e09a9fd959166d13c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f67811ca92002be02e158cef8e53e0 = $(`<div id="html_d6f67811ca92002be02e158cef8e53e0" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_22605ec3d6a6480e09a9fd959166d13c.setContent(html_d6f67811ca92002be02e158cef8e53e0);
|
|
|
|
|
|
|
|
marker_52d7aee6cec4260009ba6ed81ea1f778.bindPopup(popup_22605ec3d6a6480e09a9fd959166d13c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52d7aee6cec4260009ba6ed81ea1f778.setIcon(icon_7adb0ab86717f4ed781a3a9d3c5ac844);
|
|
|
|
|
|
var marker_6ee2e1207a30fd9b4e8852c65a802152 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c124834bba751cab065a7a0929392844 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_687e2fa44213df762349bd1614695744 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bedbd671584044168d74be7bb23a0be = $(`<div id="html_9bedbd671584044168d74be7bb23a0be" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_687e2fa44213df762349bd1614695744.setContent(html_9bedbd671584044168d74be7bb23a0be);
|
|
|
|
|
|
|
|
marker_6ee2e1207a30fd9b4e8852c65a802152.bindPopup(popup_687e2fa44213df762349bd1614695744)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ee2e1207a30fd9b4e8852c65a802152.setIcon(icon_c124834bba751cab065a7a0929392844);
|
|
|
|
|
|
var marker_8c011c5c58c375634feb7b23c0fa99bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_aed216e658b756be359fa3bb79166abf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_239400b85f846a659d256bd70017f2ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5692fb388a5c519a5852fc89f67bb89f = $(`<div id="html_5692fb388a5c519a5852fc89f67bb89f" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_239400b85f846a659d256bd70017f2ac.setContent(html_5692fb388a5c519a5852fc89f67bb89f);
|
|
|
|
|
|
|
|
marker_8c011c5c58c375634feb7b23c0fa99bf.bindPopup(popup_239400b85f846a659d256bd70017f2ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c011c5c58c375634feb7b23c0fa99bf.setIcon(icon_aed216e658b756be359fa3bb79166abf);
|
|
|
|
|
|
var marker_fda9572ba1b12484c71205c4da2e8768 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a068ce1c4a2f886649e772c1ec573b8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a5236a69cd49ae4251b67b113c3fe53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c93461157f199b5b4476b58397392c8 = $(`<div id="html_6c93461157f199b5b4476b58397392c8" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_7a5236a69cd49ae4251b67b113c3fe53.setContent(html_6c93461157f199b5b4476b58397392c8);
|
|
|
|
|
|
|
|
marker_fda9572ba1b12484c71205c4da2e8768.bindPopup(popup_7a5236a69cd49ae4251b67b113c3fe53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fda9572ba1b12484c71205c4da2e8768.setIcon(icon_a068ce1c4a2f886649e772c1ec573b8d);
|
|
|
|
|
|
var marker_d9ccc7e216e6ba464402ab0d79ac17de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_aac7f83ee0bdfc880991b16dfab20938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e210099fd5edbf6e2cda9fd967e32e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f692861a0bf45ebdd3b65de8113752e = $(`<div id="html_5f692861a0bf45ebdd3b65de8113752e" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_f4e210099fd5edbf6e2cda9fd967e32e.setContent(html_5f692861a0bf45ebdd3b65de8113752e);
|
|
|
|
|
|
|
|
marker_d9ccc7e216e6ba464402ab0d79ac17de.bindPopup(popup_f4e210099fd5edbf6e2cda9fd967e32e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9ccc7e216e6ba464402ab0d79ac17de.setIcon(icon_aac7f83ee0bdfc880991b16dfab20938);
|
|
|
|
|
|
var marker_51683c2645918647f40bcd1ec9d29acd = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_fc66b39a09e0329700bebc990c403b8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09fd9f41f39c7b8fe85aacd3d6e09fb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3756ce3bc07c50114cb3b23e36336955 = $(`<div id="html_3756ce3bc07c50114cb3b23e36336955" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_09fd9f41f39c7b8fe85aacd3d6e09fb7.setContent(html_3756ce3bc07c50114cb3b23e36336955);
|
|
|
|
|
|
|
|
marker_51683c2645918647f40bcd1ec9d29acd.bindPopup(popup_09fd9f41f39c7b8fe85aacd3d6e09fb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51683c2645918647f40bcd1ec9d29acd.setIcon(icon_fc66b39a09e0329700bebc990c403b8a);
|
|
|
|
|
|
var marker_dcc5b4d67ea36f3a3413c54321c1868a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d021bcc9cc8539dd5ffa01176aae1f95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6df6e4b594c7622cbb24b38a7a494d3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13d0d9f9a975e8c1d1ce56618610340f = $(`<div id="html_13d0d9f9a975e8c1d1ce56618610340f" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_6df6e4b594c7622cbb24b38a7a494d3a.setContent(html_13d0d9f9a975e8c1d1ce56618610340f);
|
|
|
|
|
|
|
|
marker_dcc5b4d67ea36f3a3413c54321c1868a.bindPopup(popup_6df6e4b594c7622cbb24b38a7a494d3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcc5b4d67ea36f3a3413c54321c1868a.setIcon(icon_d021bcc9cc8539dd5ffa01176aae1f95);
|
|
|
|
|
|
var marker_ff3cbbd698be2211a76d4c2ede8538bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b30e0da243b4df167482f3ee9e0603e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_615d3022a0678348e64980d774c2e13c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b16d0f052a0d7acdc7db629eabf705e = $(`<div id="html_9b16d0f052a0d7acdc7db629eabf705e" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_615d3022a0678348e64980d774c2e13c.setContent(html_9b16d0f052a0d7acdc7db629eabf705e);
|
|
|
|
|
|
|
|
marker_ff3cbbd698be2211a76d4c2ede8538bc.bindPopup(popup_615d3022a0678348e64980d774c2e13c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff3cbbd698be2211a76d4c2ede8538bc.setIcon(icon_b30e0da243b4df167482f3ee9e0603e4);
|
|
|
|
|
|
var marker_9c8bde8c88ad942f5465734fb480e2fc = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_981e7a45818d14f49e3f3bef9931e479 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff6c717eb438278993322da48d92a060 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4491b8df999ea31c1a7174285bf61393 = $(`<div id="html_4491b8df999ea31c1a7174285bf61393" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_ff6c717eb438278993322da48d92a060.setContent(html_4491b8df999ea31c1a7174285bf61393);
|
|
|
|
|
|
|
|
marker_9c8bde8c88ad942f5465734fb480e2fc.bindPopup(popup_ff6c717eb438278993322da48d92a060)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c8bde8c88ad942f5465734fb480e2fc.setIcon(icon_981e7a45818d14f49e3f3bef9931e479);
|
|
|
|
|
|
var marker_300b6b48af38320122e1bddbd0cf7e72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_0c94a039f6357b5602c9fa55ac2bd796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d394452ca10df180caed20653d8c65d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_726ae3b076095017a7e949430615d75b = $(`<div id="html_726ae3b076095017a7e949430615d75b" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_4d394452ca10df180caed20653d8c65d.setContent(html_726ae3b076095017a7e949430615d75b);
|
|
|
|
|
|
|
|
marker_300b6b48af38320122e1bddbd0cf7e72.bindPopup(popup_4d394452ca10df180caed20653d8c65d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_300b6b48af38320122e1bddbd0cf7e72.setIcon(icon_0c94a039f6357b5602c9fa55ac2bd796);
|
|
|
|
|
|
var marker_22e0a5b4c826fd419010f927d4664dd6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bb4369b47bb219aa528ba357ad8a1690 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3295fceaad091362c7d861b3081d103 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0892338cba50fae41f85084a2feb2ec2 = $(`<div id="html_0892338cba50fae41f85084a2feb2ec2" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_c3295fceaad091362c7d861b3081d103.setContent(html_0892338cba50fae41f85084a2feb2ec2);
|
|
|
|
|
|
|
|
marker_22e0a5b4c826fd419010f927d4664dd6.bindPopup(popup_c3295fceaad091362c7d861b3081d103)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22e0a5b4c826fd419010f927d4664dd6.setIcon(icon_bb4369b47bb219aa528ba357ad8a1690);
|
|
|
|
|
|
var marker_e6854ff5a155efaea8624352aa8e84cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_09832625b004606c5b5b302c82a5ea9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9eb51c307dcc08962cf6f8db9eca2140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_620cb574ca2cb34777b6db4fd0d38615 = $(`<div id="html_620cb574ca2cb34777b6db4fd0d38615" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_9eb51c307dcc08962cf6f8db9eca2140.setContent(html_620cb574ca2cb34777b6db4fd0d38615);
|
|
|
|
|
|
|
|
marker_e6854ff5a155efaea8624352aa8e84cf.bindPopup(popup_9eb51c307dcc08962cf6f8db9eca2140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6854ff5a155efaea8624352aa8e84cf.setIcon(icon_09832625b004606c5b5b302c82a5ea9e);
|
|
|
|
|
|
var marker_0168942c383bb2ffcfecf6de69e4e099 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_57937486b20ce17cfb6763cc6e1bfe96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee1be33ae88dd840511241798601925 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31ea3579ce97e4f6c09a458cf330d589 = $(`<div id="html_31ea3579ce97e4f6c09a458cf330d589" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_6ee1be33ae88dd840511241798601925.setContent(html_31ea3579ce97e4f6c09a458cf330d589);
|
|
|
|
|
|
|
|
marker_0168942c383bb2ffcfecf6de69e4e099.bindPopup(popup_6ee1be33ae88dd840511241798601925)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0168942c383bb2ffcfecf6de69e4e099.setIcon(icon_57937486b20ce17cfb6763cc6e1bfe96);
|
|
|
|
|
|
var marker_776898d82fb9dea926a52af8bf1fe205 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_88f55924982cf562c6722bb31205397a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90864ac124829c2e4a3f474ae8842d28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_881181ee2bfe14b7713afeae2241c8e0 = $(`<div id="html_881181ee2bfe14b7713afeae2241c8e0" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_90864ac124829c2e4a3f474ae8842d28.setContent(html_881181ee2bfe14b7713afeae2241c8e0);
|
|
|
|
|
|
|
|
marker_776898d82fb9dea926a52af8bf1fe205.bindPopup(popup_90864ac124829c2e4a3f474ae8842d28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_776898d82fb9dea926a52af8bf1fe205.setIcon(icon_88f55924982cf562c6722bb31205397a);
|
|
|
|
|
|
var marker_679a83ded35543601e168a80260917c4 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c8dbd039bc2203339dd740473832bfcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4d371c78c20dea81577b6794ddb2717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4428c00a54589397aac8f7e9e4adbe2e = $(`<div id="html_4428c00a54589397aac8f7e9e4adbe2e" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_d4d371c78c20dea81577b6794ddb2717.setContent(html_4428c00a54589397aac8f7e9e4adbe2e);
|
|
|
|
|
|
|
|
marker_679a83ded35543601e168a80260917c4.bindPopup(popup_d4d371c78c20dea81577b6794ddb2717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_679a83ded35543601e168a80260917c4.setIcon(icon_c8dbd039bc2203339dd740473832bfcd);
|
|
|
|
|
|
var marker_c68f9d74bad1eb72aa6c15b0e1a8c6e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_873494f6bc6bbb699db2373af5112d55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5ba1a5c97f77f6b0df747603b57942d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d5720995fee087bda1206c9beda61a9 = $(`<div id="html_9d5720995fee087bda1206c9beda61a9" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_b5ba1a5c97f77f6b0df747603b57942d.setContent(html_9d5720995fee087bda1206c9beda61a9);
|
|
|
|
|
|
|
|
marker_c68f9d74bad1eb72aa6c15b0e1a8c6e4.bindPopup(popup_b5ba1a5c97f77f6b0df747603b57942d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c68f9d74bad1eb72aa6c15b0e1a8c6e4.setIcon(icon_873494f6bc6bbb699db2373af5112d55);
|
|
|
|
|
|
var marker_af645868b7e29379bf09e25ad284fabb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b611c05f25d169731e6c5d3cc36ce4e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b754d6dd4c29d3ee30d876644533e9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62f7aedf4f9c00d65a57c138655ae983 = $(`<div id="html_62f7aedf4f9c00d65a57c138655ae983" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_8b754d6dd4c29d3ee30d876644533e9e.setContent(html_62f7aedf4f9c00d65a57c138655ae983);
|
|
|
|
|
|
|
|
marker_af645868b7e29379bf09e25ad284fabb.bindPopup(popup_8b754d6dd4c29d3ee30d876644533e9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af645868b7e29379bf09e25ad284fabb.setIcon(icon_b611c05f25d169731e6c5d3cc36ce4e7);
|
|
|
|
|
|
var marker_395c6efa8bcb95b3416aa20b4a0d40f0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_813300f818c1b16efe6f3dbf65fade9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e61a63485902e0dc75934ee8d511cf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_327d8f7b718c28b8ec6af4585244b757 = $(`<div id="html_327d8f7b718c28b8ec6af4585244b757" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_3e61a63485902e0dc75934ee8d511cf0.setContent(html_327d8f7b718c28b8ec6af4585244b757);
|
|
|
|
|
|
|
|
marker_395c6efa8bcb95b3416aa20b4a0d40f0.bindPopup(popup_3e61a63485902e0dc75934ee8d511cf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_395c6efa8bcb95b3416aa20b4a0d40f0.setIcon(icon_813300f818c1b16efe6f3dbf65fade9d);
|
|
|
|
|
|
var marker_5eaaf5001d035693dcd7895b0d85efbc = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_fd229fdd897e3a9d7f6e2817317dfa9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fae19bbce7ada9176a386c5f574fd2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a2697b87420fe47c9d70b291cbaecc8 = $(`<div id="html_8a2697b87420fe47c9d70b291cbaecc8" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_1fae19bbce7ada9176a386c5f574fd2d.setContent(html_8a2697b87420fe47c9d70b291cbaecc8);
|
|
|
|
|
|
|
|
marker_5eaaf5001d035693dcd7895b0d85efbc.bindPopup(popup_1fae19bbce7ada9176a386c5f574fd2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5eaaf5001d035693dcd7895b0d85efbc.setIcon(icon_fd229fdd897e3a9d7f6e2817317dfa9d);
|
|
|
|
|
|
var marker_103e37d715de5c62cb2aaa5d2fd88f14 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_86839430ffdada1e6eaee5ae60b6aca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_765dc9a8dc0377240ae226922ae69054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3f225c12700c1b4b577f8d0179f1b41 = $(`<div id="html_d3f225c12700c1b4b577f8d0179f1b41" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_765dc9a8dc0377240ae226922ae69054.setContent(html_d3f225c12700c1b4b577f8d0179f1b41);
|
|
|
|
|
|
|
|
marker_103e37d715de5c62cb2aaa5d2fd88f14.bindPopup(popup_765dc9a8dc0377240ae226922ae69054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_103e37d715de5c62cb2aaa5d2fd88f14.setIcon(icon_86839430ffdada1e6eaee5ae60b6aca4);
|
|
|
|
|
|
var marker_e895f97f0774518f2e58aedaa5f92d9e = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_fca504025bb2635c027be57fcfe98f67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d33a844e9fa56cd87c7edd8371a67e69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37dc30f366d7d666ddeb363ed7a667d3 = $(`<div id="html_37dc30f366d7d666ddeb363ed7a667d3" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_d33a844e9fa56cd87c7edd8371a67e69.setContent(html_37dc30f366d7d666ddeb363ed7a667d3);
|
|
|
|
|
|
|
|
marker_e895f97f0774518f2e58aedaa5f92d9e.bindPopup(popup_d33a844e9fa56cd87c7edd8371a67e69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e895f97f0774518f2e58aedaa5f92d9e.setIcon(icon_fca504025bb2635c027be57fcfe98f67);
|
|
|
|
|
|
var marker_4a6b774539463a4047b5632e1df60b7d = L.marker(
|
|
[43.5009, -70.4428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_11e7cad1e61dec640a08a787bcff9b1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_312b26109544e67ec89eed4d9a6f5d7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fef6d2262e575c90f1e4bee8b2fa3801 = $(`<div id="html_fef6d2262e575c90f1e4bee8b2fa3801" style="width: 100.0%; height: 100.0%;">nostr.zenon.network</div>`)[0];
|
|
popup_312b26109544e67ec89eed4d9a6f5d7a.setContent(html_fef6d2262e575c90f1e4bee8b2fa3801);
|
|
|
|
|
|
|
|
marker_4a6b774539463a4047b5632e1df60b7d.bindPopup(popup_312b26109544e67ec89eed4d9a6f5d7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a6b774539463a4047b5632e1df60b7d.setIcon(icon_11e7cad1e61dec640a08a787bcff9b1b);
|
|
|
|
|
|
var marker_ccaf28e80a95a7113fadaea4aacea0ef = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a14e7adb02116caabc46e54749ec5bbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f081141d90850484f9ef3af3c643cb59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4ca2ff0f34b1324240cddeef0c44f77 = $(`<div id="html_a4ca2ff0f34b1324240cddeef0c44f77" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_f081141d90850484f9ef3af3c643cb59.setContent(html_a4ca2ff0f34b1324240cddeef0c44f77);
|
|
|
|
|
|
|
|
marker_ccaf28e80a95a7113fadaea4aacea0ef.bindPopup(popup_f081141d90850484f9ef3af3c643cb59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccaf28e80a95a7113fadaea4aacea0ef.setIcon(icon_a14e7adb02116caabc46e54749ec5bbe);
|
|
|
|
|
|
var marker_6fb62d03322e069adf21d5677fd7b29b = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_de4412757321eef7dd68ea61d05d0e4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f52e61d4c89cc3cd0050aeafe85ea159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ff30be6f4156d0b63f87e4e7c6956f = $(`<div id="html_32ff30be6f4156d0b63f87e4e7c6956f" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_f52e61d4c89cc3cd0050aeafe85ea159.setContent(html_32ff30be6f4156d0b63f87e4e7c6956f);
|
|
|
|
|
|
|
|
marker_6fb62d03322e069adf21d5677fd7b29b.bindPopup(popup_f52e61d4c89cc3cd0050aeafe85ea159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fb62d03322e069adf21d5677fd7b29b.setIcon(icon_de4412757321eef7dd68ea61d05d0e4f);
|
|
|
|
|
|
var marker_e5642d9c3eec00108b398b9eda84dbf4 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_515f05600e22ccfd19f602dfb9f08149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b171cf803250bbad64daf2cbce5a1960 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0413846d6bf8860e15e6ac6f113e5177 = $(`<div id="html_0413846d6bf8860e15e6ac6f113e5177" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_b171cf803250bbad64daf2cbce5a1960.setContent(html_0413846d6bf8860e15e6ac6f113e5177);
|
|
|
|
|
|
|
|
marker_e5642d9c3eec00108b398b9eda84dbf4.bindPopup(popup_b171cf803250bbad64daf2cbce5a1960)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5642d9c3eec00108b398b9eda84dbf4.setIcon(icon_515f05600e22ccfd19f602dfb9f08149);
|
|
|
|
|
|
var marker_b1cf26632d651b7ed9a8ce37ec230eea = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_ad0be186ad1fa5bfadf1627c1c648701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70dd00ff40cdde7184fa6db6484a65c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d4b3e0410967a1fc7a7415b05401b8c = $(`<div id="html_7d4b3e0410967a1fc7a7415b05401b8c" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_70dd00ff40cdde7184fa6db6484a65c0.setContent(html_7d4b3e0410967a1fc7a7415b05401b8c);
|
|
|
|
|
|
|
|
marker_b1cf26632d651b7ed9a8ce37ec230eea.bindPopup(popup_70dd00ff40cdde7184fa6db6484a65c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1cf26632d651b7ed9a8ce37ec230eea.setIcon(icon_ad0be186ad1fa5bfadf1627c1c648701);
|
|
|
|
|
|
var marker_2d54e975f9a3e81b133cbab276f7f073 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_306b43af70c0a855b1bf47bc80cf53df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e29b458f92736187febb9bc2e43461d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b1e49b9f185fc41ed45becb49add291 = $(`<div id="html_6b1e49b9f185fc41ed45becb49add291" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_1e29b458f92736187febb9bc2e43461d.setContent(html_6b1e49b9f185fc41ed45becb49add291);
|
|
|
|
|
|
|
|
marker_2d54e975f9a3e81b133cbab276f7f073.bindPopup(popup_1e29b458f92736187febb9bc2e43461d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d54e975f9a3e81b133cbab276f7f073.setIcon(icon_306b43af70c0a855b1bf47bc80cf53df);
|
|
|
|
|
|
var marker_5c13fdbfe17ecef2e3be31c1e5e73bff = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a1aa7611816fd5b9cdd1950647e1ef7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21328a0369cc5f4087988d5ac9481189 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_283cd1de708753c439467c2f29bd6407 = $(`<div id="html_283cd1de708753c439467c2f29bd6407" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_21328a0369cc5f4087988d5ac9481189.setContent(html_283cd1de708753c439467c2f29bd6407);
|
|
|
|
|
|
|
|
marker_5c13fdbfe17ecef2e3be31c1e5e73bff.bindPopup(popup_21328a0369cc5f4087988d5ac9481189)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c13fdbfe17ecef2e3be31c1e5e73bff.setIcon(icon_a1aa7611816fd5b9cdd1950647e1ef7b);
|
|
|
|
|
|
var marker_50aeb2554ca083345a9caac5a800bf37 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_27cb5f14afb4fe565a59e820229f3550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_586c04d67f4a581e4ec53576008e2da8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8536d9c16558bfafce14f97f99cb25a3 = $(`<div id="html_8536d9c16558bfafce14f97f99cb25a3" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_586c04d67f4a581e4ec53576008e2da8.setContent(html_8536d9c16558bfafce14f97f99cb25a3);
|
|
|
|
|
|
|
|
marker_50aeb2554ca083345a9caac5a800bf37.bindPopup(popup_586c04d67f4a581e4ec53576008e2da8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50aeb2554ca083345a9caac5a800bf37.setIcon(icon_27cb5f14afb4fe565a59e820229f3550);
|
|
|
|
|
|
var marker_5321d03f0b1691b0d4ea70f8f34ba30f = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_98b7a4a2d04b1c53589f06c508ceef72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6c5aa5841e0de27abe7b8595a2dd4ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3787b0cf52927bed8c6fc1770a858123 = $(`<div id="html_3787b0cf52927bed8c6fc1770a858123" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_d6c5aa5841e0de27abe7b8595a2dd4ef.setContent(html_3787b0cf52927bed8c6fc1770a858123);
|
|
|
|
|
|
|
|
marker_5321d03f0b1691b0d4ea70f8f34ba30f.bindPopup(popup_d6c5aa5841e0de27abe7b8595a2dd4ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5321d03f0b1691b0d4ea70f8f34ba30f.setIcon(icon_98b7a4a2d04b1c53589f06c508ceef72);
|
|
|
|
|
|
var marker_2a7e43286a3b76578f8ae8ba4c9ab345 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a6e4eadcdf6f1bd3a39ce4a2e443916a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e012cc05785b859e0a62c6a03e71ee79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63cbdd5422ed3692514c2ffa0bad6c9c = $(`<div id="html_63cbdd5422ed3692514c2ffa0bad6c9c" style="width: 100.0%; height: 100.0%;">nostr.smartflowsocial.com</div>`)[0];
|
|
popup_e012cc05785b859e0a62c6a03e71ee79.setContent(html_63cbdd5422ed3692514c2ffa0bad6c9c);
|
|
|
|
|
|
|
|
marker_2a7e43286a3b76578f8ae8ba4c9ab345.bindPopup(popup_e012cc05785b859e0a62c6a03e71ee79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a7e43286a3b76578f8ae8ba4c9ab345.setIcon(icon_a6e4eadcdf6f1bd3a39ce4a2e443916a);
|
|
|
|
|
|
var marker_1f0e1c86c7b5eadebfc48786c939050c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_6d860241a463010c184713ee7c1275be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6bb417372a763fb6ed36147a8c2854a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d590b1c0cdd4575676695c612c302775 = $(`<div id="html_d590b1c0cdd4575676695c612c302775" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_f6bb417372a763fb6ed36147a8c2854a.setContent(html_d590b1c0cdd4575676695c612c302775);
|
|
|
|
|
|
|
|
marker_1f0e1c86c7b5eadebfc48786c939050c.bindPopup(popup_f6bb417372a763fb6ed36147a8c2854a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f0e1c86c7b5eadebfc48786c939050c.setIcon(icon_6d860241a463010c184713ee7c1275be);
|
|
|
|
|
|
var marker_dbccd6acc61dc4728a8857b798b80ef3 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_cdfa1e2108b87e3a15d26b26464c8291 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99c5c242302da4fd14afd94af3c468b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f0861314baeab0d544fdda7b518edd6 = $(`<div id="html_1f0861314baeab0d544fdda7b518edd6" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_99c5c242302da4fd14afd94af3c468b0.setContent(html_1f0861314baeab0d544fdda7b518edd6);
|
|
|
|
|
|
|
|
marker_dbccd6acc61dc4728a8857b798b80ef3.bindPopup(popup_99c5c242302da4fd14afd94af3c468b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbccd6acc61dc4728a8857b798b80ef3.setIcon(icon_cdfa1e2108b87e3a15d26b26464c8291);
|
|
|
|
|
|
var marker_9b0db22b55330e8c0095bfbf87431e3d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_9ca9ca48d32feaae9d4c02aa911610d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80812006b25e15fe897972a70a66a0a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35dfa00b5c729afd4532628072b5fdf5 = $(`<div id="html_35dfa00b5c729afd4532628072b5fdf5" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_80812006b25e15fe897972a70a66a0a8.setContent(html_35dfa00b5c729afd4532628072b5fdf5);
|
|
|
|
|
|
|
|
marker_9b0db22b55330e8c0095bfbf87431e3d.bindPopup(popup_80812006b25e15fe897972a70a66a0a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b0db22b55330e8c0095bfbf87431e3d.setIcon(icon_9ca9ca48d32feaae9d4c02aa911610d2);
|
|
|
|
|
|
var marker_b88058ed64772113bb841b7ce1120afe = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d15bc26d2fa5780150a422206759da9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8772cd9f1a7d589dd650bf592d2f38f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_449c0e2899a441d501054411e9702537 = $(`<div id="html_449c0e2899a441d501054411e9702537" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_8772cd9f1a7d589dd650bf592d2f38f0.setContent(html_449c0e2899a441d501054411e9702537);
|
|
|
|
|
|
|
|
marker_b88058ed64772113bb841b7ce1120afe.bindPopup(popup_8772cd9f1a7d589dd650bf592d2f38f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b88058ed64772113bb841b7ce1120afe.setIcon(icon_d15bc26d2fa5780150a422206759da9b);
|
|
|
|
|
|
var marker_143f9fdcfc3339bf94179bcbb5f5786f = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_933298abc1cbcd2c0db7365b554428d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d543c5ab5ddad3b6bbddb1692003ed6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_297d198f2bb1e44316a4f5dbdd5d1017 = $(`<div id="html_297d198f2bb1e44316a4f5dbdd5d1017" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_d543c5ab5ddad3b6bbddb1692003ed6c.setContent(html_297d198f2bb1e44316a4f5dbdd5d1017);
|
|
|
|
|
|
|
|
marker_143f9fdcfc3339bf94179bcbb5f5786f.bindPopup(popup_d543c5ab5ddad3b6bbddb1692003ed6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_143f9fdcfc3339bf94179bcbb5f5786f.setIcon(icon_933298abc1cbcd2c0db7365b554428d7);
|
|
|
|
|
|
var marker_b1103d6b6ce76e1a7a95ccf9b8aafc6f = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2b5b3ddf1d2e664f7601ca90f2a0f489 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ccfcca4469746b78a10ae606d4359d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5943090f86b3f2c9064ae8fb86ac879d = $(`<div id="html_5943090f86b3f2c9064ae8fb86ac879d" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_1ccfcca4469746b78a10ae606d4359d1.setContent(html_5943090f86b3f2c9064ae8fb86ac879d);
|
|
|
|
|
|
|
|
marker_b1103d6b6ce76e1a7a95ccf9b8aafc6f.bindPopup(popup_1ccfcca4469746b78a10ae606d4359d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1103d6b6ce76e1a7a95ccf9b8aafc6f.setIcon(icon_2b5b3ddf1d2e664f7601ca90f2a0f489);
|
|
|
|
|
|
var marker_f8b92ab27edab715b2ecf758d1e197fe = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_20eb2b03333ff90cef8dcbee2847e63c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ede0712a1c571bf9d6beb8fe00150666 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_403f01c1747dfd9f8ec2f0401c06a43e = $(`<div id="html_403f01c1747dfd9f8ec2f0401c06a43e" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_ede0712a1c571bf9d6beb8fe00150666.setContent(html_403f01c1747dfd9f8ec2f0401c06a43e);
|
|
|
|
|
|
|
|
marker_f8b92ab27edab715b2ecf758d1e197fe.bindPopup(popup_ede0712a1c571bf9d6beb8fe00150666)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8b92ab27edab715b2ecf758d1e197fe.setIcon(icon_20eb2b03333ff90cef8dcbee2847e63c);
|
|
|
|
|
|
var marker_96f98872e5b9ae981f1ce530c3ce8223 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d2b2f91f16c64cd470f5504d4a32b704 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b5b6edcd36e714159f3961396ed5ff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b90a8c15949e0bdf0180e03726adf76b = $(`<div id="html_b90a8c15949e0bdf0180e03726adf76b" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_6b5b6edcd36e714159f3961396ed5ff9.setContent(html_b90a8c15949e0bdf0180e03726adf76b);
|
|
|
|
|
|
|
|
marker_96f98872e5b9ae981f1ce530c3ce8223.bindPopup(popup_6b5b6edcd36e714159f3961396ed5ff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96f98872e5b9ae981f1ce530c3ce8223.setIcon(icon_d2b2f91f16c64cd470f5504d4a32b704);
|
|
|
|
|
|
var marker_410798110232fb11a0338fd169852add = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_1625b2540d7f5ef6b530341f3722ca25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_929ac22b6b2a764c4431e88b8d6eaf92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_891ed0194f2657fad1737ac26cec692f = $(`<div id="html_891ed0194f2657fad1737ac26cec692f" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_929ac22b6b2a764c4431e88b8d6eaf92.setContent(html_891ed0194f2657fad1737ac26cec692f);
|
|
|
|
|
|
|
|
marker_410798110232fb11a0338fd169852add.bindPopup(popup_929ac22b6b2a764c4431e88b8d6eaf92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_410798110232fb11a0338fd169852add.setIcon(icon_1625b2540d7f5ef6b530341f3722ca25);
|
|
|
|
|
|
var marker_9f9c1fb8b9c8a84e3dba2e43e6966fe5 = L.marker(
|
|
[22.3193, 114.169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bc40455c8a83004ef4a89ce8cf3caa1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a41dcf44c91d3c96cb491a397ad7b49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6e9f5ab852f204591e95fbb994b5eff = $(`<div id="html_d6e9f5ab852f204591e95fbb994b5eff" style="width: 100.0%; height: 100.0%;">nostr.a2x.pub</div>`)[0];
|
|
popup_8a41dcf44c91d3c96cb491a397ad7b49.setContent(html_d6e9f5ab852f204591e95fbb994b5eff);
|
|
|
|
|
|
|
|
marker_9f9c1fb8b9c8a84e3dba2e43e6966fe5.bindPopup(popup_8a41dcf44c91d3c96cb491a397ad7b49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f9c1fb8b9c8a84e3dba2e43e6966fe5.setIcon(icon_bc40455c8a83004ef4a89ce8cf3caa1c);
|
|
|
|
|
|
var marker_bc78ad43d850dc0ab2a1261df744683d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_26c2209836194028bfca86fa690bebc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38667afe15102288f2e5cd0bfb624b8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9933f5b336954fd383a0ce882ba0573 = $(`<div id="html_c9933f5b336954fd383a0ce882ba0573" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_38667afe15102288f2e5cd0bfb624b8b.setContent(html_c9933f5b336954fd383a0ce882ba0573);
|
|
|
|
|
|
|
|
marker_bc78ad43d850dc0ab2a1261df744683d.bindPopup(popup_38667afe15102288f2e5cd0bfb624b8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc78ad43d850dc0ab2a1261df744683d.setIcon(icon_26c2209836194028bfca86fa690bebc0);
|
|
|
|
|
|
var marker_98eabaf815a1c7319fc4862cdfe8c9e6 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_03ba6f904a6f99374ef1ac0c3a99d192 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4b47305fe138200a61523de36585732 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1f8503a2b8209993f9f6d444f1853bd = $(`<div id="html_e1f8503a2b8209993f9f6d444f1853bd" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_b4b47305fe138200a61523de36585732.setContent(html_e1f8503a2b8209993f9f6d444f1853bd);
|
|
|
|
|
|
|
|
marker_98eabaf815a1c7319fc4862cdfe8c9e6.bindPopup(popup_b4b47305fe138200a61523de36585732)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98eabaf815a1c7319fc4862cdfe8c9e6.setIcon(icon_03ba6f904a6f99374ef1ac0c3a99d192);
|
|
|
|
|
|
var marker_1994beee0b4e86cc6a328db2824ad58b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_5d45d2d2c0307936bff8d6c2ca92664f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b31b060f1bb7e7d1d72770bd4dc0b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f282199151e159152a10926ab79bfdf = $(`<div id="html_9f282199151e159152a10926ab79bfdf" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_17b31b060f1bb7e7d1d72770bd4dc0b6.setContent(html_9f282199151e159152a10926ab79bfdf);
|
|
|
|
|
|
|
|
marker_1994beee0b4e86cc6a328db2824ad58b.bindPopup(popup_17b31b060f1bb7e7d1d72770bd4dc0b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1994beee0b4e86cc6a328db2824ad58b.setIcon(icon_5d45d2d2c0307936bff8d6c2ca92664f);
|
|
|
|
|
|
var marker_670192576ec061a2d31a7ad398f84d45 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_12f23c1629a4baea04ff91f670959a23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e63d5890091eaad49ca3427af3abad39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36d3d7e3c03d8636079d3c68024559c0 = $(`<div id="html_36d3d7e3c03d8636079d3c68024559c0" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_e63d5890091eaad49ca3427af3abad39.setContent(html_36d3d7e3c03d8636079d3c68024559c0);
|
|
|
|
|
|
|
|
marker_670192576ec061a2d31a7ad398f84d45.bindPopup(popup_e63d5890091eaad49ca3427af3abad39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_670192576ec061a2d31a7ad398f84d45.setIcon(icon_12f23c1629a4baea04ff91f670959a23);
|
|
|
|
|
|
var marker_0dcaf5a5f10c0b6459eb2c5fd22ba741 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_90b2146d10b570c141e5df9815b82ad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f280f3676b98b59d7613d7c9deda810 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f3f68327de380cb1f2838319b7ff73a = $(`<div id="html_5f3f68327de380cb1f2838319b7ff73a" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_7f280f3676b98b59d7613d7c9deda810.setContent(html_5f3f68327de380cb1f2838319b7ff73a);
|
|
|
|
|
|
|
|
marker_0dcaf5a5f10c0b6459eb2c5fd22ba741.bindPopup(popup_7f280f3676b98b59d7613d7c9deda810)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dcaf5a5f10c0b6459eb2c5fd22ba741.setIcon(icon_90b2146d10b570c141e5df9815b82ad7);
|
|
|
|
|
|
var marker_99a6cdff93727ef04fc463d49b8f24b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_452c556a42a25a327cd450130770409d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e8b6908f15a3098990d370defb74a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d11606b76036b5a51de9dd68b7d8de7 = $(`<div id="html_2d11606b76036b5a51de9dd68b7d8de7" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_46e8b6908f15a3098990d370defb74a3.setContent(html_2d11606b76036b5a51de9dd68b7d8de7);
|
|
|
|
|
|
|
|
marker_99a6cdff93727ef04fc463d49b8f24b7.bindPopup(popup_46e8b6908f15a3098990d370defb74a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99a6cdff93727ef04fc463d49b8f24b7.setIcon(icon_452c556a42a25a327cd450130770409d);
|
|
|
|
|
|
var marker_4120642f0f96ba231652e26e96c7fec4 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f12b983f6e0f7d3d9f8ea9280313c2b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e964d27f071eb6475b0387d38850076d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3560ded17c18c706f67e5cec3c93a229 = $(`<div id="html_3560ded17c18c706f67e5cec3c93a229" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_e964d27f071eb6475b0387d38850076d.setContent(html_3560ded17c18c706f67e5cec3c93a229);
|
|
|
|
|
|
|
|
marker_4120642f0f96ba231652e26e96c7fec4.bindPopup(popup_e964d27f071eb6475b0387d38850076d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4120642f0f96ba231652e26e96c7fec4.setIcon(icon_f12b983f6e0f7d3d9f8ea9280313c2b8);
|
|
|
|
|
|
var marker_5070012a4c3e51f0d20ea8d964e213e3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_079ed06fba8016df6716a35818d83af8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e17aa161ef389db854988a895d4f8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd90a7e53929c2dbba2578d266394b2c = $(`<div id="html_cd90a7e53929c2dbba2578d266394b2c" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_f4e17aa161ef389db854988a895d4f8c.setContent(html_cd90a7e53929c2dbba2578d266394b2c);
|
|
|
|
|
|
|
|
marker_5070012a4c3e51f0d20ea8d964e213e3.bindPopup(popup_f4e17aa161ef389db854988a895d4f8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5070012a4c3e51f0d20ea8d964e213e3.setIcon(icon_079ed06fba8016df6716a35818d83af8);
|
|
|
|
|
|
var marker_f1f24875e543098727c0be0645f9a10e = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2439c4f6f7bbfbaf0f60721d098d386f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8409a35271ff2299bd577e94f8117846 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a827980a4fd341d2630cba5be262b856 = $(`<div id="html_a827980a4fd341d2630cba5be262b856" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_8409a35271ff2299bd577e94f8117846.setContent(html_a827980a4fd341d2630cba5be262b856);
|
|
|
|
|
|
|
|
marker_f1f24875e543098727c0be0645f9a10e.bindPopup(popup_8409a35271ff2299bd577e94f8117846)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1f24875e543098727c0be0645f9a10e.setIcon(icon_2439c4f6f7bbfbaf0f60721d098d386f);
|
|
|
|
|
|
var marker_602ead4679ad121b5058b2cbd7be206b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a568ffe51d8e9ad023e29c7c9b23a0f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d521cc8b5c22b6421b04309b3303bb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c43859e0314320a782e0a3902d0737a9 = $(`<div id="html_c43859e0314320a782e0a3902d0737a9" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_8d521cc8b5c22b6421b04309b3303bb5.setContent(html_c43859e0314320a782e0a3902d0737a9);
|
|
|
|
|
|
|
|
marker_602ead4679ad121b5058b2cbd7be206b.bindPopup(popup_8d521cc8b5c22b6421b04309b3303bb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_602ead4679ad121b5058b2cbd7be206b.setIcon(icon_a568ffe51d8e9ad023e29c7c9b23a0f2);
|
|
|
|
|
|
var marker_49d066c470dd893549102f09a9b16a68 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_773d4222cad5a30ac1ada9ba98508cbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e9c7e6e18882b70ce7c4d96df3bbcfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d942118094dbf8e52507ab7eb1c32825 = $(`<div id="html_d942118094dbf8e52507ab7eb1c32825" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_2e9c7e6e18882b70ce7c4d96df3bbcfb.setContent(html_d942118094dbf8e52507ab7eb1c32825);
|
|
|
|
|
|
|
|
marker_49d066c470dd893549102f09a9b16a68.bindPopup(popup_2e9c7e6e18882b70ce7c4d96df3bbcfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49d066c470dd893549102f09a9b16a68.setIcon(icon_773d4222cad5a30ac1ada9ba98508cbf);
|
|
|
|
|
|
var marker_06bed017c22dba8690948847412c5208 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_5dc1fe2073897898281d1003d0d94b7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf5f57cd37077c9f4f09474472d782b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c2a5f92d470c7554625b06a3c43692f = $(`<div id="html_9c2a5f92d470c7554625b06a3c43692f" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_bf5f57cd37077c9f4f09474472d782b1.setContent(html_9c2a5f92d470c7554625b06a3c43692f);
|
|
|
|
|
|
|
|
marker_06bed017c22dba8690948847412c5208.bindPopup(popup_bf5f57cd37077c9f4f09474472d782b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06bed017c22dba8690948847412c5208.setIcon(icon_5dc1fe2073897898281d1003d0d94b7d);
|
|
|
|
|
|
var marker_d86635afd7ffb9c246faee53cf7b59c0 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_8a36ad7b0518a6cb1c8bb5d33cbd1e48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd284c92811c3a2f48d770afe3e5d44f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4adb57fdb0b17c29cd1e131e41d9ee1c = $(`<div id="html_4adb57fdb0b17c29cd1e131e41d9ee1c" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_cd284c92811c3a2f48d770afe3e5d44f.setContent(html_4adb57fdb0b17c29cd1e131e41d9ee1c);
|
|
|
|
|
|
|
|
marker_d86635afd7ffb9c246faee53cf7b59c0.bindPopup(popup_cd284c92811c3a2f48d770afe3e5d44f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d86635afd7ffb9c246faee53cf7b59c0.setIcon(icon_8a36ad7b0518a6cb1c8bb5d33cbd1e48);
|
|
|
|
|
|
var marker_7242856ef3f0d2d72a17e0c010ba285c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_af3e875532fafefe8f105bbae5abf2ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_399a598c57d6cbe725a848c6b05bf3c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7c0b4333f5909e7f294f50d88133132 = $(`<div id="html_f7c0b4333f5909e7f294f50d88133132" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_399a598c57d6cbe725a848c6b05bf3c3.setContent(html_f7c0b4333f5909e7f294f50d88133132);
|
|
|
|
|
|
|
|
marker_7242856ef3f0d2d72a17e0c010ba285c.bindPopup(popup_399a598c57d6cbe725a848c6b05bf3c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7242856ef3f0d2d72a17e0c010ba285c.setIcon(icon_af3e875532fafefe8f105bbae5abf2ac);
|
|
|
|
|
|
var marker_f32f37aec5608a1f52f0161db01e2a11 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_08e5324e397c51e202461682c8de1603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b1a7e16158fa284474e70ff86a2f447 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81234bc60c96b93fa4d96d064ae6430c = $(`<div id="html_81234bc60c96b93fa4d96d064ae6430c" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_9b1a7e16158fa284474e70ff86a2f447.setContent(html_81234bc60c96b93fa4d96d064ae6430c);
|
|
|
|
|
|
|
|
marker_f32f37aec5608a1f52f0161db01e2a11.bindPopup(popup_9b1a7e16158fa284474e70ff86a2f447)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f32f37aec5608a1f52f0161db01e2a11.setIcon(icon_08e5324e397c51e202461682c8de1603);
|
|
|
|
|
|
var marker_1a90aed3754542fff23e504489772bdc = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_cd12dade962fb048bd669f1eea973bf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_508e31210fd0eecf9c15dbc69ba2bfaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a3852f7aba603b5a7c6f423a2b9056c = $(`<div id="html_8a3852f7aba603b5a7c6f423a2b9056c" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_508e31210fd0eecf9c15dbc69ba2bfaa.setContent(html_8a3852f7aba603b5a7c6f423a2b9056c);
|
|
|
|
|
|
|
|
marker_1a90aed3754542fff23e504489772bdc.bindPopup(popup_508e31210fd0eecf9c15dbc69ba2bfaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a90aed3754542fff23e504489772bdc.setIcon(icon_cd12dade962fb048bd669f1eea973bf3);
|
|
|
|
|
|
var marker_7fcff1eee530c17961ed4d52db0844ad = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_7770eb12c2d7b31713e080c48958b999 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c740b5fb46d630d6dc0753097bfebb25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_435525c5d1bce33c4dbf54a3aa65c162 = $(`<div id="html_435525c5d1bce33c4dbf54a3aa65c162" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_c740b5fb46d630d6dc0753097bfebb25.setContent(html_435525c5d1bce33c4dbf54a3aa65c162);
|
|
|
|
|
|
|
|
marker_7fcff1eee530c17961ed4d52db0844ad.bindPopup(popup_c740b5fb46d630d6dc0753097bfebb25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fcff1eee530c17961ed4d52db0844ad.setIcon(icon_7770eb12c2d7b31713e080c48958b999);
|
|
|
|
|
|
var marker_998249f7256917a428efdb773bee2885 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_262922c1ee504d717a2800f222d23ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f47d82ba8aebbf9c231fcdfc036b58e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_770188939eedf88a435e421557f7ba00 = $(`<div id="html_770188939eedf88a435e421557f7ba00" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_2f47d82ba8aebbf9c231fcdfc036b58e.setContent(html_770188939eedf88a435e421557f7ba00);
|
|
|
|
|
|
|
|
marker_998249f7256917a428efdb773bee2885.bindPopup(popup_2f47d82ba8aebbf9c231fcdfc036b58e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_998249f7256917a428efdb773bee2885.setIcon(icon_262922c1ee504d717a2800f222d23ed4);
|
|
|
|
|
|
var marker_57cd84668f3452055558970301a9fe35 = L.marker(
|
|
[34.0881, -118.379],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e24deb3ce8088e5c1b588c1935fdb8ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f51a875c410cbe2c65c4e1c0f0bfefcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a5efbe919ad21aaf854c04254bc5fd5 = $(`<div id="html_7a5efbe919ad21aaf854c04254bc5fd5" style="width: 100.0%; height: 100.0%;">relay.aloftus.io</div>`)[0];
|
|
popup_f51a875c410cbe2c65c4e1c0f0bfefcd.setContent(html_7a5efbe919ad21aaf854c04254bc5fd5);
|
|
|
|
|
|
|
|
marker_57cd84668f3452055558970301a9fe35.bindPopup(popup_f51a875c410cbe2c65c4e1c0f0bfefcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57cd84668f3452055558970301a9fe35.setIcon(icon_e24deb3ce8088e5c1b588c1935fdb8ba);
|
|
|
|
|
|
var marker_5d23ec40d4c385f8ae4fec267aaa4c58 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_fa5b1fe7c0e4b7c88f24d010354a267e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2ed9daa53e2970076384046ed08f2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89ff7e03f5af05e97473b660bcdd0ef0 = $(`<div id="html_89ff7e03f5af05e97473b660bcdd0ef0" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_9e2ed9daa53e2970076384046ed08f2c.setContent(html_89ff7e03f5af05e97473b660bcdd0ef0);
|
|
|
|
|
|
|
|
marker_5d23ec40d4c385f8ae4fec267aaa4c58.bindPopup(popup_9e2ed9daa53e2970076384046ed08f2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d23ec40d4c385f8ae4fec267aaa4c58.setIcon(icon_fa5b1fe7c0e4b7c88f24d010354a267e);
|
|
|
|
|
|
var marker_fb97800821518fe297d6b1ddc9a2b4a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_89d2d35a5b4daf701bf19d843c811618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_849a0f64cae2db973fa124bd9491e3de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_039a43f7df146f46a6f577be27a70d4e = $(`<div id="html_039a43f7df146f46a6f577be27a70d4e" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_849a0f64cae2db973fa124bd9491e3de.setContent(html_039a43f7df146f46a6f577be27a70d4e);
|
|
|
|
|
|
|
|
marker_fb97800821518fe297d6b1ddc9a2b4a3.bindPopup(popup_849a0f64cae2db973fa124bd9491e3de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb97800821518fe297d6b1ddc9a2b4a3.setIcon(icon_89d2d35a5b4daf701bf19d843c811618);
|
|
|
|
|
|
var marker_dba4f0c601981b257c761158a4605205 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_796f81bfb1d4d0c3d964ea5cccb1570c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd2e169f63fd49cce67da997c94526ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb45df184daf0bd8334733ac916b23d5 = $(`<div id="html_fb45df184daf0bd8334733ac916b23d5" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_fd2e169f63fd49cce67da997c94526ed.setContent(html_fb45df184daf0bd8334733ac916b23d5);
|
|
|
|
|
|
|
|
marker_dba4f0c601981b257c761158a4605205.bindPopup(popup_fd2e169f63fd49cce67da997c94526ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dba4f0c601981b257c761158a4605205.setIcon(icon_796f81bfb1d4d0c3d964ea5cccb1570c);
|
|
|
|
|
|
var marker_6412079e0ad25f0226e59ab2ffe412e5 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_a6ae4a7097dc81a93858f1c00fc7d79b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ef4436342c17a79f9e41c7fd86fcd92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef2a10471637945b1177089d35ec98d2 = $(`<div id="html_ef2a10471637945b1177089d35ec98d2" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_8ef4436342c17a79f9e41c7fd86fcd92.setContent(html_ef2a10471637945b1177089d35ec98d2);
|
|
|
|
|
|
|
|
marker_6412079e0ad25f0226e59ab2ffe412e5.bindPopup(popup_8ef4436342c17a79f9e41c7fd86fcd92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6412079e0ad25f0226e59ab2ffe412e5.setIcon(icon_a6ae4a7097dc81a93858f1c00fc7d79b);
|
|
|
|
|
|
var marker_9ccabd13001f9e8966e16c4e51cc6a76 = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_77d6870c20b24640c896fd0920c2d62c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dea4ff3e0a12502e6da664937c2cc663 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c93a169c598071ab7b84aa5a3517fec = $(`<div id="html_8c93a169c598071ab7b84aa5a3517fec" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_dea4ff3e0a12502e6da664937c2cc663.setContent(html_8c93a169c598071ab7b84aa5a3517fec);
|
|
|
|
|
|
|
|
marker_9ccabd13001f9e8966e16c4e51cc6a76.bindPopup(popup_dea4ff3e0a12502e6da664937c2cc663)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ccabd13001f9e8966e16c4e51cc6a76.setIcon(icon_77d6870c20b24640c896fd0920c2d62c);
|
|
|
|
|
|
var marker_dfb064443f8ccb6920693552825261b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_38180f7ef4bd2ab3e2f58a431ac71dc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3326a569c8c5dffdff7bf7d6aa3ffff6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a2fa48b4d24e5d168f8a40eef30787a = $(`<div id="html_6a2fa48b4d24e5d168f8a40eef30787a" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_3326a569c8c5dffdff7bf7d6aa3ffff6.setContent(html_6a2fa48b4d24e5d168f8a40eef30787a);
|
|
|
|
|
|
|
|
marker_dfb064443f8ccb6920693552825261b0.bindPopup(popup_3326a569c8c5dffdff7bf7d6aa3ffff6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfb064443f8ccb6920693552825261b0.setIcon(icon_38180f7ef4bd2ab3e2f58a431ac71dc7);
|
|
|
|
|
|
var marker_17bb13f75ac329e5be2b230c734f95f5 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_30f978c0f69425036c11020f338d1420 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb101281c87dec710b19203b91d136ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c52548e50d6af03886ee0edde4977653 = $(`<div id="html_c52548e50d6af03886ee0edde4977653" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_fb101281c87dec710b19203b91d136ce.setContent(html_c52548e50d6af03886ee0edde4977653);
|
|
|
|
|
|
|
|
marker_17bb13f75ac329e5be2b230c734f95f5.bindPopup(popup_fb101281c87dec710b19203b91d136ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17bb13f75ac329e5be2b230c734f95f5.setIcon(icon_30f978c0f69425036c11020f338d1420);
|
|
|
|
|
|
var marker_695e1d41aa520d993fc118ef19eb6ba9 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bb836ae9edebc6b77e56e8ff09f172ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b3e315537a1b6cc2a2599183f6180f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a6a6807d4adec571b90d6a1ef210a3a = $(`<div id="html_0a6a6807d4adec571b90d6a1ef210a3a" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_6b3e315537a1b6cc2a2599183f6180f8.setContent(html_0a6a6807d4adec571b90d6a1ef210a3a);
|
|
|
|
|
|
|
|
marker_695e1d41aa520d993fc118ef19eb6ba9.bindPopup(popup_6b3e315537a1b6cc2a2599183f6180f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_695e1d41aa520d993fc118ef19eb6ba9.setIcon(icon_bb836ae9edebc6b77e56e8ff09f172ef);
|
|
|
|
|
|
var marker_9935732d58df9fc8436ac0dccfb40fa3 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_67756da8f7fdd8f33a48206e07d21c57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bbb86a8f614be3d3ab6a2f0d79b0549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faa16ed934cc9c38dc9be5db7e9a19cc = $(`<div id="html_faa16ed934cc9c38dc9be5db7e9a19cc" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_5bbb86a8f614be3d3ab6a2f0d79b0549.setContent(html_faa16ed934cc9c38dc9be5db7e9a19cc);
|
|
|
|
|
|
|
|
marker_9935732d58df9fc8436ac0dccfb40fa3.bindPopup(popup_5bbb86a8f614be3d3ab6a2f0d79b0549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9935732d58df9fc8436ac0dccfb40fa3.setIcon(icon_67756da8f7fdd8f33a48206e07d21c57);
|
|
|
|
|
|
var marker_c1c7b2970dba84af665867882101e97a = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e561ad5516046ee016376946ae2cf4ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c8d40a82444b98716a73cd73b00bdd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44d4e03f32175c35ba5ad9fb5247568e = $(`<div id="html_44d4e03f32175c35ba5ad9fb5247568e" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_4c8d40a82444b98716a73cd73b00bdd3.setContent(html_44d4e03f32175c35ba5ad9fb5247568e);
|
|
|
|
|
|
|
|
marker_c1c7b2970dba84af665867882101e97a.bindPopup(popup_4c8d40a82444b98716a73cd73b00bdd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1c7b2970dba84af665867882101e97a.setIcon(icon_e561ad5516046ee016376946ae2cf4ad);
|
|
|
|
|
|
var marker_3ad1278948b0fcae63d5a74925383187 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d205ab3d15654c149aa891e68ad7a365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36f8ba91853442e79f7d9b6c475d0d0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdc2c9a5dc592c3f2377916cc271a607 = $(`<div id="html_cdc2c9a5dc592c3f2377916cc271a607" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_36f8ba91853442e79f7d9b6c475d0d0f.setContent(html_cdc2c9a5dc592c3f2377916cc271a607);
|
|
|
|
|
|
|
|
marker_3ad1278948b0fcae63d5a74925383187.bindPopup(popup_36f8ba91853442e79f7d9b6c475d0d0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ad1278948b0fcae63d5a74925383187.setIcon(icon_d205ab3d15654c149aa891e68ad7a365);
|
|
|
|
|
|
var marker_c199488ccc49526ed5bef47085f731e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_1d98de3c3aa36f4b5067088084ecd7ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe132a689f31d72fac4b3b7e7bb5dabc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33082c8fe252ba9c84961a36c8562bde = $(`<div id="html_33082c8fe252ba9c84961a36c8562bde" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_fe132a689f31d72fac4b3b7e7bb5dabc.setContent(html_33082c8fe252ba9c84961a36c8562bde);
|
|
|
|
|
|
|
|
marker_c199488ccc49526ed5bef47085f731e7.bindPopup(popup_fe132a689f31d72fac4b3b7e7bb5dabc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c199488ccc49526ed5bef47085f731e7.setIcon(icon_1d98de3c3aa36f4b5067088084ecd7ec);
|
|
|
|
|
|
var marker_e1e8521382b29386e7def33ebb831633 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b3b34d7ad991357a359a16ef4ad27e25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_143239b5c035bf72ce4c34d287a5d471 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74317891afd0f3863e1f04c7c0d21128 = $(`<div id="html_74317891afd0f3863e1f04c7c0d21128" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_143239b5c035bf72ce4c34d287a5d471.setContent(html_74317891afd0f3863e1f04c7c0d21128);
|
|
|
|
|
|
|
|
marker_e1e8521382b29386e7def33ebb831633.bindPopup(popup_143239b5c035bf72ce4c34d287a5d471)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1e8521382b29386e7def33ebb831633.setIcon(icon_b3b34d7ad991357a359a16ef4ad27e25);
|
|
|
|
|
|
var marker_1c8831e4a82402bf6868f607a25ad9f8 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_037db8c0790990c215521603c3db5f1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f59bed448b9411c4ce00e80daaf8162 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f38ca3cb01fe22a46eeb667bf0694b7d = $(`<div id="html_f38ca3cb01fe22a46eeb667bf0694b7d" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_1f59bed448b9411c4ce00e80daaf8162.setContent(html_f38ca3cb01fe22a46eeb667bf0694b7d);
|
|
|
|
|
|
|
|
marker_1c8831e4a82402bf6868f607a25ad9f8.bindPopup(popup_1f59bed448b9411c4ce00e80daaf8162)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c8831e4a82402bf6868f607a25ad9f8.setIcon(icon_037db8c0790990c215521603c3db5f1b);
|
|
|
|
|
|
var marker_3a451e50e748b004e8c2e9cfb1cc13a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_aa739d5ce6ee4bcf8bba2d1b9329c69f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f2ff7a41e061382b02f4708805e1cb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75c051988ca013679d9406f8f414d8c9 = $(`<div id="html_75c051988ca013679d9406f8f414d8c9" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_9f2ff7a41e061382b02f4708805e1cb9.setContent(html_75c051988ca013679d9406f8f414d8c9);
|
|
|
|
|
|
|
|
marker_3a451e50e748b004e8c2e9cfb1cc13a3.bindPopup(popup_9f2ff7a41e061382b02f4708805e1cb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a451e50e748b004e8c2e9cfb1cc13a3.setIcon(icon_aa739d5ce6ee4bcf8bba2d1b9329c69f);
|
|
|
|
|
|
var marker_5c6a2081f516004473923a22a4cea9a8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e49a8c537dc422ab8ec0eb20c2853f5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4daba6cb8bee4253f0b900cc8902d61d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16d7415fd6200c0ed71ad03e40bf4492 = $(`<div id="html_16d7415fd6200c0ed71ad03e40bf4492" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_4daba6cb8bee4253f0b900cc8902d61d.setContent(html_16d7415fd6200c0ed71ad03e40bf4492);
|
|
|
|
|
|
|
|
marker_5c6a2081f516004473923a22a4cea9a8.bindPopup(popup_4daba6cb8bee4253f0b900cc8902d61d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c6a2081f516004473923a22a4cea9a8.setIcon(icon_e49a8c537dc422ab8ec0eb20c2853f5b);
|
|
|
|
|
|
var marker_b3f9ee5f0a6c3f7562c9d1f12261ecfe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c9c5d617691b9dd9a36d7808ab37d415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_635069fdbc0e4779cbbea301cb5d369c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc60b85b595fba0b8c4f1f6ee46a1888 = $(`<div id="html_bc60b85b595fba0b8c4f1f6ee46a1888" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_635069fdbc0e4779cbbea301cb5d369c.setContent(html_bc60b85b595fba0b8c4f1f6ee46a1888);
|
|
|
|
|
|
|
|
marker_b3f9ee5f0a6c3f7562c9d1f12261ecfe.bindPopup(popup_635069fdbc0e4779cbbea301cb5d369c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3f9ee5f0a6c3f7562c9d1f12261ecfe.setIcon(icon_c9c5d617691b9dd9a36d7808ab37d415);
|
|
|
|
|
|
var marker_321791d02f061552c25dd6e910cbcde9 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f20e484cd55fcd94bb9d39c6a83d2e82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_406b04efde3bd36af26fa9abd31157d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4bba270246adb732692186a46d3506b = $(`<div id="html_d4bba270246adb732692186a46d3506b" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_406b04efde3bd36af26fa9abd31157d6.setContent(html_d4bba270246adb732692186a46d3506b);
|
|
|
|
|
|
|
|
marker_321791d02f061552c25dd6e910cbcde9.bindPopup(popup_406b04efde3bd36af26fa9abd31157d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_321791d02f061552c25dd6e910cbcde9.setIcon(icon_f20e484cd55fcd94bb9d39c6a83d2e82);
|
|
|
|
|
|
var marker_9f433251d094981c675a7e5f6096acfb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_f8122a944d95447be3a290590109eaf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa81a84db5f4dd5894016dd84294fd03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d10f0ae93d3f3106a255dfec34339c31 = $(`<div id="html_d10f0ae93d3f3106a255dfec34339c31" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_fa81a84db5f4dd5894016dd84294fd03.setContent(html_d10f0ae93d3f3106a255dfec34339c31);
|
|
|
|
|
|
|
|
marker_9f433251d094981c675a7e5f6096acfb.bindPopup(popup_fa81a84db5f4dd5894016dd84294fd03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f433251d094981c675a7e5f6096acfb.setIcon(icon_f8122a944d95447be3a290590109eaf0);
|
|
|
|
|
|
var marker_2e8fca689aa5ab46e5d3cad5de2ea1ac = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_df56c90460e02795d7a076cd0b29e7a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab3182db33380eacab0ee591d4196a91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4a04dcb71a2cd86fddaf4f8d7a34c39 = $(`<div id="html_f4a04dcb71a2cd86fddaf4f8d7a34c39" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_ab3182db33380eacab0ee591d4196a91.setContent(html_f4a04dcb71a2cd86fddaf4f8d7a34c39);
|
|
|
|
|
|
|
|
marker_2e8fca689aa5ab46e5d3cad5de2ea1ac.bindPopup(popup_ab3182db33380eacab0ee591d4196a91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e8fca689aa5ab46e5d3cad5de2ea1ac.setIcon(icon_df56c90460e02795d7a076cd0b29e7a7);
|
|
|
|
|
|
var marker_defe192580db1711ec94a94b5f080adc = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_1132bfbde4560248ab438201fe984943 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0ff9a70de267665dea2fcddb64ae0a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2d8b871e37e5d37c186fba158f82e7a = $(`<div id="html_a2d8b871e37e5d37c186fba158f82e7a" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_a0ff9a70de267665dea2fcddb64ae0a5.setContent(html_a2d8b871e37e5d37c186fba158f82e7a);
|
|
|
|
|
|
|
|
marker_defe192580db1711ec94a94b5f080adc.bindPopup(popup_a0ff9a70de267665dea2fcddb64ae0a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_defe192580db1711ec94a94b5f080adc.setIcon(icon_1132bfbde4560248ab438201fe984943);
|
|
|
|
|
|
var marker_7292fd6f6ef39cfe8e2cb55392b3256b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_dfeeed230f4cfe6cf711c2119fbd9fad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baf09d57ebd29b42f17742e62b82c49e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deeca772b364222496df2063fc7ace70 = $(`<div id="html_deeca772b364222496df2063fc7ace70" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_baf09d57ebd29b42f17742e62b82c49e.setContent(html_deeca772b364222496df2063fc7ace70);
|
|
|
|
|
|
|
|
marker_7292fd6f6ef39cfe8e2cb55392b3256b.bindPopup(popup_baf09d57ebd29b42f17742e62b82c49e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7292fd6f6ef39cfe8e2cb55392b3256b.setIcon(icon_dfeeed230f4cfe6cf711c2119fbd9fad);
|
|
|
|
|
|
var marker_8639ee6aa57f427175cff48965911ef3 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d9c2db71a5f35d8163b8270602373608 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc4c687197ad4f020b1d8c58404c80b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_043adf691210ede50ce6ad8e5815edf8 = $(`<div id="html_043adf691210ede50ce6ad8e5815edf8" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_bc4c687197ad4f020b1d8c58404c80b3.setContent(html_043adf691210ede50ce6ad8e5815edf8);
|
|
|
|
|
|
|
|
marker_8639ee6aa57f427175cff48965911ef3.bindPopup(popup_bc4c687197ad4f020b1d8c58404c80b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8639ee6aa57f427175cff48965911ef3.setIcon(icon_d9c2db71a5f35d8163b8270602373608);
|
|
|
|
|
|
var marker_f8cb9eef17b8e9939930794ae0ee2857 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_823f28aee8f702a462e33e0b08241969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3844fda6f62be4d60c4864f6b171365d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d5d9a90c88f063328db26abeccae22e = $(`<div id="html_0d5d9a90c88f063328db26abeccae22e" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_3844fda6f62be4d60c4864f6b171365d.setContent(html_0d5d9a90c88f063328db26abeccae22e);
|
|
|
|
|
|
|
|
marker_f8cb9eef17b8e9939930794ae0ee2857.bindPopup(popup_3844fda6f62be4d60c4864f6b171365d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8cb9eef17b8e9939930794ae0ee2857.setIcon(icon_823f28aee8f702a462e33e0b08241969);
|
|
|
|
|
|
var marker_7a33fb066d6906077469c7633f4ab18a = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_2c6a9b853a50e5af2d748f712464bc57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bb12cab734d2e129db5224a8333b3bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6f6df53f28935ffe459db531e714e84 = $(`<div id="html_e6f6df53f28935ffe459db531e714e84" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_6bb12cab734d2e129db5224a8333b3bc.setContent(html_e6f6df53f28935ffe459db531e714e84);
|
|
|
|
|
|
|
|
marker_7a33fb066d6906077469c7633f4ab18a.bindPopup(popup_6bb12cab734d2e129db5224a8333b3bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a33fb066d6906077469c7633f4ab18a.setIcon(icon_2c6a9b853a50e5af2d748f712464bc57);
|
|
|
|
|
|
var marker_2de242dacdc4bc6554ef5a0a16145d05 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_e89ca9ed368faaab8a5ac6ec7d79d17f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad70615d782056519f8fc2738c5d9279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f49d838057b1ea4ef2228eea67b08b98 = $(`<div id="html_f49d838057b1ea4ef2228eea67b08b98" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_ad70615d782056519f8fc2738c5d9279.setContent(html_f49d838057b1ea4ef2228eea67b08b98);
|
|
|
|
|
|
|
|
marker_2de242dacdc4bc6554ef5a0a16145d05.bindPopup(popup_ad70615d782056519f8fc2738c5d9279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2de242dacdc4bc6554ef5a0a16145d05.setIcon(icon_e89ca9ed368faaab8a5ac6ec7d79d17f);
|
|
|
|
|
|
var marker_f2559d726d63365ac55258486a40b5b3 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_416b7759f4f5c3b4056d7a155b0b7604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e2cc4697e26002a08395fe5f4fde5bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ba45ab425f98c36c4516e9975cf89a0 = $(`<div id="html_5ba45ab425f98c36c4516e9975cf89a0" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_7e2cc4697e26002a08395fe5f4fde5bd.setContent(html_5ba45ab425f98c36c4516e9975cf89a0);
|
|
|
|
|
|
|
|
marker_f2559d726d63365ac55258486a40b5b3.bindPopup(popup_7e2cc4697e26002a08395fe5f4fde5bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2559d726d63365ac55258486a40b5b3.setIcon(icon_416b7759f4f5c3b4056d7a155b0b7604);
|
|
|
|
|
|
var marker_53bd719eef7ff961e631ac98b3f8d565 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_fccdc1e0a87a5074229f021aebccfff8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b2fbfc6494235b00e5da5bfeaf50ceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_267f4cf571e5715ac73534847d609b05 = $(`<div id="html_267f4cf571e5715ac73534847d609b05" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_3b2fbfc6494235b00e5da5bfeaf50ceb.setContent(html_267f4cf571e5715ac73534847d609b05);
|
|
|
|
|
|
|
|
marker_53bd719eef7ff961e631ac98b3f8d565.bindPopup(popup_3b2fbfc6494235b00e5da5bfeaf50ceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53bd719eef7ff961e631ac98b3f8d565.setIcon(icon_fccdc1e0a87a5074229f021aebccfff8);
|
|
|
|
|
|
var marker_0141fd22fea0175776281d779dce1861 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_016bf94b28fbc76ecd02bbb9ed44094a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a59e6c7579730246a07697bd0009ce6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bca60dec9362ea6cba58a020eaa172b = $(`<div id="html_7bca60dec9362ea6cba58a020eaa172b" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_3a59e6c7579730246a07697bd0009ce6.setContent(html_7bca60dec9362ea6cba58a020eaa172b);
|
|
|
|
|
|
|
|
marker_0141fd22fea0175776281d779dce1861.bindPopup(popup_3a59e6c7579730246a07697bd0009ce6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0141fd22fea0175776281d779dce1861.setIcon(icon_016bf94b28fbc76ecd02bbb9ed44094a);
|
|
|
|
|
|
var marker_e445fd7b4d0fa407deeb3a2524847795 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_5be94ecef95479fe054e5b27b59ed148 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c969dc334d9c24da852c48132a3ef7bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d1177b42ff1a35bb76df87294c88afe = $(`<div id="html_1d1177b42ff1a35bb76df87294c88afe" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_c969dc334d9c24da852c48132a3ef7bf.setContent(html_1d1177b42ff1a35bb76df87294c88afe);
|
|
|
|
|
|
|
|
marker_e445fd7b4d0fa407deeb3a2524847795.bindPopup(popup_c969dc334d9c24da852c48132a3ef7bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e445fd7b4d0fa407deeb3a2524847795.setIcon(icon_5be94ecef95479fe054e5b27b59ed148);
|
|
|
|
|
|
var marker_5ce2b67ed2e92f8fbcfb26e96ecde10a = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_faf26062be17aaf9fe4459ef671b3185 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71e4005b8e09351a495cd5ed34556eb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c501b2cb9595cf42638a7242e111b50 = $(`<div id="html_3c501b2cb9595cf42638a7242e111b50" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_71e4005b8e09351a495cd5ed34556eb1.setContent(html_3c501b2cb9595cf42638a7242e111b50);
|
|
|
|
|
|
|
|
marker_5ce2b67ed2e92f8fbcfb26e96ecde10a.bindPopup(popup_71e4005b8e09351a495cd5ed34556eb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ce2b67ed2e92f8fbcfb26e96ecde10a.setIcon(icon_faf26062be17aaf9fe4459ef671b3185);
|
|
|
|
|
|
var marker_094b9713d9c83493620ef9e8ab49b8d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_426781485a89b0ee1efd0453ee384680 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01f9e102d4af18c2bad403081274c088 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_413b9b03e6b0690bc627bdfa2d384c40 = $(`<div id="html_413b9b03e6b0690bc627bdfa2d384c40" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_01f9e102d4af18c2bad403081274c088.setContent(html_413b9b03e6b0690bc627bdfa2d384c40);
|
|
|
|
|
|
|
|
marker_094b9713d9c83493620ef9e8ab49b8d1.bindPopup(popup_01f9e102d4af18c2bad403081274c088)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_094b9713d9c83493620ef9e8ab49b8d1.setIcon(icon_426781485a89b0ee1efd0453ee384680);
|
|
|
|
|
|
var marker_1a3766854c57eed81dee71e0bcfc52d8 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_d7c5857ac4bada3093a7c881e9558a0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4b81543392d30a1b69b1bc50a922b6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd508296e8adaa151f1d62a861016aeb = $(`<div id="html_cd508296e8adaa151f1d62a861016aeb" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_e4b81543392d30a1b69b1bc50a922b6c.setContent(html_cd508296e8adaa151f1d62a861016aeb);
|
|
|
|
|
|
|
|
marker_1a3766854c57eed81dee71e0bcfc52d8.bindPopup(popup_e4b81543392d30a1b69b1bc50a922b6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a3766854c57eed81dee71e0bcfc52d8.setIcon(icon_d7c5857ac4bada3093a7c881e9558a0c);
|
|
|
|
|
|
var marker_a2dcb16e3461ddd6e9a84f05da200152 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_eebeaba605f96405871bc94e262b3ad3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37cf06a21184b0f9cda524cfdc2f889a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65629a437a85c1b4966b1b45177461ea = $(`<div id="html_65629a437a85c1b4966b1b45177461ea" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_37cf06a21184b0f9cda524cfdc2f889a.setContent(html_65629a437a85c1b4966b1b45177461ea);
|
|
|
|
|
|
|
|
marker_a2dcb16e3461ddd6e9a84f05da200152.bindPopup(popup_37cf06a21184b0f9cda524cfdc2f889a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2dcb16e3461ddd6e9a84f05da200152.setIcon(icon_eebeaba605f96405871bc94e262b3ad3);
|
|
|
|
|
|
var marker_13e63e5ee12f953508acd1d163de845d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_cf8a194706c0848797cb8b464d62c3f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83580d223a54a5d5fde520cdff872cad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62df36af136052ca4ce6cb2dc5611e60 = $(`<div id="html_62df36af136052ca4ce6cb2dc5611e60" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_83580d223a54a5d5fde520cdff872cad.setContent(html_62df36af136052ca4ce6cb2dc5611e60);
|
|
|
|
|
|
|
|
marker_13e63e5ee12f953508acd1d163de845d.bindPopup(popup_83580d223a54a5d5fde520cdff872cad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13e63e5ee12f953508acd1d163de845d.setIcon(icon_cf8a194706c0848797cb8b464d62c3f4);
|
|
|
|
|
|
var marker_7356c29b40978bf2e37999f229fec9b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c03880f46c1ad832e2401169145a62ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3cfbcc4dbe0561db31f6febf76bfd36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b9bff8d1ff87b69f38cfa6bdf5b2427 = $(`<div id="html_9b9bff8d1ff87b69f38cfa6bdf5b2427" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_d3cfbcc4dbe0561db31f6febf76bfd36.setContent(html_9b9bff8d1ff87b69f38cfa6bdf5b2427);
|
|
|
|
|
|
|
|
marker_7356c29b40978bf2e37999f229fec9b8.bindPopup(popup_d3cfbcc4dbe0561db31f6febf76bfd36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7356c29b40978bf2e37999f229fec9b8.setIcon(icon_c03880f46c1ad832e2401169145a62ea);
|
|
|
|
|
|
var marker_db84a79db7d9d998e014a70ee71ae49e = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_cd0f80a26b4bd335d1f7de50ed0413b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0ab57625ed9d4ee5b2b0f1155002fad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98e94f0d3ec4fbdd21af7f41e5e6598d = $(`<div id="html_98e94f0d3ec4fbdd21af7f41e5e6598d" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_a0ab57625ed9d4ee5b2b0f1155002fad.setContent(html_98e94f0d3ec4fbdd21af7f41e5e6598d);
|
|
|
|
|
|
|
|
marker_db84a79db7d9d998e014a70ee71ae49e.bindPopup(popup_a0ab57625ed9d4ee5b2b0f1155002fad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db84a79db7d9d998e014a70ee71ae49e.setIcon(icon_cd0f80a26b4bd335d1f7de50ed0413b3);
|
|
|
|
|
|
var marker_74d4f025cabadc465eb72ba01249897d = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_3013e33b0e3680170585915fdcbf9e36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53667dca440f7c9726551da2abadf757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd2ae41a5f87e55a31dee7128995bda2 = $(`<div id="html_cd2ae41a5f87e55a31dee7128995bda2" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_53667dca440f7c9726551da2abadf757.setContent(html_cd2ae41a5f87e55a31dee7128995bda2);
|
|
|
|
|
|
|
|
marker_74d4f025cabadc465eb72ba01249897d.bindPopup(popup_53667dca440f7c9726551da2abadf757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74d4f025cabadc465eb72ba01249897d.setIcon(icon_3013e33b0e3680170585915fdcbf9e36);
|
|
|
|
|
|
var marker_7fe49b9a31c1038216c1bff0b2922a2b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_209211cba9ebe1da16463eb43a4098cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e47b7ef29c2265594cec6353e4b32a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7c9fd978d1bbbf37b67bc920290723d = $(`<div id="html_c7c9fd978d1bbbf37b67bc920290723d" style="width: 100.0%; height: 100.0%;">relay.freeplace.nl</div>`)[0];
|
|
popup_e47b7ef29c2265594cec6353e4b32a4a.setContent(html_c7c9fd978d1bbbf37b67bc920290723d);
|
|
|
|
|
|
|
|
marker_7fe49b9a31c1038216c1bff0b2922a2b.bindPopup(popup_e47b7ef29c2265594cec6353e4b32a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fe49b9a31c1038216c1bff0b2922a2b.setIcon(icon_209211cba9ebe1da16463eb43a4098cd);
|
|
|
|
|
|
var marker_b3a238aa03335055c11227c8d199ed48 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c1b1e96b132cd654a17868431a5df36c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e601324d7fe483abf76ef89699c94421 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30b783f090acfef9f4145355113a9efb = $(`<div id="html_30b783f090acfef9f4145355113a9efb" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_e601324d7fe483abf76ef89699c94421.setContent(html_30b783f090acfef9f4145355113a9efb);
|
|
|
|
|
|
|
|
marker_b3a238aa03335055c11227c8d199ed48.bindPopup(popup_e601324d7fe483abf76ef89699c94421)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3a238aa03335055c11227c8d199ed48.setIcon(icon_c1b1e96b132cd654a17868431a5df36c);
|
|
|
|
|
|
var marker_23a1f08276e04d7f87eedc824dbf2291 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b0285372d1ca504195ff8713f4737555 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71ff258262af2f81577718469e8e7449 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a627c714e7027623105f4bcdbecacf5 = $(`<div id="html_3a627c714e7027623105f4bcdbecacf5" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_71ff258262af2f81577718469e8e7449.setContent(html_3a627c714e7027623105f4bcdbecacf5);
|
|
|
|
|
|
|
|
marker_23a1f08276e04d7f87eedc824dbf2291.bindPopup(popup_71ff258262af2f81577718469e8e7449)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23a1f08276e04d7f87eedc824dbf2291.setIcon(icon_b0285372d1ca504195ff8713f4737555);
|
|
|
|
|
|
var marker_4014bc6986f617c370030e549f794bec = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_bbe6f3e3e88de1c4395b73e00bf47a44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e73c0bdd85e367baf4ffb02e075ca432 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26ba1e2fcd8f0764ff443d405907d8fe = $(`<div id="html_26ba1e2fcd8f0764ff443d405907d8fe" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_e73c0bdd85e367baf4ffb02e075ca432.setContent(html_26ba1e2fcd8f0764ff443d405907d8fe);
|
|
|
|
|
|
|
|
marker_4014bc6986f617c370030e549f794bec.bindPopup(popup_e73c0bdd85e367baf4ffb02e075ca432)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4014bc6986f617c370030e549f794bec.setIcon(icon_bbe6f3e3e88de1c4395b73e00bf47a44);
|
|
|
|
|
|
var marker_87c94dba72de61b25d57c1425906253c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_c5ebd33f56213f66a6ef86b0b4673d9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04064ab011ba27d3cebd8c78da4ed7b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ec94732dcc46bda0c2011e4866a01f0 = $(`<div id="html_3ec94732dcc46bda0c2011e4866a01f0" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_04064ab011ba27d3cebd8c78da4ed7b6.setContent(html_3ec94732dcc46bda0c2011e4866a01f0);
|
|
|
|
|
|
|
|
marker_87c94dba72de61b25d57c1425906253c.bindPopup(popup_04064ab011ba27d3cebd8c78da4ed7b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87c94dba72de61b25d57c1425906253c.setIcon(icon_c5ebd33f56213f66a6ef86b0b4673d9e);
|
|
|
|
|
|
var marker_076875a7328ca0cf55afd9806c651bda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_263ef75c9c2074d07c4da3a5bec75601);
|
|
|
|
|
|
var icon_b920a39e96fb70b070d494ba29dce07e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6664682e37d774b29091cd8a2f75e761 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b64849c86684d4700576a909ad0ad497 = $(`<div id="html_b64849c86684d4700576a909ad0ad497" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_6664682e37d774b29091cd8a2f75e761.setContent(html_b64849c86684d4700576a909ad0ad497);
|
|
|
|
|
|
|
|
marker_076875a7328ca0cf55afd9806c651bda.bindPopup(popup_6664682e37d774b29091cd8a2f75e761)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_076875a7328ca0cf55afd9806c651bda.setIcon(icon_b920a39e96fb70b070d494ba29dce07e);
|
|
|
|
|
|
marker_cluster_263ef75c9c2074d07c4da3a5bec75601.addTo(map_ed1250df9309888b2836199e3d595104);
|
|
|
|
</script>
|
|
</html> |