mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 14:05:17 +00:00
11019 lines
320 KiB
HTML
11019 lines
320 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_1a54faa33d133f33c9b183457f5b8da6 {
|
|
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_1a54faa33d133f33c9b183457f5b8da6" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_1a54faa33d133f33c9b183457f5b8da6 = L.map(
|
|
"map_1a54faa33d133f33c9b183457f5b8da6",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_09791362d6469651b293800b57a9e42e = 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_09791362d6469651b293800b57a9e42e.addTo(map_1a54faa33d133f33c9b183457f5b8da6);
|
|
|
|
|
|
var marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_6e245e94cdf0c106c7100a7192cb801f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f3171df1e8811d2ac1decf51249e749e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feee851524557d3f199c423fdd7c72b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6934c37cd06e60ff75b0f3c585187d34 = $(`<div id="html_6934c37cd06e60ff75b0f3c585187d34" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_feee851524557d3f199c423fdd7c72b8.setContent(html_6934c37cd06e60ff75b0f3c585187d34);
|
|
|
|
|
|
|
|
marker_6e245e94cdf0c106c7100a7192cb801f.bindPopup(popup_feee851524557d3f199c423fdd7c72b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e245e94cdf0c106c7100a7192cb801f.setIcon(icon_f3171df1e8811d2ac1decf51249e749e);
|
|
|
|
|
|
var marker_57a9ff0822975ce4909fd76536f17c53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2fe527ba82a11b4cd5dc99218728d260 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5389b16986540b6672ab7de5d4449833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5710a9cbae18d1950a457d19563f564a = $(`<div id="html_5710a9cbae18d1950a457d19563f564a" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_5389b16986540b6672ab7de5d4449833.setContent(html_5710a9cbae18d1950a457d19563f564a);
|
|
|
|
|
|
|
|
marker_57a9ff0822975ce4909fd76536f17c53.bindPopup(popup_5389b16986540b6672ab7de5d4449833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57a9ff0822975ce4909fd76536f17c53.setIcon(icon_2fe527ba82a11b4cd5dc99218728d260);
|
|
|
|
|
|
var marker_4fa38672953d12203645af0d86d16789 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c58b5eeb297532692a62333691780ff1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95272a163207ac690ae4a7593d4269bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16270dbbd2cd35fa5c60cbb8d736495c = $(`<div id="html_16270dbbd2cd35fa5c60cbb8d736495c" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_95272a163207ac690ae4a7593d4269bc.setContent(html_16270dbbd2cd35fa5c60cbb8d736495c);
|
|
|
|
|
|
|
|
marker_4fa38672953d12203645af0d86d16789.bindPopup(popup_95272a163207ac690ae4a7593d4269bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fa38672953d12203645af0d86d16789.setIcon(icon_c58b5eeb297532692a62333691780ff1);
|
|
|
|
|
|
var marker_e961932a57d590d91d822c5a9ae4523e = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_82605f4f2cb749817a5ceeb32accb479 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_362bb86a9eea941a0fe003cb27012466 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5c3582995914be9685c963c98d09329 = $(`<div id="html_b5c3582995914be9685c963c98d09329" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_362bb86a9eea941a0fe003cb27012466.setContent(html_b5c3582995914be9685c963c98d09329);
|
|
|
|
|
|
|
|
marker_e961932a57d590d91d822c5a9ae4523e.bindPopup(popup_362bb86a9eea941a0fe003cb27012466)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e961932a57d590d91d822c5a9ae4523e.setIcon(icon_82605f4f2cb749817a5ceeb32accb479);
|
|
|
|
|
|
var marker_573549c49949a995fc1c32a72f5b4213 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1f8b9227dd412412bffcc5a6f6d83b35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31955b4786f41e16fa526bc1814490a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93096d323649cb0a2a9ba98b721b9686 = $(`<div id="html_93096d323649cb0a2a9ba98b721b9686" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_31955b4786f41e16fa526bc1814490a1.setContent(html_93096d323649cb0a2a9ba98b721b9686);
|
|
|
|
|
|
|
|
marker_573549c49949a995fc1c32a72f5b4213.bindPopup(popup_31955b4786f41e16fa526bc1814490a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_573549c49949a995fc1c32a72f5b4213.setIcon(icon_1f8b9227dd412412bffcc5a6f6d83b35);
|
|
|
|
|
|
var marker_8654acc722e886bba6f91c0c1f017bd2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_52c9ffbd024f0d7b1ba20e5b6c686d95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5932e92350e72e56c796bb1473909b99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6319c78a91d2ebd9e0231eda8d54b312 = $(`<div id="html_6319c78a91d2ebd9e0231eda8d54b312" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_5932e92350e72e56c796bb1473909b99.setContent(html_6319c78a91d2ebd9e0231eda8d54b312);
|
|
|
|
|
|
|
|
marker_8654acc722e886bba6f91c0c1f017bd2.bindPopup(popup_5932e92350e72e56c796bb1473909b99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8654acc722e886bba6f91c0c1f017bd2.setIcon(icon_52c9ffbd024f0d7b1ba20e5b6c686d95);
|
|
|
|
|
|
var marker_f3df5f99a4179e44ce93b91c74719c76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_85511d303dd08e0f8ebff6c86a749e7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb93f83564ed303a3cbb84927beba5a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea3a8c54b950e6093306424a20ddbeba = $(`<div id="html_ea3a8c54b950e6093306424a20ddbeba" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_fb93f83564ed303a3cbb84927beba5a4.setContent(html_ea3a8c54b950e6093306424a20ddbeba);
|
|
|
|
|
|
|
|
marker_f3df5f99a4179e44ce93b91c74719c76.bindPopup(popup_fb93f83564ed303a3cbb84927beba5a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3df5f99a4179e44ce93b91c74719c76.setIcon(icon_85511d303dd08e0f8ebff6c86a749e7e);
|
|
|
|
|
|
var marker_a336206f69f4c4866dda0aac51468420 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c0c114bb70530fb670020f0e16e1cfcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a16ec4be5c1ba0d9abf6bbda57415fb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c2c3a739fdce9fbce28636833ff36f = $(`<div id="html_41c2c3a739fdce9fbce28636833ff36f" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_a16ec4be5c1ba0d9abf6bbda57415fb8.setContent(html_41c2c3a739fdce9fbce28636833ff36f);
|
|
|
|
|
|
|
|
marker_a336206f69f4c4866dda0aac51468420.bindPopup(popup_a16ec4be5c1ba0d9abf6bbda57415fb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a336206f69f4c4866dda0aac51468420.setIcon(icon_c0c114bb70530fb670020f0e16e1cfcc);
|
|
|
|
|
|
var marker_5556bc1f1b004df7679c188083bc0cc8 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2c051cd7ea34c8a57bb7676438c7bd4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aed291ec7d647133fbdbcf77f0ba2aa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd0c5aef78b93712ded024689a3fb096 = $(`<div id="html_cd0c5aef78b93712ded024689a3fb096" style="width: 100.0%; height: 100.0%;">relay.unitypay.cash</div>`)[0];
|
|
popup_aed291ec7d647133fbdbcf77f0ba2aa5.setContent(html_cd0c5aef78b93712ded024689a3fb096);
|
|
|
|
|
|
|
|
marker_5556bc1f1b004df7679c188083bc0cc8.bindPopup(popup_aed291ec7d647133fbdbcf77f0ba2aa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5556bc1f1b004df7679c188083bc0cc8.setIcon(icon_2c051cd7ea34c8a57bb7676438c7bd4e);
|
|
|
|
|
|
var marker_e781b7b69d5ff00feb7c5d285b22b7ea = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_725ee21434e6f76d5c8a39b077247370 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29567ed817a276aac3102ea2df61456a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3624769d6f579d03cc71008dfbb96bb = $(`<div id="html_b3624769d6f579d03cc71008dfbb96bb" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_29567ed817a276aac3102ea2df61456a.setContent(html_b3624769d6f579d03cc71008dfbb96bb);
|
|
|
|
|
|
|
|
marker_e781b7b69d5ff00feb7c5d285b22b7ea.bindPopup(popup_29567ed817a276aac3102ea2df61456a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e781b7b69d5ff00feb7c5d285b22b7ea.setIcon(icon_725ee21434e6f76d5c8a39b077247370);
|
|
|
|
|
|
var marker_51de350ae2574b68981269e722a9558c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_856279ee4d6eda3253d4a8429567fe96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b60bed16aa4ef75efb1c0866c95bce08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce707559d2dcd73758ce250529852fd0 = $(`<div id="html_ce707559d2dcd73758ce250529852fd0" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_b60bed16aa4ef75efb1c0866c95bce08.setContent(html_ce707559d2dcd73758ce250529852fd0);
|
|
|
|
|
|
|
|
marker_51de350ae2574b68981269e722a9558c.bindPopup(popup_b60bed16aa4ef75efb1c0866c95bce08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51de350ae2574b68981269e722a9558c.setIcon(icon_856279ee4d6eda3253d4a8429567fe96);
|
|
|
|
|
|
var marker_ce8374e79dbde63b3f9c3c10d79b9ef2 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4c72dd3b887b7ff5da7f8184cdf067a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b06f04bbe851d50a8dce4ae279224151 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03d4a748e05374da12d17f79a6ec634d = $(`<div id="html_03d4a748e05374da12d17f79a6ec634d" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_b06f04bbe851d50a8dce4ae279224151.setContent(html_03d4a748e05374da12d17f79a6ec634d);
|
|
|
|
|
|
|
|
marker_ce8374e79dbde63b3f9c3c10d79b9ef2.bindPopup(popup_b06f04bbe851d50a8dce4ae279224151)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce8374e79dbde63b3f9c3c10d79b9ef2.setIcon(icon_4c72dd3b887b7ff5da7f8184cdf067a5);
|
|
|
|
|
|
var marker_45b4d729763de9a6e00d515317cc3cb9 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_05058c490e0320197a637cbc2c9f7bd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d506edeadf60bedcf52b7afee4cb4b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f6ab90467cd570fceb1f63d7cc1024e = $(`<div id="html_6f6ab90467cd570fceb1f63d7cc1024e" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_4d506edeadf60bedcf52b7afee4cb4b7.setContent(html_6f6ab90467cd570fceb1f63d7cc1024e);
|
|
|
|
|
|
|
|
marker_45b4d729763de9a6e00d515317cc3cb9.bindPopup(popup_4d506edeadf60bedcf52b7afee4cb4b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45b4d729763de9a6e00d515317cc3cb9.setIcon(icon_05058c490e0320197a637cbc2c9f7bd7);
|
|
|
|
|
|
var marker_bd2b602316de7e09e4a5d5605cb3f33a = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_093cb1c0742b3f9fb44e9d3640da2f81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0674b3670ec7dbf564d3c241a56bee7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c84b5f37eb20a7ab35b02ab26010e58d = $(`<div id="html_c84b5f37eb20a7ab35b02ab26010e58d" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_0674b3670ec7dbf564d3c241a56bee7f.setContent(html_c84b5f37eb20a7ab35b02ab26010e58d);
|
|
|
|
|
|
|
|
marker_bd2b602316de7e09e4a5d5605cb3f33a.bindPopup(popup_0674b3670ec7dbf564d3c241a56bee7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd2b602316de7e09e4a5d5605cb3f33a.setIcon(icon_093cb1c0742b3f9fb44e9d3640da2f81);
|
|
|
|
|
|
var marker_396156fce97f64a4589b66499ffff7f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2bb8bbc435deac3fc3f902283b948896 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8ef765da4a0751a9974d135f48468fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22920c00d089ff47a4aaaa419e59329b = $(`<div id="html_22920c00d089ff47a4aaaa419e59329b" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_d8ef765da4a0751a9974d135f48468fb.setContent(html_22920c00d089ff47a4aaaa419e59329b);
|
|
|
|
|
|
|
|
marker_396156fce97f64a4589b66499ffff7f8.bindPopup(popup_d8ef765da4a0751a9974d135f48468fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_396156fce97f64a4589b66499ffff7f8.setIcon(icon_2bb8bbc435deac3fc3f902283b948896);
|
|
|
|
|
|
var marker_d77307b98c1b531636d904e8e4d20d81 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c76d23257f9aed04aeeccdc7a9f0fcc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b57e2d57e46f8824d3ea39c501a4c1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_918de72aaad1be6b2c348a9d70c4bb5a = $(`<div id="html_918de72aaad1be6b2c348a9d70c4bb5a" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_7b57e2d57e46f8824d3ea39c501a4c1f.setContent(html_918de72aaad1be6b2c348a9d70c4bb5a);
|
|
|
|
|
|
|
|
marker_d77307b98c1b531636d904e8e4d20d81.bindPopup(popup_7b57e2d57e46f8824d3ea39c501a4c1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d77307b98c1b531636d904e8e4d20d81.setIcon(icon_c76d23257f9aed04aeeccdc7a9f0fcc2);
|
|
|
|
|
|
var marker_468e1813df833c1affedd1761c8af791 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f05420ebba30fdd03847bbc20c669988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34c7b342dbb0879329e8725d33193e8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7630e9f24bda6d653dfce0ffedd8ff1c = $(`<div id="html_7630e9f24bda6d653dfce0ffedd8ff1c" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_34c7b342dbb0879329e8725d33193e8a.setContent(html_7630e9f24bda6d653dfce0ffedd8ff1c);
|
|
|
|
|
|
|
|
marker_468e1813df833c1affedd1761c8af791.bindPopup(popup_34c7b342dbb0879329e8725d33193e8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_468e1813df833c1affedd1761c8af791.setIcon(icon_f05420ebba30fdd03847bbc20c669988);
|
|
|
|
|
|
var marker_053255b717d97070d49184f5aab445ce = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1734ea39e33107ec22363a015cf47070 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c0d9c2e2df5cf90440905940df93a24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b621ab7aa9981695f9e6730c6304031 = $(`<div id="html_2b621ab7aa9981695f9e6730c6304031" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_1c0d9c2e2df5cf90440905940df93a24.setContent(html_2b621ab7aa9981695f9e6730c6304031);
|
|
|
|
|
|
|
|
marker_053255b717d97070d49184f5aab445ce.bindPopup(popup_1c0d9c2e2df5cf90440905940df93a24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_053255b717d97070d49184f5aab445ce.setIcon(icon_1734ea39e33107ec22363a015cf47070);
|
|
|
|
|
|
var marker_464fd6337aa3530e4bba3bc9451e5d7c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_108da92ee418d51226ef6b78f45b3493 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c175b3ec9a366dfb7f15e7258a5e5fb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b487abe402dcd7f7eeb92f4f3bc4417 = $(`<div id="html_4b487abe402dcd7f7eeb92f4f3bc4417" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_c175b3ec9a366dfb7f15e7258a5e5fb3.setContent(html_4b487abe402dcd7f7eeb92f4f3bc4417);
|
|
|
|
|
|
|
|
marker_464fd6337aa3530e4bba3bc9451e5d7c.bindPopup(popup_c175b3ec9a366dfb7f15e7258a5e5fb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_464fd6337aa3530e4bba3bc9451e5d7c.setIcon(icon_108da92ee418d51226ef6b78f45b3493);
|
|
|
|
|
|
var marker_7c53799478ba049f6b34800195199480 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_fcff35f0a263b56101816e30cb5c6f3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_960b29650f370fbc71349e12886ccedd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_139342f0feb29ff4cf627e611d617b24 = $(`<div id="html_139342f0feb29ff4cf627e611d617b24" style="width: 100.0%; height: 100.0%;">rele.speyhard.vip</div>`)[0];
|
|
popup_960b29650f370fbc71349e12886ccedd.setContent(html_139342f0feb29ff4cf627e611d617b24);
|
|
|
|
|
|
|
|
marker_7c53799478ba049f6b34800195199480.bindPopup(popup_960b29650f370fbc71349e12886ccedd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c53799478ba049f6b34800195199480.setIcon(icon_fcff35f0a263b56101816e30cb5c6f3f);
|
|
|
|
|
|
var marker_54f521b3dee8deb2129ad1810bbc4aa2 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b37675349c95bfba4eada5f398873979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0779e2e1b3a98cd6ff50d023b7e74cde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67f87058e1baf2da92a103e8e3ce9387 = $(`<div id="html_67f87058e1baf2da92a103e8e3ce9387" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_0779e2e1b3a98cd6ff50d023b7e74cde.setContent(html_67f87058e1baf2da92a103e8e3ce9387);
|
|
|
|
|
|
|
|
marker_54f521b3dee8deb2129ad1810bbc4aa2.bindPopup(popup_0779e2e1b3a98cd6ff50d023b7e74cde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54f521b3dee8deb2129ad1810bbc4aa2.setIcon(icon_b37675349c95bfba4eada5f398873979);
|
|
|
|
|
|
var marker_1b854d86eba2cb4eec246ea9c76dc2e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0a1e0e7413e4c535a348440bd8c34c4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63d2f0420371d40240dab2fb3c43846b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4486eac63fa50bf5d5ee6dddafc3a6c1 = $(`<div id="html_4486eac63fa50bf5d5ee6dddafc3a6c1" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_63d2f0420371d40240dab2fb3c43846b.setContent(html_4486eac63fa50bf5d5ee6dddafc3a6c1);
|
|
|
|
|
|
|
|
marker_1b854d86eba2cb4eec246ea9c76dc2e8.bindPopup(popup_63d2f0420371d40240dab2fb3c43846b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b854d86eba2cb4eec246ea9c76dc2e8.setIcon(icon_0a1e0e7413e4c535a348440bd8c34c4c);
|
|
|
|
|
|
var marker_bce49d536795a720c0980dd4a5b070c7 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6104c0a57ddecc954450f829c0dba511 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ab950bd7f546d0f3a81315701c82aae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9681a93b6048d8b8abe58e8f3f44bd0 = $(`<div id="html_c9681a93b6048d8b8abe58e8f3f44bd0" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_0ab950bd7f546d0f3a81315701c82aae.setContent(html_c9681a93b6048d8b8abe58e8f3f44bd0);
|
|
|
|
|
|
|
|
marker_bce49d536795a720c0980dd4a5b070c7.bindPopup(popup_0ab950bd7f546d0f3a81315701c82aae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bce49d536795a720c0980dd4a5b070c7.setIcon(icon_6104c0a57ddecc954450f829c0dba511);
|
|
|
|
|
|
var marker_109214805b4c4fa4d47bb59de11fcaee = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_7a9409d763114a5c87350e736068578d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56f34900b38965096a5d9e3035f88f07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_865a913d0c09494ef4bba7cf37f20c1c = $(`<div id="html_865a913d0c09494ef4bba7cf37f20c1c" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_56f34900b38965096a5d9e3035f88f07.setContent(html_865a913d0c09494ef4bba7cf37f20c1c);
|
|
|
|
|
|
|
|
marker_109214805b4c4fa4d47bb59de11fcaee.bindPopup(popup_56f34900b38965096a5d9e3035f88f07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_109214805b4c4fa4d47bb59de11fcaee.setIcon(icon_7a9409d763114a5c87350e736068578d);
|
|
|
|
|
|
var marker_6c782c77c1c42203676c2a58385c579c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_966bc8ae9a2768184a050307f68037ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_813788154a1c2d9c0e5cf86128d6d541 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ec9ae5b8e8cbddbe09494fb9d6e55d8 = $(`<div id="html_1ec9ae5b8e8cbddbe09494fb9d6e55d8" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_813788154a1c2d9c0e5cf86128d6d541.setContent(html_1ec9ae5b8e8cbddbe09494fb9d6e55d8);
|
|
|
|
|
|
|
|
marker_6c782c77c1c42203676c2a58385c579c.bindPopup(popup_813788154a1c2d9c0e5cf86128d6d541)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c782c77c1c42203676c2a58385c579c.setIcon(icon_966bc8ae9a2768184a050307f68037ac);
|
|
|
|
|
|
var marker_4e864318b93e57f74f22477690b949c2 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0fd5b4f27bda250665492826c61fd9c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_992ce23f8443d94d74ec815349c444fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0911deee4eb3bf1b7b49ef40459441e7 = $(`<div id="html_0911deee4eb3bf1b7b49ef40459441e7" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_992ce23f8443d94d74ec815349c444fe.setContent(html_0911deee4eb3bf1b7b49ef40459441e7);
|
|
|
|
|
|
|
|
marker_4e864318b93e57f74f22477690b949c2.bindPopup(popup_992ce23f8443d94d74ec815349c444fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e864318b93e57f74f22477690b949c2.setIcon(icon_0fd5b4f27bda250665492826c61fd9c9);
|
|
|
|
|
|
var marker_36ff837dc16057eb9ae7db74d7a5d614 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3970d263a7867703db46571e6d5ca4df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72f25fa7ac5f43c4017a541b958274d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f32e70a8bac22918be78cfeb5f44211f = $(`<div id="html_f32e70a8bac22918be78cfeb5f44211f" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_72f25fa7ac5f43c4017a541b958274d9.setContent(html_f32e70a8bac22918be78cfeb5f44211f);
|
|
|
|
|
|
|
|
marker_36ff837dc16057eb9ae7db74d7a5d614.bindPopup(popup_72f25fa7ac5f43c4017a541b958274d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36ff837dc16057eb9ae7db74d7a5d614.setIcon(icon_3970d263a7867703db46571e6d5ca4df);
|
|
|
|
|
|
var marker_1b2f6b48684e7b4564be2039cb4f2338 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ca08240bcb8e3f317bb36a9d714a763a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c31df7534a1b178ed6e209b9984b8c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e9dd83ff2fa0f0c24b955431fdca4d8 = $(`<div id="html_8e9dd83ff2fa0f0c24b955431fdca4d8" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_8c31df7534a1b178ed6e209b9984b8c8.setContent(html_8e9dd83ff2fa0f0c24b955431fdca4d8);
|
|
|
|
|
|
|
|
marker_1b2f6b48684e7b4564be2039cb4f2338.bindPopup(popup_8c31df7534a1b178ed6e209b9984b8c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b2f6b48684e7b4564be2039cb4f2338.setIcon(icon_ca08240bcb8e3f317bb36a9d714a763a);
|
|
|
|
|
|
var marker_5a33b4f372328debcd19f5ebaeef397d = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a7c41c7fe96cfa6a80be6fc0d70554f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c979ca46d2fe50e9b36ec271764fa704 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ba13212808f8f616b6d2a8de1f11639 = $(`<div id="html_0ba13212808f8f616b6d2a8de1f11639" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_c979ca46d2fe50e9b36ec271764fa704.setContent(html_0ba13212808f8f616b6d2a8de1f11639);
|
|
|
|
|
|
|
|
marker_5a33b4f372328debcd19f5ebaeef397d.bindPopup(popup_c979ca46d2fe50e9b36ec271764fa704)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a33b4f372328debcd19f5ebaeef397d.setIcon(icon_a7c41c7fe96cfa6a80be6fc0d70554f3);
|
|
|
|
|
|
var marker_ba1b52ab20aad47cf55a2df391064255 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_dd3a2114b4337ffbe724745ee9e546fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12da900a2bef0ba19097377f6d03dcde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f2e6e88385e2fe8f1a41977db553577 = $(`<div id="html_8f2e6e88385e2fe8f1a41977db553577" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_12da900a2bef0ba19097377f6d03dcde.setContent(html_8f2e6e88385e2fe8f1a41977db553577);
|
|
|
|
|
|
|
|
marker_ba1b52ab20aad47cf55a2df391064255.bindPopup(popup_12da900a2bef0ba19097377f6d03dcde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba1b52ab20aad47cf55a2df391064255.setIcon(icon_dd3a2114b4337ffbe724745ee9e546fb);
|
|
|
|
|
|
var marker_78057f5beb19e2e6d57b42f656f6de6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_05a78f8234996e72048c829d36637a23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_076a9202a33cd6aa90fb24fc22052466 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36b550f8cc41826f652421ecee944b75 = $(`<div id="html_36b550f8cc41826f652421ecee944b75" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_076a9202a33cd6aa90fb24fc22052466.setContent(html_36b550f8cc41826f652421ecee944b75);
|
|
|
|
|
|
|
|
marker_78057f5beb19e2e6d57b42f656f6de6d.bindPopup(popup_076a9202a33cd6aa90fb24fc22052466)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78057f5beb19e2e6d57b42f656f6de6d.setIcon(icon_05a78f8234996e72048c829d36637a23);
|
|
|
|
|
|
var marker_2f62dbab39b3e7c3aa5c237e39ef8976 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c3aae47cb89f3b1f6a9318ed5aac736d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bdf056759a7d4885e670f31587b4e5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2563e55f09eaedb3a2c6497dbdd12433 = $(`<div id="html_2563e55f09eaedb3a2c6497dbdd12433" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_8bdf056759a7d4885e670f31587b4e5b.setContent(html_2563e55f09eaedb3a2c6497dbdd12433);
|
|
|
|
|
|
|
|
marker_2f62dbab39b3e7c3aa5c237e39ef8976.bindPopup(popup_8bdf056759a7d4885e670f31587b4e5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f62dbab39b3e7c3aa5c237e39ef8976.setIcon(icon_c3aae47cb89f3b1f6a9318ed5aac736d);
|
|
|
|
|
|
var marker_0e290e91537fd8b3e92a505e54180eaa = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_15f54d7c7fbbc074d8e4b42bbcdabca6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5053a960411c200eb9df4c8624541fc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20b32a345c6c91b2ed511b195f7d6495 = $(`<div id="html_20b32a345c6c91b2ed511b195f7d6495" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_5053a960411c200eb9df4c8624541fc3.setContent(html_20b32a345c6c91b2ed511b195f7d6495);
|
|
|
|
|
|
|
|
marker_0e290e91537fd8b3e92a505e54180eaa.bindPopup(popup_5053a960411c200eb9df4c8624541fc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e290e91537fd8b3e92a505e54180eaa.setIcon(icon_15f54d7c7fbbc074d8e4b42bbcdabca6);
|
|
|
|
|
|
var marker_cf752658f3dc5e7bcbaaeef9be6eed9d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_61ad82b5e46dd767d4d24bf39d343743 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b51162a945ca45e230a71abca57e72af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61a021e935b2ef754d31c4a352fdf8e8 = $(`<div id="html_61a021e935b2ef754d31c4a352fdf8e8" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_b51162a945ca45e230a71abca57e72af.setContent(html_61a021e935b2ef754d31c4a352fdf8e8);
|
|
|
|
|
|
|
|
marker_cf752658f3dc5e7bcbaaeef9be6eed9d.bindPopup(popup_b51162a945ca45e230a71abca57e72af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf752658f3dc5e7bcbaaeef9be6eed9d.setIcon(icon_61ad82b5e46dd767d4d24bf39d343743);
|
|
|
|
|
|
var marker_3ad5f28dd0e7d2abacc7bfd486acbfd6 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_cabe94a8e6e3749b606f1fbb404382ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9c1f8912adf979d06932cc408bb2b5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13473d2c1411f6c04fc94c4798ffb146 = $(`<div id="html_13473d2c1411f6c04fc94c4798ffb146" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_c9c1f8912adf979d06932cc408bb2b5d.setContent(html_13473d2c1411f6c04fc94c4798ffb146);
|
|
|
|
|
|
|
|
marker_3ad5f28dd0e7d2abacc7bfd486acbfd6.bindPopup(popup_c9c1f8912adf979d06932cc408bb2b5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ad5f28dd0e7d2abacc7bfd486acbfd6.setIcon(icon_cabe94a8e6e3749b606f1fbb404382ab);
|
|
|
|
|
|
var marker_e3d2df3de38373315adbcabd371dde34 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f7137e5154318a533b11d2e73ee4e110 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06e330b2c393e01e38b5a3c8e56bd092 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7e26aa9c383d67b2415495d5e0da0c2 = $(`<div id="html_b7e26aa9c383d67b2415495d5e0da0c2" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_06e330b2c393e01e38b5a3c8e56bd092.setContent(html_b7e26aa9c383d67b2415495d5e0da0c2);
|
|
|
|
|
|
|
|
marker_e3d2df3de38373315adbcabd371dde34.bindPopup(popup_06e330b2c393e01e38b5a3c8e56bd092)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3d2df3de38373315adbcabd371dde34.setIcon(icon_f7137e5154318a533b11d2e73ee4e110);
|
|
|
|
|
|
var marker_67339229777411f2efe7ba643c2ba884 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3b4c0b73ea7c6f63b4e1eefc939793ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e251b74815b3482e44eaac2461f09a23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1ec7a0874af5dc6097815ed4587e317 = $(`<div id="html_d1ec7a0874af5dc6097815ed4587e317" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_e251b74815b3482e44eaac2461f09a23.setContent(html_d1ec7a0874af5dc6097815ed4587e317);
|
|
|
|
|
|
|
|
marker_67339229777411f2efe7ba643c2ba884.bindPopup(popup_e251b74815b3482e44eaac2461f09a23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67339229777411f2efe7ba643c2ba884.setIcon(icon_3b4c0b73ea7c6f63b4e1eefc939793ab);
|
|
|
|
|
|
var marker_eb22b4cff6e03ec477ac800e0bec48a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2139f610a787f93a8db1a6fd9e669f46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f65c7053da06078e084b5b9f5d58533 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8d9647f9be3dd82b05ae09cef9928a6 = $(`<div id="html_f8d9647f9be3dd82b05ae09cef9928a6" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_5f65c7053da06078e084b5b9f5d58533.setContent(html_f8d9647f9be3dd82b05ae09cef9928a6);
|
|
|
|
|
|
|
|
marker_eb22b4cff6e03ec477ac800e0bec48a7.bindPopup(popup_5f65c7053da06078e084b5b9f5d58533)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb22b4cff6e03ec477ac800e0bec48a7.setIcon(icon_2139f610a787f93a8db1a6fd9e669f46);
|
|
|
|
|
|
var marker_49b2f1af51027c8eca832f91ee920525 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4201faeb0c53f2d2f36c35d04ac12b77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea52989823fef6e48161fdfa0dbb88ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59532bd5857ff220ecc9a9645e48b9dd = $(`<div id="html_59532bd5857ff220ecc9a9645e48b9dd" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_ea52989823fef6e48161fdfa0dbb88ee.setContent(html_59532bd5857ff220ecc9a9645e48b9dd);
|
|
|
|
|
|
|
|
marker_49b2f1af51027c8eca832f91ee920525.bindPopup(popup_ea52989823fef6e48161fdfa0dbb88ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49b2f1af51027c8eca832f91ee920525.setIcon(icon_4201faeb0c53f2d2f36c35d04ac12b77);
|
|
|
|
|
|
var marker_02b1ff18754fed614cd2f5498c6581c3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ff754c547882ebdeb097739527a7fcd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2694ee9f8faf4bc3af4d794a6e907b8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b20b7dbf9f8aab516dbce020279be59b = $(`<div id="html_b20b7dbf9f8aab516dbce020279be59b" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_2694ee9f8faf4bc3af4d794a6e907b8a.setContent(html_b20b7dbf9f8aab516dbce020279be59b);
|
|
|
|
|
|
|
|
marker_02b1ff18754fed614cd2f5498c6581c3.bindPopup(popup_2694ee9f8faf4bc3af4d794a6e907b8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02b1ff18754fed614cd2f5498c6581c3.setIcon(icon_ff754c547882ebdeb097739527a7fcd2);
|
|
|
|
|
|
var marker_d853b02c6e4586d7b87ccb5415a920bb = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_83322e41b26e11fc2403cd73b7a292cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_507595c390475639a533754df7059aa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a15de04cb7f0e7351052eeca3a294c4 = $(`<div id="html_2a15de04cb7f0e7351052eeca3a294c4" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_507595c390475639a533754df7059aa3.setContent(html_2a15de04cb7f0e7351052eeca3a294c4);
|
|
|
|
|
|
|
|
marker_d853b02c6e4586d7b87ccb5415a920bb.bindPopup(popup_507595c390475639a533754df7059aa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d853b02c6e4586d7b87ccb5415a920bb.setIcon(icon_83322e41b26e11fc2403cd73b7a292cf);
|
|
|
|
|
|
var marker_1b7f73f261a260cbe351eb8ea4dbd6dc = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_39a065be0398e56ca97fde425a11f65c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22e91fd8e38134da93e47feef673f143 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_767a19813dcb8a342f0166483b00df6f = $(`<div id="html_767a19813dcb8a342f0166483b00df6f" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_22e91fd8e38134da93e47feef673f143.setContent(html_767a19813dcb8a342f0166483b00df6f);
|
|
|
|
|
|
|
|
marker_1b7f73f261a260cbe351eb8ea4dbd6dc.bindPopup(popup_22e91fd8e38134da93e47feef673f143)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b7f73f261a260cbe351eb8ea4dbd6dc.setIcon(icon_39a065be0398e56ca97fde425a11f65c);
|
|
|
|
|
|
var marker_93f191a1afe03b28ab0d05ef2471bb6a = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f0ecf3fc787a25865d4deacf1e2a441f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4158b9bf89c06b4b9f0642ce44689e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ae38d7a1221d1e1dbcbb48799a484a7 = $(`<div id="html_3ae38d7a1221d1e1dbcbb48799a484a7" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_f4158b9bf89c06b4b9f0642ce44689e5.setContent(html_3ae38d7a1221d1e1dbcbb48799a484a7);
|
|
|
|
|
|
|
|
marker_93f191a1afe03b28ab0d05ef2471bb6a.bindPopup(popup_f4158b9bf89c06b4b9f0642ce44689e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93f191a1afe03b28ab0d05ef2471bb6a.setIcon(icon_f0ecf3fc787a25865d4deacf1e2a441f);
|
|
|
|
|
|
var marker_d8c25182957e62a9f27413dbe162cf4d = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ba85da11e97c7a7dcb760f648f0b90f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3037ae571e22dcc1b323449d8572b40b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08a560e1446704e21a544d3dc0e7a0f3 = $(`<div id="html_08a560e1446704e21a544d3dc0e7a0f3" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_3037ae571e22dcc1b323449d8572b40b.setContent(html_08a560e1446704e21a544d3dc0e7a0f3);
|
|
|
|
|
|
|
|
marker_d8c25182957e62a9f27413dbe162cf4d.bindPopup(popup_3037ae571e22dcc1b323449d8572b40b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c25182957e62a9f27413dbe162cf4d.setIcon(icon_ba85da11e97c7a7dcb760f648f0b90f0);
|
|
|
|
|
|
var marker_243163a8a8393d0e4071e2e8c6322b6e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1be6e2cd2a8e5476809a0a7571d8b814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20161cf3d54a61733e4707e5ec50d153 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cd572ad0de8ae56eac8b53eaa888407 = $(`<div id="html_5cd572ad0de8ae56eac8b53eaa888407" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_20161cf3d54a61733e4707e5ec50d153.setContent(html_5cd572ad0de8ae56eac8b53eaa888407);
|
|
|
|
|
|
|
|
marker_243163a8a8393d0e4071e2e8c6322b6e.bindPopup(popup_20161cf3d54a61733e4707e5ec50d153)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_243163a8a8393d0e4071e2e8c6322b6e.setIcon(icon_1be6e2cd2a8e5476809a0a7571d8b814);
|
|
|
|
|
|
var marker_70795c0caa9bff2f239d444df623f063 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_280a827f50f810354d997cabf9f8beb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b7231764b9395208c0d8178c2afd55f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72c0475ef01ae9dc08dd1f7f88d48345 = $(`<div id="html_72c0475ef01ae9dc08dd1f7f88d48345" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_9b7231764b9395208c0d8178c2afd55f.setContent(html_72c0475ef01ae9dc08dd1f7f88d48345);
|
|
|
|
|
|
|
|
marker_70795c0caa9bff2f239d444df623f063.bindPopup(popup_9b7231764b9395208c0d8178c2afd55f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70795c0caa9bff2f239d444df623f063.setIcon(icon_280a827f50f810354d997cabf9f8beb1);
|
|
|
|
|
|
var marker_c30c7937c354184e6d3d7efd7c3ffaa3 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_54d164df31a61b777bd54011910d8207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63941aed27fd7e4460ab3ad0389f4736 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b7936c549f66cae32bac29f21419a6 = $(`<div id="html_54b7936c549f66cae32bac29f21419a6" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_63941aed27fd7e4460ab3ad0389f4736.setContent(html_54b7936c549f66cae32bac29f21419a6);
|
|
|
|
|
|
|
|
marker_c30c7937c354184e6d3d7efd7c3ffaa3.bindPopup(popup_63941aed27fd7e4460ab3ad0389f4736)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c30c7937c354184e6d3d7efd7c3ffaa3.setIcon(icon_54d164df31a61b777bd54011910d8207);
|
|
|
|
|
|
var marker_4a1596c7c3a075834037e8a1577fa470 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ba3e797a29922c38ec994410b3a33e5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96370719c7f686f9a7157481eda587fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47a4575db96b99fd818238609d855008 = $(`<div id="html_47a4575db96b99fd818238609d855008" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_96370719c7f686f9a7157481eda587fc.setContent(html_47a4575db96b99fd818238609d855008);
|
|
|
|
|
|
|
|
marker_4a1596c7c3a075834037e8a1577fa470.bindPopup(popup_96370719c7f686f9a7157481eda587fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a1596c7c3a075834037e8a1577fa470.setIcon(icon_ba3e797a29922c38ec994410b3a33e5e);
|
|
|
|
|
|
var marker_03c8aa84fc092a1975a3a5aeccf48ccf = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b1bb38db529883f1691a821ba1730644 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f612950c989d002cd7ef734841b97b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db8f27fc1652c96acc1c7dc33475ee61 = $(`<div id="html_db8f27fc1652c96acc1c7dc33475ee61" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_2f612950c989d002cd7ef734841b97b6.setContent(html_db8f27fc1652c96acc1c7dc33475ee61);
|
|
|
|
|
|
|
|
marker_03c8aa84fc092a1975a3a5aeccf48ccf.bindPopup(popup_2f612950c989d002cd7ef734841b97b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03c8aa84fc092a1975a3a5aeccf48ccf.setIcon(icon_b1bb38db529883f1691a821ba1730644);
|
|
|
|
|
|
var marker_17caf8107ee0a7016e577c3cd8b84474 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a280cd5dc5d153781bdbf85c2d8203b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ad397fb6573edad5d4270ec4c9532d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fbf5a8a883cca88879a891478a267d6 = $(`<div id="html_1fbf5a8a883cca88879a891478a267d6" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_0ad397fb6573edad5d4270ec4c9532d0.setContent(html_1fbf5a8a883cca88879a891478a267d6);
|
|
|
|
|
|
|
|
marker_17caf8107ee0a7016e577c3cd8b84474.bindPopup(popup_0ad397fb6573edad5d4270ec4c9532d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17caf8107ee0a7016e577c3cd8b84474.setIcon(icon_a280cd5dc5d153781bdbf85c2d8203b1);
|
|
|
|
|
|
var marker_99f6a19cc0146517885fd9d8e9cfec6b = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3b639745310561613421130ced2b349e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdbce799b9ac6bdd4be9e9ecf54472ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ffc5212f2a093d2df283bfa1a2f8424 = $(`<div id="html_9ffc5212f2a093d2df283bfa1a2f8424" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_cdbce799b9ac6bdd4be9e9ecf54472ca.setContent(html_9ffc5212f2a093d2df283bfa1a2f8424);
|
|
|
|
|
|
|
|
marker_99f6a19cc0146517885fd9d8e9cfec6b.bindPopup(popup_cdbce799b9ac6bdd4be9e9ecf54472ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f6a19cc0146517885fd9d8e9cfec6b.setIcon(icon_3b639745310561613421130ced2b349e);
|
|
|
|
|
|
var marker_12923beafe3a6a6d52b2c1bda532b970 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_56ba5944b12d8d198ee6aaadd6cbc45d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d939e2f86b75bb1e7b54655333c14ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b46512548d1c9467753af6874cee9174 = $(`<div id="html_b46512548d1c9467753af6874cee9174" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_d939e2f86b75bb1e7b54655333c14ba1.setContent(html_b46512548d1c9467753af6874cee9174);
|
|
|
|
|
|
|
|
marker_12923beafe3a6a6d52b2c1bda532b970.bindPopup(popup_d939e2f86b75bb1e7b54655333c14ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12923beafe3a6a6d52b2c1bda532b970.setIcon(icon_56ba5944b12d8d198ee6aaadd6cbc45d);
|
|
|
|
|
|
var marker_03f613741fb95fb04769b12d839f2cc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_5bb4d1657acb94c7f4cd6f718258a5c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1829011e5dc0245c1776cd111b85bfbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c7fafe27ca8a93c05a690a17a5f99d = $(`<div id="html_12c7fafe27ca8a93c05a690a17a5f99d" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_1829011e5dc0245c1776cd111b85bfbe.setContent(html_12c7fafe27ca8a93c05a690a17a5f99d);
|
|
|
|
|
|
|
|
marker_03f613741fb95fb04769b12d839f2cc7.bindPopup(popup_1829011e5dc0245c1776cd111b85bfbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03f613741fb95fb04769b12d839f2cc7.setIcon(icon_5bb4d1657acb94c7f4cd6f718258a5c7);
|
|
|
|
|
|
var marker_06169ec7649c84802d98af37f8b9bad7 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_562f508e7417dc2ddd8f0947b04c0b9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_193f355c1f5fac643f42088e01933782 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1463e90f182767b028d648826e98610 = $(`<div id="html_e1463e90f182767b028d648826e98610" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_193f355c1f5fac643f42088e01933782.setContent(html_e1463e90f182767b028d648826e98610);
|
|
|
|
|
|
|
|
marker_06169ec7649c84802d98af37f8b9bad7.bindPopup(popup_193f355c1f5fac643f42088e01933782)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06169ec7649c84802d98af37f8b9bad7.setIcon(icon_562f508e7417dc2ddd8f0947b04c0b9f);
|
|
|
|
|
|
var marker_f05027ac3c3557fb596295bf09ecc9d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_07850211b1d0e436a3b02ea4af526796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2ce3b5b897674e0019f982e14979c66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d341acc1482faa3d11a74cf1bca2e37 = $(`<div id="html_4d341acc1482faa3d11a74cf1bca2e37" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_e2ce3b5b897674e0019f982e14979c66.setContent(html_4d341acc1482faa3d11a74cf1bca2e37);
|
|
|
|
|
|
|
|
marker_f05027ac3c3557fb596295bf09ecc9d0.bindPopup(popup_e2ce3b5b897674e0019f982e14979c66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f05027ac3c3557fb596295bf09ecc9d0.setIcon(icon_07850211b1d0e436a3b02ea4af526796);
|
|
|
|
|
|
var marker_8f3df2fa42911d1ec16d5387042767a6 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_50522a4430378adf8168e8d3bb407745 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98af36e08b3c47efd46083ca11547da4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e50596edefd67c3932db70380d642bc = $(`<div id="html_6e50596edefd67c3932db70380d642bc" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_98af36e08b3c47efd46083ca11547da4.setContent(html_6e50596edefd67c3932db70380d642bc);
|
|
|
|
|
|
|
|
marker_8f3df2fa42911d1ec16d5387042767a6.bindPopup(popup_98af36e08b3c47efd46083ca11547da4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f3df2fa42911d1ec16d5387042767a6.setIcon(icon_50522a4430378adf8168e8d3bb407745);
|
|
|
|
|
|
var marker_972d5dd305023400ee4d1050102f7e21 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_9199917556fb083517bb4b1d142ed4ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b852f06275c02d7f934e14d39cca4ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_424c8d034d62b63faf173daa11660503 = $(`<div id="html_424c8d034d62b63faf173daa11660503" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_9b852f06275c02d7f934e14d39cca4ed.setContent(html_424c8d034d62b63faf173daa11660503);
|
|
|
|
|
|
|
|
marker_972d5dd305023400ee4d1050102f7e21.bindPopup(popup_9b852f06275c02d7f934e14d39cca4ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_972d5dd305023400ee4d1050102f7e21.setIcon(icon_9199917556fb083517bb4b1d142ed4ba);
|
|
|
|
|
|
var marker_ec12e613b931805d4b5f8ffa38fd9cb9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_59f3c042730e39ebcb92e8df8bfd51bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6485a9c85d9cb6f79178d28c4d4667b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dba0f7a70ab6868307aace9e7821af83 = $(`<div id="html_dba0f7a70ab6868307aace9e7821af83" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_6485a9c85d9cb6f79178d28c4d4667b0.setContent(html_dba0f7a70ab6868307aace9e7821af83);
|
|
|
|
|
|
|
|
marker_ec12e613b931805d4b5f8ffa38fd9cb9.bindPopup(popup_6485a9c85d9cb6f79178d28c4d4667b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec12e613b931805d4b5f8ffa38fd9cb9.setIcon(icon_59f3c042730e39ebcb92e8df8bfd51bc);
|
|
|
|
|
|
var marker_de80c6fbc81f32f62f4bc6612f351805 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_78a79093156708a70a542b9c01b31c6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b06d53aed72b0b9979b32267cda6b68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_077cd94d991beef61b9e3696c1b003f2 = $(`<div id="html_077cd94d991beef61b9e3696c1b003f2" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_5b06d53aed72b0b9979b32267cda6b68.setContent(html_077cd94d991beef61b9e3696c1b003f2);
|
|
|
|
|
|
|
|
marker_de80c6fbc81f32f62f4bc6612f351805.bindPopup(popup_5b06d53aed72b0b9979b32267cda6b68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de80c6fbc81f32f62f4bc6612f351805.setIcon(icon_78a79093156708a70a542b9c01b31c6e);
|
|
|
|
|
|
var marker_c085fe33b909c306e320bf0bed20e30d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d97bcda06b09b38eafefb57d37c5d172 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3687b3e3f624cea1a7df642ec2263f44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c98d0b39b645346ca552f674170474c9 = $(`<div id="html_c98d0b39b645346ca552f674170474c9" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_3687b3e3f624cea1a7df642ec2263f44.setContent(html_c98d0b39b645346ca552f674170474c9);
|
|
|
|
|
|
|
|
marker_c085fe33b909c306e320bf0bed20e30d.bindPopup(popup_3687b3e3f624cea1a7df642ec2263f44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c085fe33b909c306e320bf0bed20e30d.setIcon(icon_d97bcda06b09b38eafefb57d37c5d172);
|
|
|
|
|
|
var marker_862d1f6efdbbde5a2d2e0e404d908e54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3715a4bbb30af42eaebb7ea6d296b3bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_289520433dee3c0d3da33caa2f7c017d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_743632356713ddf5a1cec22b95324397 = $(`<div id="html_743632356713ddf5a1cec22b95324397" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_289520433dee3c0d3da33caa2f7c017d.setContent(html_743632356713ddf5a1cec22b95324397);
|
|
|
|
|
|
|
|
marker_862d1f6efdbbde5a2d2e0e404d908e54.bindPopup(popup_289520433dee3c0d3da33caa2f7c017d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_862d1f6efdbbde5a2d2e0e404d908e54.setIcon(icon_3715a4bbb30af42eaebb7ea6d296b3bc);
|
|
|
|
|
|
var marker_180caf8ed39afa49450a88ed0b70bb78 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_bf6760bf47e15c9d8e22bd1306303e0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f585f5094c7fa7546e35f3c214c14957 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_712d52880ed2ac7ee67ebcf0481cc987 = $(`<div id="html_712d52880ed2ac7ee67ebcf0481cc987" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_f585f5094c7fa7546e35f3c214c14957.setContent(html_712d52880ed2ac7ee67ebcf0481cc987);
|
|
|
|
|
|
|
|
marker_180caf8ed39afa49450a88ed0b70bb78.bindPopup(popup_f585f5094c7fa7546e35f3c214c14957)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_180caf8ed39afa49450a88ed0b70bb78.setIcon(icon_bf6760bf47e15c9d8e22bd1306303e0c);
|
|
|
|
|
|
var marker_fec9462657c0c9a39d965fd6b159d762 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1d15a8ca4f9a35ed9a15e3e83b71b87e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d65e07e266cf7ef8557fb3481cbd6f26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0741e984347939ff7efbbe57fad1dd6 = $(`<div id="html_a0741e984347939ff7efbbe57fad1dd6" style="width: 100.0%; height: 100.0%;">nostr.superfriends.online</div>`)[0];
|
|
popup_d65e07e266cf7ef8557fb3481cbd6f26.setContent(html_a0741e984347939ff7efbbe57fad1dd6);
|
|
|
|
|
|
|
|
marker_fec9462657c0c9a39d965fd6b159d762.bindPopup(popup_d65e07e266cf7ef8557fb3481cbd6f26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fec9462657c0c9a39d965fd6b159d762.setIcon(icon_1d15a8ca4f9a35ed9a15e3e83b71b87e);
|
|
|
|
|
|
var marker_2bc3a9aff6617d2da2f8c24a4bce92f4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_7e98ce07fdfffb88cabf93e2ea68c37d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5875088d7114d78377be09aa6d399c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ba4a6f507a86dc64ee063445706bfe4 = $(`<div id="html_9ba4a6f507a86dc64ee063445706bfe4" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_b5875088d7114d78377be09aa6d399c1.setContent(html_9ba4a6f507a86dc64ee063445706bfe4);
|
|
|
|
|
|
|
|
marker_2bc3a9aff6617d2da2f8c24a4bce92f4.bindPopup(popup_b5875088d7114d78377be09aa6d399c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bc3a9aff6617d2da2f8c24a4bce92f4.setIcon(icon_7e98ce07fdfffb88cabf93e2ea68c37d);
|
|
|
|
|
|
var marker_38a23f6f573921f3172d61f9b7c34e25 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a797d1ddf8862b339645e867f0398173 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04a976fb7b4ffb4ad29d08888dc1a7a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ca31ecb4f506071688d3174cd277087 = $(`<div id="html_4ca31ecb4f506071688d3174cd277087" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_04a976fb7b4ffb4ad29d08888dc1a7a9.setContent(html_4ca31ecb4f506071688d3174cd277087);
|
|
|
|
|
|
|
|
marker_38a23f6f573921f3172d61f9b7c34e25.bindPopup(popup_04a976fb7b4ffb4ad29d08888dc1a7a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38a23f6f573921f3172d61f9b7c34e25.setIcon(icon_a797d1ddf8862b339645e867f0398173);
|
|
|
|
|
|
var marker_5c781403ae962dd4922c1c3fb78426c0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c16f8fde1b1443dd70841fb002d32e29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_654704358ae96344fb3bf879eaeb41be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ce70f0fa8f4c3076cfc3ae88bfd9978 = $(`<div id="html_0ce70f0fa8f4c3076cfc3ae88bfd9978" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_654704358ae96344fb3bf879eaeb41be.setContent(html_0ce70f0fa8f4c3076cfc3ae88bfd9978);
|
|
|
|
|
|
|
|
marker_5c781403ae962dd4922c1c3fb78426c0.bindPopup(popup_654704358ae96344fb3bf879eaeb41be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c781403ae962dd4922c1c3fb78426c0.setIcon(icon_c16f8fde1b1443dd70841fb002d32e29);
|
|
|
|
|
|
var marker_1cfe564c93c264f5f09ffb558918e6cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6a1544c7c3451b0fbc6c7cca620033b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_784049db06e092e6df8fa7374e63374a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b67a2023d47464cb55aa644cf2e369c = $(`<div id="html_7b67a2023d47464cb55aa644cf2e369c" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_784049db06e092e6df8fa7374e63374a.setContent(html_7b67a2023d47464cb55aa644cf2e369c);
|
|
|
|
|
|
|
|
marker_1cfe564c93c264f5f09ffb558918e6cf.bindPopup(popup_784049db06e092e6df8fa7374e63374a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cfe564c93c264f5f09ffb558918e6cf.setIcon(icon_6a1544c7c3451b0fbc6c7cca620033b2);
|
|
|
|
|
|
var marker_4ece47da96601aed7dcaf6fea0d56b1f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d7ef2059b2328c8a690b78c232e53d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13aa6ffb796a060e714e024d7c9a9114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38014ed489466241936dc7cac08269f0 = $(`<div id="html_38014ed489466241936dc7cac08269f0" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_13aa6ffb796a060e714e024d7c9a9114.setContent(html_38014ed489466241936dc7cac08269f0);
|
|
|
|
|
|
|
|
marker_4ece47da96601aed7dcaf6fea0d56b1f.bindPopup(popup_13aa6ffb796a060e714e024d7c9a9114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ece47da96601aed7dcaf6fea0d56b1f.setIcon(icon_d7ef2059b2328c8a690b78c232e53d8b);
|
|
|
|
|
|
var marker_d8d88627957dd668803fa71b91149431 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_13720ee1a1e442f66568489453f704b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c5772ef3b8667b69fa9a1c2701badde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c614d861671170eab9ae6a90e80a4407 = $(`<div id="html_c614d861671170eab9ae6a90e80a4407" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_2c5772ef3b8667b69fa9a1c2701badde.setContent(html_c614d861671170eab9ae6a90e80a4407);
|
|
|
|
|
|
|
|
marker_d8d88627957dd668803fa71b91149431.bindPopup(popup_2c5772ef3b8667b69fa9a1c2701badde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8d88627957dd668803fa71b91149431.setIcon(icon_13720ee1a1e442f66568489453f704b2);
|
|
|
|
|
|
var marker_601a7327377191e96efc5df1e4ea3c78 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_e73a53644065b40d003e139f90d3ada8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2601533f376d7d727abdb4bb48eb70fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e376845b7cb24e1c6b64970549cde8d1 = $(`<div id="html_e376845b7cb24e1c6b64970549cde8d1" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_2601533f376d7d727abdb4bb48eb70fd.setContent(html_e376845b7cb24e1c6b64970549cde8d1);
|
|
|
|
|
|
|
|
marker_601a7327377191e96efc5df1e4ea3c78.bindPopup(popup_2601533f376d7d727abdb4bb48eb70fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_601a7327377191e96efc5df1e4ea3c78.setIcon(icon_e73a53644065b40d003e139f90d3ada8);
|
|
|
|
|
|
var marker_025d788a1a90cf45625d99d9b1a546f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4c8e86340599bd71eb146cd69b84db34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6d6702ff25029c30a1fa6dc5b6887ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_049385acc2d8f1cd158def2bc44c8011 = $(`<div id="html_049385acc2d8f1cd158def2bc44c8011" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_a6d6702ff25029c30a1fa6dc5b6887ef.setContent(html_049385acc2d8f1cd158def2bc44c8011);
|
|
|
|
|
|
|
|
marker_025d788a1a90cf45625d99d9b1a546f0.bindPopup(popup_a6d6702ff25029c30a1fa6dc5b6887ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_025d788a1a90cf45625d99d9b1a546f0.setIcon(icon_4c8e86340599bd71eb146cd69b84db34);
|
|
|
|
|
|
var marker_4def40cbd79bee684504756fe8bb3397 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_68f70669c7ed1b8132994d3470d55a9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b60d526b8c1da44692a16382233b9e89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_597c82c417f97143a47be8587771cfc3 = $(`<div id="html_597c82c417f97143a47be8587771cfc3" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_b60d526b8c1da44692a16382233b9e89.setContent(html_597c82c417f97143a47be8587771cfc3);
|
|
|
|
|
|
|
|
marker_4def40cbd79bee684504756fe8bb3397.bindPopup(popup_b60d526b8c1da44692a16382233b9e89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4def40cbd79bee684504756fe8bb3397.setIcon(icon_68f70669c7ed1b8132994d3470d55a9e);
|
|
|
|
|
|
var marker_658302607b7c04f00715b6d0f011de8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_599254d801ead048d388a1edfbf22043 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3df457948186923bcfc02c9a4e5f194b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c328698cdbc26b3fea2d9993ac58c63 = $(`<div id="html_2c328698cdbc26b3fea2d9993ac58c63" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_3df457948186923bcfc02c9a4e5f194b.setContent(html_2c328698cdbc26b3fea2d9993ac58c63);
|
|
|
|
|
|
|
|
marker_658302607b7c04f00715b6d0f011de8d.bindPopup(popup_3df457948186923bcfc02c9a4e5f194b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_658302607b7c04f00715b6d0f011de8d.setIcon(icon_599254d801ead048d388a1edfbf22043);
|
|
|
|
|
|
var marker_780f8a8862ee36f115bbd44b2df92042 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_03bd053399113f7462d0859a096f32d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a1528d2d00d5ffadfc978f38d949127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_831b5a961d6949902faea0c6cf55db96 = $(`<div id="html_831b5a961d6949902faea0c6cf55db96" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_0a1528d2d00d5ffadfc978f38d949127.setContent(html_831b5a961d6949902faea0c6cf55db96);
|
|
|
|
|
|
|
|
marker_780f8a8862ee36f115bbd44b2df92042.bindPopup(popup_0a1528d2d00d5ffadfc978f38d949127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_780f8a8862ee36f115bbd44b2df92042.setIcon(icon_03bd053399113f7462d0859a096f32d7);
|
|
|
|
|
|
var marker_0d01c8c7085b1bae6465ebce497c0620 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_55a9f30dbe2aa58836196a74fe6d8aa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a841e1b8e9fcf543cae5cb2feb8c825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2078f58f15dc55689b3307337afb1f47 = $(`<div id="html_2078f58f15dc55689b3307337afb1f47" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_5a841e1b8e9fcf543cae5cb2feb8c825.setContent(html_2078f58f15dc55689b3307337afb1f47);
|
|
|
|
|
|
|
|
marker_0d01c8c7085b1bae6465ebce497c0620.bindPopup(popup_5a841e1b8e9fcf543cae5cb2feb8c825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d01c8c7085b1bae6465ebce497c0620.setIcon(icon_55a9f30dbe2aa58836196a74fe6d8aa2);
|
|
|
|
|
|
var marker_4fe60f618f06997cd4bc12b958290d96 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_18f56ce90185bd5665fe597bb74e7fe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dce5b81d8a3292cf91d5b6ebd1b012ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a448fbb672a0060cd64eda3b57386fe = $(`<div id="html_1a448fbb672a0060cd64eda3b57386fe" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_dce5b81d8a3292cf91d5b6ebd1b012ff.setContent(html_1a448fbb672a0060cd64eda3b57386fe);
|
|
|
|
|
|
|
|
marker_4fe60f618f06997cd4bc12b958290d96.bindPopup(popup_dce5b81d8a3292cf91d5b6ebd1b012ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fe60f618f06997cd4bc12b958290d96.setIcon(icon_18f56ce90185bd5665fe597bb74e7fe4);
|
|
|
|
|
|
var marker_16014c02e0df21b3bfe592cfaa7fe29e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_fc069e94b3977b214c4b64a476a9f9e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_685858e6d0fd5e848e0fc4cc05ebf109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbfdddf49c8b7767a47e6a764a2853e2 = $(`<div id="html_cbfdddf49c8b7767a47e6a764a2853e2" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_685858e6d0fd5e848e0fc4cc05ebf109.setContent(html_cbfdddf49c8b7767a47e6a764a2853e2);
|
|
|
|
|
|
|
|
marker_16014c02e0df21b3bfe592cfaa7fe29e.bindPopup(popup_685858e6d0fd5e848e0fc4cc05ebf109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16014c02e0df21b3bfe592cfaa7fe29e.setIcon(icon_fc069e94b3977b214c4b64a476a9f9e9);
|
|
|
|
|
|
var marker_e83872988e8de22b631ea7c25b1ea17a = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b26ff81ddd029b14143f96bb2ce630db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91ba924f9832fef04dc41faa15a72edf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_875f20689bf696e26c15bcd75d724981 = $(`<div id="html_875f20689bf696e26c15bcd75d724981" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_91ba924f9832fef04dc41faa15a72edf.setContent(html_875f20689bf696e26c15bcd75d724981);
|
|
|
|
|
|
|
|
marker_e83872988e8de22b631ea7c25b1ea17a.bindPopup(popup_91ba924f9832fef04dc41faa15a72edf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e83872988e8de22b631ea7c25b1ea17a.setIcon(icon_b26ff81ddd029b14143f96bb2ce630db);
|
|
|
|
|
|
var marker_98409081c08cea4388ecc5a01ee61bd2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_069aa21d0cea4eb4ea732d982a608e15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ea4e1e99d1ded5c369bbc479bd6091d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fa040b6d574eee2648a98907018c280 = $(`<div id="html_9fa040b6d574eee2648a98907018c280" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_5ea4e1e99d1ded5c369bbc479bd6091d.setContent(html_9fa040b6d574eee2648a98907018c280);
|
|
|
|
|
|
|
|
marker_98409081c08cea4388ecc5a01ee61bd2.bindPopup(popup_5ea4e1e99d1ded5c369bbc479bd6091d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98409081c08cea4388ecc5a01ee61bd2.setIcon(icon_069aa21d0cea4eb4ea732d982a608e15);
|
|
|
|
|
|
var marker_dab554c403fa90d746a03d0b7de539bc = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_e7399bc0125cdf48430e33e472ca5c39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f1baacbbac76fa3b735ae843208442a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f18c4e4ae59611a65876cc902450c72e = $(`<div id="html_f18c4e4ae59611a65876cc902450c72e" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_8f1baacbbac76fa3b735ae843208442a.setContent(html_f18c4e4ae59611a65876cc902450c72e);
|
|
|
|
|
|
|
|
marker_dab554c403fa90d746a03d0b7de539bc.bindPopup(popup_8f1baacbbac76fa3b735ae843208442a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dab554c403fa90d746a03d0b7de539bc.setIcon(icon_e7399bc0125cdf48430e33e472ca5c39);
|
|
|
|
|
|
var marker_d122a98e7963d745392b4daa88f06e5f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4e4d4488009e1725584f831aad0e6459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce4165aafa3d2056270f54867f361ce6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9da2d46a7aae3ef54f422a48acb5e922 = $(`<div id="html_9da2d46a7aae3ef54f422a48acb5e922" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_ce4165aafa3d2056270f54867f361ce6.setContent(html_9da2d46a7aae3ef54f422a48acb5e922);
|
|
|
|
|
|
|
|
marker_d122a98e7963d745392b4daa88f06e5f.bindPopup(popup_ce4165aafa3d2056270f54867f361ce6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d122a98e7963d745392b4daa88f06e5f.setIcon(icon_4e4d4488009e1725584f831aad0e6459);
|
|
|
|
|
|
var marker_a1f35e35b951f96c1f57209df335da08 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a7d75552736e9c8530b10a4330850649 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b09a8d9ef772fe7c42886400e225257 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da2b6bbd5663ec70154ea1b5ad743714 = $(`<div id="html_da2b6bbd5663ec70154ea1b5ad743714" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_6b09a8d9ef772fe7c42886400e225257.setContent(html_da2b6bbd5663ec70154ea1b5ad743714);
|
|
|
|
|
|
|
|
marker_a1f35e35b951f96c1f57209df335da08.bindPopup(popup_6b09a8d9ef772fe7c42886400e225257)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1f35e35b951f96c1f57209df335da08.setIcon(icon_a7d75552736e9c8530b10a4330850649);
|
|
|
|
|
|
var marker_7309490a57821288815fecf7124822ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c17dea3e01999f8f83a3e99b5c5f3998 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_680c68dac9a995d4620a31d2fb47c8c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7987e1db6ca9d2ec0686607bf8d27f0f = $(`<div id="html_7987e1db6ca9d2ec0686607bf8d27f0f" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_680c68dac9a995d4620a31d2fb47c8c1.setContent(html_7987e1db6ca9d2ec0686607bf8d27f0f);
|
|
|
|
|
|
|
|
marker_7309490a57821288815fecf7124822ad.bindPopup(popup_680c68dac9a995d4620a31d2fb47c8c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7309490a57821288815fecf7124822ad.setIcon(icon_c17dea3e01999f8f83a3e99b5c5f3998);
|
|
|
|
|
|
var marker_f5c7c05af74a144e4ed6458f3927a4d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_319f98eaa9c2dd0f3f0a4b5caf930e83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eebfd6465510fe7ed1c523ebe2cef7bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60346a32e77d580382a9af6e8194c743 = $(`<div id="html_60346a32e77d580382a9af6e8194c743" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_eebfd6465510fe7ed1c523ebe2cef7bc.setContent(html_60346a32e77d580382a9af6e8194c743);
|
|
|
|
|
|
|
|
marker_f5c7c05af74a144e4ed6458f3927a4d4.bindPopup(popup_eebfd6465510fe7ed1c523ebe2cef7bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c7c05af74a144e4ed6458f3927a4d4.setIcon(icon_319f98eaa9c2dd0f3f0a4b5caf930e83);
|
|
|
|
|
|
var marker_bc094f71c113a016987a52f52d4cf337 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_72ff5d1a11d397a3904b55541be88853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_713779396c4371db51452cec88d74f62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02797e28ec458376d57785ab00882ee2 = $(`<div id="html_02797e28ec458376d57785ab00882ee2" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_713779396c4371db51452cec88d74f62.setContent(html_02797e28ec458376d57785ab00882ee2);
|
|
|
|
|
|
|
|
marker_bc094f71c113a016987a52f52d4cf337.bindPopup(popup_713779396c4371db51452cec88d74f62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc094f71c113a016987a52f52d4cf337.setIcon(icon_72ff5d1a11d397a3904b55541be88853);
|
|
|
|
|
|
var marker_98ab0496ea2550e17b08a67e596ef923 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_50384dca2aa2f3c52e2015e3adcd851e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2df268ad7a5f8431d92eb617450846a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b138f03ea74f9319dc169b868e3e281 = $(`<div id="html_2b138f03ea74f9319dc169b868e3e281" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_2df268ad7a5f8431d92eb617450846a4.setContent(html_2b138f03ea74f9319dc169b868e3e281);
|
|
|
|
|
|
|
|
marker_98ab0496ea2550e17b08a67e596ef923.bindPopup(popup_2df268ad7a5f8431d92eb617450846a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98ab0496ea2550e17b08a67e596ef923.setIcon(icon_50384dca2aa2f3c52e2015e3adcd851e);
|
|
|
|
|
|
var marker_5f6656c12806bcd36fae82d3c3dbdcc8 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_59db3e91d17f183685841d6a26a2fb1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab35899428ad51240db85654c6676b9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d98bf98f1b7a87c1c97d12b693692a4b = $(`<div id="html_d98bf98f1b7a87c1c97d12b693692a4b" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_ab35899428ad51240db85654c6676b9c.setContent(html_d98bf98f1b7a87c1c97d12b693692a4b);
|
|
|
|
|
|
|
|
marker_5f6656c12806bcd36fae82d3c3dbdcc8.bindPopup(popup_ab35899428ad51240db85654c6676b9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f6656c12806bcd36fae82d3c3dbdcc8.setIcon(icon_59db3e91d17f183685841d6a26a2fb1b);
|
|
|
|
|
|
var marker_ecb74206c4ff9fb203c859a886a5c9a5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3006f4679fbba941b96910b6fece8d5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76e9ba90b7aa29cedb8d8fb83ebf31ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0204c6617ce6e2934f6b4ff7bbb0b14 = $(`<div id="html_f0204c6617ce6e2934f6b4ff7bbb0b14" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_76e9ba90b7aa29cedb8d8fb83ebf31ea.setContent(html_f0204c6617ce6e2934f6b4ff7bbb0b14);
|
|
|
|
|
|
|
|
marker_ecb74206c4ff9fb203c859a886a5c9a5.bindPopup(popup_76e9ba90b7aa29cedb8d8fb83ebf31ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecb74206c4ff9fb203c859a886a5c9a5.setIcon(icon_3006f4679fbba941b96910b6fece8d5a);
|
|
|
|
|
|
var marker_d72f0bd318cc47f839c85d41586ba337 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_5b797ec7af349a3db3c79be604ff743e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cdfae85c445a9df87d1616c8633ef84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96ff791aa45875b84dee3090c989217d = $(`<div id="html_96ff791aa45875b84dee3090c989217d" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_0cdfae85c445a9df87d1616c8633ef84.setContent(html_96ff791aa45875b84dee3090c989217d);
|
|
|
|
|
|
|
|
marker_d72f0bd318cc47f839c85d41586ba337.bindPopup(popup_0cdfae85c445a9df87d1616c8633ef84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d72f0bd318cc47f839c85d41586ba337.setIcon(icon_5b797ec7af349a3db3c79be604ff743e);
|
|
|
|
|
|
var marker_ab3aebc02726017a4e40cec5b8401881 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_9e7643d2ca92f6b7ccb6437c102b58f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64e9a7fee2ea25d1482cfbdd7575eeab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0e527a1297114bb2d4480b02080f6a2 = $(`<div id="html_b0e527a1297114bb2d4480b02080f6a2" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_64e9a7fee2ea25d1482cfbdd7575eeab.setContent(html_b0e527a1297114bb2d4480b02080f6a2);
|
|
|
|
|
|
|
|
marker_ab3aebc02726017a4e40cec5b8401881.bindPopup(popup_64e9a7fee2ea25d1482cfbdd7575eeab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab3aebc02726017a4e40cec5b8401881.setIcon(icon_9e7643d2ca92f6b7ccb6437c102b58f7);
|
|
|
|
|
|
var marker_a7c27129f494783eab740db9386f9467 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8539ad89f97c9da05c2ff7b5e27f9e44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b814e339bf29a434bc88664317de5f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc4d29a140efe0e12fe8576ce879f513 = $(`<div id="html_dc4d29a140efe0e12fe8576ce879f513" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_6b814e339bf29a434bc88664317de5f4.setContent(html_dc4d29a140efe0e12fe8576ce879f513);
|
|
|
|
|
|
|
|
marker_a7c27129f494783eab740db9386f9467.bindPopup(popup_6b814e339bf29a434bc88664317de5f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7c27129f494783eab740db9386f9467.setIcon(icon_8539ad89f97c9da05c2ff7b5e27f9e44);
|
|
|
|
|
|
var marker_3bf1ccfec2458e471d1bf976cc66b058 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1809fdb394f56f4d6ad2d1eebbd02618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a21106c9826b7f1faf916923adbcc76c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95288668514c68236a7e1efdd467ffbc = $(`<div id="html_95288668514c68236a7e1efdd467ffbc" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_a21106c9826b7f1faf916923adbcc76c.setContent(html_95288668514c68236a7e1efdd467ffbc);
|
|
|
|
|
|
|
|
marker_3bf1ccfec2458e471d1bf976cc66b058.bindPopup(popup_a21106c9826b7f1faf916923adbcc76c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bf1ccfec2458e471d1bf976cc66b058.setIcon(icon_1809fdb394f56f4d6ad2d1eebbd02618);
|
|
|
|
|
|
var marker_0f3c4277cdf9917b26a7ade97fc1e855 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_aff343f405c9b1b426a29d109b26b713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad1b3b110be83905fda466707524b0a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44e83aef1a6dc3aa2fbe0b478b79b214 = $(`<div id="html_44e83aef1a6dc3aa2fbe0b478b79b214" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_ad1b3b110be83905fda466707524b0a0.setContent(html_44e83aef1a6dc3aa2fbe0b478b79b214);
|
|
|
|
|
|
|
|
marker_0f3c4277cdf9917b26a7ade97fc1e855.bindPopup(popup_ad1b3b110be83905fda466707524b0a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f3c4277cdf9917b26a7ade97fc1e855.setIcon(icon_aff343f405c9b1b426a29d109b26b713);
|
|
|
|
|
|
var marker_2abf32b6f3a897092be45071608de34c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_fc9e5baea4f92e6d8cc38d3cad19fe5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4676130dc785e81ac42d1d2b5bc8bf29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa08d2b3dcbde36c6043a03f66732093 = $(`<div id="html_fa08d2b3dcbde36c6043a03f66732093" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_4676130dc785e81ac42d1d2b5bc8bf29.setContent(html_fa08d2b3dcbde36c6043a03f66732093);
|
|
|
|
|
|
|
|
marker_2abf32b6f3a897092be45071608de34c.bindPopup(popup_4676130dc785e81ac42d1d2b5bc8bf29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2abf32b6f3a897092be45071608de34c.setIcon(icon_fc9e5baea4f92e6d8cc38d3cad19fe5d);
|
|
|
|
|
|
var marker_cc14846779e6e02446d824820c1e70af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0fbd5cd0d514e8915a0aa77ec7744ef2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b84689f212b597b9a3c310430b8fad71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97e878777bdd431ce9144bb55c8d458b = $(`<div id="html_97e878777bdd431ce9144bb55c8d458b" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_b84689f212b597b9a3c310430b8fad71.setContent(html_97e878777bdd431ce9144bb55c8d458b);
|
|
|
|
|
|
|
|
marker_cc14846779e6e02446d824820c1e70af.bindPopup(popup_b84689f212b597b9a3c310430b8fad71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc14846779e6e02446d824820c1e70af.setIcon(icon_0fbd5cd0d514e8915a0aa77ec7744ef2);
|
|
|
|
|
|
var marker_abdc845825ad514e6ea860021ec5b08b = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_67455d3841e996e5413a0f0825ca9d84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e06ac6ba3604ea452c08c5ec7bc5d24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85d31615b1330d667e7dbb0550ade118 = $(`<div id="html_85d31615b1330d667e7dbb0550ade118" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_3e06ac6ba3604ea452c08c5ec7bc5d24.setContent(html_85d31615b1330d667e7dbb0550ade118);
|
|
|
|
|
|
|
|
marker_abdc845825ad514e6ea860021ec5b08b.bindPopup(popup_3e06ac6ba3604ea452c08c5ec7bc5d24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abdc845825ad514e6ea860021ec5b08b.setIcon(icon_67455d3841e996e5413a0f0825ca9d84);
|
|
|
|
|
|
var marker_56d91304bed950a720d3c419746d596e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6dd55ea907da867993cd8a59c33ff359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93883d8e2b15c507994ff1bef5087c61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a647049a462b5da6870498366215a3 = $(`<div id="html_b6a647049a462b5da6870498366215a3" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_93883d8e2b15c507994ff1bef5087c61.setContent(html_b6a647049a462b5da6870498366215a3);
|
|
|
|
|
|
|
|
marker_56d91304bed950a720d3c419746d596e.bindPopup(popup_93883d8e2b15c507994ff1bef5087c61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56d91304bed950a720d3c419746d596e.setIcon(icon_6dd55ea907da867993cd8a59c33ff359);
|
|
|
|
|
|
var marker_11aeda6c09b5ca8de555f68c83a6f2cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_cc6eebe5885eb9b0171303e6cadc0375 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed39ec55ebd34b9d908851a28246923a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6037ec5b0f187518fca6b9e3aa07dc9 = $(`<div id="html_b6037ec5b0f187518fca6b9e3aa07dc9" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_ed39ec55ebd34b9d908851a28246923a.setContent(html_b6037ec5b0f187518fca6b9e3aa07dc9);
|
|
|
|
|
|
|
|
marker_11aeda6c09b5ca8de555f68c83a6f2cf.bindPopup(popup_ed39ec55ebd34b9d908851a28246923a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11aeda6c09b5ca8de555f68c83a6f2cf.setIcon(icon_cc6eebe5885eb9b0171303e6cadc0375);
|
|
|
|
|
|
var marker_97c2cb83f344c99855cc4ea92cd3ac8c = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c986318817496ade54133abd6176f3e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e5be77b0bac22cf31e1b29c39e2717b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f117c4f5e3b24756a1861244ea11a21 = $(`<div id="html_1f117c4f5e3b24756a1861244ea11a21" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_8e5be77b0bac22cf31e1b29c39e2717b.setContent(html_1f117c4f5e3b24756a1861244ea11a21);
|
|
|
|
|
|
|
|
marker_97c2cb83f344c99855cc4ea92cd3ac8c.bindPopup(popup_8e5be77b0bac22cf31e1b29c39e2717b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97c2cb83f344c99855cc4ea92cd3ac8c.setIcon(icon_c986318817496ade54133abd6176f3e4);
|
|
|
|
|
|
var marker_7dafc3802ffb399a40e0f8c3222e4e3c = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_955028f9f4d71fc6dc5689c624302bac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a21bb0afa729b06c24921ef6d021e90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35a96bf7f843ce83501d1c271826a04d = $(`<div id="html_35a96bf7f843ce83501d1c271826a04d" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_3a21bb0afa729b06c24921ef6d021e90.setContent(html_35a96bf7f843ce83501d1c271826a04d);
|
|
|
|
|
|
|
|
marker_7dafc3802ffb399a40e0f8c3222e4e3c.bindPopup(popup_3a21bb0afa729b06c24921ef6d021e90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dafc3802ffb399a40e0f8c3222e4e3c.setIcon(icon_955028f9f4d71fc6dc5689c624302bac);
|
|
|
|
|
|
var marker_29d66b9979a733c6c7358030c048ec82 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_bbb2b06a08c4e4c56f78b55af8c4a744 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e7178b276368d8ee32bfd46ea330a65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_531026795d6d2fe31c0d4fc5c648bb67 = $(`<div id="html_531026795d6d2fe31c0d4fc5c648bb67" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_9e7178b276368d8ee32bfd46ea330a65.setContent(html_531026795d6d2fe31c0d4fc5c648bb67);
|
|
|
|
|
|
|
|
marker_29d66b9979a733c6c7358030c048ec82.bindPopup(popup_9e7178b276368d8ee32bfd46ea330a65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29d66b9979a733c6c7358030c048ec82.setIcon(icon_bbb2b06a08c4e4c56f78b55af8c4a744);
|
|
|
|
|
|
var marker_a5952f33dabcb65de5c6d1bea2004f74 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f4982cfc9c1d35913ab1ce82708f5b79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ded141335af4225eeca8e3783d72b600 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_158b1b885dcf417143bc931d4f308a28 = $(`<div id="html_158b1b885dcf417143bc931d4f308a28" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_ded141335af4225eeca8e3783d72b600.setContent(html_158b1b885dcf417143bc931d4f308a28);
|
|
|
|
|
|
|
|
marker_a5952f33dabcb65de5c6d1bea2004f74.bindPopup(popup_ded141335af4225eeca8e3783d72b600)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5952f33dabcb65de5c6d1bea2004f74.setIcon(icon_f4982cfc9c1d35913ab1ce82708f5b79);
|
|
|
|
|
|
var marker_83f2463c8130f6f28620ef02b86d31c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_e5b16c3418a76a99f0449e54433fb00f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44781c808ab3e6f3193c8551a98b7085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95609e7557c6f25982acfd6ad9de21f5 = $(`<div id="html_95609e7557c6f25982acfd6ad9de21f5" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_44781c808ab3e6f3193c8551a98b7085.setContent(html_95609e7557c6f25982acfd6ad9de21f5);
|
|
|
|
|
|
|
|
marker_83f2463c8130f6f28620ef02b86d31c6.bindPopup(popup_44781c808ab3e6f3193c8551a98b7085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83f2463c8130f6f28620ef02b86d31c6.setIcon(icon_e5b16c3418a76a99f0449e54433fb00f);
|
|
|
|
|
|
var marker_3e6efc5c1e9703ff384284518a8e6cc5 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b8fa77df2951f70c91174ef0b6910325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb36261b04e8bf94a6921bb775634fcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6c161bad889f36aeb987cef2863fba8 = $(`<div id="html_f6c161bad889f36aeb987cef2863fba8" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_eb36261b04e8bf94a6921bb775634fcb.setContent(html_f6c161bad889f36aeb987cef2863fba8);
|
|
|
|
|
|
|
|
marker_3e6efc5c1e9703ff384284518a8e6cc5.bindPopup(popup_eb36261b04e8bf94a6921bb775634fcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e6efc5c1e9703ff384284518a8e6cc5.setIcon(icon_b8fa77df2951f70c91174ef0b6910325);
|
|
|
|
|
|
var marker_9d7c01bc95ad292964ee7ea70d48e864 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1f29e32470e00d8723fc2675d0c45fd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f5bf00903b463415846365743b349a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_310e4b9b86e8ff84f54c5fbb0d003668 = $(`<div id="html_310e4b9b86e8ff84f54c5fbb0d003668" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_4f5bf00903b463415846365743b349a9.setContent(html_310e4b9b86e8ff84f54c5fbb0d003668);
|
|
|
|
|
|
|
|
marker_9d7c01bc95ad292964ee7ea70d48e864.bindPopup(popup_4f5bf00903b463415846365743b349a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d7c01bc95ad292964ee7ea70d48e864.setIcon(icon_1f29e32470e00d8723fc2675d0c45fd3);
|
|
|
|
|
|
var marker_ebf1a60d5fe6406956d0e25b8e59785d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_e4a7772486fd39a9f21c98221dd71f5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d28b26e1294930250cd5dbf78b36e49a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f627636627be505f3629c777823279f = $(`<div id="html_9f627636627be505f3629c777823279f" style="width: 100.0%; height: 100.0%;">relaynostr.breadslice.com</div>`)[0];
|
|
popup_d28b26e1294930250cd5dbf78b36e49a.setContent(html_9f627636627be505f3629c777823279f);
|
|
|
|
|
|
|
|
marker_ebf1a60d5fe6406956d0e25b8e59785d.bindPopup(popup_d28b26e1294930250cd5dbf78b36e49a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebf1a60d5fe6406956d0e25b8e59785d.setIcon(icon_e4a7772486fd39a9f21c98221dd71f5a);
|
|
|
|
|
|
var marker_b1c33003fc53d50cedb77f5c96c78923 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0d6bac2c51e7866b0c00b8457e4e52de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee6112bd3bc0b33622890c53f676a01f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a486a5ff360e585665d1500d6722a54d = $(`<div id="html_a486a5ff360e585665d1500d6722a54d" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_ee6112bd3bc0b33622890c53f676a01f.setContent(html_a486a5ff360e585665d1500d6722a54d);
|
|
|
|
|
|
|
|
marker_b1c33003fc53d50cedb77f5c96c78923.bindPopup(popup_ee6112bd3bc0b33622890c53f676a01f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1c33003fc53d50cedb77f5c96c78923.setIcon(icon_0d6bac2c51e7866b0c00b8457e4e52de);
|
|
|
|
|
|
var marker_e1b243ca2acfc58e738cce2b8a61e930 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f33f948f3d14310661ac54b891fd6234 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cd25d1abbaff8392e15aa0476f99c58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d4bf8c16efee557a79cb8dca165845 = $(`<div id="html_c6d4bf8c16efee557a79cb8dca165845" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_6cd25d1abbaff8392e15aa0476f99c58.setContent(html_c6d4bf8c16efee557a79cb8dca165845);
|
|
|
|
|
|
|
|
marker_e1b243ca2acfc58e738cce2b8a61e930.bindPopup(popup_6cd25d1abbaff8392e15aa0476f99c58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1b243ca2acfc58e738cce2b8a61e930.setIcon(icon_f33f948f3d14310661ac54b891fd6234);
|
|
|
|
|
|
var marker_eb155318ae258483c3068259c44f25d1 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ced9990636088fca60bec755e0d59a0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_628797f1ea82ad9462a2acc7ca7040e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52073d39e3cae70c53ebb4ea16656354 = $(`<div id="html_52073d39e3cae70c53ebb4ea16656354" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_628797f1ea82ad9462a2acc7ca7040e1.setContent(html_52073d39e3cae70c53ebb4ea16656354);
|
|
|
|
|
|
|
|
marker_eb155318ae258483c3068259c44f25d1.bindPopup(popup_628797f1ea82ad9462a2acc7ca7040e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb155318ae258483c3068259c44f25d1.setIcon(icon_ced9990636088fca60bec755e0d59a0c);
|
|
|
|
|
|
var marker_d61c8d0870776ff5fbca868f1576a811 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_12307819100e034ffd5a8d789635519b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3903b03ce9951f684f85938cebc226e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4de8359a9695061e0914e71680a25544 = $(`<div id="html_4de8359a9695061e0914e71680a25544" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_3903b03ce9951f684f85938cebc226e9.setContent(html_4de8359a9695061e0914e71680a25544);
|
|
|
|
|
|
|
|
marker_d61c8d0870776ff5fbca868f1576a811.bindPopup(popup_3903b03ce9951f684f85938cebc226e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d61c8d0870776ff5fbca868f1576a811.setIcon(icon_12307819100e034ffd5a8d789635519b);
|
|
|
|
|
|
var marker_3dd00b8236ffa716adda1b808475628d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_905e68408f3db2d115fbab490d30e3fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_362bfceffd89331fd2b7d950ccff6bcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d2d8032e9c5c312b279acce892c43f7 = $(`<div id="html_9d2d8032e9c5c312b279acce892c43f7" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_362bfceffd89331fd2b7d950ccff6bcf.setContent(html_9d2d8032e9c5c312b279acce892c43f7);
|
|
|
|
|
|
|
|
marker_3dd00b8236ffa716adda1b808475628d.bindPopup(popup_362bfceffd89331fd2b7d950ccff6bcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dd00b8236ffa716adda1b808475628d.setIcon(icon_905e68408f3db2d115fbab490d30e3fc);
|
|
|
|
|
|
var marker_46bd172c50b5ea590f32ccce07934efa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a3fa6b611faeeea5f46d5d4216b797cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dba5fceba16e1166899bd8076a410a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e383a54f5482d36ee0f743df4542bf4 = $(`<div id="html_6e383a54f5482d36ee0f743df4542bf4" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_4dba5fceba16e1166899bd8076a410a8.setContent(html_6e383a54f5482d36ee0f743df4542bf4);
|
|
|
|
|
|
|
|
marker_46bd172c50b5ea590f32ccce07934efa.bindPopup(popup_4dba5fceba16e1166899bd8076a410a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46bd172c50b5ea590f32ccce07934efa.setIcon(icon_a3fa6b611faeeea5f46d5d4216b797cb);
|
|
|
|
|
|
var marker_4d0b6f89bc95ab0df04a7c2826d7bb37 = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2d9c02a5482c858e37505e74d9f87a4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3b3eebc1195bc38ed4bcb7d3c63242a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_293e89e514efa46d499c73335d7b2465 = $(`<div id="html_293e89e514efa46d499c73335d7b2465" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_e3b3eebc1195bc38ed4bcb7d3c63242a.setContent(html_293e89e514efa46d499c73335d7b2465);
|
|
|
|
|
|
|
|
marker_4d0b6f89bc95ab0df04a7c2826d7bb37.bindPopup(popup_e3b3eebc1195bc38ed4bcb7d3c63242a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d0b6f89bc95ab0df04a7c2826d7bb37.setIcon(icon_2d9c02a5482c858e37505e74d9f87a4b);
|
|
|
|
|
|
var marker_d187f02bc05e2507e7751d7c0d91c3b0 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_610c9093b050b8c11cca32833bd0b180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48bc622a922fc1feee1ec1dc6f718c40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6acf9332a4178851918e71535e8a6cea = $(`<div id="html_6acf9332a4178851918e71535e8a6cea" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_48bc622a922fc1feee1ec1dc6f718c40.setContent(html_6acf9332a4178851918e71535e8a6cea);
|
|
|
|
|
|
|
|
marker_d187f02bc05e2507e7751d7c0d91c3b0.bindPopup(popup_48bc622a922fc1feee1ec1dc6f718c40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d187f02bc05e2507e7751d7c0d91c3b0.setIcon(icon_610c9093b050b8c11cca32833bd0b180);
|
|
|
|
|
|
var marker_07806ebe254f2c491acd0cf641aa7bfb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_af8a19a3197dc7dca820dc69a4bec54c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f06b5d90bb1514ae3372c8eb26e579dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d20073e25a80df5bfad91987277fcb9 = $(`<div id="html_6d20073e25a80df5bfad91987277fcb9" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_f06b5d90bb1514ae3372c8eb26e579dd.setContent(html_6d20073e25a80df5bfad91987277fcb9);
|
|
|
|
|
|
|
|
marker_07806ebe254f2c491acd0cf641aa7bfb.bindPopup(popup_f06b5d90bb1514ae3372c8eb26e579dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07806ebe254f2c491acd0cf641aa7bfb.setIcon(icon_af8a19a3197dc7dca820dc69a4bec54c);
|
|
|
|
|
|
var marker_87b413ef6cba41f0d855bbe5b1d0ce9e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_559442e287ac20e393150e04fe6a1066 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75bf9ae9e2d34f5762f7b886543809d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eb06fd822153c65a746bac6b26c2240 = $(`<div id="html_1eb06fd822153c65a746bac6b26c2240" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_75bf9ae9e2d34f5762f7b886543809d3.setContent(html_1eb06fd822153c65a746bac6b26c2240);
|
|
|
|
|
|
|
|
marker_87b413ef6cba41f0d855bbe5b1d0ce9e.bindPopup(popup_75bf9ae9e2d34f5762f7b886543809d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87b413ef6cba41f0d855bbe5b1d0ce9e.setIcon(icon_559442e287ac20e393150e04fe6a1066);
|
|
|
|
|
|
var marker_5676cb78d9236310f6b1a212a6656389 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2a264d908bb5b48160161bccb573e74c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2699400984918ac96e42cc1be9ee17b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cb4a5b1201405374d29bbfb1ec4c8cc = $(`<div id="html_5cb4a5b1201405374d29bbfb1ec4c8cc" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_2699400984918ac96e42cc1be9ee17b6.setContent(html_5cb4a5b1201405374d29bbfb1ec4c8cc);
|
|
|
|
|
|
|
|
marker_5676cb78d9236310f6b1a212a6656389.bindPopup(popup_2699400984918ac96e42cc1be9ee17b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5676cb78d9236310f6b1a212a6656389.setIcon(icon_2a264d908bb5b48160161bccb573e74c);
|
|
|
|
|
|
var marker_b1ba316918a5e647e64991a1f7b544eb = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8192d8e2e2d24e81c3f200a33fb6c33a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5084ab066da33799e09d9d92d2fc78ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7ff2a81b604f88bd29dd353de952952 = $(`<div id="html_e7ff2a81b604f88bd29dd353de952952" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_5084ab066da33799e09d9d92d2fc78ae.setContent(html_e7ff2a81b604f88bd29dd353de952952);
|
|
|
|
|
|
|
|
marker_b1ba316918a5e647e64991a1f7b544eb.bindPopup(popup_5084ab066da33799e09d9d92d2fc78ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1ba316918a5e647e64991a1f7b544eb.setIcon(icon_8192d8e2e2d24e81c3f200a33fb6c33a);
|
|
|
|
|
|
var marker_69740b7de8d893c3dd179c4c7ba5e3f8 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f0e38caebd3550e253cdffa7117e6c64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_389f94a8c9255e15273f5c61e6cfa689 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f58389ae26012cfc3d2ff9367b5b15a7 = $(`<div id="html_f58389ae26012cfc3d2ff9367b5b15a7" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_389f94a8c9255e15273f5c61e6cfa689.setContent(html_f58389ae26012cfc3d2ff9367b5b15a7);
|
|
|
|
|
|
|
|
marker_69740b7de8d893c3dd179c4c7ba5e3f8.bindPopup(popup_389f94a8c9255e15273f5c61e6cfa689)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69740b7de8d893c3dd179c4c7ba5e3f8.setIcon(icon_f0e38caebd3550e253cdffa7117e6c64);
|
|
|
|
|
|
var marker_3e1e4524155f7d8b49c9864333c5592d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6eab5737a3404c17abdcb76587bcc02b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40c64788c11cdb4f2968c25e9d44f78c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6c0d9350d3fef95e74e308fd0dc2b97 = $(`<div id="html_c6c0d9350d3fef95e74e308fd0dc2b97" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_40c64788c11cdb4f2968c25e9d44f78c.setContent(html_c6c0d9350d3fef95e74e308fd0dc2b97);
|
|
|
|
|
|
|
|
marker_3e1e4524155f7d8b49c9864333c5592d.bindPopup(popup_40c64788c11cdb4f2968c25e9d44f78c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e1e4524155f7d8b49c9864333c5592d.setIcon(icon_6eab5737a3404c17abdcb76587bcc02b);
|
|
|
|
|
|
var marker_fe7d10b7e79c5d5cf5b397a7465f7992 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b3204b21d5a9f4fc8b3dcdda4616762b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26bd8eb1812ef723c1b2914cc9c4d03d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5395c105ea780525a0aaf789b0b69178 = $(`<div id="html_5395c105ea780525a0aaf789b0b69178" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_26bd8eb1812ef723c1b2914cc9c4d03d.setContent(html_5395c105ea780525a0aaf789b0b69178);
|
|
|
|
|
|
|
|
marker_fe7d10b7e79c5d5cf5b397a7465f7992.bindPopup(popup_26bd8eb1812ef723c1b2914cc9c4d03d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe7d10b7e79c5d5cf5b397a7465f7992.setIcon(icon_b3204b21d5a9f4fc8b3dcdda4616762b);
|
|
|
|
|
|
var marker_bd01b169ba2023aee6795bb349a8b486 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3eb415e28508eba1fce09e7ce903086e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b88656f73d585203c066869111b9cfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0fd637029c850e0e9be53d497daf7c1 = $(`<div id="html_a0fd637029c850e0e9be53d497daf7c1" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_0b88656f73d585203c066869111b9cfc.setContent(html_a0fd637029c850e0e9be53d497daf7c1);
|
|
|
|
|
|
|
|
marker_bd01b169ba2023aee6795bb349a8b486.bindPopup(popup_0b88656f73d585203c066869111b9cfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd01b169ba2023aee6795bb349a8b486.setIcon(icon_3eb415e28508eba1fce09e7ce903086e);
|
|
|
|
|
|
var marker_45657b30a86341921f03ed26520d7bf4 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8fcdcb371d30650d6fcf5c47a38abf87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_292c1c60a28fcdcb282e42c0ac4ced2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78ecdc0e1d1cf28316edb288783e2260 = $(`<div id="html_78ecdc0e1d1cf28316edb288783e2260" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_292c1c60a28fcdcb282e42c0ac4ced2d.setContent(html_78ecdc0e1d1cf28316edb288783e2260);
|
|
|
|
|
|
|
|
marker_45657b30a86341921f03ed26520d7bf4.bindPopup(popup_292c1c60a28fcdcb282e42c0ac4ced2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45657b30a86341921f03ed26520d7bf4.setIcon(icon_8fcdcb371d30650d6fcf5c47a38abf87);
|
|
|
|
|
|
var marker_7a073d51d528f4bfbd18f2ad0b7e4089 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3659b450b9205e9d60d4631df44987d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4174635e77e2c932641fdc4d99363f10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cde19aedeb62d7233138cb2ccb4e35c8 = $(`<div id="html_cde19aedeb62d7233138cb2ccb4e35c8" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_4174635e77e2c932641fdc4d99363f10.setContent(html_cde19aedeb62d7233138cb2ccb4e35c8);
|
|
|
|
|
|
|
|
marker_7a073d51d528f4bfbd18f2ad0b7e4089.bindPopup(popup_4174635e77e2c932641fdc4d99363f10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a073d51d528f4bfbd18f2ad0b7e4089.setIcon(icon_3659b450b9205e9d60d4631df44987d9);
|
|
|
|
|
|
var marker_6353e2afa277a9852514a5c4ab902a5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4426bc05ddb0ba9e5aa4d30618977a6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2360d9e745ffc87234286576c579b9b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6bb9596996753a09c1083d59aa88e57 = $(`<div id="html_d6bb9596996753a09c1083d59aa88e57" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_2360d9e745ffc87234286576c579b9b8.setContent(html_d6bb9596996753a09c1083d59aa88e57);
|
|
|
|
|
|
|
|
marker_6353e2afa277a9852514a5c4ab902a5d.bindPopup(popup_2360d9e745ffc87234286576c579b9b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6353e2afa277a9852514a5c4ab902a5d.setIcon(icon_4426bc05ddb0ba9e5aa4d30618977a6b);
|
|
|
|
|
|
var marker_1aa7b9f790d299fedd05fe41c24591f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2dc5ca8ddd04651244bca79cc919a6bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3b3ee69502dee92424fcdc259810403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b60cffd79802bb59930e7cf1b8086b6 = $(`<div id="html_7b60cffd79802bb59930e7cf1b8086b6" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_f3b3ee69502dee92424fcdc259810403.setContent(html_7b60cffd79802bb59930e7cf1b8086b6);
|
|
|
|
|
|
|
|
marker_1aa7b9f790d299fedd05fe41c24591f8.bindPopup(popup_f3b3ee69502dee92424fcdc259810403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aa7b9f790d299fedd05fe41c24591f8.setIcon(icon_2dc5ca8ddd04651244bca79cc919a6bb);
|
|
|
|
|
|
var marker_343201197966e07ecead4efa83d531eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_40338e55db5da98540a1f90a5724fcdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6118e5acf15e3da0d08644a509bbf855 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b074f7012278e7f05179f38448d653e5 = $(`<div id="html_b074f7012278e7f05179f38448d653e5" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_6118e5acf15e3da0d08644a509bbf855.setContent(html_b074f7012278e7f05179f38448d653e5);
|
|
|
|
|
|
|
|
marker_343201197966e07ecead4efa83d531eb.bindPopup(popup_6118e5acf15e3da0d08644a509bbf855)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_343201197966e07ecead4efa83d531eb.setIcon(icon_40338e55db5da98540a1f90a5724fcdb);
|
|
|
|
|
|
var marker_4b6f9dc3dae87a6b62b3d184346e00a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3c996a719051d7b07cb72001f812f641 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4f9f3bf7c0eaa4871de85cfbae01b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_575f15c9095c53763adb2f475fb6e00d = $(`<div id="html_575f15c9095c53763adb2f475fb6e00d" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_c4f9f3bf7c0eaa4871de85cfbae01b75.setContent(html_575f15c9095c53763adb2f475fb6e00d);
|
|
|
|
|
|
|
|
marker_4b6f9dc3dae87a6b62b3d184346e00a8.bindPopup(popup_c4f9f3bf7c0eaa4871de85cfbae01b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b6f9dc3dae87a6b62b3d184346e00a8.setIcon(icon_3c996a719051d7b07cb72001f812f641);
|
|
|
|
|
|
var marker_0cf3295a7818ab5b5ed97e26cc94f81e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_351a8b9b4ffe18657603c4a602bdc2aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0367e801d27517004969ee822efe58a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20331ba0a93351d1b4e3aa154896bffa = $(`<div id="html_20331ba0a93351d1b4e3aa154896bffa" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_0367e801d27517004969ee822efe58a0.setContent(html_20331ba0a93351d1b4e3aa154896bffa);
|
|
|
|
|
|
|
|
marker_0cf3295a7818ab5b5ed97e26cc94f81e.bindPopup(popup_0367e801d27517004969ee822efe58a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cf3295a7818ab5b5ed97e26cc94f81e.setIcon(icon_351a8b9b4ffe18657603c4a602bdc2aa);
|
|
|
|
|
|
var marker_08e2e4e27604a03d6c1cc40ef2a43af8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d74ba3fab3f7632b25c23777d85d80b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36980d6402c7d61fad9a56b128519219 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9dadfaeb35121dbe44045007132ee4e = $(`<div id="html_c9dadfaeb35121dbe44045007132ee4e" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_36980d6402c7d61fad9a56b128519219.setContent(html_c9dadfaeb35121dbe44045007132ee4e);
|
|
|
|
|
|
|
|
marker_08e2e4e27604a03d6c1cc40ef2a43af8.bindPopup(popup_36980d6402c7d61fad9a56b128519219)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08e2e4e27604a03d6c1cc40ef2a43af8.setIcon(icon_d74ba3fab3f7632b25c23777d85d80b2);
|
|
|
|
|
|
var marker_73d09122e3ea893b4b3c4e226b564c94 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_bc5c4d2d20a0ca030b59116696b6ed41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14bb5b30d67e776f626f025760676a82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b670fd67d14e0b9c1a8b3de140de458 = $(`<div id="html_0b670fd67d14e0b9c1a8b3de140de458" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_14bb5b30d67e776f626f025760676a82.setContent(html_0b670fd67d14e0b9c1a8b3de140de458);
|
|
|
|
|
|
|
|
marker_73d09122e3ea893b4b3c4e226b564c94.bindPopup(popup_14bb5b30d67e776f626f025760676a82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73d09122e3ea893b4b3c4e226b564c94.setIcon(icon_bc5c4d2d20a0ca030b59116696b6ed41);
|
|
|
|
|
|
var marker_42fa90c1028f27dbdf247eb22747d7fa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d9e6eed102f9de61647ce2d4f5a8135b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f5ba0c0c7d8da39c1fe44bb760af68e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_758c777910d6c27011920e2d2bc2c7f4 = $(`<div id="html_758c777910d6c27011920e2d2bc2c7f4" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_7f5ba0c0c7d8da39c1fe44bb760af68e.setContent(html_758c777910d6c27011920e2d2bc2c7f4);
|
|
|
|
|
|
|
|
marker_42fa90c1028f27dbdf247eb22747d7fa.bindPopup(popup_7f5ba0c0c7d8da39c1fe44bb760af68e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42fa90c1028f27dbdf247eb22747d7fa.setIcon(icon_d9e6eed102f9de61647ce2d4f5a8135b);
|
|
|
|
|
|
var marker_4bc7982c1ea5fd22d3842f5ac003495c = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_385aa033deab0c70f3aa8530315957fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8055077c6c57345da6e02807f8519ff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56869116de55fbfba3def9f262a591b4 = $(`<div id="html_56869116de55fbfba3def9f262a591b4" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_8055077c6c57345da6e02807f8519ff9.setContent(html_56869116de55fbfba3def9f262a591b4);
|
|
|
|
|
|
|
|
marker_4bc7982c1ea5fd22d3842f5ac003495c.bindPopup(popup_8055077c6c57345da6e02807f8519ff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bc7982c1ea5fd22d3842f5ac003495c.setIcon(icon_385aa033deab0c70f3aa8530315957fb);
|
|
|
|
|
|
var marker_750c9a0172acfdd13c3419f6ed6dbefb = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0508044c8a16ceb24e28d174b623a12d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5224e5cc045bea60eabec29257f4bccd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6190f29f3ca9fc4db07dcbbd7e7982c3 = $(`<div id="html_6190f29f3ca9fc4db07dcbbd7e7982c3" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_5224e5cc045bea60eabec29257f4bccd.setContent(html_6190f29f3ca9fc4db07dcbbd7e7982c3);
|
|
|
|
|
|
|
|
marker_750c9a0172acfdd13c3419f6ed6dbefb.bindPopup(popup_5224e5cc045bea60eabec29257f4bccd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_750c9a0172acfdd13c3419f6ed6dbefb.setIcon(icon_0508044c8a16ceb24e28d174b623a12d);
|
|
|
|
|
|
var marker_688b8b6760db8f21f41056fd23b6bc58 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_39d76478aa9b118002e3a0028af66cba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d9fcf58c5e8a35d42315e3f8e4773e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2758aa149a47bea59530222dd8481b17 = $(`<div id="html_2758aa149a47bea59530222dd8481b17" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_9d9fcf58c5e8a35d42315e3f8e4773e0.setContent(html_2758aa149a47bea59530222dd8481b17);
|
|
|
|
|
|
|
|
marker_688b8b6760db8f21f41056fd23b6bc58.bindPopup(popup_9d9fcf58c5e8a35d42315e3f8e4773e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_688b8b6760db8f21f41056fd23b6bc58.setIcon(icon_39d76478aa9b118002e3a0028af66cba);
|
|
|
|
|
|
var marker_c290a931785ce2a76c9ed0d8407b81ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d0dd3e3f1854745935e606c502b527f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6550f0698b0c5e7f481674151d14dfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3518225259290add0b67d3ab88703d8 = $(`<div id="html_f3518225259290add0b67d3ab88703d8" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_b6550f0698b0c5e7f481674151d14dfa.setContent(html_f3518225259290add0b67d3ab88703d8);
|
|
|
|
|
|
|
|
marker_c290a931785ce2a76c9ed0d8407b81ff.bindPopup(popup_b6550f0698b0c5e7f481674151d14dfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c290a931785ce2a76c9ed0d8407b81ff.setIcon(icon_d0dd3e3f1854745935e606c502b527f0);
|
|
|
|
|
|
var marker_a3b4b9e3a0e9bb28f5c7b78900ea4677 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_413d9d93e832369cd9668d1fea0e5c84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf77f5bf4edf2b12aac5726e40801642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f52dd40e280c510b123dbad81e98784 = $(`<div id="html_9f52dd40e280c510b123dbad81e98784" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_cf77f5bf4edf2b12aac5726e40801642.setContent(html_9f52dd40e280c510b123dbad81e98784);
|
|
|
|
|
|
|
|
marker_a3b4b9e3a0e9bb28f5c7b78900ea4677.bindPopup(popup_cf77f5bf4edf2b12aac5726e40801642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3b4b9e3a0e9bb28f5c7b78900ea4677.setIcon(icon_413d9d93e832369cd9668d1fea0e5c84);
|
|
|
|
|
|
var marker_05e57a5af3e723212882b9b32f4b41f7 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0fb252ad1239c7613b355569cb51159a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9043f6d55d8c81d31547188ede43fb48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc4e44df1953c35fe6fcbed8671fd8be = $(`<div id="html_fc4e44df1953c35fe6fcbed8671fd8be" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_9043f6d55d8c81d31547188ede43fb48.setContent(html_fc4e44df1953c35fe6fcbed8671fd8be);
|
|
|
|
|
|
|
|
marker_05e57a5af3e723212882b9b32f4b41f7.bindPopup(popup_9043f6d55d8c81d31547188ede43fb48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05e57a5af3e723212882b9b32f4b41f7.setIcon(icon_0fb252ad1239c7613b355569cb51159a);
|
|
|
|
|
|
var marker_512be2af94767cc69f11a4fbb83af1f9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ccfe1b265a257a6ff89829285cd4a084 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9853bfea72bafe453b38b424a0dadfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c7355c6b2219eb67ea1113714b065db = $(`<div id="html_5c7355c6b2219eb67ea1113714b065db" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_d9853bfea72bafe453b38b424a0dadfb.setContent(html_5c7355c6b2219eb67ea1113714b065db);
|
|
|
|
|
|
|
|
marker_512be2af94767cc69f11a4fbb83af1f9.bindPopup(popup_d9853bfea72bafe453b38b424a0dadfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_512be2af94767cc69f11a4fbb83af1f9.setIcon(icon_ccfe1b265a257a6ff89829285cd4a084);
|
|
|
|
|
|
var marker_3a375ce3a4bab4a88325486ee8378305 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a838851abbce04db2ccb2d75809537aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfb74b1682db6cdd1e6cce86bec85323 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67a13c03b45b7adb52853dea2176bc93 = $(`<div id="html_67a13c03b45b7adb52853dea2176bc93" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_cfb74b1682db6cdd1e6cce86bec85323.setContent(html_67a13c03b45b7adb52853dea2176bc93);
|
|
|
|
|
|
|
|
marker_3a375ce3a4bab4a88325486ee8378305.bindPopup(popup_cfb74b1682db6cdd1e6cce86bec85323)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a375ce3a4bab4a88325486ee8378305.setIcon(icon_a838851abbce04db2ccb2d75809537aa);
|
|
|
|
|
|
var marker_177c3784027c073e4962b99b085ed890 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a651fd04451fd44ee75cfe49d44b0e7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ef49669bc4460161cdeab61b82fe188 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b22adb3575f49522b818deecb38811 = $(`<div id="html_54b22adb3575f49522b818deecb38811" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_8ef49669bc4460161cdeab61b82fe188.setContent(html_54b22adb3575f49522b818deecb38811);
|
|
|
|
|
|
|
|
marker_177c3784027c073e4962b99b085ed890.bindPopup(popup_8ef49669bc4460161cdeab61b82fe188)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_177c3784027c073e4962b99b085ed890.setIcon(icon_a651fd04451fd44ee75cfe49d44b0e7c);
|
|
|
|
|
|
var marker_186400c53d9b1c8157d62c4ae1a87419 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3955903fd684dbfb3e2d890e679cd572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5442867efa45ba4f798aa44b8f7b0407 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aae4dca858a63caa19c48912fc6dd4dc = $(`<div id="html_aae4dca858a63caa19c48912fc6dd4dc" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_5442867efa45ba4f798aa44b8f7b0407.setContent(html_aae4dca858a63caa19c48912fc6dd4dc);
|
|
|
|
|
|
|
|
marker_186400c53d9b1c8157d62c4ae1a87419.bindPopup(popup_5442867efa45ba4f798aa44b8f7b0407)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_186400c53d9b1c8157d62c4ae1a87419.setIcon(icon_3955903fd684dbfb3e2d890e679cd572);
|
|
|
|
|
|
var marker_92a1ac5fb10939e083fd5ae06c98eae9 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_fb3c5d20caac567f6380bc64468932c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0118ad5135528dc7264f5085263245d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bcb542ea60af2fd5f7953472d42875a = $(`<div id="html_3bcb542ea60af2fd5f7953472d42875a" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_0118ad5135528dc7264f5085263245d9.setContent(html_3bcb542ea60af2fd5f7953472d42875a);
|
|
|
|
|
|
|
|
marker_92a1ac5fb10939e083fd5ae06c98eae9.bindPopup(popup_0118ad5135528dc7264f5085263245d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92a1ac5fb10939e083fd5ae06c98eae9.setIcon(icon_fb3c5d20caac567f6380bc64468932c0);
|
|
|
|
|
|
var marker_cbb12d601f6feeadac4d1d8674af7100 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_71cc441c0735d16c3f0e690a916b15db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b851088aaea3dc1d1bfb5217f5f94d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5308f76d7493139739db32aeb52c32e = $(`<div id="html_a5308f76d7493139739db32aeb52c32e" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_7b851088aaea3dc1d1bfb5217f5f94d4.setContent(html_a5308f76d7493139739db32aeb52c32e);
|
|
|
|
|
|
|
|
marker_cbb12d601f6feeadac4d1d8674af7100.bindPopup(popup_7b851088aaea3dc1d1bfb5217f5f94d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbb12d601f6feeadac4d1d8674af7100.setIcon(icon_71cc441c0735d16c3f0e690a916b15db);
|
|
|
|
|
|
var marker_f3ba98543bce799d3d2d54563c15d8d9 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b968c38c2f25c202b186278033a5d69a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79cc11cc6a434b8e18be177cf87b7f8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfded86bf615577e76b7f2bbd6c678dd = $(`<div id="html_dfded86bf615577e76b7f2bbd6c678dd" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_79cc11cc6a434b8e18be177cf87b7f8a.setContent(html_dfded86bf615577e76b7f2bbd6c678dd);
|
|
|
|
|
|
|
|
marker_f3ba98543bce799d3d2d54563c15d8d9.bindPopup(popup_79cc11cc6a434b8e18be177cf87b7f8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3ba98543bce799d3d2d54563c15d8d9.setIcon(icon_b968c38c2f25c202b186278033a5d69a);
|
|
|
|
|
|
var marker_e34db1a49bb7f0c82d8625aff87cca28 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6934f4b4a83b5748af3426d0fb1be264 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_526cf996b3eef47fdb75eacf209a5420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d576e515333454c97f6b9ecd75ee1ea = $(`<div id="html_6d576e515333454c97f6b9ecd75ee1ea" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_526cf996b3eef47fdb75eacf209a5420.setContent(html_6d576e515333454c97f6b9ecd75ee1ea);
|
|
|
|
|
|
|
|
marker_e34db1a49bb7f0c82d8625aff87cca28.bindPopup(popup_526cf996b3eef47fdb75eacf209a5420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e34db1a49bb7f0c82d8625aff87cca28.setIcon(icon_6934f4b4a83b5748af3426d0fb1be264);
|
|
|
|
|
|
var marker_44ecfa18fa5bfb10cf2e3ec26644b837 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_bd4ae2ff78bfa8da2f070e6fce7864ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_131d81a625b8db2dd2744f5505a1949e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_165464fe1858f6db4fb948de95e3eed5 = $(`<div id="html_165464fe1858f6db4fb948de95e3eed5" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_131d81a625b8db2dd2744f5505a1949e.setContent(html_165464fe1858f6db4fb948de95e3eed5);
|
|
|
|
|
|
|
|
marker_44ecfa18fa5bfb10cf2e3ec26644b837.bindPopup(popup_131d81a625b8db2dd2744f5505a1949e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44ecfa18fa5bfb10cf2e3ec26644b837.setIcon(icon_bd4ae2ff78bfa8da2f070e6fce7864ed);
|
|
|
|
|
|
var marker_8b210ae075f3e4ff40c9e2239f74336f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_07bebc8d1c0363df25968ff9160436c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cff5a7c758e0410cf8a0b80ac541c82a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d045f7eeccd80b580459468b7e7a7f8 = $(`<div id="html_3d045f7eeccd80b580459468b7e7a7f8" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_cff5a7c758e0410cf8a0b80ac541c82a.setContent(html_3d045f7eeccd80b580459468b7e7a7f8);
|
|
|
|
|
|
|
|
marker_8b210ae075f3e4ff40c9e2239f74336f.bindPopup(popup_cff5a7c758e0410cf8a0b80ac541c82a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b210ae075f3e4ff40c9e2239f74336f.setIcon(icon_07bebc8d1c0363df25968ff9160436c7);
|
|
|
|
|
|
var marker_bbdd142fd1f286a198ee34512af52657 = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_45251cbc22d3347ea04599b3f621b349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dbae9ac12401a9345ecef626214f1f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_554e110829bae9d0f9527fb3e7abf54e = $(`<div id="html_554e110829bae9d0f9527fb3e7abf54e" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_9dbae9ac12401a9345ecef626214f1f1.setContent(html_554e110829bae9d0f9527fb3e7abf54e);
|
|
|
|
|
|
|
|
marker_bbdd142fd1f286a198ee34512af52657.bindPopup(popup_9dbae9ac12401a9345ecef626214f1f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbdd142fd1f286a198ee34512af52657.setIcon(icon_45251cbc22d3347ea04599b3f621b349);
|
|
|
|
|
|
var marker_7c41f3e24d5e9bbd2179535f9f93e204 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ae7c1eedd564138e43378cfca2f7bd4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87566e2ed064b406e9f71d6357cd2088 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c95cfbdf2dd49c8ddc069e0865141ef7 = $(`<div id="html_c95cfbdf2dd49c8ddc069e0865141ef7" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_87566e2ed064b406e9f71d6357cd2088.setContent(html_c95cfbdf2dd49c8ddc069e0865141ef7);
|
|
|
|
|
|
|
|
marker_7c41f3e24d5e9bbd2179535f9f93e204.bindPopup(popup_87566e2ed064b406e9f71d6357cd2088)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c41f3e24d5e9bbd2179535f9f93e204.setIcon(icon_ae7c1eedd564138e43378cfca2f7bd4a);
|
|
|
|
|
|
var marker_795a488783d12d234605d88fda130f99 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_43ad9f26ad3bf451b915d6fef20302ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb381380ffddb6b6e881f3e74f7009d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a03f9851ac952c4ef02132333e574ace = $(`<div id="html_a03f9851ac952c4ef02132333e574ace" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_cb381380ffddb6b6e881f3e74f7009d6.setContent(html_a03f9851ac952c4ef02132333e574ace);
|
|
|
|
|
|
|
|
marker_795a488783d12d234605d88fda130f99.bindPopup(popup_cb381380ffddb6b6e881f3e74f7009d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_795a488783d12d234605d88fda130f99.setIcon(icon_43ad9f26ad3bf451b915d6fef20302ca);
|
|
|
|
|
|
var marker_12691cefe9704c49c4e8c552fd94c0fc = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8fada8606a14f271e8a2814ef4cd1430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecf0243b5cbca6297c12fef7157229cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b214cd00ac359bec66564ec267f8acc1 = $(`<div id="html_b214cd00ac359bec66564ec267f8acc1" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_ecf0243b5cbca6297c12fef7157229cc.setContent(html_b214cd00ac359bec66564ec267f8acc1);
|
|
|
|
|
|
|
|
marker_12691cefe9704c49c4e8c552fd94c0fc.bindPopup(popup_ecf0243b5cbca6297c12fef7157229cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12691cefe9704c49c4e8c552fd94c0fc.setIcon(icon_8fada8606a14f271e8a2814ef4cd1430);
|
|
|
|
|
|
var marker_11857e6e7ab2aa43aa8c5de308b0a7bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_9b0fad69289d1a3cf2bea7349a486d43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2278743284debdbf596f55e9b6625336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc9735e394e6d37949433fd42cf08f08 = $(`<div id="html_cc9735e394e6d37949433fd42cf08f08" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_2278743284debdbf596f55e9b6625336.setContent(html_cc9735e394e6d37949433fd42cf08f08);
|
|
|
|
|
|
|
|
marker_11857e6e7ab2aa43aa8c5de308b0a7bd.bindPopup(popup_2278743284debdbf596f55e9b6625336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11857e6e7ab2aa43aa8c5de308b0a7bd.setIcon(icon_9b0fad69289d1a3cf2bea7349a486d43);
|
|
|
|
|
|
var marker_0c3983ee83732b320c384a84f9e65432 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_009099fca7a390f1bc49142b9e423ae7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9853ed7121ff120f03ae31cc92233c7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3cb80bdb74a47c5b02c905c6c0037ea = $(`<div id="html_f3cb80bdb74a47c5b02c905c6c0037ea" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_9853ed7121ff120f03ae31cc92233c7c.setContent(html_f3cb80bdb74a47c5b02c905c6c0037ea);
|
|
|
|
|
|
|
|
marker_0c3983ee83732b320c384a84f9e65432.bindPopup(popup_9853ed7121ff120f03ae31cc92233c7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c3983ee83732b320c384a84f9e65432.setIcon(icon_009099fca7a390f1bc49142b9e423ae7);
|
|
|
|
|
|
var marker_c00b1fe202133a7554f9ad536649b2e7 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_eee640a2c5f50fcd1758eda64655aa9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ff817fad5af845813e24429bb2c06b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4ff48674d06fc5ea894d0e9c7ded989 = $(`<div id="html_a4ff48674d06fc5ea894d0e9c7ded989" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_5ff817fad5af845813e24429bb2c06b0.setContent(html_a4ff48674d06fc5ea894d0e9c7ded989);
|
|
|
|
|
|
|
|
marker_c00b1fe202133a7554f9ad536649b2e7.bindPopup(popup_5ff817fad5af845813e24429bb2c06b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c00b1fe202133a7554f9ad536649b2e7.setIcon(icon_eee640a2c5f50fcd1758eda64655aa9b);
|
|
|
|
|
|
var marker_ac65a3ec6a4a448b5179edd5400eccba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_89ad569578c685761ef5bfa923ac0647 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be95769faf0d33b9654f8ddc2e1c02d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0841e9876965a76d6ddbf1417ac5e317 = $(`<div id="html_0841e9876965a76d6ddbf1417ac5e317" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_be95769faf0d33b9654f8ddc2e1c02d2.setContent(html_0841e9876965a76d6ddbf1417ac5e317);
|
|
|
|
|
|
|
|
marker_ac65a3ec6a4a448b5179edd5400eccba.bindPopup(popup_be95769faf0d33b9654f8ddc2e1c02d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac65a3ec6a4a448b5179edd5400eccba.setIcon(icon_89ad569578c685761ef5bfa923ac0647);
|
|
|
|
|
|
var marker_c80454e5d5972dde1265c8ac3d7a6f94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c32be4300370d71bfe4b59ed9ca97e2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61c8ed3f3ba6d141061691d69a539745 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fd7d3f852fd5cfb18556a4247017b23 = $(`<div id="html_8fd7d3f852fd5cfb18556a4247017b23" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_61c8ed3f3ba6d141061691d69a539745.setContent(html_8fd7d3f852fd5cfb18556a4247017b23);
|
|
|
|
|
|
|
|
marker_c80454e5d5972dde1265c8ac3d7a6f94.bindPopup(popup_61c8ed3f3ba6d141061691d69a539745)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c80454e5d5972dde1265c8ac3d7a6f94.setIcon(icon_c32be4300370d71bfe4b59ed9ca97e2e);
|
|
|
|
|
|
var marker_c38efe745c459d60a6d1d550422558c5 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0ce772a93603903a258983deb4c9c0d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_898cddb41846191787b7d945ef0090e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03de76d8576b5841b541765063f8a77e = $(`<div id="html_03de76d8576b5841b541765063f8a77e" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_898cddb41846191787b7d945ef0090e2.setContent(html_03de76d8576b5841b541765063f8a77e);
|
|
|
|
|
|
|
|
marker_c38efe745c459d60a6d1d550422558c5.bindPopup(popup_898cddb41846191787b7d945ef0090e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c38efe745c459d60a6d1d550422558c5.setIcon(icon_0ce772a93603903a258983deb4c9c0d9);
|
|
|
|
|
|
var marker_d86fba1ffb2db35c32b454f30d794736 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_33f368a769797aa01c71d0a39ef39b78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb9e41dc9afcdeda5448e5717edc3099 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b01f7ca77c41db574da8ab5d708bd00d = $(`<div id="html_b01f7ca77c41db574da8ab5d708bd00d" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_cb9e41dc9afcdeda5448e5717edc3099.setContent(html_b01f7ca77c41db574da8ab5d708bd00d);
|
|
|
|
|
|
|
|
marker_d86fba1ffb2db35c32b454f30d794736.bindPopup(popup_cb9e41dc9afcdeda5448e5717edc3099)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d86fba1ffb2db35c32b454f30d794736.setIcon(icon_33f368a769797aa01c71d0a39ef39b78);
|
|
|
|
|
|
var marker_9cf8163b41a47a3bd05f13145eeb63aa = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f234812009e6f506c460865c6fc5bd6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc3fef8079f9cfab0d8eadcd4185c8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2eede9ff0de3245dbdf1a587478faeb8 = $(`<div id="html_2eede9ff0de3245dbdf1a587478faeb8" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_fdc3fef8079f9cfab0d8eadcd4185c8b.setContent(html_2eede9ff0de3245dbdf1a587478faeb8);
|
|
|
|
|
|
|
|
marker_9cf8163b41a47a3bd05f13145eeb63aa.bindPopup(popup_fdc3fef8079f9cfab0d8eadcd4185c8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cf8163b41a47a3bd05f13145eeb63aa.setIcon(icon_f234812009e6f506c460865c6fc5bd6d);
|
|
|
|
|
|
var marker_b248d7eb23baeb587415990d2f60f571 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_304be8bd82a368426f1bf57ce96c7d8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_403f5bab0411e575f43de2f67540e416 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2e8ce5afa0a561a6a39e740601214e8 = $(`<div id="html_e2e8ce5afa0a561a6a39e740601214e8" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_403f5bab0411e575f43de2f67540e416.setContent(html_e2e8ce5afa0a561a6a39e740601214e8);
|
|
|
|
|
|
|
|
marker_b248d7eb23baeb587415990d2f60f571.bindPopup(popup_403f5bab0411e575f43de2f67540e416)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b248d7eb23baeb587415990d2f60f571.setIcon(icon_304be8bd82a368426f1bf57ce96c7d8d);
|
|
|
|
|
|
var marker_37c41da36011315d44a24a127ac15ff8 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_298197bb56aa3a1d4083a046de6fcc67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b77acecb21baf6a9d7efea02385cf2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da8a8b3cadad23c994ecac5d81f5f99e = $(`<div id="html_da8a8b3cadad23c994ecac5d81f5f99e" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_5b77acecb21baf6a9d7efea02385cf2f.setContent(html_da8a8b3cadad23c994ecac5d81f5f99e);
|
|
|
|
|
|
|
|
marker_37c41da36011315d44a24a127ac15ff8.bindPopup(popup_5b77acecb21baf6a9d7efea02385cf2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c41da36011315d44a24a127ac15ff8.setIcon(icon_298197bb56aa3a1d4083a046de6fcc67);
|
|
|
|
|
|
var marker_4bd143f570fa0e971a8aef93dda23e4a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4673aa9046b60544ba7fa5b871f10798 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f8bbeeede74e57c45a7782a2ef50ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_362951e4d8975eb7592ef2ae5a440e57 = $(`<div id="html_362951e4d8975eb7592ef2ae5a440e57" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_94f8bbeeede74e57c45a7782a2ef50ab.setContent(html_362951e4d8975eb7592ef2ae5a440e57);
|
|
|
|
|
|
|
|
marker_4bd143f570fa0e971a8aef93dda23e4a.bindPopup(popup_94f8bbeeede74e57c45a7782a2ef50ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bd143f570fa0e971a8aef93dda23e4a.setIcon(icon_4673aa9046b60544ba7fa5b871f10798);
|
|
|
|
|
|
var marker_e5fdba06772114b0ff4989d41d19f150 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ce874f18c8b499fdc86f4832d936680e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf6a45d9dbc88a37582dacf271ca9ed1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0781c56f97acad3f587497f59205cb40 = $(`<div id="html_0781c56f97acad3f587497f59205cb40" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_cf6a45d9dbc88a37582dacf271ca9ed1.setContent(html_0781c56f97acad3f587497f59205cb40);
|
|
|
|
|
|
|
|
marker_e5fdba06772114b0ff4989d41d19f150.bindPopup(popup_cf6a45d9dbc88a37582dacf271ca9ed1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5fdba06772114b0ff4989d41d19f150.setIcon(icon_ce874f18c8b499fdc86f4832d936680e);
|
|
|
|
|
|
var marker_76fab4cf008a9a399172e5d42c9fb8f2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4d40ff4bba09c94d7e7c0ef49460b57f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18c576e13df4035c7ab4f5b9b9ebd4b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e881d6387f0d545f29b4c0bb4d6356f = $(`<div id="html_6e881d6387f0d545f29b4c0bb4d6356f" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_18c576e13df4035c7ab4f5b9b9ebd4b2.setContent(html_6e881d6387f0d545f29b4c0bb4d6356f);
|
|
|
|
|
|
|
|
marker_76fab4cf008a9a399172e5d42c9fb8f2.bindPopup(popup_18c576e13df4035c7ab4f5b9b9ebd4b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76fab4cf008a9a399172e5d42c9fb8f2.setIcon(icon_4d40ff4bba09c94d7e7c0ef49460b57f);
|
|
|
|
|
|
var marker_1fa21a9968840ec4c7c27842b9d91d0a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_12cac17637bd514c5ae31aa62bdfae53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98f671b2f6d06929f03e525cc493c25a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c34166439f135f043671f2b3050fa39e = $(`<div id="html_c34166439f135f043671f2b3050fa39e" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_98f671b2f6d06929f03e525cc493c25a.setContent(html_c34166439f135f043671f2b3050fa39e);
|
|
|
|
|
|
|
|
marker_1fa21a9968840ec4c7c27842b9d91d0a.bindPopup(popup_98f671b2f6d06929f03e525cc493c25a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fa21a9968840ec4c7c27842b9d91d0a.setIcon(icon_12cac17637bd514c5ae31aa62bdfae53);
|
|
|
|
|
|
var marker_7cb53110eca62b68ea075bfb7c6696cd = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b69972ee440021e0676e9565554325f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e65f681ef3ef75dd96fb77c5e7298beb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0ab3cf58d1d63a53f4e858b6284841d = $(`<div id="html_f0ab3cf58d1d63a53f4e858b6284841d" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_e65f681ef3ef75dd96fb77c5e7298beb.setContent(html_f0ab3cf58d1d63a53f4e858b6284841d);
|
|
|
|
|
|
|
|
marker_7cb53110eca62b68ea075bfb7c6696cd.bindPopup(popup_e65f681ef3ef75dd96fb77c5e7298beb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cb53110eca62b68ea075bfb7c6696cd.setIcon(icon_b69972ee440021e0676e9565554325f9);
|
|
|
|
|
|
var marker_68648f2d80810168c02d26274327a577 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2ca7fc6dfb5ad127abf0eb2822f2febf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dad750c5b273eb42c1554cfbd7a90706 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc4c9a4bd8621b6925f2528ec0779f0 = $(`<div id="html_fcc4c9a4bd8621b6925f2528ec0779f0" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_dad750c5b273eb42c1554cfbd7a90706.setContent(html_fcc4c9a4bd8621b6925f2528ec0779f0);
|
|
|
|
|
|
|
|
marker_68648f2d80810168c02d26274327a577.bindPopup(popup_dad750c5b273eb42c1554cfbd7a90706)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68648f2d80810168c02d26274327a577.setIcon(icon_2ca7fc6dfb5ad127abf0eb2822f2febf);
|
|
|
|
|
|
var marker_2c0ad68624f38cf5eef7a1719e2107d5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8ad8242005fffdd5ba76392b3e0f67e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0f6b73d15b88ef0f20b883ac9996eb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bad82d526f2653b33714399c4630f898 = $(`<div id="html_bad82d526f2653b33714399c4630f898" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_e0f6b73d15b88ef0f20b883ac9996eb8.setContent(html_bad82d526f2653b33714399c4630f898);
|
|
|
|
|
|
|
|
marker_2c0ad68624f38cf5eef7a1719e2107d5.bindPopup(popup_e0f6b73d15b88ef0f20b883ac9996eb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c0ad68624f38cf5eef7a1719e2107d5.setIcon(icon_8ad8242005fffdd5ba76392b3e0f67e1);
|
|
|
|
|
|
var marker_9988de4e88dc9a8d0646914f457f68cc = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b5c43616bef5fb11a427d8f87eb6cdef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a31b4bd0baf4279cafe300d5e1d06d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ae3fde4cc0cf6e2744e8b5b7df84ac7 = $(`<div id="html_0ae3fde4cc0cf6e2744e8b5b7df84ac7" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_a31b4bd0baf4279cafe300d5e1d06d6f.setContent(html_0ae3fde4cc0cf6e2744e8b5b7df84ac7);
|
|
|
|
|
|
|
|
marker_9988de4e88dc9a8d0646914f457f68cc.bindPopup(popup_a31b4bd0baf4279cafe300d5e1d06d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9988de4e88dc9a8d0646914f457f68cc.setIcon(icon_b5c43616bef5fb11a427d8f87eb6cdef);
|
|
|
|
|
|
var marker_3a5b93008a5ba48ad8877a42f60af8ed = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6c8dd464ab75b7d0a952a0c371d57879 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78428e993525e1bfe38330d8700282a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_693d22d7ddecb3246d810d6182f1169a = $(`<div id="html_693d22d7ddecb3246d810d6182f1169a" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_78428e993525e1bfe38330d8700282a3.setContent(html_693d22d7ddecb3246d810d6182f1169a);
|
|
|
|
|
|
|
|
marker_3a5b93008a5ba48ad8877a42f60af8ed.bindPopup(popup_78428e993525e1bfe38330d8700282a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a5b93008a5ba48ad8877a42f60af8ed.setIcon(icon_6c8dd464ab75b7d0a952a0c371d57879);
|
|
|
|
|
|
var marker_d03e4f2c329862065c225550374c0f30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_28130b83e48a231aac7958e35053bc9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2ffa690d17b3f5e7692755ac1ba7e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dc0544b6b25d3662552e65d4e92e4f6 = $(`<div id="html_9dc0544b6b25d3662552e65d4e92e4f6" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_9e2ffa690d17b3f5e7692755ac1ba7e6.setContent(html_9dc0544b6b25d3662552e65d4e92e4f6);
|
|
|
|
|
|
|
|
marker_d03e4f2c329862065c225550374c0f30.bindPopup(popup_9e2ffa690d17b3f5e7692755ac1ba7e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d03e4f2c329862065c225550374c0f30.setIcon(icon_28130b83e48a231aac7958e35053bc9b);
|
|
|
|
|
|
var marker_c407c43e78396dd740615e2784c4e4e1 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_e6bf0dcab048c2454995c2171505ddfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_856d95dd03739c383124ea0359af79ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d63f2d5d9d7c1c850761ada4d50e55fd = $(`<div id="html_d63f2d5d9d7c1c850761ada4d50e55fd" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_856d95dd03739c383124ea0359af79ff.setContent(html_d63f2d5d9d7c1c850761ada4d50e55fd);
|
|
|
|
|
|
|
|
marker_c407c43e78396dd740615e2784c4e4e1.bindPopup(popup_856d95dd03739c383124ea0359af79ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c407c43e78396dd740615e2784c4e4e1.setIcon(icon_e6bf0dcab048c2454995c2171505ddfb);
|
|
|
|
|
|
var marker_12ec1771bf6e57690a9814681dd0b5b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1729d581b4d5fb465ef05c1ca084c1fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fb93e38aa72d75587dba42ad328e65d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c74b8c058e6f5b1070127e248287643 = $(`<div id="html_5c74b8c058e6f5b1070127e248287643" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_8fb93e38aa72d75587dba42ad328e65d.setContent(html_5c74b8c058e6f5b1070127e248287643);
|
|
|
|
|
|
|
|
marker_12ec1771bf6e57690a9814681dd0b5b6.bindPopup(popup_8fb93e38aa72d75587dba42ad328e65d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12ec1771bf6e57690a9814681dd0b5b6.setIcon(icon_1729d581b4d5fb465ef05c1ca084c1fa);
|
|
|
|
|
|
var marker_7ae86b1be0270571737e29fd2319c869 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_144345f89625d317df31868367938cca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb2f6f1c02f5b5d2f39aea2eb7604730 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f677e79f522f0e420ce1fd367bd17fd2 = $(`<div id="html_f677e79f522f0e420ce1fd367bd17fd2" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_bb2f6f1c02f5b5d2f39aea2eb7604730.setContent(html_f677e79f522f0e420ce1fd367bd17fd2);
|
|
|
|
|
|
|
|
marker_7ae86b1be0270571737e29fd2319c869.bindPopup(popup_bb2f6f1c02f5b5d2f39aea2eb7604730)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ae86b1be0270571737e29fd2319c869.setIcon(icon_144345f89625d317df31868367938cca);
|
|
|
|
|
|
var marker_80f9af3b1df9f6257329f4d1977a260a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_16cf0cb6c1ae3e752fe80b339fcd7176 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a45e793f2637cba9ac3c9ee2fde04132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3366f4c20cbbec01eda323c0829fef7d = $(`<div id="html_3366f4c20cbbec01eda323c0829fef7d" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_a45e793f2637cba9ac3c9ee2fde04132.setContent(html_3366f4c20cbbec01eda323c0829fef7d);
|
|
|
|
|
|
|
|
marker_80f9af3b1df9f6257329f4d1977a260a.bindPopup(popup_a45e793f2637cba9ac3c9ee2fde04132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80f9af3b1df9f6257329f4d1977a260a.setIcon(icon_16cf0cb6c1ae3e752fe80b339fcd7176);
|
|
|
|
|
|
var marker_d827121c7962733ef5c0efa908517a6c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_674c640865dd3754d3c11c54391ea361 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd2a1bc23906964dcf9b54d829513b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbce2a703710e1a192df16698a4d2ad0 = $(`<div id="html_bbce2a703710e1a192df16698a4d2ad0" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_5dd2a1bc23906964dcf9b54d829513b8.setContent(html_bbce2a703710e1a192df16698a4d2ad0);
|
|
|
|
|
|
|
|
marker_d827121c7962733ef5c0efa908517a6c.bindPopup(popup_5dd2a1bc23906964dcf9b54d829513b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d827121c7962733ef5c0efa908517a6c.setIcon(icon_674c640865dd3754d3c11c54391ea361);
|
|
|
|
|
|
var marker_aba7d32b200473383423c3a7d82927de = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1c1c860638c956e31a806ea115066c16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f8750886ce504a4f38f3ca1f3ab2737 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a5342a5cf7b8d0022ad7030c6f95f59 = $(`<div id="html_9a5342a5cf7b8d0022ad7030c6f95f59" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_0f8750886ce504a4f38f3ca1f3ab2737.setContent(html_9a5342a5cf7b8d0022ad7030c6f95f59);
|
|
|
|
|
|
|
|
marker_aba7d32b200473383423c3a7d82927de.bindPopup(popup_0f8750886ce504a4f38f3ca1f3ab2737)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aba7d32b200473383423c3a7d82927de.setIcon(icon_1c1c860638c956e31a806ea115066c16);
|
|
|
|
|
|
var marker_f66377285aad543257abc818aa035880 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6a30f72e1212ab3fc48f33ffda22bd69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e110542945fa4cef6e8bf21884bf8027 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af7f969020d037ee1ac3c47926133670 = $(`<div id="html_af7f969020d037ee1ac3c47926133670" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_e110542945fa4cef6e8bf21884bf8027.setContent(html_af7f969020d037ee1ac3c47926133670);
|
|
|
|
|
|
|
|
marker_f66377285aad543257abc818aa035880.bindPopup(popup_e110542945fa4cef6e8bf21884bf8027)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f66377285aad543257abc818aa035880.setIcon(icon_6a30f72e1212ab3fc48f33ffda22bd69);
|
|
|
|
|
|
var marker_10b460a370cb6de6926712af63c2333e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_fcc04068082cb7e9bc8c6f24714dc958 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_551c44eaa4463819b60ac59ba80c29c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ae9a42ded8aeceb885be7194aa44cdc = $(`<div id="html_4ae9a42ded8aeceb885be7194aa44cdc" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_551c44eaa4463819b60ac59ba80c29c0.setContent(html_4ae9a42ded8aeceb885be7194aa44cdc);
|
|
|
|
|
|
|
|
marker_10b460a370cb6de6926712af63c2333e.bindPopup(popup_551c44eaa4463819b60ac59ba80c29c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10b460a370cb6de6926712af63c2333e.setIcon(icon_fcc04068082cb7e9bc8c6f24714dc958);
|
|
|
|
|
|
var marker_7c8af6d3f521d637c700ca48682e877e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_64c4676168ddb339184a86dac1d15575 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de96553ec68027937342d80dace317a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37fcf977e0ac567442e6fb2b2ae032d2 = $(`<div id="html_37fcf977e0ac567442e6fb2b2ae032d2" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_de96553ec68027937342d80dace317a0.setContent(html_37fcf977e0ac567442e6fb2b2ae032d2);
|
|
|
|
|
|
|
|
marker_7c8af6d3f521d637c700ca48682e877e.bindPopup(popup_de96553ec68027937342d80dace317a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c8af6d3f521d637c700ca48682e877e.setIcon(icon_64c4676168ddb339184a86dac1d15575);
|
|
|
|
|
|
var marker_602c5e32c6f6c7652399e5a7c8655e73 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_413399912718ab3e0acc79b5f35f812c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97d411eb240bfd4dce9287b1ee3840ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46f8c2154eb3b75150b8c620123a6af6 = $(`<div id="html_46f8c2154eb3b75150b8c620123a6af6" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_97d411eb240bfd4dce9287b1ee3840ad.setContent(html_46f8c2154eb3b75150b8c620123a6af6);
|
|
|
|
|
|
|
|
marker_602c5e32c6f6c7652399e5a7c8655e73.bindPopup(popup_97d411eb240bfd4dce9287b1ee3840ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_602c5e32c6f6c7652399e5a7c8655e73.setIcon(icon_413399912718ab3e0acc79b5f35f812c);
|
|
|
|
|
|
var marker_c304dd7ca644e1d533f3132b1562d3dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d2e432398c50f5f0984d26301a784efb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d5817a71ff137f531d9785028102ef7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ffa71ec39eeeb02f71641298128f240 = $(`<div id="html_9ffa71ec39eeeb02f71641298128f240" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_3d5817a71ff137f531d9785028102ef7.setContent(html_9ffa71ec39eeeb02f71641298128f240);
|
|
|
|
|
|
|
|
marker_c304dd7ca644e1d533f3132b1562d3dc.bindPopup(popup_3d5817a71ff137f531d9785028102ef7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c304dd7ca644e1d533f3132b1562d3dc.setIcon(icon_d2e432398c50f5f0984d26301a784efb);
|
|
|
|
|
|
var marker_426fff69d686b39629d2360cccac174f = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f772b7dc70b1edc0da839a1179c9a33a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41c46e1ae9bf3a114aa4a6f7d69d0b0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9baad64ed9badf214ac1088aa63e339 = $(`<div id="html_c9baad64ed9badf214ac1088aa63e339" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_41c46e1ae9bf3a114aa4a6f7d69d0b0b.setContent(html_c9baad64ed9badf214ac1088aa63e339);
|
|
|
|
|
|
|
|
marker_426fff69d686b39629d2360cccac174f.bindPopup(popup_41c46e1ae9bf3a114aa4a6f7d69d0b0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_426fff69d686b39629d2360cccac174f.setIcon(icon_f772b7dc70b1edc0da839a1179c9a33a);
|
|
|
|
|
|
var marker_50c6a319fc18203eda764d0f22a97aa7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0304abe71b35acd11c547de7e26013b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5cb7f4309c90714f3caa97dda897f55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a495ee2225d251cd878c8468742746 = $(`<div id="html_02a495ee2225d251cd878c8468742746" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_e5cb7f4309c90714f3caa97dda897f55.setContent(html_02a495ee2225d251cd878c8468742746);
|
|
|
|
|
|
|
|
marker_50c6a319fc18203eda764d0f22a97aa7.bindPopup(popup_e5cb7f4309c90714f3caa97dda897f55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50c6a319fc18203eda764d0f22a97aa7.setIcon(icon_0304abe71b35acd11c547de7e26013b3);
|
|
|
|
|
|
var marker_a7451d1a689c1430db85b8273a725d42 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a10adfd8022bc6c3131abf2cb2465438 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a8244d4467641d9a4e46103ee1af24b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4225a96583f889bd3ba1f5ee4cd0a5b = $(`<div id="html_b4225a96583f889bd3ba1f5ee4cd0a5b" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_3a8244d4467641d9a4e46103ee1af24b.setContent(html_b4225a96583f889bd3ba1f5ee4cd0a5b);
|
|
|
|
|
|
|
|
marker_a7451d1a689c1430db85b8273a725d42.bindPopup(popup_3a8244d4467641d9a4e46103ee1af24b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7451d1a689c1430db85b8273a725d42.setIcon(icon_a10adfd8022bc6c3131abf2cb2465438);
|
|
|
|
|
|
var marker_c8da7f6b2344332cbafd37477ef2c1c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_bcb15fee5acb18899cc0a0bf349534d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9eadc5b96f7dd971a63683506a43002 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ab7dc32da60e32a1c6991d169a01c71 = $(`<div id="html_7ab7dc32da60e32a1c6991d169a01c71" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_c9eadc5b96f7dd971a63683506a43002.setContent(html_7ab7dc32da60e32a1c6991d169a01c71);
|
|
|
|
|
|
|
|
marker_c8da7f6b2344332cbafd37477ef2c1c3.bindPopup(popup_c9eadc5b96f7dd971a63683506a43002)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8da7f6b2344332cbafd37477ef2c1c3.setIcon(icon_bcb15fee5acb18899cc0a0bf349534d1);
|
|
|
|
|
|
var marker_b6cd37a919a56ef749b725faa77e783d = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_88588264b1d9f3e3b43422165f5e0026 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28679157349fd2ebe1180b14404b9697 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae69c0d49075d8c4dbbc2252e5f07c23 = $(`<div id="html_ae69c0d49075d8c4dbbc2252e5f07c23" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_28679157349fd2ebe1180b14404b9697.setContent(html_ae69c0d49075d8c4dbbc2252e5f07c23);
|
|
|
|
|
|
|
|
marker_b6cd37a919a56ef749b725faa77e783d.bindPopup(popup_28679157349fd2ebe1180b14404b9697)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6cd37a919a56ef749b725faa77e783d.setIcon(icon_88588264b1d9f3e3b43422165f5e0026);
|
|
|
|
|
|
var marker_7a2fda777fc1bfe1d30a9e24190fee9a = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f6f4f1503859062c0001803deee9c705 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_235cce643b779e8ae4323a983c66b898 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a76b7d14b8f0d174438f675bba232678 = $(`<div id="html_a76b7d14b8f0d174438f675bba232678" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_235cce643b779e8ae4323a983c66b898.setContent(html_a76b7d14b8f0d174438f675bba232678);
|
|
|
|
|
|
|
|
marker_7a2fda777fc1bfe1d30a9e24190fee9a.bindPopup(popup_235cce643b779e8ae4323a983c66b898)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a2fda777fc1bfe1d30a9e24190fee9a.setIcon(icon_f6f4f1503859062c0001803deee9c705);
|
|
|
|
|
|
var marker_1f228081614e2ae4ed797444579e5aa0 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d62fe2f77cb7c8f697acdd48e2200a21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d74fcfb4eacd2c11e95b0a723424baf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a1710aa020a1de77ef6349f36eb97c9 = $(`<div id="html_3a1710aa020a1de77ef6349f36eb97c9" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_d74fcfb4eacd2c11e95b0a723424baf4.setContent(html_3a1710aa020a1de77ef6349f36eb97c9);
|
|
|
|
|
|
|
|
marker_1f228081614e2ae4ed797444579e5aa0.bindPopup(popup_d74fcfb4eacd2c11e95b0a723424baf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f228081614e2ae4ed797444579e5aa0.setIcon(icon_d62fe2f77cb7c8f697acdd48e2200a21);
|
|
|
|
|
|
var marker_a27d6ce796c2ec6588a1aadb088f405d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_562da0224322181a2633365285122bd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2df709de6839e03b7233ddfbf776dd11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8beed713f832b8a9975d8b9e71108c7 = $(`<div id="html_f8beed713f832b8a9975d8b9e71108c7" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_2df709de6839e03b7233ddfbf776dd11.setContent(html_f8beed713f832b8a9975d8b9e71108c7);
|
|
|
|
|
|
|
|
marker_a27d6ce796c2ec6588a1aadb088f405d.bindPopup(popup_2df709de6839e03b7233ddfbf776dd11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a27d6ce796c2ec6588a1aadb088f405d.setIcon(icon_562da0224322181a2633365285122bd6);
|
|
|
|
|
|
var marker_7861047e9df7681daff62d815f4c0d3b = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_be8176830a3ef798ff8cb7d9197d2f3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcb5236442e920d3c7f44fdc2e3f3ee8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_958e05a13c989ca900ef8fcafa2ef0c7 = $(`<div id="html_958e05a13c989ca900ef8fcafa2ef0c7" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_dcb5236442e920d3c7f44fdc2e3f3ee8.setContent(html_958e05a13c989ca900ef8fcafa2ef0c7);
|
|
|
|
|
|
|
|
marker_7861047e9df7681daff62d815f4c0d3b.bindPopup(popup_dcb5236442e920d3c7f44fdc2e3f3ee8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7861047e9df7681daff62d815f4c0d3b.setIcon(icon_be8176830a3ef798ff8cb7d9197d2f3b);
|
|
|
|
|
|
var marker_59d85283eb013459843420db5151fb91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3b058bd6880a960a91965d64af6a41d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55efa7d5a3a08583af805ab115e172aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88605f714b6278f32dff71129490159c = $(`<div id="html_88605f714b6278f32dff71129490159c" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_55efa7d5a3a08583af805ab115e172aa.setContent(html_88605f714b6278f32dff71129490159c);
|
|
|
|
|
|
|
|
marker_59d85283eb013459843420db5151fb91.bindPopup(popup_55efa7d5a3a08583af805ab115e172aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59d85283eb013459843420db5151fb91.setIcon(icon_3b058bd6880a960a91965d64af6a41d5);
|
|
|
|
|
|
var marker_a1dbac06511c414e84d141f28dfaa0ba = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_950035f027242e26c4a3d0752843c274 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3105fc642f8845354ffdd4fa751a0fb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d40e3b006237825533f8610df39c0f2d = $(`<div id="html_d40e3b006237825533f8610df39c0f2d" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_3105fc642f8845354ffdd4fa751a0fb2.setContent(html_d40e3b006237825533f8610df39c0f2d);
|
|
|
|
|
|
|
|
marker_a1dbac06511c414e84d141f28dfaa0ba.bindPopup(popup_3105fc642f8845354ffdd4fa751a0fb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1dbac06511c414e84d141f28dfaa0ba.setIcon(icon_950035f027242e26c4a3d0752843c274);
|
|
|
|
|
|
var marker_66f4723d07eaa8b1a893a57fc59cf182 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0880b4a2488ba259358fbba382316e5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_565dc473cc3252a6926c845dea880671 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f4642f8a40c0e62a1ab0ebbe5425b3a = $(`<div id="html_6f4642f8a40c0e62a1ab0ebbe5425b3a" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_565dc473cc3252a6926c845dea880671.setContent(html_6f4642f8a40c0e62a1ab0ebbe5425b3a);
|
|
|
|
|
|
|
|
marker_66f4723d07eaa8b1a893a57fc59cf182.bindPopup(popup_565dc473cc3252a6926c845dea880671)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66f4723d07eaa8b1a893a57fc59cf182.setIcon(icon_0880b4a2488ba259358fbba382316e5b);
|
|
|
|
|
|
var marker_2b20790f8b33cf7cdf2540235adf5a15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4f935acb9c0a375f51aab7b87b5f4a43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ed0839b590af716d773604afcf6caa1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb07dac48ff581d535e3b99afd401f01 = $(`<div id="html_eb07dac48ff581d535e3b99afd401f01" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_9ed0839b590af716d773604afcf6caa1.setContent(html_eb07dac48ff581d535e3b99afd401f01);
|
|
|
|
|
|
|
|
marker_2b20790f8b33cf7cdf2540235adf5a15.bindPopup(popup_9ed0839b590af716d773604afcf6caa1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b20790f8b33cf7cdf2540235adf5a15.setIcon(icon_4f935acb9c0a375f51aab7b87b5f4a43);
|
|
|
|
|
|
var marker_3dd9e88a2c8031c774ccd0a679848465 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_cbad1e67bd963907e93bf7a8b5fb6ed9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f81538d13862fd8671953c46c0f81cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccd99278a28b7b4969872d0688aae1ac = $(`<div id="html_ccd99278a28b7b4969872d0688aae1ac" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_0f81538d13862fd8671953c46c0f81cb.setContent(html_ccd99278a28b7b4969872d0688aae1ac);
|
|
|
|
|
|
|
|
marker_3dd9e88a2c8031c774ccd0a679848465.bindPopup(popup_0f81538d13862fd8671953c46c0f81cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dd9e88a2c8031c774ccd0a679848465.setIcon(icon_cbad1e67bd963907e93bf7a8b5fb6ed9);
|
|
|
|
|
|
var marker_f26f6a9154ca6d65aaa4f76122fd65f5 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_05ad9a1b0674045ff2d51280f5449a80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59967d4489cf979b45bdfde2f004d321 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a703379dcd7343da40f32a2589133a95 = $(`<div id="html_a703379dcd7343da40f32a2589133a95" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_59967d4489cf979b45bdfde2f004d321.setContent(html_a703379dcd7343da40f32a2589133a95);
|
|
|
|
|
|
|
|
marker_f26f6a9154ca6d65aaa4f76122fd65f5.bindPopup(popup_59967d4489cf979b45bdfde2f004d321)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f26f6a9154ca6d65aaa4f76122fd65f5.setIcon(icon_05ad9a1b0674045ff2d51280f5449a80);
|
|
|
|
|
|
var marker_15b7974439f43a8ec99f594577f026b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_aea8da93f1bcea3fa870ce8b9d371987 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_627a1778b01d23a7416154c87b20ff97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3d25774f0349a22de69da12547965cb = $(`<div id="html_f3d25774f0349a22de69da12547965cb" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_627a1778b01d23a7416154c87b20ff97.setContent(html_f3d25774f0349a22de69da12547965cb);
|
|
|
|
|
|
|
|
marker_15b7974439f43a8ec99f594577f026b2.bindPopup(popup_627a1778b01d23a7416154c87b20ff97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15b7974439f43a8ec99f594577f026b2.setIcon(icon_aea8da93f1bcea3fa870ce8b9d371987);
|
|
|
|
|
|
var marker_67fdda98f447a937b547db03dfdae722 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_447267c1d6a6cf7eba55c8a6d31eb83b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5af0e89ba97ead2efc0f6e80cf3ca95e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4311de04d9e536874bcf456d8e80f31b = $(`<div id="html_4311de04d9e536874bcf456d8e80f31b" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_5af0e89ba97ead2efc0f6e80cf3ca95e.setContent(html_4311de04d9e536874bcf456d8e80f31b);
|
|
|
|
|
|
|
|
marker_67fdda98f447a937b547db03dfdae722.bindPopup(popup_5af0e89ba97ead2efc0f6e80cf3ca95e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67fdda98f447a937b547db03dfdae722.setIcon(icon_447267c1d6a6cf7eba55c8a6d31eb83b);
|
|
|
|
|
|
var marker_d404c3f7e76a8a596eeead42aa0c47fb = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d3065e3b637e1e2df5306458b4acb16d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beee8d4ea2dba54605a9128ecd5e8a25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67fbefaed76a1311d5cd5e494b0074b0 = $(`<div id="html_67fbefaed76a1311d5cd5e494b0074b0" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_beee8d4ea2dba54605a9128ecd5e8a25.setContent(html_67fbefaed76a1311d5cd5e494b0074b0);
|
|
|
|
|
|
|
|
marker_d404c3f7e76a8a596eeead42aa0c47fb.bindPopup(popup_beee8d4ea2dba54605a9128ecd5e8a25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d404c3f7e76a8a596eeead42aa0c47fb.setIcon(icon_d3065e3b637e1e2df5306458b4acb16d);
|
|
|
|
|
|
var marker_6306019f31a13a04cd3f007aa9138be2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f6b301573ffc745cf59b45b1fb06df52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a83d8c1f6a95578aa1bc9bcb69a6cca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05bbfd38a73ea1afe59437782862f568 = $(`<div id="html_05bbfd38a73ea1afe59437782862f568" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_6a83d8c1f6a95578aa1bc9bcb69a6cca.setContent(html_05bbfd38a73ea1afe59437782862f568);
|
|
|
|
|
|
|
|
marker_6306019f31a13a04cd3f007aa9138be2.bindPopup(popup_6a83d8c1f6a95578aa1bc9bcb69a6cca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6306019f31a13a04cd3f007aa9138be2.setIcon(icon_f6b301573ffc745cf59b45b1fb06df52);
|
|
|
|
|
|
var marker_a9b910c2c4a47cd6488e903e86964372 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_cec14b3b8f175f488c45762f74877f50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b311147aa59341d1545686299490d848 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7698efa87677102be7a525b61e87e7fd = $(`<div id="html_7698efa87677102be7a525b61e87e7fd" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_b311147aa59341d1545686299490d848.setContent(html_7698efa87677102be7a525b61e87e7fd);
|
|
|
|
|
|
|
|
marker_a9b910c2c4a47cd6488e903e86964372.bindPopup(popup_b311147aa59341d1545686299490d848)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9b910c2c4a47cd6488e903e86964372.setIcon(icon_cec14b3b8f175f488c45762f74877f50);
|
|
|
|
|
|
var marker_d12c0349c91d99d8194588e12ed1e13a = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_215d12cc7a671894df57675db3a402ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f356d83dc1f998c8bedc4b64b83aa89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcf2f85044007329f99c4c7aee02c8af = $(`<div id="html_fcf2f85044007329f99c4c7aee02c8af" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_7f356d83dc1f998c8bedc4b64b83aa89.setContent(html_fcf2f85044007329f99c4c7aee02c8af);
|
|
|
|
|
|
|
|
marker_d12c0349c91d99d8194588e12ed1e13a.bindPopup(popup_7f356d83dc1f998c8bedc4b64b83aa89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d12c0349c91d99d8194588e12ed1e13a.setIcon(icon_215d12cc7a671894df57675db3a402ba);
|
|
|
|
|
|
var marker_82a2f408afc30a9db26d23f04d57f793 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_574d972538ad3f967447c59b20134f79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a13e3f55023a7f85169d7177c146f41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab78b97f6fefabbf162a97e5258ba592 = $(`<div id="html_ab78b97f6fefabbf162a97e5258ba592" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_7a13e3f55023a7f85169d7177c146f41.setContent(html_ab78b97f6fefabbf162a97e5258ba592);
|
|
|
|
|
|
|
|
marker_82a2f408afc30a9db26d23f04d57f793.bindPopup(popup_7a13e3f55023a7f85169d7177c146f41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82a2f408afc30a9db26d23f04d57f793.setIcon(icon_574d972538ad3f967447c59b20134f79);
|
|
|
|
|
|
var marker_572aef1c80747f9a0c503001bdf3a2b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a77d5ef06a231a9b2489db95c982a645 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9d9bb72af4625998508b53280eefe12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9078e709a6fe190cccf26fc49dd48fd = $(`<div id="html_d9078e709a6fe190cccf26fc49dd48fd" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_a9d9bb72af4625998508b53280eefe12.setContent(html_d9078e709a6fe190cccf26fc49dd48fd);
|
|
|
|
|
|
|
|
marker_572aef1c80747f9a0c503001bdf3a2b8.bindPopup(popup_a9d9bb72af4625998508b53280eefe12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_572aef1c80747f9a0c503001bdf3a2b8.setIcon(icon_a77d5ef06a231a9b2489db95c982a645);
|
|
|
|
|
|
var marker_b8a7e66d321c6e8909999b6cbc04069a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c504392ecca397b68fab7f655cceca24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e91501f62a4b81849b3cf227a2c44c8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a69e5fe3adc986e2fb47b82afcb5233a = $(`<div id="html_a69e5fe3adc986e2fb47b82afcb5233a" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_e91501f62a4b81849b3cf227a2c44c8b.setContent(html_a69e5fe3adc986e2fb47b82afcb5233a);
|
|
|
|
|
|
|
|
marker_b8a7e66d321c6e8909999b6cbc04069a.bindPopup(popup_e91501f62a4b81849b3cf227a2c44c8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8a7e66d321c6e8909999b6cbc04069a.setIcon(icon_c504392ecca397b68fab7f655cceca24);
|
|
|
|
|
|
var marker_e48660891476bc34987096f105e874d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0d89b875b934f76cb397d02a92ca6ba9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87b4d4e2c01cb39d6a730dd5d75a0099 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1c129127d5425379591335e5220ed43 = $(`<div id="html_a1c129127d5425379591335e5220ed43" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_87b4d4e2c01cb39d6a730dd5d75a0099.setContent(html_a1c129127d5425379591335e5220ed43);
|
|
|
|
|
|
|
|
marker_e48660891476bc34987096f105e874d3.bindPopup(popup_87b4d4e2c01cb39d6a730dd5d75a0099)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e48660891476bc34987096f105e874d3.setIcon(icon_0d89b875b934f76cb397d02a92ca6ba9);
|
|
|
|
|
|
var marker_2263468618c437db0bd6c7042d954af1 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a87957c1d475c5d9160c6b245cdea780 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ca7022c045e3ab346064d7b280dc94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75823ae28512df73d30554ef32c7375a = $(`<div id="html_75823ae28512df73d30554ef32c7375a" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_c1ca7022c045e3ab346064d7b280dc94.setContent(html_75823ae28512df73d30554ef32c7375a);
|
|
|
|
|
|
|
|
marker_2263468618c437db0bd6c7042d954af1.bindPopup(popup_c1ca7022c045e3ab346064d7b280dc94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2263468618c437db0bd6c7042d954af1.setIcon(icon_a87957c1d475c5d9160c6b245cdea780);
|
|
|
|
|
|
var marker_2d48b830caf771700114c9e64448b06b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_efbfe9ca362273d1f83f71631a0b69a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b2992fe0f2ef7bbbb1b58c6fcd5967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03fe8f78503aa664434289da0038c8da = $(`<div id="html_03fe8f78503aa664434289da0038c8da" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_83b2992fe0f2ef7bbbb1b58c6fcd5967.setContent(html_03fe8f78503aa664434289da0038c8da);
|
|
|
|
|
|
|
|
marker_2d48b830caf771700114c9e64448b06b.bindPopup(popup_83b2992fe0f2ef7bbbb1b58c6fcd5967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d48b830caf771700114c9e64448b06b.setIcon(icon_efbfe9ca362273d1f83f71631a0b69a8);
|
|
|
|
|
|
var marker_80662806929ccd4ff792946d1a5d6a1d = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_435fef99722268a2ca6e8d3f4e2584f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81e5bbb9fb1db203f5d77ae993b23682 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f033f60dc8f85d449684aaa8e750229 = $(`<div id="html_5f033f60dc8f85d449684aaa8e750229" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_81e5bbb9fb1db203f5d77ae993b23682.setContent(html_5f033f60dc8f85d449684aaa8e750229);
|
|
|
|
|
|
|
|
marker_80662806929ccd4ff792946d1a5d6a1d.bindPopup(popup_81e5bbb9fb1db203f5d77ae993b23682)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80662806929ccd4ff792946d1a5d6a1d.setIcon(icon_435fef99722268a2ca6e8d3f4e2584f0);
|
|
|
|
|
|
var marker_8695158c11aa216602407fe2948789dc = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_98f59ef2a3002fb2b6ee6e53d6793137 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_182c8a0ae536a5ab9b9d6ec00d47f6b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0212ebf22e1ee79a8e249c441ed6ccde = $(`<div id="html_0212ebf22e1ee79a8e249c441ed6ccde" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_182c8a0ae536a5ab9b9d6ec00d47f6b7.setContent(html_0212ebf22e1ee79a8e249c441ed6ccde);
|
|
|
|
|
|
|
|
marker_8695158c11aa216602407fe2948789dc.bindPopup(popup_182c8a0ae536a5ab9b9d6ec00d47f6b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8695158c11aa216602407fe2948789dc.setIcon(icon_98f59ef2a3002fb2b6ee6e53d6793137);
|
|
|
|
|
|
var marker_2995a00d5f1aca10fd9f9d2f86143190 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_da40a585e479d49a66c3cbbd8cc79bbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2d79a37f6d0813f8877e2cc65c49372 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a534903dccd1943f8c25503ca3e8a2ce = $(`<div id="html_a534903dccd1943f8c25503ca3e8a2ce" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_a2d79a37f6d0813f8877e2cc65c49372.setContent(html_a534903dccd1943f8c25503ca3e8a2ce);
|
|
|
|
|
|
|
|
marker_2995a00d5f1aca10fd9f9d2f86143190.bindPopup(popup_a2d79a37f6d0813f8877e2cc65c49372)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2995a00d5f1aca10fd9f9d2f86143190.setIcon(icon_da40a585e479d49a66c3cbbd8cc79bbf);
|
|
|
|
|
|
var marker_1caa4787b39654c704b798545631baa7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_87acd37c8c35b1ff2725bbfc301cd372 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e500d5e1f45fdfc749b60d90ddcdfad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11a67c8e5778f7f18d6ee80c343cfece = $(`<div id="html_11a67c8e5778f7f18d6ee80c343cfece" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_0e500d5e1f45fdfc749b60d90ddcdfad.setContent(html_11a67c8e5778f7f18d6ee80c343cfece);
|
|
|
|
|
|
|
|
marker_1caa4787b39654c704b798545631baa7.bindPopup(popup_0e500d5e1f45fdfc749b60d90ddcdfad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1caa4787b39654c704b798545631baa7.setIcon(icon_87acd37c8c35b1ff2725bbfc301cd372);
|
|
|
|
|
|
var marker_00e6dda04c11fd6d010d48150763715d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_168d1d7b912a441522ddf0d00dd1fbdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ecac69cbd85e8dd7e3326e11e0f2fd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d00bf722f0ac6694408fa4fa3f8c38b = $(`<div id="html_3d00bf722f0ac6694408fa4fa3f8c38b" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_7ecac69cbd85e8dd7e3326e11e0f2fd2.setContent(html_3d00bf722f0ac6694408fa4fa3f8c38b);
|
|
|
|
|
|
|
|
marker_00e6dda04c11fd6d010d48150763715d.bindPopup(popup_7ecac69cbd85e8dd7e3326e11e0f2fd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00e6dda04c11fd6d010d48150763715d.setIcon(icon_168d1d7b912a441522ddf0d00dd1fbdf);
|
|
|
|
|
|
var marker_500238d4c868d8b4763d34ebb87dc870 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_68568b15077ce1e1ab16315d63962b8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e816f1375ba5db1f85e164921775169f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccf22d0ce1b30665e7963e8f05ed73aa = $(`<div id="html_ccf22d0ce1b30665e7963e8f05ed73aa" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_e816f1375ba5db1f85e164921775169f.setContent(html_ccf22d0ce1b30665e7963e8f05ed73aa);
|
|
|
|
|
|
|
|
marker_500238d4c868d8b4763d34ebb87dc870.bindPopup(popup_e816f1375ba5db1f85e164921775169f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_500238d4c868d8b4763d34ebb87dc870.setIcon(icon_68568b15077ce1e1ab16315d63962b8f);
|
|
|
|
|
|
var marker_d45cdc91057750f14c5426dbd2b4c918 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_01d3a99a841c45f0dfee2873ef6e96c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c2f21002665e50260f1e00862717deb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31fbaef22661826d6b54a7874380a7d1 = $(`<div id="html_31fbaef22661826d6b54a7874380a7d1" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_3c2f21002665e50260f1e00862717deb.setContent(html_31fbaef22661826d6b54a7874380a7d1);
|
|
|
|
|
|
|
|
marker_d45cdc91057750f14c5426dbd2b4c918.bindPopup(popup_3c2f21002665e50260f1e00862717deb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d45cdc91057750f14c5426dbd2b4c918.setIcon(icon_01d3a99a841c45f0dfee2873ef6e96c9);
|
|
|
|
|
|
var marker_0700437eca678e3ac43fb7165d0ea9cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_79c94b7d87520d21a814f96f25876563 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6d6ac14e8c61d46d42b3322d000c1c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c1b3981149ca711a16a9bfeb76038a0 = $(`<div id="html_4c1b3981149ca711a16a9bfeb76038a0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_e6d6ac14e8c61d46d42b3322d000c1c8.setContent(html_4c1b3981149ca711a16a9bfeb76038a0);
|
|
|
|
|
|
|
|
marker_0700437eca678e3ac43fb7165d0ea9cf.bindPopup(popup_e6d6ac14e8c61d46d42b3322d000c1c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0700437eca678e3ac43fb7165d0ea9cf.setIcon(icon_79c94b7d87520d21a814f96f25876563);
|
|
|
|
|
|
var marker_8817cde127296fe1d6e5e87c935f849e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c5691b36848f03d653baaef072466742 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdf8e77ad72c85e3152e1bc96e443f37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84743f71f9890f0835c95b62f55352a2 = $(`<div id="html_84743f71f9890f0835c95b62f55352a2" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_bdf8e77ad72c85e3152e1bc96e443f37.setContent(html_84743f71f9890f0835c95b62f55352a2);
|
|
|
|
|
|
|
|
marker_8817cde127296fe1d6e5e87c935f849e.bindPopup(popup_bdf8e77ad72c85e3152e1bc96e443f37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8817cde127296fe1d6e5e87c935f849e.setIcon(icon_c5691b36848f03d653baaef072466742);
|
|
|
|
|
|
var marker_7001cdc07b09617cc1ad561210ea742a = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_61a880449d1f7bbdafa327e31f11ff42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc85c7d3627d069f0bd2791b9eb92e37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a5257c484711924f4cb4bb5c64950aa = $(`<div id="html_0a5257c484711924f4cb4bb5c64950aa" style="width: 100.0%; height: 100.0%;">wot.geektank.ai</div>`)[0];
|
|
popup_cc85c7d3627d069f0bd2791b9eb92e37.setContent(html_0a5257c484711924f4cb4bb5c64950aa);
|
|
|
|
|
|
|
|
marker_7001cdc07b09617cc1ad561210ea742a.bindPopup(popup_cc85c7d3627d069f0bd2791b9eb92e37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7001cdc07b09617cc1ad561210ea742a.setIcon(icon_61a880449d1f7bbdafa327e31f11ff42);
|
|
|
|
|
|
var marker_63c636fcbb214c61b7772c39a8a43bca = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d771e542f92a28e5d187e4342d453b1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1696d547e187f59f855e23e0e4d02ea4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef5befb8a79a42181e2a7a201ea0f9e = $(`<div id="html_aef5befb8a79a42181e2a7a201ea0f9e" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_1696d547e187f59f855e23e0e4d02ea4.setContent(html_aef5befb8a79a42181e2a7a201ea0f9e);
|
|
|
|
|
|
|
|
marker_63c636fcbb214c61b7772c39a8a43bca.bindPopup(popup_1696d547e187f59f855e23e0e4d02ea4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63c636fcbb214c61b7772c39a8a43bca.setIcon(icon_d771e542f92a28e5d187e4342d453b1f);
|
|
|
|
|
|
var marker_4c4ab833c205f1c7ad983d87ff876a45 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_eded2e24d408f18688434e1d72474a3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b57d221ca3f49f277719d917e5acb24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60d445d7b9b6c3b92a34df5b49f2e6fd = $(`<div id="html_60d445d7b9b6c3b92a34df5b49f2e6fd" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_8b57d221ca3f49f277719d917e5acb24.setContent(html_60d445d7b9b6c3b92a34df5b49f2e6fd);
|
|
|
|
|
|
|
|
marker_4c4ab833c205f1c7ad983d87ff876a45.bindPopup(popup_8b57d221ca3f49f277719d917e5acb24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c4ab833c205f1c7ad983d87ff876a45.setIcon(icon_eded2e24d408f18688434e1d72474a3f);
|
|
|
|
|
|
var marker_b0ac3bfd89a36260ee7b80190ce9611e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1d4a300dc057673bac7c76abe5cf07f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6780d23b129d0eca0e87908d477e285d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02b6f1f80a33d989fb2a1b46c6a2da28 = $(`<div id="html_02b6f1f80a33d989fb2a1b46c6a2da28" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_6780d23b129d0eca0e87908d477e285d.setContent(html_02b6f1f80a33d989fb2a1b46c6a2da28);
|
|
|
|
|
|
|
|
marker_b0ac3bfd89a36260ee7b80190ce9611e.bindPopup(popup_6780d23b129d0eca0e87908d477e285d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0ac3bfd89a36260ee7b80190ce9611e.setIcon(icon_1d4a300dc057673bac7c76abe5cf07f4);
|
|
|
|
|
|
var marker_da620c388256314e4c50f279b39fc8fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c44a1d6645f0d7650c3059568130b8ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50411a1c4dfd15ac593a266c41b12cb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c0c89b5faef5b831acf6c454eef592d = $(`<div id="html_1c0c89b5faef5b831acf6c454eef592d" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_50411a1c4dfd15ac593a266c41b12cb2.setContent(html_1c0c89b5faef5b831acf6c454eef592d);
|
|
|
|
|
|
|
|
marker_da620c388256314e4c50f279b39fc8fd.bindPopup(popup_50411a1c4dfd15ac593a266c41b12cb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da620c388256314e4c50f279b39fc8fd.setIcon(icon_c44a1d6645f0d7650c3059568130b8ee);
|
|
|
|
|
|
var marker_9c39e896d4f4d1d86c4348bf2c0ebb8e = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_c6990f33c42fe1ea4a0505f24c382ee0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aab2ea74e423fad25c3e52b03e8de970 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a4de904fec6289357a292b434ab439d = $(`<div id="html_5a4de904fec6289357a292b434ab439d" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_aab2ea74e423fad25c3e52b03e8de970.setContent(html_5a4de904fec6289357a292b434ab439d);
|
|
|
|
|
|
|
|
marker_9c39e896d4f4d1d86c4348bf2c0ebb8e.bindPopup(popup_aab2ea74e423fad25c3e52b03e8de970)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c39e896d4f4d1d86c4348bf2c0ebb8e.setIcon(icon_c6990f33c42fe1ea4a0505f24c382ee0);
|
|
|
|
|
|
var marker_d3c0948d07d398dbdd9d79959f629f46 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_9956cb3efea08b3bd553a1ff5507769f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4380db8dd8c7769b6c164ec9a58e8ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d62e6386034d9aea687869483c68307 = $(`<div id="html_2d62e6386034d9aea687869483c68307" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_f4380db8dd8c7769b6c164ec9a58e8ea.setContent(html_2d62e6386034d9aea687869483c68307);
|
|
|
|
|
|
|
|
marker_d3c0948d07d398dbdd9d79959f629f46.bindPopup(popup_f4380db8dd8c7769b6c164ec9a58e8ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3c0948d07d398dbdd9d79959f629f46.setIcon(icon_9956cb3efea08b3bd553a1ff5507769f);
|
|
|
|
|
|
var marker_3157b72a8e3b7237adb18869a475ff64 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_efd5ccdb5480a8d726876d054b83ce10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e49321383e012a5574cf1857aec67b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b63293fe589bcf718a43648fa8281c0a = $(`<div id="html_b63293fe589bcf718a43648fa8281c0a" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_8e49321383e012a5574cf1857aec67b6.setContent(html_b63293fe589bcf718a43648fa8281c0a);
|
|
|
|
|
|
|
|
marker_3157b72a8e3b7237adb18869a475ff64.bindPopup(popup_8e49321383e012a5574cf1857aec67b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3157b72a8e3b7237adb18869a475ff64.setIcon(icon_efd5ccdb5480a8d726876d054b83ce10);
|
|
|
|
|
|
var marker_8c640679c55229927b5cd086cd6d9f24 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3c4ef2127f7e99b0bfffb0158aa78603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4018a2859e9c0cb270e931199e26daf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95745fed87de43f05a6678f24bca39a2 = $(`<div id="html_95745fed87de43f05a6678f24bca39a2" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_4018a2859e9c0cb270e931199e26daf0.setContent(html_95745fed87de43f05a6678f24bca39a2);
|
|
|
|
|
|
|
|
marker_8c640679c55229927b5cd086cd6d9f24.bindPopup(popup_4018a2859e9c0cb270e931199e26daf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c640679c55229927b5cd086cd6d9f24.setIcon(icon_3c4ef2127f7e99b0bfffb0158aa78603);
|
|
|
|
|
|
var marker_0c68eee728862a1121caa68e4508f961 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a2b71422bd57240b0f12b67c5bb82264 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61df116bac976d47280498d40658dc18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e533e3f622bb69fcfcbf7df43349939 = $(`<div id="html_6e533e3f622bb69fcfcbf7df43349939" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_61df116bac976d47280498d40658dc18.setContent(html_6e533e3f622bb69fcfcbf7df43349939);
|
|
|
|
|
|
|
|
marker_0c68eee728862a1121caa68e4508f961.bindPopup(popup_61df116bac976d47280498d40658dc18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c68eee728862a1121caa68e4508f961.setIcon(icon_a2b71422bd57240b0f12b67c5bb82264);
|
|
|
|
|
|
var marker_a65a5296f2af549e23c9365db5ffd615 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8f8ec56c2232fcfb053d3fd2c810dd4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b20868e79a6f3d6fed840ad32bffd1f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a067daf2d62ceb22bb8837c262ef582 = $(`<div id="html_3a067daf2d62ceb22bb8837c262ef582" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_b20868e79a6f3d6fed840ad32bffd1f4.setContent(html_3a067daf2d62ceb22bb8837c262ef582);
|
|
|
|
|
|
|
|
marker_a65a5296f2af549e23c9365db5ffd615.bindPopup(popup_b20868e79a6f3d6fed840ad32bffd1f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a65a5296f2af549e23c9365db5ffd615.setIcon(icon_8f8ec56c2232fcfb053d3fd2c810dd4c);
|
|
|
|
|
|
var marker_fc2ccee453b5d4ada1356dfc41939df9 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_94652c5b76328b29b8d4e94f3a609f6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d2dc9772123d455d97213047df5c44d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_675b52f863762ce02f8f44572fd9f213 = $(`<div id="html_675b52f863762ce02f8f44572fd9f213" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_1d2dc9772123d455d97213047df5c44d.setContent(html_675b52f863762ce02f8f44572fd9f213);
|
|
|
|
|
|
|
|
marker_fc2ccee453b5d4ada1356dfc41939df9.bindPopup(popup_1d2dc9772123d455d97213047df5c44d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc2ccee453b5d4ada1356dfc41939df9.setIcon(icon_94652c5b76328b29b8d4e94f3a609f6e);
|
|
|
|
|
|
var marker_b468ee4035b1481c84378a318a814d7c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2c07485830305d9fe56e79d49aaf4c7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0cc0fdcd5bc29ed4daa4ef8cb2b8cda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb97b107a5d12e61ce09cfadcae404ed = $(`<div id="html_cb97b107a5d12e61ce09cfadcae404ed" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_a0cc0fdcd5bc29ed4daa4ef8cb2b8cda.setContent(html_cb97b107a5d12e61ce09cfadcae404ed);
|
|
|
|
|
|
|
|
marker_b468ee4035b1481c84378a318a814d7c.bindPopup(popup_a0cc0fdcd5bc29ed4daa4ef8cb2b8cda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b468ee4035b1481c84378a318a814d7c.setIcon(icon_2c07485830305d9fe56e79d49aaf4c7a);
|
|
|
|
|
|
var marker_ff8eed75f9725842b827cdc8e0f2b65e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_dbbd6d42b987f4acaf1864f9c0b467fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c57aec940d5eda0abe825b36fc32dc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0ef53ede4f1de348b758f5d2291eb8c = $(`<div id="html_b0ef53ede4f1de348b758f5d2291eb8c" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_3c57aec940d5eda0abe825b36fc32dc2.setContent(html_b0ef53ede4f1de348b758f5d2291eb8c);
|
|
|
|
|
|
|
|
marker_ff8eed75f9725842b827cdc8e0f2b65e.bindPopup(popup_3c57aec940d5eda0abe825b36fc32dc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff8eed75f9725842b827cdc8e0f2b65e.setIcon(icon_dbbd6d42b987f4acaf1864f9c0b467fb);
|
|
|
|
|
|
var marker_3efa3b5a9e049312286422054cf9fe2f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_9bb2e7e7b5871201d55cd9457ebc16b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3aa8d7f88dada84b2ae660c5a402ec3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc4004a665c9510f66e2c528b2a064e1 = $(`<div id="html_dc4004a665c9510f66e2c528b2a064e1" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_c3aa8d7f88dada84b2ae660c5a402ec3.setContent(html_dc4004a665c9510f66e2c528b2a064e1);
|
|
|
|
|
|
|
|
marker_3efa3b5a9e049312286422054cf9fe2f.bindPopup(popup_c3aa8d7f88dada84b2ae660c5a402ec3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3efa3b5a9e049312286422054cf9fe2f.setIcon(icon_9bb2e7e7b5871201d55cd9457ebc16b2);
|
|
|
|
|
|
var marker_8fddc2bdbbdf61888e4b8f71e38f77ed = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ab38b2fcaf189a20a321d1eefc4ae2db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94cc34041b0235260ab4fea14fb73242 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca0d13ce78fba236d4797ebaf2cefcf0 = $(`<div id="html_ca0d13ce78fba236d4797ebaf2cefcf0" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_94cc34041b0235260ab4fea14fb73242.setContent(html_ca0d13ce78fba236d4797ebaf2cefcf0);
|
|
|
|
|
|
|
|
marker_8fddc2bdbbdf61888e4b8f71e38f77ed.bindPopup(popup_94cc34041b0235260ab4fea14fb73242)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fddc2bdbbdf61888e4b8f71e38f77ed.setIcon(icon_ab38b2fcaf189a20a321d1eefc4ae2db);
|
|
|
|
|
|
var marker_893267a0bc39061409826b239aecdcd5 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_e5703faec4bf5a0b91430f371078c16e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6a7904417ac8c17915f55421bedff94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f53f963603e4568dd5f91a2ee4745941 = $(`<div id="html_f53f963603e4568dd5f91a2ee4745941" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_d6a7904417ac8c17915f55421bedff94.setContent(html_f53f963603e4568dd5f91a2ee4745941);
|
|
|
|
|
|
|
|
marker_893267a0bc39061409826b239aecdcd5.bindPopup(popup_d6a7904417ac8c17915f55421bedff94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_893267a0bc39061409826b239aecdcd5.setIcon(icon_e5703faec4bf5a0b91430f371078c16e);
|
|
|
|
|
|
var marker_2751349056f07682042a4d63cc44fb19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_4148ca029ca1b2a3d414ef3bcd08f8a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f72d66a10a9c9fcf25bd1c68ed71ab86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdd8270b065765f8c204b7adb32bf414 = $(`<div id="html_fdd8270b065765f8c204b7adb32bf414" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_f72d66a10a9c9fcf25bd1c68ed71ab86.setContent(html_fdd8270b065765f8c204b7adb32bf414);
|
|
|
|
|
|
|
|
marker_2751349056f07682042a4d63cc44fb19.bindPopup(popup_f72d66a10a9c9fcf25bd1c68ed71ab86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2751349056f07682042a4d63cc44fb19.setIcon(icon_4148ca029ca1b2a3d414ef3bcd08f8a8);
|
|
|
|
|
|
var marker_e8dbb4619d76e06bc93b602465a59b2e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_0e9463b24b9c15f71a60581526943f4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0884cb0880608e4672052c1cf1ebe617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_151b8db0ebc146c1492111d50f784edf = $(`<div id="html_151b8db0ebc146c1492111d50f784edf" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_0884cb0880608e4672052c1cf1ebe617.setContent(html_151b8db0ebc146c1492111d50f784edf);
|
|
|
|
|
|
|
|
marker_e8dbb4619d76e06bc93b602465a59b2e.bindPopup(popup_0884cb0880608e4672052c1cf1ebe617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8dbb4619d76e06bc93b602465a59b2e.setIcon(icon_0e9463b24b9c15f71a60581526943f4d);
|
|
|
|
|
|
var marker_ba696ceb73a86ce9f2f11d6461cc09a9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3a05bc97f9322e90b0e76c52ad504f8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f36c4fde96485407dd16b5d93a1a390c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a8bf827957c40cb0a9ca2de13471789 = $(`<div id="html_0a8bf827957c40cb0a9ca2de13471789" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_f36c4fde96485407dd16b5d93a1a390c.setContent(html_0a8bf827957c40cb0a9ca2de13471789);
|
|
|
|
|
|
|
|
marker_ba696ceb73a86ce9f2f11d6461cc09a9.bindPopup(popup_f36c4fde96485407dd16b5d93a1a390c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba696ceb73a86ce9f2f11d6461cc09a9.setIcon(icon_3a05bc97f9322e90b0e76c52ad504f8c);
|
|
|
|
|
|
var marker_f66074aaba8f0350fa2132d263cf547a = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2ec4e2c19f1b62c563b9e6759301bf6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e91b91625523591feaeb16789a561c60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38aa2e0b3a7bf42e40da4980a034b80a = $(`<div id="html_38aa2e0b3a7bf42e40da4980a034b80a" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_e91b91625523591feaeb16789a561c60.setContent(html_38aa2e0b3a7bf42e40da4980a034b80a);
|
|
|
|
|
|
|
|
marker_f66074aaba8f0350fa2132d263cf547a.bindPopup(popup_e91b91625523591feaeb16789a561c60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f66074aaba8f0350fa2132d263cf547a.setIcon(icon_2ec4e2c19f1b62c563b9e6759301bf6a);
|
|
|
|
|
|
var marker_7f4e3e709bc6ea8842a042bb48d1121d = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8b227c525c5762a0f63f92d87b262fda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a1c84fbca1446a40b8ab3e0527af739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_470514fcc8de0214031ee78cf6587cda = $(`<div id="html_470514fcc8de0214031ee78cf6587cda" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_8a1c84fbca1446a40b8ab3e0527af739.setContent(html_470514fcc8de0214031ee78cf6587cda);
|
|
|
|
|
|
|
|
marker_7f4e3e709bc6ea8842a042bb48d1121d.bindPopup(popup_8a1c84fbca1446a40b8ab3e0527af739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f4e3e709bc6ea8842a042bb48d1121d.setIcon(icon_8b227c525c5762a0f63f92d87b262fda);
|
|
|
|
|
|
var marker_bb2a9b8e792e4f86f0cfdd337d79d3a7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_b4cea47c7dae5133950c09f676a25d30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f75d1262f13b328a4b871b49a72ff96a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a699955f3dafd4f3f9c308591094215 = $(`<div id="html_3a699955f3dafd4f3f9c308591094215" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_f75d1262f13b328a4b871b49a72ff96a.setContent(html_3a699955f3dafd4f3f9c308591094215);
|
|
|
|
|
|
|
|
marker_bb2a9b8e792e4f86f0cfdd337d79d3a7.bindPopup(popup_f75d1262f13b328a4b871b49a72ff96a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb2a9b8e792e4f86f0cfdd337d79d3a7.setIcon(icon_b4cea47c7dae5133950c09f676a25d30);
|
|
|
|
|
|
var marker_a1726fc45c8df2e667dd40ba7bdc3842 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6e4d9868ab51bbf79d9a8358b0c96359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb59ee11e46fcd8b67dda7fb6a874587 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_574570b533b2de0782c9071fadf80c88 = $(`<div id="html_574570b533b2de0782c9071fadf80c88" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_cb59ee11e46fcd8b67dda7fb6a874587.setContent(html_574570b533b2de0782c9071fadf80c88);
|
|
|
|
|
|
|
|
marker_a1726fc45c8df2e667dd40ba7bdc3842.bindPopup(popup_cb59ee11e46fcd8b67dda7fb6a874587)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1726fc45c8df2e667dd40ba7bdc3842.setIcon(icon_6e4d9868ab51bbf79d9a8358b0c96359);
|
|
|
|
|
|
var marker_e7e7e28fb9748e65f7a256af580cadfd = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d06e0add9990b410e22f2f300ff711b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_541a0f31185f61d20e191665130cb898 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb8148ff000a5eced6d0295c8b6e6b8d = $(`<div id="html_bb8148ff000a5eced6d0295c8b6e6b8d" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_541a0f31185f61d20e191665130cb898.setContent(html_bb8148ff000a5eced6d0295c8b6e6b8d);
|
|
|
|
|
|
|
|
marker_e7e7e28fb9748e65f7a256af580cadfd.bindPopup(popup_541a0f31185f61d20e191665130cb898)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7e7e28fb9748e65f7a256af580cadfd.setIcon(icon_d06e0add9990b410e22f2f300ff711b1);
|
|
|
|
|
|
var marker_7661c9c56be77655a4878e0b8c52f2c3 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_07f4b2523dba08a8a8e3e2cbb17c7b96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6daa47499cea319635c205d115e4a38f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b77a334feaf2d434c86c4d1eef291ff = $(`<div id="html_2b77a334feaf2d434c86c4d1eef291ff" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_6daa47499cea319635c205d115e4a38f.setContent(html_2b77a334feaf2d434c86c4d1eef291ff);
|
|
|
|
|
|
|
|
marker_7661c9c56be77655a4878e0b8c52f2c3.bindPopup(popup_6daa47499cea319635c205d115e4a38f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7661c9c56be77655a4878e0b8c52f2c3.setIcon(icon_07f4b2523dba08a8a8e3e2cbb17c7b96);
|
|
|
|
|
|
var marker_6231bcfc549f4893ee87c7562292a93b = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6fac44a7a1f07f03fa0c789c609f1f30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05a487fe18c1def1b43b5109a225a87b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee21001c52ca15b0aae009348f3639ea = $(`<div id="html_ee21001c52ca15b0aae009348f3639ea" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_05a487fe18c1def1b43b5109a225a87b.setContent(html_ee21001c52ca15b0aae009348f3639ea);
|
|
|
|
|
|
|
|
marker_6231bcfc549f4893ee87c7562292a93b.bindPopup(popup_05a487fe18c1def1b43b5109a225a87b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6231bcfc549f4893ee87c7562292a93b.setIcon(icon_6fac44a7a1f07f03fa0c789c609f1f30);
|
|
|
|
|
|
var marker_0f2498057f2d7f4739ff0f7b2ee3152f = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_42a6ac8d09949ddde9ca13f2a33c0794 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_680c12e9a4c5cdc3c4ede0b77e1754b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61e13ec2ca6f66ad72987cdda09d0bc0 = $(`<div id="html_61e13ec2ca6f66ad72987cdda09d0bc0" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_680c12e9a4c5cdc3c4ede0b77e1754b5.setContent(html_61e13ec2ca6f66ad72987cdda09d0bc0);
|
|
|
|
|
|
|
|
marker_0f2498057f2d7f4739ff0f7b2ee3152f.bindPopup(popup_680c12e9a4c5cdc3c4ede0b77e1754b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f2498057f2d7f4739ff0f7b2ee3152f.setIcon(icon_42a6ac8d09949ddde9ca13f2a33c0794);
|
|
|
|
|
|
var marker_69a6e5d1adadcad0866f28ca2504ca49 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ae576fe58adc32dbf6e5e7fcc5636bc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a7b776cde8f031044ccf4642332df1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61a6caf5ec7c209dc99c273732ccd555 = $(`<div id="html_61a6caf5ec7c209dc99c273732ccd555" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_8a7b776cde8f031044ccf4642332df1d.setContent(html_61a6caf5ec7c209dc99c273732ccd555);
|
|
|
|
|
|
|
|
marker_69a6e5d1adadcad0866f28ca2504ca49.bindPopup(popup_8a7b776cde8f031044ccf4642332df1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69a6e5d1adadcad0866f28ca2504ca49.setIcon(icon_ae576fe58adc32dbf6e5e7fcc5636bc9);
|
|
|
|
|
|
var marker_b30f38cdadbd9f59feabed896db1ad9e = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8321903bcd0b14b8ae324473164bc487 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeda3d4dc662ae42274693085e3f4710 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7cbdb39c62094c56148569f1eac70eb = $(`<div id="html_d7cbdb39c62094c56148569f1eac70eb" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_eeda3d4dc662ae42274693085e3f4710.setContent(html_d7cbdb39c62094c56148569f1eac70eb);
|
|
|
|
|
|
|
|
marker_b30f38cdadbd9f59feabed896db1ad9e.bindPopup(popup_eeda3d4dc662ae42274693085e3f4710)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b30f38cdadbd9f59feabed896db1ad9e.setIcon(icon_8321903bcd0b14b8ae324473164bc487);
|
|
|
|
|
|
var marker_91c892dfe9652b2a3cbf326a3acd7699 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_06711a5b9a3a2775b9bff7db21aef5f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c508b7538350eae2c6cff292f745625 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f91466b57f7c67e6d8a25b60c1c6acd1 = $(`<div id="html_f91466b57f7c67e6d8a25b60c1c6acd1" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_5c508b7538350eae2c6cff292f745625.setContent(html_f91466b57f7c67e6d8a25b60c1c6acd1);
|
|
|
|
|
|
|
|
marker_91c892dfe9652b2a3cbf326a3acd7699.bindPopup(popup_5c508b7538350eae2c6cff292f745625)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91c892dfe9652b2a3cbf326a3acd7699.setIcon(icon_06711a5b9a3a2775b9bff7db21aef5f8);
|
|
|
|
|
|
var marker_9ee0f3857d23460d24a8e35145e526e2 = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f645a0ae89557477badc2d71d99fe0c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c15f6e76e0e5e9aa4ad4288374dd12be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ae2f2255fccafa1ee4ba9a193d7aedf = $(`<div id="html_4ae2f2255fccafa1ee4ba9a193d7aedf" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_c15f6e76e0e5e9aa4ad4288374dd12be.setContent(html_4ae2f2255fccafa1ee4ba9a193d7aedf);
|
|
|
|
|
|
|
|
marker_9ee0f3857d23460d24a8e35145e526e2.bindPopup(popup_c15f6e76e0e5e9aa4ad4288374dd12be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ee0f3857d23460d24a8e35145e526e2.setIcon(icon_f645a0ae89557477badc2d71d99fe0c9);
|
|
|
|
|
|
var marker_4b2878f87eeaf1f753ea704034101305 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a1da74d96f008e9d8ce9f8ef6445f8c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bb04311cd6fe675311193a81890c634 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d11ab7e369916e7001389ac956c1f059 = $(`<div id="html_d11ab7e369916e7001389ac956c1f059" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_9bb04311cd6fe675311193a81890c634.setContent(html_d11ab7e369916e7001389ac956c1f059);
|
|
|
|
|
|
|
|
marker_4b2878f87eeaf1f753ea704034101305.bindPopup(popup_9bb04311cd6fe675311193a81890c634)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b2878f87eeaf1f753ea704034101305.setIcon(icon_a1da74d96f008e9d8ce9f8ef6445f8c8);
|
|
|
|
|
|
var marker_bb62f5dc0684107129b0c50950333eff = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6fd00d1582535db4cee3f53d35b68e83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbccde08a1c658c04e79858e33f924ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1da434454b39d949f612678a4eec6a2 = $(`<div id="html_d1da434454b39d949f612678a4eec6a2" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_bbccde08a1c658c04e79858e33f924ac.setContent(html_d1da434454b39d949f612678a4eec6a2);
|
|
|
|
|
|
|
|
marker_bb62f5dc0684107129b0c50950333eff.bindPopup(popup_bbccde08a1c658c04e79858e33f924ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb62f5dc0684107129b0c50950333eff.setIcon(icon_6fd00d1582535db4cee3f53d35b68e83);
|
|
|
|
|
|
var marker_456e367379c190e2960d58adf033217c = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_540dcce8537ab1246d5b8c0ee9f1f4ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e447328775c032c851756f4df050f61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed86d3443ed49533a6133d28605982bb = $(`<div id="html_ed86d3443ed49533a6133d28605982bb" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_3e447328775c032c851756f4df050f61.setContent(html_ed86d3443ed49533a6133d28605982bb);
|
|
|
|
|
|
|
|
marker_456e367379c190e2960d58adf033217c.bindPopup(popup_3e447328775c032c851756f4df050f61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_456e367379c190e2960d58adf033217c.setIcon(icon_540dcce8537ab1246d5b8c0ee9f1f4ed);
|
|
|
|
|
|
var marker_93de57041824c56ed07a36dc2a66fb67 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_2c46a29543995bd394150785eb49275f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ded9880eb611db62704efdd483796f1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f2f173266aa0d3500cdf2e83340a8f4 = $(`<div id="html_2f2f173266aa0d3500cdf2e83340a8f4" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_ded9880eb611db62704efdd483796f1c.setContent(html_2f2f173266aa0d3500cdf2e83340a8f4);
|
|
|
|
|
|
|
|
marker_93de57041824c56ed07a36dc2a66fb67.bindPopup(popup_ded9880eb611db62704efdd483796f1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93de57041824c56ed07a36dc2a66fb67.setIcon(icon_2c46a29543995bd394150785eb49275f);
|
|
|
|
|
|
var marker_cbe3c3d4f16eedb01f0059e2d955b7f7 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6b9fb5100f283d4227a016157b8b1ce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffdb986b5d24058202e32f8e3d509a3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a407372ff9c5a58520a09941318e0fab = $(`<div id="html_a407372ff9c5a58520a09941318e0fab" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_ffdb986b5d24058202e32f8e3d509a3d.setContent(html_a407372ff9c5a58520a09941318e0fab);
|
|
|
|
|
|
|
|
marker_cbe3c3d4f16eedb01f0059e2d955b7f7.bindPopup(popup_ffdb986b5d24058202e32f8e3d509a3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbe3c3d4f16eedb01f0059e2d955b7f7.setIcon(icon_6b9fb5100f283d4227a016157b8b1ce9);
|
|
|
|
|
|
var marker_215a77b8a362c5ecade409fdcbabac42 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_cfcb9e7c055206e748ab75f981dd3395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60647d1eee9d153678598ec0db5d3991 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f7fe21234d2391599766dc31430be9b = $(`<div id="html_4f7fe21234d2391599766dc31430be9b" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_60647d1eee9d153678598ec0db5d3991.setContent(html_4f7fe21234d2391599766dc31430be9b);
|
|
|
|
|
|
|
|
marker_215a77b8a362c5ecade409fdcbabac42.bindPopup(popup_60647d1eee9d153678598ec0db5d3991)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_215a77b8a362c5ecade409fdcbabac42.setIcon(icon_cfcb9e7c055206e748ab75f981dd3395);
|
|
|
|
|
|
var marker_c8885f86e2a384600a45ff115222ad2f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a06bb0d2aece6c09b4a2249c11acc11c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bca9d52acae602ffa619ce4cdcd7d99e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_791d65fcafb0ae810d5d437321af09db = $(`<div id="html_791d65fcafb0ae810d5d437321af09db" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_bca9d52acae602ffa619ce4cdcd7d99e.setContent(html_791d65fcafb0ae810d5d437321af09db);
|
|
|
|
|
|
|
|
marker_c8885f86e2a384600a45ff115222ad2f.bindPopup(popup_bca9d52acae602ffa619ce4cdcd7d99e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8885f86e2a384600a45ff115222ad2f.setIcon(icon_a06bb0d2aece6c09b4a2249c11acc11c);
|
|
|
|
|
|
var marker_018bcba46a16a002490e18c807690b46 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_a5e55945ac4214c3fcd25c9d56d696fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78b16300c2de4944b8965a3660e358ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_704c6c2380444c36183a9defe888bfa1 = $(`<div id="html_704c6c2380444c36183a9defe888bfa1" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_78b16300c2de4944b8965a3660e358ac.setContent(html_704c6c2380444c36183a9defe888bfa1);
|
|
|
|
|
|
|
|
marker_018bcba46a16a002490e18c807690b46.bindPopup(popup_78b16300c2de4944b8965a3660e358ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018bcba46a16a002490e18c807690b46.setIcon(icon_a5e55945ac4214c3fcd25c9d56d696fa);
|
|
|
|
|
|
var marker_5834cb089380f2861d3750be2ad0c69c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_439738bf570277c8b553038d9092a184 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d035245b14e8b2de216f80db4de8ca6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f6a0eebf4fdfd90de9d1c5cf47acd79 = $(`<div id="html_2f6a0eebf4fdfd90de9d1c5cf47acd79" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_d035245b14e8b2de216f80db4de8ca6e.setContent(html_2f6a0eebf4fdfd90de9d1c5cf47acd79);
|
|
|
|
|
|
|
|
marker_5834cb089380f2861d3750be2ad0c69c.bindPopup(popup_d035245b14e8b2de216f80db4de8ca6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5834cb089380f2861d3750be2ad0c69c.setIcon(icon_439738bf570277c8b553038d9092a184);
|
|
|
|
|
|
var marker_9267d8c86c9e61e91ddaac5c0e80830a = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_642fcc233c2569ccf8a8e234caa6cea4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85b85b366527b66f40bb6a431ab15023 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86d52bf0a8ee5d94ed2072107aae1cd6 = $(`<div id="html_86d52bf0a8ee5d94ed2072107aae1cd6" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_85b85b366527b66f40bb6a431ab15023.setContent(html_86d52bf0a8ee5d94ed2072107aae1cd6);
|
|
|
|
|
|
|
|
marker_9267d8c86c9e61e91ddaac5c0e80830a.bindPopup(popup_85b85b366527b66f40bb6a431ab15023)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9267d8c86c9e61e91ddaac5c0e80830a.setIcon(icon_642fcc233c2569ccf8a8e234caa6cea4);
|
|
|
|
|
|
var marker_8463d2f59ab720f86cea959abb65736e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ed0346c319f85330351704c417b0c13f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_312b1847bed3689f688e8dd90810b0d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c9664db07a5e2c4f53b029145746831 = $(`<div id="html_1c9664db07a5e2c4f53b029145746831" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_312b1847bed3689f688e8dd90810b0d9.setContent(html_1c9664db07a5e2c4f53b029145746831);
|
|
|
|
|
|
|
|
marker_8463d2f59ab720f86cea959abb65736e.bindPopup(popup_312b1847bed3689f688e8dd90810b0d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8463d2f59ab720f86cea959abb65736e.setIcon(icon_ed0346c319f85330351704c417b0c13f);
|
|
|
|
|
|
var marker_9da920727990b3a9d76cbdf75806bdbb = L.marker(
|
|
[13.4166, 101.335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_36dd6f8c44a79f249987ae18bc406e10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e643967d08492b8bcebb3ffacf5c9f69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_417f2793a50d1841fdaca3769f778697 = $(`<div id="html_417f2793a50d1841fdaca3769f778697" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_e643967d08492b8bcebb3ffacf5c9f69.setContent(html_417f2793a50d1841fdaca3769f778697);
|
|
|
|
|
|
|
|
marker_9da920727990b3a9d76cbdf75806bdbb.bindPopup(popup_e643967d08492b8bcebb3ffacf5c9f69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9da920727990b3a9d76cbdf75806bdbb.setIcon(icon_36dd6f8c44a79f249987ae18bc406e10);
|
|
|
|
|
|
var marker_c4648cb6966183522c8e38ef31236ee0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_5f749674b5183ff685375f03b301c658 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04eb89ff463e9cceecea87b881f07e3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62e169795b8cdd93425bd3881b2a9afa = $(`<div id="html_62e169795b8cdd93425bd3881b2a9afa" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_04eb89ff463e9cceecea87b881f07e3d.setContent(html_62e169795b8cdd93425bd3881b2a9afa);
|
|
|
|
|
|
|
|
marker_c4648cb6966183522c8e38ef31236ee0.bindPopup(popup_04eb89ff463e9cceecea87b881f07e3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4648cb6966183522c8e38ef31236ee0.setIcon(icon_5f749674b5183ff685375f03b301c658);
|
|
|
|
|
|
var marker_be49b5f938c8c7eca1527f1c710acf6d = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_04826d1c2e6140a37d8968232b91f9e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_752f53211db0af8a73093fb242dee367 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cf5621e7080651ac5224cbadaec93f3 = $(`<div id="html_8cf5621e7080651ac5224cbadaec93f3" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_752f53211db0af8a73093fb242dee367.setContent(html_8cf5621e7080651ac5224cbadaec93f3);
|
|
|
|
|
|
|
|
marker_be49b5f938c8c7eca1527f1c710acf6d.bindPopup(popup_752f53211db0af8a73093fb242dee367)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be49b5f938c8c7eca1527f1c710acf6d.setIcon(icon_04826d1c2e6140a37d8968232b91f9e4);
|
|
|
|
|
|
var marker_2cd17628d56d6c963dac9b3a01fdbcf0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_1f3d83d24278df83614466db39b72e26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_652ffb7992bd9a92e104e0fc739d82d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2023da1ae8cdffaca407cfedac8d7f05 = $(`<div id="html_2023da1ae8cdffaca407cfedac8d7f05" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_652ffb7992bd9a92e104e0fc739d82d7.setContent(html_2023da1ae8cdffaca407cfedac8d7f05);
|
|
|
|
|
|
|
|
marker_2cd17628d56d6c963dac9b3a01fdbcf0.bindPopup(popup_652ffb7992bd9a92e104e0fc739d82d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cd17628d56d6c963dac9b3a01fdbcf0.setIcon(icon_1f3d83d24278df83614466db39b72e26);
|
|
|
|
|
|
var marker_463a0e416de3246687faf7a340400040 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ca6e9a2285729439404d5d97d19be19d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99880e7c4d36c11f818f1f5c5d54459e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e506eb4596c07265e5fb40f6fb52e23c = $(`<div id="html_e506eb4596c07265e5fb40f6fb52e23c" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_99880e7c4d36c11f818f1f5c5d54459e.setContent(html_e506eb4596c07265e5fb40f6fb52e23c);
|
|
|
|
|
|
|
|
marker_463a0e416de3246687faf7a340400040.bindPopup(popup_99880e7c4d36c11f818f1f5c5d54459e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_463a0e416de3246687faf7a340400040.setIcon(icon_ca6e9a2285729439404d5d97d19be19d);
|
|
|
|
|
|
var marker_4a32d4a1c436adabd55472c806b38861 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_17324d9f03dabdc54cd975f867578a3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c36b69ac6e28d4f51db0a19c8e6545f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb6fbe56698b5be5c3de23c32c6ff556 = $(`<div id="html_cb6fbe56698b5be5c3de23c32c6ff556" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_3c36b69ac6e28d4f51db0a19c8e6545f.setContent(html_cb6fbe56698b5be5c3de23c32c6ff556);
|
|
|
|
|
|
|
|
marker_4a32d4a1c436adabd55472c806b38861.bindPopup(popup_3c36b69ac6e28d4f51db0a19c8e6545f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a32d4a1c436adabd55472c806b38861.setIcon(icon_17324d9f03dabdc54cd975f867578a3d);
|
|
|
|
|
|
var marker_bacd8c73d8c3abcdc8fef9f969d6ee3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3e93e054d80f7e390e9a0eae22f91c0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de835f4f8995274a82dc0605205ab14a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e6d7457226f87f7114d49a63b32c77d = $(`<div id="html_1e6d7457226f87f7114d49a63b32c77d" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_de835f4f8995274a82dc0605205ab14a.setContent(html_1e6d7457226f87f7114d49a63b32c77d);
|
|
|
|
|
|
|
|
marker_bacd8c73d8c3abcdc8fef9f969d6ee3e.bindPopup(popup_de835f4f8995274a82dc0605205ab14a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bacd8c73d8c3abcdc8fef9f969d6ee3e.setIcon(icon_3e93e054d80f7e390e9a0eae22f91c0e);
|
|
|
|
|
|
var marker_cb3203c8e69573e9adb78b19e5bf9270 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_5309816b0b09de992f91c377858f4232 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97911e9e23c64fd08ff0b1f006eec2e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc604c7bde0962ada9bef48b61b13d53 = $(`<div id="html_bc604c7bde0962ada9bef48b61b13d53" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_97911e9e23c64fd08ff0b1f006eec2e4.setContent(html_bc604c7bde0962ada9bef48b61b13d53);
|
|
|
|
|
|
|
|
marker_cb3203c8e69573e9adb78b19e5bf9270.bindPopup(popup_97911e9e23c64fd08ff0b1f006eec2e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb3203c8e69573e9adb78b19e5bf9270.setIcon(icon_5309816b0b09de992f91c377858f4232);
|
|
|
|
|
|
var marker_31d693085c2bc5893ffe3cee55b6c250 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_03e634c667550b4c1a64b42ae43a390d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2cf3c6f6cdee183119b54ae960c0373 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5130f510c22ca1efd2393803809f19eb = $(`<div id="html_5130f510c22ca1efd2393803809f19eb" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_d2cf3c6f6cdee183119b54ae960c0373.setContent(html_5130f510c22ca1efd2393803809f19eb);
|
|
|
|
|
|
|
|
marker_31d693085c2bc5893ffe3cee55b6c250.bindPopup(popup_d2cf3c6f6cdee183119b54ae960c0373)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31d693085c2bc5893ffe3cee55b6c250.setIcon(icon_03e634c667550b4c1a64b42ae43a390d);
|
|
|
|
|
|
var marker_9c8c90257570a2b8b1f40ba02cd6c69e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_31914bf65711ba91cef8d4e316e14e5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6565594bad6bef46f5f4da0f3e3a365 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b847017537190147daaadd4614cbcc0 = $(`<div id="html_0b847017537190147daaadd4614cbcc0" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_f6565594bad6bef46f5f4da0f3e3a365.setContent(html_0b847017537190147daaadd4614cbcc0);
|
|
|
|
|
|
|
|
marker_9c8c90257570a2b8b1f40ba02cd6c69e.bindPopup(popup_f6565594bad6bef46f5f4da0f3e3a365)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c8c90257570a2b8b1f40ba02cd6c69e.setIcon(icon_31914bf65711ba91cef8d4e316e14e5d);
|
|
|
|
|
|
var marker_6369901310a80942ccd3906e6f277925 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_35fde37e44f74461ff4b06950a61295c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc4b07a6d2d3c1b1b3c75809585fbf76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bf8db0fc35772e42e5d53797f9832c9 = $(`<div id="html_8bf8db0fc35772e42e5d53797f9832c9" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_cc4b07a6d2d3c1b1b3c75809585fbf76.setContent(html_8bf8db0fc35772e42e5d53797f9832c9);
|
|
|
|
|
|
|
|
marker_6369901310a80942ccd3906e6f277925.bindPopup(popup_cc4b07a6d2d3c1b1b3c75809585fbf76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6369901310a80942ccd3906e6f277925.setIcon(icon_35fde37e44f74461ff4b06950a61295c);
|
|
|
|
|
|
var marker_ebbb16e4b6c3c6541ab32658851b1ad5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_5ed0dcc108907efe5bffd2232b792085 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2603e5c3bc430c3971b47d836d9bf06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8e709a90a05cc1b99d4794d92c6852d = $(`<div id="html_a8e709a90a05cc1b99d4794d92c6852d" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_f2603e5c3bc430c3971b47d836d9bf06.setContent(html_a8e709a90a05cc1b99d4794d92c6852d);
|
|
|
|
|
|
|
|
marker_ebbb16e4b6c3c6541ab32658851b1ad5.bindPopup(popup_f2603e5c3bc430c3971b47d836d9bf06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebbb16e4b6c3c6541ab32658851b1ad5.setIcon(icon_5ed0dcc108907efe5bffd2232b792085);
|
|
|
|
|
|
var marker_849d845b84aaf6797a29968ae5511982 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ae2d3008187b65051ddd0f2ecd97736f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3248323b14a0aef9d826d66cc37ba68b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae4e1df7be71b00c70b3b3c367a8190b = $(`<div id="html_ae4e1df7be71b00c70b3b3c367a8190b" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_3248323b14a0aef9d826d66cc37ba68b.setContent(html_ae4e1df7be71b00c70b3b3c367a8190b);
|
|
|
|
|
|
|
|
marker_849d845b84aaf6797a29968ae5511982.bindPopup(popup_3248323b14a0aef9d826d66cc37ba68b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_849d845b84aaf6797a29968ae5511982.setIcon(icon_ae2d3008187b65051ddd0f2ecd97736f);
|
|
|
|
|
|
var marker_801a88403a9eb4b9811196f26fd9093b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_565b206517b226583a4b5c776aa1b8b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7021b382932932c077e19604da9672c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05d3557b5a74778490bbebccd7be2e57 = $(`<div id="html_05d3557b5a74778490bbebccd7be2e57" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_7021b382932932c077e19604da9672c6.setContent(html_05d3557b5a74778490bbebccd7be2e57);
|
|
|
|
|
|
|
|
marker_801a88403a9eb4b9811196f26fd9093b.bindPopup(popup_7021b382932932c077e19604da9672c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_801a88403a9eb4b9811196f26fd9093b.setIcon(icon_565b206517b226583a4b5c776aa1b8b9);
|
|
|
|
|
|
var marker_9776505b5efc63f86ebf34b7ed2048fe = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_5b477a76c34c250ae0623f3a0cfce774 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3c1d7935929d0cf385cc3f9c196b10c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8853309b429142f603eddd439d325dea = $(`<div id="html_8853309b429142f603eddd439d325dea" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_f3c1d7935929d0cf385cc3f9c196b10c.setContent(html_8853309b429142f603eddd439d325dea);
|
|
|
|
|
|
|
|
marker_9776505b5efc63f86ebf34b7ed2048fe.bindPopup(popup_f3c1d7935929d0cf385cc3f9c196b10c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9776505b5efc63f86ebf34b7ed2048fe.setIcon(icon_5b477a76c34c250ae0623f3a0cfce774);
|
|
|
|
|
|
var marker_4df6b74fab9f5cce49f49281dad07c93 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_d5d5c1b878c5726a74339df8ae91c91d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69f6014b68d8e35d4ae609ff4b46e52a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc5a731496ee1043f35e5c0b69865794 = $(`<div id="html_dc5a731496ee1043f35e5c0b69865794" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_69f6014b68d8e35d4ae609ff4b46e52a.setContent(html_dc5a731496ee1043f35e5c0b69865794);
|
|
|
|
|
|
|
|
marker_4df6b74fab9f5cce49f49281dad07c93.bindPopup(popup_69f6014b68d8e35d4ae609ff4b46e52a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4df6b74fab9f5cce49f49281dad07c93.setIcon(icon_d5d5c1b878c5726a74339df8ae91c91d);
|
|
|
|
|
|
var marker_3fb06bd2ff413d35c5ca001f0d94d690 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_3ce5e283a6a0e77d0a1709327e3ef351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c2296186277298c939e9d38618b12f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_082ceb18a26e28d4ccb5507cd084753d = $(`<div id="html_082ceb18a26e28d4ccb5507cd084753d" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_9c2296186277298c939e9d38618b12f5.setContent(html_082ceb18a26e28d4ccb5507cd084753d);
|
|
|
|
|
|
|
|
marker_3fb06bd2ff413d35c5ca001f0d94d690.bindPopup(popup_9c2296186277298c939e9d38618b12f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fb06bd2ff413d35c5ca001f0d94d690.setIcon(icon_3ce5e283a6a0e77d0a1709327e3ef351);
|
|
|
|
|
|
var marker_3b73aac4c07b9383814885408d18bba3 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_ac25764c558dc41c9c4e6979eeeed8b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84cadd18cdbae3efcbbe6f60ad2a61ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_508948930bcfec4d0d97677069bac7c9 = $(`<div id="html_508948930bcfec4d0d97677069bac7c9" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_84cadd18cdbae3efcbbe6f60ad2a61ef.setContent(html_508948930bcfec4d0d97677069bac7c9);
|
|
|
|
|
|
|
|
marker_3b73aac4c07b9383814885408d18bba3.bindPopup(popup_84cadd18cdbae3efcbbe6f60ad2a61ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b73aac4c07b9383814885408d18bba3.setIcon(icon_ac25764c558dc41c9c4e6979eeeed8b9);
|
|
|
|
|
|
var marker_4705361c6cb1b148aeb69b2d5658c7aa = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_6639253e53a1433e5779f1d535156a90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9ef82ccf68406c6e99118b0536d0d60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6313179c7c74b6eac46109847cdc54f2 = $(`<div id="html_6313179c7c74b6eac46109847cdc54f2" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_c9ef82ccf68406c6e99118b0536d0d60.setContent(html_6313179c7c74b6eac46109847cdc54f2);
|
|
|
|
|
|
|
|
marker_4705361c6cb1b148aeb69b2d5658c7aa.bindPopup(popup_c9ef82ccf68406c6e99118b0536d0d60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4705361c6cb1b148aeb69b2d5658c7aa.setIcon(icon_6639253e53a1433e5779f1d535156a90);
|
|
|
|
|
|
var marker_ed66abfc4061408f4150015ddec31010 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_73ad8f4a69bf59986b7872d5abcfa690 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0a5c3d410a8f98900277ea696e59f1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c0bbca1560d8161de037ddb31fce94a = $(`<div id="html_5c0bbca1560d8161de037ddb31fce94a" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_a0a5c3d410a8f98900277ea696e59f1b.setContent(html_5c0bbca1560d8161de037ddb31fce94a);
|
|
|
|
|
|
|
|
marker_ed66abfc4061408f4150015ddec31010.bindPopup(popup_a0a5c3d410a8f98900277ea696e59f1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed66abfc4061408f4150015ddec31010.setIcon(icon_73ad8f4a69bf59986b7872d5abcfa690);
|
|
|
|
|
|
var marker_d3414fd4c1ff34da76e52925791fe6fe = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_89733386a4d0b2736d76bf55c5bbf05c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be2ba36ba35a51c619baa45e27d6cb62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a14031e4e28c0057f172f80a4849fbd6 = $(`<div id="html_a14031e4e28c0057f172f80a4849fbd6" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_be2ba36ba35a51c619baa45e27d6cb62.setContent(html_a14031e4e28c0057f172f80a4849fbd6);
|
|
|
|
|
|
|
|
marker_d3414fd4c1ff34da76e52925791fe6fe.bindPopup(popup_be2ba36ba35a51c619baa45e27d6cb62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3414fd4c1ff34da76e52925791fe6fe.setIcon(icon_89733386a4d0b2736d76bf55c5bbf05c);
|
|
|
|
|
|
var marker_0c4163fb9d5972fdd1b570ac921262a8 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_f3e1fa9a8f468e310f4e7224f83ba4be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8952f7310bc7369fd5e86cde863597df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d138ebf539c6ae570272642b37cc0fb = $(`<div id="html_5d138ebf539c6ae570272642b37cc0fb" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_8952f7310bc7369fd5e86cde863597df.setContent(html_5d138ebf539c6ae570272642b37cc0fb);
|
|
|
|
|
|
|
|
marker_0c4163fb9d5972fdd1b570ac921262a8.bindPopup(popup_8952f7310bc7369fd5e86cde863597df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c4163fb9d5972fdd1b570ac921262a8.setIcon(icon_f3e1fa9a8f468e310f4e7224f83ba4be);
|
|
|
|
|
|
var marker_1380837e4bf82ff6e724ab350501a03b = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_354ebaaaa1ff0885115f2ff9d0e66d97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15bd556c4d434abb713b90278ecf8c75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e1ba011ab22b3f0bbaa489ddd7f56b3 = $(`<div id="html_1e1ba011ab22b3f0bbaa489ddd7f56b3" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_15bd556c4d434abb713b90278ecf8c75.setContent(html_1e1ba011ab22b3f0bbaa489ddd7f56b3);
|
|
|
|
|
|
|
|
marker_1380837e4bf82ff6e724ab350501a03b.bindPopup(popup_15bd556c4d434abb713b90278ecf8c75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1380837e4bf82ff6e724ab350501a03b.setIcon(icon_354ebaaaa1ff0885115f2ff9d0e66d97);
|
|
|
|
|
|
var marker_945b4e125d31098f081bca9f47f44efe = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_670cdcb4e8492215595c73bb8ae2902a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2c4c7d5e7406f08955edf168666111d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7d827dba788403fe4478f6f5129e7a4 = $(`<div id="html_a7d827dba788403fe4478f6f5129e7a4" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_f2c4c7d5e7406f08955edf168666111d.setContent(html_a7d827dba788403fe4478f6f5129e7a4);
|
|
|
|
|
|
|
|
marker_945b4e125d31098f081bca9f47f44efe.bindPopup(popup_f2c4c7d5e7406f08955edf168666111d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_945b4e125d31098f081bca9f47f44efe.setIcon(icon_670cdcb4e8492215595c73bb8ae2902a);
|
|
|
|
|
|
var marker_a972f9079e6650dde90a3b7260df6e4a = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8);
|
|
|
|
|
|
var icon_8d664492aa8bd1d47792920f4e93ffb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebc92ccf04f2f61f13a20df69faffe54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f787f798b4cc87cae9b489768e67db7 = $(`<div id="html_3f787f798b4cc87cae9b489768e67db7" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_ebc92ccf04f2f61f13a20df69faffe54.setContent(html_3f787f798b4cc87cae9b489768e67db7);
|
|
|
|
|
|
|
|
marker_a972f9079e6650dde90a3b7260df6e4a.bindPopup(popup_ebc92ccf04f2f61f13a20df69faffe54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a972f9079e6650dde90a3b7260df6e4a.setIcon(icon_8d664492aa8bd1d47792920f4e93ffb2);
|
|
|
|
|
|
marker_cluster_c6abd6dc48dde34b9c34bf7786ccc1a8.addTo(map_1a54faa33d133f33c9b183457f5b8da6);
|
|
|
|
</script>
|
|
</html> |