mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 21:45:19 +00:00
* Add relay count tracking workflow with dual charts This commit adds: - New GitHub workflow to track relay counts - Two charts: BitChat-compatible relays and total functioning relays - Extended history for both charts (70 days) - Project structure improvements with scripts and assets directories - Updated documentation in README.md and other files - Dependencies in requirements.txt * Remove overlapping data point labels from relay count charts * Add .venv to gitignore * Add relay location maps and automation workflow * Improve relay maps with proper world map backgrounds using cartopy * Add relay location map to README * update readme
10943 lines
318 KiB
HTML
10943 lines
318 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_b39188e1d9bf1ccf24a5fb6a42f2300c {
|
|
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_b39188e1d9bf1ccf24a5fb6a42f2300c" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_b39188e1d9bf1ccf24a5fb6a42f2300c = L.map(
|
|
"map_b39188e1d9bf1ccf24a5fb6a42f2300c",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_894233adea2fb3f8489ea01b0d6aa25b = 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_894233adea2fb3f8489ea01b0d6aa25b.addTo(map_b39188e1d9bf1ccf24a5fb6a42f2300c);
|
|
|
|
|
|
var marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_32f4296ec3b536e3d7d2020356f533a7 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_440e1d4d47575a34159ed1b92db09882 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2c99e3130d51ebcbba4431b41c68371 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b2d81d5f20ee522b05892b3e1ebd1ad = $(`<div id="html_4b2d81d5f20ee522b05892b3e1ebd1ad" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_b2c99e3130d51ebcbba4431b41c68371.setContent(html_4b2d81d5f20ee522b05892b3e1ebd1ad);
|
|
|
|
|
|
|
|
marker_32f4296ec3b536e3d7d2020356f533a7.bindPopup(popup_b2c99e3130d51ebcbba4431b41c68371)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32f4296ec3b536e3d7d2020356f533a7.setIcon(icon_440e1d4d47575a34159ed1b92db09882);
|
|
|
|
|
|
var marker_733fc83a986ab153a082e0aaba0fb985 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d4c604148774aeb689f81eeb1c411a8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_898cbcd4323ccfa5c81dcda9f5707157 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd305315242d16568616402023d6b015 = $(`<div id="html_dd305315242d16568616402023d6b015" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_898cbcd4323ccfa5c81dcda9f5707157.setContent(html_dd305315242d16568616402023d6b015);
|
|
|
|
|
|
|
|
marker_733fc83a986ab153a082e0aaba0fb985.bindPopup(popup_898cbcd4323ccfa5c81dcda9f5707157)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_733fc83a986ab153a082e0aaba0fb985.setIcon(icon_d4c604148774aeb689f81eeb1c411a8e);
|
|
|
|
|
|
var marker_479899e5610cd6ead48c1ebda1761278 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9c01caf75056379a76ccfe0e7ac89f75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf2a33ca2d455ed48b0202078dd58a2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af478375e4bccbcc235b28e833527a8d = $(`<div id="html_af478375e4bccbcc235b28e833527a8d" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_bf2a33ca2d455ed48b0202078dd58a2c.setContent(html_af478375e4bccbcc235b28e833527a8d);
|
|
|
|
|
|
|
|
marker_479899e5610cd6ead48c1ebda1761278.bindPopup(popup_bf2a33ca2d455ed48b0202078dd58a2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_479899e5610cd6ead48c1ebda1761278.setIcon(icon_9c01caf75056379a76ccfe0e7ac89f75);
|
|
|
|
|
|
var marker_083750d4d6ba252f73501b62d370f0fb = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7ae6e65a92021c62966d890a55a98d7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17d9aecd660b4f9da2fffaba5bfe649c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88453542d159bad24d8594bae37557c3 = $(`<div id="html_88453542d159bad24d8594bae37557c3" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_17d9aecd660b4f9da2fffaba5bfe649c.setContent(html_88453542d159bad24d8594bae37557c3);
|
|
|
|
|
|
|
|
marker_083750d4d6ba252f73501b62d370f0fb.bindPopup(popup_17d9aecd660b4f9da2fffaba5bfe649c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_083750d4d6ba252f73501b62d370f0fb.setIcon(icon_7ae6e65a92021c62966d890a55a98d7e);
|
|
|
|
|
|
var marker_008186af6e734a8c6721a78ca6ed2d70 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f28e1ac6d3ed89426614e479d10e68f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ae115148222a147f31ab730a2df9f42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3f990c4447bd8ce4fb849dc7278561d = $(`<div id="html_b3f990c4447bd8ce4fb849dc7278561d" style="width: 100.0%; height: 100.0%;">wot.basspistol.org</div>`)[0];
|
|
popup_9ae115148222a147f31ab730a2df9f42.setContent(html_b3f990c4447bd8ce4fb849dc7278561d);
|
|
|
|
|
|
|
|
marker_008186af6e734a8c6721a78ca6ed2d70.bindPopup(popup_9ae115148222a147f31ab730a2df9f42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_008186af6e734a8c6721a78ca6ed2d70.setIcon(icon_f28e1ac6d3ed89426614e479d10e68f8);
|
|
|
|
|
|
var marker_c32ba6421adfbe043498dcaee670e18f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_76ef3a809609172573032e7251f648e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18e8d9d9420f09977ceb5859ea94e822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2f78d1b39e0165ad8a5a1dc810ba898 = $(`<div id="html_c2f78d1b39e0165ad8a5a1dc810ba898" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_18e8d9d9420f09977ceb5859ea94e822.setContent(html_c2f78d1b39e0165ad8a5a1dc810ba898);
|
|
|
|
|
|
|
|
marker_c32ba6421adfbe043498dcaee670e18f.bindPopup(popup_18e8d9d9420f09977ceb5859ea94e822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c32ba6421adfbe043498dcaee670e18f.setIcon(icon_76ef3a809609172573032e7251f648e6);
|
|
|
|
|
|
var marker_2fb02f0f397e3bf37861244e5fc50b54 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d91abc9d770e4b2fc74c8841e9c60d9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a7190cf1e064eea376734b74df0216e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5de9b9291257da537206ec1b3c153c4a = $(`<div id="html_5de9b9291257da537206ec1b3c153c4a" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_9a7190cf1e064eea376734b74df0216e.setContent(html_5de9b9291257da537206ec1b3c153c4a);
|
|
|
|
|
|
|
|
marker_2fb02f0f397e3bf37861244e5fc50b54.bindPopup(popup_9a7190cf1e064eea376734b74df0216e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fb02f0f397e3bf37861244e5fc50b54.setIcon(icon_d91abc9d770e4b2fc74c8841e9c60d9e);
|
|
|
|
|
|
var marker_0898c89e1e208de23d98129d20555a64 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8a68ce0deea2d77184ab468d3eed9108 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_486d2593b039e70e57959e222abacd11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e96af2afcdbe2c45cf111cbe7ae6c92b = $(`<div id="html_e96af2afcdbe2c45cf111cbe7ae6c92b" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_486d2593b039e70e57959e222abacd11.setContent(html_e96af2afcdbe2c45cf111cbe7ae6c92b);
|
|
|
|
|
|
|
|
marker_0898c89e1e208de23d98129d20555a64.bindPopup(popup_486d2593b039e70e57959e222abacd11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0898c89e1e208de23d98129d20555a64.setIcon(icon_8a68ce0deea2d77184ab468d3eed9108);
|
|
|
|
|
|
var marker_8aa60c574df8a8c3e8d8b2383f51a306 = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_26079f3948f9c37883d246478955f156 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_525432439eca2057cdbacd903b0e79cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_902545205ce11a6d92e370d1edebb61a = $(`<div id="html_902545205ce11a6d92e370d1edebb61a" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_525432439eca2057cdbacd903b0e79cf.setContent(html_902545205ce11a6d92e370d1edebb61a);
|
|
|
|
|
|
|
|
marker_8aa60c574df8a8c3e8d8b2383f51a306.bindPopup(popup_525432439eca2057cdbacd903b0e79cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8aa60c574df8a8c3e8d8b2383f51a306.setIcon(icon_26079f3948f9c37883d246478955f156);
|
|
|
|
|
|
var marker_7ade6427a57b86f45d8126de58c6ce95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_aaff422f4b1c2ec987f4dba7abe091db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc7d4db00bee4f9712dea4a143876f17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c05f2d02f8ae06f5aeff73e5215dd757 = $(`<div id="html_c05f2d02f8ae06f5aeff73e5215dd757" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_fc7d4db00bee4f9712dea4a143876f17.setContent(html_c05f2d02f8ae06f5aeff73e5215dd757);
|
|
|
|
|
|
|
|
marker_7ade6427a57b86f45d8126de58c6ce95.bindPopup(popup_fc7d4db00bee4f9712dea4a143876f17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ade6427a57b86f45d8126de58c6ce95.setIcon(icon_aaff422f4b1c2ec987f4dba7abe091db);
|
|
|
|
|
|
var marker_fef23e052d992a636326ab3f9a1b8216 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_cdb7c4ef73f91d586f4765cfe6ba4c3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aaab0428eb2d26fa507c8026041798e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_126d4bf8d1afa51d1fb7afbb9254eb38 = $(`<div id="html_126d4bf8d1afa51d1fb7afbb9254eb38" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_1aaab0428eb2d26fa507c8026041798e.setContent(html_126d4bf8d1afa51d1fb7afbb9254eb38);
|
|
|
|
|
|
|
|
marker_fef23e052d992a636326ab3f9a1b8216.bindPopup(popup_1aaab0428eb2d26fa507c8026041798e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fef23e052d992a636326ab3f9a1b8216.setIcon(icon_cdb7c4ef73f91d586f4765cfe6ba4c3f);
|
|
|
|
|
|
var marker_95ff2f1533f8678261514672a4f256c2 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_917ac48382d7a42795afbb23f92b8081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aeeda4dfc389fcaa5282397d86a26c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c04d7157ada190d870e96c41bec99ba = $(`<div id="html_1c04d7157ada190d870e96c41bec99ba" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_4aeeda4dfc389fcaa5282397d86a26c0.setContent(html_1c04d7157ada190d870e96c41bec99ba);
|
|
|
|
|
|
|
|
marker_95ff2f1533f8678261514672a4f256c2.bindPopup(popup_4aeeda4dfc389fcaa5282397d86a26c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95ff2f1533f8678261514672a4f256c2.setIcon(icon_917ac48382d7a42795afbb23f92b8081);
|
|
|
|
|
|
var marker_30277dba5e2fdad507691e5750845287 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_eb026cb3a3ff3fd26c0abada3661b254 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07de3282aa1b1f96072660bc1910c4ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80bba7189adaf71fe1dc237f495d67de = $(`<div id="html_80bba7189adaf71fe1dc237f495d67de" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_07de3282aa1b1f96072660bc1910c4ce.setContent(html_80bba7189adaf71fe1dc237f495d67de);
|
|
|
|
|
|
|
|
marker_30277dba5e2fdad507691e5750845287.bindPopup(popup_07de3282aa1b1f96072660bc1910c4ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30277dba5e2fdad507691e5750845287.setIcon(icon_eb026cb3a3ff3fd26c0abada3661b254);
|
|
|
|
|
|
var marker_87ef884952d50f9ff8cc6e854c92cf53 = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_baa1bd6258d53d22135bff25346899cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f605e444643b2c896ceacd8bb88284d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db84e838eefddda1b70b559dea247d11 = $(`<div id="html_db84e838eefddda1b70b559dea247d11" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_6f605e444643b2c896ceacd8bb88284d.setContent(html_db84e838eefddda1b70b559dea247d11);
|
|
|
|
|
|
|
|
marker_87ef884952d50f9ff8cc6e854c92cf53.bindPopup(popup_6f605e444643b2c896ceacd8bb88284d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87ef884952d50f9ff8cc6e854c92cf53.setIcon(icon_baa1bd6258d53d22135bff25346899cc);
|
|
|
|
|
|
var marker_ac44a5689e391d907b501ff4bde51816 = L.marker(
|
|
[51.8933, 4.42083],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_67e1d93027ddaa15733af93c683211fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a22bca05646d6afe23166f455843c0cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2323418e7566973d27b93a40ed04e62f = $(`<div id="html_2323418e7566973d27b93a40ed04e62f" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_a22bca05646d6afe23166f455843c0cc.setContent(html_2323418e7566973d27b93a40ed04e62f);
|
|
|
|
|
|
|
|
marker_ac44a5689e391d907b501ff4bde51816.bindPopup(popup_a22bca05646d6afe23166f455843c0cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac44a5689e391d907b501ff4bde51816.setIcon(icon_67e1d93027ddaa15733af93c683211fa);
|
|
|
|
|
|
var marker_7c9ddf9d291dbb49230e2d4a8eee7f0e = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_89a2c4cd7af7f0871e34298feacdcb7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4496faeae28ed6a197469f0e3ae4f412 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_019b7bbd6b7f782be93a8c523c9e175e = $(`<div id="html_019b7bbd6b7f782be93a8c523c9e175e" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_4496faeae28ed6a197469f0e3ae4f412.setContent(html_019b7bbd6b7f782be93a8c523c9e175e);
|
|
|
|
|
|
|
|
marker_7c9ddf9d291dbb49230e2d4a8eee7f0e.bindPopup(popup_4496faeae28ed6a197469f0e3ae4f412)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c9ddf9d291dbb49230e2d4a8eee7f0e.setIcon(icon_89a2c4cd7af7f0871e34298feacdcb7b);
|
|
|
|
|
|
var marker_de9e3a8c21fc1b8bb077b2adde9bde25 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_e12c2514327a0190ff40192bb69ee299 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c3f1c5e7cb5d76c792ba85e58dc4ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30c3c4a51a34ad387c34c6d5fd1417c8 = $(`<div id="html_30c3c4a51a34ad387c34c6d5fd1417c8" style="width: 100.0%; height: 100.0%;">nostr.einundzwanzig.space</div>`)[0];
|
|
popup_48c3f1c5e7cb5d76c792ba85e58dc4ad.setContent(html_30c3c4a51a34ad387c34c6d5fd1417c8);
|
|
|
|
|
|
|
|
marker_de9e3a8c21fc1b8bb077b2adde9bde25.bindPopup(popup_48c3f1c5e7cb5d76c792ba85e58dc4ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de9e3a8c21fc1b8bb077b2adde9bde25.setIcon(icon_e12c2514327a0190ff40192bb69ee299);
|
|
|
|
|
|
var marker_7c891080b8667bddb38d636102a59b33 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_c8e82d8adef341473c613010bdf83d7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f659edb2ef1bb0a1d2e64081f1a073bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af0062866b5e2d0a232ad334549848e9 = $(`<div id="html_af0062866b5e2d0a232ad334549848e9" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_f659edb2ef1bb0a1d2e64081f1a073bc.setContent(html_af0062866b5e2d0a232ad334549848e9);
|
|
|
|
|
|
|
|
marker_7c891080b8667bddb38d636102a59b33.bindPopup(popup_f659edb2ef1bb0a1d2e64081f1a073bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c891080b8667bddb38d636102a59b33.setIcon(icon_c8e82d8adef341473c613010bdf83d7f);
|
|
|
|
|
|
var marker_92166f15df5d3967d146363bc9dc2502 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8c301e6fde34b2902a2433e0ed615d82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5451405017c7e698779645c89601ea5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd3e9a1680c0f4e451ae6e8c3d4d983 = $(`<div id="html_3cd3e9a1680c0f4e451ae6e8c3d4d983" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_b5451405017c7e698779645c89601ea5.setContent(html_3cd3e9a1680c0f4e451ae6e8c3d4d983);
|
|
|
|
|
|
|
|
marker_92166f15df5d3967d146363bc9dc2502.bindPopup(popup_b5451405017c7e698779645c89601ea5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92166f15df5d3967d146363bc9dc2502.setIcon(icon_8c301e6fde34b2902a2433e0ed615d82);
|
|
|
|
|
|
var marker_458b1222c6e07b2fc2538703331a4f5a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9e675c9e1eb51c3d1f5aacdf65ef3060 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a5588720ac92eed3d9810c618c95d5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66ded8c433308ed37cc141f7a7ae9920 = $(`<div id="html_66ded8c433308ed37cc141f7a7ae9920" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_0a5588720ac92eed3d9810c618c95d5b.setContent(html_66ded8c433308ed37cc141f7a7ae9920);
|
|
|
|
|
|
|
|
marker_458b1222c6e07b2fc2538703331a4f5a.bindPopup(popup_0a5588720ac92eed3d9810c618c95d5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_458b1222c6e07b2fc2538703331a4f5a.setIcon(icon_9e675c9e1eb51c3d1f5aacdf65ef3060);
|
|
|
|
|
|
var marker_20c2e8d5f4e978faca957214b0d238d4 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a517ea2fe228d73ab787ced14c805089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c084cc8d5e0c23eac4bfb03ff9fb02d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2adc7d2a461cb3bb5e431911237329a4 = $(`<div id="html_2adc7d2a461cb3bb5e431911237329a4" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_c084cc8d5e0c23eac4bfb03ff9fb02d2.setContent(html_2adc7d2a461cb3bb5e431911237329a4);
|
|
|
|
|
|
|
|
marker_20c2e8d5f4e978faca957214b0d238d4.bindPopup(popup_c084cc8d5e0c23eac4bfb03ff9fb02d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20c2e8d5f4e978faca957214b0d238d4.setIcon(icon_a517ea2fe228d73ab787ced14c805089);
|
|
|
|
|
|
var marker_adfc6cb4855f7813cf79e2c7b4663d96 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_661dd3f6baf306a795513e1a9e03d0f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11c49ec11aa08051ff040178a6f0d997 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91ca3e80f5e555d49fc082b42e8e0a33 = $(`<div id="html_91ca3e80f5e555d49fc082b42e8e0a33" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_11c49ec11aa08051ff040178a6f0d997.setContent(html_91ca3e80f5e555d49fc082b42e8e0a33);
|
|
|
|
|
|
|
|
marker_adfc6cb4855f7813cf79e2c7b4663d96.bindPopup(popup_11c49ec11aa08051ff040178a6f0d997)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adfc6cb4855f7813cf79e2c7b4663d96.setIcon(icon_661dd3f6baf306a795513e1a9e03d0f4);
|
|
|
|
|
|
var marker_71fa8e51d815822f060cff1aa6aa3a09 = L.marker(
|
|
[45.5029, -73.5723],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f7198438597f65a279af05fa4e5d07b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e935ddcd907b690e097a66c0e9db390b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60c15888186351b5d8da6e96f6919ee1 = $(`<div id="html_60c15888186351b5d8da6e96f6919ee1" style="width: 100.0%; height: 100.0%;">zap.watch</div>`)[0];
|
|
popup_e935ddcd907b690e097a66c0e9db390b.setContent(html_60c15888186351b5d8da6e96f6919ee1);
|
|
|
|
|
|
|
|
marker_71fa8e51d815822f060cff1aa6aa3a09.bindPopup(popup_e935ddcd907b690e097a66c0e9db390b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71fa8e51d815822f060cff1aa6aa3a09.setIcon(icon_f7198438597f65a279af05fa4e5d07b1);
|
|
|
|
|
|
var marker_3e3a07c9f348e97dfa18efdc84a2d52b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6888ef56e31725be43f9fb7279478cf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6888df1eff0a9e35d22f4df2b96fcb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f44b605f818f53ad4b58204288105335 = $(`<div id="html_f44b605f818f53ad4b58204288105335" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_d6888df1eff0a9e35d22f4df2b96fcb7.setContent(html_f44b605f818f53ad4b58204288105335);
|
|
|
|
|
|
|
|
marker_3e3a07c9f348e97dfa18efdc84a2d52b.bindPopup(popup_d6888df1eff0a9e35d22f4df2b96fcb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e3a07c9f348e97dfa18efdc84a2d52b.setIcon(icon_6888ef56e31725be43f9fb7279478cf1);
|
|
|
|
|
|
var marker_2b756ef45c628eadaa997cf748129a64 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_28fa87d0914238063c31659951fd3f17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bf3c40193464033de686e2b118715d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92d2f4d288bb9e3709b6abdb5eb516f1 = $(`<div id="html_92d2f4d288bb9e3709b6abdb5eb516f1" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_6bf3c40193464033de686e2b118715d8.setContent(html_92d2f4d288bb9e3709b6abdb5eb516f1);
|
|
|
|
|
|
|
|
marker_2b756ef45c628eadaa997cf748129a64.bindPopup(popup_6bf3c40193464033de686e2b118715d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b756ef45c628eadaa997cf748129a64.setIcon(icon_28fa87d0914238063c31659951fd3f17);
|
|
|
|
|
|
var marker_a98430a09c9a133a3eca7892eefd5e9b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_42f86853af7f30f85999a99b23b765ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e1a824317a0933c7b164fe056b9a966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5eb01ebf1aa37fa0a4047124a4e55dbf = $(`<div id="html_5eb01ebf1aa37fa0a4047124a4e55dbf" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_6e1a824317a0933c7b164fe056b9a966.setContent(html_5eb01ebf1aa37fa0a4047124a4e55dbf);
|
|
|
|
|
|
|
|
marker_a98430a09c9a133a3eca7892eefd5e9b.bindPopup(popup_6e1a824317a0933c7b164fe056b9a966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a98430a09c9a133a3eca7892eefd5e9b.setIcon(icon_42f86853af7f30f85999a99b23b765ae);
|
|
|
|
|
|
var marker_516493c307de63a8c2f1cd2b244dea2d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0ad7998a40faddd255fc34de9934c708 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb0d19f902a67892ee4c42584efad2ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cf222efb6344f033191905250a71ddb = $(`<div id="html_6cf222efb6344f033191905250a71ddb" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_eb0d19f902a67892ee4c42584efad2ef.setContent(html_6cf222efb6344f033191905250a71ddb);
|
|
|
|
|
|
|
|
marker_516493c307de63a8c2f1cd2b244dea2d.bindPopup(popup_eb0d19f902a67892ee4c42584efad2ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_516493c307de63a8c2f1cd2b244dea2d.setIcon(icon_0ad7998a40faddd255fc34de9934c708);
|
|
|
|
|
|
var marker_551f0356f254c9a85a9981b612c97a7c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_33e88009d704ae06cb1e28da06ce5aa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9198d65c58e6678c9c2cb799c96a1bc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e559e05f6f91b9e41f27530ab9d64f4 = $(`<div id="html_4e559e05f6f91b9e41f27530ab9d64f4" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_9198d65c58e6678c9c2cb799c96a1bc8.setContent(html_4e559e05f6f91b9e41f27530ab9d64f4);
|
|
|
|
|
|
|
|
marker_551f0356f254c9a85a9981b612c97a7c.bindPopup(popup_9198d65c58e6678c9c2cb799c96a1bc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_551f0356f254c9a85a9981b612c97a7c.setIcon(icon_33e88009d704ae06cb1e28da06ce5aa1);
|
|
|
|
|
|
var marker_40ca6048ad48ddb972699df140d4d437 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_fccbf8e47f0379ef79697a421f0b583a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7285412163fcf20e2cfc3b0de881aa5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6262119db195ac327ae83b4689486c4a = $(`<div id="html_6262119db195ac327ae83b4689486c4a" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_7285412163fcf20e2cfc3b0de881aa5b.setContent(html_6262119db195ac327ae83b4689486c4a);
|
|
|
|
|
|
|
|
marker_40ca6048ad48ddb972699df140d4d437.bindPopup(popup_7285412163fcf20e2cfc3b0de881aa5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40ca6048ad48ddb972699df140d4d437.setIcon(icon_fccbf8e47f0379ef79697a421f0b583a);
|
|
|
|
|
|
var marker_b47bc723f4e77c528cebbcbf29bc783c = L.marker(
|
|
[50.9928, 3.26317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6bc9a0c3e713bdf9df881ca4909196f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d36b01cde3fa2117f2cb00c117394757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_932906fb79333cd310d3c2a21984f23e = $(`<div id="html_932906fb79333cd310d3c2a21984f23e" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_d36b01cde3fa2117f2cb00c117394757.setContent(html_932906fb79333cd310d3c2a21984f23e);
|
|
|
|
|
|
|
|
marker_b47bc723f4e77c528cebbcbf29bc783c.bindPopup(popup_d36b01cde3fa2117f2cb00c117394757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b47bc723f4e77c528cebbcbf29bc783c.setIcon(icon_6bc9a0c3e713bdf9df881ca4909196f5);
|
|
|
|
|
|
var marker_520273aa50739b817c37ef4f22f95aaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7da20b3aea43381827059d9d998e3002 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb2dd3c5c089d6ee6bf5c5eaa4227649 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ae35078d5e61130d0044bde759d8e6f = $(`<div id="html_9ae35078d5e61130d0044bde759d8e6f" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_cb2dd3c5c089d6ee6bf5c5eaa4227649.setContent(html_9ae35078d5e61130d0044bde759d8e6f);
|
|
|
|
|
|
|
|
marker_520273aa50739b817c37ef4f22f95aaa.bindPopup(popup_cb2dd3c5c089d6ee6bf5c5eaa4227649)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_520273aa50739b817c37ef4f22f95aaa.setIcon(icon_7da20b3aea43381827059d9d998e3002);
|
|
|
|
|
|
var marker_8e02707451a54731f5ac0e70ae4b6217 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_dadb5a5706fb0a35026fae53b3fc2795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9ecaa183676d097eb49ec610e9ec14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11ddde24fa831bc061efb511554aaa5a = $(`<div id="html_11ddde24fa831bc061efb511554aaa5a" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_9a9ecaa183676d097eb49ec610e9ec14.setContent(html_11ddde24fa831bc061efb511554aaa5a);
|
|
|
|
|
|
|
|
marker_8e02707451a54731f5ac0e70ae4b6217.bindPopup(popup_9a9ecaa183676d097eb49ec610e9ec14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e02707451a54731f5ac0e70ae4b6217.setIcon(icon_dadb5a5706fb0a35026fae53b3fc2795);
|
|
|
|
|
|
var marker_21303bc86d256183c1e8b1a03e305696 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8e827008481a18bc3603cd35d566b029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a758e853b07bc4c5b0c38ee0931a6af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2583e9df87889fdc7e86e116f5ef74c3 = $(`<div id="html_2583e9df87889fdc7e86e116f5ef74c3" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_9a758e853b07bc4c5b0c38ee0931a6af.setContent(html_2583e9df87889fdc7e86e116f5ef74c3);
|
|
|
|
|
|
|
|
marker_21303bc86d256183c1e8b1a03e305696.bindPopup(popup_9a758e853b07bc4c5b0c38ee0931a6af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21303bc86d256183c1e8b1a03e305696.setIcon(icon_8e827008481a18bc3603cd35d566b029);
|
|
|
|
|
|
var marker_c46f71d3236478dad2e16927711f786a = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_cb60015167e34da7c65f1524664dc457 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c68152af9bdc4c5775843d29cce752ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf7fbf072ace0e8dd21aa697655a3d2c = $(`<div id="html_bf7fbf072ace0e8dd21aa697655a3d2c" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_c68152af9bdc4c5775843d29cce752ff.setContent(html_bf7fbf072ace0e8dd21aa697655a3d2c);
|
|
|
|
|
|
|
|
marker_c46f71d3236478dad2e16927711f786a.bindPopup(popup_c68152af9bdc4c5775843d29cce752ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c46f71d3236478dad2e16927711f786a.setIcon(icon_cb60015167e34da7c65f1524664dc457);
|
|
|
|
|
|
var marker_ef39beeb31739174b7986d25ae81039c = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_12c87ad9ab365bcf4596128c33cdb61c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01674da6f4fa89675b455601d5a95bfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7943fd30222f41f26c3ed163b8ba0674 = $(`<div id="html_7943fd30222f41f26c3ed163b8ba0674" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_01674da6f4fa89675b455601d5a95bfb.setContent(html_7943fd30222f41f26c3ed163b8ba0674);
|
|
|
|
|
|
|
|
marker_ef39beeb31739174b7986d25ae81039c.bindPopup(popup_01674da6f4fa89675b455601d5a95bfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef39beeb31739174b7986d25ae81039c.setIcon(icon_12c87ad9ab365bcf4596128c33cdb61c);
|
|
|
|
|
|
var marker_9fe416750155215d815693f8cdec3aa7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6f68ee6f94fd596f1857657c9d082739 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c6594814a1e7525f7d2166fb997f1ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d62ea338f9d6ee9daff0c934ce3f285 = $(`<div id="html_3d62ea338f9d6ee9daff0c934ce3f285" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_6c6594814a1e7525f7d2166fb997f1ff.setContent(html_3d62ea338f9d6ee9daff0c934ce3f285);
|
|
|
|
|
|
|
|
marker_9fe416750155215d815693f8cdec3aa7.bindPopup(popup_6c6594814a1e7525f7d2166fb997f1ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fe416750155215d815693f8cdec3aa7.setIcon(icon_6f68ee6f94fd596f1857657c9d082739);
|
|
|
|
|
|
var marker_ca75620ceaa6bafe47e55728ae69c9a4 = L.marker(
|
|
[13.7584, 100.622],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7af3199c29e8633b4068e65cb405b34c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be531e93f6053a16f74452e860437cc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_866495c8afa8f1d683901c875346b629 = $(`<div id="html_866495c8afa8f1d683901c875346b629" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_be531e93f6053a16f74452e860437cc4.setContent(html_866495c8afa8f1d683901c875346b629);
|
|
|
|
|
|
|
|
marker_ca75620ceaa6bafe47e55728ae69c9a4.bindPopup(popup_be531e93f6053a16f74452e860437cc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca75620ceaa6bafe47e55728ae69c9a4.setIcon(icon_7af3199c29e8633b4068e65cb405b34c);
|
|
|
|
|
|
var marker_3df8f18eb3f286451216517d8283aca8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_72d2003736008404841a56c884ac067f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_352917aaf01fbf4c01cb43f8b7790909 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1590dacf535eee5810b4969f439f0f9c = $(`<div id="html_1590dacf535eee5810b4969f439f0f9c" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_352917aaf01fbf4c01cb43f8b7790909.setContent(html_1590dacf535eee5810b4969f439f0f9c);
|
|
|
|
|
|
|
|
marker_3df8f18eb3f286451216517d8283aca8.bindPopup(popup_352917aaf01fbf4c01cb43f8b7790909)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3df8f18eb3f286451216517d8283aca8.setIcon(icon_72d2003736008404841a56c884ac067f);
|
|
|
|
|
|
var marker_9a0131a93a065a3ae99c0e965d6c49cc = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f96dd261400720d1d5ef841519371ec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da2c0d6bc10ce876d6aaa6b0198e4d0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ad45e2952e4c727c050bfc443d497fa = $(`<div id="html_8ad45e2952e4c727c050bfc443d497fa" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_da2c0d6bc10ce876d6aaa6b0198e4d0c.setContent(html_8ad45e2952e4c727c050bfc443d497fa);
|
|
|
|
|
|
|
|
marker_9a0131a93a065a3ae99c0e965d6c49cc.bindPopup(popup_da2c0d6bc10ce876d6aaa6b0198e4d0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a0131a93a065a3ae99c0e965d6c49cc.setIcon(icon_f96dd261400720d1d5ef841519371ec0);
|
|
|
|
|
|
var marker_a6226c7b6d1215a49b1c4fcbd076e1b4 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d01c562c2ee3b24743e1b5f27b0d4e1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1f69db7009d2e5e4bf321285f43f467 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec5d2328543d823dd889f2bf7224dc70 = $(`<div id="html_ec5d2328543d823dd889f2bf7224dc70" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_f1f69db7009d2e5e4bf321285f43f467.setContent(html_ec5d2328543d823dd889f2bf7224dc70);
|
|
|
|
|
|
|
|
marker_a6226c7b6d1215a49b1c4fcbd076e1b4.bindPopup(popup_f1f69db7009d2e5e4bf321285f43f467)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6226c7b6d1215a49b1c4fcbd076e1b4.setIcon(icon_d01c562c2ee3b24743e1b5f27b0d4e1f);
|
|
|
|
|
|
var marker_1a8a7fb710b955f42d886ed47ae1a943 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d7ea7956f290a464e8502005d1af7a5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d323f921b0ce74a7ae4598b6e89417d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd2eec08b77a68e90d6d3810aa870629 = $(`<div id="html_fd2eec08b77a68e90d6d3810aa870629" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_d323f921b0ce74a7ae4598b6e89417d3.setContent(html_fd2eec08b77a68e90d6d3810aa870629);
|
|
|
|
|
|
|
|
marker_1a8a7fb710b955f42d886ed47ae1a943.bindPopup(popup_d323f921b0ce74a7ae4598b6e89417d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a8a7fb710b955f42d886ed47ae1a943.setIcon(icon_d7ea7956f290a464e8502005d1af7a5b);
|
|
|
|
|
|
var marker_ac866eb96ba2f5f9e9bff17e37329fa4 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a4c600a7fc101ddb2e57e774a30cc7c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_186d2fab118df75b4326f37f52ea131c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b68f14d29a1fc0ceeecd39a46d7165 = $(`<div id="html_19b68f14d29a1fc0ceeecd39a46d7165" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_186d2fab118df75b4326f37f52ea131c.setContent(html_19b68f14d29a1fc0ceeecd39a46d7165);
|
|
|
|
|
|
|
|
marker_ac866eb96ba2f5f9e9bff17e37329fa4.bindPopup(popup_186d2fab118df75b4326f37f52ea131c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac866eb96ba2f5f9e9bff17e37329fa4.setIcon(icon_a4c600a7fc101ddb2e57e774a30cc7c6);
|
|
|
|
|
|
var marker_af35590a9ff5c0f40fa2fc446efbe830 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d0b445652370725f62e4db782e289bcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d940853d004db18bf623b75d1998c033 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2768af3fdbbf3654f287a21600340e79 = $(`<div id="html_2768af3fdbbf3654f287a21600340e79" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_d940853d004db18bf623b75d1998c033.setContent(html_2768af3fdbbf3654f287a21600340e79);
|
|
|
|
|
|
|
|
marker_af35590a9ff5c0f40fa2fc446efbe830.bindPopup(popup_d940853d004db18bf623b75d1998c033)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af35590a9ff5c0f40fa2fc446efbe830.setIcon(icon_d0b445652370725f62e4db782e289bcc);
|
|
|
|
|
|
var marker_99fb402551ba0c0e003a8536f8be8f33 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6b3e67221f0b0e2a685bb1923fd17b26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_271aa8131a7bb7d4a07c06290c5c49d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a40431474e8f04fa8c9cbcb6ee676c3b = $(`<div id="html_a40431474e8f04fa8c9cbcb6ee676c3b" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_271aa8131a7bb7d4a07c06290c5c49d6.setContent(html_a40431474e8f04fa8c9cbcb6ee676c3b);
|
|
|
|
|
|
|
|
marker_99fb402551ba0c0e003a8536f8be8f33.bindPopup(popup_271aa8131a7bb7d4a07c06290c5c49d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99fb402551ba0c0e003a8536f8be8f33.setIcon(icon_6b3e67221f0b0e2a685bb1923fd17b26);
|
|
|
|
|
|
var marker_1daefeb267211e92d5835249845769fd = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_b866fd49c64a85232b19a6e315d9ebe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34a6e8d7e68548782bb98cedee63bc30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd0a2f4e0ce31cbd23bad04a785d2114 = $(`<div id="html_fd0a2f4e0ce31cbd23bad04a785d2114" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_34a6e8d7e68548782bb98cedee63bc30.setContent(html_fd0a2f4e0ce31cbd23bad04a785d2114);
|
|
|
|
|
|
|
|
marker_1daefeb267211e92d5835249845769fd.bindPopup(popup_34a6e8d7e68548782bb98cedee63bc30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1daefeb267211e92d5835249845769fd.setIcon(icon_b866fd49c64a85232b19a6e315d9ebe1);
|
|
|
|
|
|
var marker_9a0d3e901b65180764a6d0f06ac30c7d = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_ef3b486e8fe7f31b3751f64638580352 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c31cc0ba721ba9d70dbd1edecf70e1f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc10468e5b7bbfe1b0a2529754cf57a5 = $(`<div id="html_cc10468e5b7bbfe1b0a2529754cf57a5" style="width: 100.0%; height: 100.0%;">relay.nostraddress.com</div>`)[0];
|
|
popup_c31cc0ba721ba9d70dbd1edecf70e1f0.setContent(html_cc10468e5b7bbfe1b0a2529754cf57a5);
|
|
|
|
|
|
|
|
marker_9a0d3e901b65180764a6d0f06ac30c7d.bindPopup(popup_c31cc0ba721ba9d70dbd1edecf70e1f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a0d3e901b65180764a6d0f06ac30c7d.setIcon(icon_ef3b486e8fe7f31b3751f64638580352);
|
|
|
|
|
|
var marker_740cd0581adc102e8b536ad4f50e6e76 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7ab41b05c7bc02d1147c3bf09f4800c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_732877487c9ca2f4b807de399cf099d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63644f9efe1ad1875c6d6e14cc9942e7 = $(`<div id="html_63644f9efe1ad1875c6d6e14cc9942e7" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_732877487c9ca2f4b807de399cf099d9.setContent(html_63644f9efe1ad1875c6d6e14cc9942e7);
|
|
|
|
|
|
|
|
marker_740cd0581adc102e8b536ad4f50e6e76.bindPopup(popup_732877487c9ca2f4b807de399cf099d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_740cd0581adc102e8b536ad4f50e6e76.setIcon(icon_7ab41b05c7bc02d1147c3bf09f4800c0);
|
|
|
|
|
|
var marker_20853686c8db861c309c6a77c85daa7a = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6de01d6f1fc2b0a2332165b9ffa2a03a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d44a4e5979c360c6918b2b6086f1b9de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8065145f83290969b6bc3adaf648964f = $(`<div id="html_8065145f83290969b6bc3adaf648964f" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_d44a4e5979c360c6918b2b6086f1b9de.setContent(html_8065145f83290969b6bc3adaf648964f);
|
|
|
|
|
|
|
|
marker_20853686c8db861c309c6a77c85daa7a.bindPopup(popup_d44a4e5979c360c6918b2b6086f1b9de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20853686c8db861c309c6a77c85daa7a.setIcon(icon_6de01d6f1fc2b0a2332165b9ffa2a03a);
|
|
|
|
|
|
var marker_58f099ed4bfb609fcbecff2ae51f8740 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8e6e53914da9b903cf4d618a28993e55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e7c0481ad9e4240c29c40d31e1823d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b51316cd9db63844881c255ad2d62f75 = $(`<div id="html_b51316cd9db63844881c255ad2d62f75" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_1e7c0481ad9e4240c29c40d31e1823d3.setContent(html_b51316cd9db63844881c255ad2d62f75);
|
|
|
|
|
|
|
|
marker_58f099ed4bfb609fcbecff2ae51f8740.bindPopup(popup_1e7c0481ad9e4240c29c40d31e1823d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58f099ed4bfb609fcbecff2ae51f8740.setIcon(icon_8e6e53914da9b903cf4d618a28993e55);
|
|
|
|
|
|
var marker_16938379d0e38f75bf3e399cb31c5e14 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_113d5f9cc9912f3098fc8ddad6b619a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0b2f8d1baf4772d5edac621d4b6f069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_177f019e51e27c16bde2af1e9caba69d = $(`<div id="html_177f019e51e27c16bde2af1e9caba69d" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_a0b2f8d1baf4772d5edac621d4b6f069.setContent(html_177f019e51e27c16bde2af1e9caba69d);
|
|
|
|
|
|
|
|
marker_16938379d0e38f75bf3e399cb31c5e14.bindPopup(popup_a0b2f8d1baf4772d5edac621d4b6f069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16938379d0e38f75bf3e399cb31c5e14.setIcon(icon_113d5f9cc9912f3098fc8ddad6b619a5);
|
|
|
|
|
|
var marker_656b7a5065745c132e4b40ce95aa9216 = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_536387e6b283299f0f0719cd31bae8d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_204ee67aa70081515262cd81e59d7a2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f363b06e79f4394e3f7e731e68fb0ddb = $(`<div id="html_f363b06e79f4394e3f7e731e68fb0ddb" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_204ee67aa70081515262cd81e59d7a2e.setContent(html_f363b06e79f4394e3f7e731e68fb0ddb);
|
|
|
|
|
|
|
|
marker_656b7a5065745c132e4b40ce95aa9216.bindPopup(popup_204ee67aa70081515262cd81e59d7a2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_656b7a5065745c132e4b40ce95aa9216.setIcon(icon_536387e6b283299f0f0719cd31bae8d5);
|
|
|
|
|
|
var marker_f9db967da6d46a273e942618253c9c73 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_404f8a6a85379363f60aff4492e6598a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0ebe34d58519d6a687e0b2ac627409d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b79909b46f8ee8c9d83d0158eb6e19ef = $(`<div id="html_b79909b46f8ee8c9d83d0158eb6e19ef" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_f0ebe34d58519d6a687e0b2ac627409d.setContent(html_b79909b46f8ee8c9d83d0158eb6e19ef);
|
|
|
|
|
|
|
|
marker_f9db967da6d46a273e942618253c9c73.bindPopup(popup_f0ebe34d58519d6a687e0b2ac627409d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9db967da6d46a273e942618253c9c73.setIcon(icon_404f8a6a85379363f60aff4492e6598a);
|
|
|
|
|
|
var marker_4c82710e108ed446204a5ab701044abc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6960c0a8ddd92e86a1696cdf76b79031 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36f67c4ae1281d7c8749e27a4b14e177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcb8516f9913cf39cab30b81cb756f13 = $(`<div id="html_dcb8516f9913cf39cab30b81cb756f13" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_36f67c4ae1281d7c8749e27a4b14e177.setContent(html_dcb8516f9913cf39cab30b81cb756f13);
|
|
|
|
|
|
|
|
marker_4c82710e108ed446204a5ab701044abc.bindPopup(popup_36f67c4ae1281d7c8749e27a4b14e177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c82710e108ed446204a5ab701044abc.setIcon(icon_6960c0a8ddd92e86a1696cdf76b79031);
|
|
|
|
|
|
var marker_785a0859a07c8cd363e5582b9ff029ea = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a33cb50371692954e4becae8d0d48759 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e39e46340798fa8644223fdbf6facef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4db31c2ef910b14564330af081a186da = $(`<div id="html_4db31c2ef910b14564330af081a186da" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_3e39e46340798fa8644223fdbf6facef.setContent(html_4db31c2ef910b14564330af081a186da);
|
|
|
|
|
|
|
|
marker_785a0859a07c8cd363e5582b9ff029ea.bindPopup(popup_3e39e46340798fa8644223fdbf6facef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_785a0859a07c8cd363e5582b9ff029ea.setIcon(icon_a33cb50371692954e4becae8d0d48759);
|
|
|
|
|
|
var marker_8dcaa47afb2340a21b5f61bf0786a764 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_cfd843dfb61da77b27c3e40a13029c32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f643770b728821efdff7107e26f9078a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe48e74dbf7a8be148914fa9c7055912 = $(`<div id="html_fe48e74dbf7a8be148914fa9c7055912" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_f643770b728821efdff7107e26f9078a.setContent(html_fe48e74dbf7a8be148914fa9c7055912);
|
|
|
|
|
|
|
|
marker_8dcaa47afb2340a21b5f61bf0786a764.bindPopup(popup_f643770b728821efdff7107e26f9078a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dcaa47afb2340a21b5f61bf0786a764.setIcon(icon_cfd843dfb61da77b27c3e40a13029c32);
|
|
|
|
|
|
var marker_1690443597cf68e9d7e83037e227955c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8897fcfc178453194b4f4f463787da21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_952cbd56d1798a35fca863ffde9a3c62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7f5f612ae7b70efcbe0e8a517460018 = $(`<div id="html_c7f5f612ae7b70efcbe0e8a517460018" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_952cbd56d1798a35fca863ffde9a3c62.setContent(html_c7f5f612ae7b70efcbe0e8a517460018);
|
|
|
|
|
|
|
|
marker_1690443597cf68e9d7e83037e227955c.bindPopup(popup_952cbd56d1798a35fca863ffde9a3c62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1690443597cf68e9d7e83037e227955c.setIcon(icon_8897fcfc178453194b4f4f463787da21);
|
|
|
|
|
|
var marker_34278d2a7bc908476863c658dd29e6bc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_c566a6a8dc95ccbf694da9d911b52f12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_389eec3c127136beec524dfcda5a2b3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c0be01eda05ad020b8bb2c85fe3572f = $(`<div id="html_2c0be01eda05ad020b8bb2c85fe3572f" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_389eec3c127136beec524dfcda5a2b3c.setContent(html_2c0be01eda05ad020b8bb2c85fe3572f);
|
|
|
|
|
|
|
|
marker_34278d2a7bc908476863c658dd29e6bc.bindPopup(popup_389eec3c127136beec524dfcda5a2b3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34278d2a7bc908476863c658dd29e6bc.setIcon(icon_c566a6a8dc95ccbf694da9d911b52f12);
|
|
|
|
|
|
var marker_6054905facdafd72d63bf17d720228f4 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7372891540281d38a4b93c0de963fcdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_550522a1c7d29c22c142c69b9ae962bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_777e0bb24339fb19a28baf86992ab911 = $(`<div id="html_777e0bb24339fb19a28baf86992ab911" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_550522a1c7d29c22c142c69b9ae962bc.setContent(html_777e0bb24339fb19a28baf86992ab911);
|
|
|
|
|
|
|
|
marker_6054905facdafd72d63bf17d720228f4.bindPopup(popup_550522a1c7d29c22c142c69b9ae962bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6054905facdafd72d63bf17d720228f4.setIcon(icon_7372891540281d38a4b93c0de963fcdf);
|
|
|
|
|
|
var marker_816c6cd8c0b8e8ea1554e2c43f62b2a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_20c91d38babdbab38c345fe6aa4541a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d53ea2f407fe5459e97102984b9f0e78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd5d087f1e1ee55ba3806b61ecdf5163 = $(`<div id="html_cd5d087f1e1ee55ba3806b61ecdf5163" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_d53ea2f407fe5459e97102984b9f0e78.setContent(html_cd5d087f1e1ee55ba3806b61ecdf5163);
|
|
|
|
|
|
|
|
marker_816c6cd8c0b8e8ea1554e2c43f62b2a8.bindPopup(popup_d53ea2f407fe5459e97102984b9f0e78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_816c6cd8c0b8e8ea1554e2c43f62b2a8.setIcon(icon_20c91d38babdbab38c345fe6aa4541a2);
|
|
|
|
|
|
var marker_1882324e0542b536d7f321758fe09441 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_17925b69c232154d13a8c8ee01970258 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7f19386d924d237dd786d63194b21b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d90ffa4595cf05349eacc58cc933a3b = $(`<div id="html_1d90ffa4595cf05349eacc58cc933a3b" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_d7f19386d924d237dd786d63194b21b4.setContent(html_1d90ffa4595cf05349eacc58cc933a3b);
|
|
|
|
|
|
|
|
marker_1882324e0542b536d7f321758fe09441.bindPopup(popup_d7f19386d924d237dd786d63194b21b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1882324e0542b536d7f321758fe09441.setIcon(icon_17925b69c232154d13a8c8ee01970258);
|
|
|
|
|
|
var marker_200adce313396760c653c398dd5c1ced = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_068cb2f4eb1d38630959d679e48ca50d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79ed3098ebb971d4995a27cf9fa80196 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fbebb1bcf99c0dbc40ba8a9da2010be = $(`<div id="html_5fbebb1bcf99c0dbc40ba8a9da2010be" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_79ed3098ebb971d4995a27cf9fa80196.setContent(html_5fbebb1bcf99c0dbc40ba8a9da2010be);
|
|
|
|
|
|
|
|
marker_200adce313396760c653c398dd5c1ced.bindPopup(popup_79ed3098ebb971d4995a27cf9fa80196)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_200adce313396760c653c398dd5c1ced.setIcon(icon_068cb2f4eb1d38630959d679e48ca50d);
|
|
|
|
|
|
var marker_d9a31be6db129d7abd69e2556a778cc1 = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6bbedf655d695508356ab6483cb8ed6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e65aea588fc4f04669fa473cac673a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_392ec13c0209f061efb7744e2a007c37 = $(`<div id="html_392ec13c0209f061efb7744e2a007c37" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_4e65aea588fc4f04669fa473cac673a0.setContent(html_392ec13c0209f061efb7744e2a007c37);
|
|
|
|
|
|
|
|
marker_d9a31be6db129d7abd69e2556a778cc1.bindPopup(popup_4e65aea588fc4f04669fa473cac673a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9a31be6db129d7abd69e2556a778cc1.setIcon(icon_6bbedf655d695508356ab6483cb8ed6b);
|
|
|
|
|
|
var marker_fd7e459d4f80780aadf11775c75aeccb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7698d3551a48d1d46cdc60991efa3d7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eccb9884d0690f1e85148b150bcc8b33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4156de8ec85cfd4bcebfc5fbe1be4443 = $(`<div id="html_4156de8ec85cfd4bcebfc5fbe1be4443" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_eccb9884d0690f1e85148b150bcc8b33.setContent(html_4156de8ec85cfd4bcebfc5fbe1be4443);
|
|
|
|
|
|
|
|
marker_fd7e459d4f80780aadf11775c75aeccb.bindPopup(popup_eccb9884d0690f1e85148b150bcc8b33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd7e459d4f80780aadf11775c75aeccb.setIcon(icon_7698d3551a48d1d46cdc60991efa3d7c);
|
|
|
|
|
|
var marker_beb2e204c093228bdb30a2188071809c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_fc3ec6dc74d27a54e58af299cce69043 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7ea326b2a71ffb1b769003fcd549796 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b62a01ccff8deab744de696ee8ca5188 = $(`<div id="html_b62a01ccff8deab744de696ee8ca5188" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_d7ea326b2a71ffb1b769003fcd549796.setContent(html_b62a01ccff8deab744de696ee8ca5188);
|
|
|
|
|
|
|
|
marker_beb2e204c093228bdb30a2188071809c.bindPopup(popup_d7ea326b2a71ffb1b769003fcd549796)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beb2e204c093228bdb30a2188071809c.setIcon(icon_fc3ec6dc74d27a54e58af299cce69043);
|
|
|
|
|
|
var marker_2ef106c2e7343bd660f00074b1821e44 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6f97d7a2a21d1cfc48f597ab60aa9ceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1c632fd83b37b2c7f819366d762939b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b03380e037401fdd50e0f2b98cad4d1 = $(`<div id="html_5b03380e037401fdd50e0f2b98cad4d1" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_b1c632fd83b37b2c7f819366d762939b.setContent(html_5b03380e037401fdd50e0f2b98cad4d1);
|
|
|
|
|
|
|
|
marker_2ef106c2e7343bd660f00074b1821e44.bindPopup(popup_b1c632fd83b37b2c7f819366d762939b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ef106c2e7343bd660f00074b1821e44.setIcon(icon_6f97d7a2a21d1cfc48f597ab60aa9ceb);
|
|
|
|
|
|
var marker_b420469a2486c888399261ef4105a398 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1f0bf49adbc08407e67857bbf417dddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f94d1421cafd630f4e5e3c6a2a874b86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3acd64a0d9e34608ef3761317fe9ac78 = $(`<div id="html_3acd64a0d9e34608ef3761317fe9ac78" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_f94d1421cafd630f4e5e3c6a2a874b86.setContent(html_3acd64a0d9e34608ef3761317fe9ac78);
|
|
|
|
|
|
|
|
marker_b420469a2486c888399261ef4105a398.bindPopup(popup_f94d1421cafd630f4e5e3c6a2a874b86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b420469a2486c888399261ef4105a398.setIcon(icon_1f0bf49adbc08407e67857bbf417dddc);
|
|
|
|
|
|
var marker_6fce3a420573c9615bb07a2ceb32c16b = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_19d5e787fb0b3a153cfb87d4befc6ce0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_418c56794f8f3ba22d56f61cb8eb1a5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c917fa417d5b2b2cbc8d151aa060dc51 = $(`<div id="html_c917fa417d5b2b2cbc8d151aa060dc51" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_418c56794f8f3ba22d56f61cb8eb1a5e.setContent(html_c917fa417d5b2b2cbc8d151aa060dc51);
|
|
|
|
|
|
|
|
marker_6fce3a420573c9615bb07a2ceb32c16b.bindPopup(popup_418c56794f8f3ba22d56f61cb8eb1a5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fce3a420573c9615bb07a2ceb32c16b.setIcon(icon_19d5e787fb0b3a153cfb87d4befc6ce0);
|
|
|
|
|
|
var marker_7c52fd106ca8c68427c9c67bf7ac403d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_271ed7045f500a2b50a532219ac55534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b50c5a15f6e589bd9e833645f46cec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0ec35d08f89eb44a6b9490665f69330 = $(`<div id="html_a0ec35d08f89eb44a6b9490665f69330" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_4b50c5a15f6e589bd9e833645f46cec0.setContent(html_a0ec35d08f89eb44a6b9490665f69330);
|
|
|
|
|
|
|
|
marker_7c52fd106ca8c68427c9c67bf7ac403d.bindPopup(popup_4b50c5a15f6e589bd9e833645f46cec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c52fd106ca8c68427c9c67bf7ac403d.setIcon(icon_271ed7045f500a2b50a532219ac55534);
|
|
|
|
|
|
var marker_384cef345d0beb05792ba9c24b0687ed = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_47e7e2d3fb48d1916ed9b61e28731725 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74407a203d3b56bff774ab359e10755c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7be673af8ba10dbdc222de0919290238 = $(`<div id="html_7be673af8ba10dbdc222de0919290238" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_74407a203d3b56bff774ab359e10755c.setContent(html_7be673af8ba10dbdc222de0919290238);
|
|
|
|
|
|
|
|
marker_384cef345d0beb05792ba9c24b0687ed.bindPopup(popup_74407a203d3b56bff774ab359e10755c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_384cef345d0beb05792ba9c24b0687ed.setIcon(icon_47e7e2d3fb48d1916ed9b61e28731725);
|
|
|
|
|
|
var marker_29ebbd078742cb8b6fe766623166b657 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8d3fc0a057ee3132ee1c68a2462efc8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c284f866745a243fc4bb84fddb4d22cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad5bfa57b26c64656ba313a304a373c0 = $(`<div id="html_ad5bfa57b26c64656ba313a304a373c0" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_c284f866745a243fc4bb84fddb4d22cf.setContent(html_ad5bfa57b26c64656ba313a304a373c0);
|
|
|
|
|
|
|
|
marker_29ebbd078742cb8b6fe766623166b657.bindPopup(popup_c284f866745a243fc4bb84fddb4d22cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29ebbd078742cb8b6fe766623166b657.setIcon(icon_8d3fc0a057ee3132ee1c68a2462efc8a);
|
|
|
|
|
|
var marker_dd7aa6a2574d7f8086acd9bbcf067eb7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5b720fda380fdf43f4afaf02232a4b6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f069f53da97dabe882fde3e74b07dac6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4f34da45efeccf27873906d8bbcb6b8 = $(`<div id="html_f4f34da45efeccf27873906d8bbcb6b8" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_f069f53da97dabe882fde3e74b07dac6.setContent(html_f4f34da45efeccf27873906d8bbcb6b8);
|
|
|
|
|
|
|
|
marker_dd7aa6a2574d7f8086acd9bbcf067eb7.bindPopup(popup_f069f53da97dabe882fde3e74b07dac6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd7aa6a2574d7f8086acd9bbcf067eb7.setIcon(icon_5b720fda380fdf43f4afaf02232a4b6f);
|
|
|
|
|
|
var marker_1207916126976200f7e024e0c0a76f74 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_049d1e8559254414f2123deb0604b18d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_763fa43c1113a3b63b0c1a5191903ef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf2ad606161c93d8947c23d91ed81e4a = $(`<div id="html_bf2ad606161c93d8947c23d91ed81e4a" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_763fa43c1113a3b63b0c1a5191903ef2.setContent(html_bf2ad606161c93d8947c23d91ed81e4a);
|
|
|
|
|
|
|
|
marker_1207916126976200f7e024e0c0a76f74.bindPopup(popup_763fa43c1113a3b63b0c1a5191903ef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1207916126976200f7e024e0c0a76f74.setIcon(icon_049d1e8559254414f2123deb0604b18d);
|
|
|
|
|
|
var marker_ba585705793ae18d6b90d698766f709d = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5d9444d547fe11d4f366227646efda45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8dc3577f275b8ca5c83d22c953fc52b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b64381b7258d68890e6c66d530b7dd4 = $(`<div id="html_7b64381b7258d68890e6c66d530b7dd4" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_b8dc3577f275b8ca5c83d22c953fc52b.setContent(html_7b64381b7258d68890e6c66d530b7dd4);
|
|
|
|
|
|
|
|
marker_ba585705793ae18d6b90d698766f709d.bindPopup(popup_b8dc3577f275b8ca5c83d22c953fc52b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba585705793ae18d6b90d698766f709d.setIcon(icon_5d9444d547fe11d4f366227646efda45);
|
|
|
|
|
|
var marker_0cefb61573c84721a143db7f236f1413 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1abab5b155f5e53d72684541e67ba6a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bced395a19e350c078f160be9652610c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed2d0b63893bcd0ea721e5765240ddc3 = $(`<div id="html_ed2d0b63893bcd0ea721e5765240ddc3" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_bced395a19e350c078f160be9652610c.setContent(html_ed2d0b63893bcd0ea721e5765240ddc3);
|
|
|
|
|
|
|
|
marker_0cefb61573c84721a143db7f236f1413.bindPopup(popup_bced395a19e350c078f160be9652610c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cefb61573c84721a143db7f236f1413.setIcon(icon_1abab5b155f5e53d72684541e67ba6a0);
|
|
|
|
|
|
var marker_936f5ccbcd455389037641dd13761218 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_db0cf12da5fe422e7c94ccc23c52b24b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceb1399f8c8efd691915ef0c8be855be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e15c181ac89ec7b895234d73892f0019 = $(`<div id="html_e15c181ac89ec7b895234d73892f0019" style="width: 100.0%; height: 100.0%;">nostr.hole.cafe</div>`)[0];
|
|
popup_ceb1399f8c8efd691915ef0c8be855be.setContent(html_e15c181ac89ec7b895234d73892f0019);
|
|
|
|
|
|
|
|
marker_936f5ccbcd455389037641dd13761218.bindPopup(popup_ceb1399f8c8efd691915ef0c8be855be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_936f5ccbcd455389037641dd13761218.setIcon(icon_db0cf12da5fe422e7c94ccc23c52b24b);
|
|
|
|
|
|
var marker_b20bdd057419925c9679d575009db8c2 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5633e8370f574682de42570f9be80042 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fffbcb8cad74b6586c3a210f7cc1d6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ac348bef8fba94787227f2a365d1acc = $(`<div id="html_2ac348bef8fba94787227f2a365d1acc" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_9fffbcb8cad74b6586c3a210f7cc1d6e.setContent(html_2ac348bef8fba94787227f2a365d1acc);
|
|
|
|
|
|
|
|
marker_b20bdd057419925c9679d575009db8c2.bindPopup(popup_9fffbcb8cad74b6586c3a210f7cc1d6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b20bdd057419925c9679d575009db8c2.setIcon(icon_5633e8370f574682de42570f9be80042);
|
|
|
|
|
|
var marker_4827e1eeb16a0d918f99fb850fa9abac = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d389961b110a0294be5d6bddc0fb11b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae5128046578d31c28a712eae73e23d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_297d4e61a1c8d6c44f0b9ce133969817 = $(`<div id="html_297d4e61a1c8d6c44f0b9ce133969817" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_ae5128046578d31c28a712eae73e23d2.setContent(html_297d4e61a1c8d6c44f0b9ce133969817);
|
|
|
|
|
|
|
|
marker_4827e1eeb16a0d918f99fb850fa9abac.bindPopup(popup_ae5128046578d31c28a712eae73e23d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4827e1eeb16a0d918f99fb850fa9abac.setIcon(icon_d389961b110a0294be5d6bddc0fb11b6);
|
|
|
|
|
|
var marker_6c9bdca5fc1df4b74608b01dcf3f6b71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5d8bd016ffbb8ee438f503e385c97e6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4595b6bec1185c1786288bbc026b6180 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24850af1cac90ff60e284072f58f63a0 = $(`<div id="html_24850af1cac90ff60e284072f58f63a0" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_4595b6bec1185c1786288bbc026b6180.setContent(html_24850af1cac90ff60e284072f58f63a0);
|
|
|
|
|
|
|
|
marker_6c9bdca5fc1df4b74608b01dcf3f6b71.bindPopup(popup_4595b6bec1185c1786288bbc026b6180)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c9bdca5fc1df4b74608b01dcf3f6b71.setIcon(icon_5d8bd016ffbb8ee438f503e385c97e6e);
|
|
|
|
|
|
var marker_c9ba8dbf208396512cd8cbbddc38e649 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6e21cd5f3ce09484389e39bc06f2fa6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_359d2300138be9d7676af4b2ca5e160b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cde0a2afbc822fa32095927e6c9d90ec = $(`<div id="html_cde0a2afbc822fa32095927e6c9d90ec" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_359d2300138be9d7676af4b2ca5e160b.setContent(html_cde0a2afbc822fa32095927e6c9d90ec);
|
|
|
|
|
|
|
|
marker_c9ba8dbf208396512cd8cbbddc38e649.bindPopup(popup_359d2300138be9d7676af4b2ca5e160b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9ba8dbf208396512cd8cbbddc38e649.setIcon(icon_6e21cd5f3ce09484389e39bc06f2fa6b);
|
|
|
|
|
|
var marker_8dc35505ed71ebd23538156fd8b47966 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_50ff34b0c3022ae498ba69ba2a2b0908 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8befbd2005304fe1f2c760de87985f1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caf988bea86669f93ae90bbfd166be45 = $(`<div id="html_caf988bea86669f93ae90bbfd166be45" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_8befbd2005304fe1f2c760de87985f1e.setContent(html_caf988bea86669f93ae90bbfd166be45);
|
|
|
|
|
|
|
|
marker_8dc35505ed71ebd23538156fd8b47966.bindPopup(popup_8befbd2005304fe1f2c760de87985f1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dc35505ed71ebd23538156fd8b47966.setIcon(icon_50ff34b0c3022ae498ba69ba2a2b0908);
|
|
|
|
|
|
var marker_ebb578668d934329dd678258ff2cd346 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8165310d9aa3b082d8ab01a78fa9c3cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7a899082d4fa7d0bcb0972130fa4847 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab4e78266d9d0fe8a67ec75ebd3749a4 = $(`<div id="html_ab4e78266d9d0fe8a67ec75ebd3749a4" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_b7a899082d4fa7d0bcb0972130fa4847.setContent(html_ab4e78266d9d0fe8a67ec75ebd3749a4);
|
|
|
|
|
|
|
|
marker_ebb578668d934329dd678258ff2cd346.bindPopup(popup_b7a899082d4fa7d0bcb0972130fa4847)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebb578668d934329dd678258ff2cd346.setIcon(icon_8165310d9aa3b082d8ab01a78fa9c3cd);
|
|
|
|
|
|
var marker_a4abc47a1127b5b43ef07cef34e136fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_ed92b7a567fd4323d703fe135c34f141 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_999d4f9c5fb5af2a3fbd653bc1e87656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55bfb5b009c2ae1115d1d79bd1d0c03a = $(`<div id="html_55bfb5b009c2ae1115d1d79bd1d0c03a" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_999d4f9c5fb5af2a3fbd653bc1e87656.setContent(html_55bfb5b009c2ae1115d1d79bd1d0c03a);
|
|
|
|
|
|
|
|
marker_a4abc47a1127b5b43ef07cef34e136fc.bindPopup(popup_999d4f9c5fb5af2a3fbd653bc1e87656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4abc47a1127b5b43ef07cef34e136fc.setIcon(icon_ed92b7a567fd4323d703fe135c34f141);
|
|
|
|
|
|
var marker_0d15c810ee6f386f71a3c2bfe11a48ae = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d5fb75dc886205780f4b32e85836b44c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_662ab10bb31423ff7e1312166435ce30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6eaaae7eb0e0a4dcd0d219e3c4fcefc = $(`<div id="html_e6eaaae7eb0e0a4dcd0d219e3c4fcefc" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_662ab10bb31423ff7e1312166435ce30.setContent(html_e6eaaae7eb0e0a4dcd0d219e3c4fcefc);
|
|
|
|
|
|
|
|
marker_0d15c810ee6f386f71a3c2bfe11a48ae.bindPopup(popup_662ab10bb31423ff7e1312166435ce30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d15c810ee6f386f71a3c2bfe11a48ae.setIcon(icon_d5fb75dc886205780f4b32e85836b44c);
|
|
|
|
|
|
var marker_da6ec2b2f237768ad1e9b8f958906d70 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_aabaaaedf26aa56097cb24b807196cf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26dbff3a0771e35bdc4c7e890858ada5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7323c43c716055f59bb946cd1d623264 = $(`<div id="html_7323c43c716055f59bb946cd1d623264" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_26dbff3a0771e35bdc4c7e890858ada5.setContent(html_7323c43c716055f59bb946cd1d623264);
|
|
|
|
|
|
|
|
marker_da6ec2b2f237768ad1e9b8f958906d70.bindPopup(popup_26dbff3a0771e35bdc4c7e890858ada5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da6ec2b2f237768ad1e9b8f958906d70.setIcon(icon_aabaaaedf26aa56097cb24b807196cf0);
|
|
|
|
|
|
var marker_31bbd0c2d428a8bea970f512fd8d8589 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_dc6da2c6ee8232cefc37bcb478d2af88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b19042bcd27f4ab460c23f1d1edae562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6133e3c774fef2948331a7a030b0d969 = $(`<div id="html_6133e3c774fef2948331a7a030b0d969" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_b19042bcd27f4ab460c23f1d1edae562.setContent(html_6133e3c774fef2948331a7a030b0d969);
|
|
|
|
|
|
|
|
marker_31bbd0c2d428a8bea970f512fd8d8589.bindPopup(popup_b19042bcd27f4ab460c23f1d1edae562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31bbd0c2d428a8bea970f512fd8d8589.setIcon(icon_dc6da2c6ee8232cefc37bcb478d2af88);
|
|
|
|
|
|
var marker_7c7e801fe877e88b93fc1f70cc300818 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_59fad68ab0c0e41afb30fc498d1470f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f05fcbdcc38ace34665ecbcf31d0ba63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c225484a05d2013336e2e3e8a9ccb43 = $(`<div id="html_8c225484a05d2013336e2e3e8a9ccb43" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_f05fcbdcc38ace34665ecbcf31d0ba63.setContent(html_8c225484a05d2013336e2e3e8a9ccb43);
|
|
|
|
|
|
|
|
marker_7c7e801fe877e88b93fc1f70cc300818.bindPopup(popup_f05fcbdcc38ace34665ecbcf31d0ba63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c7e801fe877e88b93fc1f70cc300818.setIcon(icon_59fad68ab0c0e41afb30fc498d1470f9);
|
|
|
|
|
|
var marker_b1c8670651ec7e5862f30a6c8e59daa7 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a885c0de159354cb2eaeed32b43e83c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e302de4ee2a91088f3dd6fbfe74c257 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0789bc6c77ce672e1da2ab488ffd4ddf = $(`<div id="html_0789bc6c77ce672e1da2ab488ffd4ddf" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_8e302de4ee2a91088f3dd6fbfe74c257.setContent(html_0789bc6c77ce672e1da2ab488ffd4ddf);
|
|
|
|
|
|
|
|
marker_b1c8670651ec7e5862f30a6c8e59daa7.bindPopup(popup_8e302de4ee2a91088f3dd6fbfe74c257)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1c8670651ec7e5862f30a6c8e59daa7.setIcon(icon_a885c0de159354cb2eaeed32b43e83c5);
|
|
|
|
|
|
var marker_e3b946f358af79696e831300aaf430e3 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_48c259c5537ea167162f17a63656f51a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef60c16ed2e014fa7ad7c1dbc4f02ff1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e39117f75ee9821da4bb55c43ab81d3 = $(`<div id="html_5e39117f75ee9821da4bb55c43ab81d3" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_ef60c16ed2e014fa7ad7c1dbc4f02ff1.setContent(html_5e39117f75ee9821da4bb55c43ab81d3);
|
|
|
|
|
|
|
|
marker_e3b946f358af79696e831300aaf430e3.bindPopup(popup_ef60c16ed2e014fa7ad7c1dbc4f02ff1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3b946f358af79696e831300aaf430e3.setIcon(icon_48c259c5537ea167162f17a63656f51a);
|
|
|
|
|
|
var marker_f2f9b31264d376111e237a53d37f2737 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_48d98398dd8b50b3f8751e9aebca94f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c23d5dde5e2c40c69458735a41dbb14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32d2b860458d325408eb111cff809d78 = $(`<div id="html_32d2b860458d325408eb111cff809d78" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_9c23d5dde5e2c40c69458735a41dbb14.setContent(html_32d2b860458d325408eb111cff809d78);
|
|
|
|
|
|
|
|
marker_f2f9b31264d376111e237a53d37f2737.bindPopup(popup_9c23d5dde5e2c40c69458735a41dbb14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2f9b31264d376111e237a53d37f2737.setIcon(icon_48d98398dd8b50b3f8751e9aebca94f0);
|
|
|
|
|
|
var marker_457e0515f9ac2b620ac62a7d252a7813 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_89084185cd95667eaa161e94b6f940c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c893af1eb7c811236edb441a71095843 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7898babf0a4ff6a52a6a8dbdb9d77909 = $(`<div id="html_7898babf0a4ff6a52a6a8dbdb9d77909" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_c893af1eb7c811236edb441a71095843.setContent(html_7898babf0a4ff6a52a6a8dbdb9d77909);
|
|
|
|
|
|
|
|
marker_457e0515f9ac2b620ac62a7d252a7813.bindPopup(popup_c893af1eb7c811236edb441a71095843)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_457e0515f9ac2b620ac62a7d252a7813.setIcon(icon_89084185cd95667eaa161e94b6f940c3);
|
|
|
|
|
|
var marker_d32c086149d10a8a64133fead5284ac7 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_200b4b1f99dea83f2129933fd8c7967b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_943f33477efb5cb3011c864f43e5c73d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_590c53cc5ba43b310dd28c7e9df84beb = $(`<div id="html_590c53cc5ba43b310dd28c7e9df84beb" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_943f33477efb5cb3011c864f43e5c73d.setContent(html_590c53cc5ba43b310dd28c7e9df84beb);
|
|
|
|
|
|
|
|
marker_d32c086149d10a8a64133fead5284ac7.bindPopup(popup_943f33477efb5cb3011c864f43e5c73d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d32c086149d10a8a64133fead5284ac7.setIcon(icon_200b4b1f99dea83f2129933fd8c7967b);
|
|
|
|
|
|
var marker_cbe3d5e949601ceb48a4a6d8d2c9bafc = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_324ebfb04f7cb56c4a91446b181a16ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fe167088de9955608776732e65e0ecf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c353eb02f215a28c941f77322348273a = $(`<div id="html_c353eb02f215a28c941f77322348273a" style="width: 100.0%; height: 100.0%;">gnostr.com</div>`)[0];
|
|
popup_2fe167088de9955608776732e65e0ecf.setContent(html_c353eb02f215a28c941f77322348273a);
|
|
|
|
|
|
|
|
marker_cbe3d5e949601ceb48a4a6d8d2c9bafc.bindPopup(popup_2fe167088de9955608776732e65e0ecf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbe3d5e949601ceb48a4a6d8d2c9bafc.setIcon(icon_324ebfb04f7cb56c4a91446b181a16ab);
|
|
|
|
|
|
var marker_cae71cd1a92d34e3c25e25c12e48e6dd = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_55ca5b5a4ee9dc53b19c02a810bd74fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc091a8ea1a02508c8d09db7b799b85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a3d170419b3b291e587698f30b5ffec = $(`<div id="html_3a3d170419b3b291e587698f30b5ffec" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_dfc091a8ea1a02508c8d09db7b799b85.setContent(html_3a3d170419b3b291e587698f30b5ffec);
|
|
|
|
|
|
|
|
marker_cae71cd1a92d34e3c25e25c12e48e6dd.bindPopup(popup_dfc091a8ea1a02508c8d09db7b799b85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cae71cd1a92d34e3c25e25c12e48e6dd.setIcon(icon_55ca5b5a4ee9dc53b19c02a810bd74fe);
|
|
|
|
|
|
var marker_da662888dcb24a0bf356595cb6b5cb27 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_40a609968ed31b62fdb06e167fb929a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bec00a1ab69bba0acb9263ef49f48e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a87420f4044db5715a1e125864eb088b = $(`<div id="html_a87420f4044db5715a1e125864eb088b" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_6bec00a1ab69bba0acb9263ef49f48e9.setContent(html_a87420f4044db5715a1e125864eb088b);
|
|
|
|
|
|
|
|
marker_da662888dcb24a0bf356595cb6b5cb27.bindPopup(popup_6bec00a1ab69bba0acb9263ef49f48e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da662888dcb24a0bf356595cb6b5cb27.setIcon(icon_40a609968ed31b62fdb06e167fb929a2);
|
|
|
|
|
|
var marker_596b3f84d94032c220a278c90dc144bf = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5eac3127a84753559178a8d7230ba6be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_244e661fb5ada6aee362c60b516a3260 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d56fce6d0461279ed90d76cd74bda8fa = $(`<div id="html_d56fce6d0461279ed90d76cd74bda8fa" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_244e661fb5ada6aee362c60b516a3260.setContent(html_d56fce6d0461279ed90d76cd74bda8fa);
|
|
|
|
|
|
|
|
marker_596b3f84d94032c220a278c90dc144bf.bindPopup(popup_244e661fb5ada6aee362c60b516a3260)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_596b3f84d94032c220a278c90dc144bf.setIcon(icon_5eac3127a84753559178a8d7230ba6be);
|
|
|
|
|
|
var marker_0fac0961a5930434fa43f7a1b724592e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4c28fd3f464e917877c0db74a882e88f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8655b9d65ee44c89f88e3ce5723de31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26d2fad80791d7da529b3b30817df8b6 = $(`<div id="html_26d2fad80791d7da529b3b30817df8b6" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_e8655b9d65ee44c89f88e3ce5723de31.setContent(html_26d2fad80791d7da529b3b30817df8b6);
|
|
|
|
|
|
|
|
marker_0fac0961a5930434fa43f7a1b724592e.bindPopup(popup_e8655b9d65ee44c89f88e3ce5723de31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fac0961a5930434fa43f7a1b724592e.setIcon(icon_4c28fd3f464e917877c0db74a882e88f);
|
|
|
|
|
|
var marker_8081616f4a821fb73644fb2f72d04878 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_65fbf29d1fd7c63095b27729955223e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18dc1c1f9877f347de5d79f0966e5cdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e12944e8bee269837466c5c1f2e8c52d = $(`<div id="html_e12944e8bee269837466c5c1f2e8c52d" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_18dc1c1f9877f347de5d79f0966e5cdf.setContent(html_e12944e8bee269837466c5c1f2e8c52d);
|
|
|
|
|
|
|
|
marker_8081616f4a821fb73644fb2f72d04878.bindPopup(popup_18dc1c1f9877f347de5d79f0966e5cdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8081616f4a821fb73644fb2f72d04878.setIcon(icon_65fbf29d1fd7c63095b27729955223e0);
|
|
|
|
|
|
var marker_1771d9429596df5d2fe77c90a54058b3 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_67564012f3ee1d415b6378b814bf9dc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e244acca8a0d4b542f05d68492043d19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aff910780f71d66003060566f5d773fd = $(`<div id="html_aff910780f71d66003060566f5d773fd" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_e244acca8a0d4b542f05d68492043d19.setContent(html_aff910780f71d66003060566f5d773fd);
|
|
|
|
|
|
|
|
marker_1771d9429596df5d2fe77c90a54058b3.bindPopup(popup_e244acca8a0d4b542f05d68492043d19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1771d9429596df5d2fe77c90a54058b3.setIcon(icon_67564012f3ee1d415b6378b814bf9dc5);
|
|
|
|
|
|
var marker_da2ae01ec8bcec323abd23b46d008f2e = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_809ec6f353a8eefab8b0ad63e6daa257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b8dc0fc0032676d4475ebb833ec58ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2181800d25d150d527904dac91fa0f46 = $(`<div id="html_2181800d25d150d527904dac91fa0f46" style="width: 100.0%; height: 100.0%;">relay.13room.space</div>`)[0];
|
|
popup_4b8dc0fc0032676d4475ebb833ec58ce.setContent(html_2181800d25d150d527904dac91fa0f46);
|
|
|
|
|
|
|
|
marker_da2ae01ec8bcec323abd23b46d008f2e.bindPopup(popup_4b8dc0fc0032676d4475ebb833ec58ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da2ae01ec8bcec323abd23b46d008f2e.setIcon(icon_809ec6f353a8eefab8b0ad63e6daa257);
|
|
|
|
|
|
var marker_3b4840f889052f0e015db455d679fbb2 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f894939d6a6de64528a1b8ee045d64fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c391e5e64e9719a4b07b119954c09ac1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_101af9a691c5f08fae0af98e59e768c8 = $(`<div id="html_101af9a691c5f08fae0af98e59e768c8" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_c391e5e64e9719a4b07b119954c09ac1.setContent(html_101af9a691c5f08fae0af98e59e768c8);
|
|
|
|
|
|
|
|
marker_3b4840f889052f0e015db455d679fbb2.bindPopup(popup_c391e5e64e9719a4b07b119954c09ac1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b4840f889052f0e015db455d679fbb2.setIcon(icon_f894939d6a6de64528a1b8ee045d64fe);
|
|
|
|
|
|
var marker_d23a780249e4a3ea86f22e10ec4c64a2 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_372e737f49ed1a93075c67456b424c25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcaa83192c924bfd8f0283227072e7db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48f539a4c97e523523cc65377568de7a = $(`<div id="html_48f539a4c97e523523cc65377568de7a" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_bcaa83192c924bfd8f0283227072e7db.setContent(html_48f539a4c97e523523cc65377568de7a);
|
|
|
|
|
|
|
|
marker_d23a780249e4a3ea86f22e10ec4c64a2.bindPopup(popup_bcaa83192c924bfd8f0283227072e7db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d23a780249e4a3ea86f22e10ec4c64a2.setIcon(icon_372e737f49ed1a93075c67456b424c25);
|
|
|
|
|
|
var marker_6159a09b36bce596f30f05a4b8fb13f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7c59e11fd19a1894730ffcbfaab954e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f21b4d15456e4a3e0e87d1aa8cfdf1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ecc2f8b698c0ab8a0d3010de8c2dbba = $(`<div id="html_8ecc2f8b698c0ab8a0d3010de8c2dbba" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_3f21b4d15456e4a3e0e87d1aa8cfdf1e.setContent(html_8ecc2f8b698c0ab8a0d3010de8c2dbba);
|
|
|
|
|
|
|
|
marker_6159a09b36bce596f30f05a4b8fb13f8.bindPopup(popup_3f21b4d15456e4a3e0e87d1aa8cfdf1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6159a09b36bce596f30f05a4b8fb13f8.setIcon(icon_7c59e11fd19a1894730ffcbfaab954e7);
|
|
|
|
|
|
var marker_88da36d07d53554c6a6484f69c2caf77 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4006483067e6bbefbe37793b421d836b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f6748cbaefcc4bf4f451e86256831c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9f26bc932d3d34ba5d18f21c580ff6d = $(`<div id="html_e9f26bc932d3d34ba5d18f21c580ff6d" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_9f6748cbaefcc4bf4f451e86256831c6.setContent(html_e9f26bc932d3d34ba5d18f21c580ff6d);
|
|
|
|
|
|
|
|
marker_88da36d07d53554c6a6484f69c2caf77.bindPopup(popup_9f6748cbaefcc4bf4f451e86256831c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88da36d07d53554c6a6484f69c2caf77.setIcon(icon_4006483067e6bbefbe37793b421d836b);
|
|
|
|
|
|
var marker_8e037aecdcc397e4dc90e24ece54aaad = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4dc4879fcee2bed2f4d5c53808650426 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c67d8a9d1772f72d69be543c1c02c19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9ed59660104473fe2aabbf4418ba6ef = $(`<div id="html_c9ed59660104473fe2aabbf4418ba6ef" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_2c67d8a9d1772f72d69be543c1c02c19.setContent(html_c9ed59660104473fe2aabbf4418ba6ef);
|
|
|
|
|
|
|
|
marker_8e037aecdcc397e4dc90e24ece54aaad.bindPopup(popup_2c67d8a9d1772f72d69be543c1c02c19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e037aecdcc397e4dc90e24ece54aaad.setIcon(icon_4dc4879fcee2bed2f4d5c53808650426);
|
|
|
|
|
|
var marker_98ffe73e382657a448e4b6577a417bb9 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a392177427ec278d7302a1c8b3f00b1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_677af56ddc097b3bcfdbde76c8e0567e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f47f2ed29d329d04946cb85865b70ab = $(`<div id="html_5f47f2ed29d329d04946cb85865b70ab" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_677af56ddc097b3bcfdbde76c8e0567e.setContent(html_5f47f2ed29d329d04946cb85865b70ab);
|
|
|
|
|
|
|
|
marker_98ffe73e382657a448e4b6577a417bb9.bindPopup(popup_677af56ddc097b3bcfdbde76c8e0567e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98ffe73e382657a448e4b6577a417bb9.setIcon(icon_a392177427ec278d7302a1c8b3f00b1c);
|
|
|
|
|
|
var marker_95789a0eb1b0a00125a9dfefcf0023f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_36acbb1727a298118d747458f990bc7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91077fbfdb8764dd3e79e9f3e7674be1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7821df68592028dc5239cca7c03fdc66 = $(`<div id="html_7821df68592028dc5239cca7c03fdc66" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_91077fbfdb8764dd3e79e9f3e7674be1.setContent(html_7821df68592028dc5239cca7c03fdc66);
|
|
|
|
|
|
|
|
marker_95789a0eb1b0a00125a9dfefcf0023f7.bindPopup(popup_91077fbfdb8764dd3e79e9f3e7674be1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95789a0eb1b0a00125a9dfefcf0023f7.setIcon(icon_36acbb1727a298118d747458f990bc7a);
|
|
|
|
|
|
var marker_7e5229e0f2879eb7dad9413c54186ee6 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6160ecde3d3567d5e187f71e7551ff67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48fca26969db496e20a6b70f8bf89898 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db69dffb7d4cfb7c6d2ecb6efbd27ea7 = $(`<div id="html_db69dffb7d4cfb7c6d2ecb6efbd27ea7" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_48fca26969db496e20a6b70f8bf89898.setContent(html_db69dffb7d4cfb7c6d2ecb6efbd27ea7);
|
|
|
|
|
|
|
|
marker_7e5229e0f2879eb7dad9413c54186ee6.bindPopup(popup_48fca26969db496e20a6b70f8bf89898)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e5229e0f2879eb7dad9413c54186ee6.setIcon(icon_6160ecde3d3567d5e187f71e7551ff67);
|
|
|
|
|
|
var marker_e77a5df0c40fbdfa584ac99abe76f7fe = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d761d1c9c1f4d39ba51396f78242c9ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f3a39bbac101f9b52958f9c7b77c858 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95facf8a18dcd74527ad4feffad4d699 = $(`<div id="html_95facf8a18dcd74527ad4feffad4d699" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_0f3a39bbac101f9b52958f9c7b77c858.setContent(html_95facf8a18dcd74527ad4feffad4d699);
|
|
|
|
|
|
|
|
marker_e77a5df0c40fbdfa584ac99abe76f7fe.bindPopup(popup_0f3a39bbac101f9b52958f9c7b77c858)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e77a5df0c40fbdfa584ac99abe76f7fe.setIcon(icon_d761d1c9c1f4d39ba51396f78242c9ce);
|
|
|
|
|
|
var marker_40b0ba4cbbde26595b17867d22ddcc60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_c0ebcabe6bfc883284ceab2dbb5e5a47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c8bda57d6d141c198ae7416cc4ec3ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e65993ec0ec80c49bb4382603c5b9a83 = $(`<div id="html_e65993ec0ec80c49bb4382603c5b9a83" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_6c8bda57d6d141c198ae7416cc4ec3ec.setContent(html_e65993ec0ec80c49bb4382603c5b9a83);
|
|
|
|
|
|
|
|
marker_40b0ba4cbbde26595b17867d22ddcc60.bindPopup(popup_6c8bda57d6d141c198ae7416cc4ec3ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40b0ba4cbbde26595b17867d22ddcc60.setIcon(icon_c0ebcabe6bfc883284ceab2dbb5e5a47);
|
|
|
|
|
|
var marker_8a02611b8bb2e1d8f18989fb22a35065 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_896af8b8cb1170cb126ab70dc9437f5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_544a8add1e55e1a90892ca4a74f00890 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9206cabb17be153aefd2dc8db4337cbc = $(`<div id="html_9206cabb17be153aefd2dc8db4337cbc" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_544a8add1e55e1a90892ca4a74f00890.setContent(html_9206cabb17be153aefd2dc8db4337cbc);
|
|
|
|
|
|
|
|
marker_8a02611b8bb2e1d8f18989fb22a35065.bindPopup(popup_544a8add1e55e1a90892ca4a74f00890)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a02611b8bb2e1d8f18989fb22a35065.setIcon(icon_896af8b8cb1170cb126ab70dc9437f5e);
|
|
|
|
|
|
var marker_0238c342ede8f4632b66fd6c26ddcf7e = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_853339bb730620af9bae775076496f68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95cf343f6b6851b51d2216b6170b5f5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac63b7336f61e2727c9ebb4440b0ea63 = $(`<div id="html_ac63b7336f61e2727c9ebb4440b0ea63" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_95cf343f6b6851b51d2216b6170b5f5c.setContent(html_ac63b7336f61e2727c9ebb4440b0ea63);
|
|
|
|
|
|
|
|
marker_0238c342ede8f4632b66fd6c26ddcf7e.bindPopup(popup_95cf343f6b6851b51d2216b6170b5f5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0238c342ede8f4632b66fd6c26ddcf7e.setIcon(icon_853339bb730620af9bae775076496f68);
|
|
|
|
|
|
var marker_1b29fe551f9b2c87e532d567939f89c0 = L.marker(
|
|
[34.8587, 135.509],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6111d86631ad960c58737133716e50da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45f35236ac371972b78cd96f8d3d062f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ef76acab9376331edea9c922a8e2567 = $(`<div id="html_8ef76acab9376331edea9c922a8e2567" style="width: 100.0%; height: 100.0%;">noxir.kpherox.dev</div>`)[0];
|
|
popup_45f35236ac371972b78cd96f8d3d062f.setContent(html_8ef76acab9376331edea9c922a8e2567);
|
|
|
|
|
|
|
|
marker_1b29fe551f9b2c87e532d567939f89c0.bindPopup(popup_45f35236ac371972b78cd96f8d3d062f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b29fe551f9b2c87e532d567939f89c0.setIcon(icon_6111d86631ad960c58737133716e50da);
|
|
|
|
|
|
var marker_d3f2fe494ce68d9847cafa489f61f563 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a2949fd052e55e833b3f5d6f0fed19c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a235c91ab50c435734401a79ee0091d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d352dc55688bc91f289baf4bfa75a262 = $(`<div id="html_d352dc55688bc91f289baf4bfa75a262" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_6a235c91ab50c435734401a79ee0091d.setContent(html_d352dc55688bc91f289baf4bfa75a262);
|
|
|
|
|
|
|
|
marker_d3f2fe494ce68d9847cafa489f61f563.bindPopup(popup_6a235c91ab50c435734401a79ee0091d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3f2fe494ce68d9847cafa489f61f563.setIcon(icon_a2949fd052e55e833b3f5d6f0fed19c5);
|
|
|
|
|
|
var marker_8a88031116b7bdc0a90f3604ad3d2875 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6db147ee0ebdfe083ca0282e93d624e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3772d6b7265022ab085fe1153b38e985 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e614177b985524af629b6f5cd0dcedf0 = $(`<div id="html_e614177b985524af629b6f5cd0dcedf0" style="width: 100.0%; height: 100.0%;">r.lostr.net</div>`)[0];
|
|
popup_3772d6b7265022ab085fe1153b38e985.setContent(html_e614177b985524af629b6f5cd0dcedf0);
|
|
|
|
|
|
|
|
marker_8a88031116b7bdc0a90f3604ad3d2875.bindPopup(popup_3772d6b7265022ab085fe1153b38e985)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a88031116b7bdc0a90f3604ad3d2875.setIcon(icon_6db147ee0ebdfe083ca0282e93d624e7);
|
|
|
|
|
|
var marker_b1c434e2032cc4126d0730ecec0f0f75 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9e478c1f57419456664815662e1f2415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb99e2c46674b611509dfe371691c10e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea751aa9ac14b634d74196e0f90830e2 = $(`<div id="html_ea751aa9ac14b634d74196e0f90830e2" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_fb99e2c46674b611509dfe371691c10e.setContent(html_ea751aa9ac14b634d74196e0f90830e2);
|
|
|
|
|
|
|
|
marker_b1c434e2032cc4126d0730ecec0f0f75.bindPopup(popup_fb99e2c46674b611509dfe371691c10e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1c434e2032cc4126d0730ecec0f0f75.setIcon(icon_9e478c1f57419456664815662e1f2415);
|
|
|
|
|
|
var marker_625b5c0f72b42b710577a4354f076eb3 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_867ace70201515fd8fd85dba346eec77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df9f806d183788a3451eacc3b70112c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_073bf94393eea2193f5960ed1b739e94 = $(`<div id="html_073bf94393eea2193f5960ed1b739e94" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_df9f806d183788a3451eacc3b70112c7.setContent(html_073bf94393eea2193f5960ed1b739e94);
|
|
|
|
|
|
|
|
marker_625b5c0f72b42b710577a4354f076eb3.bindPopup(popup_df9f806d183788a3451eacc3b70112c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_625b5c0f72b42b710577a4354f076eb3.setIcon(icon_867ace70201515fd8fd85dba346eec77);
|
|
|
|
|
|
var marker_27ea11dd2f805b8df15cf2f4ad2dc9d1 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_87110224df65a2a6e18abb3cabe66701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d97d3911ff014ab4978c39bd119143dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be831af10fba3dfcec773b5ce033f812 = $(`<div id="html_be831af10fba3dfcec773b5ce033f812" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_d97d3911ff014ab4978c39bd119143dd.setContent(html_be831af10fba3dfcec773b5ce033f812);
|
|
|
|
|
|
|
|
marker_27ea11dd2f805b8df15cf2f4ad2dc9d1.bindPopup(popup_d97d3911ff014ab4978c39bd119143dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27ea11dd2f805b8df15cf2f4ad2dc9d1.setIcon(icon_87110224df65a2a6e18abb3cabe66701);
|
|
|
|
|
|
var marker_1a786d41832b2d048c5762e218b6aae0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_c8e51d49aa0391fe867bdeba7954733c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ee4effcf1a86183e1c419743f219931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_546f2600771149841cb8dc0cdc5f8c43 = $(`<div id="html_546f2600771149841cb8dc0cdc5f8c43" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_7ee4effcf1a86183e1c419743f219931.setContent(html_546f2600771149841cb8dc0cdc5f8c43);
|
|
|
|
|
|
|
|
marker_1a786d41832b2d048c5762e218b6aae0.bindPopup(popup_7ee4effcf1a86183e1c419743f219931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a786d41832b2d048c5762e218b6aae0.setIcon(icon_c8e51d49aa0391fe867bdeba7954733c);
|
|
|
|
|
|
var marker_2cac1be79bb0baa069edc2ae4ca704bb = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_fcf5846f7b8b9a044efd886049e5543f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa605a44ef22046abd5129ce34ffd773 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b3b7000fe2b18f04429bac649a378b0 = $(`<div id="html_6b3b7000fe2b18f04429bac649a378b0" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_aa605a44ef22046abd5129ce34ffd773.setContent(html_6b3b7000fe2b18f04429bac649a378b0);
|
|
|
|
|
|
|
|
marker_2cac1be79bb0baa069edc2ae4ca704bb.bindPopup(popup_aa605a44ef22046abd5129ce34ffd773)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cac1be79bb0baa069edc2ae4ca704bb.setIcon(icon_fcf5846f7b8b9a044efd886049e5543f);
|
|
|
|
|
|
var marker_15dcc1338feae92639f64e33cb6ef183 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_302ba16238fec5beda3afffd53086431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_235c0db10478d0fb758f38c7e96cb771 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42d229be505165a7e5e318d8129ca2ad = $(`<div id="html_42d229be505165a7e5e318d8129ca2ad" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_235c0db10478d0fb758f38c7e96cb771.setContent(html_42d229be505165a7e5e318d8129ca2ad);
|
|
|
|
|
|
|
|
marker_15dcc1338feae92639f64e33cb6ef183.bindPopup(popup_235c0db10478d0fb758f38c7e96cb771)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15dcc1338feae92639f64e33cb6ef183.setIcon(icon_302ba16238fec5beda3afffd53086431);
|
|
|
|
|
|
var marker_327bdaf3d9f0f47ad04940fb30e9ff77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_44a7b170dce858c3339c8b880989189f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4829821426d848f9afe2c45bdb794357 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7392d453dc06b7d78dfbb793fa8a4319 = $(`<div id="html_7392d453dc06b7d78dfbb793fa8a4319" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_4829821426d848f9afe2c45bdb794357.setContent(html_7392d453dc06b7d78dfbb793fa8a4319);
|
|
|
|
|
|
|
|
marker_327bdaf3d9f0f47ad04940fb30e9ff77.bindPopup(popup_4829821426d848f9afe2c45bdb794357)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_327bdaf3d9f0f47ad04940fb30e9ff77.setIcon(icon_44a7b170dce858c3339c8b880989189f);
|
|
|
|
|
|
var marker_b02b453cad582373f1df4e102a76055b = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_240888de995ba2873d9b61ecce69845d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39fba5980b62a99ed3b8ea0ce0234996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_854b4b55da69b80e469977d6d95fc246 = $(`<div id="html_854b4b55da69b80e469977d6d95fc246" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_39fba5980b62a99ed3b8ea0ce0234996.setContent(html_854b4b55da69b80e469977d6d95fc246);
|
|
|
|
|
|
|
|
marker_b02b453cad582373f1df4e102a76055b.bindPopup(popup_39fba5980b62a99ed3b8ea0ce0234996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b02b453cad582373f1df4e102a76055b.setIcon(icon_240888de995ba2873d9b61ecce69845d);
|
|
|
|
|
|
var marker_08412d66aa2b91c29c4695f467bb6221 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8a35433e79087f7eb27bdf3fc51e08c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_434e2b3ca8142cce7eef65a12a1b0bde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2defd55132da23c00e89f6a0aa0b6b74 = $(`<div id="html_2defd55132da23c00e89f6a0aa0b6b74" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_434e2b3ca8142cce7eef65a12a1b0bde.setContent(html_2defd55132da23c00e89f6a0aa0b6b74);
|
|
|
|
|
|
|
|
marker_08412d66aa2b91c29c4695f467bb6221.bindPopup(popup_434e2b3ca8142cce7eef65a12a1b0bde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08412d66aa2b91c29c4695f467bb6221.setIcon(icon_8a35433e79087f7eb27bdf3fc51e08c0);
|
|
|
|
|
|
var marker_d89ad768fabc7f90aa2c6b4165f0e9bc = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d9f9dbe96865d3e3d35598decf9f30c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7995abfdaea8ddcb6529a1f22e73bab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2c50ddfd6db2f8d58aedb03e4407884 = $(`<div id="html_c2c50ddfd6db2f8d58aedb03e4407884" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_b7995abfdaea8ddcb6529a1f22e73bab.setContent(html_c2c50ddfd6db2f8d58aedb03e4407884);
|
|
|
|
|
|
|
|
marker_d89ad768fabc7f90aa2c6b4165f0e9bc.bindPopup(popup_b7995abfdaea8ddcb6529a1f22e73bab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d89ad768fabc7f90aa2c6b4165f0e9bc.setIcon(icon_d9f9dbe96865d3e3d35598decf9f30c8);
|
|
|
|
|
|
var marker_8f7419551f6695936ef66708bdbaf4ce = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_62935fbd5e5b4cf7b46ebf4bfafd4823 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d204f44efa2aa084139f3a712146fd61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbad601fb12b80e80017fcc0db17fd78 = $(`<div id="html_fbad601fb12b80e80017fcc0db17fd78" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_d204f44efa2aa084139f3a712146fd61.setContent(html_fbad601fb12b80e80017fcc0db17fd78);
|
|
|
|
|
|
|
|
marker_8f7419551f6695936ef66708bdbaf4ce.bindPopup(popup_d204f44efa2aa084139f3a712146fd61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f7419551f6695936ef66708bdbaf4ce.setIcon(icon_62935fbd5e5b4cf7b46ebf4bfafd4823);
|
|
|
|
|
|
var marker_012f0ad36199e34eb8998841e5a2877e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0af0c1979eb50ac7abdbf89658c48341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_197727afaf6220ba1549826170dc60fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_124d0c793b278d42f28929e913c393ae = $(`<div id="html_124d0c793b278d42f28929e913c393ae" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_197727afaf6220ba1549826170dc60fa.setContent(html_124d0c793b278d42f28929e913c393ae);
|
|
|
|
|
|
|
|
marker_012f0ad36199e34eb8998841e5a2877e.bindPopup(popup_197727afaf6220ba1549826170dc60fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_012f0ad36199e34eb8998841e5a2877e.setIcon(icon_0af0c1979eb50ac7abdbf89658c48341);
|
|
|
|
|
|
var marker_3442fd337663050571dc3b02a28f338d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7918be43739e3fe434fbeba8c1afdfee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8f7fe95c17597368e7e1c9d92f5f919 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cbb89e4162fe0fffba6f007d9aff1d1 = $(`<div id="html_5cbb89e4162fe0fffba6f007d9aff1d1" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_f8f7fe95c17597368e7e1c9d92f5f919.setContent(html_5cbb89e4162fe0fffba6f007d9aff1d1);
|
|
|
|
|
|
|
|
marker_3442fd337663050571dc3b02a28f338d.bindPopup(popup_f8f7fe95c17597368e7e1c9d92f5f919)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3442fd337663050571dc3b02a28f338d.setIcon(icon_7918be43739e3fe434fbeba8c1afdfee);
|
|
|
|
|
|
var marker_3393c65bc498c197ac57350e5153a25f = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d00851ea787a8be9bdb7ff95b1527322 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3e12d8d562dac406cb90c149b728a57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82b1217f3cad412358c478527b3d094f = $(`<div id="html_82b1217f3cad412358c478527b3d094f" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_e3e12d8d562dac406cb90c149b728a57.setContent(html_82b1217f3cad412358c478527b3d094f);
|
|
|
|
|
|
|
|
marker_3393c65bc498c197ac57350e5153a25f.bindPopup(popup_e3e12d8d562dac406cb90c149b728a57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3393c65bc498c197ac57350e5153a25f.setIcon(icon_d00851ea787a8be9bdb7ff95b1527322);
|
|
|
|
|
|
var marker_f53658fe5d2bd20504b8092c55207384 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_dc4daa826544205efb8591f23920c8cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d515364ad6055b2858b8faec3edaa298 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c1628d99daf6071aa08be28bfda1828 = $(`<div id="html_0c1628d99daf6071aa08be28bfda1828" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_d515364ad6055b2858b8faec3edaa298.setContent(html_0c1628d99daf6071aa08be28bfda1828);
|
|
|
|
|
|
|
|
marker_f53658fe5d2bd20504b8092c55207384.bindPopup(popup_d515364ad6055b2858b8faec3edaa298)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f53658fe5d2bd20504b8092c55207384.setIcon(icon_dc4daa826544205efb8591f23920c8cd);
|
|
|
|
|
|
var marker_99f24283a0bdbabcb64a6336e764df15 = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d6ba921d48d5c269e0ea7e7fdd3d30e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de00c9f6b8fc8fac3135ae2d555ea313 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec3382870bd6afa1f25c1d8f795d421c = $(`<div id="html_ec3382870bd6afa1f25c1d8f795d421c" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_de00c9f6b8fc8fac3135ae2d555ea313.setContent(html_ec3382870bd6afa1f25c1d8f795d421c);
|
|
|
|
|
|
|
|
marker_99f24283a0bdbabcb64a6336e764df15.bindPopup(popup_de00c9f6b8fc8fac3135ae2d555ea313)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f24283a0bdbabcb64a6336e764df15.setIcon(icon_d6ba921d48d5c269e0ea7e7fdd3d30e5);
|
|
|
|
|
|
var marker_3b58627110ae5c3b80b083e08bf660b1 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_2bfecbce7a7eeab12deee0aa80552cc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e045fb39fc32bed52844a4b01384cf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_063ddb44a36e6d18a6d244575dd6e6a8 = $(`<div id="html_063ddb44a36e6d18a6d244575dd6e6a8" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_0e045fb39fc32bed52844a4b01384cf7.setContent(html_063ddb44a36e6d18a6d244575dd6e6a8);
|
|
|
|
|
|
|
|
marker_3b58627110ae5c3b80b083e08bf660b1.bindPopup(popup_0e045fb39fc32bed52844a4b01384cf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b58627110ae5c3b80b083e08bf660b1.setIcon(icon_2bfecbce7a7eeab12deee0aa80552cc8);
|
|
|
|
|
|
var marker_9060636257b8ebc4fbc6da12e9dacedd = L.marker(
|
|
[51.8933, 4.42083],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_876f310bea871337e18b35340b47f7c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de476ad0da8f022c3294fc3849fb45f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_331cc95050ce86a3aa4a2918d7603e64 = $(`<div id="html_331cc95050ce86a3aa4a2918d7603e64" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_de476ad0da8f022c3294fc3849fb45f7.setContent(html_331cc95050ce86a3aa4a2918d7603e64);
|
|
|
|
|
|
|
|
marker_9060636257b8ebc4fbc6da12e9dacedd.bindPopup(popup_de476ad0da8f022c3294fc3849fb45f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9060636257b8ebc4fbc6da12e9dacedd.setIcon(icon_876f310bea871337e18b35340b47f7c4);
|
|
|
|
|
|
var marker_10fe010f6a8e0a3a18da272c57022d33 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_e4e6a8711ce19aed7c33ed98dc2e8010 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac0fce502f48d05e9fbb93cf224920a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37457bba7cfe7a63c9d586b067edf808 = $(`<div id="html_37457bba7cfe7a63c9d586b067edf808" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_ac0fce502f48d05e9fbb93cf224920a3.setContent(html_37457bba7cfe7a63c9d586b067edf808);
|
|
|
|
|
|
|
|
marker_10fe010f6a8e0a3a18da272c57022d33.bindPopup(popup_ac0fce502f48d05e9fbb93cf224920a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10fe010f6a8e0a3a18da272c57022d33.setIcon(icon_e4e6a8711ce19aed7c33ed98dc2e8010);
|
|
|
|
|
|
var marker_9b2f3c41b89cc3326bef763a8891a42b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3fdcbb1c2b173e45619a8d496e77561a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7684ea58118707bb69c2d231543ad856 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c88bedcedd89c382891f685362c8b7c = $(`<div id="html_0c88bedcedd89c382891f685362c8b7c" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_7684ea58118707bb69c2d231543ad856.setContent(html_0c88bedcedd89c382891f685362c8b7c);
|
|
|
|
|
|
|
|
marker_9b2f3c41b89cc3326bef763a8891a42b.bindPopup(popup_7684ea58118707bb69c2d231543ad856)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b2f3c41b89cc3326bef763a8891a42b.setIcon(icon_3fdcbb1c2b173e45619a8d496e77561a);
|
|
|
|
|
|
var marker_f278388e794d91962b41c9da0905574d = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3ed3443edd90d1b9e4012ef445c4350a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d73f0d2ea47ca756d34babfaa85bc9dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e96080aae4afd2c3f69a951e2d38e356 = $(`<div id="html_e96080aae4afd2c3f69a951e2d38e356" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_d73f0d2ea47ca756d34babfaa85bc9dc.setContent(html_e96080aae4afd2c3f69a951e2d38e356);
|
|
|
|
|
|
|
|
marker_f278388e794d91962b41c9da0905574d.bindPopup(popup_d73f0d2ea47ca756d34babfaa85bc9dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f278388e794d91962b41c9da0905574d.setIcon(icon_3ed3443edd90d1b9e4012ef445c4350a);
|
|
|
|
|
|
var marker_751063c201d252705d55f560ede408f8 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6a8dff5f450e9c658c817bbcec76f633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7b21180108e6954186b944312abcc4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_956c279033c02f568696735d786d74ee = $(`<div id="html_956c279033c02f568696735d786d74ee" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_b7b21180108e6954186b944312abcc4d.setContent(html_956c279033c02f568696735d786d74ee);
|
|
|
|
|
|
|
|
marker_751063c201d252705d55f560ede408f8.bindPopup(popup_b7b21180108e6954186b944312abcc4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_751063c201d252705d55f560ede408f8.setIcon(icon_6a8dff5f450e9c658c817bbcec76f633);
|
|
|
|
|
|
var marker_f086f0dc1aa247802c7b5a14bc86601b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d617d2a5a2ed8da130e87aa17f00c6e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c85aed82255117ed0f103b3c0aba9ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58205eca707eb386bfaf6114b386d4d1 = $(`<div id="html_58205eca707eb386bfaf6114b386d4d1" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_c85aed82255117ed0f103b3c0aba9ca7.setContent(html_58205eca707eb386bfaf6114b386d4d1);
|
|
|
|
|
|
|
|
marker_f086f0dc1aa247802c7b5a14bc86601b.bindPopup(popup_c85aed82255117ed0f103b3c0aba9ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f086f0dc1aa247802c7b5a14bc86601b.setIcon(icon_d617d2a5a2ed8da130e87aa17f00c6e3);
|
|
|
|
|
|
var marker_94dae8b6e91a7c5705843cdc278c7549 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_64c9931e5c86242d97d43a78187735df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023145e266e7f801cb3e2b6504858d82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_043a2b2b2a80e57696ede13a4136f3f0 = $(`<div id="html_043a2b2b2a80e57696ede13a4136f3f0" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_023145e266e7f801cb3e2b6504858d82.setContent(html_043a2b2b2a80e57696ede13a4136f3f0);
|
|
|
|
|
|
|
|
marker_94dae8b6e91a7c5705843cdc278c7549.bindPopup(popup_023145e266e7f801cb3e2b6504858d82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94dae8b6e91a7c5705843cdc278c7549.setIcon(icon_64c9931e5c86242d97d43a78187735df);
|
|
|
|
|
|
var marker_1bd763635e59f89d46c5ae11e71cbf15 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_54f350f75b941a28e01ce91231523d09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_add292033db07eaddbaca38fb9a33d4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07b3391d606345724f9474ec54e77509 = $(`<div id="html_07b3391d606345724f9474ec54e77509" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_add292033db07eaddbaca38fb9a33d4e.setContent(html_07b3391d606345724f9474ec54e77509);
|
|
|
|
|
|
|
|
marker_1bd763635e59f89d46c5ae11e71cbf15.bindPopup(popup_add292033db07eaddbaca38fb9a33d4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bd763635e59f89d46c5ae11e71cbf15.setIcon(icon_54f350f75b941a28e01ce91231523d09);
|
|
|
|
|
|
var marker_cc6b5da06882247cafcdd66872bc9ec6 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_23df2661049fd39f138a1e5163a9eb1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_941a07f44cab83ed3d275875221d037b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ebaa0e9a3723af725fbe64b3888ab6c = $(`<div id="html_8ebaa0e9a3723af725fbe64b3888ab6c" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_941a07f44cab83ed3d275875221d037b.setContent(html_8ebaa0e9a3723af725fbe64b3888ab6c);
|
|
|
|
|
|
|
|
marker_cc6b5da06882247cafcdd66872bc9ec6.bindPopup(popup_941a07f44cab83ed3d275875221d037b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc6b5da06882247cafcdd66872bc9ec6.setIcon(icon_23df2661049fd39f138a1e5163a9eb1e);
|
|
|
|
|
|
var marker_e51a7102af0cb126ffe877d2dc932129 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_64b274df3a8d593363d62eff806ee69b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf2259b1e7929fb7c997ea9ab6d8ede3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6bff8e75ad773a09119f9701743f392 = $(`<div id="html_d6bff8e75ad773a09119f9701743f392" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_bf2259b1e7929fb7c997ea9ab6d8ede3.setContent(html_d6bff8e75ad773a09119f9701743f392);
|
|
|
|
|
|
|
|
marker_e51a7102af0cb126ffe877d2dc932129.bindPopup(popup_bf2259b1e7929fb7c997ea9ab6d8ede3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e51a7102af0cb126ffe877d2dc932129.setIcon(icon_64b274df3a8d593363d62eff806ee69b);
|
|
|
|
|
|
var marker_86c1c6ad56846774acc1142a35ea4691 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_37a76ede39a584290c9694c612f4fe77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28f9538b70a5e6a965631d0a7e867eb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad848051bfc15ce0e6d3f49901a219b8 = $(`<div id="html_ad848051bfc15ce0e6d3f49901a219b8" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_28f9538b70a5e6a965631d0a7e867eb1.setContent(html_ad848051bfc15ce0e6d3f49901a219b8);
|
|
|
|
|
|
|
|
marker_86c1c6ad56846774acc1142a35ea4691.bindPopup(popup_28f9538b70a5e6a965631d0a7e867eb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86c1c6ad56846774acc1142a35ea4691.setIcon(icon_37a76ede39a584290c9694c612f4fe77);
|
|
|
|
|
|
var marker_86b4f214aa4a85a531eba724a17e92d9 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d18d2be24b1364035e41175275307337 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_747dd61578de2c5cb6249bf0ab87b6cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e022088bcd171d06c0c59260e9ce6e45 = $(`<div id="html_e022088bcd171d06c0c59260e9ce6e45" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_747dd61578de2c5cb6249bf0ab87b6cb.setContent(html_e022088bcd171d06c0c59260e9ce6e45);
|
|
|
|
|
|
|
|
marker_86b4f214aa4a85a531eba724a17e92d9.bindPopup(popup_747dd61578de2c5cb6249bf0ab87b6cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86b4f214aa4a85a531eba724a17e92d9.setIcon(icon_d18d2be24b1364035e41175275307337);
|
|
|
|
|
|
var marker_137a7e03d68a0066ef8eb48209b000e7 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5744d961b1e8075ffc2dc6dc1bf7b797 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1a92c12c90c594a407db9e53f717b66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51268e2972f97acead559d6885aff408 = $(`<div id="html_51268e2972f97acead559d6885aff408" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_d1a92c12c90c594a407db9e53f717b66.setContent(html_51268e2972f97acead559d6885aff408);
|
|
|
|
|
|
|
|
marker_137a7e03d68a0066ef8eb48209b000e7.bindPopup(popup_d1a92c12c90c594a407db9e53f717b66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_137a7e03d68a0066ef8eb48209b000e7.setIcon(icon_5744d961b1e8075ffc2dc6dc1bf7b797);
|
|
|
|
|
|
var marker_6fb7956e04457303c23c8785b1f5c51d = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8ec8e0dbd516212e33078fba24660fb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_813c2ea06d9fc7e7d9a27f8682d88ea1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3db2993e78296056adbe45d1139fb546 = $(`<div id="html_3db2993e78296056adbe45d1139fb546" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_813c2ea06d9fc7e7d9a27f8682d88ea1.setContent(html_3db2993e78296056adbe45d1139fb546);
|
|
|
|
|
|
|
|
marker_6fb7956e04457303c23c8785b1f5c51d.bindPopup(popup_813c2ea06d9fc7e7d9a27f8682d88ea1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fb7956e04457303c23c8785b1f5c51d.setIcon(icon_8ec8e0dbd516212e33078fba24660fb7);
|
|
|
|
|
|
var marker_f2bd64032ea1b7033b4a9591636c2eb9 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_343bb031fb5ea186e8ac89e2d769fae2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd105aa3d305585bd303f65d6cbdced = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20ad28685b616fe9ddbc7ce0fc86ce1a = $(`<div id="html_20ad28685b616fe9ddbc7ce0fc86ce1a" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_ddd105aa3d305585bd303f65d6cbdced.setContent(html_20ad28685b616fe9ddbc7ce0fc86ce1a);
|
|
|
|
|
|
|
|
marker_f2bd64032ea1b7033b4a9591636c2eb9.bindPopup(popup_ddd105aa3d305585bd303f65d6cbdced)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2bd64032ea1b7033b4a9591636c2eb9.setIcon(icon_343bb031fb5ea186e8ac89e2d769fae2);
|
|
|
|
|
|
var marker_89eb64198393ebc4f57837c01c6af466 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4034849f75d13e6cc1bd6a223dab98bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_166fb00e43fbc0ff3ea3ae8837ce422d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2c20887ce82865339b069f693458599 = $(`<div id="html_e2c20887ce82865339b069f693458599" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_166fb00e43fbc0ff3ea3ae8837ce422d.setContent(html_e2c20887ce82865339b069f693458599);
|
|
|
|
|
|
|
|
marker_89eb64198393ebc4f57837c01c6af466.bindPopup(popup_166fb00e43fbc0ff3ea3ae8837ce422d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89eb64198393ebc4f57837c01c6af466.setIcon(icon_4034849f75d13e6cc1bd6a223dab98bc);
|
|
|
|
|
|
var marker_290b531336300016f91737fc5ee6e2e5 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4ec0340e541792c9130b9c623647809d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14444f854a74e22ccdae4d66fe0bb9cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce7b38cbb7989a6a8424b7202ee6b90e = $(`<div id="html_ce7b38cbb7989a6a8424b7202ee6b90e" style="width: 100.0%; height: 100.0%;">promo.nextblock.app</div>`)[0];
|
|
popup_14444f854a74e22ccdae4d66fe0bb9cd.setContent(html_ce7b38cbb7989a6a8424b7202ee6b90e);
|
|
|
|
|
|
|
|
marker_290b531336300016f91737fc5ee6e2e5.bindPopup(popup_14444f854a74e22ccdae4d66fe0bb9cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_290b531336300016f91737fc5ee6e2e5.setIcon(icon_4ec0340e541792c9130b9c623647809d);
|
|
|
|
|
|
var marker_8cdc8f762763677ee29ed4fd19b9c34c = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_62c90ab8cabb47c4444244895cb237c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd442eb8ec46d7fd6ed987ce8f2bedec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_175c0c3d3ba94794007d3a9f7646d82c = $(`<div id="html_175c0c3d3ba94794007d3a9f7646d82c" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_dd442eb8ec46d7fd6ed987ce8f2bedec.setContent(html_175c0c3d3ba94794007d3a9f7646d82c);
|
|
|
|
|
|
|
|
marker_8cdc8f762763677ee29ed4fd19b9c34c.bindPopup(popup_dd442eb8ec46d7fd6ed987ce8f2bedec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cdc8f762763677ee29ed4fd19b9c34c.setIcon(icon_62c90ab8cabb47c4444244895cb237c1);
|
|
|
|
|
|
var marker_68d1579aed3bc69eea774aeebfe6ee62 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8c560c0cc087ee14a475b727def4e048 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0db8ec1ac516e0a27cf742c8a190408b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90c0cc13dfc1e6de8fe42c87cd559945 = $(`<div id="html_90c0cc13dfc1e6de8fe42c87cd559945" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_0db8ec1ac516e0a27cf742c8a190408b.setContent(html_90c0cc13dfc1e6de8fe42c87cd559945);
|
|
|
|
|
|
|
|
marker_68d1579aed3bc69eea774aeebfe6ee62.bindPopup(popup_0db8ec1ac516e0a27cf742c8a190408b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68d1579aed3bc69eea774aeebfe6ee62.setIcon(icon_8c560c0cc087ee14a475b727def4e048);
|
|
|
|
|
|
var marker_17e50abbc3aeeb72b5b8ca47383dce8f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f29a67e856f54ed73b0429d0ec3b9e74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b243ac70cbd64a4a8ecedaee5681072f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd371884aa9136c312d945d943856610 = $(`<div id="html_bd371884aa9136c312d945d943856610" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_b243ac70cbd64a4a8ecedaee5681072f.setContent(html_bd371884aa9136c312d945d943856610);
|
|
|
|
|
|
|
|
marker_17e50abbc3aeeb72b5b8ca47383dce8f.bindPopup(popup_b243ac70cbd64a4a8ecedaee5681072f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17e50abbc3aeeb72b5b8ca47383dce8f.setIcon(icon_f29a67e856f54ed73b0429d0ec3b9e74);
|
|
|
|
|
|
var marker_4bc93adcb151db33e2feca074184a320 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_da4d9e325367292bfb07285f5976ef80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c127ed78e0ea6accf44c80f176d6fb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62209467c7fa936897de017aef961982 = $(`<div id="html_62209467c7fa936897de017aef961982" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_3c127ed78e0ea6accf44c80f176d6fb1.setContent(html_62209467c7fa936897de017aef961982);
|
|
|
|
|
|
|
|
marker_4bc93adcb151db33e2feca074184a320.bindPopup(popup_3c127ed78e0ea6accf44c80f176d6fb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bc93adcb151db33e2feca074184a320.setIcon(icon_da4d9e325367292bfb07285f5976ef80);
|
|
|
|
|
|
var marker_455cfed056716467830a51d03b75f5b9 = L.marker(
|
|
[34.0881, -118.379],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a225cb4d99d2870974ba22caf57628bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9910923e56d24d58540785d689dc6e69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14d8c012f2d31a66d9f2643c9c564c95 = $(`<div id="html_14d8c012f2d31a66d9f2643c9c564c95" style="width: 100.0%; height: 100.0%;">relay.aloftus.io</div>`)[0];
|
|
popup_9910923e56d24d58540785d689dc6e69.setContent(html_14d8c012f2d31a66d9f2643c9c564c95);
|
|
|
|
|
|
|
|
marker_455cfed056716467830a51d03b75f5b9.bindPopup(popup_9910923e56d24d58540785d689dc6e69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_455cfed056716467830a51d03b75f5b9.setIcon(icon_a225cb4d99d2870974ba22caf57628bf);
|
|
|
|
|
|
var marker_c8e121422d2d75a512cd04b7c02401b3 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a586f419a1b3ca87e3245157c521a784 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58370a60cec076e7aa6642e09e8c2a29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f63d0b892455eef5270166ea15539028 = $(`<div id="html_f63d0b892455eef5270166ea15539028" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_58370a60cec076e7aa6642e09e8c2a29.setContent(html_f63d0b892455eef5270166ea15539028);
|
|
|
|
|
|
|
|
marker_c8e121422d2d75a512cd04b7c02401b3.bindPopup(popup_58370a60cec076e7aa6642e09e8c2a29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8e121422d2d75a512cd04b7c02401b3.setIcon(icon_a586f419a1b3ca87e3245157c521a784);
|
|
|
|
|
|
var marker_7cd7665ecfb68f6599e7c4582c2818b1 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5e351a2f53f6576e5f7e1a0fd8132f80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e420269efe23bcd5632d2f2026bf12b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_894c30a4b16ea7bfd818f9bdefdc5ffb = $(`<div id="html_894c30a4b16ea7bfd818f9bdefdc5ffb" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_e420269efe23bcd5632d2f2026bf12b0.setContent(html_894c30a4b16ea7bfd818f9bdefdc5ffb);
|
|
|
|
|
|
|
|
marker_7cd7665ecfb68f6599e7c4582c2818b1.bindPopup(popup_e420269efe23bcd5632d2f2026bf12b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cd7665ecfb68f6599e7c4582c2818b1.setIcon(icon_5e351a2f53f6576e5f7e1a0fd8132f80);
|
|
|
|
|
|
var marker_510e5b2dde4a8162dfc2c3c4fa4def79 = L.marker(
|
|
[50.1682, 14.0546],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_56f081b3b761a82d9d322d70a2cf43a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99e10087a650c97e88688faa585816b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_934f4840fcd03ffcc057a2619eb27f2c = $(`<div id="html_934f4840fcd03ffcc057a2619eb27f2c" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_99e10087a650c97e88688faa585816b5.setContent(html_934f4840fcd03ffcc057a2619eb27f2c);
|
|
|
|
|
|
|
|
marker_510e5b2dde4a8162dfc2c3c4fa4def79.bindPopup(popup_99e10087a650c97e88688faa585816b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_510e5b2dde4a8162dfc2c3c4fa4def79.setIcon(icon_56f081b3b761a82d9d322d70a2cf43a1);
|
|
|
|
|
|
var marker_77a964f6d000743e170155eb3cbe7518 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a6625e17ddba392fe8772f989f0c2a00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f20f8697d49f8a0a2049f0c9f130d83f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a65c38669ca6872f7623490624e70f7 = $(`<div id="html_3a65c38669ca6872f7623490624e70f7" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_f20f8697d49f8a0a2049f0c9f130d83f.setContent(html_3a65c38669ca6872f7623490624e70f7);
|
|
|
|
|
|
|
|
marker_77a964f6d000743e170155eb3cbe7518.bindPopup(popup_f20f8697d49f8a0a2049f0c9f130d83f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77a964f6d000743e170155eb3cbe7518.setIcon(icon_a6625e17ddba392fe8772f989f0c2a00);
|
|
|
|
|
|
var marker_e6f3fb535ab22f4b8437e3f70affd504 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3314d6cd8effb6292b68654187f8e2b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90fe538171bc01eef8021520aa6edee0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_180cf5704e587441bbad9b361b454cdf = $(`<div id="html_180cf5704e587441bbad9b361b454cdf" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_90fe538171bc01eef8021520aa6edee0.setContent(html_180cf5704e587441bbad9b361b454cdf);
|
|
|
|
|
|
|
|
marker_e6f3fb535ab22f4b8437e3f70affd504.bindPopup(popup_90fe538171bc01eef8021520aa6edee0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f3fb535ab22f4b8437e3f70affd504.setIcon(icon_3314d6cd8effb6292b68654187f8e2b9);
|
|
|
|
|
|
var marker_ccd052e2ed018cf9c5d3916ffe532b7b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d864a0b51075fbcb55740cd6c6a09cf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0351a4f7a059bb2cac5c82816b87d797 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87c68f2f3b420b336456d7432ef342ab = $(`<div id="html_87c68f2f3b420b336456d7432ef342ab" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_0351a4f7a059bb2cac5c82816b87d797.setContent(html_87c68f2f3b420b336456d7432ef342ab);
|
|
|
|
|
|
|
|
marker_ccd052e2ed018cf9c5d3916ffe532b7b.bindPopup(popup_0351a4f7a059bb2cac5c82816b87d797)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccd052e2ed018cf9c5d3916ffe532b7b.setIcon(icon_d864a0b51075fbcb55740cd6c6a09cf1);
|
|
|
|
|
|
var marker_2c3bcaaee866386717648985c4d30039 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_00df75801baa0a68ed104aeb3e962406 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b53774ee1facafc26d37e18bfb568df1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f813a5047b813883c17e209ee43f206 = $(`<div id="html_8f813a5047b813883c17e209ee43f206" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_b53774ee1facafc26d37e18bfb568df1.setContent(html_8f813a5047b813883c17e209ee43f206);
|
|
|
|
|
|
|
|
marker_2c3bcaaee866386717648985c4d30039.bindPopup(popup_b53774ee1facafc26d37e18bfb568df1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c3bcaaee866386717648985c4d30039.setIcon(icon_00df75801baa0a68ed104aeb3e962406);
|
|
|
|
|
|
var marker_0718a5f4e46dd46a1eac0c0d4d3f7fd6 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a23074b0316489e8131ded006c91f26a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_295ffd9163339f7de4375bcf6ea71a7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bba7d527293a49edd6525fdc05c94be3 = $(`<div id="html_bba7d527293a49edd6525fdc05c94be3" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_295ffd9163339f7de4375bcf6ea71a7d.setContent(html_bba7d527293a49edd6525fdc05c94be3);
|
|
|
|
|
|
|
|
marker_0718a5f4e46dd46a1eac0c0d4d3f7fd6.bindPopup(popup_295ffd9163339f7de4375bcf6ea71a7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0718a5f4e46dd46a1eac0c0d4d3f7fd6.setIcon(icon_a23074b0316489e8131ded006c91f26a);
|
|
|
|
|
|
var marker_d8bfa2abba1ce66b9ae24ab78646f1d0 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_e6efe5dd2b3ca8470a1a4ae0fd77d0aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fe538a29afd9b434653bbfd011fc9f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3b420fcc7d8fbe05bc2cf980aef68f2 = $(`<div id="html_c3b420fcc7d8fbe05bc2cf980aef68f2" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_0fe538a29afd9b434653bbfd011fc9f4.setContent(html_c3b420fcc7d8fbe05bc2cf980aef68f2);
|
|
|
|
|
|
|
|
marker_d8bfa2abba1ce66b9ae24ab78646f1d0.bindPopup(popup_0fe538a29afd9b434653bbfd011fc9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8bfa2abba1ce66b9ae24ab78646f1d0.setIcon(icon_e6efe5dd2b3ca8470a1a4ae0fd77d0aa);
|
|
|
|
|
|
var marker_0b74e83f92e199ac9e2120c21dde08a4 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9a0fd66e0aa2fc85e8e3c8d705d0b2db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d19377bfa29176d3814c3f081b3a6645 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8da6d9373b2aae7f741ff4e5a197cb6c = $(`<div id="html_8da6d9373b2aae7f741ff4e5a197cb6c" style="width: 100.0%; height: 100.0%;">relay.unknown.cloud</div>`)[0];
|
|
popup_d19377bfa29176d3814c3f081b3a6645.setContent(html_8da6d9373b2aae7f741ff4e5a197cb6c);
|
|
|
|
|
|
|
|
marker_0b74e83f92e199ac9e2120c21dde08a4.bindPopup(popup_d19377bfa29176d3814c3f081b3a6645)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b74e83f92e199ac9e2120c21dde08a4.setIcon(icon_9a0fd66e0aa2fc85e8e3c8d705d0b2db);
|
|
|
|
|
|
var marker_d38312e998333a6f16813ec4f091ceb1 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7eb884594a5a20276ac1c16cc3a80b59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e85528fcab9edcba4d14bc84c9ee06b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0486e2bcfd36f6eece6933836bd65f65 = $(`<div id="html_0486e2bcfd36f6eece6933836bd65f65" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_9e85528fcab9edcba4d14bc84c9ee06b.setContent(html_0486e2bcfd36f6eece6933836bd65f65);
|
|
|
|
|
|
|
|
marker_d38312e998333a6f16813ec4f091ceb1.bindPopup(popup_9e85528fcab9edcba4d14bc84c9ee06b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d38312e998333a6f16813ec4f091ceb1.setIcon(icon_7eb884594a5a20276ac1c16cc3a80b59);
|
|
|
|
|
|
var marker_c409c9fd219704a7a341f649ca457e34 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_16e35bff391f396a3a7f86a660b62897 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bf9b5b67dabf0391aa32224d192da07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d27e087d499343bf3b7b6c03d4555941 = $(`<div id="html_d27e087d499343bf3b7b6c03d4555941" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_8bf9b5b67dabf0391aa32224d192da07.setContent(html_d27e087d499343bf3b7b6c03d4555941);
|
|
|
|
|
|
|
|
marker_c409c9fd219704a7a341f649ca457e34.bindPopup(popup_8bf9b5b67dabf0391aa32224d192da07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c409c9fd219704a7a341f649ca457e34.setIcon(icon_16e35bff391f396a3a7f86a660b62897);
|
|
|
|
|
|
var marker_8d13055c1f3ee5ef4b93b0157a36c72b = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d99748c660f9c9f4e5eaa074a410e8bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5db7fa4264ba09422f1ac58ca153b47a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fd55a4f4cb5d516a5b876cbd8dec405 = $(`<div id="html_4fd55a4f4cb5d516a5b876cbd8dec405" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_5db7fa4264ba09422f1ac58ca153b47a.setContent(html_4fd55a4f4cb5d516a5b876cbd8dec405);
|
|
|
|
|
|
|
|
marker_8d13055c1f3ee5ef4b93b0157a36c72b.bindPopup(popup_5db7fa4264ba09422f1ac58ca153b47a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d13055c1f3ee5ef4b93b0157a36c72b.setIcon(icon_d99748c660f9c9f4e5eaa074a410e8bc);
|
|
|
|
|
|
var marker_13fd5af211f51979b575ec5f5d05570d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_85b1c71c6be270a19ca1313e883c5dbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_945f125238303ca628b8a2f42ebe1db2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74dfc647e92801e22184ae26bd028d98 = $(`<div id="html_74dfc647e92801e22184ae26bd028d98" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_945f125238303ca628b8a2f42ebe1db2.setContent(html_74dfc647e92801e22184ae26bd028d98);
|
|
|
|
|
|
|
|
marker_13fd5af211f51979b575ec5f5d05570d.bindPopup(popup_945f125238303ca628b8a2f42ebe1db2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13fd5af211f51979b575ec5f5d05570d.setIcon(icon_85b1c71c6be270a19ca1313e883c5dbc);
|
|
|
|
|
|
var marker_6e474612b0b4f6be972153e030618be6 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6b30f873a507f755c37bcb4558e211ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee6c1a407838f1b19283e75d1f24f76e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_858a99603b06735c07c06132e1de9386 = $(`<div id="html_858a99603b06735c07c06132e1de9386" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_ee6c1a407838f1b19283e75d1f24f76e.setContent(html_858a99603b06735c07c06132e1de9386);
|
|
|
|
|
|
|
|
marker_6e474612b0b4f6be972153e030618be6.bindPopup(popup_ee6c1a407838f1b19283e75d1f24f76e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e474612b0b4f6be972153e030618be6.setIcon(icon_6b30f873a507f755c37bcb4558e211ed);
|
|
|
|
|
|
var marker_75ffb001ae007988338c096d868fb959 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0fe15902bdfb112966986ee131f2c8f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1330f669de8a65412b92a4b34437106 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd0e646e1eece18fca3d51b022418d59 = $(`<div id="html_fd0e646e1eece18fca3d51b022418d59" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_d1330f669de8a65412b92a4b34437106.setContent(html_fd0e646e1eece18fca3d51b022418d59);
|
|
|
|
|
|
|
|
marker_75ffb001ae007988338c096d868fb959.bindPopup(popup_d1330f669de8a65412b92a4b34437106)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75ffb001ae007988338c096d868fb959.setIcon(icon_0fe15902bdfb112966986ee131f2c8f7);
|
|
|
|
|
|
var marker_d51c0572e2f136503df680dcd7fd1c9e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_26ed89e67e2ef9780f1de8377926fbd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61215e510496f34e1f18be8002c1776a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7b474bacd6d59f59b50fb101a02465d = $(`<div id="html_c7b474bacd6d59f59b50fb101a02465d" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_61215e510496f34e1f18be8002c1776a.setContent(html_c7b474bacd6d59f59b50fb101a02465d);
|
|
|
|
|
|
|
|
marker_d51c0572e2f136503df680dcd7fd1c9e.bindPopup(popup_61215e510496f34e1f18be8002c1776a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d51c0572e2f136503df680dcd7fd1c9e.setIcon(icon_26ed89e67e2ef9780f1de8377926fbd1);
|
|
|
|
|
|
var marker_fb2daa99d8bd3377265609c4e1a903d4 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8024d869a58aab65d50d494c8851858b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c835d287384b28841b45c4e944cc613e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a09c67639b3cc7254c8ff73492c79e51 = $(`<div id="html_a09c67639b3cc7254c8ff73492c79e51" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_c835d287384b28841b45c4e944cc613e.setContent(html_a09c67639b3cc7254c8ff73492c79e51);
|
|
|
|
|
|
|
|
marker_fb2daa99d8bd3377265609c4e1a903d4.bindPopup(popup_c835d287384b28841b45c4e944cc613e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb2daa99d8bd3377265609c4e1a903d4.setIcon(icon_8024d869a58aab65d50d494c8851858b);
|
|
|
|
|
|
var marker_b0bf8b2c689c8a81071d595a5ba6d27e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_300b03faab3aa75840540cdb441b83ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e78f5c7e672a28fee7c92c5abce6413c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfb6cce114409b5f808a89d695c1e5c2 = $(`<div id="html_cfb6cce114409b5f808a89d695c1e5c2" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_e78f5c7e672a28fee7c92c5abce6413c.setContent(html_cfb6cce114409b5f808a89d695c1e5c2);
|
|
|
|
|
|
|
|
marker_b0bf8b2c689c8a81071d595a5ba6d27e.bindPopup(popup_e78f5c7e672a28fee7c92c5abce6413c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0bf8b2c689c8a81071d595a5ba6d27e.setIcon(icon_300b03faab3aa75840540cdb441b83ac);
|
|
|
|
|
|
var marker_118a40caeb48d5c3634e5af91e0874bc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_b75b54df22dbf06ffd5b23aa99c4c735 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0401267b069c6bfe095f798ec222f83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcffefb0caa22919372e576bbc3f62d6 = $(`<div id="html_bcffefb0caa22919372e576bbc3f62d6" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_a0401267b069c6bfe095f798ec222f83.setContent(html_bcffefb0caa22919372e576bbc3f62d6);
|
|
|
|
|
|
|
|
marker_118a40caeb48d5c3634e5af91e0874bc.bindPopup(popup_a0401267b069c6bfe095f798ec222f83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_118a40caeb48d5c3634e5af91e0874bc.setIcon(icon_b75b54df22dbf06ffd5b23aa99c4c735);
|
|
|
|
|
|
var marker_07023f681d7c92df8e47639e9d8c1d11 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7f27b252cb08febace022e720d3372f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_414b5a8440cf8a240e4bb1368b764266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53f1ff78723415c9a4426b06387a5e1e = $(`<div id="html_53f1ff78723415c9a4426b06387a5e1e" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_414b5a8440cf8a240e4bb1368b764266.setContent(html_53f1ff78723415c9a4426b06387a5e1e);
|
|
|
|
|
|
|
|
marker_07023f681d7c92df8e47639e9d8c1d11.bindPopup(popup_414b5a8440cf8a240e4bb1368b764266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07023f681d7c92df8e47639e9d8c1d11.setIcon(icon_7f27b252cb08febace022e720d3372f5);
|
|
|
|
|
|
var marker_56a01b37fb1c0b08ed56c2efd46d4e57 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d3abf54268eea1fd2e182227547d17cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60aa9d06f607080e671183819635c9d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3da49669eda67f9dbe9aa658cd7b419 = $(`<div id="html_d3da49669eda67f9dbe9aa658cd7b419" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_60aa9d06f607080e671183819635c9d3.setContent(html_d3da49669eda67f9dbe9aa658cd7b419);
|
|
|
|
|
|
|
|
marker_56a01b37fb1c0b08ed56c2efd46d4e57.bindPopup(popup_60aa9d06f607080e671183819635c9d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56a01b37fb1c0b08ed56c2efd46d4e57.setIcon(icon_d3abf54268eea1fd2e182227547d17cd);
|
|
|
|
|
|
var marker_cfde04dac0258103a4626831b4ef1365 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_2a3e5d603e99c94f6f97bbe2eafc5587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc9b246edd747105fc841bc82907b394 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f507c69046337f91e746dabbfaf1de04 = $(`<div id="html_f507c69046337f91e746dabbfaf1de04" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_bc9b246edd747105fc841bc82907b394.setContent(html_f507c69046337f91e746dabbfaf1de04);
|
|
|
|
|
|
|
|
marker_cfde04dac0258103a4626831b4ef1365.bindPopup(popup_bc9b246edd747105fc841bc82907b394)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfde04dac0258103a4626831b4ef1365.setIcon(icon_2a3e5d603e99c94f6f97bbe2eafc5587);
|
|
|
|
|
|
var marker_dcad073eb462a6eccf259a851c79d0bc = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_bcb6de2f331549f5171526d4cbe5885e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fefc1d707f1072936d4c1a2990d5d712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c6766fb91ee7be59e5fac3bec1b5c39 = $(`<div id="html_5c6766fb91ee7be59e5fac3bec1b5c39" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_fefc1d707f1072936d4c1a2990d5d712.setContent(html_5c6766fb91ee7be59e5fac3bec1b5c39);
|
|
|
|
|
|
|
|
marker_dcad073eb462a6eccf259a851c79d0bc.bindPopup(popup_fefc1d707f1072936d4c1a2990d5d712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcad073eb462a6eccf259a851c79d0bc.setIcon(icon_bcb6de2f331549f5171526d4cbe5885e);
|
|
|
|
|
|
var marker_9fc9becace1e91a59b1fff9b8eb1fed4 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9f33e6efae6c1c0555580781f4597a29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba52faf6aef226370ee09a7d239f1dd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3aed7a8036cf71caf0786fae9cdaa50 = $(`<div id="html_e3aed7a8036cf71caf0786fae9cdaa50" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_ba52faf6aef226370ee09a7d239f1dd0.setContent(html_e3aed7a8036cf71caf0786fae9cdaa50);
|
|
|
|
|
|
|
|
marker_9fc9becace1e91a59b1fff9b8eb1fed4.bindPopup(popup_ba52faf6aef226370ee09a7d239f1dd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fc9becace1e91a59b1fff9b8eb1fed4.setIcon(icon_9f33e6efae6c1c0555580781f4597a29);
|
|
|
|
|
|
var marker_2e9de404a1e1dd493194aa9ee3cabb04 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a8c5dca997d4e65a44acf9e8092c542d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c582bf01badde08351aa2db58737336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb388203320babdfef13a5c3ce76de77 = $(`<div id="html_cb388203320babdfef13a5c3ce76de77" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_7c582bf01badde08351aa2db58737336.setContent(html_cb388203320babdfef13a5c3ce76de77);
|
|
|
|
|
|
|
|
marker_2e9de404a1e1dd493194aa9ee3cabb04.bindPopup(popup_7c582bf01badde08351aa2db58737336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e9de404a1e1dd493194aa9ee3cabb04.setIcon(icon_a8c5dca997d4e65a44acf9e8092c542d);
|
|
|
|
|
|
var marker_dec60655a8431200165d3bd1349737ae = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_11c9607e57f77a216486aca78221b6b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f250068059b6775ebf5bc73881daf623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfe8ad59c77b0baee6b0cc2b87ec0a30 = $(`<div id="html_dfe8ad59c77b0baee6b0cc2b87ec0a30" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_f250068059b6775ebf5bc73881daf623.setContent(html_dfe8ad59c77b0baee6b0cc2b87ec0a30);
|
|
|
|
|
|
|
|
marker_dec60655a8431200165d3bd1349737ae.bindPopup(popup_f250068059b6775ebf5bc73881daf623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dec60655a8431200165d3bd1349737ae.setIcon(icon_11c9607e57f77a216486aca78221b6b3);
|
|
|
|
|
|
var marker_3818272b19323c0c634a3d28a7b6ec6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5696c3e34addbb89db7e27c46733fa10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7a4319d1a55148592befa391f4f69e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22f611b4dac761ca004836c3c9497469 = $(`<div id="html_22f611b4dac761ca004836c3c9497469" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_b7a4319d1a55148592befa391f4f69e7.setContent(html_22f611b4dac761ca004836c3c9497469);
|
|
|
|
|
|
|
|
marker_3818272b19323c0c634a3d28a7b6ec6b.bindPopup(popup_b7a4319d1a55148592befa391f4f69e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3818272b19323c0c634a3d28a7b6ec6b.setIcon(icon_5696c3e34addbb89db7e27c46733fa10);
|
|
|
|
|
|
var marker_217b8347ae903091636333857fb5e52d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4451df4921bb89de37a54cc7b0c95906 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5f8484c5e12d4028ff5d96ebe2eb6e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1e4183d5fc99852f1b7b7e6d484329e = $(`<div id="html_b1e4183d5fc99852f1b7b7e6d484329e" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_a5f8484c5e12d4028ff5d96ebe2eb6e6.setContent(html_b1e4183d5fc99852f1b7b7e6d484329e);
|
|
|
|
|
|
|
|
marker_217b8347ae903091636333857fb5e52d.bindPopup(popup_a5f8484c5e12d4028ff5d96ebe2eb6e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_217b8347ae903091636333857fb5e52d.setIcon(icon_4451df4921bb89de37a54cc7b0c95906);
|
|
|
|
|
|
var marker_7e5ac64876bb5366e362c4b8f0b126ab = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4374ad5df0b16885cbb6c529e2f88ea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5dec5442dea3fcec753b582927b9f86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08ca8f65bc29a5365471abd5371277ee = $(`<div id="html_08ca8f65bc29a5365471abd5371277ee" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_e5dec5442dea3fcec753b582927b9f86.setContent(html_08ca8f65bc29a5365471abd5371277ee);
|
|
|
|
|
|
|
|
marker_7e5ac64876bb5366e362c4b8f0b126ab.bindPopup(popup_e5dec5442dea3fcec753b582927b9f86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e5ac64876bb5366e362c4b8f0b126ab.setIcon(icon_4374ad5df0b16885cbb6c529e2f88ea0);
|
|
|
|
|
|
var marker_9e4081627378a8cdeaec9d269681af56 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1aa74d15fa863780ebbc540923f0c6d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7db3cd73b7552806f6138623a5e557a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a5e44ce8e8802f5c5dad428112e6a84 = $(`<div id="html_3a5e44ce8e8802f5c5dad428112e6a84" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_7db3cd73b7552806f6138623a5e557a8.setContent(html_3a5e44ce8e8802f5c5dad428112e6a84);
|
|
|
|
|
|
|
|
marker_9e4081627378a8cdeaec9d269681af56.bindPopup(popup_7db3cd73b7552806f6138623a5e557a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e4081627378a8cdeaec9d269681af56.setIcon(icon_1aa74d15fa863780ebbc540923f0c6d0);
|
|
|
|
|
|
var marker_7ebc3847bf70d2846d37a935adf5ce79 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9fdf2bffd1b3a51b023040554b502ca0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f83387cbb42bd1b2810e32670decf11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f23c66151d370cf4b5816d5d1d41fc9 = $(`<div id="html_2f23c66151d370cf4b5816d5d1d41fc9" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_6f83387cbb42bd1b2810e32670decf11.setContent(html_2f23c66151d370cf4b5816d5d1d41fc9);
|
|
|
|
|
|
|
|
marker_7ebc3847bf70d2846d37a935adf5ce79.bindPopup(popup_6f83387cbb42bd1b2810e32670decf11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ebc3847bf70d2846d37a935adf5ce79.setIcon(icon_9fdf2bffd1b3a51b023040554b502ca0);
|
|
|
|
|
|
var marker_c45c8d61c17c0205aa8e97398d6c8d35 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d0eb384a65993254e26391d03daeced6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b1d05916c15151f77d9b96fae34716f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74e755110a6306af5913e428ac0fd35d = $(`<div id="html_74e755110a6306af5913e428ac0fd35d" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_4b1d05916c15151f77d9b96fae34716f.setContent(html_74e755110a6306af5913e428ac0fd35d);
|
|
|
|
|
|
|
|
marker_c45c8d61c17c0205aa8e97398d6c8d35.bindPopup(popup_4b1d05916c15151f77d9b96fae34716f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45c8d61c17c0205aa8e97398d6c8d35.setIcon(icon_d0eb384a65993254e26391d03daeced6);
|
|
|
|
|
|
var marker_8792a33097ba05116a4d2a38078ce11d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3c54426fcb9bc99a1ab30968159caf5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cf004eb9898c9df71a3c74271a8546e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8132f01762f597ea2775067a2ecddefd = $(`<div id="html_8132f01762f597ea2775067a2ecddefd" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_5cf004eb9898c9df71a3c74271a8546e.setContent(html_8132f01762f597ea2775067a2ecddefd);
|
|
|
|
|
|
|
|
marker_8792a33097ba05116a4d2a38078ce11d.bindPopup(popup_5cf004eb9898c9df71a3c74271a8546e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8792a33097ba05116a4d2a38078ce11d.setIcon(icon_3c54426fcb9bc99a1ab30968159caf5f);
|
|
|
|
|
|
var marker_b63204b3c5a894db48f17877bf04fb93 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5bd7d3cb94f687617d7f82f49c8f5029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17482656e41c8001d67ddca425d3ed33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fd4a3ec8292f5222fcf09a720e5635f = $(`<div id="html_1fd4a3ec8292f5222fcf09a720e5635f" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_17482656e41c8001d67ddca425d3ed33.setContent(html_1fd4a3ec8292f5222fcf09a720e5635f);
|
|
|
|
|
|
|
|
marker_b63204b3c5a894db48f17877bf04fb93.bindPopup(popup_17482656e41c8001d67ddca425d3ed33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b63204b3c5a894db48f17877bf04fb93.setIcon(icon_5bd7d3cb94f687617d7f82f49c8f5029);
|
|
|
|
|
|
var marker_2c51789e69eb1464652d16fcf17a38d1 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d0f73ea58746e93d04603b265e9126ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3585d8de87ef6c8cb80ed786ad79378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f629f88f23fedb30665efe7aeb5ac6e = $(`<div id="html_0f629f88f23fedb30665efe7aeb5ac6e" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_f3585d8de87ef6c8cb80ed786ad79378.setContent(html_0f629f88f23fedb30665efe7aeb5ac6e);
|
|
|
|
|
|
|
|
marker_2c51789e69eb1464652d16fcf17a38d1.bindPopup(popup_f3585d8de87ef6c8cb80ed786ad79378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c51789e69eb1464652d16fcf17a38d1.setIcon(icon_d0f73ea58746e93d04603b265e9126ae);
|
|
|
|
|
|
var marker_cdbbdd40fe518e22f3426be9ac284178 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9cecbf54c328b08a2ee57240126661bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81349c3a6e0cd75abe258f3c3077a6d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b40d15c769fccb985efaad9e793f671 = $(`<div id="html_0b40d15c769fccb985efaad9e793f671" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_81349c3a6e0cd75abe258f3c3077a6d5.setContent(html_0b40d15c769fccb985efaad9e793f671);
|
|
|
|
|
|
|
|
marker_cdbbdd40fe518e22f3426be9ac284178.bindPopup(popup_81349c3a6e0cd75abe258f3c3077a6d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdbbdd40fe518e22f3426be9ac284178.setIcon(icon_9cecbf54c328b08a2ee57240126661bb);
|
|
|
|
|
|
var marker_bf4a1d3cfc6855bffc7a6889008326fe = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3e346b4291f700b45673360af04c9884 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c89ba378dfad206fe106201589cc7f4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a25116a89bed1c3b11f907e36bc9092 = $(`<div id="html_9a25116a89bed1c3b11f907e36bc9092" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_c89ba378dfad206fe106201589cc7f4d.setContent(html_9a25116a89bed1c3b11f907e36bc9092);
|
|
|
|
|
|
|
|
marker_bf4a1d3cfc6855bffc7a6889008326fe.bindPopup(popup_c89ba378dfad206fe106201589cc7f4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf4a1d3cfc6855bffc7a6889008326fe.setIcon(icon_3e346b4291f700b45673360af04c9884);
|
|
|
|
|
|
var marker_692b75b89dea18700bb2e1d2d588d059 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1b5b1c80449c31a1a66a16c5cf2703fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18798376181e8aada25b3024ae85b837 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ec2d1d39301c38c89d528fbd2a26058 = $(`<div id="html_7ec2d1d39301c38c89d528fbd2a26058" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_18798376181e8aada25b3024ae85b837.setContent(html_7ec2d1d39301c38c89d528fbd2a26058);
|
|
|
|
|
|
|
|
marker_692b75b89dea18700bb2e1d2d588d059.bindPopup(popup_18798376181e8aada25b3024ae85b837)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_692b75b89dea18700bb2e1d2d588d059.setIcon(icon_1b5b1c80449c31a1a66a16c5cf2703fc);
|
|
|
|
|
|
var marker_f6d16fe70b524ba3a781354104132102 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_249a9df1a1c57e46e005b3327c145976 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_745a1f9d3229acc5a9870a01dda049f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78f59b5de946f46548d334f6526a2e5b = $(`<div id="html_78f59b5de946f46548d334f6526a2e5b" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_745a1f9d3229acc5a9870a01dda049f5.setContent(html_78f59b5de946f46548d334f6526a2e5b);
|
|
|
|
|
|
|
|
marker_f6d16fe70b524ba3a781354104132102.bindPopup(popup_745a1f9d3229acc5a9870a01dda049f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6d16fe70b524ba3a781354104132102.setIcon(icon_249a9df1a1c57e46e005b3327c145976);
|
|
|
|
|
|
var marker_786eabc1582677e1a377c18d21b1d57b = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8146bb0028dbe52a9b44b4dd2799f593 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1450c65446c5963f0bb6c865628793a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef65ce5a5b8878ead1a8ccd48a092780 = $(`<div id="html_ef65ce5a5b8878ead1a8ccd48a092780" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_1450c65446c5963f0bb6c865628793a4.setContent(html_ef65ce5a5b8878ead1a8ccd48a092780);
|
|
|
|
|
|
|
|
marker_786eabc1582677e1a377c18d21b1d57b.bindPopup(popup_1450c65446c5963f0bb6c865628793a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_786eabc1582677e1a377c18d21b1d57b.setIcon(icon_8146bb0028dbe52a9b44b4dd2799f593);
|
|
|
|
|
|
var marker_ea3260b102637e8f220d7c22756bd521 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0a1a42339495bb02e540f3284c2fc06e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67351dc3bc2ea45ef660ab284471bc4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c596382a492924b6be4c2cf605345f2 = $(`<div id="html_5c596382a492924b6be4c2cf605345f2" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_67351dc3bc2ea45ef660ab284471bc4a.setContent(html_5c596382a492924b6be4c2cf605345f2);
|
|
|
|
|
|
|
|
marker_ea3260b102637e8f220d7c22756bd521.bindPopup(popup_67351dc3bc2ea45ef660ab284471bc4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea3260b102637e8f220d7c22756bd521.setIcon(icon_0a1a42339495bb02e540f3284c2fc06e);
|
|
|
|
|
|
var marker_3e16bf56410d4ac7a57e03bc88917024 = L.marker(
|
|
[43.1204, 6.12857],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9970f8faf9c435afc98f4d80c6e0892d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c973e19dc502a51019d412b663051a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f86dc05eb28f2b0c17deb19d8a58fe27 = $(`<div id="html_f86dc05eb28f2b0c17deb19d8a58fe27" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_1c973e19dc502a51019d412b663051a3.setContent(html_f86dc05eb28f2b0c17deb19d8a58fe27);
|
|
|
|
|
|
|
|
marker_3e16bf56410d4ac7a57e03bc88917024.bindPopup(popup_1c973e19dc502a51019d412b663051a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e16bf56410d4ac7a57e03bc88917024.setIcon(icon_9970f8faf9c435afc98f4d80c6e0892d);
|
|
|
|
|
|
var marker_9c6a1c820b6691bdd3e3be05b35d03b1 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4d60c5a62118ee3395017aa8edc58e84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aa6335eb7f14a194f79806360f0500e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1ac139b6262480023de173d685992c8 = $(`<div id="html_c1ac139b6262480023de173d685992c8" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_1aa6335eb7f14a194f79806360f0500e.setContent(html_c1ac139b6262480023de173d685992c8);
|
|
|
|
|
|
|
|
marker_9c6a1c820b6691bdd3e3be05b35d03b1.bindPopup(popup_1aa6335eb7f14a194f79806360f0500e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c6a1c820b6691bdd3e3be05b35d03b1.setIcon(icon_4d60c5a62118ee3395017aa8edc58e84);
|
|
|
|
|
|
var marker_230ad38172e12b37492546325998361d = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7169e98121a67475c4d128398c9ecf9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4cbbb0a727f16389f0252c408a4427d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e43ad20c9bb348d6defce1b15795bde = $(`<div id="html_1e43ad20c9bb348d6defce1b15795bde" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_e4cbbb0a727f16389f0252c408a4427d.setContent(html_1e43ad20c9bb348d6defce1b15795bde);
|
|
|
|
|
|
|
|
marker_230ad38172e12b37492546325998361d.bindPopup(popup_e4cbbb0a727f16389f0252c408a4427d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_230ad38172e12b37492546325998361d.setIcon(icon_7169e98121a67475c4d128398c9ecf9a);
|
|
|
|
|
|
var marker_756ced0dc9f10384c2d666d58736e3f8 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6fe64c02af4cc85c33ad9567bf99409e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abed3d01a2a58cda0d43d7e6dea0213b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_375a07af824f5af6d77c94b955836459 = $(`<div id="html_375a07af824f5af6d77c94b955836459" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_abed3d01a2a58cda0d43d7e6dea0213b.setContent(html_375a07af824f5af6d77c94b955836459);
|
|
|
|
|
|
|
|
marker_756ced0dc9f10384c2d666d58736e3f8.bindPopup(popup_abed3d01a2a58cda0d43d7e6dea0213b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_756ced0dc9f10384c2d666d58736e3f8.setIcon(icon_6fe64c02af4cc85c33ad9567bf99409e);
|
|
|
|
|
|
var marker_768e300f760b3e2ac588e2a3a7ed589b = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_30560e707391b3617d630834fb741214 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8284e0af4e60c68bf13c5afe731ecd45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588c9135683223a9d4c6b369b841a444 = $(`<div id="html_588c9135683223a9d4c6b369b841a444" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_8284e0af4e60c68bf13c5afe731ecd45.setContent(html_588c9135683223a9d4c6b369b841a444);
|
|
|
|
|
|
|
|
marker_768e300f760b3e2ac588e2a3a7ed589b.bindPopup(popup_8284e0af4e60c68bf13c5afe731ecd45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_768e300f760b3e2ac588e2a3a7ed589b.setIcon(icon_30560e707391b3617d630834fb741214);
|
|
|
|
|
|
var marker_eaea1a6912c435711bf76f8dfd7960c5 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_deeac527df2f4b327bb215374d48ca6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e69ad16ec43336b547c0fc470c46c9f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_110a8963122abf2d0eda31b8a23f6803 = $(`<div id="html_110a8963122abf2d0eda31b8a23f6803" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_e69ad16ec43336b547c0fc470c46c9f4.setContent(html_110a8963122abf2d0eda31b8a23f6803);
|
|
|
|
|
|
|
|
marker_eaea1a6912c435711bf76f8dfd7960c5.bindPopup(popup_e69ad16ec43336b547c0fc470c46c9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaea1a6912c435711bf76f8dfd7960c5.setIcon(icon_deeac527df2f4b327bb215374d48ca6b);
|
|
|
|
|
|
var marker_f62e65287d3b6737b1da129ede212b1f = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_b7f6e8448add04ad3fc8b1771d28d9c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba36373abe7a2fd24efa6b25c6991de6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59c25428f20ffc3f85f05be5089f2fce = $(`<div id="html_59c25428f20ffc3f85f05be5089f2fce" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_ba36373abe7a2fd24efa6b25c6991de6.setContent(html_59c25428f20ffc3f85f05be5089f2fce);
|
|
|
|
|
|
|
|
marker_f62e65287d3b6737b1da129ede212b1f.bindPopup(popup_ba36373abe7a2fd24efa6b25c6991de6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f62e65287d3b6737b1da129ede212b1f.setIcon(icon_b7f6e8448add04ad3fc8b1771d28d9c4);
|
|
|
|
|
|
var marker_cc3e18e61d509666ca3b9b4d10dad32d = L.marker(
|
|
[51.8933, 4.42083],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_78fddf5213287b29dbce606467e826c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e16f1ed2bc72ac139cc2fe1151e86a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b43e5efbc97351836f6ec3f0c298fbd8 = $(`<div id="html_b43e5efbc97351836f6ec3f0c298fbd8" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_8e16f1ed2bc72ac139cc2fe1151e86a1.setContent(html_b43e5efbc97351836f6ec3f0c298fbd8);
|
|
|
|
|
|
|
|
marker_cc3e18e61d509666ca3b9b4d10dad32d.bindPopup(popup_8e16f1ed2bc72ac139cc2fe1151e86a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc3e18e61d509666ca3b9b4d10dad32d.setIcon(icon_78fddf5213287b29dbce606467e826c9);
|
|
|
|
|
|
var marker_95a87e591c208c6b600091577704e025 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7be5ac1839f56b5fe0e0e438a3d7eb11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f3ad7e788f0a422ed118a734ec9d949 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_985083838ed3894c66d60171a082d01a = $(`<div id="html_985083838ed3894c66d60171a082d01a" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_3f3ad7e788f0a422ed118a734ec9d949.setContent(html_985083838ed3894c66d60171a082d01a);
|
|
|
|
|
|
|
|
marker_95a87e591c208c6b600091577704e025.bindPopup(popup_3f3ad7e788f0a422ed118a734ec9d949)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95a87e591c208c6b600091577704e025.setIcon(icon_7be5ac1839f56b5fe0e0e438a3d7eb11);
|
|
|
|
|
|
var marker_5579959ca5cce4f36f817f76ed41b4e3 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_5b9bd9d399d2454d3f299ff82a82f95d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bccb6ba8b655e76314de963b400c2d53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_635bcb01aa872c5885bc7b69faeb30f1 = $(`<div id="html_635bcb01aa872c5885bc7b69faeb30f1" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_bccb6ba8b655e76314de963b400c2d53.setContent(html_635bcb01aa872c5885bc7b69faeb30f1);
|
|
|
|
|
|
|
|
marker_5579959ca5cce4f36f817f76ed41b4e3.bindPopup(popup_bccb6ba8b655e76314de963b400c2d53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5579959ca5cce4f36f817f76ed41b4e3.setIcon(icon_5b9bd9d399d2454d3f299ff82a82f95d);
|
|
|
|
|
|
var marker_60d1eede4d680f4ddb4f08067f4770b7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_683c78d3f6a737ed7d7d0a7dd26a16be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e317d6d2bd2984d525e403c430c85255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20a1d4193a82ba30a0fe1572e1113aea = $(`<div id="html_20a1d4193a82ba30a0fe1572e1113aea" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_e317d6d2bd2984d525e403c430c85255.setContent(html_20a1d4193a82ba30a0fe1572e1113aea);
|
|
|
|
|
|
|
|
marker_60d1eede4d680f4ddb4f08067f4770b7.bindPopup(popup_e317d6d2bd2984d525e403c430c85255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60d1eede4d680f4ddb4f08067f4770b7.setIcon(icon_683c78d3f6a737ed7d7d0a7dd26a16be);
|
|
|
|
|
|
var marker_873dd99f33670951081c897f85c368f5 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_b73d828c34ec51efe95aceb33c2cd748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7415478562eb6beeb616334199a9ff6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2168cf323c09180161278c0af4507759 = $(`<div id="html_2168cf323c09180161278c0af4507759" style="width: 100.0%; height: 100.0%;">relay.freeplace.nl</div>`)[0];
|
|
popup_b7415478562eb6beeb616334199a9ff6.setContent(html_2168cf323c09180161278c0af4507759);
|
|
|
|
|
|
|
|
marker_873dd99f33670951081c897f85c368f5.bindPopup(popup_b7415478562eb6beeb616334199a9ff6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_873dd99f33670951081c897f85c368f5.setIcon(icon_b73d828c34ec51efe95aceb33c2cd748);
|
|
|
|
|
|
var marker_aabf601322d801cd4528a72724ad2586 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a9a50959a590b00dd2840a686291fdd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d6f04fdf04f09f5a529756a952d35a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df5867165866f69cef4fe2e81b56ecdf = $(`<div id="html_df5867165866f69cef4fe2e81b56ecdf" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_5d6f04fdf04f09f5a529756a952d35a1.setContent(html_df5867165866f69cef4fe2e81b56ecdf);
|
|
|
|
|
|
|
|
marker_aabf601322d801cd4528a72724ad2586.bindPopup(popup_5d6f04fdf04f09f5a529756a952d35a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aabf601322d801cd4528a72724ad2586.setIcon(icon_a9a50959a590b00dd2840a686291fdd4);
|
|
|
|
|
|
var marker_8c06fde557722e04c3b21bc4b3679221 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3c20920523ac68a64383190fa055e1ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_564619f1429d0607d95713d257eb77ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f73dd58e44ab8dd7f26b69a86981ffd7 = $(`<div id="html_f73dd58e44ab8dd7f26b69a86981ffd7" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_564619f1429d0607d95713d257eb77ee.setContent(html_f73dd58e44ab8dd7f26b69a86981ffd7);
|
|
|
|
|
|
|
|
marker_8c06fde557722e04c3b21bc4b3679221.bindPopup(popup_564619f1429d0607d95713d257eb77ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c06fde557722e04c3b21bc4b3679221.setIcon(icon_3c20920523ac68a64383190fa055e1ac);
|
|
|
|
|
|
var marker_419371bc9b22834615b5fdd88ce51111 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_68bb3fcb85a12d42cea2a9f1a55aa70f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_768ba35d43e7df74bd9dec6837cd5c47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71a54b7ec188756bf9d0c3a2f3b4382a = $(`<div id="html_71a54b7ec188756bf9d0c3a2f3b4382a" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_768ba35d43e7df74bd9dec6837cd5c47.setContent(html_71a54b7ec188756bf9d0c3a2f3b4382a);
|
|
|
|
|
|
|
|
marker_419371bc9b22834615b5fdd88ce51111.bindPopup(popup_768ba35d43e7df74bd9dec6837cd5c47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_419371bc9b22834615b5fdd88ce51111.setIcon(icon_68bb3fcb85a12d42cea2a9f1a55aa70f);
|
|
|
|
|
|
var marker_e186771783e2894eb887fc0f9f5b93a8 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_97fbefd220638308e08808092c1d24ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8c0512e97ae4fffc13ca5742e95b202 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5fce3bc984082d53b08561df75bd500 = $(`<div id="html_f5fce3bc984082d53b08561df75bd500" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_c8c0512e97ae4fffc13ca5742e95b202.setContent(html_f5fce3bc984082d53b08561df75bd500);
|
|
|
|
|
|
|
|
marker_e186771783e2894eb887fc0f9f5b93a8.bindPopup(popup_c8c0512e97ae4fffc13ca5742e95b202)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e186771783e2894eb887fc0f9f5b93a8.setIcon(icon_97fbefd220638308e08808092c1d24ea);
|
|
|
|
|
|
var marker_34f34b1158be53b553e2c1dd73a4ea0f = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_04af79cf262a206936771a62cf55f2f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b781cd4565a65aa470438b7b66f34a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3006df34f39b1692020dd5e4b06cc2e4 = $(`<div id="html_3006df34f39b1692020dd5e4b06cc2e4" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_9b781cd4565a65aa470438b7b66f34a2.setContent(html_3006df34f39b1692020dd5e4b06cc2e4);
|
|
|
|
|
|
|
|
marker_34f34b1158be53b553e2c1dd73a4ea0f.bindPopup(popup_9b781cd4565a65aa470438b7b66f34a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34f34b1158be53b553e2c1dd73a4ea0f.setIcon(icon_04af79cf262a206936771a62cf55f2f5);
|
|
|
|
|
|
var marker_88465058ec7436186b1efdd78c603ad3 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8e98d2d402089f818a549758b9121214 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f82c45ff412eb021ea987797103ae44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebc0bb159d3c504575a58e565c90b47a = $(`<div id="html_ebc0bb159d3c504575a58e565c90b47a" style="width: 100.0%; height: 100.0%;">relay.lifpay.me</div>`)[0];
|
|
popup_6f82c45ff412eb021ea987797103ae44.setContent(html_ebc0bb159d3c504575a58e565c90b47a);
|
|
|
|
|
|
|
|
marker_88465058ec7436186b1efdd78c603ad3.bindPopup(popup_6f82c45ff412eb021ea987797103ae44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88465058ec7436186b1efdd78c603ad3.setIcon(icon_8e98d2d402089f818a549758b9121214);
|
|
|
|
|
|
var marker_8f31bf567c2a2347b724f5363e56d7e5 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_b8713b1f17fed5c2c83b7b6312becb6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_005ac3077389cc5fda005827ec85e9ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17be3c363793d05660796cb230863683 = $(`<div id="html_17be3c363793d05660796cb230863683" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_005ac3077389cc5fda005827ec85e9ee.setContent(html_17be3c363793d05660796cb230863683);
|
|
|
|
|
|
|
|
marker_8f31bf567c2a2347b724f5363e56d7e5.bindPopup(popup_005ac3077389cc5fda005827ec85e9ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f31bf567c2a2347b724f5363e56d7e5.setIcon(icon_b8713b1f17fed5c2c83b7b6312becb6f);
|
|
|
|
|
|
var marker_3474d518361dd83d378358dc43cf4178 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8d031424756139b6a35b43c74c77996a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab563574854754b68c843907f52294ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3a13728e5df0780e01f9404c3665f9d = $(`<div id="html_b3a13728e5df0780e01f9404c3665f9d" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_ab563574854754b68c843907f52294ea.setContent(html_b3a13728e5df0780e01f9404c3665f9d);
|
|
|
|
|
|
|
|
marker_3474d518361dd83d378358dc43cf4178.bindPopup(popup_ab563574854754b68c843907f52294ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3474d518361dd83d378358dc43cf4178.setIcon(icon_8d031424756139b6a35b43c74c77996a);
|
|
|
|
|
|
var marker_a46a119d87cd06878b249f8d83edfd1f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4850e43d061a543f3aaece6a2486c182 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d31d182673b1f2b2ed7136a4f161a77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10b38a3128eb16eec05aa43bfffd9e3e = $(`<div id="html_10b38a3128eb16eec05aa43bfffd9e3e" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_9d31d182673b1f2b2ed7136a4f161a77.setContent(html_10b38a3128eb16eec05aa43bfffd9e3e);
|
|
|
|
|
|
|
|
marker_a46a119d87cd06878b249f8d83edfd1f.bindPopup(popup_9d31d182673b1f2b2ed7136a4f161a77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a46a119d87cd06878b249f8d83edfd1f.setIcon(icon_4850e43d061a543f3aaece6a2486c182);
|
|
|
|
|
|
var marker_093544f2a089b18b04d8e1ea5c03a58f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_06c9b4b4c6afdfafb27dbab5d70f58d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6219d28802b7f70ac90f8149d827553 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97b99e8f52b19fec4e777442179a9e67 = $(`<div id="html_97b99e8f52b19fec4e777442179a9e67" style="width: 100.0%; height: 100.0%;">librewot.aaroniumii.com</div>`)[0];
|
|
popup_c6219d28802b7f70ac90f8149d827553.setContent(html_97b99e8f52b19fec4e777442179a9e67);
|
|
|
|
|
|
|
|
marker_093544f2a089b18b04d8e1ea5c03a58f.bindPopup(popup_c6219d28802b7f70ac90f8149d827553)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_093544f2a089b18b04d8e1ea5c03a58f.setIcon(icon_06c9b4b4c6afdfafb27dbab5d70f58d8);
|
|
|
|
|
|
var marker_2d6c61b53b1deb407b86b763fa7ffb41 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_7290d902151fbacf4151d5712f6808d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_576794bee92c6f5a5322a49e3f55e8e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_818297fbdc0f1fc37178e34cb53e3a55 = $(`<div id="html_818297fbdc0f1fc37178e34cb53e3a55" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_576794bee92c6f5a5322a49e3f55e8e9.setContent(html_818297fbdc0f1fc37178e34cb53e3a55);
|
|
|
|
|
|
|
|
marker_2d6c61b53b1deb407b86b763fa7ffb41.bindPopup(popup_576794bee92c6f5a5322a49e3f55e8e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d6c61b53b1deb407b86b763fa7ffb41.setIcon(icon_7290d902151fbacf4151d5712f6808d9);
|
|
|
|
|
|
var marker_6c9917adaa43643c6829b7d69eaf9b82 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_122db808bba9eef17f6bff455a38a86f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_848c47ab062ae50fb8e63750d93dd131 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa688aa9a71ff773ebd2326538dfe554 = $(`<div id="html_aa688aa9a71ff773ebd2326538dfe554" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_848c47ab062ae50fb8e63750d93dd131.setContent(html_aa688aa9a71ff773ebd2326538dfe554);
|
|
|
|
|
|
|
|
marker_6c9917adaa43643c6829b7d69eaf9b82.bindPopup(popup_848c47ab062ae50fb8e63750d93dd131)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c9917adaa43643c6829b7d69eaf9b82.setIcon(icon_122db808bba9eef17f6bff455a38a86f);
|
|
|
|
|
|
var marker_edbf69c942207c1ef147c5038157dc7d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1bf8c7da294cb61ade31f12000ed3b96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a82cb5d9ce746579c5ed455da1202af5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_147b7f446d078745b235c450e3547a55 = $(`<div id="html_147b7f446d078745b235c450e3547a55" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_a82cb5d9ce746579c5ed455da1202af5.setContent(html_147b7f446d078745b235c450e3547a55);
|
|
|
|
|
|
|
|
marker_edbf69c942207c1ef147c5038157dc7d.bindPopup(popup_a82cb5d9ce746579c5ed455da1202af5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edbf69c942207c1ef147c5038157dc7d.setIcon(icon_1bf8c7da294cb61ade31f12000ed3b96);
|
|
|
|
|
|
var marker_ccfdab319b675dcf2d22f41ba261bf70 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_cc7fda9236e35012553b3ac45556007e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dd7f9eaf869be1cd87c363d99a1a54e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c51c17ba0cacbe6f6d8dfb15e32b720a = $(`<div id="html_c51c17ba0cacbe6f6d8dfb15e32b720a" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_8dd7f9eaf869be1cd87c363d99a1a54e.setContent(html_c51c17ba0cacbe6f6d8dfb15e32b720a);
|
|
|
|
|
|
|
|
marker_ccfdab319b675dcf2d22f41ba261bf70.bindPopup(popup_8dd7f9eaf869be1cd87c363d99a1a54e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccfdab319b675dcf2d22f41ba261bf70.setIcon(icon_cc7fda9236e35012553b3ac45556007e);
|
|
|
|
|
|
var marker_90bf3abc89cabae80532a966f8a7867a = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_65e2a29bd842d598b34511d642c305e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2d77cdf7318d4d2a990a7ed4374f15c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6584e4483636e57f4f7fe2c771e2a871 = $(`<div id="html_6584e4483636e57f4f7fe2c771e2a871" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_f2d77cdf7318d4d2a990a7ed4374f15c.setContent(html_6584e4483636e57f4f7fe2c771e2a871);
|
|
|
|
|
|
|
|
marker_90bf3abc89cabae80532a966f8a7867a.bindPopup(popup_f2d77cdf7318d4d2a990a7ed4374f15c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90bf3abc89cabae80532a966f8a7867a.setIcon(icon_65e2a29bd842d598b34511d642c305e3);
|
|
|
|
|
|
var marker_30376f899d881a769388ccc1840dbe24 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f2e5976576626abfda0f3c66ebb6ae39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f35761cbae24c35aabf6b036d81fe368 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e8b408576e5134ecba898d158ab9532 = $(`<div id="html_4e8b408576e5134ecba898d158ab9532" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_f35761cbae24c35aabf6b036d81fe368.setContent(html_4e8b408576e5134ecba898d158ab9532);
|
|
|
|
|
|
|
|
marker_30376f899d881a769388ccc1840dbe24.bindPopup(popup_f35761cbae24c35aabf6b036d81fe368)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30376f899d881a769388ccc1840dbe24.setIcon(icon_f2e5976576626abfda0f3c66ebb6ae39);
|
|
|
|
|
|
var marker_645df619a7c89f01273bb097d5a3d498 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_14cad80bda721fa97b314e552dbb0489 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6f5e0ead2390f1e5f939124e82b5467 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2549b4e7e196ad7b91abb8a897bdd182 = $(`<div id="html_2549b4e7e196ad7b91abb8a897bdd182" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_c6f5e0ead2390f1e5f939124e82b5467.setContent(html_2549b4e7e196ad7b91abb8a897bdd182);
|
|
|
|
|
|
|
|
marker_645df619a7c89f01273bb097d5a3d498.bindPopup(popup_c6f5e0ead2390f1e5f939124e82b5467)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_645df619a7c89f01273bb097d5a3d498.setIcon(icon_14cad80bda721fa97b314e552dbb0489);
|
|
|
|
|
|
var marker_a8315e18251a86bb413f005b0c97e155 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_c44208e9853a38c1c3f2cd11e8b3c510 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecbac87126b5ede6292d33577672a33e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68403423aa06519a7f6e3b6dc43a4e70 = $(`<div id="html_68403423aa06519a7f6e3b6dc43a4e70" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_ecbac87126b5ede6292d33577672a33e.setContent(html_68403423aa06519a7f6e3b6dc43a4e70);
|
|
|
|
|
|
|
|
marker_a8315e18251a86bb413f005b0c97e155.bindPopup(popup_ecbac87126b5ede6292d33577672a33e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8315e18251a86bb413f005b0c97e155.setIcon(icon_c44208e9853a38c1c3f2cd11e8b3c510);
|
|
|
|
|
|
var marker_764a676494dbbe284ef18a7a41f099bd = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_be0c1bf5d317f2f895cc8dd3e11de84f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bce9c0a169ccbe9fa3522367b48ec9cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fabafe7128b3225469a52753fbab1bb9 = $(`<div id="html_fabafe7128b3225469a52753fbab1bb9" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_bce9c0a169ccbe9fa3522367b48ec9cc.setContent(html_fabafe7128b3225469a52753fbab1bb9);
|
|
|
|
|
|
|
|
marker_764a676494dbbe284ef18a7a41f099bd.bindPopup(popup_bce9c0a169ccbe9fa3522367b48ec9cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_764a676494dbbe284ef18a7a41f099bd.setIcon(icon_be0c1bf5d317f2f895cc8dd3e11de84f);
|
|
|
|
|
|
var marker_0aead144a285b39cb76aa99ca8ede38f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1f6c87c175a810fb5005f2c25e4aef15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68b973e66177b0077a2ea5a3ce3c9f06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8556cd45b7c4a7b6ff8c7daedbd5b637 = $(`<div id="html_8556cd45b7c4a7b6ff8c7daedbd5b637" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_68b973e66177b0077a2ea5a3ce3c9f06.setContent(html_8556cd45b7c4a7b6ff8c7daedbd5b637);
|
|
|
|
|
|
|
|
marker_0aead144a285b39cb76aa99ca8ede38f.bindPopup(popup_68b973e66177b0077a2ea5a3ce3c9f06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0aead144a285b39cb76aa99ca8ede38f.setIcon(icon_1f6c87c175a810fb5005f2c25e4aef15);
|
|
|
|
|
|
var marker_926d4c76c8fd1bc503017e6d942a2018 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8ee76e2a3942230510ee91c7e81f60a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e87834e0b6eaa09bf1359a565f2ac15f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a1027247668f860008126dc401adfe9 = $(`<div id="html_0a1027247668f860008126dc401adfe9" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_e87834e0b6eaa09bf1359a565f2ac15f.setContent(html_0a1027247668f860008126dc401adfe9);
|
|
|
|
|
|
|
|
marker_926d4c76c8fd1bc503017e6d942a2018.bindPopup(popup_e87834e0b6eaa09bf1359a565f2ac15f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_926d4c76c8fd1bc503017e6d942a2018.setIcon(icon_8ee76e2a3942230510ee91c7e81f60a4);
|
|
|
|
|
|
var marker_8d257676d2335971bf91ce6acce0ae7c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a2096b4084fbe3cfa151c9b085bcf375 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3edfc457d3b9a123df895585415c21a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a376cf75841293415bd45e281d220ef5 = $(`<div id="html_a376cf75841293415bd45e281d220ef5" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_3edfc457d3b9a123df895585415c21a4.setContent(html_a376cf75841293415bd45e281d220ef5);
|
|
|
|
|
|
|
|
marker_8d257676d2335971bf91ce6acce0ae7c.bindPopup(popup_3edfc457d3b9a123df895585415c21a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d257676d2335971bf91ce6acce0ae7c.setIcon(icon_a2096b4084fbe3cfa151c9b085bcf375);
|
|
|
|
|
|
var marker_2d052b38a4c84a59f105eeaf7ab4e1f6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_910cc52648833500ce34ee097b721c32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cef31dbd4d20effb3e309e3f6cfac23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6c4b0ce34a69e70d84759df244545bb = $(`<div id="html_a6c4b0ce34a69e70d84759df244545bb" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_6cef31dbd4d20effb3e309e3f6cfac23.setContent(html_a6c4b0ce34a69e70d84759df244545bb);
|
|
|
|
|
|
|
|
marker_2d052b38a4c84a59f105eeaf7ab4e1f6.bindPopup(popup_6cef31dbd4d20effb3e309e3f6cfac23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d052b38a4c84a59f105eeaf7ab4e1f6.setIcon(icon_910cc52648833500ce34ee097b721c32);
|
|
|
|
|
|
var marker_7fcbf51e613241941bb74b8cf82a28d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a2b5b361a916812801bd7f8bb687d737 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00d9f6c0db1e97c1eb29cffedbaef4da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4e81297f0b9f80ac99347a9fd41d69e = $(`<div id="html_e4e81297f0b9f80ac99347a9fd41d69e" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_00d9f6c0db1e97c1eb29cffedbaef4da.setContent(html_e4e81297f0b9f80ac99347a9fd41d69e);
|
|
|
|
|
|
|
|
marker_7fcbf51e613241941bb74b8cf82a28d5.bindPopup(popup_00d9f6c0db1e97c1eb29cffedbaef4da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fcbf51e613241941bb74b8cf82a28d5.setIcon(icon_a2b5b361a916812801bd7f8bb687d737);
|
|
|
|
|
|
var marker_eba6fd7b56c400e7e670f00b0b980a00 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f54e5f38055ab5b15392607be6e8a4f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2acdf43743c3204441968b281362599e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af8f13f533b5e99edb045bbf104fba25 = $(`<div id="html_af8f13f533b5e99edb045bbf104fba25" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_2acdf43743c3204441968b281362599e.setContent(html_af8f13f533b5e99edb045bbf104fba25);
|
|
|
|
|
|
|
|
marker_eba6fd7b56c400e7e670f00b0b980a00.bindPopup(popup_2acdf43743c3204441968b281362599e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eba6fd7b56c400e7e670f00b0b980a00.setIcon(icon_f54e5f38055ab5b15392607be6e8a4f8);
|
|
|
|
|
|
var marker_23c0c7a3ffebf17e962073dc4bfd736f = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_22f832aa10d18c11eaa555daa1f3c9bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07e8d95f180257cd5e2b1a7141222593 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83fdbfc0f20a4e6125554d7dab51439a = $(`<div id="html_83fdbfc0f20a4e6125554d7dab51439a" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_07e8d95f180257cd5e2b1a7141222593.setContent(html_83fdbfc0f20a4e6125554d7dab51439a);
|
|
|
|
|
|
|
|
marker_23c0c7a3ffebf17e962073dc4bfd736f.bindPopup(popup_07e8d95f180257cd5e2b1a7141222593)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23c0c7a3ffebf17e962073dc4bfd736f.setIcon(icon_22f832aa10d18c11eaa555daa1f3c9bf);
|
|
|
|
|
|
var marker_37de4d37a5d56f2f28666d2c876ab267 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_cb13dbde05136b2b53634f4ac15f0a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d2ac0f125a33b743220fac0e5cdd50a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c568e704632408eb12ace126ec563a30 = $(`<div id="html_c568e704632408eb12ace126ec563a30" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_9d2ac0f125a33b743220fac0e5cdd50a.setContent(html_c568e704632408eb12ace126ec563a30);
|
|
|
|
|
|
|
|
marker_37de4d37a5d56f2f28666d2c876ab267.bindPopup(popup_9d2ac0f125a33b743220fac0e5cdd50a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37de4d37a5d56f2f28666d2c876ab267.setIcon(icon_cb13dbde05136b2b53634f4ac15f0a9f);
|
|
|
|
|
|
var marker_ccf47c4b9d14ba2d5c6d7150f2b9e688 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1747d792cd8770aa2431fbebe608521f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5121401840d2d04559433bbe379d945f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8c6e5783f367706083fe502190ba292 = $(`<div id="html_a8c6e5783f367706083fe502190ba292" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_5121401840d2d04559433bbe379d945f.setContent(html_a8c6e5783f367706083fe502190ba292);
|
|
|
|
|
|
|
|
marker_ccf47c4b9d14ba2d5c6d7150f2b9e688.bindPopup(popup_5121401840d2d04559433bbe379d945f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccf47c4b9d14ba2d5c6d7150f2b9e688.setIcon(icon_1747d792cd8770aa2431fbebe608521f);
|
|
|
|
|
|
var marker_ac2e34611793aff6790d2a64623e79fe = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_bc70245cf71135a7c917b5c2b306b326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5094bbd3b264535d01e0a7f323372ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd3b77556f4984bac3634e499e169446 = $(`<div id="html_dd3b77556f4984bac3634e499e169446" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_a5094bbd3b264535d01e0a7f323372ff.setContent(html_dd3b77556f4984bac3634e499e169446);
|
|
|
|
|
|
|
|
marker_ac2e34611793aff6790d2a64623e79fe.bindPopup(popup_a5094bbd3b264535d01e0a7f323372ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac2e34611793aff6790d2a64623e79fe.setIcon(icon_bc70245cf71135a7c917b5c2b306b326);
|
|
|
|
|
|
var marker_eb509e903b046840587450a4a283ce6a = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_caf65c127e702fce395535195dbc587d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3055f9c146f47391fca3049800753a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42004eccb4bb0e3ef96c8b86549d64b6 = $(`<div id="html_42004eccb4bb0e3ef96c8b86549d64b6" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_a3055f9c146f47391fca3049800753a8.setContent(html_42004eccb4bb0e3ef96c8b86549d64b6);
|
|
|
|
|
|
|
|
marker_eb509e903b046840587450a4a283ce6a.bindPopup(popup_a3055f9c146f47391fca3049800753a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb509e903b046840587450a4a283ce6a.setIcon(icon_caf65c127e702fce395535195dbc587d);
|
|
|
|
|
|
var marker_fff81696756c0c6631bd5fbc5846a8ca = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f8cf973c8689bafb2e1aa52c74d08de8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec3c1e7a666efddf00de0d767a052288 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73e123a521cc4fb76401aed7af1c6f08 = $(`<div id="html_73e123a521cc4fb76401aed7af1c6f08" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_ec3c1e7a666efddf00de0d767a052288.setContent(html_73e123a521cc4fb76401aed7af1c6f08);
|
|
|
|
|
|
|
|
marker_fff81696756c0c6631bd5fbc5846a8ca.bindPopup(popup_ec3c1e7a666efddf00de0d767a052288)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fff81696756c0c6631bd5fbc5846a8ca.setIcon(icon_f8cf973c8689bafb2e1aa52c74d08de8);
|
|
|
|
|
|
var marker_5e5b4617b0dd83c2ed8ed8ef138b75ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_703a66a1f383b5035dea77fc7e566f6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc8f39ff70af162f1ec415504dfc65ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5d327e91bec540bfa07922137fc37aa = $(`<div id="html_c5d327e91bec540bfa07922137fc37aa" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_dc8f39ff70af162f1ec415504dfc65ac.setContent(html_c5d327e91bec540bfa07922137fc37aa);
|
|
|
|
|
|
|
|
marker_5e5b4617b0dd83c2ed8ed8ef138b75ea.bindPopup(popup_dc8f39ff70af162f1ec415504dfc65ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e5b4617b0dd83c2ed8ed8ef138b75ea.setIcon(icon_703a66a1f383b5035dea77fc7e566f6b);
|
|
|
|
|
|
var marker_74c9cf52be8a5938d52455813caca630 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_6adb8c0d1eeb07bafbbe9ee4063d635b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d543b41fb78f5669abb76e9a59a3d49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c133dc1a7f6c5b0380c5589a24dc29e = $(`<div id="html_2c133dc1a7f6c5b0380c5589a24dc29e" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_2d543b41fb78f5669abb76e9a59a3d49.setContent(html_2c133dc1a7f6c5b0380c5589a24dc29e);
|
|
|
|
|
|
|
|
marker_74c9cf52be8a5938d52455813caca630.bindPopup(popup_2d543b41fb78f5669abb76e9a59a3d49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74c9cf52be8a5938d52455813caca630.setIcon(icon_6adb8c0d1eeb07bafbbe9ee4063d635b);
|
|
|
|
|
|
var marker_9a1d0502dc8e010c9ac4d345db4d0516 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_e8e1cee945dc8dc4cebb52c7e626faf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db5a1741d6ee3edf57271bc220638612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a93f30dc393ba576dcf39b141fcfbd6f = $(`<div id="html_a93f30dc393ba576dcf39b141fcfbd6f" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_db5a1741d6ee3edf57271bc220638612.setContent(html_a93f30dc393ba576dcf39b141fcfbd6f);
|
|
|
|
|
|
|
|
marker_9a1d0502dc8e010c9ac4d345db4d0516.bindPopup(popup_db5a1741d6ee3edf57271bc220638612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a1d0502dc8e010c9ac4d345db4d0516.setIcon(icon_e8e1cee945dc8dc4cebb52c7e626faf5);
|
|
|
|
|
|
var marker_ccbfe558f9c725181aca004dae2e530c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0c70be5bc56aa04ecb268d2c03fd0555 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02497474e0ea700db2b1c5e513bb2793 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52e7cb8ebdb1877b51d0790f4f11694a = $(`<div id="html_52e7cb8ebdb1877b51d0790f4f11694a" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_02497474e0ea700db2b1c5e513bb2793.setContent(html_52e7cb8ebdb1877b51d0790f4f11694a);
|
|
|
|
|
|
|
|
marker_ccbfe558f9c725181aca004dae2e530c.bindPopup(popup_02497474e0ea700db2b1c5e513bb2793)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccbfe558f9c725181aca004dae2e530c.setIcon(icon_0c70be5bc56aa04ecb268d2c03fd0555);
|
|
|
|
|
|
var marker_ce6da19a9dc92f84335651f05ca50917 = L.marker(
|
|
[43.5009, -70.4428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_ed5f9a051b6955fd435d6139844bea58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de6751f3f22dba43d43fb7c438baf3cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_977322ab9b851937ce33dd1c6db094f8 = $(`<div id="html_977322ab9b851937ce33dd1c6db094f8" style="width: 100.0%; height: 100.0%;">nostr.zenon.network</div>`)[0];
|
|
popup_de6751f3f22dba43d43fb7c438baf3cf.setContent(html_977322ab9b851937ce33dd1c6db094f8);
|
|
|
|
|
|
|
|
marker_ce6da19a9dc92f84335651f05ca50917.bindPopup(popup_de6751f3f22dba43d43fb7c438baf3cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce6da19a9dc92f84335651f05ca50917.setIcon(icon_ed5f9a051b6955fd435d6139844bea58);
|
|
|
|
|
|
var marker_89b8512d24affc70c0a0a8715edd5d9f = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_afd35607140738beac7bb302121e8a34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a1f75b0545827ef6c593db08fa9817b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5792d9a7223e8b2bda27ae74fd649f24 = $(`<div id="html_5792d9a7223e8b2bda27ae74fd649f24" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_7a1f75b0545827ef6c593db08fa9817b.setContent(html_5792d9a7223e8b2bda27ae74fd649f24);
|
|
|
|
|
|
|
|
marker_89b8512d24affc70c0a0a8715edd5d9f.bindPopup(popup_7a1f75b0545827ef6c593db08fa9817b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89b8512d24affc70c0a0a8715edd5d9f.setIcon(icon_afd35607140738beac7bb302121e8a34);
|
|
|
|
|
|
var marker_0d700cee90143e80eebd271a2845efb4 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_788cd5377ecbe1ba81313c90e5d5c479 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8919471f81fc578db8e08ce9e7fa9889 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4dff2a7bb613a8c224bd22ce1c31dc6c = $(`<div id="html_4dff2a7bb613a8c224bd22ce1c31dc6c" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_8919471f81fc578db8e08ce9e7fa9889.setContent(html_4dff2a7bb613a8c224bd22ce1c31dc6c);
|
|
|
|
|
|
|
|
marker_0d700cee90143e80eebd271a2845efb4.bindPopup(popup_8919471f81fc578db8e08ce9e7fa9889)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d700cee90143e80eebd271a2845efb4.setIcon(icon_788cd5377ecbe1ba81313c90e5d5c479);
|
|
|
|
|
|
var marker_bc7cccf8dfc285418f17112ea4b5aac0 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_ea69dfcafe802de1b6b1f16087abb38e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0d1eeeca444ad5f1731b7287c6445aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc679a1eacf9e8d983d02082c72c0cde = $(`<div id="html_fc679a1eacf9e8d983d02082c72c0cde" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_e0d1eeeca444ad5f1731b7287c6445aa.setContent(html_fc679a1eacf9e8d983d02082c72c0cde);
|
|
|
|
|
|
|
|
marker_bc7cccf8dfc285418f17112ea4b5aac0.bindPopup(popup_e0d1eeeca444ad5f1731b7287c6445aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc7cccf8dfc285418f17112ea4b5aac0.setIcon(icon_ea69dfcafe802de1b6b1f16087abb38e);
|
|
|
|
|
|
var marker_7434e173e4f7f0b9c121827185f562e1 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_b44656ed4e3efe58e25338ee820adc4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be4cb07e90dff9a6e7cebec9ae1b5963 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e4101a0f4feb91592a5ec97acfa60b4 = $(`<div id="html_3e4101a0f4feb91592a5ec97acfa60b4" style="width: 100.0%; height: 100.0%;">nostr.smartflowsocial.com</div>`)[0];
|
|
popup_be4cb07e90dff9a6e7cebec9ae1b5963.setContent(html_3e4101a0f4feb91592a5ec97acfa60b4);
|
|
|
|
|
|
|
|
marker_7434e173e4f7f0b9c121827185f562e1.bindPopup(popup_be4cb07e90dff9a6e7cebec9ae1b5963)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7434e173e4f7f0b9c121827185f562e1.setIcon(icon_b44656ed4e3efe58e25338ee820adc4c);
|
|
|
|
|
|
var marker_0d9f7898d311f159d4940af9161541de = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1ee4723574bb57bc4ef374e7cbebe1ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31ff8ee36921fe571a80f9e76d5bf02f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94fe821d8591a1647c0a75f0c04d1443 = $(`<div id="html_94fe821d8591a1647c0a75f0c04d1443" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_31ff8ee36921fe571a80f9e76d5bf02f.setContent(html_94fe821d8591a1647c0a75f0c04d1443);
|
|
|
|
|
|
|
|
marker_0d9f7898d311f159d4940af9161541de.bindPopup(popup_31ff8ee36921fe571a80f9e76d5bf02f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d9f7898d311f159d4940af9161541de.setIcon(icon_1ee4723574bb57bc4ef374e7cbebe1ee);
|
|
|
|
|
|
var marker_ccb31906594bb683fc3dd6741eb8a53b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_105729b03ec50c72e0dd5b72f2a0eaa6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30062f1580f064b31a0cb17be04fd01a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0220444db8918b2c9cc7f75aa85c8441 = $(`<div id="html_0220444db8918b2c9cc7f75aa85c8441" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_30062f1580f064b31a0cb17be04fd01a.setContent(html_0220444db8918b2c9cc7f75aa85c8441);
|
|
|
|
|
|
|
|
marker_ccb31906594bb683fc3dd6741eb8a53b.bindPopup(popup_30062f1580f064b31a0cb17be04fd01a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccb31906594bb683fc3dd6741eb8a53b.setIcon(icon_105729b03ec50c72e0dd5b72f2a0eaa6);
|
|
|
|
|
|
var marker_dc6750709b91bec37b7c1bd78f786f99 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_97e23336ef5ac62b6656e9c32686fb33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e66e831d7431a652beb7436b43ea23d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_398c336e3cc36ed36e42609227e4368e = $(`<div id="html_398c336e3cc36ed36e42609227e4368e" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_9e66e831d7431a652beb7436b43ea23d.setContent(html_398c336e3cc36ed36e42609227e4368e);
|
|
|
|
|
|
|
|
marker_dc6750709b91bec37b7c1bd78f786f99.bindPopup(popup_9e66e831d7431a652beb7436b43ea23d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc6750709b91bec37b7c1bd78f786f99.setIcon(icon_97e23336ef5ac62b6656e9c32686fb33);
|
|
|
|
|
|
var marker_0a6f8c3a00ca2449d0275112f4dabc3f = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0b54e9553efb1c96afaab683d125baa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc50eefc026dc53a96f4e4787b95a84e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_994c4f09d908b7f155615fd2eb1d7154 = $(`<div id="html_994c4f09d908b7f155615fd2eb1d7154" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_dc50eefc026dc53a96f4e4787b95a84e.setContent(html_994c4f09d908b7f155615fd2eb1d7154);
|
|
|
|
|
|
|
|
marker_0a6f8c3a00ca2449d0275112f4dabc3f.bindPopup(popup_dc50eefc026dc53a96f4e4787b95a84e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a6f8c3a00ca2449d0275112f4dabc3f.setIcon(icon_0b54e9553efb1c96afaab683d125baa5);
|
|
|
|
|
|
var marker_50376bebfce433640d2dd0e2f678f4bf = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0aa091418356b74be3e376f5f6c85f13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12f25baf4e4664bf8649ca7a7ebf6da8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4593e2ffc45c83113a7a779f21c67db = $(`<div id="html_a4593e2ffc45c83113a7a779f21c67db" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_12f25baf4e4664bf8649ca7a7ebf6da8.setContent(html_a4593e2ffc45c83113a7a779f21c67db);
|
|
|
|
|
|
|
|
marker_50376bebfce433640d2dd0e2f678f4bf.bindPopup(popup_12f25baf4e4664bf8649ca7a7ebf6da8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50376bebfce433640d2dd0e2f678f4bf.setIcon(icon_0aa091418356b74be3e376f5f6c85f13);
|
|
|
|
|
|
var marker_6335410322f1d4949e1fe6af2d632371 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_613a63d9b856605802adb71906d062ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37b2dc33121b088eff43ba9c1556e251 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92c71d915c95807bbf10cfc028802950 = $(`<div id="html_92c71d915c95807bbf10cfc028802950" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_37b2dc33121b088eff43ba9c1556e251.setContent(html_92c71d915c95807bbf10cfc028802950);
|
|
|
|
|
|
|
|
marker_6335410322f1d4949e1fe6af2d632371.bindPopup(popup_37b2dc33121b088eff43ba9c1556e251)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6335410322f1d4949e1fe6af2d632371.setIcon(icon_613a63d9b856605802adb71906d062ec);
|
|
|
|
|
|
var marker_b62037167caba43d271f2ee6300394c8 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_2e0b53dee0c9a5fc0e487335490997cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b6d558db642ddc6952d661c2503cd54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ffde6965f8dfd05f054016892135f1 = $(`<div id="html_32ffde6965f8dfd05f054016892135f1" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_7b6d558db642ddc6952d661c2503cd54.setContent(html_32ffde6965f8dfd05f054016892135f1);
|
|
|
|
|
|
|
|
marker_b62037167caba43d271f2ee6300394c8.bindPopup(popup_7b6d558db642ddc6952d661c2503cd54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b62037167caba43d271f2ee6300394c8.setIcon(icon_2e0b53dee0c9a5fc0e487335490997cd);
|
|
|
|
|
|
var marker_4d1ecaf4850b8344e5c6de5b39161b89 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_c162b551deec9ed83133b9e9858d8449 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc5295b8b7a57633a0bb297ec50c06b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8c1c10a5987d1cf712021c463410996 = $(`<div id="html_f8c1c10a5987d1cf712021c463410996" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_dc5295b8b7a57633a0bb297ec50c06b4.setContent(html_f8c1c10a5987d1cf712021c463410996);
|
|
|
|
|
|
|
|
marker_4d1ecaf4850b8344e5c6de5b39161b89.bindPopup(popup_dc5295b8b7a57633a0bb297ec50c06b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d1ecaf4850b8344e5c6de5b39161b89.setIcon(icon_c162b551deec9ed83133b9e9858d8449);
|
|
|
|
|
|
var marker_ecd88e84475665b4df053a8d9e74e62f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4447de6989aced6cf0f1a9a8dfa9bfce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a34b4e7d5069c54e3dbf92bafcf8b9e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78e5ca04e57071c56026641f6b0a2539 = $(`<div id="html_78e5ca04e57071c56026641f6b0a2539" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_a34b4e7d5069c54e3dbf92bafcf8b9e6.setContent(html_78e5ca04e57071c56026641f6b0a2539);
|
|
|
|
|
|
|
|
marker_ecd88e84475665b4df053a8d9e74e62f.bindPopup(popup_a34b4e7d5069c54e3dbf92bafcf8b9e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecd88e84475665b4df053a8d9e74e62f.setIcon(icon_4447de6989aced6cf0f1a9a8dfa9bfce);
|
|
|
|
|
|
var marker_df6e940db9e9a2850d5bfdb56b33562b = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8fde35a3a5524832d1f60b47ab04be4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67fea045effcc7f7a2ced43d298c0cd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d02c68dc71cacb1bf028eb2531adad54 = $(`<div id="html_d02c68dc71cacb1bf028eb2531adad54" style="width: 100.0%; height: 100.0%;">nostr.makibisskey.work</div>`)[0];
|
|
popup_67fea045effcc7f7a2ced43d298c0cd6.setContent(html_d02c68dc71cacb1bf028eb2531adad54);
|
|
|
|
|
|
|
|
marker_df6e940db9e9a2850d5bfdb56b33562b.bindPopup(popup_67fea045effcc7f7a2ced43d298c0cd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df6e940db9e9a2850d5bfdb56b33562b.setIcon(icon_8fde35a3a5524832d1f60b47ab04be4c);
|
|
|
|
|
|
var marker_546765e87dd7bd880e4a008886ac046c = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_41f6b20b3380af82a1f68bcba5bdeed2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c912a7eda696b96a4c9c5ffa3bee0aca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4dc3313e8577a663d9850fe599d4d593 = $(`<div id="html_4dc3313e8577a663d9850fe599d4d593" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_c912a7eda696b96a4c9c5ffa3bee0aca.setContent(html_4dc3313e8577a663d9850fe599d4d593);
|
|
|
|
|
|
|
|
marker_546765e87dd7bd880e4a008886ac046c.bindPopup(popup_c912a7eda696b96a4c9c5ffa3bee0aca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_546765e87dd7bd880e4a008886ac046c.setIcon(icon_41f6b20b3380af82a1f68bcba5bdeed2);
|
|
|
|
|
|
var marker_05d2dcd3757adc3e6b0b60997ffb369e = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_2aff6f0460fe8fb9cf124f19ac9ceec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb2324084dc8d7fc5951e2a8db7b1f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab3474afd95a1634a65fb3eee102fdc = $(`<div id="html_eab3474afd95a1634a65fb3eee102fdc" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_eb2324084dc8d7fc5951e2a8db7b1f31.setContent(html_eab3474afd95a1634a65fb3eee102fdc);
|
|
|
|
|
|
|
|
marker_05d2dcd3757adc3e6b0b60997ffb369e.bindPopup(popup_eb2324084dc8d7fc5951e2a8db7b1f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05d2dcd3757adc3e6b0b60997ffb369e.setIcon(icon_2aff6f0460fe8fb9cf124f19ac9ceec0);
|
|
|
|
|
|
var marker_0e908cbccf10dc01984bd1cee76271be = L.marker(
|
|
[13.4166, 101.335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9b423f2f5fcfd4070caad2565b504e1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd44452d302742cabb593498d93462b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3af832b5a526b5329142ce1e9a9604ba = $(`<div id="html_3af832b5a526b5329142ce1e9a9604ba" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_fd44452d302742cabb593498d93462b7.setContent(html_3af832b5a526b5329142ce1e9a9604ba);
|
|
|
|
|
|
|
|
marker_0e908cbccf10dc01984bd1cee76271be.bindPopup(popup_fd44452d302742cabb593498d93462b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e908cbccf10dc01984bd1cee76271be.setIcon(icon_9b423f2f5fcfd4070caad2565b504e1f);
|
|
|
|
|
|
var marker_9706a1504c733f6b605cd9ed9903222f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0599afa4696e22715acef65182194961 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eea5011000be4a0eb8e5e60906083eb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d3675d537c15bbce7066ab9bcaa8fba = $(`<div id="html_7d3675d537c15bbce7066ab9bcaa8fba" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_eea5011000be4a0eb8e5e60906083eb8.setContent(html_7d3675d537c15bbce7066ab9bcaa8fba);
|
|
|
|
|
|
|
|
marker_9706a1504c733f6b605cd9ed9903222f.bindPopup(popup_eea5011000be4a0eb8e5e60906083eb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9706a1504c733f6b605cd9ed9903222f.setIcon(icon_0599afa4696e22715acef65182194961);
|
|
|
|
|
|
var marker_f2987d19a338485512524fd868a33e25 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_172de14fa1bd8f81d15fef20558f2075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4408b878174d25f78e61078ad02cb5e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33f379427f4c82622fbe9487ed68609e = $(`<div id="html_33f379427f4c82622fbe9487ed68609e" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_4408b878174d25f78e61078ad02cb5e8.setContent(html_33f379427f4c82622fbe9487ed68609e);
|
|
|
|
|
|
|
|
marker_f2987d19a338485512524fd868a33e25.bindPopup(popup_4408b878174d25f78e61078ad02cb5e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2987d19a338485512524fd868a33e25.setIcon(icon_172de14fa1bd8f81d15fef20558f2075);
|
|
|
|
|
|
var marker_40dd677cd04956c63fb039960ca671b3 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1c08ead6f2b819f596e91db0dfdce953 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7fef6547291e7eefd6848a63de87586 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19420506997fc563f17779fcb7fac103 = $(`<div id="html_19420506997fc563f17779fcb7fac103" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_c7fef6547291e7eefd6848a63de87586.setContent(html_19420506997fc563f17779fcb7fac103);
|
|
|
|
|
|
|
|
marker_40dd677cd04956c63fb039960ca671b3.bindPopup(popup_c7fef6547291e7eefd6848a63de87586)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40dd677cd04956c63fb039960ca671b3.setIcon(icon_1c08ead6f2b819f596e91db0dfdce953);
|
|
|
|
|
|
var marker_54dd6f6cc4df930ae1d1b2f448987777 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1b120628706d0789ecffc7597865cdf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_977baf2995613b1b81357a6c070f845d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29bbdb80d6b805c0d011770c86576d1d = $(`<div id="html_29bbdb80d6b805c0d011770c86576d1d" style="width: 100.0%; height: 100.0%;">mhp258zrpiiwn.clorecloud.net</div>`)[0];
|
|
popup_977baf2995613b1b81357a6c070f845d.setContent(html_29bbdb80d6b805c0d011770c86576d1d);
|
|
|
|
|
|
|
|
marker_54dd6f6cc4df930ae1d1b2f448987777.bindPopup(popup_977baf2995613b1b81357a6c070f845d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54dd6f6cc4df930ae1d1b2f448987777.setIcon(icon_1b120628706d0789ecffc7597865cdf6);
|
|
|
|
|
|
var marker_fe3da6a4a438112de2253fda15963505 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3c64f09275c4c98a1bf0e96dba9d82d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ae2374abd519e1440d7ec9ae1f606ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8416a8e189c5a83b0c2c2068941ffcd = $(`<div id="html_b8416a8e189c5a83b0c2c2068941ffcd" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_3ae2374abd519e1440d7ec9ae1f606ca.setContent(html_b8416a8e189c5a83b0c2c2068941ffcd);
|
|
|
|
|
|
|
|
marker_fe3da6a4a438112de2253fda15963505.bindPopup(popup_3ae2374abd519e1440d7ec9ae1f606ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe3da6a4a438112de2253fda15963505.setIcon(icon_3c64f09275c4c98a1bf0e96dba9d82d1);
|
|
|
|
|
|
var marker_0b0cac59d19892200fc8bef7d3361cff = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_b696e5306764eef2d58c55a9811cb93f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a7466fb88b217f2f954bc37fffff6a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d261fe5881d5e16c2ad168e768988c1a = $(`<div id="html_d261fe5881d5e16c2ad168e768988c1a" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_4a7466fb88b217f2f954bc37fffff6a3.setContent(html_d261fe5881d5e16c2ad168e768988c1a);
|
|
|
|
|
|
|
|
marker_0b0cac59d19892200fc8bef7d3361cff.bindPopup(popup_4a7466fb88b217f2f954bc37fffff6a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b0cac59d19892200fc8bef7d3361cff.setIcon(icon_b696e5306764eef2d58c55a9811cb93f);
|
|
|
|
|
|
var marker_b7e26a6b63ec4474aedb53e254812da1 = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_1c939aaefc3b9d6241d2567e1c10321c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_366c7588ee23a0fdcb1874433c338555 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a19f4725b4cdf91ae60f5232b1788b57 = $(`<div id="html_a19f4725b4cdf91ae60f5232b1788b57" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_366c7588ee23a0fdcb1874433c338555.setContent(html_a19f4725b4cdf91ae60f5232b1788b57);
|
|
|
|
|
|
|
|
marker_b7e26a6b63ec4474aedb53e254812da1.bindPopup(popup_366c7588ee23a0fdcb1874433c338555)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7e26a6b63ec4474aedb53e254812da1.setIcon(icon_1c939aaefc3b9d6241d2567e1c10321c);
|
|
|
|
|
|
var marker_a2f18b7f9eb41755a2b4360fe9e919eb = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_bdd57dbadce886ef278f48e3453f89a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d001e4b478a218ac92534275b0151ec4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45fb96ced2cd89b4303abd4e381bf676 = $(`<div id="html_45fb96ced2cd89b4303abd4e381bf676" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_d001e4b478a218ac92534275b0151ec4.setContent(html_45fb96ced2cd89b4303abd4e381bf676);
|
|
|
|
|
|
|
|
marker_a2f18b7f9eb41755a2b4360fe9e919eb.bindPopup(popup_d001e4b478a218ac92534275b0151ec4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2f18b7f9eb41755a2b4360fe9e919eb.setIcon(icon_bdd57dbadce886ef278f48e3453f89a4);
|
|
|
|
|
|
var marker_a5ccd6d62ea07fecbd5bc87f61e25b8c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_31968c463fc69ae56db8af8496953df6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3027f7b0fbfb9a60b6c4095bba0978d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b27b20d869d2d332b31acc3f489576e = $(`<div id="html_5b27b20d869d2d332b31acc3f489576e" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_3027f7b0fbfb9a60b6c4095bba0978d2.setContent(html_5b27b20d869d2d332b31acc3f489576e);
|
|
|
|
|
|
|
|
marker_a5ccd6d62ea07fecbd5bc87f61e25b8c.bindPopup(popup_3027f7b0fbfb9a60b6c4095bba0978d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5ccd6d62ea07fecbd5bc87f61e25b8c.setIcon(icon_31968c463fc69ae56db8af8496953df6);
|
|
|
|
|
|
var marker_d3503e5a1f615cb87ef6f2a5f33d0056 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0ff590b34bd3079b1b04087bffebc41a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ce4227d3c22d8fb6e77a77cc6e1e89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f36e9fe25877468a9d0d1c9d4a26dbac = $(`<div id="html_f36e9fe25877468a9d0d1c9d4a26dbac" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_b8ce4227d3c22d8fb6e77a77cc6e1e89.setContent(html_f36e9fe25877468a9d0d1c9d4a26dbac);
|
|
|
|
|
|
|
|
marker_d3503e5a1f615cb87ef6f2a5f33d0056.bindPopup(popup_b8ce4227d3c22d8fb6e77a77cc6e1e89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3503e5a1f615cb87ef6f2a5f33d0056.setIcon(icon_0ff590b34bd3079b1b04087bffebc41a);
|
|
|
|
|
|
var marker_159a3110152ac0da3ceb2b5ca9c5bdce = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_37c127f21ee4d11e36b150146d3ee586 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_712970ff7fd34c49e5f15d5413e3d58e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d61d8d4400d8fd630c445e49ed9d59aa = $(`<div id="html_d61d8d4400d8fd630c445e49ed9d59aa" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_712970ff7fd34c49e5f15d5413e3d58e.setContent(html_d61d8d4400d8fd630c445e49ed9d59aa);
|
|
|
|
|
|
|
|
marker_159a3110152ac0da3ceb2b5ca9c5bdce.bindPopup(popup_712970ff7fd34c49e5f15d5413e3d58e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_159a3110152ac0da3ceb2b5ca9c5bdce.setIcon(icon_37c127f21ee4d11e36b150146d3ee586);
|
|
|
|
|
|
var marker_0898bfda6032174cda2e96a6ac94d86d = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_a54adfd19d8c1feb13b3871ae8533369 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ff1dcf4d4fb1d4a6b06071d1884eb97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8341bd0ce667da85d706b1a36b4d5e8d = $(`<div id="html_8341bd0ce667da85d706b1a36b4d5e8d" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_7ff1dcf4d4fb1d4a6b06071d1884eb97.setContent(html_8341bd0ce667da85d706b1a36b4d5e8d);
|
|
|
|
|
|
|
|
marker_0898bfda6032174cda2e96a6ac94d86d.bindPopup(popup_7ff1dcf4d4fb1d4a6b06071d1884eb97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0898bfda6032174cda2e96a6ac94d86d.setIcon(icon_a54adfd19d8c1feb13b3871ae8533369);
|
|
|
|
|
|
var marker_349fd0adb0c7992ae0702d2ee524d9f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_01fe045a146fc906c73e327b491454e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5220968abd3572247e9c7c4e07049ec6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d44d27b94c09b4e5c8bc96a68d473cf = $(`<div id="html_9d44d27b94c09b4e5c8bc96a68d473cf" style="width: 100.0%; height: 100.0%;">nostr.lostr.space</div>`)[0];
|
|
popup_5220968abd3572247e9c7c4e07049ec6.setContent(html_9d44d27b94c09b4e5c8bc96a68d473cf);
|
|
|
|
|
|
|
|
marker_349fd0adb0c7992ae0702d2ee524d9f3.bindPopup(popup_5220968abd3572247e9c7c4e07049ec6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_349fd0adb0c7992ae0702d2ee524d9f3.setIcon(icon_01fe045a146fc906c73e327b491454e2);
|
|
|
|
|
|
var marker_e613f405c85713ce799bb7244b83b3bb = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9a0af394b95be5332592add0f71fba4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c09fae0dee01969187f10b47f09226b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5ff0d0557f2abd027559a652f776aec = $(`<div id="html_a5ff0d0557f2abd027559a652f776aec" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_c09fae0dee01969187f10b47f09226b8.setContent(html_a5ff0d0557f2abd027559a652f776aec);
|
|
|
|
|
|
|
|
marker_e613f405c85713ce799bb7244b83b3bb.bindPopup(popup_c09fae0dee01969187f10b47f09226b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e613f405c85713ce799bb7244b83b3bb.setIcon(icon_9a0af394b95be5332592add0f71fba4a);
|
|
|
|
|
|
var marker_7c34397f07a69df08ee17053b9983a0e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_60c9f247d8a377ccef2166444e672682 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ab04b8a38d8ee114e2b5ef0cf1caab7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa06f08b13822bddb6b02a911af9783f = $(`<div id="html_fa06f08b13822bddb6b02a911af9783f" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_5ab04b8a38d8ee114e2b5ef0cf1caab7.setContent(html_fa06f08b13822bddb6b02a911af9783f);
|
|
|
|
|
|
|
|
marker_7c34397f07a69df08ee17053b9983a0e.bindPopup(popup_5ab04b8a38d8ee114e2b5ef0cf1caab7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c34397f07a69df08ee17053b9983a0e.setIcon(icon_60c9f247d8a377ccef2166444e672682);
|
|
|
|
|
|
var marker_17f1f0bcec38971504210e05f4c3002e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f58191e7bebb013fd4cf3adc42f68028 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_089ee183ef367ea2c7f1fc4f49b0e56b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a00cb2f666e4dcd9b7c650b69243f911 = $(`<div id="html_a00cb2f666e4dcd9b7c650b69243f911" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_089ee183ef367ea2c7f1fc4f49b0e56b.setContent(html_a00cb2f666e4dcd9b7c650b69243f911);
|
|
|
|
|
|
|
|
marker_17f1f0bcec38971504210e05f4c3002e.bindPopup(popup_089ee183ef367ea2c7f1fc4f49b0e56b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17f1f0bcec38971504210e05f4c3002e.setIcon(icon_f58191e7bebb013fd4cf3adc42f68028);
|
|
|
|
|
|
var marker_2c289addf53d922a50d0300146545b47 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_f678f237273409062d929bb5bc901846 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bd30c5107539d270c92974e86ac9f6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60903647895c3f841c401c9ce2dca678 = $(`<div id="html_60903647895c3f841c401c9ce2dca678" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_5bd30c5107539d270c92974e86ac9f6d.setContent(html_60903647895c3f841c401c9ce2dca678);
|
|
|
|
|
|
|
|
marker_2c289addf53d922a50d0300146545b47.bindPopup(popup_5bd30c5107539d270c92974e86ac9f6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c289addf53d922a50d0300146545b47.setIcon(icon_f678f237273409062d929bb5bc901846);
|
|
|
|
|
|
var marker_c2bc6e13261e0cb4399102fb5d373d47 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_9f689d52a19e49fc0274a8861793ebe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_061f7fa0bb295c2342ec019a23429fde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7b819881f5d489e00758ad06a863d24 = $(`<div id="html_f7b819881f5d489e00758ad06a863d24" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_061f7fa0bb295c2342ec019a23429fde.setContent(html_f7b819881f5d489e00758ad06a863d24);
|
|
|
|
|
|
|
|
marker_c2bc6e13261e0cb4399102fb5d373d47.bindPopup(popup_061f7fa0bb295c2342ec019a23429fde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2bc6e13261e0cb4399102fb5d373d47.setIcon(icon_9f689d52a19e49fc0274a8861793ebe2);
|
|
|
|
|
|
var marker_9d10ea2bfa5927f3c1ed2a8fb452398c = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_3bb6e3cfa151fe9cd5faad9b7fb3170f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f92fc463f5b506641a2b6f4def2f33b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3b2ebfa337c3f5d0a8e593dd4367000 = $(`<div id="html_a3b2ebfa337c3f5d0a8e593dd4367000" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_9f92fc463f5b506641a2b6f4def2f33b.setContent(html_a3b2ebfa337c3f5d0a8e593dd4367000);
|
|
|
|
|
|
|
|
marker_9d10ea2bfa5927f3c1ed2a8fb452398c.bindPopup(popup_9f92fc463f5b506641a2b6f4def2f33b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d10ea2bfa5927f3c1ed2a8fb452398c.setIcon(icon_3bb6e3cfa151fe9cd5faad9b7fb3170f);
|
|
|
|
|
|
var marker_2bfb25aa9262a60d7ca0412de2c3c141 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_d23bb833d2f491bd024fca67c1ca406c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f449f90ef070006aa1da4cf4daa75cdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a94db7cd96b1ce9d814fe07a4ac6f82f = $(`<div id="html_a94db7cd96b1ce9d814fe07a4ac6f82f" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_f449f90ef070006aa1da4cf4daa75cdb.setContent(html_a94db7cd96b1ce9d814fe07a4ac6f82f);
|
|
|
|
|
|
|
|
marker_2bfb25aa9262a60d7ca0412de2c3c141.bindPopup(popup_f449f90ef070006aa1da4cf4daa75cdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bfb25aa9262a60d7ca0412de2c3c141.setIcon(icon_d23bb833d2f491bd024fca67c1ca406c);
|
|
|
|
|
|
var marker_15be9d980241a302354abe4544f64b16 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_4700c739affb30a5a63d1de01b982baa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4337ada0af3cfe2a91784402f4068ffd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1da9924391cc4cf47267746409eef7b3 = $(`<div id="html_1da9924391cc4cf47267746409eef7b3" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_4337ada0af3cfe2a91784402f4068ffd.setContent(html_1da9924391cc4cf47267746409eef7b3);
|
|
|
|
|
|
|
|
marker_15be9d980241a302354abe4544f64b16.bindPopup(popup_4337ada0af3cfe2a91784402f4068ffd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15be9d980241a302354abe4544f64b16.setIcon(icon_4700c739affb30a5a63d1de01b982baa);
|
|
|
|
|
|
var marker_7ceffe0d9109a35b23ecb95c859d6a27 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_0756a6c49e7f831844b21450325f7775 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd80fb50513ca3b4f947c2ee824d0eee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7951793b3a83cebbbccad41e5b11583 = $(`<div id="html_c7951793b3a83cebbbccad41e5b11583" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_fd80fb50513ca3b4f947c2ee824d0eee.setContent(html_c7951793b3a83cebbbccad41e5b11583);
|
|
|
|
|
|
|
|
marker_7ceffe0d9109a35b23ecb95c859d6a27.bindPopup(popup_fd80fb50513ca3b4f947c2ee824d0eee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ceffe0d9109a35b23ecb95c859d6a27.setIcon(icon_0756a6c49e7f831844b21450325f7775);
|
|
|
|
|
|
var marker_fe7abd6d7a7c6a0cc1c087096dde6820 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_245662af1f6ce636de590ca6a487753b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fefc4ac151da3f7f785cc443d23da0eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5e86c7b49e1a73165ddabe41fc7f8b3 = $(`<div id="html_f5e86c7b49e1a73165ddabe41fc7f8b3" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_fefc4ac151da3f7f785cc443d23da0eb.setContent(html_f5e86c7b49e1a73165ddabe41fc7f8b3);
|
|
|
|
|
|
|
|
marker_fe7abd6d7a7c6a0cc1c087096dde6820.bindPopup(popup_fefc4ac151da3f7f785cc443d23da0eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe7abd6d7a7c6a0cc1c087096dde6820.setIcon(icon_245662af1f6ce636de590ca6a487753b);
|
|
|
|
|
|
var marker_b2c7baf266b6f00f36bc13b95b1c32c9 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_983c42c14b04d2f2634d0e864d7e3b58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a88c0e0749805d6c0d6bacc8fbde6971 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2038a5f88837d3f40542a9efa7bf07b = $(`<div id="html_f2038a5f88837d3f40542a9efa7bf07b" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_a88c0e0749805d6c0d6bacc8fbde6971.setContent(html_f2038a5f88837d3f40542a9efa7bf07b);
|
|
|
|
|
|
|
|
marker_b2c7baf266b6f00f36bc13b95b1c32c9.bindPopup(popup_a88c0e0749805d6c0d6bacc8fbde6971)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2c7baf266b6f00f36bc13b95b1c32c9.setIcon(icon_983c42c14b04d2f2634d0e864d7e3b58);
|
|
|
|
|
|
var marker_7dc82cec89c20d51cb7dd1a572259885 = L.marker(
|
|
[40.7357, -74.1724],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2);
|
|
|
|
|
|
var icon_8f8595202f7b182ae0f7d6d62bf47d11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebe5cd077b98baada5fa27074019a30e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_505bbfbbc040b9eb034ca186d75265e4 = $(`<div id="html_505bbfbbc040b9eb034ca186d75265e4" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_ebe5cd077b98baada5fa27074019a30e.setContent(html_505bbfbbc040b9eb034ca186d75265e4);
|
|
|
|
|
|
|
|
marker_7dc82cec89c20d51cb7dd1a572259885.bindPopup(popup_ebe5cd077b98baada5fa27074019a30e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dc82cec89c20d51cb7dd1a572259885.setIcon(icon_8f8595202f7b182ae0f7d6d62bf47d11);
|
|
|
|
|
|
marker_cluster_87ba8d9d22d85979c6ccee327bc1f2c2.addTo(map_b39188e1d9bf1ccf24a5fb6a42f2300c);
|
|
|
|
</script>
|
|
</html> |