mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 07:05:19 +00:00
11855 lines
345 KiB
HTML
11855 lines
345 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_33f2d6d46b3b1cb2bd378f8aa3fa1a7d {
|
|
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_33f2d6d46b3b1cb2bd378f8aa3fa1a7d" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_33f2d6d46b3b1cb2bd378f8aa3fa1a7d = L.map(
|
|
"map_33f2d6d46b3b1cb2bd378f8aa3fa1a7d",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_2ae3a1cac4eeed05eda262a01ee81128 = 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_2ae3a1cac4eeed05eda262a01ee81128.addTo(map_33f2d6d46b3b1cb2bd378f8aa3fa1a7d);
|
|
|
|
|
|
var marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_c87e553150f2a227351ddcd935aa1c7e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b20c488872200c311e4cd737474a5c46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cde820bb82c6b70ed59320a1ee8333a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c6915cb07fba2c7d19907e948ce95a8 = $(`<div id="html_4c6915cb07fba2c7d19907e948ce95a8" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_cde820bb82c6b70ed59320a1ee8333a3.setContent(html_4c6915cb07fba2c7d19907e948ce95a8);
|
|
|
|
|
|
|
|
marker_c87e553150f2a227351ddcd935aa1c7e.bindPopup(popup_cde820bb82c6b70ed59320a1ee8333a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c87e553150f2a227351ddcd935aa1c7e.setIcon(icon_b20c488872200c311e4cd737474a5c46);
|
|
|
|
|
|
var marker_d65db0e1e994a6133c79d2ba39ede9f2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_29aaf9532fe4a5a93574417109b9da38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47b8e6d643aa505f5541effc72452074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b862eea59336bd2eeeef62ed53172177 = $(`<div id="html_b862eea59336bd2eeeef62ed53172177" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_47b8e6d643aa505f5541effc72452074.setContent(html_b862eea59336bd2eeeef62ed53172177);
|
|
|
|
|
|
|
|
marker_d65db0e1e994a6133c79d2ba39ede9f2.bindPopup(popup_47b8e6d643aa505f5541effc72452074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d65db0e1e994a6133c79d2ba39ede9f2.setIcon(icon_29aaf9532fe4a5a93574417109b9da38);
|
|
|
|
|
|
var marker_86612fceae9d45f5a464466a50005210 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_afbe694b0d89014fe307deed165155bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03634cef07475579bdd76865ac6ec814 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6887561d03bb19fe66830554eb4ac3f2 = $(`<div id="html_6887561d03bb19fe66830554eb4ac3f2" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_03634cef07475579bdd76865ac6ec814.setContent(html_6887561d03bb19fe66830554eb4ac3f2);
|
|
|
|
|
|
|
|
marker_86612fceae9d45f5a464466a50005210.bindPopup(popup_03634cef07475579bdd76865ac6ec814)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86612fceae9d45f5a464466a50005210.setIcon(icon_afbe694b0d89014fe307deed165155bf);
|
|
|
|
|
|
var marker_411b523ae690be4842768ca10022622a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c0b2371d0335144eef2329a95173726d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0663c21848401009e067c0b1254e0679 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d3ea67c15e2ac2806e9448754d38e15 = $(`<div id="html_0d3ea67c15e2ac2806e9448754d38e15" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_0663c21848401009e067c0b1254e0679.setContent(html_0d3ea67c15e2ac2806e9448754d38e15);
|
|
|
|
|
|
|
|
marker_411b523ae690be4842768ca10022622a.bindPopup(popup_0663c21848401009e067c0b1254e0679)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_411b523ae690be4842768ca10022622a.setIcon(icon_c0b2371d0335144eef2329a95173726d);
|
|
|
|
|
|
var marker_2e119394124623d5379e9ada8003a32f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_aac6cb1e227fb89f8ec8d69470af16da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef93bb96644cd54806aae3309e466b71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c158414e03cf8ade128de22ede1014d = $(`<div id="html_1c158414e03cf8ade128de22ede1014d" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_ef93bb96644cd54806aae3309e466b71.setContent(html_1c158414e03cf8ade128de22ede1014d);
|
|
|
|
|
|
|
|
marker_2e119394124623d5379e9ada8003a32f.bindPopup(popup_ef93bb96644cd54806aae3309e466b71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e119394124623d5379e9ada8003a32f.setIcon(icon_aac6cb1e227fb89f8ec8d69470af16da);
|
|
|
|
|
|
var marker_c752094ed1a679170ac9221bda0a7719 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4332f28ec7d72737e8cb0da42a8e6dd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_394d1eb959c28b8bc90ec405f6754914 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f52708189f574c5313875a8339d6355d = $(`<div id="html_f52708189f574c5313875a8339d6355d" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_394d1eb959c28b8bc90ec405f6754914.setContent(html_f52708189f574c5313875a8339d6355d);
|
|
|
|
|
|
|
|
marker_c752094ed1a679170ac9221bda0a7719.bindPopup(popup_394d1eb959c28b8bc90ec405f6754914)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c752094ed1a679170ac9221bda0a7719.setIcon(icon_4332f28ec7d72737e8cb0da42a8e6dd3);
|
|
|
|
|
|
var marker_c5cb1a98119bbcef6bd8f042fb09b1af = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6b7d28ce8b92799acdcc1a339091710b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a599bbf84f4a2a1a93223d495cb0ac91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_076682bcb50015f5fac0e5c19258955c = $(`<div id="html_076682bcb50015f5fac0e5c19258955c" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_a599bbf84f4a2a1a93223d495cb0ac91.setContent(html_076682bcb50015f5fac0e5c19258955c);
|
|
|
|
|
|
|
|
marker_c5cb1a98119bbcef6bd8f042fb09b1af.bindPopup(popup_a599bbf84f4a2a1a93223d495cb0ac91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5cb1a98119bbcef6bd8f042fb09b1af.setIcon(icon_6b7d28ce8b92799acdcc1a339091710b);
|
|
|
|
|
|
var marker_a8b71cc3a698a3f70b13890479772512 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5e390cba45c29d38b515afb9abb942d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2d3eacc401c0462249bc40ecd5198ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d88d9d64f27d48c68158e0985cbb9658 = $(`<div id="html_d88d9d64f27d48c68158e0985cbb9658" style="width: 100.0%; height: 100.0%;">nostr-relay.aruku.kro.kr</div>`)[0];
|
|
popup_a2d3eacc401c0462249bc40ecd5198ee.setContent(html_d88d9d64f27d48c68158e0985cbb9658);
|
|
|
|
|
|
|
|
marker_a8b71cc3a698a3f70b13890479772512.bindPopup(popup_a2d3eacc401c0462249bc40ecd5198ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8b71cc3a698a3f70b13890479772512.setIcon(icon_5e390cba45c29d38b515afb9abb942d3);
|
|
|
|
|
|
var marker_ad72db158b17514479a069b8d0e55e08 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d7033e0254edeffc46186ad946e997ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0199d9f77cba74a86601ad6e9c2cfba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a1ef45c714551bd6e9c170913ccc69 = $(`<div id="html_b6a1ef45c714551bd6e9c170913ccc69" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_f0199d9f77cba74a86601ad6e9c2cfba.setContent(html_b6a1ef45c714551bd6e9c170913ccc69);
|
|
|
|
|
|
|
|
marker_ad72db158b17514479a069b8d0e55e08.bindPopup(popup_f0199d9f77cba74a86601ad6e9c2cfba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad72db158b17514479a069b8d0e55e08.setIcon(icon_d7033e0254edeffc46186ad946e997ae);
|
|
|
|
|
|
var marker_5e06d8d24c059ad725d7ad014bc75406 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_25e2d8be3fec02fe10c729cb0ada7923 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_374fc621bef9045cb2453111de9ff021 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b8ded1344c5280913c231d9460fc1f2 = $(`<div id="html_6b8ded1344c5280913c231d9460fc1f2" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_374fc621bef9045cb2453111de9ff021.setContent(html_6b8ded1344c5280913c231d9460fc1f2);
|
|
|
|
|
|
|
|
marker_5e06d8d24c059ad725d7ad014bc75406.bindPopup(popup_374fc621bef9045cb2453111de9ff021)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e06d8d24c059ad725d7ad014bc75406.setIcon(icon_25e2d8be3fec02fe10c729cb0ada7923);
|
|
|
|
|
|
var marker_f31af9d8c0eb44ab1c95522c29492d50 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_716e2704d91d0ecb0ae71315e158819d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dccc4cc55f30f5995ee76bab602e5ff2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2a9fa677b1a50d27990a5971169f0a7 = $(`<div id="html_d2a9fa677b1a50d27990a5971169f0a7" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_dccc4cc55f30f5995ee76bab602e5ff2.setContent(html_d2a9fa677b1a50d27990a5971169f0a7);
|
|
|
|
|
|
|
|
marker_f31af9d8c0eb44ab1c95522c29492d50.bindPopup(popup_dccc4cc55f30f5995ee76bab602e5ff2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f31af9d8c0eb44ab1c95522c29492d50.setIcon(icon_716e2704d91d0ecb0ae71315e158819d);
|
|
|
|
|
|
var marker_1a21c0d32772f6e13ce5e9d37e734cdd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b8effae461a35b69662ba1661068da75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_249deddb64642db4396ba1c0e5ff8ab2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04e2309942c90a151ac6b41071c3e7db = $(`<div id="html_04e2309942c90a151ac6b41071c3e7db" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_249deddb64642db4396ba1c0e5ff8ab2.setContent(html_04e2309942c90a151ac6b41071c3e7db);
|
|
|
|
|
|
|
|
marker_1a21c0d32772f6e13ce5e9d37e734cdd.bindPopup(popup_249deddb64642db4396ba1c0e5ff8ab2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a21c0d32772f6e13ce5e9d37e734cdd.setIcon(icon_b8effae461a35b69662ba1661068da75);
|
|
|
|
|
|
var marker_458ac2863c5c6ad2e8f38ea50ba4b3fb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_998f2b6c6650a13a6b793b6228bc3c50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aeb059b1d7118e057727e91093e9531a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_235efb5a58d1f92ac02317c24b50b355 = $(`<div id="html_235efb5a58d1f92ac02317c24b50b355" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_aeb059b1d7118e057727e91093e9531a.setContent(html_235efb5a58d1f92ac02317c24b50b355);
|
|
|
|
|
|
|
|
marker_458ac2863c5c6ad2e8f38ea50ba4b3fb.bindPopup(popup_aeb059b1d7118e057727e91093e9531a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_458ac2863c5c6ad2e8f38ea50ba4b3fb.setIcon(icon_998f2b6c6650a13a6b793b6228bc3c50);
|
|
|
|
|
|
var marker_9186a681aa4753909532043a48877152 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7fc2cc1c1e89d8920a273a723b7c7052 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_052c7a3d83d00fd81747cb8f4f87a8ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c6da8ceb633efa4ed05a9b2f8330bfe = $(`<div id="html_5c6da8ceb633efa4ed05a9b2f8330bfe" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_052c7a3d83d00fd81747cb8f4f87a8ef.setContent(html_5c6da8ceb633efa4ed05a9b2f8330bfe);
|
|
|
|
|
|
|
|
marker_9186a681aa4753909532043a48877152.bindPopup(popup_052c7a3d83d00fd81747cb8f4f87a8ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9186a681aa4753909532043a48877152.setIcon(icon_7fc2cc1c1e89d8920a273a723b7c7052);
|
|
|
|
|
|
var marker_c166686e069785e0e040087fd19f3b3b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6e543923b3b83cb3e2b5ff3a1f5133bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8c7fc298d0a7d9254de1f8e1f9d2e94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b2c5816c2b11c221e1f551b7c00427b = $(`<div id="html_8b2c5816c2b11c221e1f551b7c00427b" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_e8c7fc298d0a7d9254de1f8e1f9d2e94.setContent(html_8b2c5816c2b11c221e1f551b7c00427b);
|
|
|
|
|
|
|
|
marker_c166686e069785e0e040087fd19f3b3b.bindPopup(popup_e8c7fc298d0a7d9254de1f8e1f9d2e94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c166686e069785e0e040087fd19f3b3b.setIcon(icon_6e543923b3b83cb3e2b5ff3a1f5133bb);
|
|
|
|
|
|
var marker_522422a0ece405a4f569e7e46794eaab = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e6e777de36fafb8932849a4273e252f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8ae64b88e135e0f5d6561b164477095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cfa199008757c9f54e7e2b1e964d8c2 = $(`<div id="html_5cfa199008757c9f54e7e2b1e964d8c2" style="width: 100.0%; height: 100.0%;">goskatespots.nostr1.com</div>`)[0];
|
|
popup_c8ae64b88e135e0f5d6561b164477095.setContent(html_5cfa199008757c9f54e7e2b1e964d8c2);
|
|
|
|
|
|
|
|
marker_522422a0ece405a4f569e7e46794eaab.bindPopup(popup_c8ae64b88e135e0f5d6561b164477095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_522422a0ece405a4f569e7e46794eaab.setIcon(icon_e6e777de36fafb8932849a4273e252f5);
|
|
|
|
|
|
var marker_05758055771fd905fd33e07cb457ae75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a0240b5e3daf4e9c5f7a0819a65c7518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d82ef230df976d864031b903638d003e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c90b7825bb1c8c4181d0362368a1273 = $(`<div id="html_1c90b7825bb1c8c4181d0362368a1273" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_d82ef230df976d864031b903638d003e.setContent(html_1c90b7825bb1c8c4181d0362368a1273);
|
|
|
|
|
|
|
|
marker_05758055771fd905fd33e07cb457ae75.bindPopup(popup_d82ef230df976d864031b903638d003e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05758055771fd905fd33e07cb457ae75.setIcon(icon_a0240b5e3daf4e9c5f7a0819a65c7518);
|
|
|
|
|
|
var marker_863593099250b9ccc894c0bd4c9c7d0c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_bdebb67ce762b45f260499e30c031f38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d675b995d5fcb55b5f5609f9e726b5a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb312291ca0ed51381255cf39b2cdab4 = $(`<div id="html_bb312291ca0ed51381255cf39b2cdab4" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_d675b995d5fcb55b5f5609f9e726b5a5.setContent(html_bb312291ca0ed51381255cf39b2cdab4);
|
|
|
|
|
|
|
|
marker_863593099250b9ccc894c0bd4c9c7d0c.bindPopup(popup_d675b995d5fcb55b5f5609f9e726b5a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_863593099250b9ccc894c0bd4c9c7d0c.setIcon(icon_bdebb67ce762b45f260499e30c031f38);
|
|
|
|
|
|
var marker_93bb14b04c80e4c9c9036ddf8ee324f4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1067ede2e01980b6bc612b5691a3f683 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57a8763ba2ae552a7118f9a0de461af0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ed4402f6e92a37f901c581997987b26 = $(`<div id="html_1ed4402f6e92a37f901c581997987b26" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_57a8763ba2ae552a7118f9a0de461af0.setContent(html_1ed4402f6e92a37f901c581997987b26);
|
|
|
|
|
|
|
|
marker_93bb14b04c80e4c9c9036ddf8ee324f4.bindPopup(popup_57a8763ba2ae552a7118f9a0de461af0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93bb14b04c80e4c9c9036ddf8ee324f4.setIcon(icon_1067ede2e01980b6bc612b5691a3f683);
|
|
|
|
|
|
var marker_fc30620654ae409457035f2192f45511 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_590a9dc47519b851a5bd8e5cf8151093 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca305070dd74977735e4a63be6ef76ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55b62eda779e3034e56c99cc5ec7c13f = $(`<div id="html_55b62eda779e3034e56c99cc5ec7c13f" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_ca305070dd74977735e4a63be6ef76ff.setContent(html_55b62eda779e3034e56c99cc5ec7c13f);
|
|
|
|
|
|
|
|
marker_fc30620654ae409457035f2192f45511.bindPopup(popup_ca305070dd74977735e4a63be6ef76ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc30620654ae409457035f2192f45511.setIcon(icon_590a9dc47519b851a5bd8e5cf8151093);
|
|
|
|
|
|
var marker_8b38e6ae16b244894a27ede752cb2fef = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1907784342b679e6a0ace243ddef97a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f59218233b7e8111925af0a45bb6d67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_724b3b880a9b5d8ed5309abb20726f80 = $(`<div id="html_724b3b880a9b5d8ed5309abb20726f80" style="width: 100.0%; height: 100.0%;">relay.jmoose.rocks</div>`)[0];
|
|
popup_3f59218233b7e8111925af0a45bb6d67.setContent(html_724b3b880a9b5d8ed5309abb20726f80);
|
|
|
|
|
|
|
|
marker_8b38e6ae16b244894a27ede752cb2fef.bindPopup(popup_3f59218233b7e8111925af0a45bb6d67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b38e6ae16b244894a27ede752cb2fef.setIcon(icon_1907784342b679e6a0ace243ddef97a2);
|
|
|
|
|
|
var marker_6e4297624464fd3764ed674a36f46ff2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_bf14f28df1697ad0bbc57fbc24ce5b9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba76a326f4471520e6f61a024e25cd55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d61cb31570ca0f5be1116caabf381ca = $(`<div id="html_8d61cb31570ca0f5be1116caabf381ca" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_ba76a326f4471520e6f61a024e25cd55.setContent(html_8d61cb31570ca0f5be1116caabf381ca);
|
|
|
|
|
|
|
|
marker_6e4297624464fd3764ed674a36f46ff2.bindPopup(popup_ba76a326f4471520e6f61a024e25cd55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e4297624464fd3764ed674a36f46ff2.setIcon(icon_bf14f28df1697ad0bbc57fbc24ce5b9c);
|
|
|
|
|
|
var marker_82830a6e9f4019247a7fe0969b73c018 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_64ac4a1ae2e966b4f142b08a0ef691a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85860606dc64e420c0d87ecfc6705732 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_475a189aa409ec78771d77d89c7c92b3 = $(`<div id="html_475a189aa409ec78771d77d89c7c92b3" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_85860606dc64e420c0d87ecfc6705732.setContent(html_475a189aa409ec78771d77d89c7c92b3);
|
|
|
|
|
|
|
|
marker_82830a6e9f4019247a7fe0969b73c018.bindPopup(popup_85860606dc64e420c0d87ecfc6705732)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82830a6e9f4019247a7fe0969b73c018.setIcon(icon_64ac4a1ae2e966b4f142b08a0ef691a4);
|
|
|
|
|
|
var marker_9bcd246294a306501b217878b871d846 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_0f2a78bcbc854da1e59f01f99aa2a57c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f60341df22efb0ef49dbfdeb8850e12e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95a71f2b813ebc9c7d9b066821bbc67f = $(`<div id="html_95a71f2b813ebc9c7d9b066821bbc67f" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_f60341df22efb0ef49dbfdeb8850e12e.setContent(html_95a71f2b813ebc9c7d9b066821bbc67f);
|
|
|
|
|
|
|
|
marker_9bcd246294a306501b217878b871d846.bindPopup(popup_f60341df22efb0ef49dbfdeb8850e12e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bcd246294a306501b217878b871d846.setIcon(icon_0f2a78bcbc854da1e59f01f99aa2a57c);
|
|
|
|
|
|
var marker_10f3cf898bc8f5508bcb569a761a7bb8 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_15959a37f4373b649911c72cb8c35168 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab7114cc50c37af30a9660eccc3609f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd0514865ba4d47910f1a7ca90e47ea4 = $(`<div id="html_fd0514865ba4d47910f1a7ca90e47ea4" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_ab7114cc50c37af30a9660eccc3609f6.setContent(html_fd0514865ba4d47910f1a7ca90e47ea4);
|
|
|
|
|
|
|
|
marker_10f3cf898bc8f5508bcb569a761a7bb8.bindPopup(popup_ab7114cc50c37af30a9660eccc3609f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10f3cf898bc8f5508bcb569a761a7bb8.setIcon(icon_15959a37f4373b649911c72cb8c35168);
|
|
|
|
|
|
var marker_db09c914f9f47cd011d7e8696ee9acac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f17a03a4d31f83d7a44df879ba7076d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bafb2120e288d5ce14383dab2f31c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60914104cd7ef8713b256f308273e89f = $(`<div id="html_60914104cd7ef8713b256f308273e89f" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_5bafb2120e288d5ce14383dab2f31c69.setContent(html_60914104cd7ef8713b256f308273e89f);
|
|
|
|
|
|
|
|
marker_db09c914f9f47cd011d7e8696ee9acac.bindPopup(popup_5bafb2120e288d5ce14383dab2f31c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db09c914f9f47cd011d7e8696ee9acac.setIcon(icon_f17a03a4d31f83d7a44df879ba7076d9);
|
|
|
|
|
|
var marker_88623a2482380e444bcfea120c288cb2 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e69ecee8f87c6267cc6c0d4d9b4cca8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf3a7beec74badd327d78bc955a9852d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57da8b5dbcca198b280b81d9f541f3ba = $(`<div id="html_57da8b5dbcca198b280b81d9f541f3ba" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_cf3a7beec74badd327d78bc955a9852d.setContent(html_57da8b5dbcca198b280b81d9f541f3ba);
|
|
|
|
|
|
|
|
marker_88623a2482380e444bcfea120c288cb2.bindPopup(popup_cf3a7beec74badd327d78bc955a9852d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88623a2482380e444bcfea120c288cb2.setIcon(icon_e69ecee8f87c6267cc6c0d4d9b4cca8b);
|
|
|
|
|
|
var marker_4f93dadc3463b09afe1f5cb5b6391f0a = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5aa4aa60c991e1bce2f2c56b764779d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_164a7c0b9c3c09d5d28c956178e50bad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76cd50de0c9d5161fcd2fa0e34b0aa5b = $(`<div id="html_76cd50de0c9d5161fcd2fa0e34b0aa5b" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_164a7c0b9c3c09d5d28c956178e50bad.setContent(html_76cd50de0c9d5161fcd2fa0e34b0aa5b);
|
|
|
|
|
|
|
|
marker_4f93dadc3463b09afe1f5cb5b6391f0a.bindPopup(popup_164a7c0b9c3c09d5d28c956178e50bad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f93dadc3463b09afe1f5cb5b6391f0a.setIcon(icon_5aa4aa60c991e1bce2f2c56b764779d3);
|
|
|
|
|
|
var marker_09588bb694c79104b5f03009690eb8d2 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_59cbdc5a2a8841cf16a1f9652b8fe8a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4ccf81580787b82c5eea45adf0a8f6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0156ce5d0aa54011ce9af222857d044e = $(`<div id="html_0156ce5d0aa54011ce9af222857d044e" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_a4ccf81580787b82c5eea45adf0a8f6a.setContent(html_0156ce5d0aa54011ce9af222857d044e);
|
|
|
|
|
|
|
|
marker_09588bb694c79104b5f03009690eb8d2.bindPopup(popup_a4ccf81580787b82c5eea45adf0a8f6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09588bb694c79104b5f03009690eb8d2.setIcon(icon_59cbdc5a2a8841cf16a1f9652b8fe8a1);
|
|
|
|
|
|
var marker_6f18f504afefe302bac4f61cf786de10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ca6ca41a84878da7d3b4f2207c9a49f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea8306ef8a33c307ab39984159c5a6df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7e09c17e8cc40fd43cc164f797ddf8c = $(`<div id="html_d7e09c17e8cc40fd43cc164f797ddf8c" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_ea8306ef8a33c307ab39984159c5a6df.setContent(html_d7e09c17e8cc40fd43cc164f797ddf8c);
|
|
|
|
|
|
|
|
marker_6f18f504afefe302bac4f61cf786de10.bindPopup(popup_ea8306ef8a33c307ab39984159c5a6df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f18f504afefe302bac4f61cf786de10.setIcon(icon_ca6ca41a84878da7d3b4f2207c9a49f7);
|
|
|
|
|
|
var marker_f6cc5870b67b4dc1026e1ac680509686 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2d24a28cafe78106fa6fb6fd099ba873 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34fffdb585fd3c154358c473d7aad934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_572e917681a9d7557b014d0d097fc516 = $(`<div id="html_572e917681a9d7557b014d0d097fc516" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_34fffdb585fd3c154358c473d7aad934.setContent(html_572e917681a9d7557b014d0d097fc516);
|
|
|
|
|
|
|
|
marker_f6cc5870b67b4dc1026e1ac680509686.bindPopup(popup_34fffdb585fd3c154358c473d7aad934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6cc5870b67b4dc1026e1ac680509686.setIcon(icon_2d24a28cafe78106fa6fb6fd099ba873);
|
|
|
|
|
|
var marker_fec3db31dd4d3c4b487229c791722275 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1a0a19013892b069ddfaa390a6f4e329 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a226e0c36f8f6454b852eb90eca2db9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_320898564d1d69b88d7d4354036b07e8 = $(`<div id="html_320898564d1d69b88d7d4354036b07e8" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_0a226e0c36f8f6454b852eb90eca2db9.setContent(html_320898564d1d69b88d7d4354036b07e8);
|
|
|
|
|
|
|
|
marker_fec3db31dd4d3c4b487229c791722275.bindPopup(popup_0a226e0c36f8f6454b852eb90eca2db9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fec3db31dd4d3c4b487229c791722275.setIcon(icon_1a0a19013892b069ddfaa390a6f4e329);
|
|
|
|
|
|
var marker_5f29c142e1b3c7a3d6c4a44ef030023d = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7e3942fc15ee620de48e2b2c9ca8e708 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c85f3c27339dc22b9a7854c14bd4a5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0682a90382e8341fbda63ed96f8600c3 = $(`<div id="html_0682a90382e8341fbda63ed96f8600c3" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_0c85f3c27339dc22b9a7854c14bd4a5c.setContent(html_0682a90382e8341fbda63ed96f8600c3);
|
|
|
|
|
|
|
|
marker_5f29c142e1b3c7a3d6c4a44ef030023d.bindPopup(popup_0c85f3c27339dc22b9a7854c14bd4a5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f29c142e1b3c7a3d6c4a44ef030023d.setIcon(icon_7e3942fc15ee620de48e2b2c9ca8e708);
|
|
|
|
|
|
var marker_1bd28e7635537326d8c4a937b6c7de5a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e59f50f916616ce84c543a429dca3f7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a895b4162394c11595113a77ba5f7f3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c651c3ceb13c4b05a6b078c02fef1949 = $(`<div id="html_c651c3ceb13c4b05a6b078c02fef1949" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_a895b4162394c11595113a77ba5f7f3b.setContent(html_c651c3ceb13c4b05a6b078c02fef1949);
|
|
|
|
|
|
|
|
marker_1bd28e7635537326d8c4a937b6c7de5a.bindPopup(popup_a895b4162394c11595113a77ba5f7f3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bd28e7635537326d8c4a937b6c7de5a.setIcon(icon_e59f50f916616ce84c543a429dca3f7b);
|
|
|
|
|
|
var marker_bd87acf8d265b186ad46cff84aa019ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e48dabdd96c7e1df619c3dd86c8a58ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbb0cf4b63d02ad1b38e7391f8941374 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15e6e4193cbca3e01a66f1b22d8afb44 = $(`<div id="html_15e6e4193cbca3e01a66f1b22d8afb44" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_fbb0cf4b63d02ad1b38e7391f8941374.setContent(html_15e6e4193cbca3e01a66f1b22d8afb44);
|
|
|
|
|
|
|
|
marker_bd87acf8d265b186ad46cff84aa019ff.bindPopup(popup_fbb0cf4b63d02ad1b38e7391f8941374)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd87acf8d265b186ad46cff84aa019ff.setIcon(icon_e48dabdd96c7e1df619c3dd86c8a58ed);
|
|
|
|
|
|
var marker_6cdf6264b64d14f957b51fc1084d87ed = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_324bf96373ee8540854e8d01505398bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68030897a102a7a56a5ea8eb34c13cfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc4b4533178d94c2cb29658f5af18470 = $(`<div id="html_cc4b4533178d94c2cb29658f5af18470" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_68030897a102a7a56a5ea8eb34c13cfe.setContent(html_cc4b4533178d94c2cb29658f5af18470);
|
|
|
|
|
|
|
|
marker_6cdf6264b64d14f957b51fc1084d87ed.bindPopup(popup_68030897a102a7a56a5ea8eb34c13cfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cdf6264b64d14f957b51fc1084d87ed.setIcon(icon_324bf96373ee8540854e8d01505398bd);
|
|
|
|
|
|
var marker_07767bf48bb677aec92a34404d0358fd = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e70860333037e2e9e7ab3fc4cdfe2d85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aed6de34cf321f55133275e4da2769d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e10a4fe0867a9b12f5934bcfdd6afbbf = $(`<div id="html_e10a4fe0867a9b12f5934bcfdd6afbbf" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_aed6de34cf321f55133275e4da2769d9.setContent(html_e10a4fe0867a9b12f5934bcfdd6afbbf);
|
|
|
|
|
|
|
|
marker_07767bf48bb677aec92a34404d0358fd.bindPopup(popup_aed6de34cf321f55133275e4da2769d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07767bf48bb677aec92a34404d0358fd.setIcon(icon_e70860333037e2e9e7ab3fc4cdfe2d85);
|
|
|
|
|
|
var marker_6704c63ff4849c004921235c2f20e655 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e4fa4de7e304019e6011ff06b530a2f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_837add3de8a7622449b230503e6c7a81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e2337d36aea1423c85c2fd1bed4271c = $(`<div id="html_3e2337d36aea1423c85c2fd1bed4271c" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_837add3de8a7622449b230503e6c7a81.setContent(html_3e2337d36aea1423c85c2fd1bed4271c);
|
|
|
|
|
|
|
|
marker_6704c63ff4849c004921235c2f20e655.bindPopup(popup_837add3de8a7622449b230503e6c7a81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6704c63ff4849c004921235c2f20e655.setIcon(icon_e4fa4de7e304019e6011ff06b530a2f2);
|
|
|
|
|
|
var marker_7611c1f97b51de9090161fe2dacf324a = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_790a2025085ad2749b58a7068ae992c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdf4eef3ba86d060b639978338b7f8b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3281da76a0b3a884053d6b0018b84a39 = $(`<div id="html_3281da76a0b3a884053d6b0018b84a39" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_fdf4eef3ba86d060b639978338b7f8b4.setContent(html_3281da76a0b3a884053d6b0018b84a39);
|
|
|
|
|
|
|
|
marker_7611c1f97b51de9090161fe2dacf324a.bindPopup(popup_fdf4eef3ba86d060b639978338b7f8b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7611c1f97b51de9090161fe2dacf324a.setIcon(icon_790a2025085ad2749b58a7068ae992c0);
|
|
|
|
|
|
var marker_ea53b401ac5e8072721e1ca78672418e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c842c0c443dbfd291304b6600d46d70e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e50108b5d63259f6e7af8adf8c1c925 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8ab6d689ef0e7c3c437ab559f7ca754 = $(`<div id="html_c8ab6d689ef0e7c3c437ab559f7ca754" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_1e50108b5d63259f6e7af8adf8c1c925.setContent(html_c8ab6d689ef0e7c3c437ab559f7ca754);
|
|
|
|
|
|
|
|
marker_ea53b401ac5e8072721e1ca78672418e.bindPopup(popup_1e50108b5d63259f6e7af8adf8c1c925)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea53b401ac5e8072721e1ca78672418e.setIcon(icon_c842c0c443dbfd291304b6600d46d70e);
|
|
|
|
|
|
var marker_5dd7ca35b1b1e14d7c7ca6129dde0216 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9c5f5e7d623a50847f8a7199b3335b02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_444fce41c08cbd1877af7f0b7a7094d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2b238c63aad7e9d63be4d69ecaa1e3e = $(`<div id="html_e2b238c63aad7e9d63be4d69ecaa1e3e" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_444fce41c08cbd1877af7f0b7a7094d3.setContent(html_e2b238c63aad7e9d63be4d69ecaa1e3e);
|
|
|
|
|
|
|
|
marker_5dd7ca35b1b1e14d7c7ca6129dde0216.bindPopup(popup_444fce41c08cbd1877af7f0b7a7094d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dd7ca35b1b1e14d7c7ca6129dde0216.setIcon(icon_9c5f5e7d623a50847f8a7199b3335b02);
|
|
|
|
|
|
var marker_057e46c0ea067ceffc30184728bcaf46 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_acee8db6226667e37652bbb759d870ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd536316433d883680bc496f627f6153 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37da636129c6951aa4d568f90fb9eba7 = $(`<div id="html_37da636129c6951aa4d568f90fb9eba7" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_fd536316433d883680bc496f627f6153.setContent(html_37da636129c6951aa4d568f90fb9eba7);
|
|
|
|
|
|
|
|
marker_057e46c0ea067ceffc30184728bcaf46.bindPopup(popup_fd536316433d883680bc496f627f6153)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_057e46c0ea067ceffc30184728bcaf46.setIcon(icon_acee8db6226667e37652bbb759d870ec);
|
|
|
|
|
|
var marker_39c4d19b9b4aa7b8e75b1a7e41597770 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d96a7d7e96f5b6ac6f92159745ef53ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_783c791c2f886522f44fa9245d7e4383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aacb8ae5af0ab0a164a85d2f73ed5b73 = $(`<div id="html_aacb8ae5af0ab0a164a85d2f73ed5b73" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_783c791c2f886522f44fa9245d7e4383.setContent(html_aacb8ae5af0ab0a164a85d2f73ed5b73);
|
|
|
|
|
|
|
|
marker_39c4d19b9b4aa7b8e75b1a7e41597770.bindPopup(popup_783c791c2f886522f44fa9245d7e4383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39c4d19b9b4aa7b8e75b1a7e41597770.setIcon(icon_d96a7d7e96f5b6ac6f92159745ef53ff);
|
|
|
|
|
|
var marker_dd218a712d0a5ce746d24affe41b7660 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_88d920b8f05837aab36694f6d1ebedfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b8f2ce06bc14228108952b977bbd939 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4da4f072ad3a4f40a7a38e4bbd18ec6f = $(`<div id="html_4da4f072ad3a4f40a7a38e4bbd18ec6f" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_8b8f2ce06bc14228108952b977bbd939.setContent(html_4da4f072ad3a4f40a7a38e4bbd18ec6f);
|
|
|
|
|
|
|
|
marker_dd218a712d0a5ce746d24affe41b7660.bindPopup(popup_8b8f2ce06bc14228108952b977bbd939)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd218a712d0a5ce746d24affe41b7660.setIcon(icon_88d920b8f05837aab36694f6d1ebedfe);
|
|
|
|
|
|
var marker_516b93a2575e8e2b8fa9a99b5a893494 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7b55de4d761460f32577223ee35568a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d81fd6204cfb5e2e82bbbb0cb366a6f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ede48997ec50fc8637b1d220260cb6b1 = $(`<div id="html_ede48997ec50fc8637b1d220260cb6b1" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_d81fd6204cfb5e2e82bbbb0cb366a6f0.setContent(html_ede48997ec50fc8637b1d220260cb6b1);
|
|
|
|
|
|
|
|
marker_516b93a2575e8e2b8fa9a99b5a893494.bindPopup(popup_d81fd6204cfb5e2e82bbbb0cb366a6f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_516b93a2575e8e2b8fa9a99b5a893494.setIcon(icon_7b55de4d761460f32577223ee35568a4);
|
|
|
|
|
|
var marker_c554260c7e72579d8750d9f8414b33ea = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a31332a7ddd041b2d8a15129bba154d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d23796c10652cddaad71a757c157507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60f33ffc22112830ac2c0ca47a74f238 = $(`<div id="html_60f33ffc22112830ac2c0ca47a74f238" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_7d23796c10652cddaad71a757c157507.setContent(html_60f33ffc22112830ac2c0ca47a74f238);
|
|
|
|
|
|
|
|
marker_c554260c7e72579d8750d9f8414b33ea.bindPopup(popup_7d23796c10652cddaad71a757c157507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c554260c7e72579d8750d9f8414b33ea.setIcon(icon_a31332a7ddd041b2d8a15129bba154d0);
|
|
|
|
|
|
var marker_0db9d2fccaae2ff60260cf272ff23b2a = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d77e91c9511a8b8408afdd78bd30c2e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26c54b0e03687e983bc4264cb390a789 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a56356e4bb1dc411b2dbc75a489fe802 = $(`<div id="html_a56356e4bb1dc411b2dbc75a489fe802" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_26c54b0e03687e983bc4264cb390a789.setContent(html_a56356e4bb1dc411b2dbc75a489fe802);
|
|
|
|
|
|
|
|
marker_0db9d2fccaae2ff60260cf272ff23b2a.bindPopup(popup_26c54b0e03687e983bc4264cb390a789)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0db9d2fccaae2ff60260cf272ff23b2a.setIcon(icon_d77e91c9511a8b8408afdd78bd30c2e3);
|
|
|
|
|
|
var marker_2bececdaf4331a409fe1d39a72cb96da = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7f3c85d41ebe2ea50840f1a719403a55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a77c4af0f98a4063891922e084e1045 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ebe34bfeedca3ae66c21f1dcbd57b50 = $(`<div id="html_9ebe34bfeedca3ae66c21f1dcbd57b50" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_1a77c4af0f98a4063891922e084e1045.setContent(html_9ebe34bfeedca3ae66c21f1dcbd57b50);
|
|
|
|
|
|
|
|
marker_2bececdaf4331a409fe1d39a72cb96da.bindPopup(popup_1a77c4af0f98a4063891922e084e1045)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bececdaf4331a409fe1d39a72cb96da.setIcon(icon_7f3c85d41ebe2ea50840f1a719403a55);
|
|
|
|
|
|
var marker_97841146856fced2ceefcd1d84958f04 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_95d12c193cf03871674b7cbf175975e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b2fef81315233e6f395e938e659e7f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8178caff5025fdf22db691a61627184a = $(`<div id="html_8178caff5025fdf22db691a61627184a" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_1b2fef81315233e6f395e938e659e7f0.setContent(html_8178caff5025fdf22db691a61627184a);
|
|
|
|
|
|
|
|
marker_97841146856fced2ceefcd1d84958f04.bindPopup(popup_1b2fef81315233e6f395e938e659e7f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97841146856fced2ceefcd1d84958f04.setIcon(icon_95d12c193cf03871674b7cbf175975e9);
|
|
|
|
|
|
var marker_fe7f5a71852b2e2e5489266a97ace85c = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_fe1333a2b6ff1c62e3387c28fa574f05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_570065be04752aca90e013ea79633dea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a677ec300993213ced961c70e8cc94b = $(`<div id="html_6a677ec300993213ced961c70e8cc94b" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_570065be04752aca90e013ea79633dea.setContent(html_6a677ec300993213ced961c70e8cc94b);
|
|
|
|
|
|
|
|
marker_fe7f5a71852b2e2e5489266a97ace85c.bindPopup(popup_570065be04752aca90e013ea79633dea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe7f5a71852b2e2e5489266a97ace85c.setIcon(icon_fe1333a2b6ff1c62e3387c28fa574f05);
|
|
|
|
|
|
var marker_874a4ee2c1e751d1012001952ab9211f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_870542fb9a163ee0aed1b7d5c3c16f5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56924b12473ff0d5ed81dea6ca6c1d8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_293364fffeedcb41781f8894daad3869 = $(`<div id="html_293364fffeedcb41781f8894daad3869" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_56924b12473ff0d5ed81dea6ca6c1d8c.setContent(html_293364fffeedcb41781f8894daad3869);
|
|
|
|
|
|
|
|
marker_874a4ee2c1e751d1012001952ab9211f.bindPopup(popup_56924b12473ff0d5ed81dea6ca6c1d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_874a4ee2c1e751d1012001952ab9211f.setIcon(icon_870542fb9a163ee0aed1b7d5c3c16f5f);
|
|
|
|
|
|
var marker_df43710cfe68caf62d996052d71ffba4 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_be7a05e237124c7d0ba73e467035f16b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acc0eea84755d62577ae86db64a355c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23b29d837b6b220fd124916a7be004dc = $(`<div id="html_23b29d837b6b220fd124916a7be004dc" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_acc0eea84755d62577ae86db64a355c0.setContent(html_23b29d837b6b220fd124916a7be004dc);
|
|
|
|
|
|
|
|
marker_df43710cfe68caf62d996052d71ffba4.bindPopup(popup_acc0eea84755d62577ae86db64a355c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df43710cfe68caf62d996052d71ffba4.setIcon(icon_be7a05e237124c7d0ba73e467035f16b);
|
|
|
|
|
|
var marker_9320e1af1a31d04eb8c3f197d37a03f4 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1edb036598b40f69ab618d39ff4fd16e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdb00999af89d569c020150434dc8b46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f97c8775259efb773bffd8fbdee4b3c = $(`<div id="html_5f97c8775259efb773bffd8fbdee4b3c" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_fdb00999af89d569c020150434dc8b46.setContent(html_5f97c8775259efb773bffd8fbdee4b3c);
|
|
|
|
|
|
|
|
marker_9320e1af1a31d04eb8c3f197d37a03f4.bindPopup(popup_fdb00999af89d569c020150434dc8b46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9320e1af1a31d04eb8c3f197d37a03f4.setIcon(icon_1edb036598b40f69ab618d39ff4fd16e);
|
|
|
|
|
|
var marker_21ddb3eb19ea8b788fd6798ead25db68 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_147a9aabf81b730015e2fee7b4dd8d62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89e74ac1160c680284197f2120477875 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa30fd10f0abf0600dd5e21b69267c9c = $(`<div id="html_aa30fd10f0abf0600dd5e21b69267c9c" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_89e74ac1160c680284197f2120477875.setContent(html_aa30fd10f0abf0600dd5e21b69267c9c);
|
|
|
|
|
|
|
|
marker_21ddb3eb19ea8b788fd6798ead25db68.bindPopup(popup_89e74ac1160c680284197f2120477875)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21ddb3eb19ea8b788fd6798ead25db68.setIcon(icon_147a9aabf81b730015e2fee7b4dd8d62);
|
|
|
|
|
|
var marker_e3e98ea88d1c6bec5dc9f296fb685ce3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ff61963da53cf968f3c48ef198a8776f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55c1399ce2d6bc074734ea902f0d5479 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8aec1f5b5a23d000c3d5b904117ca20 = $(`<div id="html_a8aec1f5b5a23d000c3d5b904117ca20" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_55c1399ce2d6bc074734ea902f0d5479.setContent(html_a8aec1f5b5a23d000c3d5b904117ca20);
|
|
|
|
|
|
|
|
marker_e3e98ea88d1c6bec5dc9f296fb685ce3.bindPopup(popup_55c1399ce2d6bc074734ea902f0d5479)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3e98ea88d1c6bec5dc9f296fb685ce3.setIcon(icon_ff61963da53cf968f3c48ef198a8776f);
|
|
|
|
|
|
var marker_c700bf346b4c4adc42ed79bc0a807883 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_0c1e8bbc44c7d3bbba1bbf9921d0d8f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02762909717e5b653d9cad78a7f3d617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64cef13805967b0fd37e39946dc72b99 = $(`<div id="html_64cef13805967b0fd37e39946dc72b99" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_02762909717e5b653d9cad78a7f3d617.setContent(html_64cef13805967b0fd37e39946dc72b99);
|
|
|
|
|
|
|
|
marker_c700bf346b4c4adc42ed79bc0a807883.bindPopup(popup_02762909717e5b653d9cad78a7f3d617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c700bf346b4c4adc42ed79bc0a807883.setIcon(icon_0c1e8bbc44c7d3bbba1bbf9921d0d8f1);
|
|
|
|
|
|
var marker_b03a09622cb5e044d6ff2466adcdb971 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6f841a0abf59d24b1c4368a620423bd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2562b85de8d6d5d15b1e4872c45d7c97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df0156112838890cee086c1474774fc9 = $(`<div id="html_df0156112838890cee086c1474774fc9" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_2562b85de8d6d5d15b1e4872c45d7c97.setContent(html_df0156112838890cee086c1474774fc9);
|
|
|
|
|
|
|
|
marker_b03a09622cb5e044d6ff2466adcdb971.bindPopup(popup_2562b85de8d6d5d15b1e4872c45d7c97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b03a09622cb5e044d6ff2466adcdb971.setIcon(icon_6f841a0abf59d24b1c4368a620423bd2);
|
|
|
|
|
|
var marker_5926da60e7f31af819b47d9dcd634019 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7b7c3c8d340a3568324fef43d7a69dc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fb2cf9ff21f46f2fdca8e8a588c9b00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e4e984907d8086cbb8f3a291e65aa77 = $(`<div id="html_3e4e984907d8086cbb8f3a291e65aa77" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_0fb2cf9ff21f46f2fdca8e8a588c9b00.setContent(html_3e4e984907d8086cbb8f3a291e65aa77);
|
|
|
|
|
|
|
|
marker_5926da60e7f31af819b47d9dcd634019.bindPopup(popup_0fb2cf9ff21f46f2fdca8e8a588c9b00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5926da60e7f31af819b47d9dcd634019.setIcon(icon_7b7c3c8d340a3568324fef43d7a69dc0);
|
|
|
|
|
|
var marker_249d1eb785504d5cd9c22b6fa21cd755 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1f09309bd306b72fc77f374cfcdb203a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ae1c4786fa14ab46ab6a55f8bb7364c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6184a839a25506147ec9bafa0e68fb56 = $(`<div id="html_6184a839a25506147ec9bafa0e68fb56" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_0ae1c4786fa14ab46ab6a55f8bb7364c.setContent(html_6184a839a25506147ec9bafa0e68fb56);
|
|
|
|
|
|
|
|
marker_249d1eb785504d5cd9c22b6fa21cd755.bindPopup(popup_0ae1c4786fa14ab46ab6a55f8bb7364c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_249d1eb785504d5cd9c22b6fa21cd755.setIcon(icon_1f09309bd306b72fc77f374cfcdb203a);
|
|
|
|
|
|
var marker_09b7326ebddcba82d6415e91e3295271 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c91418de657f5ecb16f7f3fbeed54ae3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fffcf2ba56e37885556857edde976c56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_324c67c05b370851e33e99ec57459f50 = $(`<div id="html_324c67c05b370851e33e99ec57459f50" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_fffcf2ba56e37885556857edde976c56.setContent(html_324c67c05b370851e33e99ec57459f50);
|
|
|
|
|
|
|
|
marker_09b7326ebddcba82d6415e91e3295271.bindPopup(popup_fffcf2ba56e37885556857edde976c56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09b7326ebddcba82d6415e91e3295271.setIcon(icon_c91418de657f5ecb16f7f3fbeed54ae3);
|
|
|
|
|
|
var marker_db5af1e122a9dfbc81d1ff32d676cbee = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6817d79f970d3238b4d7a236b9b2d145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abb8995d2b08aacb2e843f84cb396150 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d57867e00bb350282375e122a77f020 = $(`<div id="html_8d57867e00bb350282375e122a77f020" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_abb8995d2b08aacb2e843f84cb396150.setContent(html_8d57867e00bb350282375e122a77f020);
|
|
|
|
|
|
|
|
marker_db5af1e122a9dfbc81d1ff32d676cbee.bindPopup(popup_abb8995d2b08aacb2e843f84cb396150)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db5af1e122a9dfbc81d1ff32d676cbee.setIcon(icon_6817d79f970d3238b4d7a236b9b2d145);
|
|
|
|
|
|
var marker_9b00cc8e2d0c94e85b80b0cd4f2bcdff = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_bf36a73740742722350204dbc5387922 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_485f840d2140c256f1d1367b1893ff3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fbcb46044899dae264be7d0f31fdc1f = $(`<div id="html_8fbcb46044899dae264be7d0f31fdc1f" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_485f840d2140c256f1d1367b1893ff3e.setContent(html_8fbcb46044899dae264be7d0f31fdc1f);
|
|
|
|
|
|
|
|
marker_9b00cc8e2d0c94e85b80b0cd4f2bcdff.bindPopup(popup_485f840d2140c256f1d1367b1893ff3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b00cc8e2d0c94e85b80b0cd4f2bcdff.setIcon(icon_bf36a73740742722350204dbc5387922);
|
|
|
|
|
|
var marker_acbc1680d53dbc97d4275b427449c63d = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_adf50c3005b3b190f99a9bf745ac2a93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_759e8146cef0378c0332e9aff7f0032a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4504a1baf556efb974e6def6a4de750 = $(`<div id="html_a4504a1baf556efb974e6def6a4de750" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_759e8146cef0378c0332e9aff7f0032a.setContent(html_a4504a1baf556efb974e6def6a4de750);
|
|
|
|
|
|
|
|
marker_acbc1680d53dbc97d4275b427449c63d.bindPopup(popup_759e8146cef0378c0332e9aff7f0032a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acbc1680d53dbc97d4275b427449c63d.setIcon(icon_adf50c3005b3b190f99a9bf745ac2a93);
|
|
|
|
|
|
var marker_5ee5a389d62a8bcb16f6fc43195a8e77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c1cd960aeee35e2eeba536f2ebf278fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb3ff9cfbf4c2856a0ffa534cdae1d0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e874f8528555c1db4ed4efcea7c10532 = $(`<div id="html_e874f8528555c1db4ed4efcea7c10532" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_bb3ff9cfbf4c2856a0ffa534cdae1d0b.setContent(html_e874f8528555c1db4ed4efcea7c10532);
|
|
|
|
|
|
|
|
marker_5ee5a389d62a8bcb16f6fc43195a8e77.bindPopup(popup_bb3ff9cfbf4c2856a0ffa534cdae1d0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ee5a389d62a8bcb16f6fc43195a8e77.setIcon(icon_c1cd960aeee35e2eeba536f2ebf278fc);
|
|
|
|
|
|
var marker_ac44d28387c55b7bae62cd62b9884b38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_0f72b5b92177f24718b7516de79cbe1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_879b2c0ae94c899b7b55c4ffc0d8d101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9048a9c729cf52fb7ce6d7368bc4837a = $(`<div id="html_9048a9c729cf52fb7ce6d7368bc4837a" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_879b2c0ae94c899b7b55c4ffc0d8d101.setContent(html_9048a9c729cf52fb7ce6d7368bc4837a);
|
|
|
|
|
|
|
|
marker_ac44d28387c55b7bae62cd62b9884b38.bindPopup(popup_879b2c0ae94c899b7b55c4ffc0d8d101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac44d28387c55b7bae62cd62b9884b38.setIcon(icon_0f72b5b92177f24718b7516de79cbe1e);
|
|
|
|
|
|
var marker_0c5cb2e47091e2f84536722fe5203b50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_df9426fa4f04eb9457f6eb19cea9f6e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2836eb3351c60dd4e37ec833e5afd035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_502051541d730155ca4a6a175c7e87a3 = $(`<div id="html_502051541d730155ca4a6a175c7e87a3" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_2836eb3351c60dd4e37ec833e5afd035.setContent(html_502051541d730155ca4a6a175c7e87a3);
|
|
|
|
|
|
|
|
marker_0c5cb2e47091e2f84536722fe5203b50.bindPopup(popup_2836eb3351c60dd4e37ec833e5afd035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c5cb2e47091e2f84536722fe5203b50.setIcon(icon_df9426fa4f04eb9457f6eb19cea9f6e3);
|
|
|
|
|
|
var marker_85af342a751d07e0a3e174677b323485 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6df84ae854543a74eb2129fb145bc450 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dcd8bb5413021f4ccf8a42dfdab120d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_909418ebd4480be91c47be1effe8c60a = $(`<div id="html_909418ebd4480be91c47be1effe8c60a" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_5dcd8bb5413021f4ccf8a42dfdab120d.setContent(html_909418ebd4480be91c47be1effe8c60a);
|
|
|
|
|
|
|
|
marker_85af342a751d07e0a3e174677b323485.bindPopup(popup_5dcd8bb5413021f4ccf8a42dfdab120d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85af342a751d07e0a3e174677b323485.setIcon(icon_6df84ae854543a74eb2129fb145bc450);
|
|
|
|
|
|
var marker_c240fd5973ba801f92ee5f566e9060f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_310ae16b146b11fcd3b10033c6d267ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90f3220767586da6ec51494675a5e3f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cdcfcb8eb9ef3bd7b313bdd09028b1c = $(`<div id="html_0cdcfcb8eb9ef3bd7b313bdd09028b1c" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_90f3220767586da6ec51494675a5e3f6.setContent(html_0cdcfcb8eb9ef3bd7b313bdd09028b1c);
|
|
|
|
|
|
|
|
marker_c240fd5973ba801f92ee5f566e9060f9.bindPopup(popup_90f3220767586da6ec51494675a5e3f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c240fd5973ba801f92ee5f566e9060f9.setIcon(icon_310ae16b146b11fcd3b10033c6d267ec);
|
|
|
|
|
|
var marker_cbb6607a318ff72e2d5ee3d4520688bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ab8c68e1a082aa09548ad74ac77473b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_accf8122f52e13e725e2c42671ad7199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd862a753dae57f76b081f5304017ecb = $(`<div id="html_dd862a753dae57f76b081f5304017ecb" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_accf8122f52e13e725e2c42671ad7199.setContent(html_dd862a753dae57f76b081f5304017ecb);
|
|
|
|
|
|
|
|
marker_cbb6607a318ff72e2d5ee3d4520688bd.bindPopup(popup_accf8122f52e13e725e2c42671ad7199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbb6607a318ff72e2d5ee3d4520688bd.setIcon(icon_ab8c68e1a082aa09548ad74ac77473b7);
|
|
|
|
|
|
var marker_91a3f1b3d2aae2da4a8515a3bffd0d55 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4bf5114f28af4de16630f4049d14294e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e2e3e8d91716c34ef8013209feacb8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8352f35937237d0a4352e8dfa41d6e28 = $(`<div id="html_8352f35937237d0a4352e8dfa41d6e28" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_7e2e3e8d91716c34ef8013209feacb8d.setContent(html_8352f35937237d0a4352e8dfa41d6e28);
|
|
|
|
|
|
|
|
marker_91a3f1b3d2aae2da4a8515a3bffd0d55.bindPopup(popup_7e2e3e8d91716c34ef8013209feacb8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a3f1b3d2aae2da4a8515a3bffd0d55.setIcon(icon_4bf5114f28af4de16630f4049d14294e);
|
|
|
|
|
|
var marker_2419bfdcc2178b2ca298aea568a64878 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4d03908a2ba10857785fa1c2d37f587b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d43566371ac2f0a3b6f04b4b96bcfe5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1379f5f1989aea6e08d6075ecaa8bcf = $(`<div id="html_c1379f5f1989aea6e08d6075ecaa8bcf" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_d43566371ac2f0a3b6f04b4b96bcfe5d.setContent(html_c1379f5f1989aea6e08d6075ecaa8bcf);
|
|
|
|
|
|
|
|
marker_2419bfdcc2178b2ca298aea568a64878.bindPopup(popup_d43566371ac2f0a3b6f04b4b96bcfe5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2419bfdcc2178b2ca298aea568a64878.setIcon(icon_4d03908a2ba10857785fa1c2d37f587b);
|
|
|
|
|
|
var marker_e7c25d469d84b1bf93da4e60530d83e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9087395ade3565f3c5c000cd174889f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c93a3aa9899a6a8a1645acab4c8d9dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81f7309c81d4e0103e4aca3ec396bc40 = $(`<div id="html_81f7309c81d4e0103e4aca3ec396bc40" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_0c93a3aa9899a6a8a1645acab4c8d9dd.setContent(html_81f7309c81d4e0103e4aca3ec396bc40);
|
|
|
|
|
|
|
|
marker_e7c25d469d84b1bf93da4e60530d83e5.bindPopup(popup_0c93a3aa9899a6a8a1645acab4c8d9dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7c25d469d84b1bf93da4e60530d83e5.setIcon(icon_9087395ade3565f3c5c000cd174889f0);
|
|
|
|
|
|
var marker_0dceef0a8a9384faa8b006512b41ebda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_12ad447508d7e52152f021851e8f75b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9357a8329ad38dc7cea0e16591156164 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36ecf380e4e63cf20612f911466bc623 = $(`<div id="html_36ecf380e4e63cf20612f911466bc623" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_9357a8329ad38dc7cea0e16591156164.setContent(html_36ecf380e4e63cf20612f911466bc623);
|
|
|
|
|
|
|
|
marker_0dceef0a8a9384faa8b006512b41ebda.bindPopup(popup_9357a8329ad38dc7cea0e16591156164)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dceef0a8a9384faa8b006512b41ebda.setIcon(icon_12ad447508d7e52152f021851e8f75b9);
|
|
|
|
|
|
var marker_3b9913d838d2e03f938722a943ada097 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4ad42e64bd7ece22ed9f9a614ace616d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd53bed7c9234ea854fcdf0fd6723a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e7d2ed3495dccd980ed1045fba6d5d3 = $(`<div id="html_9e7d2ed3495dccd980ed1045fba6d5d3" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_ddd53bed7c9234ea854fcdf0fd6723a7.setContent(html_9e7d2ed3495dccd980ed1045fba6d5d3);
|
|
|
|
|
|
|
|
marker_3b9913d838d2e03f938722a943ada097.bindPopup(popup_ddd53bed7c9234ea854fcdf0fd6723a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b9913d838d2e03f938722a943ada097.setIcon(icon_4ad42e64bd7ece22ed9f9a614ace616d);
|
|
|
|
|
|
var marker_fc51751a0c88622e84571b319b844eb7 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f6e95b779aca03763bfb286a710e8a37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a72bb3fd932c44da4bab678602cc081 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_389d89aad0d1338615ac69215be7aaab = $(`<div id="html_389d89aad0d1338615ac69215be7aaab" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_2a72bb3fd932c44da4bab678602cc081.setContent(html_389d89aad0d1338615ac69215be7aaab);
|
|
|
|
|
|
|
|
marker_fc51751a0c88622e84571b319b844eb7.bindPopup(popup_2a72bb3fd932c44da4bab678602cc081)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc51751a0c88622e84571b319b844eb7.setIcon(icon_f6e95b779aca03763bfb286a710e8a37);
|
|
|
|
|
|
var marker_2c30945463f931e02ddde89311c44c21 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1ab0464aefb5d85e7f9bf8c032c22f2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9a218defe0a5024eee54d75ce3ca48a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb57c68b37a814304cb3ab197e76b2a4 = $(`<div id="html_bb57c68b37a814304cb3ab197e76b2a4" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_d9a218defe0a5024eee54d75ce3ca48a.setContent(html_bb57c68b37a814304cb3ab197e76b2a4);
|
|
|
|
|
|
|
|
marker_2c30945463f931e02ddde89311c44c21.bindPopup(popup_d9a218defe0a5024eee54d75ce3ca48a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c30945463f931e02ddde89311c44c21.setIcon(icon_1ab0464aefb5d85e7f9bf8c032c22f2d);
|
|
|
|
|
|
var marker_6af67a41529106b3659c195bac44ff27 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4dc9d4ee76ac19f8a2b5151818300374 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cc14788dfb177d80d6815b95015ac47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34560224382bd15b94697bddf8a6ccc7 = $(`<div id="html_34560224382bd15b94697bddf8a6ccc7" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_5cc14788dfb177d80d6815b95015ac47.setContent(html_34560224382bd15b94697bddf8a6ccc7);
|
|
|
|
|
|
|
|
marker_6af67a41529106b3659c195bac44ff27.bindPopup(popup_5cc14788dfb177d80d6815b95015ac47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6af67a41529106b3659c195bac44ff27.setIcon(icon_4dc9d4ee76ac19f8a2b5151818300374);
|
|
|
|
|
|
var marker_877a04166ea77be6cef9f1633ac7456e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c5aa653851e0a66761e2f2687308c80d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cd5155a847009260ec5f499e1edb4cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81201a8e1faad1b305ad41342ca906c3 = $(`<div id="html_81201a8e1faad1b305ad41342ca906c3" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_2cd5155a847009260ec5f499e1edb4cd.setContent(html_81201a8e1faad1b305ad41342ca906c3);
|
|
|
|
|
|
|
|
marker_877a04166ea77be6cef9f1633ac7456e.bindPopup(popup_2cd5155a847009260ec5f499e1edb4cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_877a04166ea77be6cef9f1633ac7456e.setIcon(icon_c5aa653851e0a66761e2f2687308c80d);
|
|
|
|
|
|
var marker_c82ceb747a04d46367a4347b214cfb38 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_616fe78fd7746072d76bbe37cfd3cca2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a97043c4cca7196b07830003e9766b47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66953828701919f17ea88deb850b1bce = $(`<div id="html_66953828701919f17ea88deb850b1bce" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_a97043c4cca7196b07830003e9766b47.setContent(html_66953828701919f17ea88deb850b1bce);
|
|
|
|
|
|
|
|
marker_c82ceb747a04d46367a4347b214cfb38.bindPopup(popup_a97043c4cca7196b07830003e9766b47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c82ceb747a04d46367a4347b214cfb38.setIcon(icon_616fe78fd7746072d76bbe37cfd3cca2);
|
|
|
|
|
|
var marker_df2bc47d3827613b9954909e4c7fba25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_87dd71378df8499b60725b6b875326c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ef2054d43ac688e0abea9d1e0b5c8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f774b241015b816a61a85be4db5b450f = $(`<div id="html_f774b241015b816a61a85be4db5b450f" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_02ef2054d43ac688e0abea9d1e0b5c8d.setContent(html_f774b241015b816a61a85be4db5b450f);
|
|
|
|
|
|
|
|
marker_df2bc47d3827613b9954909e4c7fba25.bindPopup(popup_02ef2054d43ac688e0abea9d1e0b5c8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df2bc47d3827613b9954909e4c7fba25.setIcon(icon_87dd71378df8499b60725b6b875326c1);
|
|
|
|
|
|
var marker_4ea1057e4f03bc0eb3d82673acbbb375 = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ac8028b8ad92bd4d81a98b8e0ff3ed05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dffe1872975e487c3f7da4a93ae509fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d6c812f449f029ecfeffeac947305ea = $(`<div id="html_1d6c812f449f029ecfeffeac947305ea" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_dffe1872975e487c3f7da4a93ae509fe.setContent(html_1d6c812f449f029ecfeffeac947305ea);
|
|
|
|
|
|
|
|
marker_4ea1057e4f03bc0eb3d82673acbbb375.bindPopup(popup_dffe1872975e487c3f7da4a93ae509fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ea1057e4f03bc0eb3d82673acbbb375.setIcon(icon_ac8028b8ad92bd4d81a98b8e0ff3ed05);
|
|
|
|
|
|
var marker_cca1584e9ef7034918f21502fe96d338 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2687275bfbe1ad6f2c9b77385b82e94f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3177cee722085727126cff3c77081824 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0930388e16ebcf33274eb9341fdf96da = $(`<div id="html_0930388e16ebcf33274eb9341fdf96da" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_3177cee722085727126cff3c77081824.setContent(html_0930388e16ebcf33274eb9341fdf96da);
|
|
|
|
|
|
|
|
marker_cca1584e9ef7034918f21502fe96d338.bindPopup(popup_3177cee722085727126cff3c77081824)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cca1584e9ef7034918f21502fe96d338.setIcon(icon_2687275bfbe1ad6f2c9b77385b82e94f);
|
|
|
|
|
|
var marker_ecc2fae2090a8019795568036e5c01a1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_adf462d357a9d211ef16f3fa9936367b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_954a24fa2334933576033c5e355196df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccb54daf818239599f69b64cb787fe14 = $(`<div id="html_ccb54daf818239599f69b64cb787fe14" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_954a24fa2334933576033c5e355196df.setContent(html_ccb54daf818239599f69b64cb787fe14);
|
|
|
|
|
|
|
|
marker_ecc2fae2090a8019795568036e5c01a1.bindPopup(popup_954a24fa2334933576033c5e355196df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecc2fae2090a8019795568036e5c01a1.setIcon(icon_adf462d357a9d211ef16f3fa9936367b);
|
|
|
|
|
|
var marker_b9de84315a5ffb0e6b898d69e7b3e607 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c1b877f6a537c6400c165512ff06db57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5de3f2d113f733237e6b772a49678ea5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54cf21856a024616f3295a329d116472 = $(`<div id="html_54cf21856a024616f3295a329d116472" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_5de3f2d113f733237e6b772a49678ea5.setContent(html_54cf21856a024616f3295a329d116472);
|
|
|
|
|
|
|
|
marker_b9de84315a5ffb0e6b898d69e7b3e607.bindPopup(popup_5de3f2d113f733237e6b772a49678ea5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9de84315a5ffb0e6b898d69e7b3e607.setIcon(icon_c1b877f6a537c6400c165512ff06db57);
|
|
|
|
|
|
var marker_fe9aa36b34077c8683aa0e7049435b7c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8e4723fcada610e8dd1f35fb1e5130b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7ef91a378abfc31cf0f1678f052ad24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ca58d18327647de3259f0ad9b3d07bc = $(`<div id="html_9ca58d18327647de3259f0ad9b3d07bc" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_f7ef91a378abfc31cf0f1678f052ad24.setContent(html_9ca58d18327647de3259f0ad9b3d07bc);
|
|
|
|
|
|
|
|
marker_fe9aa36b34077c8683aa0e7049435b7c.bindPopup(popup_f7ef91a378abfc31cf0f1678f052ad24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe9aa36b34077c8683aa0e7049435b7c.setIcon(icon_8e4723fcada610e8dd1f35fb1e5130b2);
|
|
|
|
|
|
var marker_417007f9ffd7a973518080d2f122161d = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5bd7cc2cb86e92192ba231c8e70469af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20a5db618fe9b507023e12c820f65276 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb8c0d9614a229b0be393ef4ca2f52e = $(`<div id="html_ceb8c0d9614a229b0be393ef4ca2f52e" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_20a5db618fe9b507023e12c820f65276.setContent(html_ceb8c0d9614a229b0be393ef4ca2f52e);
|
|
|
|
|
|
|
|
marker_417007f9ffd7a973518080d2f122161d.bindPopup(popup_20a5db618fe9b507023e12c820f65276)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_417007f9ffd7a973518080d2f122161d.setIcon(icon_5bd7cc2cb86e92192ba231c8e70469af);
|
|
|
|
|
|
var marker_4dea8fc0c09c87af137354cedfc1b53b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1bfb4cfdafdaa55906fc399bb4991539 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3a2b48cd2d6d99a73c1d7157c961d19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a38b79b1aef7a269d3a33eedd9807af = $(`<div id="html_6a38b79b1aef7a269d3a33eedd9807af" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_a3a2b48cd2d6d99a73c1d7157c961d19.setContent(html_6a38b79b1aef7a269d3a33eedd9807af);
|
|
|
|
|
|
|
|
marker_4dea8fc0c09c87af137354cedfc1b53b.bindPopup(popup_a3a2b48cd2d6d99a73c1d7157c961d19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dea8fc0c09c87af137354cedfc1b53b.setIcon(icon_1bfb4cfdafdaa55906fc399bb4991539);
|
|
|
|
|
|
var marker_4ddc881773ef1b42663a8a46e6765e55 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d15b0ecceb191bc0c7e476cf72a2e296 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_477e0dc63c8464b940c8fb0fa8969c34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e13af8c378d116c7121002b2e76cfd7 = $(`<div id="html_5e13af8c378d116c7121002b2e76cfd7" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_477e0dc63c8464b940c8fb0fa8969c34.setContent(html_5e13af8c378d116c7121002b2e76cfd7);
|
|
|
|
|
|
|
|
marker_4ddc881773ef1b42663a8a46e6765e55.bindPopup(popup_477e0dc63c8464b940c8fb0fa8969c34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ddc881773ef1b42663a8a46e6765e55.setIcon(icon_d15b0ecceb191bc0c7e476cf72a2e296);
|
|
|
|
|
|
var marker_ee0bb5ce9fbfb9df3463ed304a3260ad = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_051da24151989c9fe00ba32727a243ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d90e372f0607c6a0c6e99302fd1cd00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f20f8320edec7e8b5cbd9060732df120 = $(`<div id="html_f20f8320edec7e8b5cbd9060732df120" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_1d90e372f0607c6a0c6e99302fd1cd00.setContent(html_f20f8320edec7e8b5cbd9060732df120);
|
|
|
|
|
|
|
|
marker_ee0bb5ce9fbfb9df3463ed304a3260ad.bindPopup(popup_1d90e372f0607c6a0c6e99302fd1cd00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee0bb5ce9fbfb9df3463ed304a3260ad.setIcon(icon_051da24151989c9fe00ba32727a243ea);
|
|
|
|
|
|
var marker_94c666fcae2f2543b3c74e64b08306af = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_fdf8fdb108b363e92f4dd2225a4580e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2645f846bf6780a025f3d4a29ed0bc07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_078dfda38c59f2faab21b7b4ae4f5f81 = $(`<div id="html_078dfda38c59f2faab21b7b4ae4f5f81" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_2645f846bf6780a025f3d4a29ed0bc07.setContent(html_078dfda38c59f2faab21b7b4ae4f5f81);
|
|
|
|
|
|
|
|
marker_94c666fcae2f2543b3c74e64b08306af.bindPopup(popup_2645f846bf6780a025f3d4a29ed0bc07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94c666fcae2f2543b3c74e64b08306af.setIcon(icon_fdf8fdb108b363e92f4dd2225a4580e3);
|
|
|
|
|
|
var marker_4957d4d8ef7c956bf85bbf1fbad2b22a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_fe121ab0f215f021b7b05e34b88a8bc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74f26548fd3a376ecd5fb5cc22a1e448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b4156df655b56585fe43ba172d08e0d = $(`<div id="html_4b4156df655b56585fe43ba172d08e0d" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_74f26548fd3a376ecd5fb5cc22a1e448.setContent(html_4b4156df655b56585fe43ba172d08e0d);
|
|
|
|
|
|
|
|
marker_4957d4d8ef7c956bf85bbf1fbad2b22a.bindPopup(popup_74f26548fd3a376ecd5fb5cc22a1e448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4957d4d8ef7c956bf85bbf1fbad2b22a.setIcon(icon_fe121ab0f215f021b7b05e34b88a8bc9);
|
|
|
|
|
|
var marker_21e6bea55a2cc5c0dd23d08484b16f00 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ef4c83e433712f3377dc23d9e4c37509 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ea7a7dcbf42adbd3de49c4dd7861d0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d0d6b8dad3a6e1fc696f4c760761550 = $(`<div id="html_3d0d6b8dad3a6e1fc696f4c760761550" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_8ea7a7dcbf42adbd3de49c4dd7861d0a.setContent(html_3d0d6b8dad3a6e1fc696f4c760761550);
|
|
|
|
|
|
|
|
marker_21e6bea55a2cc5c0dd23d08484b16f00.bindPopup(popup_8ea7a7dcbf42adbd3de49c4dd7861d0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21e6bea55a2cc5c0dd23d08484b16f00.setIcon(icon_ef4c83e433712f3377dc23d9e4c37509);
|
|
|
|
|
|
var marker_d8eb3040f18a0a41fa90476909595d1a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_cb024006effb586f9996ef84378f5d56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad5ef84607827723436c2bc95abdf32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfd339e1b76afcc1d95204d61d7ef5af = $(`<div id="html_cfd339e1b76afcc1d95204d61d7ef5af" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_cad5ef84607827723436c2bc95abdf32.setContent(html_cfd339e1b76afcc1d95204d61d7ef5af);
|
|
|
|
|
|
|
|
marker_d8eb3040f18a0a41fa90476909595d1a.bindPopup(popup_cad5ef84607827723436c2bc95abdf32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8eb3040f18a0a41fa90476909595d1a.setIcon(icon_cb024006effb586f9996ef84378f5d56);
|
|
|
|
|
|
var marker_eb56b3f1a3aca621e85fc69c9e586921 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_98fc14afada77027b24861cd05b3b60f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db970e000c49b074358a6f5147bb336a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_404ae398850b2bf1bbeedf54ecf53f3f = $(`<div id="html_404ae398850b2bf1bbeedf54ecf53f3f" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_db970e000c49b074358a6f5147bb336a.setContent(html_404ae398850b2bf1bbeedf54ecf53f3f);
|
|
|
|
|
|
|
|
marker_eb56b3f1a3aca621e85fc69c9e586921.bindPopup(popup_db970e000c49b074358a6f5147bb336a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb56b3f1a3aca621e85fc69c9e586921.setIcon(icon_98fc14afada77027b24861cd05b3b60f);
|
|
|
|
|
|
var marker_84e5a0f0f84b2b97b23afa2ea9c7eee9 = L.marker(
|
|
[45.4337, 9.09221],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8e4b27034bf696e8dbf2d8e432c69e1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6967d70840ef88de8f5dd2281f058967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44299dc6bf86479b4a569a855fc12e0c = $(`<div id="html_44299dc6bf86479b4a569a855fc12e0c" style="width: 100.0%; height: 100.0%;">relay.wayback.st</div>`)[0];
|
|
popup_6967d70840ef88de8f5dd2281f058967.setContent(html_44299dc6bf86479b4a569a855fc12e0c);
|
|
|
|
|
|
|
|
marker_84e5a0f0f84b2b97b23afa2ea9c7eee9.bindPopup(popup_6967d70840ef88de8f5dd2281f058967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84e5a0f0f84b2b97b23afa2ea9c7eee9.setIcon(icon_8e4b27034bf696e8dbf2d8e432c69e1a);
|
|
|
|
|
|
var marker_9255d68e72893f63d2893b2603f2db81 = L.marker(
|
|
[47.9351, 12.0152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3f085d60daf1b0f484d9aec98ed3520d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3e67e43a4e71ebc5e307a9d9207dd33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0956f82da7e2924bbfb1dfa0ab2affe = $(`<div id="html_a0956f82da7e2924bbfb1dfa0ab2affe" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_e3e67e43a4e71ebc5e307a9d9207dd33.setContent(html_a0956f82da7e2924bbfb1dfa0ab2affe);
|
|
|
|
|
|
|
|
marker_9255d68e72893f63d2893b2603f2db81.bindPopup(popup_e3e67e43a4e71ebc5e307a9d9207dd33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9255d68e72893f63d2893b2603f2db81.setIcon(icon_3f085d60daf1b0f484d9aec98ed3520d);
|
|
|
|
|
|
var marker_0144af3f001feb94224ce1ee26084670 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_18bcb405afa08ba09b431c974e051da3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5cf85d0bc41ca5dbf4faa5a2a75dcf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0023ab229eacb1ff38e59356291b0202 = $(`<div id="html_0023ab229eacb1ff38e59356291b0202" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_e5cf85d0bc41ca5dbf4faa5a2a75dcf5.setContent(html_0023ab229eacb1ff38e59356291b0202);
|
|
|
|
|
|
|
|
marker_0144af3f001feb94224ce1ee26084670.bindPopup(popup_e5cf85d0bc41ca5dbf4faa5a2a75dcf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0144af3f001feb94224ce1ee26084670.setIcon(icon_18bcb405afa08ba09b431c974e051da3);
|
|
|
|
|
|
var marker_84d1801875ee88b35a4f841246106d65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a983c472ecd21fefe0690ca6a5d512ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a79cd5da66965888cd5f20f5e33d2cd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac303a682a86b24b084e42d9d1e7cb84 = $(`<div id="html_ac303a682a86b24b084e42d9d1e7cb84" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_a79cd5da66965888cd5f20f5e33d2cd1.setContent(html_ac303a682a86b24b084e42d9d1e7cb84);
|
|
|
|
|
|
|
|
marker_84d1801875ee88b35a4f841246106d65.bindPopup(popup_a79cd5da66965888cd5f20f5e33d2cd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84d1801875ee88b35a4f841246106d65.setIcon(icon_a983c472ecd21fefe0690ca6a5d512ed);
|
|
|
|
|
|
var marker_62652a4feced578a3397588d2776bef7 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3fe2d1a3daf75c25389f64393fd7fcca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd66e4ea7a0ad4f7b001e89f766cb677 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0086eb546410139d38ba150798264d6 = $(`<div id="html_a0086eb546410139d38ba150798264d6" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_bd66e4ea7a0ad4f7b001e89f766cb677.setContent(html_a0086eb546410139d38ba150798264d6);
|
|
|
|
|
|
|
|
marker_62652a4feced578a3397588d2776bef7.bindPopup(popup_bd66e4ea7a0ad4f7b001e89f766cb677)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62652a4feced578a3397588d2776bef7.setIcon(icon_3fe2d1a3daf75c25389f64393fd7fcca);
|
|
|
|
|
|
var marker_4c30dceae1e95123bf46de268906e579 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8fae27402833a289a1fb7ac48330a8af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7173a4fb86612648cb97194ea2f6f862 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2b0d6a87932f5fd972aa6afb18adc77 = $(`<div id="html_f2b0d6a87932f5fd972aa6afb18adc77" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_7173a4fb86612648cb97194ea2f6f862.setContent(html_f2b0d6a87932f5fd972aa6afb18adc77);
|
|
|
|
|
|
|
|
marker_4c30dceae1e95123bf46de268906e579.bindPopup(popup_7173a4fb86612648cb97194ea2f6f862)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c30dceae1e95123bf46de268906e579.setIcon(icon_8fae27402833a289a1fb7ac48330a8af);
|
|
|
|
|
|
var marker_462e96c4a5899a936ae72a53d160ee76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_cfc3035b1375666a3c995429d94612e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6471679f6583c0936162b40a3e96cdeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83fcb5223c2d3ef0e1192bc2152375c2 = $(`<div id="html_83fcb5223c2d3ef0e1192bc2152375c2" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_6471679f6583c0936162b40a3e96cdeb.setContent(html_83fcb5223c2d3ef0e1192bc2152375c2);
|
|
|
|
|
|
|
|
marker_462e96c4a5899a936ae72a53d160ee76.bindPopup(popup_6471679f6583c0936162b40a3e96cdeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_462e96c4a5899a936ae72a53d160ee76.setIcon(icon_cfc3035b1375666a3c995429d94612e9);
|
|
|
|
|
|
var marker_35cbc8300eec5b823de74e1541c98a82 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2edb1a741328e546531323950272eeb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4e4ad187d2e94f5708b7105296b866a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d17a33934bfd47eb67be6a55cb7ed15 = $(`<div id="html_0d17a33934bfd47eb67be6a55cb7ed15" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_c4e4ad187d2e94f5708b7105296b866a.setContent(html_0d17a33934bfd47eb67be6a55cb7ed15);
|
|
|
|
|
|
|
|
marker_35cbc8300eec5b823de74e1541c98a82.bindPopup(popup_c4e4ad187d2e94f5708b7105296b866a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35cbc8300eec5b823de74e1541c98a82.setIcon(icon_2edb1a741328e546531323950272eeb8);
|
|
|
|
|
|
var marker_1f115842c67f8a3e96958153ca765493 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f804cd1336d32e07f0ec3f781d2ff85b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30d776ae63ec9913ebfe82e15397c761 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51824ab45dbb938a6ad9e625b935565f = $(`<div id="html_51824ab45dbb938a6ad9e625b935565f" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_30d776ae63ec9913ebfe82e15397c761.setContent(html_51824ab45dbb938a6ad9e625b935565f);
|
|
|
|
|
|
|
|
marker_1f115842c67f8a3e96958153ca765493.bindPopup(popup_30d776ae63ec9913ebfe82e15397c761)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f115842c67f8a3e96958153ca765493.setIcon(icon_f804cd1336d32e07f0ec3f781d2ff85b);
|
|
|
|
|
|
var marker_e42a233713c42364c9ec659ea368feff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_eeef01ad01c2321b1e844fa0d851a42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b06475ae45a6d803fd7c23476e74672 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e70136939ada6329d99ffe2c7c9d05f = $(`<div id="html_5e70136939ada6329d99ffe2c7c9d05f" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_5b06475ae45a6d803fd7c23476e74672.setContent(html_5e70136939ada6329d99ffe2c7c9d05f);
|
|
|
|
|
|
|
|
marker_e42a233713c42364c9ec659ea368feff.bindPopup(popup_5b06475ae45a6d803fd7c23476e74672)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e42a233713c42364c9ec659ea368feff.setIcon(icon_eeef01ad01c2321b1e844fa0d851a42d);
|
|
|
|
|
|
var marker_378bd731a366e36936299980e16208b7 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5738402988487a7003b25522d646cd38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d8cedd1ac040da1270707bfd4e0dd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90fa25e7a3a00f96400e0bcfad752f25 = $(`<div id="html_90fa25e7a3a00f96400e0bcfad752f25" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_e5d8cedd1ac040da1270707bfd4e0dd1.setContent(html_90fa25e7a3a00f96400e0bcfad752f25);
|
|
|
|
|
|
|
|
marker_378bd731a366e36936299980e16208b7.bindPopup(popup_e5d8cedd1ac040da1270707bfd4e0dd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378bd731a366e36936299980e16208b7.setIcon(icon_5738402988487a7003b25522d646cd38);
|
|
|
|
|
|
var marker_efd8207b1ead67192728288b4a5ddde2 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_66a5e4a62b83f88ce82dd820b9b7f979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8490919bc03de03b50a4a05849bffc5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2292e1525589e9ffa7949fa9db979d6 = $(`<div id="html_c2292e1525589e9ffa7949fa9db979d6" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_8490919bc03de03b50a4a05849bffc5d.setContent(html_c2292e1525589e9ffa7949fa9db979d6);
|
|
|
|
|
|
|
|
marker_efd8207b1ead67192728288b4a5ddde2.bindPopup(popup_8490919bc03de03b50a4a05849bffc5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efd8207b1ead67192728288b4a5ddde2.setIcon(icon_66a5e4a62b83f88ce82dd820b9b7f979);
|
|
|
|
|
|
var marker_67ca0808e5aca0a05202ed1f9e867b18 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a7d64d5eb7e130623be7dd50a239609e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ec44a9feb1ef3e239d4ffb0fb31f096 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f91b0d2ea0b216dc029d7258b66e105 = $(`<div id="html_4f91b0d2ea0b216dc029d7258b66e105" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_5ec44a9feb1ef3e239d4ffb0fb31f096.setContent(html_4f91b0d2ea0b216dc029d7258b66e105);
|
|
|
|
|
|
|
|
marker_67ca0808e5aca0a05202ed1f9e867b18.bindPopup(popup_5ec44a9feb1ef3e239d4ffb0fb31f096)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67ca0808e5aca0a05202ed1f9e867b18.setIcon(icon_a7d64d5eb7e130623be7dd50a239609e);
|
|
|
|
|
|
var marker_3892072d6df28c74641cee36850be0ad = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_adb26b268b90f2bc38a9f28d7fd23466 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d71542651ae40c8de87458fc5be27e0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfd2995a3322e16d8871af73592f4222 = $(`<div id="html_dfd2995a3322e16d8871af73592f4222" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_d71542651ae40c8de87458fc5be27e0c.setContent(html_dfd2995a3322e16d8871af73592f4222);
|
|
|
|
|
|
|
|
marker_3892072d6df28c74641cee36850be0ad.bindPopup(popup_d71542651ae40c8de87458fc5be27e0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3892072d6df28c74641cee36850be0ad.setIcon(icon_adb26b268b90f2bc38a9f28d7fd23466);
|
|
|
|
|
|
var marker_34f0f724fea74d88d8bf7fcaaab58aa9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4d170db7e0ee66922e6ed56d3cbb13c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6eed016c07872c0e7db3e17632f0167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1570b7054d8331b7dde2c180cd95d31 = $(`<div id="html_c1570b7054d8331b7dde2c180cd95d31" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_d6eed016c07872c0e7db3e17632f0167.setContent(html_c1570b7054d8331b7dde2c180cd95d31);
|
|
|
|
|
|
|
|
marker_34f0f724fea74d88d8bf7fcaaab58aa9.bindPopup(popup_d6eed016c07872c0e7db3e17632f0167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34f0f724fea74d88d8bf7fcaaab58aa9.setIcon(icon_4d170db7e0ee66922e6ed56d3cbb13c0);
|
|
|
|
|
|
var marker_6a78a0b51db7b86919998951c547e2ff = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_06d87d0c07b23bf11832d4267ead8beb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d9d1f72a71268808ca5faf21abbe94a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebd824294119cbfb1975af2e0f635ec2 = $(`<div id="html_ebd824294119cbfb1975af2e0f635ec2" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_3d9d1f72a71268808ca5faf21abbe94a.setContent(html_ebd824294119cbfb1975af2e0f635ec2);
|
|
|
|
|
|
|
|
marker_6a78a0b51db7b86919998951c547e2ff.bindPopup(popup_3d9d1f72a71268808ca5faf21abbe94a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a78a0b51db7b86919998951c547e2ff.setIcon(icon_06d87d0c07b23bf11832d4267ead8beb);
|
|
|
|
|
|
var marker_1c3ac43ae8c83eded9988913a0282a42 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ecebae82e952dda6aac26f40c2b9e45e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d1d0cae247c23cca34dacbeb8ab4378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61c3193f72b5b9dd3e70db4fb01208f2 = $(`<div id="html_61c3193f72b5b9dd3e70db4fb01208f2" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_6d1d0cae247c23cca34dacbeb8ab4378.setContent(html_61c3193f72b5b9dd3e70db4fb01208f2);
|
|
|
|
|
|
|
|
marker_1c3ac43ae8c83eded9988913a0282a42.bindPopup(popup_6d1d0cae247c23cca34dacbeb8ab4378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c3ac43ae8c83eded9988913a0282a42.setIcon(icon_ecebae82e952dda6aac26f40c2b9e45e);
|
|
|
|
|
|
var marker_1f9ba383e4291078c02f2d396241d6af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_085c477aa0e854c5efaee02096bfc22f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b5189da6717c759078de5ebb6b8ef9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3767016ac7099978492162e9c87b3439 = $(`<div id="html_3767016ac7099978492162e9c87b3439" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_7b5189da6717c759078de5ebb6b8ef9c.setContent(html_3767016ac7099978492162e9c87b3439);
|
|
|
|
|
|
|
|
marker_1f9ba383e4291078c02f2d396241d6af.bindPopup(popup_7b5189da6717c759078de5ebb6b8ef9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f9ba383e4291078c02f2d396241d6af.setIcon(icon_085c477aa0e854c5efaee02096bfc22f);
|
|
|
|
|
|
var marker_aaf05d81f0d2972136ce51e080dfdfea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_828c1696cbcf829e6c0fcb1bfee740ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928406df9ff3e7663eab063e491d3225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c202b5fc405b52f412c968f4847ebed2 = $(`<div id="html_c202b5fc405b52f412c968f4847ebed2" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_928406df9ff3e7663eab063e491d3225.setContent(html_c202b5fc405b52f412c968f4847ebed2);
|
|
|
|
|
|
|
|
marker_aaf05d81f0d2972136ce51e080dfdfea.bindPopup(popup_928406df9ff3e7663eab063e491d3225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaf05d81f0d2972136ce51e080dfdfea.setIcon(icon_828c1696cbcf829e6c0fcb1bfee740ab);
|
|
|
|
|
|
var marker_57b343aefd47cb9e4df22926ed39ecfc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3e8ccbf7abd9203572f85aef9c26653e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd1fe708de0e6d39ef4c609585c97c61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07d75c4053e0de7ffec69ebd29721b07 = $(`<div id="html_07d75c4053e0de7ffec69ebd29721b07" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_cd1fe708de0e6d39ef4c609585c97c61.setContent(html_07d75c4053e0de7ffec69ebd29721b07);
|
|
|
|
|
|
|
|
marker_57b343aefd47cb9e4df22926ed39ecfc.bindPopup(popup_cd1fe708de0e6d39ef4c609585c97c61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57b343aefd47cb9e4df22926ed39ecfc.setIcon(icon_3e8ccbf7abd9203572f85aef9c26653e);
|
|
|
|
|
|
var marker_5e7b85d02da755560ae8a92649b11581 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_16621cd6591121a84aa3f0371def0f31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c9184a48fe774bfccbc4dc786b64ae8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93d74d4790d1865e42f5efe01fee2e73 = $(`<div id="html_93d74d4790d1865e42f5efe01fee2e73" style="width: 100.0%; height: 100.0%;">nostr.primz.org</div>`)[0];
|
|
popup_2c9184a48fe774bfccbc4dc786b64ae8.setContent(html_93d74d4790d1865e42f5efe01fee2e73);
|
|
|
|
|
|
|
|
marker_5e7b85d02da755560ae8a92649b11581.bindPopup(popup_2c9184a48fe774bfccbc4dc786b64ae8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e7b85d02da755560ae8a92649b11581.setIcon(icon_16621cd6591121a84aa3f0371def0f31);
|
|
|
|
|
|
var marker_b12c2a5bbea8b9e9bfe73b36d927a523 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_152d527328af4dddfa9720a4eb5e380e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05334747f0942e95b7a6199c89f7ce3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3cbf9cda21e15b35db292bd8b751344 = $(`<div id="html_d3cbf9cda21e15b35db292bd8b751344" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_05334747f0942e95b7a6199c89f7ce3f.setContent(html_d3cbf9cda21e15b35db292bd8b751344);
|
|
|
|
|
|
|
|
marker_b12c2a5bbea8b9e9bfe73b36d927a523.bindPopup(popup_05334747f0942e95b7a6199c89f7ce3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b12c2a5bbea8b9e9bfe73b36d927a523.setIcon(icon_152d527328af4dddfa9720a4eb5e380e);
|
|
|
|
|
|
var marker_e74af633cc93ad6d816ac52b2d16b4a2 = L.marker(
|
|
[39.1429, -94.573],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_974b6a2da13e2cf7779f1cb03a783a28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71af943bd6e8ba224e17efc027af5ae9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31a9d9229fd13103f6c571e61c2969a7 = $(`<div id="html_31a9d9229fd13103f6c571e61c2969a7" style="width: 100.0%; height: 100.0%;">toby.nettek.io</div>`)[0];
|
|
popup_71af943bd6e8ba224e17efc027af5ae9.setContent(html_31a9d9229fd13103f6c571e61c2969a7);
|
|
|
|
|
|
|
|
marker_e74af633cc93ad6d816ac52b2d16b4a2.bindPopup(popup_71af943bd6e8ba224e17efc027af5ae9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e74af633cc93ad6d816ac52b2d16b4a2.setIcon(icon_974b6a2da13e2cf7779f1cb03a783a28);
|
|
|
|
|
|
var marker_5e65bac11107cbb8698e08b95c3fe089 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_0a9f8c802d9af17c8c4c4608c2332e9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98f65b082b6cc8e5ec39635a41a13ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c327f2708e6e4aae50b623996db54835 = $(`<div id="html_c327f2708e6e4aae50b623996db54835" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_98f65b082b6cc8e5ec39635a41a13ca7.setContent(html_c327f2708e6e4aae50b623996db54835);
|
|
|
|
|
|
|
|
marker_5e65bac11107cbb8698e08b95c3fe089.bindPopup(popup_98f65b082b6cc8e5ec39635a41a13ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e65bac11107cbb8698e08b95c3fe089.setIcon(icon_0a9f8c802d9af17c8c4c4608c2332e9c);
|
|
|
|
|
|
var marker_a267fabc8b9d19f57c8d710177057c03 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_954fc12c23c45d619f10eb9108925ab1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45053c138de3db0d6346f42589d05077 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cf271eb49245b45e8bb434a83484b18 = $(`<div id="html_1cf271eb49245b45e8bb434a83484b18" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_45053c138de3db0d6346f42589d05077.setContent(html_1cf271eb49245b45e8bb434a83484b18);
|
|
|
|
|
|
|
|
marker_a267fabc8b9d19f57c8d710177057c03.bindPopup(popup_45053c138de3db0d6346f42589d05077)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a267fabc8b9d19f57c8d710177057c03.setIcon(icon_954fc12c23c45d619f10eb9108925ab1);
|
|
|
|
|
|
var marker_643947dbe11c4a145dd02d5be0e55f5a = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a470308be64db51770d6406169c6a846 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47c953e41cb36dc2a05bf513354a9a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85e964a83644125c75e6e58d6713c9d0 = $(`<div id="html_85e964a83644125c75e6e58d6713c9d0" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_47c953e41cb36dc2a05bf513354a9a70.setContent(html_85e964a83644125c75e6e58d6713c9d0);
|
|
|
|
|
|
|
|
marker_643947dbe11c4a145dd02d5be0e55f5a.bindPopup(popup_47c953e41cb36dc2a05bf513354a9a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_643947dbe11c4a145dd02d5be0e55f5a.setIcon(icon_a470308be64db51770d6406169c6a846);
|
|
|
|
|
|
var marker_1bd709be1e8ff236506fca29471f0d87 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_63ee319831f270890d1ec8d60416d9b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33ab6469c5d355119d2fbe0f82145700 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c762da2109a0283010c6f5b375d2671 = $(`<div id="html_4c762da2109a0283010c6f5b375d2671" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_33ab6469c5d355119d2fbe0f82145700.setContent(html_4c762da2109a0283010c6f5b375d2671);
|
|
|
|
|
|
|
|
marker_1bd709be1e8ff236506fca29471f0d87.bindPopup(popup_33ab6469c5d355119d2fbe0f82145700)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bd709be1e8ff236506fca29471f0d87.setIcon(icon_63ee319831f270890d1ec8d60416d9b4);
|
|
|
|
|
|
var marker_a54df3d86114d906155ee7b7b316a167 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8e3714afb0dda5d8fa194fbda1c55268 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0cc48afdb6c2b13e6ac80c13619851b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b82a865e34388658fa6af8300789fbf5 = $(`<div id="html_b82a865e34388658fa6af8300789fbf5" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_e0cc48afdb6c2b13e6ac80c13619851b.setContent(html_b82a865e34388658fa6af8300789fbf5);
|
|
|
|
|
|
|
|
marker_a54df3d86114d906155ee7b7b316a167.bindPopup(popup_e0cc48afdb6c2b13e6ac80c13619851b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a54df3d86114d906155ee7b7b316a167.setIcon(icon_8e3714afb0dda5d8fa194fbda1c55268);
|
|
|
|
|
|
var marker_2bd3d974475c482dde4976872aff2d42 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_add4bf12fa0752cec1c2e0e153595366 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_295f569326810a90543a9104747bd3e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c8d52cf2a7f282dfd5776ad90ee94ef = $(`<div id="html_7c8d52cf2a7f282dfd5776ad90ee94ef" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_295f569326810a90543a9104747bd3e8.setContent(html_7c8d52cf2a7f282dfd5776ad90ee94ef);
|
|
|
|
|
|
|
|
marker_2bd3d974475c482dde4976872aff2d42.bindPopup(popup_295f569326810a90543a9104747bd3e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bd3d974475c482dde4976872aff2d42.setIcon(icon_add4bf12fa0752cec1c2e0e153595366);
|
|
|
|
|
|
var marker_1bc40e3dcf8c3540596d4e67b423403c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_792a2db84b6db6fd165524874f10ce28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_387d9b7c068549ad5947e94b535f3aac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cee3a050d0b3168c0c8d0af43213b4e = $(`<div id="html_3cee3a050d0b3168c0c8d0af43213b4e" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_387d9b7c068549ad5947e94b535f3aac.setContent(html_3cee3a050d0b3168c0c8d0af43213b4e);
|
|
|
|
|
|
|
|
marker_1bc40e3dcf8c3540596d4e67b423403c.bindPopup(popup_387d9b7c068549ad5947e94b535f3aac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bc40e3dcf8c3540596d4e67b423403c.setIcon(icon_792a2db84b6db6fd165524874f10ce28);
|
|
|
|
|
|
var marker_85ac88cce687fb5e74d6ea9a63b3c4f9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3f7cc3163b8e1ed3596fd9a865c6291f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2601df0fd8b95ec04894903f1af1ef69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc98c9fc7fdd050850e2432d9e41c64a = $(`<div id="html_dc98c9fc7fdd050850e2432d9e41c64a" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_2601df0fd8b95ec04894903f1af1ef69.setContent(html_dc98c9fc7fdd050850e2432d9e41c64a);
|
|
|
|
|
|
|
|
marker_85ac88cce687fb5e74d6ea9a63b3c4f9.bindPopup(popup_2601df0fd8b95ec04894903f1af1ef69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85ac88cce687fb5e74d6ea9a63b3c4f9.setIcon(icon_3f7cc3163b8e1ed3596fd9a865c6291f);
|
|
|
|
|
|
var marker_649ebf00c1ead7bcac351448af069834 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3d9031d36554f78505fdb122181652a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47bb559c546ebf94ff329b9941efa9fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6279157ed2b97182e367a5b086e2363 = $(`<div id="html_e6279157ed2b97182e367a5b086e2363" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_47bb559c546ebf94ff329b9941efa9fd.setContent(html_e6279157ed2b97182e367a5b086e2363);
|
|
|
|
|
|
|
|
marker_649ebf00c1ead7bcac351448af069834.bindPopup(popup_47bb559c546ebf94ff329b9941efa9fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_649ebf00c1ead7bcac351448af069834.setIcon(icon_3d9031d36554f78505fdb122181652a0);
|
|
|
|
|
|
var marker_31f0e9a8f8c1822c5f8fcdd7035395f9 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_bb7d8e60b79e813bbdf4a9c55ba3f2d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76c8baaa03bb796841ceb97cacc98d15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_164fd1ca2f9f2055d1541aa50339ea6b = $(`<div id="html_164fd1ca2f9f2055d1541aa50339ea6b" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_76c8baaa03bb796841ceb97cacc98d15.setContent(html_164fd1ca2f9f2055d1541aa50339ea6b);
|
|
|
|
|
|
|
|
marker_31f0e9a8f8c1822c5f8fcdd7035395f9.bindPopup(popup_76c8baaa03bb796841ceb97cacc98d15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31f0e9a8f8c1822c5f8fcdd7035395f9.setIcon(icon_bb7d8e60b79e813bbdf4a9c55ba3f2d2);
|
|
|
|
|
|
var marker_114ab2bab5300a481010504d9cf5d666 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1ecf6301fc36ef62f8c8d368e84782ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fe846b455c9d2ecc666fa56645901c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f3237a241be937aa8c7c6fae8a798da = $(`<div id="html_1f3237a241be937aa8c7c6fae8a798da" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_3fe846b455c9d2ecc666fa56645901c6.setContent(html_1f3237a241be937aa8c7c6fae8a798da);
|
|
|
|
|
|
|
|
marker_114ab2bab5300a481010504d9cf5d666.bindPopup(popup_3fe846b455c9d2ecc666fa56645901c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_114ab2bab5300a481010504d9cf5d666.setIcon(icon_1ecf6301fc36ef62f8c8d368e84782ff);
|
|
|
|
|
|
var marker_3b71d4892f53469e4d1647492a1efd01 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_91e3f813fe401a4ee44957b18c18fd80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f76b35efdd507b8cd97c3841a186f61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8801e9a7e15946a19153c386c63a3cbe = $(`<div id="html_8801e9a7e15946a19153c386c63a3cbe" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_1f76b35efdd507b8cd97c3841a186f61.setContent(html_8801e9a7e15946a19153c386c63a3cbe);
|
|
|
|
|
|
|
|
marker_3b71d4892f53469e4d1647492a1efd01.bindPopup(popup_1f76b35efdd507b8cd97c3841a186f61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b71d4892f53469e4d1647492a1efd01.setIcon(icon_91e3f813fe401a4ee44957b18c18fd80);
|
|
|
|
|
|
var marker_f3c213d16b623bab00f8fa1a24a83392 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_128f5be26e5daf4835fb29537ea01f7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a3c18ada50c27a291bffede5cb0d0ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f106138b1a55c17b967af410e26e0e86 = $(`<div id="html_f106138b1a55c17b967af410e26e0e86" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_5a3c18ada50c27a291bffede5cb0d0ce.setContent(html_f106138b1a55c17b967af410e26e0e86);
|
|
|
|
|
|
|
|
marker_f3c213d16b623bab00f8fa1a24a83392.bindPopup(popup_5a3c18ada50c27a291bffede5cb0d0ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3c213d16b623bab00f8fa1a24a83392.setIcon(icon_128f5be26e5daf4835fb29537ea01f7f);
|
|
|
|
|
|
var marker_689ee1e5823244c838f5b87fde304fc2 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e4bdd2ec3bb0b8e6d1d9885f6f3f841f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b85c58869ee35e9cefc6fb1799159be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5f565d74b344cdb71b756b519371e9e = $(`<div id="html_e5f565d74b344cdb71b756b519371e9e" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_7b85c58869ee35e9cefc6fb1799159be.setContent(html_e5f565d74b344cdb71b756b519371e9e);
|
|
|
|
|
|
|
|
marker_689ee1e5823244c838f5b87fde304fc2.bindPopup(popup_7b85c58869ee35e9cefc6fb1799159be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_689ee1e5823244c838f5b87fde304fc2.setIcon(icon_e4bdd2ec3bb0b8e6d1d9885f6f3f841f);
|
|
|
|
|
|
var marker_04bd84c5713d17e81fed60d54d87becf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_995f84171b24b1d09169a482ea0940d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af7f461e31054df6be70072a411a0b7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_815db1720a27ef41edf58aeb90670416 = $(`<div id="html_815db1720a27ef41edf58aeb90670416" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_af7f461e31054df6be70072a411a0b7e.setContent(html_815db1720a27ef41edf58aeb90670416);
|
|
|
|
|
|
|
|
marker_04bd84c5713d17e81fed60d54d87becf.bindPopup(popup_af7f461e31054df6be70072a411a0b7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04bd84c5713d17e81fed60d54d87becf.setIcon(icon_995f84171b24b1d09169a482ea0940d6);
|
|
|
|
|
|
var marker_0f05d468ac6798de652dbbe3b4c97d32 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_00ff1be5b06a7c0d4fdcce094923f5a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_271dd6ed3f88c2c4fc155fd2a26a1e07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d104a08dac15f7e0de4cb340bb27fbef = $(`<div id="html_d104a08dac15f7e0de4cb340bb27fbef" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_271dd6ed3f88c2c4fc155fd2a26a1e07.setContent(html_d104a08dac15f7e0de4cb340bb27fbef);
|
|
|
|
|
|
|
|
marker_0f05d468ac6798de652dbbe3b4c97d32.bindPopup(popup_271dd6ed3f88c2c4fc155fd2a26a1e07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f05d468ac6798de652dbbe3b4c97d32.setIcon(icon_00ff1be5b06a7c0d4fdcce094923f5a7);
|
|
|
|
|
|
var marker_5f9b479e4a581f09bc4cac395efc1d76 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_74defd2ce6ceafe6d2e0915ddeab9411 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42bba628d716c65e5eee77ef2d7e75f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92d026d14d76a7a2b9c42f78cc84a503 = $(`<div id="html_92d026d14d76a7a2b9c42f78cc84a503" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_42bba628d716c65e5eee77ef2d7e75f3.setContent(html_92d026d14d76a7a2b9c42f78cc84a503);
|
|
|
|
|
|
|
|
marker_5f9b479e4a581f09bc4cac395efc1d76.bindPopup(popup_42bba628d716c65e5eee77ef2d7e75f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f9b479e4a581f09bc4cac395efc1d76.setIcon(icon_74defd2ce6ceafe6d2e0915ddeab9411);
|
|
|
|
|
|
var marker_78fed65a8d6fcf4f96f94ec0064e5c80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1ae607d39fe2b8cc92338b44ce76dbec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf73035475ce7b4fb1247aa3ba9d85ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f23a3ce24a992ad6b03d200276fce58a = $(`<div id="html_f23a3ce24a992ad6b03d200276fce58a" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_cf73035475ce7b4fb1247aa3ba9d85ac.setContent(html_f23a3ce24a992ad6b03d200276fce58a);
|
|
|
|
|
|
|
|
marker_78fed65a8d6fcf4f96f94ec0064e5c80.bindPopup(popup_cf73035475ce7b4fb1247aa3ba9d85ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78fed65a8d6fcf4f96f94ec0064e5c80.setIcon(icon_1ae607d39fe2b8cc92338b44ce76dbec);
|
|
|
|
|
|
var marker_f1777c6934556c34623ef4253014dcf2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2869981f90933ecfb0fec453392e0be1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0143c0852c495b3ea5d3c20322362d0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb8a1a04c1f998662a4d78217b03e09 = $(`<div id="html_9eb8a1a04c1f998662a4d78217b03e09" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_0143c0852c495b3ea5d3c20322362d0f.setContent(html_9eb8a1a04c1f998662a4d78217b03e09);
|
|
|
|
|
|
|
|
marker_f1777c6934556c34623ef4253014dcf2.bindPopup(popup_0143c0852c495b3ea5d3c20322362d0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1777c6934556c34623ef4253014dcf2.setIcon(icon_2869981f90933ecfb0fec453392e0be1);
|
|
|
|
|
|
var marker_8cb0ce55e2ee7e6913b7d842ef525660 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_dc2fb725df8a56dd2704dd72ae885a05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba6f741df75059bea7ef3adb816b0a86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84c104e6c5ae944f08512e9d5c6c3c6b = $(`<div id="html_84c104e6c5ae944f08512e9d5c6c3c6b" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_ba6f741df75059bea7ef3adb816b0a86.setContent(html_84c104e6c5ae944f08512e9d5c6c3c6b);
|
|
|
|
|
|
|
|
marker_8cb0ce55e2ee7e6913b7d842ef525660.bindPopup(popup_ba6f741df75059bea7ef3adb816b0a86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cb0ce55e2ee7e6913b7d842ef525660.setIcon(icon_dc2fb725df8a56dd2704dd72ae885a05);
|
|
|
|
|
|
var marker_1cd03dbf6b733ad2a133b887e0218b15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6e18c290196888aa07598829f1aeb3c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3898100382f7c93dbbd1989e1589d03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7d4c361be75ce9575581f3658542730 = $(`<div id="html_e7d4c361be75ce9575581f3658542730" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_b3898100382f7c93dbbd1989e1589d03.setContent(html_e7d4c361be75ce9575581f3658542730);
|
|
|
|
|
|
|
|
marker_1cd03dbf6b733ad2a133b887e0218b15.bindPopup(popup_b3898100382f7c93dbbd1989e1589d03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cd03dbf6b733ad2a133b887e0218b15.setIcon(icon_6e18c290196888aa07598829f1aeb3c2);
|
|
|
|
|
|
var marker_10a4287dab28f50a8e0a9bb66e2e86b9 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3717e5fcea7709bd0f1a3d1a19cbdff0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e6adab6579087f05f390d0f22f620d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edc57df3274ab17d0cbfc39cd13922b7 = $(`<div id="html_edc57df3274ab17d0cbfc39cd13922b7" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_5e6adab6579087f05f390d0f22f620d9.setContent(html_edc57df3274ab17d0cbfc39cd13922b7);
|
|
|
|
|
|
|
|
marker_10a4287dab28f50a8e0a9bb66e2e86b9.bindPopup(popup_5e6adab6579087f05f390d0f22f620d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10a4287dab28f50a8e0a9bb66e2e86b9.setIcon(icon_3717e5fcea7709bd0f1a3d1a19cbdff0);
|
|
|
|
|
|
var marker_47c85e9fd05e1434b063d420533ac42f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ef8f162c4619f0eccb002931923460ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97fa8dd49daf4525e310a93ce0eaea71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e3a8f715b34168cbcd18b404170d1b2 = $(`<div id="html_8e3a8f715b34168cbcd18b404170d1b2" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_97fa8dd49daf4525e310a93ce0eaea71.setContent(html_8e3a8f715b34168cbcd18b404170d1b2);
|
|
|
|
|
|
|
|
marker_47c85e9fd05e1434b063d420533ac42f.bindPopup(popup_97fa8dd49daf4525e310a93ce0eaea71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47c85e9fd05e1434b063d420533ac42f.setIcon(icon_ef8f162c4619f0eccb002931923460ce);
|
|
|
|
|
|
var marker_be3ca44d9ac16bde75f64c8bd472519f = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_619d48a1dc23ed01e43759b42d6983eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c204baa90e1bd4469b3b5174d1454c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cba81c633ed3ac848e3e2ff51ec8853 = $(`<div id="html_7cba81c633ed3ac848e3e2ff51ec8853" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_7c204baa90e1bd4469b3b5174d1454c3.setContent(html_7cba81c633ed3ac848e3e2ff51ec8853);
|
|
|
|
|
|
|
|
marker_be3ca44d9ac16bde75f64c8bd472519f.bindPopup(popup_7c204baa90e1bd4469b3b5174d1454c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be3ca44d9ac16bde75f64c8bd472519f.setIcon(icon_619d48a1dc23ed01e43759b42d6983eb);
|
|
|
|
|
|
var marker_a533bbe28f3e524aec3339184f605f30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_0f810a7e1c1681dc8e24a9bb2656648b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87366192724079d9570f81bfd6ef0f00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f096d1d0a7eb09f7396084f1be60c6b7 = $(`<div id="html_f096d1d0a7eb09f7396084f1be60c6b7" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_87366192724079d9570f81bfd6ef0f00.setContent(html_f096d1d0a7eb09f7396084f1be60c6b7);
|
|
|
|
|
|
|
|
marker_a533bbe28f3e524aec3339184f605f30.bindPopup(popup_87366192724079d9570f81bfd6ef0f00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a533bbe28f3e524aec3339184f605f30.setIcon(icon_0f810a7e1c1681dc8e24a9bb2656648b);
|
|
|
|
|
|
var marker_d5dd5d14e5d3b1435af7c3d1041ee6cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e4d8da9c35b01aab1d468c10a0f4ce2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65f3122f2b9271a1b3685dd6d5a90b09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddb808a58fd0ae696bc5afa0de3e4505 = $(`<div id="html_ddb808a58fd0ae696bc5afa0de3e4505" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_65f3122f2b9271a1b3685dd6d5a90b09.setContent(html_ddb808a58fd0ae696bc5afa0de3e4505);
|
|
|
|
|
|
|
|
marker_d5dd5d14e5d3b1435af7c3d1041ee6cb.bindPopup(popup_65f3122f2b9271a1b3685dd6d5a90b09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5dd5d14e5d3b1435af7c3d1041ee6cb.setIcon(icon_e4d8da9c35b01aab1d468c10a0f4ce2f);
|
|
|
|
|
|
var marker_63affa848cd4d38437adffaa3ee40dee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_fec4579adac6f1d766e2fc3ce9d9b959 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_472116a3f3aabce67a3d2ca945f4d76b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05572a9ef46d96778c31835be9482f93 = $(`<div id="html_05572a9ef46d96778c31835be9482f93" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_472116a3f3aabce67a3d2ca945f4d76b.setContent(html_05572a9ef46d96778c31835be9482f93);
|
|
|
|
|
|
|
|
marker_63affa848cd4d38437adffaa3ee40dee.bindPopup(popup_472116a3f3aabce67a3d2ca945f4d76b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63affa848cd4d38437adffaa3ee40dee.setIcon(icon_fec4579adac6f1d766e2fc3ce9d9b959);
|
|
|
|
|
|
var marker_ff8a8844e520b23d9420d7c26aab57bf = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_65f431bc43541c3a4b2fac5ee2c891b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f4e26dffe21a67282870f2bc23dfad3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_374093930b5203f9207ba0806c9770e3 = $(`<div id="html_374093930b5203f9207ba0806c9770e3" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_5f4e26dffe21a67282870f2bc23dfad3.setContent(html_374093930b5203f9207ba0806c9770e3);
|
|
|
|
|
|
|
|
marker_ff8a8844e520b23d9420d7c26aab57bf.bindPopup(popup_5f4e26dffe21a67282870f2bc23dfad3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff8a8844e520b23d9420d7c26aab57bf.setIcon(icon_65f431bc43541c3a4b2fac5ee2c891b1);
|
|
|
|
|
|
var marker_1ad5a414a150b19ce4109ca43a625209 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_410161d4d822aac5405147417c469c74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5ed6eb44dece7a27c9a3299ed7fe039 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc0171dde8d301c58ca4d127341fb30a = $(`<div id="html_bc0171dde8d301c58ca4d127341fb30a" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_a5ed6eb44dece7a27c9a3299ed7fe039.setContent(html_bc0171dde8d301c58ca4d127341fb30a);
|
|
|
|
|
|
|
|
marker_1ad5a414a150b19ce4109ca43a625209.bindPopup(popup_a5ed6eb44dece7a27c9a3299ed7fe039)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ad5a414a150b19ce4109ca43a625209.setIcon(icon_410161d4d822aac5405147417c469c74);
|
|
|
|
|
|
var marker_5c57115448eba15033bd42626ab3525b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b445ee2faf415f36fadecd84646856c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f021aafd0a58c52f9f58190fb4417909 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18ae14f14a064dbaae0fd908a422525b = $(`<div id="html_18ae14f14a064dbaae0fd908a422525b" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_f021aafd0a58c52f9f58190fb4417909.setContent(html_18ae14f14a064dbaae0fd908a422525b);
|
|
|
|
|
|
|
|
marker_5c57115448eba15033bd42626ab3525b.bindPopup(popup_f021aafd0a58c52f9f58190fb4417909)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c57115448eba15033bd42626ab3525b.setIcon(icon_b445ee2faf415f36fadecd84646856c6);
|
|
|
|
|
|
var marker_be11c734a1b4f877ae11fc6711fa12d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4ef7e7d867e4d75306dc82fca2fb25de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb09cb7799460112b3e0895f211cdf73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb02757448e81681871fb6cf4c2ae435 = $(`<div id="html_eb02757448e81681871fb6cf4c2ae435" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_eb09cb7799460112b3e0895f211cdf73.setContent(html_eb02757448e81681871fb6cf4c2ae435);
|
|
|
|
|
|
|
|
marker_be11c734a1b4f877ae11fc6711fa12d9.bindPopup(popup_eb09cb7799460112b3e0895f211cdf73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be11c734a1b4f877ae11fc6711fa12d9.setIcon(icon_4ef7e7d867e4d75306dc82fca2fb25de);
|
|
|
|
|
|
var marker_98956bdb88ed52db24f0f54a7d494e24 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_246d7118ac30ffd45dce0076e92c822b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7434dda4c8ef288da24ca6b0bf46c2f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2398c017999305e88df3f51434848340 = $(`<div id="html_2398c017999305e88df3f51434848340" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_7434dda4c8ef288da24ca6b0bf46c2f0.setContent(html_2398c017999305e88df3f51434848340);
|
|
|
|
|
|
|
|
marker_98956bdb88ed52db24f0f54a7d494e24.bindPopup(popup_7434dda4c8ef288da24ca6b0bf46c2f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98956bdb88ed52db24f0f54a7d494e24.setIcon(icon_246d7118ac30ffd45dce0076e92c822b);
|
|
|
|
|
|
var marker_ce8e04cf60390202aa397066b1b3e49c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7b6861cc74ee5eebefa541fb35e93e3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b66e0181342555b908666204ca026c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4321c2e762d9e7daceb4ca3aca539e5 = $(`<div id="html_d4321c2e762d9e7daceb4ca3aca539e5" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_17b66e0181342555b908666204ca026c.setContent(html_d4321c2e762d9e7daceb4ca3aca539e5);
|
|
|
|
|
|
|
|
marker_ce8e04cf60390202aa397066b1b3e49c.bindPopup(popup_17b66e0181342555b908666204ca026c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce8e04cf60390202aa397066b1b3e49c.setIcon(icon_7b6861cc74ee5eebefa541fb35e93e3c);
|
|
|
|
|
|
var marker_1f09181c87e690bec7f60383b1871dc8 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9c522217cf409f41afaa0481ed3c0f7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_608461d187b0bd9af3f581b3c3429854 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f61c3a23cbed6dc9ac311c29a7eac9a = $(`<div id="html_8f61c3a23cbed6dc9ac311c29a7eac9a" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_608461d187b0bd9af3f581b3c3429854.setContent(html_8f61c3a23cbed6dc9ac311c29a7eac9a);
|
|
|
|
|
|
|
|
marker_1f09181c87e690bec7f60383b1871dc8.bindPopup(popup_608461d187b0bd9af3f581b3c3429854)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f09181c87e690bec7f60383b1871dc8.setIcon(icon_9c522217cf409f41afaa0481ed3c0f7a);
|
|
|
|
|
|
var marker_9b68185697f6b41e326de23df8a94706 = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9c7af7cc901dfac91bf37af0dc366d04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00020eff9e316b7cb34dcbaddd1aadab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17e8100a04f62480f67d35fdc57a915a = $(`<div id="html_17e8100a04f62480f67d35fdc57a915a" style="width: 100.0%; height: 100.0%;">relay.apps.prod.aws.ocp.signet.ing</div>`)[0];
|
|
popup_00020eff9e316b7cb34dcbaddd1aadab.setContent(html_17e8100a04f62480f67d35fdc57a915a);
|
|
|
|
|
|
|
|
marker_9b68185697f6b41e326de23df8a94706.bindPopup(popup_00020eff9e316b7cb34dcbaddd1aadab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b68185697f6b41e326de23df8a94706.setIcon(icon_9c7af7cc901dfac91bf37af0dc366d04);
|
|
|
|
|
|
var marker_74202eef921d481e7f80d127fdec2564 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ea4d64324913ec68e9fe5a6ffa23b733 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22040702eb54b85431ec3af15d0ba674 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d6aa1bff90d2b4fc6ab96ad0b4775a9 = $(`<div id="html_4d6aa1bff90d2b4fc6ab96ad0b4775a9" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_22040702eb54b85431ec3af15d0ba674.setContent(html_4d6aa1bff90d2b4fc6ab96ad0b4775a9);
|
|
|
|
|
|
|
|
marker_74202eef921d481e7f80d127fdec2564.bindPopup(popup_22040702eb54b85431ec3af15d0ba674)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74202eef921d481e7f80d127fdec2564.setIcon(icon_ea4d64324913ec68e9fe5a6ffa23b733);
|
|
|
|
|
|
var marker_e6d2eecca5e7809ef81df8bedc54a779 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_640f4d16521b88ae060624f76524ffe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2908031aba50a86319564a898901fb85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec966bbc05ca7dc6963a58503841ef69 = $(`<div id="html_ec966bbc05ca7dc6963a58503841ef69" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_2908031aba50a86319564a898901fb85.setContent(html_ec966bbc05ca7dc6963a58503841ef69);
|
|
|
|
|
|
|
|
marker_e6d2eecca5e7809ef81df8bedc54a779.bindPopup(popup_2908031aba50a86319564a898901fb85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6d2eecca5e7809ef81df8bedc54a779.setIcon(icon_640f4d16521b88ae060624f76524ffe8);
|
|
|
|
|
|
var marker_a2bc76f4b9558b0a6c2aa62959039f91 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_04502ef4d443709ca2d84c6f352a0a03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a5670bd43dd672a7015469b55a7dbdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b286a1ecdd5223f38334e12515618f13 = $(`<div id="html_b286a1ecdd5223f38334e12515618f13" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_8a5670bd43dd672a7015469b55a7dbdf.setContent(html_b286a1ecdd5223f38334e12515618f13);
|
|
|
|
|
|
|
|
marker_a2bc76f4b9558b0a6c2aa62959039f91.bindPopup(popup_8a5670bd43dd672a7015469b55a7dbdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2bc76f4b9558b0a6c2aa62959039f91.setIcon(icon_04502ef4d443709ca2d84c6f352a0a03);
|
|
|
|
|
|
var marker_f2735fe00850e9bf91728fa39f7b47d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_701ad2263b7b8f63d0f869f6950d639c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_568fa769f42787ba7b16f59013741ac2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caae7108c6567e476efed2e22232a4aa = $(`<div id="html_caae7108c6567e476efed2e22232a4aa" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_568fa769f42787ba7b16f59013741ac2.setContent(html_caae7108c6567e476efed2e22232a4aa);
|
|
|
|
|
|
|
|
marker_f2735fe00850e9bf91728fa39f7b47d8.bindPopup(popup_568fa769f42787ba7b16f59013741ac2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2735fe00850e9bf91728fa39f7b47d8.setIcon(icon_701ad2263b7b8f63d0f869f6950d639c);
|
|
|
|
|
|
var marker_0f0bb638d67426d98e84738c1a5f3e54 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ad86b00cf3b88fcb7350281e025fa646 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c25642e6a224d2cf67658ee9b3c74668 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21f49e907b396e2b458d8de9a55564b9 = $(`<div id="html_21f49e907b396e2b458d8de9a55564b9" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_c25642e6a224d2cf67658ee9b3c74668.setContent(html_21f49e907b396e2b458d8de9a55564b9);
|
|
|
|
|
|
|
|
marker_0f0bb638d67426d98e84738c1a5f3e54.bindPopup(popup_c25642e6a224d2cf67658ee9b3c74668)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f0bb638d67426d98e84738c1a5f3e54.setIcon(icon_ad86b00cf3b88fcb7350281e025fa646);
|
|
|
|
|
|
var marker_88f48cdd951062e18aa59608e38c8ef9 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e880f332cf1eeb92518df11ad9408c37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b5f869f465711c29ace8da4f405cd71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e2ffe404486a529b6e0fbc6a32a1859 = $(`<div id="html_5e2ffe404486a529b6e0fbc6a32a1859" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_4b5f869f465711c29ace8da4f405cd71.setContent(html_5e2ffe404486a529b6e0fbc6a32a1859);
|
|
|
|
|
|
|
|
marker_88f48cdd951062e18aa59608e38c8ef9.bindPopup(popup_4b5f869f465711c29ace8da4f405cd71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88f48cdd951062e18aa59608e38c8ef9.setIcon(icon_e880f332cf1eeb92518df11ad9408c37);
|
|
|
|
|
|
var marker_b3a98f8d3dd883933d2e93724daa3f78 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7964425d61a8a77021201468d5ac23fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4507713cba000079dd889ee181587927 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5693b919d02160104fb553a0b8484d75 = $(`<div id="html_5693b919d02160104fb553a0b8484d75" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_4507713cba000079dd889ee181587927.setContent(html_5693b919d02160104fb553a0b8484d75);
|
|
|
|
|
|
|
|
marker_b3a98f8d3dd883933d2e93724daa3f78.bindPopup(popup_4507713cba000079dd889ee181587927)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3a98f8d3dd883933d2e93724daa3f78.setIcon(icon_7964425d61a8a77021201468d5ac23fa);
|
|
|
|
|
|
var marker_62f4956b693d5ef1996a4f45a579a39b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6148fbe97e226c5be8aedea8f45fcc50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56472b121705709f4b5361bd6e00b3a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32d66830c004e280f4e624b337070587 = $(`<div id="html_32d66830c004e280f4e624b337070587" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_56472b121705709f4b5361bd6e00b3a9.setContent(html_32d66830c004e280f4e624b337070587);
|
|
|
|
|
|
|
|
marker_62f4956b693d5ef1996a4f45a579a39b.bindPopup(popup_56472b121705709f4b5361bd6e00b3a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62f4956b693d5ef1996a4f45a579a39b.setIcon(icon_6148fbe97e226c5be8aedea8f45fcc50);
|
|
|
|
|
|
var marker_b32ec2962bd49b55bad8579288200104 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f7b8814503da89e8a2fa250c93b4e0d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d5095ff0729d674acae1540eeb8d2e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b132b6f4ce4560360264901f990ad912 = $(`<div id="html_b132b6f4ce4560360264901f990ad912" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_3d5095ff0729d674acae1540eeb8d2e6.setContent(html_b132b6f4ce4560360264901f990ad912);
|
|
|
|
|
|
|
|
marker_b32ec2962bd49b55bad8579288200104.bindPopup(popup_3d5095ff0729d674acae1540eeb8d2e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b32ec2962bd49b55bad8579288200104.setIcon(icon_f7b8814503da89e8a2fa250c93b4e0d0);
|
|
|
|
|
|
var marker_37b473d057e04e7d7cf809ca0c173c69 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d8590603b04f8ecbe7d0a0ce10d9e632 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcaa63c00066b0c0e7e516b3018de46f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2a80a28ec63c2afa9692b8d18861b13 = $(`<div id="html_b2a80a28ec63c2afa9692b8d18861b13" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_dcaa63c00066b0c0e7e516b3018de46f.setContent(html_b2a80a28ec63c2afa9692b8d18861b13);
|
|
|
|
|
|
|
|
marker_37b473d057e04e7d7cf809ca0c173c69.bindPopup(popup_dcaa63c00066b0c0e7e516b3018de46f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37b473d057e04e7d7cf809ca0c173c69.setIcon(icon_d8590603b04f8ecbe7d0a0ce10d9e632);
|
|
|
|
|
|
var marker_7b94638b9250fde5eab0722edf4f72ad = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ccbf76be7f7e7302bf163d36fbda2dc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2fb1db99f496731eaa33ec10428f016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b62dd93829a361baf3d8095e1f7866be = $(`<div id="html_b62dd93829a361baf3d8095e1f7866be" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_d2fb1db99f496731eaa33ec10428f016.setContent(html_b62dd93829a361baf3d8095e1f7866be);
|
|
|
|
|
|
|
|
marker_7b94638b9250fde5eab0722edf4f72ad.bindPopup(popup_d2fb1db99f496731eaa33ec10428f016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b94638b9250fde5eab0722edf4f72ad.setIcon(icon_ccbf76be7f7e7302bf163d36fbda2dc1);
|
|
|
|
|
|
var marker_843a5d28b8951d7d61631744f07cd78e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2292a9d65079bf2b91ad766f12ba8684 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2df2ee7344d8314ea9debe3cc38fc2d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c47e3c62b5ecf6f2db71b3ff72dd9dde = $(`<div id="html_c47e3c62b5ecf6f2db71b3ff72dd9dde" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_2df2ee7344d8314ea9debe3cc38fc2d6.setContent(html_c47e3c62b5ecf6f2db71b3ff72dd9dde);
|
|
|
|
|
|
|
|
marker_843a5d28b8951d7d61631744f07cd78e.bindPopup(popup_2df2ee7344d8314ea9debe3cc38fc2d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_843a5d28b8951d7d61631744f07cd78e.setIcon(icon_2292a9d65079bf2b91ad766f12ba8684);
|
|
|
|
|
|
var marker_9e408d50c9d154c7d74f4aa34d77ee1c = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6ca7590d2f63f15bd5afeadf5ef6ea88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccaa476460705ec0607602bab4e0b45b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48b22f4009864e97cce8de883b6e2060 = $(`<div id="html_48b22f4009864e97cce8de883b6e2060" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_ccaa476460705ec0607602bab4e0b45b.setContent(html_48b22f4009864e97cce8de883b6e2060);
|
|
|
|
|
|
|
|
marker_9e408d50c9d154c7d74f4aa34d77ee1c.bindPopup(popup_ccaa476460705ec0607602bab4e0b45b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e408d50c9d154c7d74f4aa34d77ee1c.setIcon(icon_6ca7590d2f63f15bd5afeadf5ef6ea88);
|
|
|
|
|
|
var marker_bf4b822cf670fac72c983dc98eeee4c3 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2ac03a7f6b15d4f1bf9eff622ce429b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d79ce3fc8dc0edf40eeabeaf0e7bcb9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85b6a488b561774449d383f3db7ab3c2 = $(`<div id="html_85b6a488b561774449d383f3db7ab3c2" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_d79ce3fc8dc0edf40eeabeaf0e7bcb9d.setContent(html_85b6a488b561774449d383f3db7ab3c2);
|
|
|
|
|
|
|
|
marker_bf4b822cf670fac72c983dc98eeee4c3.bindPopup(popup_d79ce3fc8dc0edf40eeabeaf0e7bcb9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf4b822cf670fac72c983dc98eeee4c3.setIcon(icon_2ac03a7f6b15d4f1bf9eff622ce429b4);
|
|
|
|
|
|
var marker_7f6897a2bf25c86b4904385697ceb5ca = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f906192b10db992eebc0c3593a116571 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e041f82f29af66893df84800af7e1e62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5193b329d58abaf3afaff56a84c48506 = $(`<div id="html_5193b329d58abaf3afaff56a84c48506" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_e041f82f29af66893df84800af7e1e62.setContent(html_5193b329d58abaf3afaff56a84c48506);
|
|
|
|
|
|
|
|
marker_7f6897a2bf25c86b4904385697ceb5ca.bindPopup(popup_e041f82f29af66893df84800af7e1e62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6897a2bf25c86b4904385697ceb5ca.setIcon(icon_f906192b10db992eebc0c3593a116571);
|
|
|
|
|
|
var marker_a4f34876e0e25441342604cec4c4f5fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1686b7237ab4701990f30f56bcc1e079 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04825223bf1ad0f160298935ba4791d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db4543120fc2bb07b1dc9450276c07a1 = $(`<div id="html_db4543120fc2bb07b1dc9450276c07a1" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_04825223bf1ad0f160298935ba4791d1.setContent(html_db4543120fc2bb07b1dc9450276c07a1);
|
|
|
|
|
|
|
|
marker_a4f34876e0e25441342604cec4c4f5fe.bindPopup(popup_04825223bf1ad0f160298935ba4791d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4f34876e0e25441342604cec4c4f5fe.setIcon(icon_1686b7237ab4701990f30f56bcc1e079);
|
|
|
|
|
|
var marker_a840d8ff91dd22040ec73bcd9a4a7d45 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_39344f9bd8083c196448c1672349ecb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9ab93fc667726a0c9163519deea9931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_157f931ac4d55a9afeee857cf6eb6674 = $(`<div id="html_157f931ac4d55a9afeee857cf6eb6674" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_e9ab93fc667726a0c9163519deea9931.setContent(html_157f931ac4d55a9afeee857cf6eb6674);
|
|
|
|
|
|
|
|
marker_a840d8ff91dd22040ec73bcd9a4a7d45.bindPopup(popup_e9ab93fc667726a0c9163519deea9931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a840d8ff91dd22040ec73bcd9a4a7d45.setIcon(icon_39344f9bd8083c196448c1672349ecb4);
|
|
|
|
|
|
var marker_ef64881b7e23d50a812d13c08742c43f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3edb8347544e26f3289cd78133a3040d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_780ccd8d02598a61adce6297e6d25a82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad37fa305c7afcc1f4b79201e989e8cc = $(`<div id="html_ad37fa305c7afcc1f4b79201e989e8cc" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_780ccd8d02598a61adce6297e6d25a82.setContent(html_ad37fa305c7afcc1f4b79201e989e8cc);
|
|
|
|
|
|
|
|
marker_ef64881b7e23d50a812d13c08742c43f.bindPopup(popup_780ccd8d02598a61adce6297e6d25a82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef64881b7e23d50a812d13c08742c43f.setIcon(icon_3edb8347544e26f3289cd78133a3040d);
|
|
|
|
|
|
var marker_7ccae51e2c296a2ef1f3910a6dd5ad38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5cb9df5f16b586edec6b3c1e052d2036 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4f8dc42771d7b08b4f7f44be8e74cb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f947b6a75c5bd1c3531fe0f7adeedcc = $(`<div id="html_4f947b6a75c5bd1c3531fe0f7adeedcc" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_e4f8dc42771d7b08b4f7f44be8e74cb7.setContent(html_4f947b6a75c5bd1c3531fe0f7adeedcc);
|
|
|
|
|
|
|
|
marker_7ccae51e2c296a2ef1f3910a6dd5ad38.bindPopup(popup_e4f8dc42771d7b08b4f7f44be8e74cb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ccae51e2c296a2ef1f3910a6dd5ad38.setIcon(icon_5cb9df5f16b586edec6b3c1e052d2036);
|
|
|
|
|
|
var marker_3a063cde3c9ddaa657e242e49f8dcd79 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a48ced45d100341b4175d40028927d27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccce44561274f390b0ddaf101d59e98f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0043068b3ee14ddecd3159964ee70a91 = $(`<div id="html_0043068b3ee14ddecd3159964ee70a91" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_ccce44561274f390b0ddaf101d59e98f.setContent(html_0043068b3ee14ddecd3159964ee70a91);
|
|
|
|
|
|
|
|
marker_3a063cde3c9ddaa657e242e49f8dcd79.bindPopup(popup_ccce44561274f390b0ddaf101d59e98f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a063cde3c9ddaa657e242e49f8dcd79.setIcon(icon_a48ced45d100341b4175d40028927d27);
|
|
|
|
|
|
var marker_d0cd24a77eb78c432744b904015235f0 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a6a87a8635229b4b35cb368a0a1bc7d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd85783f94ce240ca36a71581d642ce0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22f843ba78ca90c388950574e2313c28 = $(`<div id="html_22f843ba78ca90c388950574e2313c28" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_fd85783f94ce240ca36a71581d642ce0.setContent(html_22f843ba78ca90c388950574e2313c28);
|
|
|
|
|
|
|
|
marker_d0cd24a77eb78c432744b904015235f0.bindPopup(popup_fd85783f94ce240ca36a71581d642ce0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0cd24a77eb78c432744b904015235f0.setIcon(icon_a6a87a8635229b4b35cb368a0a1bc7d1);
|
|
|
|
|
|
var marker_a88d51a3e459ae11f8cd99468957a8d5 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_89e54e3e48f41dd4b0ec5eea05e8c628 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d69f3bef88d70c88d9fd4b6269c839f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_139d2772676cc6d0b5bb2882878bfaa4 = $(`<div id="html_139d2772676cc6d0b5bb2882878bfaa4" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_9d69f3bef88d70c88d9fd4b6269c839f.setContent(html_139d2772676cc6d0b5bb2882878bfaa4);
|
|
|
|
|
|
|
|
marker_a88d51a3e459ae11f8cd99468957a8d5.bindPopup(popup_9d69f3bef88d70c88d9fd4b6269c839f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a88d51a3e459ae11f8cd99468957a8d5.setIcon(icon_89e54e3e48f41dd4b0ec5eea05e8c628);
|
|
|
|
|
|
var marker_d094272cbf692d400a595267f36cb415 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7a5016076755dae4c3a0e9fc3e652e07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ed74d964129ebd5ad6024788845ff3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_123eb8d10c42359a81c323fcc3674492 = $(`<div id="html_123eb8d10c42359a81c323fcc3674492" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_5ed74d964129ebd5ad6024788845ff3a.setContent(html_123eb8d10c42359a81c323fcc3674492);
|
|
|
|
|
|
|
|
marker_d094272cbf692d400a595267f36cb415.bindPopup(popup_5ed74d964129ebd5ad6024788845ff3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d094272cbf692d400a595267f36cb415.setIcon(icon_7a5016076755dae4c3a0e9fc3e652e07);
|
|
|
|
|
|
var marker_e6a2d276ef5a402296dc3eaf5e2633a5 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3bbbb9529eb871bc31760c7c49aa7207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e10b4ea50fe0ffef1ffceb04966192db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23cd09d8564400ec12f564f03ce24af9 = $(`<div id="html_23cd09d8564400ec12f564f03ce24af9" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_e10b4ea50fe0ffef1ffceb04966192db.setContent(html_23cd09d8564400ec12f564f03ce24af9);
|
|
|
|
|
|
|
|
marker_e6a2d276ef5a402296dc3eaf5e2633a5.bindPopup(popup_e10b4ea50fe0ffef1ffceb04966192db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6a2d276ef5a402296dc3eaf5e2633a5.setIcon(icon_3bbbb9529eb871bc31760c7c49aa7207);
|
|
|
|
|
|
var marker_690d2fb624b3a0aba31ca0715afa1a93 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1b549238f3dddc058c9c4505c509207f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46676e850743b6ce0d59cfc9f7f571f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d91b9aadc48d7097ab6077c36c669bc = $(`<div id="html_5d91b9aadc48d7097ab6077c36c669bc" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_46676e850743b6ce0d59cfc9f7f571f4.setContent(html_5d91b9aadc48d7097ab6077c36c669bc);
|
|
|
|
|
|
|
|
marker_690d2fb624b3a0aba31ca0715afa1a93.bindPopup(popup_46676e850743b6ce0d59cfc9f7f571f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_690d2fb624b3a0aba31ca0715afa1a93.setIcon(icon_1b549238f3dddc058c9c4505c509207f);
|
|
|
|
|
|
var marker_ed75c1dec3e178113752e088f963cdb7 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7cd8dbf8e5cfeeecdbd6877149612e00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f268cfe1acb66299e12a28b61d266a00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a320226b84ca65287ea2e2b29eccaa70 = $(`<div id="html_a320226b84ca65287ea2e2b29eccaa70" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_f268cfe1acb66299e12a28b61d266a00.setContent(html_a320226b84ca65287ea2e2b29eccaa70);
|
|
|
|
|
|
|
|
marker_ed75c1dec3e178113752e088f963cdb7.bindPopup(popup_f268cfe1acb66299e12a28b61d266a00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed75c1dec3e178113752e088f963cdb7.setIcon(icon_7cd8dbf8e5cfeeecdbd6877149612e00);
|
|
|
|
|
|
var marker_f882182f1de64134bd01bddee6dcb9e7 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_15ceb7f0eaa938016ed836dd79415081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_065527ed838734aebf425b230c3ca208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3d03238f00a5cf24ea63f8c5054a7b3 = $(`<div id="html_f3d03238f00a5cf24ea63f8c5054a7b3" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_065527ed838734aebf425b230c3ca208.setContent(html_f3d03238f00a5cf24ea63f8c5054a7b3);
|
|
|
|
|
|
|
|
marker_f882182f1de64134bd01bddee6dcb9e7.bindPopup(popup_065527ed838734aebf425b230c3ca208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f882182f1de64134bd01bddee6dcb9e7.setIcon(icon_15ceb7f0eaa938016ed836dd79415081);
|
|
|
|
|
|
var marker_d1cca216a3a0582b4a2dba56c31fc372 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ae60ee12c7d1f5d393a459690a229140 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d914c2e3238b310a937ea7e888f12cd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce4ec0535718ec8ec349370bbfcc8d7d = $(`<div id="html_ce4ec0535718ec8ec349370bbfcc8d7d" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_d914c2e3238b310a937ea7e888f12cd6.setContent(html_ce4ec0535718ec8ec349370bbfcc8d7d);
|
|
|
|
|
|
|
|
marker_d1cca216a3a0582b4a2dba56c31fc372.bindPopup(popup_d914c2e3238b310a937ea7e888f12cd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1cca216a3a0582b4a2dba56c31fc372.setIcon(icon_ae60ee12c7d1f5d393a459690a229140);
|
|
|
|
|
|
var marker_c956408bba00b55e03e5df999c8572e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_532131145c4adf8c6330b6880dc42418 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8376f4f64a52a51a8388e5b7014736ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_519394fb42d43c19c75bee06491e37a9 = $(`<div id="html_519394fb42d43c19c75bee06491e37a9" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_8376f4f64a52a51a8388e5b7014736ca.setContent(html_519394fb42d43c19c75bee06491e37a9);
|
|
|
|
|
|
|
|
marker_c956408bba00b55e03e5df999c8572e5.bindPopup(popup_8376f4f64a52a51a8388e5b7014736ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c956408bba00b55e03e5df999c8572e5.setIcon(icon_532131145c4adf8c6330b6880dc42418);
|
|
|
|
|
|
var marker_bef7a54b408f5531ec1f0d6bb2cbd789 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a72b271a9482fe9416c468e7b1fde30c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30575dd0761340525275bd17cf1babe0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee924dcd3ef25839af44d8a9678ebd19 = $(`<div id="html_ee924dcd3ef25839af44d8a9678ebd19" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_30575dd0761340525275bd17cf1babe0.setContent(html_ee924dcd3ef25839af44d8a9678ebd19);
|
|
|
|
|
|
|
|
marker_bef7a54b408f5531ec1f0d6bb2cbd789.bindPopup(popup_30575dd0761340525275bd17cf1babe0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bef7a54b408f5531ec1f0d6bb2cbd789.setIcon(icon_a72b271a9482fe9416c468e7b1fde30c);
|
|
|
|
|
|
var marker_8d83f8d5ffdd4654ca5fdfc2ed029c8a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8245a9f772404868a6d05e4060c9342d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_610fd9dbe7c38d7bd1577d89a672c367 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd1f735943c1ab4cc9124f22f0520c8c = $(`<div id="html_dd1f735943c1ab4cc9124f22f0520c8c" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_610fd9dbe7c38d7bd1577d89a672c367.setContent(html_dd1f735943c1ab4cc9124f22f0520c8c);
|
|
|
|
|
|
|
|
marker_8d83f8d5ffdd4654ca5fdfc2ed029c8a.bindPopup(popup_610fd9dbe7c38d7bd1577d89a672c367)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d83f8d5ffdd4654ca5fdfc2ed029c8a.setIcon(icon_8245a9f772404868a6d05e4060c9342d);
|
|
|
|
|
|
var marker_b802403b394d1f2452cc84474982f3c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7c6bb8ba8ace3712a8ca248de1a625b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddf576594fabc47f4c93c0abd54d1bcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_376cb17b678c981087d0e3f6682d9c72 = $(`<div id="html_376cb17b678c981087d0e3f6682d9c72" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_ddf576594fabc47f4c93c0abd54d1bcd.setContent(html_376cb17b678c981087d0e3f6682d9c72);
|
|
|
|
|
|
|
|
marker_b802403b394d1f2452cc84474982f3c5.bindPopup(popup_ddf576594fabc47f4c93c0abd54d1bcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b802403b394d1f2452cc84474982f3c5.setIcon(icon_7c6bb8ba8ace3712a8ca248de1a625b0);
|
|
|
|
|
|
var marker_01666666ed531fdd1734086a59c2bf53 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5a5b2034abbeed3599ab626422b28c50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e981c483e4f285161909ec03e3158b3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9827b5dd8805f33509221d4646fa0c0 = $(`<div id="html_a9827b5dd8805f33509221d4646fa0c0" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_e981c483e4f285161909ec03e3158b3c.setContent(html_a9827b5dd8805f33509221d4646fa0c0);
|
|
|
|
|
|
|
|
marker_01666666ed531fdd1734086a59c2bf53.bindPopup(popup_e981c483e4f285161909ec03e3158b3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01666666ed531fdd1734086a59c2bf53.setIcon(icon_5a5b2034abbeed3599ab626422b28c50);
|
|
|
|
|
|
var marker_0e7a432c57bb0c8fe84be9ef0506ff9c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6a6b730bd1d0adc38e4ab7d56abf85a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9b0a6f5b05441050586863a26d1e5ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd97f49433c57a6128cffee6920c6fb1 = $(`<div id="html_fd97f49433c57a6128cffee6920c6fb1" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_c9b0a6f5b05441050586863a26d1e5ed.setContent(html_fd97f49433c57a6128cffee6920c6fb1);
|
|
|
|
|
|
|
|
marker_0e7a432c57bb0c8fe84be9ef0506ff9c.bindPopup(popup_c9b0a6f5b05441050586863a26d1e5ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e7a432c57bb0c8fe84be9ef0506ff9c.setIcon(icon_6a6b730bd1d0adc38e4ab7d56abf85a4);
|
|
|
|
|
|
var marker_28f5679b86aab25d39fde83962f37972 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_34ef09a47775fa096b0b19dda4d15ab0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad2d4305f75716850a8527e9d4d81117 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_992f8c688fa4cdb7747f8386c9e72678 = $(`<div id="html_992f8c688fa4cdb7747f8386c9e72678" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_ad2d4305f75716850a8527e9d4d81117.setContent(html_992f8c688fa4cdb7747f8386c9e72678);
|
|
|
|
|
|
|
|
marker_28f5679b86aab25d39fde83962f37972.bindPopup(popup_ad2d4305f75716850a8527e9d4d81117)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28f5679b86aab25d39fde83962f37972.setIcon(icon_34ef09a47775fa096b0b19dda4d15ab0);
|
|
|
|
|
|
var marker_787605b7f9adc580ad445925adc54de7 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2141bf26b71e5513d0dd7a30351dccaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e458fbe9e63276c1cec23a9abd9623b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b043eccf91f49da029735e5095112dd = $(`<div id="html_6b043eccf91f49da029735e5095112dd" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_6e458fbe9e63276c1cec23a9abd9623b.setContent(html_6b043eccf91f49da029735e5095112dd);
|
|
|
|
|
|
|
|
marker_787605b7f9adc580ad445925adc54de7.bindPopup(popup_6e458fbe9e63276c1cec23a9abd9623b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_787605b7f9adc580ad445925adc54de7.setIcon(icon_2141bf26b71e5513d0dd7a30351dccaf);
|
|
|
|
|
|
var marker_d32f68065b52116bfee1192c7a217873 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_479bb22c22e186eeccfc7f6c07e01d38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97dbbe17540609181ee4d021a9b523c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31daf57ca12b88bafd82bf88501f5868 = $(`<div id="html_31daf57ca12b88bafd82bf88501f5868" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_97dbbe17540609181ee4d021a9b523c0.setContent(html_31daf57ca12b88bafd82bf88501f5868);
|
|
|
|
|
|
|
|
marker_d32f68065b52116bfee1192c7a217873.bindPopup(popup_97dbbe17540609181ee4d021a9b523c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d32f68065b52116bfee1192c7a217873.setIcon(icon_479bb22c22e186eeccfc7f6c07e01d38);
|
|
|
|
|
|
var marker_def8acfb51f0aff92fec55ded0fb574c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1225522f82cfd4fdce6bb623f9ce3840 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88be052af9f998d648cf6be9cdaed47c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa9bce6da1e119f9b8b23f2b498284e5 = $(`<div id="html_aa9bce6da1e119f9b8b23f2b498284e5" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_88be052af9f998d648cf6be9cdaed47c.setContent(html_aa9bce6da1e119f9b8b23f2b498284e5);
|
|
|
|
|
|
|
|
marker_def8acfb51f0aff92fec55ded0fb574c.bindPopup(popup_88be052af9f998d648cf6be9cdaed47c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_def8acfb51f0aff92fec55ded0fb574c.setIcon(icon_1225522f82cfd4fdce6bb623f9ce3840);
|
|
|
|
|
|
var marker_8deca46ef8cdd333fc3f5879ad4fc754 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_09d1d9706b10affcf297762747377498 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc83974447c420203815788f1ac64bc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cf3899e7fc9ca0dbb3f55ab9b496c32 = $(`<div id="html_4cf3899e7fc9ca0dbb3f55ab9b496c32" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_dc83974447c420203815788f1ac64bc1.setContent(html_4cf3899e7fc9ca0dbb3f55ab9b496c32);
|
|
|
|
|
|
|
|
marker_8deca46ef8cdd333fc3f5879ad4fc754.bindPopup(popup_dc83974447c420203815788f1ac64bc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8deca46ef8cdd333fc3f5879ad4fc754.setIcon(icon_09d1d9706b10affcf297762747377498);
|
|
|
|
|
|
var marker_23ac9dcc36114dcea22e167b01cad97d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_42313e2b9cfeacdeb1f7798e0f54b2e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fdd7a982cef28aac4b7af3beb6518e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0281e267ff47e8f12dcb43b84ff10c0e = $(`<div id="html_0281e267ff47e8f12dcb43b84ff10c0e" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_3fdd7a982cef28aac4b7af3beb6518e3.setContent(html_0281e267ff47e8f12dcb43b84ff10c0e);
|
|
|
|
|
|
|
|
marker_23ac9dcc36114dcea22e167b01cad97d.bindPopup(popup_3fdd7a982cef28aac4b7af3beb6518e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23ac9dcc36114dcea22e167b01cad97d.setIcon(icon_42313e2b9cfeacdeb1f7798e0f54b2e6);
|
|
|
|
|
|
var marker_bf1ed817145338e979d0d5ec9f2a4bac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f4c2c77fdab1170f24de319863011d57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_686abb6fcf697973cbc7ca39b3d6bd65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db0fc4233dbe291f4197e0fcd8a4f45a = $(`<div id="html_db0fc4233dbe291f4197e0fcd8a4f45a" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_686abb6fcf697973cbc7ca39b3d6bd65.setContent(html_db0fc4233dbe291f4197e0fcd8a4f45a);
|
|
|
|
|
|
|
|
marker_bf1ed817145338e979d0d5ec9f2a4bac.bindPopup(popup_686abb6fcf697973cbc7ca39b3d6bd65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf1ed817145338e979d0d5ec9f2a4bac.setIcon(icon_f4c2c77fdab1170f24de319863011d57);
|
|
|
|
|
|
var marker_328f110de8673ecb59fa8d19de6c8862 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_90f9bdd50d460837a8e8b7c3416426fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d19243aea2739519509553650711ae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f46ec4697163426c16470aadbe3089eb = $(`<div id="html_f46ec4697163426c16470aadbe3089eb" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_4d19243aea2739519509553650711ae1.setContent(html_f46ec4697163426c16470aadbe3089eb);
|
|
|
|
|
|
|
|
marker_328f110de8673ecb59fa8d19de6c8862.bindPopup(popup_4d19243aea2739519509553650711ae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_328f110de8673ecb59fa8d19de6c8862.setIcon(icon_90f9bdd50d460837a8e8b7c3416426fe);
|
|
|
|
|
|
var marker_e7e6da5f1cbe91d19e28856975f309f8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ea11e3580e5006d4a450c9a287dbd101 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_520d6fffbd5b822661592e3a847e1df7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56529891f4823800479a39a27d855350 = $(`<div id="html_56529891f4823800479a39a27d855350" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_520d6fffbd5b822661592e3a847e1df7.setContent(html_56529891f4823800479a39a27d855350);
|
|
|
|
|
|
|
|
marker_e7e6da5f1cbe91d19e28856975f309f8.bindPopup(popup_520d6fffbd5b822661592e3a847e1df7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7e6da5f1cbe91d19e28856975f309f8.setIcon(icon_ea11e3580e5006d4a450c9a287dbd101);
|
|
|
|
|
|
var marker_80df422a9f5de7ff42122c9f3fa72d14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_216a47417df2916a8a1ac4639c4ef7ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c21b77c352b4545c438ba2717448085b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86a9e2c78bc3925a6091b27aa22fb1e5 = $(`<div id="html_86a9e2c78bc3925a6091b27aa22fb1e5" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_c21b77c352b4545c438ba2717448085b.setContent(html_86a9e2c78bc3925a6091b27aa22fb1e5);
|
|
|
|
|
|
|
|
marker_80df422a9f5de7ff42122c9f3fa72d14.bindPopup(popup_c21b77c352b4545c438ba2717448085b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80df422a9f5de7ff42122c9f3fa72d14.setIcon(icon_216a47417df2916a8a1ac4639c4ef7ee);
|
|
|
|
|
|
var marker_e56709654f8b554803cf3d263409fcfc = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6802ae2e6b459ae344f7fbad1dd4d6f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37b645748e759baaed25fb292ed19af0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f667195ea6c0c1541e1737a06c62698c = $(`<div id="html_f667195ea6c0c1541e1737a06c62698c" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_37b645748e759baaed25fb292ed19af0.setContent(html_f667195ea6c0c1541e1737a06c62698c);
|
|
|
|
|
|
|
|
marker_e56709654f8b554803cf3d263409fcfc.bindPopup(popup_37b645748e759baaed25fb292ed19af0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e56709654f8b554803cf3d263409fcfc.setIcon(icon_6802ae2e6b459ae344f7fbad1dd4d6f4);
|
|
|
|
|
|
var marker_8b5b256a44362e74324bfe450c5c3a4a = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5b222d6aa95440063376e3383b1c2d55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10c3a243ad02fd1b3d91ef12490fbc27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_336a9c592a199255d3603abcb92532fb = $(`<div id="html_336a9c592a199255d3603abcb92532fb" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_10c3a243ad02fd1b3d91ef12490fbc27.setContent(html_336a9c592a199255d3603abcb92532fb);
|
|
|
|
|
|
|
|
marker_8b5b256a44362e74324bfe450c5c3a4a.bindPopup(popup_10c3a243ad02fd1b3d91ef12490fbc27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b5b256a44362e74324bfe450c5c3a4a.setIcon(icon_5b222d6aa95440063376e3383b1c2d55);
|
|
|
|
|
|
var marker_aa5fb6721dc4f423e97eb6a2aca42bc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5d8e1b0df9b95600c430243138960b3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57d8e73cc6ebfcbdcd81812a8e7a52fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fb640e8828afdcebf2cbe4ac7cd9cbc = $(`<div id="html_8fb640e8828afdcebf2cbe4ac7cd9cbc" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_57d8e73cc6ebfcbdcd81812a8e7a52fa.setContent(html_8fb640e8828afdcebf2cbe4ac7cd9cbc);
|
|
|
|
|
|
|
|
marker_aa5fb6721dc4f423e97eb6a2aca42bc6.bindPopup(popup_57d8e73cc6ebfcbdcd81812a8e7a52fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa5fb6721dc4f423e97eb6a2aca42bc6.setIcon(icon_5d8e1b0df9b95600c430243138960b3e);
|
|
|
|
|
|
var marker_f1ecf09a7e5e7ee6d171bc1f84728224 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a31c657eeec485a9ec1add3a6eea7cb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6865242d5709dcc9750d68eb91c703ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2178be835b06f701a757ec12ca2f5878 = $(`<div id="html_2178be835b06f701a757ec12ca2f5878" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_6865242d5709dcc9750d68eb91c703ac.setContent(html_2178be835b06f701a757ec12ca2f5878);
|
|
|
|
|
|
|
|
marker_f1ecf09a7e5e7ee6d171bc1f84728224.bindPopup(popup_6865242d5709dcc9750d68eb91c703ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1ecf09a7e5e7ee6d171bc1f84728224.setIcon(icon_a31c657eeec485a9ec1add3a6eea7cb3);
|
|
|
|
|
|
var marker_3d63e9ad6e681ebc4d907ea7213787c2 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e9804b72efac268804ad35312144d074 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da5175e1e2a21efb6c1ddabd819c5fbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51a63509de518c0329bc9b0341737e16 = $(`<div id="html_51a63509de518c0329bc9b0341737e16" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_da5175e1e2a21efb6c1ddabd819c5fbe.setContent(html_51a63509de518c0329bc9b0341737e16);
|
|
|
|
|
|
|
|
marker_3d63e9ad6e681ebc4d907ea7213787c2.bindPopup(popup_da5175e1e2a21efb6c1ddabd819c5fbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d63e9ad6e681ebc4d907ea7213787c2.setIcon(icon_e9804b72efac268804ad35312144d074);
|
|
|
|
|
|
var marker_b451cb455473f6fc7b2c6cda500c6916 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_11edf6c5a24d9324841db432665e5603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bd7f79adda2c2f2d9762787be7ccc08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7627d10a0241289547258764d26342c4 = $(`<div id="html_7627d10a0241289547258764d26342c4" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_5bd7f79adda2c2f2d9762787be7ccc08.setContent(html_7627d10a0241289547258764d26342c4);
|
|
|
|
|
|
|
|
marker_b451cb455473f6fc7b2c6cda500c6916.bindPopup(popup_5bd7f79adda2c2f2d9762787be7ccc08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b451cb455473f6fc7b2c6cda500c6916.setIcon(icon_11edf6c5a24d9324841db432665e5603);
|
|
|
|
|
|
var marker_c51c4f8b7e642cfc710fd9419ec34592 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2ab9e5e0a60a47f0194c7a73e1bfd31d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a93f99b5a40335fd1c21593395ecec64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b546551bf137f46f7dd95248fa39639 = $(`<div id="html_2b546551bf137f46f7dd95248fa39639" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_a93f99b5a40335fd1c21593395ecec64.setContent(html_2b546551bf137f46f7dd95248fa39639);
|
|
|
|
|
|
|
|
marker_c51c4f8b7e642cfc710fd9419ec34592.bindPopup(popup_a93f99b5a40335fd1c21593395ecec64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c51c4f8b7e642cfc710fd9419ec34592.setIcon(icon_2ab9e5e0a60a47f0194c7a73e1bfd31d);
|
|
|
|
|
|
var marker_eec73d48c61187a3e47fee99ca17e621 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8d9de69c259994a2d359d445dfa20dfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d046836d379d853a1200a34e7a9c9573 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fbb73de48fbbaf9ca18a048a6b99547 = $(`<div id="html_3fbb73de48fbbaf9ca18a048a6b99547" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_d046836d379d853a1200a34e7a9c9573.setContent(html_3fbb73de48fbbaf9ca18a048a6b99547);
|
|
|
|
|
|
|
|
marker_eec73d48c61187a3e47fee99ca17e621.bindPopup(popup_d046836d379d853a1200a34e7a9c9573)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec73d48c61187a3e47fee99ca17e621.setIcon(icon_8d9de69c259994a2d359d445dfa20dfd);
|
|
|
|
|
|
var marker_c569e146361e86bbb9e4b2ef485e6393 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_dd3976e68c542df436266711ab5cabca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac41bb3befcaf20acb386324ba981df9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea7b5159a3fd6f5b43d53ff7f0028d90 = $(`<div id="html_ea7b5159a3fd6f5b43d53ff7f0028d90" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_ac41bb3befcaf20acb386324ba981df9.setContent(html_ea7b5159a3fd6f5b43d53ff7f0028d90);
|
|
|
|
|
|
|
|
marker_c569e146361e86bbb9e4b2ef485e6393.bindPopup(popup_ac41bb3befcaf20acb386324ba981df9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c569e146361e86bbb9e4b2ef485e6393.setIcon(icon_dd3976e68c542df436266711ab5cabca);
|
|
|
|
|
|
var marker_9f37631e4dada9882cc16df1e94d50f1 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a4de4539a2d2b239b4428da6ef25571a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e751196238fa8bc61664d898910017c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3145f6ce4c07a58147e5ca0c9892f2b3 = $(`<div id="html_3145f6ce4c07a58147e5ca0c9892f2b3" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_e751196238fa8bc61664d898910017c8.setContent(html_3145f6ce4c07a58147e5ca0c9892f2b3);
|
|
|
|
|
|
|
|
marker_9f37631e4dada9882cc16df1e94d50f1.bindPopup(popup_e751196238fa8bc61664d898910017c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f37631e4dada9882cc16df1e94d50f1.setIcon(icon_a4de4539a2d2b239b4428da6ef25571a);
|
|
|
|
|
|
var marker_635e1dbacfbe47c609cf6383a6977324 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b365c40eec0dece5016859bc8b9863dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_233be99357562e7a5d44394fb50855b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ce531f7f65368de86e1d77e97b0735f = $(`<div id="html_4ce531f7f65368de86e1d77e97b0735f" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_233be99357562e7a5d44394fb50855b7.setContent(html_4ce531f7f65368de86e1d77e97b0735f);
|
|
|
|
|
|
|
|
marker_635e1dbacfbe47c609cf6383a6977324.bindPopup(popup_233be99357562e7a5d44394fb50855b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_635e1dbacfbe47c609cf6383a6977324.setIcon(icon_b365c40eec0dece5016859bc8b9863dd);
|
|
|
|
|
|
var marker_e02ab0b10bc761985696fedf30a8de09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_efe07327cc7d52237375a539f2e5b480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f31d3cf762e607ed7761da682cae33e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8270366e21a9089408fad9eff99ea4cd = $(`<div id="html_8270366e21a9089408fad9eff99ea4cd" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_f31d3cf762e607ed7761da682cae33e7.setContent(html_8270366e21a9089408fad9eff99ea4cd);
|
|
|
|
|
|
|
|
marker_e02ab0b10bc761985696fedf30a8de09.bindPopup(popup_f31d3cf762e607ed7761da682cae33e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e02ab0b10bc761985696fedf30a8de09.setIcon(icon_efe07327cc7d52237375a539f2e5b480);
|
|
|
|
|
|
var marker_499ae9f7185843e2ac2bf6d0d9b37984 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_854c5c7d40303b4a8bf18257fe5c26cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47c2b0d189e1cc8ceb430b5214cb02c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef61bd1730666444106769486f4b6ea7 = $(`<div id="html_ef61bd1730666444106769486f4b6ea7" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_47c2b0d189e1cc8ceb430b5214cb02c6.setContent(html_ef61bd1730666444106769486f4b6ea7);
|
|
|
|
|
|
|
|
marker_499ae9f7185843e2ac2bf6d0d9b37984.bindPopup(popup_47c2b0d189e1cc8ceb430b5214cb02c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_499ae9f7185843e2ac2bf6d0d9b37984.setIcon(icon_854c5c7d40303b4a8bf18257fe5c26cb);
|
|
|
|
|
|
var marker_782661f5d5dc1b9451f6ce469091d5f6 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_de5ef65b2a981f17f7f340ad8765b786 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b800c7898d04dbc524508e88aec9f82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1acb0107516cf105fd16767572496cf2 = $(`<div id="html_1acb0107516cf105fd16767572496cf2" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_7b800c7898d04dbc524508e88aec9f82.setContent(html_1acb0107516cf105fd16767572496cf2);
|
|
|
|
|
|
|
|
marker_782661f5d5dc1b9451f6ce469091d5f6.bindPopup(popup_7b800c7898d04dbc524508e88aec9f82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_782661f5d5dc1b9451f6ce469091d5f6.setIcon(icon_de5ef65b2a981f17f7f340ad8765b786);
|
|
|
|
|
|
var marker_31bc276b6c2288f42adaba533dedae1a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d28209b625fcedd4c4f2ecb71de4bc36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c57d24eb5800176344f98435b534813 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_503b800e6de92b433ea33f5b13b03fa7 = $(`<div id="html_503b800e6de92b433ea33f5b13b03fa7" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_3c57d24eb5800176344f98435b534813.setContent(html_503b800e6de92b433ea33f5b13b03fa7);
|
|
|
|
|
|
|
|
marker_31bc276b6c2288f42adaba533dedae1a.bindPopup(popup_3c57d24eb5800176344f98435b534813)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31bc276b6c2288f42adaba533dedae1a.setIcon(icon_d28209b625fcedd4c4f2ecb71de4bc36);
|
|
|
|
|
|
var marker_1e155b0d0d94c9055cf7f7379731dd76 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_73aa200493ffc706104629631c5ce0ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f22b3e5cc8727e69bd9808bee015e92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd819f7db9094a4684f53a67eb898a87 = $(`<div id="html_fd819f7db9094a4684f53a67eb898a87" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_8f22b3e5cc8727e69bd9808bee015e92.setContent(html_fd819f7db9094a4684f53a67eb898a87);
|
|
|
|
|
|
|
|
marker_1e155b0d0d94c9055cf7f7379731dd76.bindPopup(popup_8f22b3e5cc8727e69bd9808bee015e92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e155b0d0d94c9055cf7f7379731dd76.setIcon(icon_73aa200493ffc706104629631c5ce0ff);
|
|
|
|
|
|
var marker_6cce852e01aca97662ecf4d64eea57c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a6a15a12716f8d5d31b81a2b3cbe7ebe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b78e64c12b220356d752845d08a64385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_805e73f75c16a1fbb2274a4db1af17b8 = $(`<div id="html_805e73f75c16a1fbb2274a4db1af17b8" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_b78e64c12b220356d752845d08a64385.setContent(html_805e73f75c16a1fbb2274a4db1af17b8);
|
|
|
|
|
|
|
|
marker_6cce852e01aca97662ecf4d64eea57c0.bindPopup(popup_b78e64c12b220356d752845d08a64385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cce852e01aca97662ecf4d64eea57c0.setIcon(icon_a6a15a12716f8d5d31b81a2b3cbe7ebe);
|
|
|
|
|
|
var marker_635c14538b23b54fe6a13706833ccd3b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9d96df05dc5523719d0f05e468ebc37a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df70b2049e111c3e38787a15e4808276 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d746aec718ea5387af176074b0edcdc4 = $(`<div id="html_d746aec718ea5387af176074b0edcdc4" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_df70b2049e111c3e38787a15e4808276.setContent(html_d746aec718ea5387af176074b0edcdc4);
|
|
|
|
|
|
|
|
marker_635c14538b23b54fe6a13706833ccd3b.bindPopup(popup_df70b2049e111c3e38787a15e4808276)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_635c14538b23b54fe6a13706833ccd3b.setIcon(icon_9d96df05dc5523719d0f05e468ebc37a);
|
|
|
|
|
|
var marker_1971ae28f50283fe33b170b9ac904823 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_68c528255631e3238bda779bfba030a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83e2c04b88f146a1d1efc23cd13556f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_285baa0a61b4758a356e6747e5ff1720 = $(`<div id="html_285baa0a61b4758a356e6747e5ff1720" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_83e2c04b88f146a1d1efc23cd13556f8.setContent(html_285baa0a61b4758a356e6747e5ff1720);
|
|
|
|
|
|
|
|
marker_1971ae28f50283fe33b170b9ac904823.bindPopup(popup_83e2c04b88f146a1d1efc23cd13556f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1971ae28f50283fe33b170b9ac904823.setIcon(icon_68c528255631e3238bda779bfba030a8);
|
|
|
|
|
|
var marker_faf81708dd327f25131bc8fddaf4b02f = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_67d69906779a1edf6bca55d2a5fcb503 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1fcef3b8fda64886d5d285e0d1a9f5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d72b9d4a1c50ccb72d24ce852e929a56 = $(`<div id="html_d72b9d4a1c50ccb72d24ce852e929a56" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_f1fcef3b8fda64886d5d285e0d1a9f5c.setContent(html_d72b9d4a1c50ccb72d24ce852e929a56);
|
|
|
|
|
|
|
|
marker_faf81708dd327f25131bc8fddaf4b02f.bindPopup(popup_f1fcef3b8fda64886d5d285e0d1a9f5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faf81708dd327f25131bc8fddaf4b02f.setIcon(icon_67d69906779a1edf6bca55d2a5fcb503);
|
|
|
|
|
|
var marker_a3fa6487c7440edd639702ffb7051325 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_59c6a36eda130bd78fc5a1d9d3ae9197 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a925a7ffeef313c48b84fb91267d79c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36ee9af92b37f4bbd3c26817bfcdbba6 = $(`<div id="html_36ee9af92b37f4bbd3c26817bfcdbba6" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_3a925a7ffeef313c48b84fb91267d79c.setContent(html_36ee9af92b37f4bbd3c26817bfcdbba6);
|
|
|
|
|
|
|
|
marker_a3fa6487c7440edd639702ffb7051325.bindPopup(popup_3a925a7ffeef313c48b84fb91267d79c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3fa6487c7440edd639702ffb7051325.setIcon(icon_59c6a36eda130bd78fc5a1d9d3ae9197);
|
|
|
|
|
|
var marker_d2efb0bc206ae46d487600f08a0bae67 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4ef8899144f343090387a699627c9743 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64f49c20e8c3b2f35ccf3afc1dd8218f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_485919677671d4ea62a5355bdf764eed = $(`<div id="html_485919677671d4ea62a5355bdf764eed" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_64f49c20e8c3b2f35ccf3afc1dd8218f.setContent(html_485919677671d4ea62a5355bdf764eed);
|
|
|
|
|
|
|
|
marker_d2efb0bc206ae46d487600f08a0bae67.bindPopup(popup_64f49c20e8c3b2f35ccf3afc1dd8218f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2efb0bc206ae46d487600f08a0bae67.setIcon(icon_4ef8899144f343090387a699627c9743);
|
|
|
|
|
|
var marker_7a07613980a2905dd5b3fd80c40bdf58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a498c23286036a53d130c057cbff45fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06fd8b80bd9f4650966fd855620302ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41e8c8c113eb96dcda04520d6d696af8 = $(`<div id="html_41e8c8c113eb96dcda04520d6d696af8" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_06fd8b80bd9f4650966fd855620302ec.setContent(html_41e8c8c113eb96dcda04520d6d696af8);
|
|
|
|
|
|
|
|
marker_7a07613980a2905dd5b3fd80c40bdf58.bindPopup(popup_06fd8b80bd9f4650966fd855620302ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a07613980a2905dd5b3fd80c40bdf58.setIcon(icon_a498c23286036a53d130c057cbff45fd);
|
|
|
|
|
|
var marker_400dfd5823fd7aaf4e1c7c9c09e1638c = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5a00612b01073e54918509b508f50aba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32dd524cab2138cd78d5e218e0d33e63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f7ae6dc3dca7e06a4f631b7f6a1532d = $(`<div id="html_3f7ae6dc3dca7e06a4f631b7f6a1532d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_32dd524cab2138cd78d5e218e0d33e63.setContent(html_3f7ae6dc3dca7e06a4f631b7f6a1532d);
|
|
|
|
|
|
|
|
marker_400dfd5823fd7aaf4e1c7c9c09e1638c.bindPopup(popup_32dd524cab2138cd78d5e218e0d33e63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_400dfd5823fd7aaf4e1c7c9c09e1638c.setIcon(icon_5a00612b01073e54918509b508f50aba);
|
|
|
|
|
|
var marker_3060d2366d93817e3fcdf8c655a11f81 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f04c8a7d1d6d345b804335b692a6950e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2778c700996f49713f320dce524d43d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f382fbad348448ce8a4e20ed4929567e = $(`<div id="html_f382fbad348448ce8a4e20ed4929567e" style="width: 100.0%; height: 100.0%;">testorly.nosfabrica.com</div>`)[0];
|
|
popup_2778c700996f49713f320dce524d43d9.setContent(html_f382fbad348448ce8a4e20ed4929567e);
|
|
|
|
|
|
|
|
marker_3060d2366d93817e3fcdf8c655a11f81.bindPopup(popup_2778c700996f49713f320dce524d43d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3060d2366d93817e3fcdf8c655a11f81.setIcon(icon_f04c8a7d1d6d345b804335b692a6950e);
|
|
|
|
|
|
var marker_06e59032f2f6a119c6c0790b10d9fd67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f0f6c3b865cff1a6e2b19c3ce7295f05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1f88a9b4bc2b424a1052b1a45d070b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92af795562d0d320fc1513879da20e19 = $(`<div id="html_92af795562d0d320fc1513879da20e19" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_e1f88a9b4bc2b424a1052b1a45d070b2.setContent(html_92af795562d0d320fc1513879da20e19);
|
|
|
|
|
|
|
|
marker_06e59032f2f6a119c6c0790b10d9fd67.bindPopup(popup_e1f88a9b4bc2b424a1052b1a45d070b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06e59032f2f6a119c6c0790b10d9fd67.setIcon(icon_f0f6c3b865cff1a6e2b19c3ce7295f05);
|
|
|
|
|
|
var marker_46a1b91c2253894333774c82fb6eccf8 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4b4c1d92181d130b1d09260b2d6e6f7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2ec748db64e8e69b51e9cd3ea328a53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b24783907a0f8bb14ca2c8498899845 = $(`<div id="html_6b24783907a0f8bb14ca2c8498899845" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_b2ec748db64e8e69b51e9cd3ea328a53.setContent(html_6b24783907a0f8bb14ca2c8498899845);
|
|
|
|
|
|
|
|
marker_46a1b91c2253894333774c82fb6eccf8.bindPopup(popup_b2ec748db64e8e69b51e9cd3ea328a53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46a1b91c2253894333774c82fb6eccf8.setIcon(icon_4b4c1d92181d130b1d09260b2d6e6f7d);
|
|
|
|
|
|
var marker_84913ec6991c77916d3643d6a24471bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_14f50bd352bcb21cd01b629577068fa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3521a919f60f0a6c4864206ba74959f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d847ff57eddc07dbbab0b128da41bf1 = $(`<div id="html_1d847ff57eddc07dbbab0b128da41bf1" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_e3521a919f60f0a6c4864206ba74959f.setContent(html_1d847ff57eddc07dbbab0b128da41bf1);
|
|
|
|
|
|
|
|
marker_84913ec6991c77916d3643d6a24471bf.bindPopup(popup_e3521a919f60f0a6c4864206ba74959f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84913ec6991c77916d3643d6a24471bf.setIcon(icon_14f50bd352bcb21cd01b629577068fa2);
|
|
|
|
|
|
var marker_16a77429f23642c964863be25dbea58c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c575ed28cec24edd30049302147811bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69b9ce158671d19fc1b469bb52a27172 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8052ffc929235b9cf003bfcaf7d2951 = $(`<div id="html_a8052ffc929235b9cf003bfcaf7d2951" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_69b9ce158671d19fc1b469bb52a27172.setContent(html_a8052ffc929235b9cf003bfcaf7d2951);
|
|
|
|
|
|
|
|
marker_16a77429f23642c964863be25dbea58c.bindPopup(popup_69b9ce158671d19fc1b469bb52a27172)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16a77429f23642c964863be25dbea58c.setIcon(icon_c575ed28cec24edd30049302147811bf);
|
|
|
|
|
|
var marker_fc0f2ba3628f0f89832b4b08776a902e = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_fb2c669a88f08c2a08873c1ea769e30e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc0342cb0cf4393144feae81a2d4e3b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26c18763a9c94a4c43e3a9ce35c4a224 = $(`<div id="html_26c18763a9c94a4c43e3a9ce35c4a224" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_bc0342cb0cf4393144feae81a2d4e3b3.setContent(html_26c18763a9c94a4c43e3a9ce35c4a224);
|
|
|
|
|
|
|
|
marker_fc0f2ba3628f0f89832b4b08776a902e.bindPopup(popup_bc0342cb0cf4393144feae81a2d4e3b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc0f2ba3628f0f89832b4b08776a902e.setIcon(icon_fb2c669a88f08c2a08873c1ea769e30e);
|
|
|
|
|
|
var marker_d63fca8226ac356afbfbdbdd19a62400 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_43ebca3b171aca6c55e9b02d78d860be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9866c079ca9e6caa367c2d1abad62bc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e4a50309b8589b602f6150badb2d03 = $(`<div id="html_72e4a50309b8589b602f6150badb2d03" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_9866c079ca9e6caa367c2d1abad62bc7.setContent(html_72e4a50309b8589b602f6150badb2d03);
|
|
|
|
|
|
|
|
marker_d63fca8226ac356afbfbdbdd19a62400.bindPopup(popup_9866c079ca9e6caa367c2d1abad62bc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d63fca8226ac356afbfbdbdd19a62400.setIcon(icon_43ebca3b171aca6c55e9b02d78d860be);
|
|
|
|
|
|
var marker_78f68fa622338a70d6041ba682417e95 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_114b3ae8db9c4710ebdfbee962ddfb8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_974e9dbf8a0b066c1eed538086212518 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7116f900f77201c14df21085c2638b40 = $(`<div id="html_7116f900f77201c14df21085c2638b40" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_974e9dbf8a0b066c1eed538086212518.setContent(html_7116f900f77201c14df21085c2638b40);
|
|
|
|
|
|
|
|
marker_78f68fa622338a70d6041ba682417e95.bindPopup(popup_974e9dbf8a0b066c1eed538086212518)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78f68fa622338a70d6041ba682417e95.setIcon(icon_114b3ae8db9c4710ebdfbee962ddfb8c);
|
|
|
|
|
|
var marker_d16f7e6b7980918a6ecd94c5f40e9012 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7b9e9d743461015b65773a501d56a873 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33706e1181bd8612864490cfac8d0d80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7bc6973c478bf70dce9937383db6886 = $(`<div id="html_e7bc6973c478bf70dce9937383db6886" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_33706e1181bd8612864490cfac8d0d80.setContent(html_e7bc6973c478bf70dce9937383db6886);
|
|
|
|
|
|
|
|
marker_d16f7e6b7980918a6ecd94c5f40e9012.bindPopup(popup_33706e1181bd8612864490cfac8d0d80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d16f7e6b7980918a6ecd94c5f40e9012.setIcon(icon_7b9e9d743461015b65773a501d56a873);
|
|
|
|
|
|
var marker_31931aa01d88e2a8294413ae8e8fb099 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7a90c1a32fd525d9d0222a078aa89bc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f24ce66401ac94625b773518222289f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03d3075ce5f94723274f7a22905cb927 = $(`<div id="html_03d3075ce5f94723274f7a22905cb927" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_8f24ce66401ac94625b773518222289f.setContent(html_03d3075ce5f94723274f7a22905cb927);
|
|
|
|
|
|
|
|
marker_31931aa01d88e2a8294413ae8e8fb099.bindPopup(popup_8f24ce66401ac94625b773518222289f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31931aa01d88e2a8294413ae8e8fb099.setIcon(icon_7a90c1a32fd525d9d0222a078aa89bc7);
|
|
|
|
|
|
var marker_d0cd56b87b4200b4da5285abb65f3cdc = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c626f4db0181010400ebae3a2897e6c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c084f966380c27b0471116a9f138162 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9c9463b970d9078793d94e3ffc2ffc1 = $(`<div id="html_b9c9463b970d9078793d94e3ffc2ffc1" style="width: 100.0%; height: 100.0%;">relay.eikeon.com</div>`)[0];
|
|
popup_4c084f966380c27b0471116a9f138162.setContent(html_b9c9463b970d9078793d94e3ffc2ffc1);
|
|
|
|
|
|
|
|
marker_d0cd56b87b4200b4da5285abb65f3cdc.bindPopup(popup_4c084f966380c27b0471116a9f138162)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0cd56b87b4200b4da5285abb65f3cdc.setIcon(icon_c626f4db0181010400ebae3a2897e6c8);
|
|
|
|
|
|
var marker_391d2021a80be43b1f45c10570549c12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_43527be2f507a05362f9023a1c1dd375 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dc286241fdbf3399862630a4cb2c3b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_694cad1e25b8178cf3ebac070bc09e93 = $(`<div id="html_694cad1e25b8178cf3ebac070bc09e93" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_2dc286241fdbf3399862630a4cb2c3b7.setContent(html_694cad1e25b8178cf3ebac070bc09e93);
|
|
|
|
|
|
|
|
marker_391d2021a80be43b1f45c10570549c12.bindPopup(popup_2dc286241fdbf3399862630a4cb2c3b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_391d2021a80be43b1f45c10570549c12.setIcon(icon_43527be2f507a05362f9023a1c1dd375);
|
|
|
|
|
|
var marker_970a274cb68e5f10c08f8484c35519c4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5a81b6139f1f77af4078d79a99573353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59dcebe279b1e747536de92de5ec6181 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_284b3b44d993ae1e18dce0111d27a9a0 = $(`<div id="html_284b3b44d993ae1e18dce0111d27a9a0" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_59dcebe279b1e747536de92de5ec6181.setContent(html_284b3b44d993ae1e18dce0111d27a9a0);
|
|
|
|
|
|
|
|
marker_970a274cb68e5f10c08f8484c35519c4.bindPopup(popup_59dcebe279b1e747536de92de5ec6181)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_970a274cb68e5f10c08f8484c35519c4.setIcon(icon_5a81b6139f1f77af4078d79a99573353);
|
|
|
|
|
|
var marker_a175aab341307c1b50f0dd698c337264 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c2efa71a8f9552c5ee309ab222214f18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd181432934847b07ad45def96bf40c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0883021be0389904d068dae17d45cd4 = $(`<div id="html_e0883021be0389904d068dae17d45cd4" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_fd181432934847b07ad45def96bf40c7.setContent(html_e0883021be0389904d068dae17d45cd4);
|
|
|
|
|
|
|
|
marker_a175aab341307c1b50f0dd698c337264.bindPopup(popup_fd181432934847b07ad45def96bf40c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a175aab341307c1b50f0dd698c337264.setIcon(icon_c2efa71a8f9552c5ee309ab222214f18);
|
|
|
|
|
|
var marker_1f9b62d2d356c366a93af63a4328b32a = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a2387d07e7196f039e828cd648274616 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdcff92e47ab6fedefec0de5420da49d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e96ce36f76dd399a47df666b92a64604 = $(`<div id="html_e96ce36f76dd399a47df666b92a64604" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_bdcff92e47ab6fedefec0de5420da49d.setContent(html_e96ce36f76dd399a47df666b92a64604);
|
|
|
|
|
|
|
|
marker_1f9b62d2d356c366a93af63a4328b32a.bindPopup(popup_bdcff92e47ab6fedefec0de5420da49d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f9b62d2d356c366a93af63a4328b32a.setIcon(icon_a2387d07e7196f039e828cd648274616);
|
|
|
|
|
|
var marker_238a2ffa888c156fad72169689e8c113 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1bd1f01cb85d45580a2cd8b60892196c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c76c33b12804b11d61e374480e3b6df4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2a0f7ca20a89ed9e0efd1fe8fe9b03b = $(`<div id="html_d2a0f7ca20a89ed9e0efd1fe8fe9b03b" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_c76c33b12804b11d61e374480e3b6df4.setContent(html_d2a0f7ca20a89ed9e0efd1fe8fe9b03b);
|
|
|
|
|
|
|
|
marker_238a2ffa888c156fad72169689e8c113.bindPopup(popup_c76c33b12804b11d61e374480e3b6df4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_238a2ffa888c156fad72169689e8c113.setIcon(icon_1bd1f01cb85d45580a2cd8b60892196c);
|
|
|
|
|
|
var marker_e8dfb59eaeef655eb50138826c184151 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_23061dc3dab8ae22654d7a8f25a5165a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d35713b6131c46ca5209fc977930d5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76cd506878b056ff0195f91229e7c106 = $(`<div id="html_76cd506878b056ff0195f91229e7c106" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_4d35713b6131c46ca5209fc977930d5a.setContent(html_76cd506878b056ff0195f91229e7c106);
|
|
|
|
|
|
|
|
marker_e8dfb59eaeef655eb50138826c184151.bindPopup(popup_4d35713b6131c46ca5209fc977930d5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8dfb59eaeef655eb50138826c184151.setIcon(icon_23061dc3dab8ae22654d7a8f25a5165a);
|
|
|
|
|
|
var marker_8a37d771b871d09aaf85cf38bf7e9d41 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ef41483970023caeb831c8732f2dbfdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfa624e2d105f0ed393d5ebd97b4d699 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_185515c59dbd0f5341d343c522f56a96 = $(`<div id="html_185515c59dbd0f5341d343c522f56a96" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_bfa624e2d105f0ed393d5ebd97b4d699.setContent(html_185515c59dbd0f5341d343c522f56a96);
|
|
|
|
|
|
|
|
marker_8a37d771b871d09aaf85cf38bf7e9d41.bindPopup(popup_bfa624e2d105f0ed393d5ebd97b4d699)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a37d771b871d09aaf85cf38bf7e9d41.setIcon(icon_ef41483970023caeb831c8732f2dbfdb);
|
|
|
|
|
|
var marker_75fc17d105767db53ead9576b2f22cbc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7a648dac2cbda04e01aa9ec336154813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d204feee55aed3e9a400a6fa11e4e18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f96b3ae828251bee040365f60a5a15d = $(`<div id="html_1f96b3ae828251bee040365f60a5a15d" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_0d204feee55aed3e9a400a6fa11e4e18.setContent(html_1f96b3ae828251bee040365f60a5a15d);
|
|
|
|
|
|
|
|
marker_75fc17d105767db53ead9576b2f22cbc.bindPopup(popup_0d204feee55aed3e9a400a6fa11e4e18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75fc17d105767db53ead9576b2f22cbc.setIcon(icon_7a648dac2cbda04e01aa9ec336154813);
|
|
|
|
|
|
var marker_e0e4ac32ab07048c4367ab3e679a5266 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c5e95f751286414421b09eb17db418b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c6822d95a3759e7c22faf0ec79f6d79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfcdaaafc1cc9b81be113c611cc0406a = $(`<div id="html_dfcdaaafc1cc9b81be113c611cc0406a" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_2c6822d95a3759e7c22faf0ec79f6d79.setContent(html_dfcdaaafc1cc9b81be113c611cc0406a);
|
|
|
|
|
|
|
|
marker_e0e4ac32ab07048c4367ab3e679a5266.bindPopup(popup_2c6822d95a3759e7c22faf0ec79f6d79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0e4ac32ab07048c4367ab3e679a5266.setIcon(icon_c5e95f751286414421b09eb17db418b9);
|
|
|
|
|
|
var marker_c5b66cd22c5f2247e2714a2053f87d06 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_605fb03aba3f8316c3e2f25e46f173ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b94776ca04966eaa96fde6c4d2c15843 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9225777d783bd00746334631140f54c4 = $(`<div id="html_9225777d783bd00746334631140f54c4" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_b94776ca04966eaa96fde6c4d2c15843.setContent(html_9225777d783bd00746334631140f54c4);
|
|
|
|
|
|
|
|
marker_c5b66cd22c5f2247e2714a2053f87d06.bindPopup(popup_b94776ca04966eaa96fde6c4d2c15843)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5b66cd22c5f2247e2714a2053f87d06.setIcon(icon_605fb03aba3f8316c3e2f25e46f173ae);
|
|
|
|
|
|
var marker_42ae48dd85315b829712bcf635d304ba = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d706ccef5930c028357c2e181abedb4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccb8a9b0f6d0f8dfdf688f4eaadc9126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7eb65fc59de8fd76f327437d41835f2 = $(`<div id="html_f7eb65fc59de8fd76f327437d41835f2" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_ccb8a9b0f6d0f8dfdf688f4eaadc9126.setContent(html_f7eb65fc59de8fd76f327437d41835f2);
|
|
|
|
|
|
|
|
marker_42ae48dd85315b829712bcf635d304ba.bindPopup(popup_ccb8a9b0f6d0f8dfdf688f4eaadc9126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42ae48dd85315b829712bcf635d304ba.setIcon(icon_d706ccef5930c028357c2e181abedb4b);
|
|
|
|
|
|
var marker_4c53ec4c399f0ad5c74cbb9e5e45dbe0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_be4edb1321e84c52b21e8c1cdb3db8b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_511c782bf0341a92b82ff078f18861eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_881235c4ec49c330f23493c8cfa844ad = $(`<div id="html_881235c4ec49c330f23493c8cfa844ad" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_511c782bf0341a92b82ff078f18861eb.setContent(html_881235c4ec49c330f23493c8cfa844ad);
|
|
|
|
|
|
|
|
marker_4c53ec4c399f0ad5c74cbb9e5e45dbe0.bindPopup(popup_511c782bf0341a92b82ff078f18861eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c53ec4c399f0ad5c74cbb9e5e45dbe0.setIcon(icon_be4edb1321e84c52b21e8c1cdb3db8b4);
|
|
|
|
|
|
var marker_40a0c62ebcba52256c27ba4d81a49996 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_24f35368b93974943b631b6df783ec63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f34187ac8b532682c238f165bfcc46dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e3394e676d8ec5c684c5e424883c7d6 = $(`<div id="html_9e3394e676d8ec5c684c5e424883c7d6" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_f34187ac8b532682c238f165bfcc46dc.setContent(html_9e3394e676d8ec5c684c5e424883c7d6);
|
|
|
|
|
|
|
|
marker_40a0c62ebcba52256c27ba4d81a49996.bindPopup(popup_f34187ac8b532682c238f165bfcc46dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40a0c62ebcba52256c27ba4d81a49996.setIcon(icon_24f35368b93974943b631b6df783ec63);
|
|
|
|
|
|
var marker_1fab66add9a07fb5e61a793072432c08 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_873ff2bb2c3081fa5c775148747d0e71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f666e122604d6e1f697f17901db6141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bff459ddb4bf8e991875fb919396883 = $(`<div id="html_2bff459ddb4bf8e991875fb919396883" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_1f666e122604d6e1f697f17901db6141.setContent(html_2bff459ddb4bf8e991875fb919396883);
|
|
|
|
|
|
|
|
marker_1fab66add9a07fb5e61a793072432c08.bindPopup(popup_1f666e122604d6e1f697f17901db6141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fab66add9a07fb5e61a793072432c08.setIcon(icon_873ff2bb2c3081fa5c775148747d0e71);
|
|
|
|
|
|
var marker_229c0c4e266346919a0eedc4d44a6ccd = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9762ead00fa149b76bb58479d9952923 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bee8186cde85e59082283091d61412d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_595c3a9e7874a115179edfe4509de8a6 = $(`<div id="html_595c3a9e7874a115179edfe4509de8a6" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_bee8186cde85e59082283091d61412d7.setContent(html_595c3a9e7874a115179edfe4509de8a6);
|
|
|
|
|
|
|
|
marker_229c0c4e266346919a0eedc4d44a6ccd.bindPopup(popup_bee8186cde85e59082283091d61412d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_229c0c4e266346919a0eedc4d44a6ccd.setIcon(icon_9762ead00fa149b76bb58479d9952923);
|
|
|
|
|
|
var marker_2a6caf7f5e55afa1cbb76d9dd43a95aa = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9e8d58a15e27b9e52f4abe2a009378af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddb7183ee3718912098dcdb1bbbb2293 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20cdcfba53270054d9cabf2f5f45dc5d = $(`<div id="html_20cdcfba53270054d9cabf2f5f45dc5d" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_ddb7183ee3718912098dcdb1bbbb2293.setContent(html_20cdcfba53270054d9cabf2f5f45dc5d);
|
|
|
|
|
|
|
|
marker_2a6caf7f5e55afa1cbb76d9dd43a95aa.bindPopup(popup_ddb7183ee3718912098dcdb1bbbb2293)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a6caf7f5e55afa1cbb76d9dd43a95aa.setIcon(icon_9e8d58a15e27b9e52f4abe2a009378af);
|
|
|
|
|
|
var marker_0231087e5abc67c99efd56832b43d41e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_c511fd5deac1f79fff3f6771e87787cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eb21c2a7ed292667c73b15f20d5c309 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb832699122f43b3994ea83544232781 = $(`<div id="html_eb832699122f43b3994ea83544232781" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_5eb21c2a7ed292667c73b15f20d5c309.setContent(html_eb832699122f43b3994ea83544232781);
|
|
|
|
|
|
|
|
marker_0231087e5abc67c99efd56832b43d41e.bindPopup(popup_5eb21c2a7ed292667c73b15f20d5c309)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0231087e5abc67c99efd56832b43d41e.setIcon(icon_c511fd5deac1f79fff3f6771e87787cb);
|
|
|
|
|
|
var marker_9d1221b08020a50fdd6c7de4db23ed16 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7c6801678ba78fd4435bf56429a5e68c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59b0a18990f2f369ca789ccc7fd991d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5c4f74b73d751579d594d7356b2f282 = $(`<div id="html_f5c4f74b73d751579d594d7356b2f282" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_59b0a18990f2f369ca789ccc7fd991d7.setContent(html_f5c4f74b73d751579d594d7356b2f282);
|
|
|
|
|
|
|
|
marker_9d1221b08020a50fdd6c7de4db23ed16.bindPopup(popup_59b0a18990f2f369ca789ccc7fd991d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d1221b08020a50fdd6c7de4db23ed16.setIcon(icon_7c6801678ba78fd4435bf56429a5e68c);
|
|
|
|
|
|
var marker_8264e91fc48a32133ea34ce96b1b03df = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_cec9088429170d7baf065a77bc78f6e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bd25fee9318b230c21e33b92d455d5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf469453eedab51e9258451a0692d713 = $(`<div id="html_cf469453eedab51e9258451a0692d713" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_8bd25fee9318b230c21e33b92d455d5e.setContent(html_cf469453eedab51e9258451a0692d713);
|
|
|
|
|
|
|
|
marker_8264e91fc48a32133ea34ce96b1b03df.bindPopup(popup_8bd25fee9318b230c21e33b92d455d5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8264e91fc48a32133ea34ce96b1b03df.setIcon(icon_cec9088429170d7baf065a77bc78f6e8);
|
|
|
|
|
|
var marker_b21c931ee5e307043f6422c1f924344a = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5ad2ca7a1ff21c25af94e55cb24c1093 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b22b511b39c8cdd24e29703d183bbb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_411b3585e244622a4f4d3be9dd1e0ca2 = $(`<div id="html_411b3585e244622a4f4d3be9dd1e0ca2" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_4b22b511b39c8cdd24e29703d183bbb3.setContent(html_411b3585e244622a4f4d3be9dd1e0ca2);
|
|
|
|
|
|
|
|
marker_b21c931ee5e307043f6422c1f924344a.bindPopup(popup_4b22b511b39c8cdd24e29703d183bbb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b21c931ee5e307043f6422c1f924344a.setIcon(icon_5ad2ca7a1ff21c25af94e55cb24c1093);
|
|
|
|
|
|
var marker_d2aa2c1999f55c6e9206ecf947b02195 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5319ebbeeb421ce5ea55484efc6c87a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5757e6785756ee2cca6a2a71b9eecd18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee3a24248b8794fd02648167fb4f8cc7 = $(`<div id="html_ee3a24248b8794fd02648167fb4f8cc7" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_5757e6785756ee2cca6a2a71b9eecd18.setContent(html_ee3a24248b8794fd02648167fb4f8cc7);
|
|
|
|
|
|
|
|
marker_d2aa2c1999f55c6e9206ecf947b02195.bindPopup(popup_5757e6785756ee2cca6a2a71b9eecd18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2aa2c1999f55c6e9206ecf947b02195.setIcon(icon_5319ebbeeb421ce5ea55484efc6c87a4);
|
|
|
|
|
|
var marker_04b4a2bda88fa6e6aeebc2027be0b6b6 = L.marker(
|
|
[45.4337, 9.09221],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_28a68f90e7c9201fdf7c2ce2659cee8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a56f5ec16683dd0b01a98d3a07bf4f18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0961e0f3d7d15ada699a5b9aee5bddb = $(`<div id="html_f0961e0f3d7d15ada699a5b9aee5bddb" style="width: 100.0%; height: 100.0%;">relay.cathouse-propeller.com</div>`)[0];
|
|
popup_a56f5ec16683dd0b01a98d3a07bf4f18.setContent(html_f0961e0f3d7d15ada699a5b9aee5bddb);
|
|
|
|
|
|
|
|
marker_04b4a2bda88fa6e6aeebc2027be0b6b6.bindPopup(popup_a56f5ec16683dd0b01a98d3a07bf4f18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04b4a2bda88fa6e6aeebc2027be0b6b6.setIcon(icon_28a68f90e7c9201fdf7c2ce2659cee8f);
|
|
|
|
|
|
var marker_81f4284f3600334f161e140c95197ff7 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_97b38f35790b32c0568defbe33e9e8ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f34778f0f6ed6ec8752f170799d2b4c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c480c4774a29792a8764577baff7f23 = $(`<div id="html_3c480c4774a29792a8764577baff7f23" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_f34778f0f6ed6ec8752f170799d2b4c6.setContent(html_3c480c4774a29792a8764577baff7f23);
|
|
|
|
|
|
|
|
marker_81f4284f3600334f161e140c95197ff7.bindPopup(popup_f34778f0f6ed6ec8752f170799d2b4c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81f4284f3600334f161e140c95197ff7.setIcon(icon_97b38f35790b32c0568defbe33e9e8ec);
|
|
|
|
|
|
var marker_277b2fdf2cbebb2bfe2d3b484e509218 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_966dfe74f0d7b17f7ba45d2f06d33ddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61b47151c3eb51e34330eff3f7a5fefc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f4b0866cd4d8117062aa37c8f6b0400 = $(`<div id="html_0f4b0866cd4d8117062aa37c8f6b0400" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_61b47151c3eb51e34330eff3f7a5fefc.setContent(html_0f4b0866cd4d8117062aa37c8f6b0400);
|
|
|
|
|
|
|
|
marker_277b2fdf2cbebb2bfe2d3b484e509218.bindPopup(popup_61b47151c3eb51e34330eff3f7a5fefc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_277b2fdf2cbebb2bfe2d3b484e509218.setIcon(icon_966dfe74f0d7b17f7ba45d2f06d33ddc);
|
|
|
|
|
|
var marker_6697322f2862b05a6338c7a2a4a54b4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e4c2c9efdbb1d48bdea0206740c153f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb2b4c2f04b992641222cd42e2ee381d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f91cc98da0e24e471c1c2513de5f6ad5 = $(`<div id="html_f91cc98da0e24e471c1c2513de5f6ad5" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_cb2b4c2f04b992641222cd42e2ee381d.setContent(html_f91cc98da0e24e471c1c2513de5f6ad5);
|
|
|
|
|
|
|
|
marker_6697322f2862b05a6338c7a2a4a54b4a.bindPopup(popup_cb2b4c2f04b992641222cd42e2ee381d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6697322f2862b05a6338c7a2a4a54b4a.setIcon(icon_e4c2c9efdbb1d48bdea0206740c153f1);
|
|
|
|
|
|
var marker_1726abcfc80fde9419c2469212a3085e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_1a342b867de84bf3c5b7a69a27be964e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c28112311d49a5eb5a2296749d5a620 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_213e2a3509ed3779ce6a7642196518cf = $(`<div id="html_213e2a3509ed3779ce6a7642196518cf" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_2c28112311d49a5eb5a2296749d5a620.setContent(html_213e2a3509ed3779ce6a7642196518cf);
|
|
|
|
|
|
|
|
marker_1726abcfc80fde9419c2469212a3085e.bindPopup(popup_2c28112311d49a5eb5a2296749d5a620)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1726abcfc80fde9419c2469212a3085e.setIcon(icon_1a342b867de84bf3c5b7a69a27be964e);
|
|
|
|
|
|
var marker_e6f7298119e3bba7998dd47af019023c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8133e6d6da615ae131329707ed8c8936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33d50e335a640f62a0db5f853e6736dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d8c383405d41c5cd04e5099c67caf1a = $(`<div id="html_3d8c383405d41c5cd04e5099c67caf1a" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_33d50e335a640f62a0db5f853e6736dc.setContent(html_3d8c383405d41c5cd04e5099c67caf1a);
|
|
|
|
|
|
|
|
marker_e6f7298119e3bba7998dd47af019023c.bindPopup(popup_33d50e335a640f62a0db5f853e6736dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f7298119e3bba7998dd47af019023c.setIcon(icon_8133e6d6da615ae131329707ed8c8936);
|
|
|
|
|
|
var marker_806e4ea78fe3d32c785bddfb5851c46b = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_180a930ed3cf48b746c6faec8b212f65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e21e278c6c3fe85b8106482309715d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc2f4b08d507f28971f7fb2e74f1f810 = $(`<div id="html_bc2f4b08d507f28971f7fb2e74f1f810" style="width: 100.0%; height: 100.0%;">relay.aruku.kro.kr</div>`)[0];
|
|
popup_e21e278c6c3fe85b8106482309715d3c.setContent(html_bc2f4b08d507f28971f7fb2e74f1f810);
|
|
|
|
|
|
|
|
marker_806e4ea78fe3d32c785bddfb5851c46b.bindPopup(popup_e21e278c6c3fe85b8106482309715d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_806e4ea78fe3d32c785bddfb5851c46b.setIcon(icon_180a930ed3cf48b746c6faec8b212f65);
|
|
|
|
|
|
var marker_e411fa2eeaf7c08a781ddd4bbc4d9469 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8992ac3398bc70e6da1e3c159fb90e35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cf25212296c5f373ae0c63e7ebbb838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4fe6e7f0b2c897447d85a8d8f2a2c2d = $(`<div id="html_f4fe6e7f0b2c897447d85a8d8f2a2c2d" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_9cf25212296c5f373ae0c63e7ebbb838.setContent(html_f4fe6e7f0b2c897447d85a8d8f2a2c2d);
|
|
|
|
|
|
|
|
marker_e411fa2eeaf7c08a781ddd4bbc4d9469.bindPopup(popup_9cf25212296c5f373ae0c63e7ebbb838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e411fa2eeaf7c08a781ddd4bbc4d9469.setIcon(icon_8992ac3398bc70e6da1e3c159fb90e35);
|
|
|
|
|
|
var marker_2e56c3c53cea2beea5f7e3919b171ab8 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6a233a9478cf6cef3b7311beb8b93845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5159609da0a40bf1346cb4e73abee769 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd54c106da23fd7b6c087e9012bbe32c = $(`<div id="html_dd54c106da23fd7b6c087e9012bbe32c" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_5159609da0a40bf1346cb4e73abee769.setContent(html_dd54c106da23fd7b6c087e9012bbe32c);
|
|
|
|
|
|
|
|
marker_2e56c3c53cea2beea5f7e3919b171ab8.bindPopup(popup_5159609da0a40bf1346cb4e73abee769)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e56c3c53cea2beea5f7e3919b171ab8.setIcon(icon_6a233a9478cf6cef3b7311beb8b93845);
|
|
|
|
|
|
var marker_b8f058d6f6f02c9fa787b652b984beba = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5b88681bd11e8855af8b2ced407eb680 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1141d9480967cd5badf6683547bebffc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e7d3b904937918f439ca69259c0adf6 = $(`<div id="html_7e7d3b904937918f439ca69259c0adf6" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_1141d9480967cd5badf6683547bebffc.setContent(html_7e7d3b904937918f439ca69259c0adf6);
|
|
|
|
|
|
|
|
marker_b8f058d6f6f02c9fa787b652b984beba.bindPopup(popup_1141d9480967cd5badf6683547bebffc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8f058d6f6f02c9fa787b652b984beba.setIcon(icon_5b88681bd11e8855af8b2ced407eb680);
|
|
|
|
|
|
var marker_1fb59900fccb619dd2063eb280539bd5 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ae3ab3b529f78b22ddfbed48f1963c4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96c46e9adce7492c96db84761812fdd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff33ddd32bf6fab9e5d94d5ce883e415 = $(`<div id="html_ff33ddd32bf6fab9e5d94d5ce883e415" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_96c46e9adce7492c96db84761812fdd2.setContent(html_ff33ddd32bf6fab9e5d94d5ce883e415);
|
|
|
|
|
|
|
|
marker_1fb59900fccb619dd2063eb280539bd5.bindPopup(popup_96c46e9adce7492c96db84761812fdd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fb59900fccb619dd2063eb280539bd5.setIcon(icon_ae3ab3b529f78b22ddfbed48f1963c4f);
|
|
|
|
|
|
var marker_b5885513016d381946cac018c4fc2a40 = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f104079f52657fcf7511d653f9d528e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3957fac4d4369d4cce3f17227f2fbe3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12cff2671e38ef0a8e519d27c05ee15d = $(`<div id="html_12cff2671e38ef0a8e519d27c05ee15d" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_b3957fac4d4369d4cce3f17227f2fbe3.setContent(html_12cff2671e38ef0a8e519d27c05ee15d);
|
|
|
|
|
|
|
|
marker_b5885513016d381946cac018c4fc2a40.bindPopup(popup_b3957fac4d4369d4cce3f17227f2fbe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5885513016d381946cac018c4fc2a40.setIcon(icon_f104079f52657fcf7511d653f9d528e4);
|
|
|
|
|
|
var marker_ded6d17e13f30a167b5b4b179ad71f77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d6d8e2d11a6b500fb730690ad5bd5329 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c8785737818d3b93bd87437143d0ce1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74677960291c6bb513eb703a37049451 = $(`<div id="html_74677960291c6bb513eb703a37049451" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_4c8785737818d3b93bd87437143d0ce1.setContent(html_74677960291c6bb513eb703a37049451);
|
|
|
|
|
|
|
|
marker_ded6d17e13f30a167b5b4b179ad71f77.bindPopup(popup_4c8785737818d3b93bd87437143d0ce1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ded6d17e13f30a167b5b4b179ad71f77.setIcon(icon_d6d8e2d11a6b500fb730690ad5bd5329);
|
|
|
|
|
|
var marker_a1bef3efe70e05a9072372fc0924b0db = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_39170684fb67b0e97bb613b84f81b18c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_766ad029ad3a19606168ec58e93355c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be2ffad4ca9b252c713a6ddad7607873 = $(`<div id="html_be2ffad4ca9b252c713a6ddad7607873" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_766ad029ad3a19606168ec58e93355c0.setContent(html_be2ffad4ca9b252c713a6ddad7607873);
|
|
|
|
|
|
|
|
marker_a1bef3efe70e05a9072372fc0924b0db.bindPopup(popup_766ad029ad3a19606168ec58e93355c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1bef3efe70e05a9072372fc0924b0db.setIcon(icon_39170684fb67b0e97bb613b84f81b18c);
|
|
|
|
|
|
var marker_495923a934e87260ae95ff6502a42842 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_360a75bc56ad2ed40e62b6c0290a12d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d68dc23c5ab6466ff6fa66695e2a9363 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ab214bdda743e33f59c8d497ae12000 = $(`<div id="html_6ab214bdda743e33f59c8d497ae12000" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_d68dc23c5ab6466ff6fa66695e2a9363.setContent(html_6ab214bdda743e33f59c8d497ae12000);
|
|
|
|
|
|
|
|
marker_495923a934e87260ae95ff6502a42842.bindPopup(popup_d68dc23c5ab6466ff6fa66695e2a9363)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_495923a934e87260ae95ff6502a42842.setIcon(icon_360a75bc56ad2ed40e62b6c0290a12d0);
|
|
|
|
|
|
var marker_4731612fe1ef7e56a9eb427e174c15c3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_8f80fd08d2188928210fab0b22a76330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_519b245aad5658a938701d48b678d0ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ef117601475065bd8ef3ef90ff13c02 = $(`<div id="html_3ef117601475065bd8ef3ef90ff13c02" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_519b245aad5658a938701d48b678d0ee.setContent(html_3ef117601475065bd8ef3ef90ff13c02);
|
|
|
|
|
|
|
|
marker_4731612fe1ef7e56a9eb427e174c15c3.bindPopup(popup_519b245aad5658a938701d48b678d0ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4731612fe1ef7e56a9eb427e174c15c3.setIcon(icon_8f80fd08d2188928210fab0b22a76330);
|
|
|
|
|
|
var marker_02d95e6c8aba7ca3308845eb76f15ec0 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b872af0a891719621e351fefcf00141b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f90e6b84db86ebfaaf7926ddbe87dbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30e66ed8ce1ad13fd08ac6f6b364d567 = $(`<div id="html_30e66ed8ce1ad13fd08ac6f6b364d567" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_4f90e6b84db86ebfaaf7926ddbe87dbe.setContent(html_30e66ed8ce1ad13fd08ac6f6b364d567);
|
|
|
|
|
|
|
|
marker_02d95e6c8aba7ca3308845eb76f15ec0.bindPopup(popup_4f90e6b84db86ebfaaf7926ddbe87dbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02d95e6c8aba7ca3308845eb76f15ec0.setIcon(icon_b872af0a891719621e351fefcf00141b);
|
|
|
|
|
|
var marker_abccd4740a15076caa198e25ad5631a6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f7bdfe53222d8d33687251ad23e22c8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ab4a456e4d4ae90ffb91698ae1ad57b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcb91a51b75d8995f4e34c3a522abbd1 = $(`<div id="html_bcb91a51b75d8995f4e34c3a522abbd1" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_1ab4a456e4d4ae90ffb91698ae1ad57b.setContent(html_bcb91a51b75d8995f4e34c3a522abbd1);
|
|
|
|
|
|
|
|
marker_abccd4740a15076caa198e25ad5631a6.bindPopup(popup_1ab4a456e4d4ae90ffb91698ae1ad57b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abccd4740a15076caa198e25ad5631a6.setIcon(icon_f7bdfe53222d8d33687251ad23e22c8a);
|
|
|
|
|
|
var marker_0342ff11abb93d673a828c502ac7fe19 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d9dba167f8ae12b1c6a360a3b495dfe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94060db1f276da1d42ad1261ba4bd95b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7aba686ca64f9304f41401b746a63196 = $(`<div id="html_7aba686ca64f9304f41401b746a63196" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_94060db1f276da1d42ad1261ba4bd95b.setContent(html_7aba686ca64f9304f41401b746a63196);
|
|
|
|
|
|
|
|
marker_0342ff11abb93d673a828c502ac7fe19.bindPopup(popup_94060db1f276da1d42ad1261ba4bd95b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0342ff11abb93d673a828c502ac7fe19.setIcon(icon_d9dba167f8ae12b1c6a360a3b495dfe3);
|
|
|
|
|
|
var marker_5ce8b58c9283f52f433c813806db266f = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_875e242036082d2284a4464ca92c9d15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53772872bcb6a479841948e08f98a65e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3eec7cbd3853ebaabfc287152fc9be0 = $(`<div id="html_b3eec7cbd3853ebaabfc287152fc9be0" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_53772872bcb6a479841948e08f98a65e.setContent(html_b3eec7cbd3853ebaabfc287152fc9be0);
|
|
|
|
|
|
|
|
marker_5ce8b58c9283f52f433c813806db266f.bindPopup(popup_53772872bcb6a479841948e08f98a65e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ce8b58c9283f52f433c813806db266f.setIcon(icon_875e242036082d2284a4464ca92c9d15);
|
|
|
|
|
|
var marker_9a1a2510ce52762b4cb6df960075bc6f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b800f52d7a29dfa81f778eb00a137dc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82e661e7ffd3d00a429d0277c3f1e92d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab5c759fbcf9116bb5f4dec76e573c3d = $(`<div id="html_ab5c759fbcf9116bb5f4dec76e573c3d" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_82e661e7ffd3d00a429d0277c3f1e92d.setContent(html_ab5c759fbcf9116bb5f4dec76e573c3d);
|
|
|
|
|
|
|
|
marker_9a1a2510ce52762b4cb6df960075bc6f.bindPopup(popup_82e661e7ffd3d00a429d0277c3f1e92d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a1a2510ce52762b4cb6df960075bc6f.setIcon(icon_b800f52d7a29dfa81f778eb00a137dc6);
|
|
|
|
|
|
var marker_89e41cea65a3a67e41704992916ec5f0 = L.marker(
|
|
[48.3523, 15.7596],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_3559fa1fb61b76974d1213a15376f3d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_317ad7f7f3b53039101c3b8163824158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d92a00248ac791514a70d240cd8717f = $(`<div id="html_3d92a00248ac791514a70d240cd8717f" style="width: 100.0%; height: 100.0%;">relay.gobrrr.me</div>`)[0];
|
|
popup_317ad7f7f3b53039101c3b8163824158.setContent(html_3d92a00248ac791514a70d240cd8717f);
|
|
|
|
|
|
|
|
marker_89e41cea65a3a67e41704992916ec5f0.bindPopup(popup_317ad7f7f3b53039101c3b8163824158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89e41cea65a3a67e41704992916ec5f0.setIcon(icon_3559fa1fb61b76974d1213a15376f3d6);
|
|
|
|
|
|
var marker_05a2ec19ec1027277d96ab4c52f2706e = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_44a701db8902fa5887475564d5979ddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5cf70f0963feae5d5f76d4833d71e7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a30171f95770963be19d2577a19cc24 = $(`<div id="html_5a30171f95770963be19d2577a19cc24" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_c5cf70f0963feae5d5f76d4833d71e7e.setContent(html_5a30171f95770963be19d2577a19cc24);
|
|
|
|
|
|
|
|
marker_05a2ec19ec1027277d96ab4c52f2706e.bindPopup(popup_c5cf70f0963feae5d5f76d4833d71e7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05a2ec19ec1027277d96ab4c52f2706e.setIcon(icon_44a701db8902fa5887475564d5979ddc);
|
|
|
|
|
|
var marker_d6411b1144347c49503c32fa20aa2ea2 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_58e15741735571a66920ea182c76e700 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49d084af8a8247a982761f82298154be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33d33abc27b486b4ea37c4c938ca4824 = $(`<div id="html_33d33abc27b486b4ea37c4c938ca4824" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_49d084af8a8247a982761f82298154be.setContent(html_33d33abc27b486b4ea37c4c938ca4824);
|
|
|
|
|
|
|
|
marker_d6411b1144347c49503c32fa20aa2ea2.bindPopup(popup_49d084af8a8247a982761f82298154be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6411b1144347c49503c32fa20aa2ea2.setIcon(icon_58e15741735571a66920ea182c76e700);
|
|
|
|
|
|
var marker_c0a74e97a202e9e84f5ba2a5cbb5eca4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_7441ba4297558177d1776a8b489f36bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e91fd135515e4f42c52e3d09e1b04b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6568abc5c7bd046ef3b473160c0c9679 = $(`<div id="html_6568abc5c7bd046ef3b473160c0c9679" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_9e91fd135515e4f42c52e3d09e1b04b1.setContent(html_6568abc5c7bd046ef3b473160c0c9679);
|
|
|
|
|
|
|
|
marker_c0a74e97a202e9e84f5ba2a5cbb5eca4.bindPopup(popup_9e91fd135515e4f42c52e3d09e1b04b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0a74e97a202e9e84f5ba2a5cbb5eca4.setIcon(icon_7441ba4297558177d1776a8b489f36bb);
|
|
|
|
|
|
var marker_fed873b7eaa3b963eecc203b15b1da08 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_e756c1d6986b49e4a804430cae4db2c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de7e5d39dd132e8ed6832a38990cab95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f0109b4c7369f14ef9c9429b2e39322 = $(`<div id="html_9f0109b4c7369f14ef9c9429b2e39322" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_de7e5d39dd132e8ed6832a38990cab95.setContent(html_9f0109b4c7369f14ef9c9429b2e39322);
|
|
|
|
|
|
|
|
marker_fed873b7eaa3b963eecc203b15b1da08.bindPopup(popup_de7e5d39dd132e8ed6832a38990cab95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fed873b7eaa3b963eecc203b15b1da08.setIcon(icon_e756c1d6986b49e4a804430cae4db2c8);
|
|
|
|
|
|
var marker_17163f996555fff5aa3f53ecb95bd031 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4637bee17b7963dfe3c5ea518506471a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c29b92b60a72da52537c8ef2139d8d96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f66b85c815cc6f1cee378583951c48b3 = $(`<div id="html_f66b85c815cc6f1cee378583951c48b3" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_c29b92b60a72da52537c8ef2139d8d96.setContent(html_f66b85c815cc6f1cee378583951c48b3);
|
|
|
|
|
|
|
|
marker_17163f996555fff5aa3f53ecb95bd031.bindPopup(popup_c29b92b60a72da52537c8ef2139d8d96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17163f996555fff5aa3f53ecb95bd031.setIcon(icon_4637bee17b7963dfe3c5ea518506471a);
|
|
|
|
|
|
var marker_6946093baf31d76f473ca2178449a23b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_2be9189106e333fcc1e99cb449ef4ef5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19344383600c8801a316ca548884ab6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7f7384ff8f5d925fff20f28907e76c0 = $(`<div id="html_f7f7384ff8f5d925fff20f28907e76c0" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_19344383600c8801a316ca548884ab6b.setContent(html_f7f7384ff8f5d925fff20f28907e76c0);
|
|
|
|
|
|
|
|
marker_6946093baf31d76f473ca2178449a23b.bindPopup(popup_19344383600c8801a316ca548884ab6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6946093baf31d76f473ca2178449a23b.setIcon(icon_2be9189106e333fcc1e99cb449ef4ef5);
|
|
|
|
|
|
var marker_da8fb145a6638cfb40199b759d78a9aa = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d592b1e8fc17748eadd75c26f76a16a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee04b9688652d722cf7f71ba29b95d52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f41f769c0287f1421f43ae81afa153c = $(`<div id="html_4f41f769c0287f1421f43ae81afa153c" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_ee04b9688652d722cf7f71ba29b95d52.setContent(html_4f41f769c0287f1421f43ae81afa153c);
|
|
|
|
|
|
|
|
marker_da8fb145a6638cfb40199b759d78a9aa.bindPopup(popup_ee04b9688652d722cf7f71ba29b95d52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da8fb145a6638cfb40199b759d78a9aa.setIcon(icon_d592b1e8fc17748eadd75c26f76a16a4);
|
|
|
|
|
|
var marker_f68faf5f89a1b52d0d331316cd4bc528 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_655d83dc3e34fc63ac481552b1d5aff5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38c76ba535b1339cbce658b1783d8da2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77ecfcd7ac6abf0f829bf000f26473d8 = $(`<div id="html_77ecfcd7ac6abf0f829bf000f26473d8" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_38c76ba535b1339cbce658b1783d8da2.setContent(html_77ecfcd7ac6abf0f829bf000f26473d8);
|
|
|
|
|
|
|
|
marker_f68faf5f89a1b52d0d331316cd4bc528.bindPopup(popup_38c76ba535b1339cbce658b1783d8da2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f68faf5f89a1b52d0d331316cd4bc528.setIcon(icon_655d83dc3e34fc63ac481552b1d5aff5);
|
|
|
|
|
|
var marker_9887ae47a32bc004dde7cecd47532d34 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_4aac52a14d7b170f61228d397baba04a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27abec903b3883d9f32a4d3945c2f92d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c22deed2410ffb7b68e3e30fa92764fa = $(`<div id="html_c22deed2410ffb7b68e3e30fa92764fa" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_27abec903b3883d9f32a4d3945c2f92d.setContent(html_c22deed2410ffb7b68e3e30fa92764fa);
|
|
|
|
|
|
|
|
marker_9887ae47a32bc004dde7cecd47532d34.bindPopup(popup_27abec903b3883d9f32a4d3945c2f92d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9887ae47a32bc004dde7cecd47532d34.setIcon(icon_4aac52a14d7b170f61228d397baba04a);
|
|
|
|
|
|
var marker_4bddbb657e837c2434e82228edbb8edf = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a7a1f82ea9eeedb4fd9920d7c1491808 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26300a28d420b6719d08cebee8f2efac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ba87f0dd78aef8cec72edd6f56c2ed4 = $(`<div id="html_4ba87f0dd78aef8cec72edd6f56c2ed4" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_26300a28d420b6719d08cebee8f2efac.setContent(html_4ba87f0dd78aef8cec72edd6f56c2ed4);
|
|
|
|
|
|
|
|
marker_4bddbb657e837c2434e82228edbb8edf.bindPopup(popup_26300a28d420b6719d08cebee8f2efac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bddbb657e837c2434e82228edbb8edf.setIcon(icon_a7a1f82ea9eeedb4fd9920d7c1491808);
|
|
|
|
|
|
var marker_2f9d9defc0d8fac1b83a62e433c23808 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d547d523e375341fae975945dcf62c12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b716ba3e6160d2d89bdd9e4f1941833d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b9dc4a1109f6653a1cf69a85436d754 = $(`<div id="html_1b9dc4a1109f6653a1cf69a85436d754" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_b716ba3e6160d2d89bdd9e4f1941833d.setContent(html_1b9dc4a1109f6653a1cf69a85436d754);
|
|
|
|
|
|
|
|
marker_2f9d9defc0d8fac1b83a62e433c23808.bindPopup(popup_b716ba3e6160d2d89bdd9e4f1941833d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f9d9defc0d8fac1b83a62e433c23808.setIcon(icon_d547d523e375341fae975945dcf62c12);
|
|
|
|
|
|
var marker_b8a085d86a809f4df2cc3ddefb1eec1e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_9e33813e44c9f7768ef5dfe255d7e7ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54a093104c2cc8ecbbbabb4441866edd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43e51e06e3e349d888cc7d671912e714 = $(`<div id="html_43e51e06e3e349d888cc7d671912e714" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_54a093104c2cc8ecbbbabb4441866edd.setContent(html_43e51e06e3e349d888cc7d671912e714);
|
|
|
|
|
|
|
|
marker_b8a085d86a809f4df2cc3ddefb1eec1e.bindPopup(popup_54a093104c2cc8ecbbbabb4441866edd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8a085d86a809f4df2cc3ddefb1eec1e.setIcon(icon_9e33813e44c9f7768ef5dfe255d7e7ce);
|
|
|
|
|
|
var marker_ad6c9f94504be15ad24028116f4c0bf5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_d15963120ad624512e8888dde12bdeb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e30446d347a116996812ad238fcb704 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de8e7a4ffb81acbee53312bae8b0228c = $(`<div id="html_de8e7a4ffb81acbee53312bae8b0228c" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_3e30446d347a116996812ad238fcb704.setContent(html_de8e7a4ffb81acbee53312bae8b0228c);
|
|
|
|
|
|
|
|
marker_ad6c9f94504be15ad24028116f4c0bf5.bindPopup(popup_3e30446d347a116996812ad238fcb704)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad6c9f94504be15ad24028116f4c0bf5.setIcon(icon_d15963120ad624512e8888dde12bdeb4);
|
|
|
|
|
|
var marker_334c16f4eff735efa444851cdbe45643 = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_bc2c119b62b207ab35cc1d8c0895f49d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18eb91418e7f09c5b2427636cc17256c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11083b97b4012668a24d8319365a04eb = $(`<div id="html_11083b97b4012668a24d8319365a04eb" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_18eb91418e7f09c5b2427636cc17256c.setContent(html_11083b97b4012668a24d8319365a04eb);
|
|
|
|
|
|
|
|
marker_334c16f4eff735efa444851cdbe45643.bindPopup(popup_18eb91418e7f09c5b2427636cc17256c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_334c16f4eff735efa444851cdbe45643.setIcon(icon_bc2c119b62b207ab35cc1d8c0895f49d);
|
|
|
|
|
|
var marker_b2aa55fdfe3c1592813492ce5e330508 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_bab026f402b9381924770b65ac7d54b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7edb85bf3ad401fb5b8391f3ef39e0ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f36c9d0d87e23b8887eee740c2540e6a = $(`<div id="html_f36c9d0d87e23b8887eee740c2540e6a" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_7edb85bf3ad401fb5b8391f3ef39e0ab.setContent(html_f36c9d0d87e23b8887eee740c2540e6a);
|
|
|
|
|
|
|
|
marker_b2aa55fdfe3c1592813492ce5e330508.bindPopup(popup_7edb85bf3ad401fb5b8391f3ef39e0ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2aa55fdfe3c1592813492ce5e330508.setIcon(icon_bab026f402b9381924770b65ac7d54b3);
|
|
|
|
|
|
var marker_fdb034f75af4b4f957cdd10f6143c67b = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_6ac3331bc9118aea8214c536ace988ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44a45fd8d395c20a1bfa0228cea17cc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5d5f2983f25faf478f89628f1288454 = $(`<div id="html_a5d5f2983f25faf478f89628f1288454" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_44a45fd8d395c20a1bfa0228cea17cc4.setContent(html_a5d5f2983f25faf478f89628f1288454);
|
|
|
|
|
|
|
|
marker_fdb034f75af4b4f957cdd10f6143c67b.bindPopup(popup_44a45fd8d395c20a1bfa0228cea17cc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdb034f75af4b4f957cdd10f6143c67b.setIcon(icon_6ac3331bc9118aea8214c536ace988ec);
|
|
|
|
|
|
var marker_b831f262b9c8b78b39c1fbdbdba1d7a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ca2870dc20e7b7b24076b0fc2d86482c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af83c1258129e2e5907440579f8fe096 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a00b2d1fbdf4b29435f320a05319d5d3 = $(`<div id="html_a00b2d1fbdf4b29435f320a05319d5d3" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_af83c1258129e2e5907440579f8fe096.setContent(html_a00b2d1fbdf4b29435f320a05319d5d3);
|
|
|
|
|
|
|
|
marker_b831f262b9c8b78b39c1fbdbdba1d7a9.bindPopup(popup_af83c1258129e2e5907440579f8fe096)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b831f262b9c8b78b39c1fbdbdba1d7a9.setIcon(icon_ca2870dc20e7b7b24076b0fc2d86482c);
|
|
|
|
|
|
var marker_7fd725444faabaf6be18d19a4980d556 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b702ff827669f68d4776e8be49c4dbec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_299dc185265f99590ae4719945add475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75381eef6feefa44e77bb1d74125a352 = $(`<div id="html_75381eef6feefa44e77bb1d74125a352" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_299dc185265f99590ae4719945add475.setContent(html_75381eef6feefa44e77bb1d74125a352);
|
|
|
|
|
|
|
|
marker_7fd725444faabaf6be18d19a4980d556.bindPopup(popup_299dc185265f99590ae4719945add475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fd725444faabaf6be18d19a4980d556.setIcon(icon_b702ff827669f68d4776e8be49c4dbec);
|
|
|
|
|
|
var marker_ffbb18a4ed9006476b97b3df4dde8c56 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_87d558804759b4638cef8ddbc2e0842a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3a364a64d5352f133ee152c1f30f5e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80deb163a35989414be2a9892d3e75a3 = $(`<div id="html_80deb163a35989414be2a9892d3e75a3" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_b3a364a64d5352f133ee152c1f30f5e0.setContent(html_80deb163a35989414be2a9892d3e75a3);
|
|
|
|
|
|
|
|
marker_ffbb18a4ed9006476b97b3df4dde8c56.bindPopup(popup_b3a364a64d5352f133ee152c1f30f5e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffbb18a4ed9006476b97b3df4dde8c56.setIcon(icon_87d558804759b4638cef8ddbc2e0842a);
|
|
|
|
|
|
var marker_b642c2f906202ac601340f0032554571 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_cdc6191be3a6c98c95a4857f4d669000 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d7af6d537f690f2b2cfdf18e9f205a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52e345fc10e3b4a55016ab0c89172815 = $(`<div id="html_52e345fc10e3b4a55016ab0c89172815" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_4d7af6d537f690f2b2cfdf18e9f205a2.setContent(html_52e345fc10e3b4a55016ab0c89172815);
|
|
|
|
|
|
|
|
marker_b642c2f906202ac601340f0032554571.bindPopup(popup_4d7af6d537f690f2b2cfdf18e9f205a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b642c2f906202ac601340f0032554571.setIcon(icon_cdc6191be3a6c98c95a4857f4d669000);
|
|
|
|
|
|
var marker_25ec896d61544078e4bf0ea4759b4a05 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_87ac00e444b667a60247bedc78393253 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30693a37ac4238ef8b11449942f9aaec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10caefbd5b0bc4f738f39a7a2e667ddc = $(`<div id="html_10caefbd5b0bc4f738f39a7a2e667ddc" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_30693a37ac4238ef8b11449942f9aaec.setContent(html_10caefbd5b0bc4f738f39a7a2e667ddc);
|
|
|
|
|
|
|
|
marker_25ec896d61544078e4bf0ea4759b4a05.bindPopup(popup_30693a37ac4238ef8b11449942f9aaec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25ec896d61544078e4bf0ea4759b4a05.setIcon(icon_87ac00e444b667a60247bedc78393253);
|
|
|
|
|
|
var marker_f95eed3116968449fec0c2fd1b730935 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_b88c0b119aea381ca8b46292c43c57c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ad73922986c30ea1e65f9f5f7c692b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a80f3a0ea7b6a31743b5a93fc4f92224 = $(`<div id="html_a80f3a0ea7b6a31743b5a93fc4f92224" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_29ad73922986c30ea1e65f9f5f7c692b.setContent(html_a80f3a0ea7b6a31743b5a93fc4f92224);
|
|
|
|
|
|
|
|
marker_f95eed3116968449fec0c2fd1b730935.bindPopup(popup_29ad73922986c30ea1e65f9f5f7c692b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f95eed3116968449fec0c2fd1b730935.setIcon(icon_b88c0b119aea381ca8b46292c43c57c9);
|
|
|
|
|
|
var marker_b8a1ef3b6e041fbce506343ad8573570 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_259ab547081e1b2fe30ad9c2ac0e9870 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d77b829678d042fc8248da3850734dab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7154ab4d81a1f48ca8f8c21c843e53e9 = $(`<div id="html_7154ab4d81a1f48ca8f8c21c843e53e9" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_d77b829678d042fc8248da3850734dab.setContent(html_7154ab4d81a1f48ca8f8c21c843e53e9);
|
|
|
|
|
|
|
|
marker_b8a1ef3b6e041fbce506343ad8573570.bindPopup(popup_d77b829678d042fc8248da3850734dab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8a1ef3b6e041fbce506343ad8573570.setIcon(icon_259ab547081e1b2fe30ad9c2ac0e9870);
|
|
|
|
|
|
var marker_031bd94d366472119697455abcbd8240 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_eb41987279de696029b6c69c22da3fbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18ff67b95daa958ed22686eb7df59047 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e3c6b82120218efa18d39099efc9d9 = $(`<div id="html_86e3c6b82120218efa18d39099efc9d9" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_18ff67b95daa958ed22686eb7df59047.setContent(html_86e3c6b82120218efa18d39099efc9d9);
|
|
|
|
|
|
|
|
marker_031bd94d366472119697455abcbd8240.bindPopup(popup_18ff67b95daa958ed22686eb7df59047)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_031bd94d366472119697455abcbd8240.setIcon(icon_eb41987279de696029b6c69c22da3fbb);
|
|
|
|
|
|
var marker_c5b6c63b43b4291af849412705132df6 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_63bb513db6f9bb542e976c7333e3c175 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfb3c82ff6f293e9c4c6f555799f52d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71b3c1f704f53526b817efaa4ce42b6b = $(`<div id="html_71b3c1f704f53526b817efaa4ce42b6b" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_cfb3c82ff6f293e9c4c6f555799f52d4.setContent(html_71b3c1f704f53526b817efaa4ce42b6b);
|
|
|
|
|
|
|
|
marker_c5b6c63b43b4291af849412705132df6.bindPopup(popup_cfb3c82ff6f293e9c4c6f555799f52d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5b6c63b43b4291af849412705132df6.setIcon(icon_63bb513db6f9bb542e976c7333e3c175);
|
|
|
|
|
|
var marker_1665a955ce65294fb03065c60cc92a5f = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_5e02513d527b678e68ef3366386b6e9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2777b148e39dbc1f303f556ce797c1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63a109c11846bc0edb114f5d74ba1ba4 = $(`<div id="html_63a109c11846bc0edb114f5d74ba1ba4" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_b2777b148e39dbc1f303f556ce797c1d.setContent(html_63a109c11846bc0edb114f5d74ba1ba4);
|
|
|
|
|
|
|
|
marker_1665a955ce65294fb03065c60cc92a5f.bindPopup(popup_b2777b148e39dbc1f303f556ce797c1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1665a955ce65294fb03065c60cc92a5f.setIcon(icon_5e02513d527b678e68ef3366386b6e9e);
|
|
|
|
|
|
var marker_7e3cd7bf3e06fc9cb63c75b7ee370a35 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_77a733d20aaa4749899f2b78df819796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bdc41cefffb1b95525ba0fcdb8c9d91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0035f32d423e0d1d0d2d24434ec58d5 = $(`<div id="html_c0035f32d423e0d1d0d2d24434ec58d5" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_0bdc41cefffb1b95525ba0fcdb8c9d91.setContent(html_c0035f32d423e0d1d0d2d24434ec58d5);
|
|
|
|
|
|
|
|
marker_7e3cd7bf3e06fc9cb63c75b7ee370a35.bindPopup(popup_0bdc41cefffb1b95525ba0fcdb8c9d91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e3cd7bf3e06fc9cb63c75b7ee370a35.setIcon(icon_77a733d20aaa4749899f2b78df819796);
|
|
|
|
|
|
var marker_980a947bcb4789aede6aef0f7c9b1425 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_43223a1418a6961c5e9d5287540ceb66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df2dafca689f9c473f39a162a503f56b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd2f5dda501180f782c8d810bfe5424c = $(`<div id="html_cd2f5dda501180f782c8d810bfe5424c" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_df2dafca689f9c473f39a162a503f56b.setContent(html_cd2f5dda501180f782c8d810bfe5424c);
|
|
|
|
|
|
|
|
marker_980a947bcb4789aede6aef0f7c9b1425.bindPopup(popup_df2dafca689f9c473f39a162a503f56b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_980a947bcb4789aede6aef0f7c9b1425.setIcon(icon_43223a1418a6961c5e9d5287540ceb66);
|
|
|
|
|
|
var marker_88e3e0569b962c7551e7b591778f3e17 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f4624d5eba4786de34f764236aab23c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_611b13f647cc0bdfd7281b1e9c6cf0c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e575b85d21f7599d9a9b188a476cd322 = $(`<div id="html_e575b85d21f7599d9a9b188a476cd322" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_611b13f647cc0bdfd7281b1e9c6cf0c8.setContent(html_e575b85d21f7599d9a9b188a476cd322);
|
|
|
|
|
|
|
|
marker_88e3e0569b962c7551e7b591778f3e17.bindPopup(popup_611b13f647cc0bdfd7281b1e9c6cf0c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88e3e0569b962c7551e7b591778f3e17.setIcon(icon_f4624d5eba4786de34f764236aab23c2);
|
|
|
|
|
|
var marker_af6790e4f22f3ce0a5412cf5d5eba651 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_468d8740d6af117c377983b8b0beda55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8b8dec00fecafc690c8a621829c0c3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cd303e0f8aeb4e816e7695ccdfedb0f = $(`<div id="html_1cd303e0f8aeb4e816e7695ccdfedb0f" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_b8b8dec00fecafc690c8a621829c0c3c.setContent(html_1cd303e0f8aeb4e816e7695ccdfedb0f);
|
|
|
|
|
|
|
|
marker_af6790e4f22f3ce0a5412cf5d5eba651.bindPopup(popup_b8b8dec00fecafc690c8a621829c0c3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af6790e4f22f3ce0a5412cf5d5eba651.setIcon(icon_468d8740d6af117c377983b8b0beda55);
|
|
|
|
|
|
var marker_c3aa9d77fb119514a9299c2029be2e18 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_f564ae1a493f8cffb7521b94fe92c9c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d46229554702569c89524d4562572857 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b44dbb4a011b167d21bd2578f78d6cb = $(`<div id="html_3b44dbb4a011b167d21bd2578f78d6cb" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_d46229554702569c89524d4562572857.setContent(html_3b44dbb4a011b167d21bd2578f78d6cb);
|
|
|
|
|
|
|
|
marker_c3aa9d77fb119514a9299c2029be2e18.bindPopup(popup_d46229554702569c89524d4562572857)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3aa9d77fb119514a9299c2029be2e18.setIcon(icon_f564ae1a493f8cffb7521b94fe92c9c1);
|
|
|
|
|
|
var marker_2090076e2644578de04f4b83fbb66113 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_95546bf182af17420283738f2d19314d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5e03b1bb10fe683f993b0f70c32c932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43237555d07cbbc1447859989bc3d0f4 = $(`<div id="html_43237555d07cbbc1447859989bc3d0f4" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_d5e03b1bb10fe683f993b0f70c32c932.setContent(html_43237555d07cbbc1447859989bc3d0f4);
|
|
|
|
|
|
|
|
marker_2090076e2644578de04f4b83fbb66113.bindPopup(popup_d5e03b1bb10fe683f993b0f70c32c932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2090076e2644578de04f4b83fbb66113.setIcon(icon_95546bf182af17420283738f2d19314d);
|
|
|
|
|
|
var marker_d91b249481c8b6e5e04f36e4ee4d4e91 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_64ac201bafbfda72d3492a73da96057c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c13b987868f3b20752cc00873ddff73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4b1a4752ce7b6830c93a35224385b57 = $(`<div id="html_f4b1a4752ce7b6830c93a35224385b57" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_9c13b987868f3b20752cc00873ddff73.setContent(html_f4b1a4752ce7b6830c93a35224385b57);
|
|
|
|
|
|
|
|
marker_d91b249481c8b6e5e04f36e4ee4d4e91.bindPopup(popup_9c13b987868f3b20752cc00873ddff73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d91b249481c8b6e5e04f36e4ee4d4e91.setIcon(icon_64ac201bafbfda72d3492a73da96057c);
|
|
|
|
|
|
var marker_0dd87a297a529b21b2a346e816112d5f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_ecb0c5e7153e56dd1b0e24faebb9ef58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f80ccbd88822a2962668fd83bfff450b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_128d6ebc8346e66131a83e132b8b5406 = $(`<div id="html_128d6ebc8346e66131a83e132b8b5406" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_f80ccbd88822a2962668fd83bfff450b.setContent(html_128d6ebc8346e66131a83e132b8b5406);
|
|
|
|
|
|
|
|
marker_0dd87a297a529b21b2a346e816112d5f.bindPopup(popup_f80ccbd88822a2962668fd83bfff450b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dd87a297a529b21b2a346e816112d5f.setIcon(icon_ecb0c5e7153e56dd1b0e24faebb9ef58);
|
|
|
|
|
|
var marker_5576fe00d9c0a7854906e23cbfa8adc1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf);
|
|
|
|
|
|
var icon_a03e0302d334c2b1a2cbf0107f1ec7dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5de4cfe8f7670935996ab4413e86fef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91d4e577450b12b93675b4e9b609d9b9 = $(`<div id="html_91d4e577450b12b93675b4e9b609d9b9" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_5de4cfe8f7670935996ab4413e86fef4.setContent(html_91d4e577450b12b93675b4e9b609d9b9);
|
|
|
|
|
|
|
|
marker_5576fe00d9c0a7854906e23cbfa8adc1.bindPopup(popup_5de4cfe8f7670935996ab4413e86fef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5576fe00d9c0a7854906e23cbfa8adc1.setIcon(icon_a03e0302d334c2b1a2cbf0107f1ec7dc);
|
|
|
|
|
|
marker_cluster_45939b6f6d9e13fe4a43e7cfe3ed50bf.addTo(map_33f2d6d46b3b1cb2bd378f8aa3fa1a7d);
|
|
|
|
</script>
|
|
</html> |