mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 01:05:19 +00:00
12273 lines
357 KiB
HTML
12273 lines
357 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_8b640fc87d2abf70e91cf8b68da0b6b5 {
|
|
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_8b640fc87d2abf70e91cf8b68da0b6b5" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_8b640fc87d2abf70e91cf8b68da0b6b5 = L.map(
|
|
"map_8b640fc87d2abf70e91cf8b68da0b6b5",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_f4ee6b13d8450663794f2889dd36c3e8 = 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_f4ee6b13d8450663794f2889dd36c3e8.addTo(map_8b640fc87d2abf70e91cf8b68da0b6b5);
|
|
|
|
|
|
var marker_cluster_45de53cef3b2c976a8864e8c883b5c8f = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_af00f6014683f5bb2fcb250011329988 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_db525a80c5b278bd1c5e368cb7e8d3ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd383172c6c795177735939289d4cd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c2eff54e62431d984918f5a1888f8b0 = $(`<div id="html_9c2eff54e62431d984918f5a1888f8b0" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_ddd383172c6c795177735939289d4cd3.setContent(html_9c2eff54e62431d984918f5a1888f8b0);
|
|
|
|
|
|
|
|
marker_af00f6014683f5bb2fcb250011329988.bindPopup(popup_ddd383172c6c795177735939289d4cd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af00f6014683f5bb2fcb250011329988.setIcon(icon_db525a80c5b278bd1c5e368cb7e8d3ec);
|
|
|
|
|
|
var marker_e693715960768698ce6e5eae018a54bc = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_75346a3d55a4a871c962bb6e930d4d06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a4f417a195e704ce7bda1d54ce2716f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82eae7c1777b4c6926b11857104ad69d = $(`<div id="html_82eae7c1777b4c6926b11857104ad69d" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_8a4f417a195e704ce7bda1d54ce2716f.setContent(html_82eae7c1777b4c6926b11857104ad69d);
|
|
|
|
|
|
|
|
marker_e693715960768698ce6e5eae018a54bc.bindPopup(popup_8a4f417a195e704ce7bda1d54ce2716f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e693715960768698ce6e5eae018a54bc.setIcon(icon_75346a3d55a4a871c962bb6e930d4d06);
|
|
|
|
|
|
var marker_9e5f44b55b301e1042d3579266a3c1d3 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_aa9928ad4f7f24a1de7f18afd1bdc0b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46162be383076ab6dc8d35785000a99a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f39db0ee27e3ea7f0911079e5b98f6a = $(`<div id="html_6f39db0ee27e3ea7f0911079e5b98f6a" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_46162be383076ab6dc8d35785000a99a.setContent(html_6f39db0ee27e3ea7f0911079e5b98f6a);
|
|
|
|
|
|
|
|
marker_9e5f44b55b301e1042d3579266a3c1d3.bindPopup(popup_46162be383076ab6dc8d35785000a99a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e5f44b55b301e1042d3579266a3c1d3.setIcon(icon_aa9928ad4f7f24a1de7f18afd1bdc0b7);
|
|
|
|
|
|
var marker_049c1344b766900a41cf3998c72ab71b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_011927f5e7e195e2349a74a809af48ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8310de456cdafbe8cf0d9e76ad330d7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19a490882d3fb8749298404584e94258 = $(`<div id="html_19a490882d3fb8749298404584e94258" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_8310de456cdafbe8cf0d9e76ad330d7f.setContent(html_19a490882d3fb8749298404584e94258);
|
|
|
|
|
|
|
|
marker_049c1344b766900a41cf3998c72ab71b.bindPopup(popup_8310de456cdafbe8cf0d9e76ad330d7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_049c1344b766900a41cf3998c72ab71b.setIcon(icon_011927f5e7e195e2349a74a809af48ec);
|
|
|
|
|
|
var marker_5a9a0c42aee85c43b9e0cf7249db528d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_27b07ec96ed5b6224b1bee466543c364 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82ce0d79db335f029835cc54246d7108 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e067cbc27a6104b32fe9c5bc5fe58324 = $(`<div id="html_e067cbc27a6104b32fe9c5bc5fe58324" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_82ce0d79db335f029835cc54246d7108.setContent(html_e067cbc27a6104b32fe9c5bc5fe58324);
|
|
|
|
|
|
|
|
marker_5a9a0c42aee85c43b9e0cf7249db528d.bindPopup(popup_82ce0d79db335f029835cc54246d7108)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a9a0c42aee85c43b9e0cf7249db528d.setIcon(icon_27b07ec96ed5b6224b1bee466543c364);
|
|
|
|
|
|
var marker_46adf2a402ce0c71be516de3a05efafe = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_eb2c84970d3142a680291c63ee2cd753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55c314f62da60265e16be17f6dcea8fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee71d5752514f2ce8b9f83a164674a0f = $(`<div id="html_ee71d5752514f2ce8b9f83a164674a0f" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_55c314f62da60265e16be17f6dcea8fa.setContent(html_ee71d5752514f2ce8b9f83a164674a0f);
|
|
|
|
|
|
|
|
marker_46adf2a402ce0c71be516de3a05efafe.bindPopup(popup_55c314f62da60265e16be17f6dcea8fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46adf2a402ce0c71be516de3a05efafe.setIcon(icon_eb2c84970d3142a680291c63ee2cd753);
|
|
|
|
|
|
var marker_54d5c02040204623d57560547e6f1232 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5329ce63b988473f08c290f89e302e95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b1c055911d1950a395a8310dd97cb36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_674872ca83144f3a8219cd5c5a207baa = $(`<div id="html_674872ca83144f3a8219cd5c5a207baa" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_4b1c055911d1950a395a8310dd97cb36.setContent(html_674872ca83144f3a8219cd5c5a207baa);
|
|
|
|
|
|
|
|
marker_54d5c02040204623d57560547e6f1232.bindPopup(popup_4b1c055911d1950a395a8310dd97cb36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54d5c02040204623d57560547e6f1232.setIcon(icon_5329ce63b988473f08c290f89e302e95);
|
|
|
|
|
|
var marker_fe91e79d82a8f6c7dde7691176e2dd7c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_586157ac8b85ac5cb52e02770d0fd7f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bad467a38b96958a9d1599ebb36f2e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15262457793938df396c8f20a0bc388a = $(`<div id="html_15262457793938df396c8f20a0bc388a" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_4bad467a38b96958a9d1599ebb36f2e7.setContent(html_15262457793938df396c8f20a0bc388a);
|
|
|
|
|
|
|
|
marker_fe91e79d82a8f6c7dde7691176e2dd7c.bindPopup(popup_4bad467a38b96958a9d1599ebb36f2e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe91e79d82a8f6c7dde7691176e2dd7c.setIcon(icon_586157ac8b85ac5cb52e02770d0fd7f7);
|
|
|
|
|
|
var marker_b8167f3c8f710babe0af6c9a3e1cfc11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e89b67e52d1cdfcced30944315778268 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df164a52f8447d933789113902e325d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e4a0fa42f5dd25ff374e9dbb921147b = $(`<div id="html_5e4a0fa42f5dd25ff374e9dbb921147b" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_df164a52f8447d933789113902e325d3.setContent(html_5e4a0fa42f5dd25ff374e9dbb921147b);
|
|
|
|
|
|
|
|
marker_b8167f3c8f710babe0af6c9a3e1cfc11.bindPopup(popup_df164a52f8447d933789113902e325d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8167f3c8f710babe0af6c9a3e1cfc11.setIcon(icon_e89b67e52d1cdfcced30944315778268);
|
|
|
|
|
|
var marker_97fcbf056b4fbdc54efb3e8091c9e174 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_fd1ea7c318ed39f882e1507ce848e53c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_648eede315472437781249427cb30e09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_033e64782ead29449e7c77f5f49b5678 = $(`<div id="html_033e64782ead29449e7c77f5f49b5678" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_648eede315472437781249427cb30e09.setContent(html_033e64782ead29449e7c77f5f49b5678);
|
|
|
|
|
|
|
|
marker_97fcbf056b4fbdc54efb3e8091c9e174.bindPopup(popup_648eede315472437781249427cb30e09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97fcbf056b4fbdc54efb3e8091c9e174.setIcon(icon_fd1ea7c318ed39f882e1507ce848e53c);
|
|
|
|
|
|
var marker_0df24f7594a64f4e343f975cf8ad67e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_69a78c612150e21c195c59216fee937e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_385bb75d07788d9842c4a3e3821732d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b095b70af37b590ff181d23f25bfd1a8 = $(`<div id="html_b095b70af37b590ff181d23f25bfd1a8" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_385bb75d07788d9842c4a3e3821732d2.setContent(html_b095b70af37b590ff181d23f25bfd1a8);
|
|
|
|
|
|
|
|
marker_0df24f7594a64f4e343f975cf8ad67e9.bindPopup(popup_385bb75d07788d9842c4a3e3821732d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0df24f7594a64f4e343f975cf8ad67e9.setIcon(icon_69a78c612150e21c195c59216fee937e);
|
|
|
|
|
|
var marker_9afd606b04c21a618c07c371da59a22b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_339461c1817a0a1343a4a62ef4212464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f15f2bce1081428ff8d067ab5582c622 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a296633b6a17a50fec54aa0082b4d0e2 = $(`<div id="html_a296633b6a17a50fec54aa0082b4d0e2" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_f15f2bce1081428ff8d067ab5582c622.setContent(html_a296633b6a17a50fec54aa0082b4d0e2);
|
|
|
|
|
|
|
|
marker_9afd606b04c21a618c07c371da59a22b.bindPopup(popup_f15f2bce1081428ff8d067ab5582c622)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9afd606b04c21a618c07c371da59a22b.setIcon(icon_339461c1817a0a1343a4a62ef4212464);
|
|
|
|
|
|
var marker_8d36dcc56bf3f4bc9ac6215a689f54d1 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a3d800b2db72a4cc5417742ea986de63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7063dc8c0adae1bbb3a54c7ea4926a96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02f0e819c9efc7ab281af05dfb8d2396 = $(`<div id="html_02f0e819c9efc7ab281af05dfb8d2396" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_7063dc8c0adae1bbb3a54c7ea4926a96.setContent(html_02f0e819c9efc7ab281af05dfb8d2396);
|
|
|
|
|
|
|
|
marker_8d36dcc56bf3f4bc9ac6215a689f54d1.bindPopup(popup_7063dc8c0adae1bbb3a54c7ea4926a96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d36dcc56bf3f4bc9ac6215a689f54d1.setIcon(icon_a3d800b2db72a4cc5417742ea986de63);
|
|
|
|
|
|
var marker_fb7b12b0b40d22854189443743cdd359 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_30c43c2b4b32184efe4c80a3a58d47d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1380fe68a20fd1edb3a5da2e85727e4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66c91fe22e9761a336b000c1423547d7 = $(`<div id="html_66c91fe22e9761a336b000c1423547d7" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_1380fe68a20fd1edb3a5da2e85727e4b.setContent(html_66c91fe22e9761a336b000c1423547d7);
|
|
|
|
|
|
|
|
marker_fb7b12b0b40d22854189443743cdd359.bindPopup(popup_1380fe68a20fd1edb3a5da2e85727e4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb7b12b0b40d22854189443743cdd359.setIcon(icon_30c43c2b4b32184efe4c80a3a58d47d8);
|
|
|
|
|
|
var marker_de9ab07db7b52e0ce2674b0d77e4cbc1 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_69a80c557261a25c899d3757a5017cac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68d6777a30f9353f65f16ff4a2741cbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67120b9145a9c6ec655f8ba6d22a0738 = $(`<div id="html_67120b9145a9c6ec655f8ba6d22a0738" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_68d6777a30f9353f65f16ff4a2741cbb.setContent(html_67120b9145a9c6ec655f8ba6d22a0738);
|
|
|
|
|
|
|
|
marker_de9ab07db7b52e0ce2674b0d77e4cbc1.bindPopup(popup_68d6777a30f9353f65f16ff4a2741cbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de9ab07db7b52e0ce2674b0d77e4cbc1.setIcon(icon_69a80c557261a25c899d3757a5017cac);
|
|
|
|
|
|
var marker_2c64e710aded69a9e5c8dbc9cc151b95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_dea71f6b66927aab00e1be512a4ce925 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3fe20fafdb8532b1cf369e55d5126a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_074d83102d6d51d315e180dc2fde62a3 = $(`<div id="html_074d83102d6d51d315e180dc2fde62a3" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_b3fe20fafdb8532b1cf369e55d5126a9.setContent(html_074d83102d6d51d315e180dc2fde62a3);
|
|
|
|
|
|
|
|
marker_2c64e710aded69a9e5c8dbc9cc151b95.bindPopup(popup_b3fe20fafdb8532b1cf369e55d5126a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c64e710aded69a9e5c8dbc9cc151b95.setIcon(icon_dea71f6b66927aab00e1be512a4ce925);
|
|
|
|
|
|
var marker_57fd863444c91f94093d0aeda530e3c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a15573c76c8a4ca63db00f07f3ddce77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04440ae9d949273e3246095fdc1c754f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c80f5bc00f09a9b3f96e7b8c08c7dce = $(`<div id="html_7c80f5bc00f09a9b3f96e7b8c08c7dce" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_04440ae9d949273e3246095fdc1c754f.setContent(html_7c80f5bc00f09a9b3f96e7b8c08c7dce);
|
|
|
|
|
|
|
|
marker_57fd863444c91f94093d0aeda530e3c9.bindPopup(popup_04440ae9d949273e3246095fdc1c754f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57fd863444c91f94093d0aeda530e3c9.setIcon(icon_a15573c76c8a4ca63db00f07f3ddce77);
|
|
|
|
|
|
var marker_cd559ca864ad38fdd35a2c145e990a13 = L.marker(
|
|
[37.5234, -77.3158],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8fd590498a1a1572ae7b7499969b441e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9675dc098e44c34ef088e400c72bb3eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4de6198b633a59cc0f2dc87ef473809f = $(`<div id="html_4de6198b633a59cc0f2dc87ef473809f" style="width: 100.0%; height: 100.0%;">relay.sloannetworks.com</div>`)[0];
|
|
popup_9675dc098e44c34ef088e400c72bb3eb.setContent(html_4de6198b633a59cc0f2dc87ef473809f);
|
|
|
|
|
|
|
|
marker_cd559ca864ad38fdd35a2c145e990a13.bindPopup(popup_9675dc098e44c34ef088e400c72bb3eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd559ca864ad38fdd35a2c145e990a13.setIcon(icon_8fd590498a1a1572ae7b7499969b441e);
|
|
|
|
|
|
var marker_96a72fea8c852d6c10fc7e97ecdbbd53 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_48f073518a7ac4a953647c2fe3cd8a0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_713156916de12ce3a42ae16e7422d1d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a05d01866f513d58cd44555367c29e75 = $(`<div id="html_a05d01866f513d58cd44555367c29e75" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_713156916de12ce3a42ae16e7422d1d0.setContent(html_a05d01866f513d58cd44555367c29e75);
|
|
|
|
|
|
|
|
marker_96a72fea8c852d6c10fc7e97ecdbbd53.bindPopup(popup_713156916de12ce3a42ae16e7422d1d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a72fea8c852d6c10fc7e97ecdbbd53.setIcon(icon_48f073518a7ac4a953647c2fe3cd8a0d);
|
|
|
|
|
|
var marker_8f3ebcfcb9a6b2ad299166100dcc392c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1bccd9ba749cd26faf40549d8740f8d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_566263560ebb67cb9853d99a29232c34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87b9580f68fe69143626fa50207d1eba = $(`<div id="html_87b9580f68fe69143626fa50207d1eba" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_566263560ebb67cb9853d99a29232c34.setContent(html_87b9580f68fe69143626fa50207d1eba);
|
|
|
|
|
|
|
|
marker_8f3ebcfcb9a6b2ad299166100dcc392c.bindPopup(popup_566263560ebb67cb9853d99a29232c34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f3ebcfcb9a6b2ad299166100dcc392c.setIcon(icon_1bccd9ba749cd26faf40549d8740f8d3);
|
|
|
|
|
|
var marker_9124e2e27816061e82e5ee0ce00c8097 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f86541dfcc622d728ca0c338d65ecef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edc9bf16f1f920c96cbf4185299568f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7055899e896a4b5222992ae1652c0fd1 = $(`<div id="html_7055899e896a4b5222992ae1652c0fd1" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_edc9bf16f1f920c96cbf4185299568f6.setContent(html_7055899e896a4b5222992ae1652c0fd1);
|
|
|
|
|
|
|
|
marker_9124e2e27816061e82e5ee0ce00c8097.bindPopup(popup_edc9bf16f1f920c96cbf4185299568f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9124e2e27816061e82e5ee0ce00c8097.setIcon(icon_f86541dfcc622d728ca0c338d65ecef7);
|
|
|
|
|
|
var marker_a46e9c4098440fc4414ddc21a101c24a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d5bf38d521ec651ff5a1accbd2314778 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9ed7df186ffb48b7bea0f6bc566a08b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98d04fa5b1742d6355f728b1d41b8e46 = $(`<div id="html_98d04fa5b1742d6355f728b1d41b8e46" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_b9ed7df186ffb48b7bea0f6bc566a08b.setContent(html_98d04fa5b1742d6355f728b1d41b8e46);
|
|
|
|
|
|
|
|
marker_a46e9c4098440fc4414ddc21a101c24a.bindPopup(popup_b9ed7df186ffb48b7bea0f6bc566a08b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a46e9c4098440fc4414ddc21a101c24a.setIcon(icon_d5bf38d521ec651ff5a1accbd2314778);
|
|
|
|
|
|
var marker_95b9209b9d9f30b6f258b4e46dd13e37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_41c62d9ccabb4ab92f7297e636baf6cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_961cf35c140130959686291b399a8bd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52f867e5310fd4b3012a07546d5a92fb = $(`<div id="html_52f867e5310fd4b3012a07546d5a92fb" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_961cf35c140130959686291b399a8bd1.setContent(html_52f867e5310fd4b3012a07546d5a92fb);
|
|
|
|
|
|
|
|
marker_95b9209b9d9f30b6f258b4e46dd13e37.bindPopup(popup_961cf35c140130959686291b399a8bd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95b9209b9d9f30b6f258b4e46dd13e37.setIcon(icon_41c62d9ccabb4ab92f7297e636baf6cd);
|
|
|
|
|
|
var marker_476bb1531ab37f2acfc2737976eab29f = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_52728d9283a95ecee52acbb2db9599d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e3d8696cc48063dd738ba42c772854f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1a2821b61a2354d9bc6cf99f80a319e = $(`<div id="html_f1a2821b61a2354d9bc6cf99f80a319e" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_7e3d8696cc48063dd738ba42c772854f.setContent(html_f1a2821b61a2354d9bc6cf99f80a319e);
|
|
|
|
|
|
|
|
marker_476bb1531ab37f2acfc2737976eab29f.bindPopup(popup_7e3d8696cc48063dd738ba42c772854f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_476bb1531ab37f2acfc2737976eab29f.setIcon(icon_52728d9283a95ecee52acbb2db9599d9);
|
|
|
|
|
|
var marker_f2deb251c5e547ed1d188d717dac615c = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_894c8f79f0f9648ba5779bc5a364f90c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ea3f0e4339a018f64088698b5de01d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9b2d936dd87400c0eca30b480d6ff7b = $(`<div id="html_a9b2d936dd87400c0eca30b480d6ff7b" style="width: 100.0%; height: 100.0%;">artisanspyramid.libretechsystems.xyz</div>`)[0];
|
|
popup_7ea3f0e4339a018f64088698b5de01d4.setContent(html_a9b2d936dd87400c0eca30b480d6ff7b);
|
|
|
|
|
|
|
|
marker_f2deb251c5e547ed1d188d717dac615c.bindPopup(popup_7ea3f0e4339a018f64088698b5de01d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2deb251c5e547ed1d188d717dac615c.setIcon(icon_894c8f79f0f9648ba5779bc5a364f90c);
|
|
|
|
|
|
var marker_b441746cb0de21e071c2d640d39ed65a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_21d95582a131766e7028fc2ac1b76cf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_292ad100f41659564a80178fb01f1744 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90b8eebb7891e64d04512a08ee0d67af = $(`<div id="html_90b8eebb7891e64d04512a08ee0d67af" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_292ad100f41659564a80178fb01f1744.setContent(html_90b8eebb7891e64d04512a08ee0d67af);
|
|
|
|
|
|
|
|
marker_b441746cb0de21e071c2d640d39ed65a.bindPopup(popup_292ad100f41659564a80178fb01f1744)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b441746cb0de21e071c2d640d39ed65a.setIcon(icon_21d95582a131766e7028fc2ac1b76cf4);
|
|
|
|
|
|
var marker_e189244f115141649304920de920a776 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_94af7d036374278fffc4f9ee4cd934e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d6c7516c0ae2119e1120bae14aaaa34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1a8090bfed1a76698fa537e0ba7257a = $(`<div id="html_c1a8090bfed1a76698fa537e0ba7257a" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_4d6c7516c0ae2119e1120bae14aaaa34.setContent(html_c1a8090bfed1a76698fa537e0ba7257a);
|
|
|
|
|
|
|
|
marker_e189244f115141649304920de920a776.bindPopup(popup_4d6c7516c0ae2119e1120bae14aaaa34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e189244f115141649304920de920a776.setIcon(icon_94af7d036374278fffc4f9ee4cd934e2);
|
|
|
|
|
|
var marker_13eb451e653f4c2cb3621d980d1b9c9d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3b61cbfbae2ce5ca6f91aa7afa52a19b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0373dcc0bd38aa3234c8c08ab1762d29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_824e76bdd59327894c0a3bed90c442e8 = $(`<div id="html_824e76bdd59327894c0a3bed90c442e8" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_0373dcc0bd38aa3234c8c08ab1762d29.setContent(html_824e76bdd59327894c0a3bed90c442e8);
|
|
|
|
|
|
|
|
marker_13eb451e653f4c2cb3621d980d1b9c9d.bindPopup(popup_0373dcc0bd38aa3234c8c08ab1762d29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13eb451e653f4c2cb3621d980d1b9c9d.setIcon(icon_3b61cbfbae2ce5ca6f91aa7afa52a19b);
|
|
|
|
|
|
var marker_375a683ab70b6f2763aab745be253f11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b8298b0720e9079f0a621a575abd83de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65a74f42c011fcf06c3672b46b3abdbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecca8ed1811f61cf2b3d65f11da10d29 = $(`<div id="html_ecca8ed1811f61cf2b3d65f11da10d29" style="width: 100.0%; height: 100.0%;">relay.lnau.net</div>`)[0];
|
|
popup_65a74f42c011fcf06c3672b46b3abdbc.setContent(html_ecca8ed1811f61cf2b3d65f11da10d29);
|
|
|
|
|
|
|
|
marker_375a683ab70b6f2763aab745be253f11.bindPopup(popup_65a74f42c011fcf06c3672b46b3abdbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_375a683ab70b6f2763aab745be253f11.setIcon(icon_b8298b0720e9079f0a621a575abd83de);
|
|
|
|
|
|
var marker_cd0b400ebda2c5ea0d2cf11ea2aaf260 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_089d94b3badee5f51366be730e3e1056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_063757addaaede75898f14cec1729a77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f43037ce0ed83fa5ec26b7a6a4f545a = $(`<div id="html_4f43037ce0ed83fa5ec26b7a6a4f545a" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_063757addaaede75898f14cec1729a77.setContent(html_4f43037ce0ed83fa5ec26b7a6a4f545a);
|
|
|
|
|
|
|
|
marker_cd0b400ebda2c5ea0d2cf11ea2aaf260.bindPopup(popup_063757addaaede75898f14cec1729a77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd0b400ebda2c5ea0d2cf11ea2aaf260.setIcon(icon_089d94b3badee5f51366be730e3e1056);
|
|
|
|
|
|
var marker_b29d51a9f5a53d55ec00d7b5af46fd9e = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7fb871c6ab5f1d7b296f5c3607f0fc19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceba29a64773ff1fc228366d41bd4a32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51c4da0048d2405dc8f4eb64e6d3803d = $(`<div id="html_51c4da0048d2405dc8f4eb64e6d3803d" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_ceba29a64773ff1fc228366d41bd4a32.setContent(html_51c4da0048d2405dc8f4eb64e6d3803d);
|
|
|
|
|
|
|
|
marker_b29d51a9f5a53d55ec00d7b5af46fd9e.bindPopup(popup_ceba29a64773ff1fc228366d41bd4a32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b29d51a9f5a53d55ec00d7b5af46fd9e.setIcon(icon_7fb871c6ab5f1d7b296f5c3607f0fc19);
|
|
|
|
|
|
var marker_e41544a6c17d4b55e0497f23fc96a9d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6161cff911f5a0185b1907c6d11e2317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8cb3be5795cbe96046e70f20049eb71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d3f09cfdaade5861b5f6abc211499b8 = $(`<div id="html_0d3f09cfdaade5861b5f6abc211499b8" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_e8cb3be5795cbe96046e70f20049eb71.setContent(html_0d3f09cfdaade5861b5f6abc211499b8);
|
|
|
|
|
|
|
|
marker_e41544a6c17d4b55e0497f23fc96a9d6.bindPopup(popup_e8cb3be5795cbe96046e70f20049eb71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e41544a6c17d4b55e0497f23fc96a9d6.setIcon(icon_6161cff911f5a0185b1907c6d11e2317);
|
|
|
|
|
|
var marker_36d2c5e6de094e1c155aecee34ed93d9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2f068b48cf432f4c063afcf5d756ff6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65982aa4a6b838848554c6842dd5ccf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9988d8c97f5745c50b7899e2486c24a = $(`<div id="html_c9988d8c97f5745c50b7899e2486c24a" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_65982aa4a6b838848554c6842dd5ccf7.setContent(html_c9988d8c97f5745c50b7899e2486c24a);
|
|
|
|
|
|
|
|
marker_36d2c5e6de094e1c155aecee34ed93d9.bindPopup(popup_65982aa4a6b838848554c6842dd5ccf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36d2c5e6de094e1c155aecee34ed93d9.setIcon(icon_2f068b48cf432f4c063afcf5d756ff6b);
|
|
|
|
|
|
var marker_1e62a1072bb573cfa4e86130aea517e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f6b79ea4bb669495647f9bafdeb4bab5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdfa62ec998582b14f114bac5766b8d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90e7525048e117b9703b9d36c85635c9 = $(`<div id="html_90e7525048e117b9703b9d36c85635c9" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_fdfa62ec998582b14f114bac5766b8d6.setContent(html_90e7525048e117b9703b9d36c85635c9);
|
|
|
|
|
|
|
|
marker_1e62a1072bb573cfa4e86130aea517e9.bindPopup(popup_fdfa62ec998582b14f114bac5766b8d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e62a1072bb573cfa4e86130aea517e9.setIcon(icon_f6b79ea4bb669495647f9bafdeb4bab5);
|
|
|
|
|
|
var marker_4ccc9da6611bba5d3138edcbe9244286 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ef9cc042d895830929b40815bd21de64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e930a54a1932cf6e6b3fffc5cb072229 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_722a8628bcaba8ee11c1c48abdb33846 = $(`<div id="html_722a8628bcaba8ee11c1c48abdb33846" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_e930a54a1932cf6e6b3fffc5cb072229.setContent(html_722a8628bcaba8ee11c1c48abdb33846);
|
|
|
|
|
|
|
|
marker_4ccc9da6611bba5d3138edcbe9244286.bindPopup(popup_e930a54a1932cf6e6b3fffc5cb072229)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ccc9da6611bba5d3138edcbe9244286.setIcon(icon_ef9cc042d895830929b40815bd21de64);
|
|
|
|
|
|
var marker_2627d5a8ad1e7e78c31f2d7457b8ffd6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_be10b279844686947a601e04cd9fb350 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7f4bda81766f8318b9053f1b04f54d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d1c663986183f022d6dd87b04785403 = $(`<div id="html_6d1c663986183f022d6dd87b04785403" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_d7f4bda81766f8318b9053f1b04f54d2.setContent(html_6d1c663986183f022d6dd87b04785403);
|
|
|
|
|
|
|
|
marker_2627d5a8ad1e7e78c31f2d7457b8ffd6.bindPopup(popup_d7f4bda81766f8318b9053f1b04f54d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2627d5a8ad1e7e78c31f2d7457b8ffd6.setIcon(icon_be10b279844686947a601e04cd9fb350);
|
|
|
|
|
|
var marker_c7bf1b4cfdce812665f18ef565e3dead = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c4406a6dfda4a01efdc20e400d41edc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6693eeb6c2b7c78c2b74cc16c4471a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fe41a74097eb3d0fb1d337fe006218c = $(`<div id="html_6fe41a74097eb3d0fb1d337fe006218c" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_6693eeb6c2b7c78c2b74cc16c4471a9c.setContent(html_6fe41a74097eb3d0fb1d337fe006218c);
|
|
|
|
|
|
|
|
marker_c7bf1b4cfdce812665f18ef565e3dead.bindPopup(popup_6693eeb6c2b7c78c2b74cc16c4471a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7bf1b4cfdce812665f18ef565e3dead.setIcon(icon_c4406a6dfda4a01efdc20e400d41edc0);
|
|
|
|
|
|
var marker_1d8eb91b2234dedd883c3dcc0689247a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_80a3cb3f942d377d4ba5e3f4e5efb847 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4046ae0a718bf1f93f5c0b3bcf9ec946 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de2ab3709724d74c38457ddae70e84ec = $(`<div id="html_de2ab3709724d74c38457ddae70e84ec" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_4046ae0a718bf1f93f5c0b3bcf9ec946.setContent(html_de2ab3709724d74c38457ddae70e84ec);
|
|
|
|
|
|
|
|
marker_1d8eb91b2234dedd883c3dcc0689247a.bindPopup(popup_4046ae0a718bf1f93f5c0b3bcf9ec946)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d8eb91b2234dedd883c3dcc0689247a.setIcon(icon_80a3cb3f942d377d4ba5e3f4e5efb847);
|
|
|
|
|
|
var marker_6d4aba72981c9ebc72b84d8be5896eab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f556c77776226f70846bb54a3b2f42a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b067ddff9aa6490f09c30027969e184 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e672c20c433559f82a2baf9b14337b46 = $(`<div id="html_e672c20c433559f82a2baf9b14337b46" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_8b067ddff9aa6490f09c30027969e184.setContent(html_e672c20c433559f82a2baf9b14337b46);
|
|
|
|
|
|
|
|
marker_6d4aba72981c9ebc72b84d8be5896eab.bindPopup(popup_8b067ddff9aa6490f09c30027969e184)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d4aba72981c9ebc72b84d8be5896eab.setIcon(icon_f556c77776226f70846bb54a3b2f42a3);
|
|
|
|
|
|
var marker_7c313b02def7a12997681214a9b1bb5b = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7f4c707d15018ee8723914516ee5d909 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcaffa53a11b0d4b83fd2296c8ffa675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9291da23ea171e93e0edb598c49d370a = $(`<div id="html_9291da23ea171e93e0edb598c49d370a" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_bcaffa53a11b0d4b83fd2296c8ffa675.setContent(html_9291da23ea171e93e0edb598c49d370a);
|
|
|
|
|
|
|
|
marker_7c313b02def7a12997681214a9b1bb5b.bindPopup(popup_bcaffa53a11b0d4b83fd2296c8ffa675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c313b02def7a12997681214a9b1bb5b.setIcon(icon_7f4c707d15018ee8723914516ee5d909);
|
|
|
|
|
|
var marker_bae731262919f34c5dc8d37c51277ce5 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d69f3179f5cbbfe3db50a45a119f43dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66b2e455b2caafa0571eb4071406ff7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eee641bce3bc7f562482153ff3ce0ddc = $(`<div id="html_eee641bce3bc7f562482153ff3ce0ddc" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_66b2e455b2caafa0571eb4071406ff7c.setContent(html_eee641bce3bc7f562482153ff3ce0ddc);
|
|
|
|
|
|
|
|
marker_bae731262919f34c5dc8d37c51277ce5.bindPopup(popup_66b2e455b2caafa0571eb4071406ff7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bae731262919f34c5dc8d37c51277ce5.setIcon(icon_d69f3179f5cbbfe3db50a45a119f43dc);
|
|
|
|
|
|
var marker_126ca8aed1efc2062e27688f111ad6d0 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4eaa6ea32961b714063771a5152512dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f95fe0f24c0ca85e3e98ab1f5e86bdbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aba819b078f41f9715182ee8969f20ec = $(`<div id="html_aba819b078f41f9715182ee8969f20ec" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_f95fe0f24c0ca85e3e98ab1f5e86bdbb.setContent(html_aba819b078f41f9715182ee8969f20ec);
|
|
|
|
|
|
|
|
marker_126ca8aed1efc2062e27688f111ad6d0.bindPopup(popup_f95fe0f24c0ca85e3e98ab1f5e86bdbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_126ca8aed1efc2062e27688f111ad6d0.setIcon(icon_4eaa6ea32961b714063771a5152512dc);
|
|
|
|
|
|
var marker_a5e02f2efa866a63a35d7ebf2a286e40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_df64e03c33ce460572cec5fd1304dc4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_590f7af4131cda60e1b82782105465f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7d5a650db357e38ceb6c9d188a21902 = $(`<div id="html_b7d5a650db357e38ceb6c9d188a21902" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_590f7af4131cda60e1b82782105465f3.setContent(html_b7d5a650db357e38ceb6c9d188a21902);
|
|
|
|
|
|
|
|
marker_a5e02f2efa866a63a35d7ebf2a286e40.bindPopup(popup_590f7af4131cda60e1b82782105465f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5e02f2efa866a63a35d7ebf2a286e40.setIcon(icon_df64e03c33ce460572cec5fd1304dc4f);
|
|
|
|
|
|
var marker_a3c8c07d95cd6648be32f0e0740da46c = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b157b3a8e20ff753682f7420809d4927 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f84d964da27458e69585b1d11c7d44a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66f074ebab249d07803cb39d07a339c0 = $(`<div id="html_66f074ebab249d07803cb39d07a339c0" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_4f84d964da27458e69585b1d11c7d44a.setContent(html_66f074ebab249d07803cb39d07a339c0);
|
|
|
|
|
|
|
|
marker_a3c8c07d95cd6648be32f0e0740da46c.bindPopup(popup_4f84d964da27458e69585b1d11c7d44a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c8c07d95cd6648be32f0e0740da46c.setIcon(icon_b157b3a8e20ff753682f7420809d4927);
|
|
|
|
|
|
var marker_142421552a68a4a2cd9c9f03f487b859 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a72fc2229a4a1a1b66c10d050aa9e357 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f262f48948127d89ca39f26968727381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b90648d853eb293409d0fa9bb0a8627 = $(`<div id="html_1b90648d853eb293409d0fa9bb0a8627" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_f262f48948127d89ca39f26968727381.setContent(html_1b90648d853eb293409d0fa9bb0a8627);
|
|
|
|
|
|
|
|
marker_142421552a68a4a2cd9c9f03f487b859.bindPopup(popup_f262f48948127d89ca39f26968727381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_142421552a68a4a2cd9c9f03f487b859.setIcon(icon_a72fc2229a4a1a1b66c10d050aa9e357);
|
|
|
|
|
|
var marker_b1567d5eb39bff79f4d524a747997b2c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c76266f81d02bf813d3c808f35dc9caa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df5acbcfefd60cabeef4695118b46937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4986f408a75547ea1337dd262dee6b80 = $(`<div id="html_4986f408a75547ea1337dd262dee6b80" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_df5acbcfefd60cabeef4695118b46937.setContent(html_4986f408a75547ea1337dd262dee6b80);
|
|
|
|
|
|
|
|
marker_b1567d5eb39bff79f4d524a747997b2c.bindPopup(popup_df5acbcfefd60cabeef4695118b46937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1567d5eb39bff79f4d524a747997b2c.setIcon(icon_c76266f81d02bf813d3c808f35dc9caa);
|
|
|
|
|
|
var marker_62740d3996cb2185963a0e8986dfa4da = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_35698ab7b2d5ac2b030fcb896bc6e3f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acd9ef91f5f466c0d228ad9044cbddc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34c84e61fbbe16d6454b365021e2fde6 = $(`<div id="html_34c84e61fbbe16d6454b365021e2fde6" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_acd9ef91f5f466c0d228ad9044cbddc6.setContent(html_34c84e61fbbe16d6454b365021e2fde6);
|
|
|
|
|
|
|
|
marker_62740d3996cb2185963a0e8986dfa4da.bindPopup(popup_acd9ef91f5f466c0d228ad9044cbddc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62740d3996cb2185963a0e8986dfa4da.setIcon(icon_35698ab7b2d5ac2b030fcb896bc6e3f9);
|
|
|
|
|
|
var marker_8590998abf545d0c4779fe7c28c03d1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_93e01a9118cde85e6503e283822cd00c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f97d71ea877fbb166245a3f293977f4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3cdc6bae2b60b9572d10120805da862 = $(`<div id="html_c3cdc6bae2b60b9572d10120805da862" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_f97d71ea877fbb166245a3f293977f4a.setContent(html_c3cdc6bae2b60b9572d10120805da862);
|
|
|
|
|
|
|
|
marker_8590998abf545d0c4779fe7c28c03d1d.bindPopup(popup_f97d71ea877fbb166245a3f293977f4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8590998abf545d0c4779fe7c28c03d1d.setIcon(icon_93e01a9118cde85e6503e283822cd00c);
|
|
|
|
|
|
var marker_05402f78a6c86881aa9530e11ccae2dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4005c766a6f9f3d4563d8fb829730552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b92ec1f350a32d14d05f795c46a2bda1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bd33cbfd8e6f8de6c92b9018393c1c4 = $(`<div id="html_1bd33cbfd8e6f8de6c92b9018393c1c4" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_b92ec1f350a32d14d05f795c46a2bda1.setContent(html_1bd33cbfd8e6f8de6c92b9018393c1c4);
|
|
|
|
|
|
|
|
marker_05402f78a6c86881aa9530e11ccae2dc.bindPopup(popup_b92ec1f350a32d14d05f795c46a2bda1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05402f78a6c86881aa9530e11ccae2dc.setIcon(icon_4005c766a6f9f3d4563d8fb829730552);
|
|
|
|
|
|
var marker_dfaae70d82fa34a6b45f78099875b33b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_012a2561f38f1aa694277e39e88d9459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c7d4161dfbf15d66d8cdf11600c8ad4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c31ecd9fb5dabbdecbcd60cbf0de3d2 = $(`<div id="html_2c31ecd9fb5dabbdecbcd60cbf0de3d2" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_6c7d4161dfbf15d66d8cdf11600c8ad4.setContent(html_2c31ecd9fb5dabbdecbcd60cbf0de3d2);
|
|
|
|
|
|
|
|
marker_dfaae70d82fa34a6b45f78099875b33b.bindPopup(popup_6c7d4161dfbf15d66d8cdf11600c8ad4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfaae70d82fa34a6b45f78099875b33b.setIcon(icon_012a2561f38f1aa694277e39e88d9459);
|
|
|
|
|
|
var marker_3e4a22359452911d78a6803ccf929149 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7d08e5f5c4b1f21c260ecbe3e7e09eed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f33644fee1a74d50ef70a84977ea2e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ea4d043870eb77ece228d26f9e904d4 = $(`<div id="html_1ea4d043870eb77ece228d26f9e904d4" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_5f33644fee1a74d50ef70a84977ea2e3.setContent(html_1ea4d043870eb77ece228d26f9e904d4);
|
|
|
|
|
|
|
|
marker_3e4a22359452911d78a6803ccf929149.bindPopup(popup_5f33644fee1a74d50ef70a84977ea2e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e4a22359452911d78a6803ccf929149.setIcon(icon_7d08e5f5c4b1f21c260ecbe3e7e09eed);
|
|
|
|
|
|
var marker_a2df1e78568a251094f632cffb7ec605 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_08c02653f41a515876033bb7aeb3329a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dabb25e90c537cba0bf059d3c61ce6ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5728c1ddff44889a0fa2b440b10e8e85 = $(`<div id="html_5728c1ddff44889a0fa2b440b10e8e85" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_dabb25e90c537cba0bf059d3c61ce6ea.setContent(html_5728c1ddff44889a0fa2b440b10e8e85);
|
|
|
|
|
|
|
|
marker_a2df1e78568a251094f632cffb7ec605.bindPopup(popup_dabb25e90c537cba0bf059d3c61ce6ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2df1e78568a251094f632cffb7ec605.setIcon(icon_08c02653f41a515876033bb7aeb3329a);
|
|
|
|
|
|
var marker_db0c849eeb83d3dd1f4a9585c95fc4bb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_deeaa3e3f87a62904cf2cb216c6c14a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4649cc96c12cf09f1e183f123b540ab0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59dde7239e6b6a354838689df0f1abdb = $(`<div id="html_59dde7239e6b6a354838689df0f1abdb" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_4649cc96c12cf09f1e183f123b540ab0.setContent(html_59dde7239e6b6a354838689df0f1abdb);
|
|
|
|
|
|
|
|
marker_db0c849eeb83d3dd1f4a9585c95fc4bb.bindPopup(popup_4649cc96c12cf09f1e183f123b540ab0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db0c849eeb83d3dd1f4a9585c95fc4bb.setIcon(icon_deeaa3e3f87a62904cf2cb216c6c14a3);
|
|
|
|
|
|
var marker_10c95ca85b5373dd744249911e517f7e = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7615ee53f7fbaf337a690cf257790701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7da4e667a300001b49dc4d6554c5f279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff9509658ab7ff39d2a8558494dd2df7 = $(`<div id="html_ff9509658ab7ff39d2a8558494dd2df7" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_7da4e667a300001b49dc4d6554c5f279.setContent(html_ff9509658ab7ff39d2a8558494dd2df7);
|
|
|
|
|
|
|
|
marker_10c95ca85b5373dd744249911e517f7e.bindPopup(popup_7da4e667a300001b49dc4d6554c5f279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10c95ca85b5373dd744249911e517f7e.setIcon(icon_7615ee53f7fbaf337a690cf257790701);
|
|
|
|
|
|
var marker_79eb5c08079d959688d9e9a57116befa = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1a60aebd5e1011791e9c53d3308f88a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a34f89222328b800b55d35dbb9d976c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_065c54dc0f80cfe0747e234732653a4a = $(`<div id="html_065c54dc0f80cfe0747e234732653a4a" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_a34f89222328b800b55d35dbb9d976c9.setContent(html_065c54dc0f80cfe0747e234732653a4a);
|
|
|
|
|
|
|
|
marker_79eb5c08079d959688d9e9a57116befa.bindPopup(popup_a34f89222328b800b55d35dbb9d976c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79eb5c08079d959688d9e9a57116befa.setIcon(icon_1a60aebd5e1011791e9c53d3308f88a8);
|
|
|
|
|
|
var marker_fe88e7da75e75a093f829798a0dba05e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3f0ecc0f642e638c35b775854e13b2b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_418c91c4b642dedbc186825b6b46264e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b3ca63e3fa14579bc40710c5930b037 = $(`<div id="html_0b3ca63e3fa14579bc40710c5930b037" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_418c91c4b642dedbc186825b6b46264e.setContent(html_0b3ca63e3fa14579bc40710c5930b037);
|
|
|
|
|
|
|
|
marker_fe88e7da75e75a093f829798a0dba05e.bindPopup(popup_418c91c4b642dedbc186825b6b46264e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe88e7da75e75a093f829798a0dba05e.setIcon(icon_3f0ecc0f642e638c35b775854e13b2b6);
|
|
|
|
|
|
var marker_1cd0a9ef432124b3955850d7e6b51de9 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1b6f79c40d9886cae82f12d851121209 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a3b1d3f43e9606f34e28efc498c801f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38f9f282b15e544439630c2885c5aff4 = $(`<div id="html_38f9f282b15e544439630c2885c5aff4" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_6a3b1d3f43e9606f34e28efc498c801f.setContent(html_38f9f282b15e544439630c2885c5aff4);
|
|
|
|
|
|
|
|
marker_1cd0a9ef432124b3955850d7e6b51de9.bindPopup(popup_6a3b1d3f43e9606f34e28efc498c801f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cd0a9ef432124b3955850d7e6b51de9.setIcon(icon_1b6f79c40d9886cae82f12d851121209);
|
|
|
|
|
|
var marker_47a2079f4b66f83e9d51458753fe93a6 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c19f8a1983243f9f218a92706e1e729b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_538e091a4c1a19ba305d44787e7fb3ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4181e4004a6bc426138dd56633715a0b = $(`<div id="html_4181e4004a6bc426138dd56633715a0b" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_538e091a4c1a19ba305d44787e7fb3ae.setContent(html_4181e4004a6bc426138dd56633715a0b);
|
|
|
|
|
|
|
|
marker_47a2079f4b66f83e9d51458753fe93a6.bindPopup(popup_538e091a4c1a19ba305d44787e7fb3ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47a2079f4b66f83e9d51458753fe93a6.setIcon(icon_c19f8a1983243f9f218a92706e1e729b);
|
|
|
|
|
|
var marker_a3b16a9991cbbfd40ff30194f3f6c7fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ecc26d9cd9e17dc1c1a9cb586b3bb162 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b574eee27bd0ca46f7decd4100d91817 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dc578bf4cf1e980d6694b7d7c98cf20 = $(`<div id="html_9dc578bf4cf1e980d6694b7d7c98cf20" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_b574eee27bd0ca46f7decd4100d91817.setContent(html_9dc578bf4cf1e980d6694b7d7c98cf20);
|
|
|
|
|
|
|
|
marker_a3b16a9991cbbfd40ff30194f3f6c7fa.bindPopup(popup_b574eee27bd0ca46f7decd4100d91817)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3b16a9991cbbfd40ff30194f3f6c7fa.setIcon(icon_ecc26d9cd9e17dc1c1a9cb586b3bb162);
|
|
|
|
|
|
var marker_cbc0a4906b0ee48fa141212ddabdfeaf = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f6f5169bb82c9239dc810d60b538b3f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ec57146fb166a163f941b31bdf29b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2351f2011ad8689cba18e185e477f13 = $(`<div id="html_b2351f2011ad8689cba18e185e477f13" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_45ec57146fb166a163f941b31bdf29b5.setContent(html_b2351f2011ad8689cba18e185e477f13);
|
|
|
|
|
|
|
|
marker_cbc0a4906b0ee48fa141212ddabdfeaf.bindPopup(popup_45ec57146fb166a163f941b31bdf29b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbc0a4906b0ee48fa141212ddabdfeaf.setIcon(icon_f6f5169bb82c9239dc810d60b538b3f0);
|
|
|
|
|
|
var marker_92e56e2cf5af229c0ed550e523670560 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e607f8f134a4f85d981ab314d21d6685 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54fea7fc24ab72429188bb4f01a32e55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e20c448f5b0742ad8f31b41b16aa0702 = $(`<div id="html_e20c448f5b0742ad8f31b41b16aa0702" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_54fea7fc24ab72429188bb4f01a32e55.setContent(html_e20c448f5b0742ad8f31b41b16aa0702);
|
|
|
|
|
|
|
|
marker_92e56e2cf5af229c0ed550e523670560.bindPopup(popup_54fea7fc24ab72429188bb4f01a32e55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92e56e2cf5af229c0ed550e523670560.setIcon(icon_e607f8f134a4f85d981ab314d21d6685);
|
|
|
|
|
|
var marker_6ffe3d6b072f5aba110af55d8a8cf03f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4acbea8a8ab62cd255ab839e1163205a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad17f6efd840184b1539215564ca268e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c89e310272a57a082fd223f2468cb7b = $(`<div id="html_7c89e310272a57a082fd223f2468cb7b" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_ad17f6efd840184b1539215564ca268e.setContent(html_7c89e310272a57a082fd223f2468cb7b);
|
|
|
|
|
|
|
|
marker_6ffe3d6b072f5aba110af55d8a8cf03f.bindPopup(popup_ad17f6efd840184b1539215564ca268e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ffe3d6b072f5aba110af55d8a8cf03f.setIcon(icon_4acbea8a8ab62cd255ab839e1163205a);
|
|
|
|
|
|
var marker_f97f658e49d86561f67b9302e5ffe769 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6ca153513625bd591caab558bf9720f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbfd8483f588810837cb68c410bc130e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d0b4082b62e0828b15fd614f6f0ed4c = $(`<div id="html_7d0b4082b62e0828b15fd614f6f0ed4c" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_fbfd8483f588810837cb68c410bc130e.setContent(html_7d0b4082b62e0828b15fd614f6f0ed4c);
|
|
|
|
|
|
|
|
marker_f97f658e49d86561f67b9302e5ffe769.bindPopup(popup_fbfd8483f588810837cb68c410bc130e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f97f658e49d86561f67b9302e5ffe769.setIcon(icon_6ca153513625bd591caab558bf9720f1);
|
|
|
|
|
|
var marker_22526e9ac68a56a5623b4683518f5eed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8a6991195d972e7f00bb3f5310127c42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83c53d1ee0be9415ef5fb5149c00e887 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baf8d9c2454bd6310d7030163012d638 = $(`<div id="html_baf8d9c2454bd6310d7030163012d638" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_83c53d1ee0be9415ef5fb5149c00e887.setContent(html_baf8d9c2454bd6310d7030163012d638);
|
|
|
|
|
|
|
|
marker_22526e9ac68a56a5623b4683518f5eed.bindPopup(popup_83c53d1ee0be9415ef5fb5149c00e887)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22526e9ac68a56a5623b4683518f5eed.setIcon(icon_8a6991195d972e7f00bb3f5310127c42);
|
|
|
|
|
|
var marker_09c209bec8748db2b560cb9a6549d185 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6893eb9e5441840ebcba632269dc4e12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd957b625393f3cefaca731fede71b93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a48bf39a251533faa03aa174d4771dc = $(`<div id="html_1a48bf39a251533faa03aa174d4771dc" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_fd957b625393f3cefaca731fede71b93.setContent(html_1a48bf39a251533faa03aa174d4771dc);
|
|
|
|
|
|
|
|
marker_09c209bec8748db2b560cb9a6549d185.bindPopup(popup_fd957b625393f3cefaca731fede71b93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09c209bec8748db2b560cb9a6549d185.setIcon(icon_6893eb9e5441840ebcba632269dc4e12);
|
|
|
|
|
|
var marker_2ef427454b07ac71292dc220b12cd158 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_eecd909e3b5eaf98a1df8e9fc0c9029d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35cddd21117b868a6e856784ea445673 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10c8e1fb8227a20b6c90422fe474d4ce = $(`<div id="html_10c8e1fb8227a20b6c90422fe474d4ce" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_35cddd21117b868a6e856784ea445673.setContent(html_10c8e1fb8227a20b6c90422fe474d4ce);
|
|
|
|
|
|
|
|
marker_2ef427454b07ac71292dc220b12cd158.bindPopup(popup_35cddd21117b868a6e856784ea445673)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ef427454b07ac71292dc220b12cd158.setIcon(icon_eecd909e3b5eaf98a1df8e9fc0c9029d);
|
|
|
|
|
|
var marker_c67e9d430dba93d2311b65682de9c99a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_fe8c7d8d0538c85933a987120cc753f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f080701152a3378ba537620f9a715080 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5028dec3c2d3739dc6b8cf58d81af2c1 = $(`<div id="html_5028dec3c2d3739dc6b8cf58d81af2c1" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_f080701152a3378ba537620f9a715080.setContent(html_5028dec3c2d3739dc6b8cf58d81af2c1);
|
|
|
|
|
|
|
|
marker_c67e9d430dba93d2311b65682de9c99a.bindPopup(popup_f080701152a3378ba537620f9a715080)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c67e9d430dba93d2311b65682de9c99a.setIcon(icon_fe8c7d8d0538c85933a987120cc753f4);
|
|
|
|
|
|
var marker_3d2458bb8e8b337bd224b60ce9d12e40 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0a7772b6fe4c6f70ff48f5b71522dd56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_187e87212aeda61008fb6beabf6f75c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12cd53de7913e800a5f3edaf97eca644 = $(`<div id="html_12cd53de7913e800a5f3edaf97eca644" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_187e87212aeda61008fb6beabf6f75c5.setContent(html_12cd53de7913e800a5f3edaf97eca644);
|
|
|
|
|
|
|
|
marker_3d2458bb8e8b337bd224b60ce9d12e40.bindPopup(popup_187e87212aeda61008fb6beabf6f75c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d2458bb8e8b337bd224b60ce9d12e40.setIcon(icon_0a7772b6fe4c6f70ff48f5b71522dd56);
|
|
|
|
|
|
var marker_be17643b5ac9674fdbc0571c244ba716 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8a145f2605b8dc884765fa5d26f6f466 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbbef8d93cd150cec62c71ab1cd699cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_083f0db628f2447e861c01da68c1ea12 = $(`<div id="html_083f0db628f2447e861c01da68c1ea12" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_bbbef8d93cd150cec62c71ab1cd699cc.setContent(html_083f0db628f2447e861c01da68c1ea12);
|
|
|
|
|
|
|
|
marker_be17643b5ac9674fdbc0571c244ba716.bindPopup(popup_bbbef8d93cd150cec62c71ab1cd699cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be17643b5ac9674fdbc0571c244ba716.setIcon(icon_8a145f2605b8dc884765fa5d26f6f466);
|
|
|
|
|
|
var marker_8ed6a5de3e09b48abf937f1ce6e22f26 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_92b57a204f103060adefa237c00f6f4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1854cf3df308f3007d07a79071f15ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a1d46de1de58f054ea3497a16ef8234 = $(`<div id="html_4a1d46de1de58f054ea3497a16ef8234" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_e1854cf3df308f3007d07a79071f15ff.setContent(html_4a1d46de1de58f054ea3497a16ef8234);
|
|
|
|
|
|
|
|
marker_8ed6a5de3e09b48abf937f1ce6e22f26.bindPopup(popup_e1854cf3df308f3007d07a79071f15ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ed6a5de3e09b48abf937f1ce6e22f26.setIcon(icon_92b57a204f103060adefa237c00f6f4f);
|
|
|
|
|
|
var marker_d14657125b7a9f72ad088773570aa5de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1bc3083e6bf48a809f8120b07cc56703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6281fdc103ca8e94e1d791806df5efe3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_972a3c1ed3b6cb20455f25c9be56c7b7 = $(`<div id="html_972a3c1ed3b6cb20455f25c9be56c7b7" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_6281fdc103ca8e94e1d791806df5efe3.setContent(html_972a3c1ed3b6cb20455f25c9be56c7b7);
|
|
|
|
|
|
|
|
marker_d14657125b7a9f72ad088773570aa5de.bindPopup(popup_6281fdc103ca8e94e1d791806df5efe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d14657125b7a9f72ad088773570aa5de.setIcon(icon_1bc3083e6bf48a809f8120b07cc56703);
|
|
|
|
|
|
var marker_e4c012064618b79493b43df7e2d0bd36 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7e2f33a69d0c18113c46ff86b76ef309 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34953d42da9f1cb7456b4d2ddc6e69d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed5d8c3e624e75338d83439f867b0580 = $(`<div id="html_ed5d8c3e624e75338d83439f867b0580" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_34953d42da9f1cb7456b4d2ddc6e69d4.setContent(html_ed5d8c3e624e75338d83439f867b0580);
|
|
|
|
|
|
|
|
marker_e4c012064618b79493b43df7e2d0bd36.bindPopup(popup_34953d42da9f1cb7456b4d2ddc6e69d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4c012064618b79493b43df7e2d0bd36.setIcon(icon_7e2f33a69d0c18113c46ff86b76ef309);
|
|
|
|
|
|
var marker_edd220257ea3158b4eda8438e8df38e9 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c53b3e0a4c16373dfce5178a2596c79f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f1393452131e9adbb2986b9cf1677c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11d90dc3143f359016db84d2e26de924 = $(`<div id="html_11d90dc3143f359016db84d2e26de924" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_8f1393452131e9adbb2986b9cf1677c7.setContent(html_11d90dc3143f359016db84d2e26de924);
|
|
|
|
|
|
|
|
marker_edd220257ea3158b4eda8438e8df38e9.bindPopup(popup_8f1393452131e9adbb2986b9cf1677c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edd220257ea3158b4eda8438e8df38e9.setIcon(icon_c53b3e0a4c16373dfce5178a2596c79f);
|
|
|
|
|
|
var marker_92a14989bccc37b9b2d1323d9467039b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_91384a3b42f8e57420c1ea5b35fcc284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_617be4d21a627fd81a777b25e91959a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9c5fba547f9210fb60894ba9febfd9e = $(`<div id="html_f9c5fba547f9210fb60894ba9febfd9e" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_617be4d21a627fd81a777b25e91959a2.setContent(html_f9c5fba547f9210fb60894ba9febfd9e);
|
|
|
|
|
|
|
|
marker_92a14989bccc37b9b2d1323d9467039b.bindPopup(popup_617be4d21a627fd81a777b25e91959a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92a14989bccc37b9b2d1323d9467039b.setIcon(icon_91384a3b42f8e57420c1ea5b35fcc284);
|
|
|
|
|
|
var marker_fd12539b5a37fd00c38116a22362c55a = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6a91035beb2085a35ebe0bce0e7aabaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66b5df9fbb1ce9dd7993cde9f0fe3b50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb1f4037fcce234918cd6d06e17d4aa2 = $(`<div id="html_fb1f4037fcce234918cd6d06e17d4aa2" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_66b5df9fbb1ce9dd7993cde9f0fe3b50.setContent(html_fb1f4037fcce234918cd6d06e17d4aa2);
|
|
|
|
|
|
|
|
marker_fd12539b5a37fd00c38116a22362c55a.bindPopup(popup_66b5df9fbb1ce9dd7993cde9f0fe3b50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd12539b5a37fd00c38116a22362c55a.setIcon(icon_6a91035beb2085a35ebe0bce0e7aabaf);
|
|
|
|
|
|
var marker_b8aaf2a7bc74e7c6f3642c5011ca0282 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6ba024a4a1e98e4db1cd993982e55c15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b08657de0f5fcb4cc2b8e22ed2c8c90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd24707db553cd4d98122fdcf34500fa = $(`<div id="html_dd24707db553cd4d98122fdcf34500fa" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_2b08657de0f5fcb4cc2b8e22ed2c8c90.setContent(html_dd24707db553cd4d98122fdcf34500fa);
|
|
|
|
|
|
|
|
marker_b8aaf2a7bc74e7c6f3642c5011ca0282.bindPopup(popup_2b08657de0f5fcb4cc2b8e22ed2c8c90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8aaf2a7bc74e7c6f3642c5011ca0282.setIcon(icon_6ba024a4a1e98e4db1cd993982e55c15);
|
|
|
|
|
|
var marker_19dfa135d361b9db975df0785bc58f59 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_cd3332b6a6babcefb525b5b5e3d5f074 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efa87ceceeb232afba7793ea802efae8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f40d0edafa5c44973f8720cc3e47fd2 = $(`<div id="html_1f40d0edafa5c44973f8720cc3e47fd2" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_efa87ceceeb232afba7793ea802efae8.setContent(html_1f40d0edafa5c44973f8720cc3e47fd2);
|
|
|
|
|
|
|
|
marker_19dfa135d361b9db975df0785bc58f59.bindPopup(popup_efa87ceceeb232afba7793ea802efae8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19dfa135d361b9db975df0785bc58f59.setIcon(icon_cd3332b6a6babcefb525b5b5e3d5f074);
|
|
|
|
|
|
var marker_e982d6e9cf7f8398613c25e6a915d75d = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_56a6f83bea2e5f146d4af7cbebd33136 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9a2c07471ab1c9947407cd49723733d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d310c2a772b70ea7a17f335af45f3bf = $(`<div id="html_8d310c2a772b70ea7a17f335af45f3bf" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_e9a2c07471ab1c9947407cd49723733d.setContent(html_8d310c2a772b70ea7a17f335af45f3bf);
|
|
|
|
|
|
|
|
marker_e982d6e9cf7f8398613c25e6a915d75d.bindPopup(popup_e9a2c07471ab1c9947407cd49723733d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e982d6e9cf7f8398613c25e6a915d75d.setIcon(icon_56a6f83bea2e5f146d4af7cbebd33136);
|
|
|
|
|
|
var marker_d3e5c13917a90230e504b292dfe631cb = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_49af477b8d063d27d0e881f551a13a09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5140a49669d3e9a0a0612b702540076e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47dfaecd9830055a2b4de4b755d11b92 = $(`<div id="html_47dfaecd9830055a2b4de4b755d11b92" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_5140a49669d3e9a0a0612b702540076e.setContent(html_47dfaecd9830055a2b4de4b755d11b92);
|
|
|
|
|
|
|
|
marker_d3e5c13917a90230e504b292dfe631cb.bindPopup(popup_5140a49669d3e9a0a0612b702540076e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3e5c13917a90230e504b292dfe631cb.setIcon(icon_49af477b8d063d27d0e881f551a13a09);
|
|
|
|
|
|
var marker_0cbc66b71252c3a9ea2ecb15d69c46f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c23fcec8b76d7c036299967bd0bde63f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_becd283148def4fdb3a63e1c67dd9fe6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eee2b04cf8d96f079fa3c74b067586d8 = $(`<div id="html_eee2b04cf8d96f079fa3c74b067586d8" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_becd283148def4fdb3a63e1c67dd9fe6.setContent(html_eee2b04cf8d96f079fa3c74b067586d8);
|
|
|
|
|
|
|
|
marker_0cbc66b71252c3a9ea2ecb15d69c46f2.bindPopup(popup_becd283148def4fdb3a63e1c67dd9fe6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cbc66b71252c3a9ea2ecb15d69c46f2.setIcon(icon_c23fcec8b76d7c036299967bd0bde63f);
|
|
|
|
|
|
var marker_b04615c84e671c6b9abfbd1b3c7207d8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3dfa07f633a098dc6c04bb072c29ab1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5581f577c13166328c31cbb6ce3b9cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5659f950a490db0440ec17ba933e8dc = $(`<div id="html_d5659f950a490db0440ec17ba933e8dc" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_b5581f577c13166328c31cbb6ce3b9cc.setContent(html_d5659f950a490db0440ec17ba933e8dc);
|
|
|
|
|
|
|
|
marker_b04615c84e671c6b9abfbd1b3c7207d8.bindPopup(popup_b5581f577c13166328c31cbb6ce3b9cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b04615c84e671c6b9abfbd1b3c7207d8.setIcon(icon_3dfa07f633a098dc6c04bb072c29ab1b);
|
|
|
|
|
|
var marker_e5312eaac56258f8006159ec9f41eeaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2f010a990028d1827cbd88e51e569af7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cab7bfad0c4ea21a85fbb3e72a160c82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_489884f34aa52dccab17ab6e16b482f2 = $(`<div id="html_489884f34aa52dccab17ab6e16b482f2" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_cab7bfad0c4ea21a85fbb3e72a160c82.setContent(html_489884f34aa52dccab17ab6e16b482f2);
|
|
|
|
|
|
|
|
marker_e5312eaac56258f8006159ec9f41eeaa.bindPopup(popup_cab7bfad0c4ea21a85fbb3e72a160c82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5312eaac56258f8006159ec9f41eeaa.setIcon(icon_2f010a990028d1827cbd88e51e569af7);
|
|
|
|
|
|
var marker_b565b25e8e560a0207bc9049c13013c5 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b179608ed73ed22e913d4646ab421f1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc16e031e12bcdf566f4512aa3aa6ed8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84bfe500577437a7358f16e3f2d63bf2 = $(`<div id="html_84bfe500577437a7358f16e3f2d63bf2" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_dc16e031e12bcdf566f4512aa3aa6ed8.setContent(html_84bfe500577437a7358f16e3f2d63bf2);
|
|
|
|
|
|
|
|
marker_b565b25e8e560a0207bc9049c13013c5.bindPopup(popup_dc16e031e12bcdf566f4512aa3aa6ed8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b565b25e8e560a0207bc9049c13013c5.setIcon(icon_b179608ed73ed22e913d4646ab421f1e);
|
|
|
|
|
|
var marker_f3fb37f27b950bfd19719be5aa775784 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_629adae477e8a667fde89aedd8488a2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f310a9c52478d09a7fbe51df52c3f65d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e375de74a1da165f75f0bef619ea1d8 = $(`<div id="html_8e375de74a1da165f75f0bef619ea1d8" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_f310a9c52478d09a7fbe51df52c3f65d.setContent(html_8e375de74a1da165f75f0bef619ea1d8);
|
|
|
|
|
|
|
|
marker_f3fb37f27b950bfd19719be5aa775784.bindPopup(popup_f310a9c52478d09a7fbe51df52c3f65d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3fb37f27b950bfd19719be5aa775784.setIcon(icon_629adae477e8a667fde89aedd8488a2c);
|
|
|
|
|
|
var marker_d174d3bba99eabff44244cf9404f6bec = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_054309483ccf6c51fc801f50f5dbddb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e9a5edc4136eb4362a08877872764cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_269bcd1e54efdcfced912e99b237418f = $(`<div id="html_269bcd1e54efdcfced912e99b237418f" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_2e9a5edc4136eb4362a08877872764cb.setContent(html_269bcd1e54efdcfced912e99b237418f);
|
|
|
|
|
|
|
|
marker_d174d3bba99eabff44244cf9404f6bec.bindPopup(popup_2e9a5edc4136eb4362a08877872764cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d174d3bba99eabff44244cf9404f6bec.setIcon(icon_054309483ccf6c51fc801f50f5dbddb7);
|
|
|
|
|
|
var marker_5794622e88a298aacbe82ecfc3debbf5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2a897d5527a2d970c2236e87cb474969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a58b8a840b3100f4ca651f7fa8b30d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb716ad7ff83d24172de45d0a51cb0ab = $(`<div id="html_bb716ad7ff83d24172de45d0a51cb0ab" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_3a58b8a840b3100f4ca651f7fa8b30d7.setContent(html_bb716ad7ff83d24172de45d0a51cb0ab);
|
|
|
|
|
|
|
|
marker_5794622e88a298aacbe82ecfc3debbf5.bindPopup(popup_3a58b8a840b3100f4ca651f7fa8b30d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5794622e88a298aacbe82ecfc3debbf5.setIcon(icon_2a897d5527a2d970c2236e87cb474969);
|
|
|
|
|
|
var marker_dc0dd8c92c7b8e7ea9c5c60560d78d90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0d6bacbc7521ab62ad8710fbfe78b543 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a200ae6cebd5ecb1ba697bfe386c2d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02d5a781782d3eb53b495c1201f84414 = $(`<div id="html_02d5a781782d3eb53b495c1201f84414" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_4a200ae6cebd5ecb1ba697bfe386c2d4.setContent(html_02d5a781782d3eb53b495c1201f84414);
|
|
|
|
|
|
|
|
marker_dc0dd8c92c7b8e7ea9c5c60560d78d90.bindPopup(popup_4a200ae6cebd5ecb1ba697bfe386c2d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc0dd8c92c7b8e7ea9c5c60560d78d90.setIcon(icon_0d6bacbc7521ab62ad8710fbfe78b543);
|
|
|
|
|
|
var marker_0556070c2aafc36c354cf57279add151 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_697d0c4e890387b129a07239e7879aab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_943bb635dd92eb7e87b3f9bde5746b4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ccd035e7323ad3c85168bcbbf8fdfb9 = $(`<div id="html_3ccd035e7323ad3c85168bcbbf8fdfb9" style="width: 100.0%; height: 100.0%;">relay.fizx.uk</div>`)[0];
|
|
popup_943bb635dd92eb7e87b3f9bde5746b4c.setContent(html_3ccd035e7323ad3c85168bcbbf8fdfb9);
|
|
|
|
|
|
|
|
marker_0556070c2aafc36c354cf57279add151.bindPopup(popup_943bb635dd92eb7e87b3f9bde5746b4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0556070c2aafc36c354cf57279add151.setIcon(icon_697d0c4e890387b129a07239e7879aab);
|
|
|
|
|
|
var marker_69dfdbb2de8a3a499e9d8cf0dcee194c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8375dc74563400e876c4914751903d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a854d8ad5cb4cfc9a496e8aba98ee73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14fbdb3bb2672c90d83ecbebadbe1d80 = $(`<div id="html_14fbdb3bb2672c90d83ecbebadbe1d80" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_5a854d8ad5cb4cfc9a496e8aba98ee73.setContent(html_14fbdb3bb2672c90d83ecbebadbe1d80);
|
|
|
|
|
|
|
|
marker_69dfdbb2de8a3a499e9d8cf0dcee194c.bindPopup(popup_5a854d8ad5cb4cfc9a496e8aba98ee73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69dfdbb2de8a3a499e9d8cf0dcee194c.setIcon(icon_8375dc74563400e876c4914751903d9d);
|
|
|
|
|
|
var marker_8301d6dc5abed2cc26a44ab76556918d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1178f9b6042550c930c523931db67154 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2bf56735c31fd68b445c385f507a562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_285498d54adf04ec0fc54bf678bfd56d = $(`<div id="html_285498d54adf04ec0fc54bf678bfd56d" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_f2bf56735c31fd68b445c385f507a562.setContent(html_285498d54adf04ec0fc54bf678bfd56d);
|
|
|
|
|
|
|
|
marker_8301d6dc5abed2cc26a44ab76556918d.bindPopup(popup_f2bf56735c31fd68b445c385f507a562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8301d6dc5abed2cc26a44ab76556918d.setIcon(icon_1178f9b6042550c930c523931db67154);
|
|
|
|
|
|
var marker_8fc1e79984c046a2932288d784f0b8e2 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c16bf0b893505665e6dccca7e62afd34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8c5f8961b7045f3ce2704c5a0c7c291 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aecb4a457efd338ac6ca3e4c2574cec4 = $(`<div id="html_aecb4a457efd338ac6ca3e4c2574cec4" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_d8c5f8961b7045f3ce2704c5a0c7c291.setContent(html_aecb4a457efd338ac6ca3e4c2574cec4);
|
|
|
|
|
|
|
|
marker_8fc1e79984c046a2932288d784f0b8e2.bindPopup(popup_d8c5f8961b7045f3ce2704c5a0c7c291)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fc1e79984c046a2932288d784f0b8e2.setIcon(icon_c16bf0b893505665e6dccca7e62afd34);
|
|
|
|
|
|
var marker_af2d4f88dccf68a02119e04ba5cdf1f3 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_73f06a9086eb6dcd8f015ec281d02b17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b75e8718e604ec6c4f95108a93e02115 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb63d03aff3b52db3f72512442254217 = $(`<div id="html_cb63d03aff3b52db3f72512442254217" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_b75e8718e604ec6c4f95108a93e02115.setContent(html_cb63d03aff3b52db3f72512442254217);
|
|
|
|
|
|
|
|
marker_af2d4f88dccf68a02119e04ba5cdf1f3.bindPopup(popup_b75e8718e604ec6c4f95108a93e02115)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af2d4f88dccf68a02119e04ba5cdf1f3.setIcon(icon_73f06a9086eb6dcd8f015ec281d02b17);
|
|
|
|
|
|
var marker_b9f904cd7c3439570176d1a5369ae140 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3c4b09fce818ff36d7e155b9688b8528 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94abc9067b45a898a7b5e5e29d622ec4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f11b0e0bcf14df264cd3d219b5e19adb = $(`<div id="html_f11b0e0bcf14df264cd3d219b5e19adb" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_94abc9067b45a898a7b5e5e29d622ec4.setContent(html_f11b0e0bcf14df264cd3d219b5e19adb);
|
|
|
|
|
|
|
|
marker_b9f904cd7c3439570176d1a5369ae140.bindPopup(popup_94abc9067b45a898a7b5e5e29d622ec4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9f904cd7c3439570176d1a5369ae140.setIcon(icon_3c4b09fce818ff36d7e155b9688b8528);
|
|
|
|
|
|
var marker_467db942b2857458b4c08f6478b9611e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5e1a76757d3ac1cb9b130843ecbf7368 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a51d48b3dfe278f863c5064a6ada40f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c538725790c2e6f738424f0bf8dff1fd = $(`<div id="html_c538725790c2e6f738424f0bf8dff1fd" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_9a51d48b3dfe278f863c5064a6ada40f.setContent(html_c538725790c2e6f738424f0bf8dff1fd);
|
|
|
|
|
|
|
|
marker_467db942b2857458b4c08f6478b9611e.bindPopup(popup_9a51d48b3dfe278f863c5064a6ada40f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_467db942b2857458b4c08f6478b9611e.setIcon(icon_5e1a76757d3ac1cb9b130843ecbf7368);
|
|
|
|
|
|
var marker_0a5d6108ab277c83a331e17b349b4819 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e6498c280b3ecd6c0763a5fdaa928911 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4e1555034e015819f446ae93c8e22f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fb6753ba8bcfeaafbfa56407638cbfe = $(`<div id="html_3fb6753ba8bcfeaafbfa56407638cbfe" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_e4e1555034e015819f446ae93c8e22f7.setContent(html_3fb6753ba8bcfeaafbfa56407638cbfe);
|
|
|
|
|
|
|
|
marker_0a5d6108ab277c83a331e17b349b4819.bindPopup(popup_e4e1555034e015819f446ae93c8e22f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a5d6108ab277c83a331e17b349b4819.setIcon(icon_e6498c280b3ecd6c0763a5fdaa928911);
|
|
|
|
|
|
var marker_ed669d4a9958f7bfac87188ddccccdee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_85c0685ae7b1a14936ec76dba86aebec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d0b3fa6129c0fb074fad4386303fa5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_400afb20e72af492fc81ea6f764980e4 = $(`<div id="html_400afb20e72af492fc81ea6f764980e4" style="width: 100.0%; height: 100.0%;">npub1spxdug4m3y24hpx5crm0el4zhkk0wafs8kp6m0xu0wecygqej2xqq8gyhx.fips.network</div>`)[0];
|
|
popup_4d0b3fa6129c0fb074fad4386303fa5d.setContent(html_400afb20e72af492fc81ea6f764980e4);
|
|
|
|
|
|
|
|
marker_ed669d4a9958f7bfac87188ddccccdee.bindPopup(popup_4d0b3fa6129c0fb074fad4386303fa5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed669d4a9958f7bfac87188ddccccdee.setIcon(icon_85c0685ae7b1a14936ec76dba86aebec);
|
|
|
|
|
|
var marker_f0abd064682b84506cad1b4f521983ac = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3ec5e3ae4aff4b3bb6c0904f0624a6f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea4acfd76b5f6a5ca764af2d62c6cde6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5a0d11276d6fe31cb1c54f8ec67cf53 = $(`<div id="html_a5a0d11276d6fe31cb1c54f8ec67cf53" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_ea4acfd76b5f6a5ca764af2d62c6cde6.setContent(html_a5a0d11276d6fe31cb1c54f8ec67cf53);
|
|
|
|
|
|
|
|
marker_f0abd064682b84506cad1b4f521983ac.bindPopup(popup_ea4acfd76b5f6a5ca764af2d62c6cde6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0abd064682b84506cad1b4f521983ac.setIcon(icon_3ec5e3ae4aff4b3bb6c0904f0624a6f3);
|
|
|
|
|
|
var marker_09d97e661c64f37b26139a2bdb431ecb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_88dd2ccd071199b216505911fb741edf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c77e874e1275c416016feb1842832d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4408ed8cd0f9cd5581924e186daf6c2 = $(`<div id="html_e4408ed8cd0f9cd5581924e186daf6c2" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_20c77e874e1275c416016feb1842832d.setContent(html_e4408ed8cd0f9cd5581924e186daf6c2);
|
|
|
|
|
|
|
|
marker_09d97e661c64f37b26139a2bdb431ecb.bindPopup(popup_20c77e874e1275c416016feb1842832d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09d97e661c64f37b26139a2bdb431ecb.setIcon(icon_88dd2ccd071199b216505911fb741edf);
|
|
|
|
|
|
var marker_daba21732d36750e65742832d4ab35dd = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9c60ea4961da80d7c6d8d39837172590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3adef19b017b9229bc580d5bd53db5b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd78db1a923a37a728cbdf8c1f13fa8f = $(`<div id="html_fd78db1a923a37a728cbdf8c1f13fa8f" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_3adef19b017b9229bc580d5bd53db5b8.setContent(html_fd78db1a923a37a728cbdf8c1f13fa8f);
|
|
|
|
|
|
|
|
marker_daba21732d36750e65742832d4ab35dd.bindPopup(popup_3adef19b017b9229bc580d5bd53db5b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_daba21732d36750e65742832d4ab35dd.setIcon(icon_9c60ea4961da80d7c6d8d39837172590);
|
|
|
|
|
|
var marker_fb5d566ce9504ad301d243a610258bc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c1de28099e83691a5cb78a87c65600b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46145f6b8ffbd7ed83c2bf79304654c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34ae22635df3f0f5144cca978531daa9 = $(`<div id="html_34ae22635df3f0f5144cca978531daa9" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_46145f6b8ffbd7ed83c2bf79304654c4.setContent(html_34ae22635df3f0f5144cca978531daa9);
|
|
|
|
|
|
|
|
marker_fb5d566ce9504ad301d243a610258bc6.bindPopup(popup_46145f6b8ffbd7ed83c2bf79304654c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb5d566ce9504ad301d243a610258bc6.setIcon(icon_c1de28099e83691a5cb78a87c65600b4);
|
|
|
|
|
|
var marker_f7cb403c64137a539cefe57e0e2dc124 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8d0e2a2e364b07d6a5cbc75cc30fc3e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db4d00b6637996c197fb95b94e397029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a71de0bbf3922ea334d38e9251fe9781 = $(`<div id="html_a71de0bbf3922ea334d38e9251fe9781" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_db4d00b6637996c197fb95b94e397029.setContent(html_a71de0bbf3922ea334d38e9251fe9781);
|
|
|
|
|
|
|
|
marker_f7cb403c64137a539cefe57e0e2dc124.bindPopup(popup_db4d00b6637996c197fb95b94e397029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7cb403c64137a539cefe57e0e2dc124.setIcon(icon_8d0e2a2e364b07d6a5cbc75cc30fc3e8);
|
|
|
|
|
|
var marker_220c51ff4fc67ad43ae7dadee0139290 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a289d3ebe79a18aeaa79b8a4db47565a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac567247d425724522c5fc60be51a443 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_329a73a1e5a16a08b1784b27c5c0bf9d = $(`<div id="html_329a73a1e5a16a08b1784b27c5c0bf9d" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_ac567247d425724522c5fc60be51a443.setContent(html_329a73a1e5a16a08b1784b27c5c0bf9d);
|
|
|
|
|
|
|
|
marker_220c51ff4fc67ad43ae7dadee0139290.bindPopup(popup_ac567247d425724522c5fc60be51a443)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_220c51ff4fc67ad43ae7dadee0139290.setIcon(icon_a289d3ebe79a18aeaa79b8a4db47565a);
|
|
|
|
|
|
var marker_b11c45cae72d7fea5c5e371a32297a0c = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2a6da293c8afe286f88675abc0384165 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac8438be7dccadd4f82414eeae2393bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_462eb5650ffafa7c178d61014bd7633a = $(`<div id="html_462eb5650ffafa7c178d61014bd7633a" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_ac8438be7dccadd4f82414eeae2393bc.setContent(html_462eb5650ffafa7c178d61014bd7633a);
|
|
|
|
|
|
|
|
marker_b11c45cae72d7fea5c5e371a32297a0c.bindPopup(popup_ac8438be7dccadd4f82414eeae2393bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b11c45cae72d7fea5c5e371a32297a0c.setIcon(icon_2a6da293c8afe286f88675abc0384165);
|
|
|
|
|
|
var marker_4f99c5b1ca4f25f0c8ec8f5ee3c1f055 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_62cfd9961a94f351925f03478d88da09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad4106b7ff1e4c9c2bd8e070b2604d9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_484cfcc430c99994141573ec62d2f646 = $(`<div id="html_484cfcc430c99994141573ec62d2f646" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_ad4106b7ff1e4c9c2bd8e070b2604d9d.setContent(html_484cfcc430c99994141573ec62d2f646);
|
|
|
|
|
|
|
|
marker_4f99c5b1ca4f25f0c8ec8f5ee3c1f055.bindPopup(popup_ad4106b7ff1e4c9c2bd8e070b2604d9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f99c5b1ca4f25f0c8ec8f5ee3c1f055.setIcon(icon_62cfd9961a94f351925f03478d88da09);
|
|
|
|
|
|
var marker_d29cd630a06185201e16d4e3e618718d = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d2e48ef361ab4f7ddb1bfd9aa850c6ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab3826e5abb6fb9c8de180909efffe15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96c8d9e08bcee843afd641967129f4e2 = $(`<div id="html_96c8d9e08bcee843afd641967129f4e2" style="width: 100.0%; height: 100.0%;">relay.samcorn.synology.me</div>`)[0];
|
|
popup_ab3826e5abb6fb9c8de180909efffe15.setContent(html_96c8d9e08bcee843afd641967129f4e2);
|
|
|
|
|
|
|
|
marker_d29cd630a06185201e16d4e3e618718d.bindPopup(popup_ab3826e5abb6fb9c8de180909efffe15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d29cd630a06185201e16d4e3e618718d.setIcon(icon_d2e48ef361ab4f7ddb1bfd9aa850c6ca);
|
|
|
|
|
|
var marker_0b8cb6bcf9446e272e744d1646436150 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c191f684b789e5fb436e38f18515572b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f3397df6a0c7b5c8bf05a185ed45b43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dfb19dd1984bed1dfd53311b333eed6 = $(`<div id="html_1dfb19dd1984bed1dfd53311b333eed6" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_8f3397df6a0c7b5c8bf05a185ed45b43.setContent(html_1dfb19dd1984bed1dfd53311b333eed6);
|
|
|
|
|
|
|
|
marker_0b8cb6bcf9446e272e744d1646436150.bindPopup(popup_8f3397df6a0c7b5c8bf05a185ed45b43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b8cb6bcf9446e272e744d1646436150.setIcon(icon_c191f684b789e5fb436e38f18515572b);
|
|
|
|
|
|
var marker_e2a624c21bb03d7b3975280e8eb16167 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4005a4be87d1286e71ff276c3448be7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_891e970666723b5b3f5d6edbb3651bba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95f4e4c315c20f4a808a1b8af7fb3f6e = $(`<div id="html_95f4e4c315c20f4a808a1b8af7fb3f6e" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_891e970666723b5b3f5d6edbb3651bba.setContent(html_95f4e4c315c20f4a808a1b8af7fb3f6e);
|
|
|
|
|
|
|
|
marker_e2a624c21bb03d7b3975280e8eb16167.bindPopup(popup_891e970666723b5b3f5d6edbb3651bba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2a624c21bb03d7b3975280e8eb16167.setIcon(icon_4005a4be87d1286e71ff276c3448be7f);
|
|
|
|
|
|
var marker_794504b67b10739047dffb9e5d7ecca3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9fa3b6b60bf58c28d20aefe4d191cd05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a95c835dad915ba5d4b36dd95ee9a29b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68645f14d46d978c778d889bb90c6923 = $(`<div id="html_68645f14d46d978c778d889bb90c6923" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_a95c835dad915ba5d4b36dd95ee9a29b.setContent(html_68645f14d46d978c778d889bb90c6923);
|
|
|
|
|
|
|
|
marker_794504b67b10739047dffb9e5d7ecca3.bindPopup(popup_a95c835dad915ba5d4b36dd95ee9a29b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_794504b67b10739047dffb9e5d7ecca3.setIcon(icon_9fa3b6b60bf58c28d20aefe4d191cd05);
|
|
|
|
|
|
var marker_fa3c9d05d8de0e5b3340b6edfbdc69fb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_68c0bf2a23c62d2c427954f8b9876be4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aaf48de061eab9409c4177618206ed7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12163e68ee20d94fecaae92a3156504d = $(`<div id="html_12163e68ee20d94fecaae92a3156504d" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_0aaf48de061eab9409c4177618206ed7.setContent(html_12163e68ee20d94fecaae92a3156504d);
|
|
|
|
|
|
|
|
marker_fa3c9d05d8de0e5b3340b6edfbdc69fb.bindPopup(popup_0aaf48de061eab9409c4177618206ed7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa3c9d05d8de0e5b3340b6edfbdc69fb.setIcon(icon_68c0bf2a23c62d2c427954f8b9876be4);
|
|
|
|
|
|
var marker_9b76020ca07a6ca950967ad7cbd3ddd7 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_dcb9d9ea8579d0984187839bba11ed74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8178ebfdf9e79afc5b4a8050ec9698a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d434647b88d38d4cd8507fc56ba4f1e = $(`<div id="html_5d434647b88d38d4cd8507fc56ba4f1e" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_8178ebfdf9e79afc5b4a8050ec9698a4.setContent(html_5d434647b88d38d4cd8507fc56ba4f1e);
|
|
|
|
|
|
|
|
marker_9b76020ca07a6ca950967ad7cbd3ddd7.bindPopup(popup_8178ebfdf9e79afc5b4a8050ec9698a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b76020ca07a6ca950967ad7cbd3ddd7.setIcon(icon_dcb9d9ea8579d0984187839bba11ed74);
|
|
|
|
|
|
var marker_06ccfe776f52a62e41325921d73bcae1 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_beaed39ca9f96dc889a4c6ecc23bbc2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_776e541ba23a61bb2d3e6f89a7d64a01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc2aeecae7fb130a256bfddb333c9ed5 = $(`<div id="html_cc2aeecae7fb130a256bfddb333c9ed5" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_776e541ba23a61bb2d3e6f89a7d64a01.setContent(html_cc2aeecae7fb130a256bfddb333c9ed5);
|
|
|
|
|
|
|
|
marker_06ccfe776f52a62e41325921d73bcae1.bindPopup(popup_776e541ba23a61bb2d3e6f89a7d64a01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06ccfe776f52a62e41325921d73bcae1.setIcon(icon_beaed39ca9f96dc889a4c6ecc23bbc2c);
|
|
|
|
|
|
var marker_5d0d21183b38fd60b63fbb7971829534 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1785d20be0bcd15a88e855db503b135e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ca42d8fe3ddab528479d90f8d84517a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_276ce1e6b369d37fe2b5e81867d3325d = $(`<div id="html_276ce1e6b369d37fe2b5e81867d3325d" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_6ca42d8fe3ddab528479d90f8d84517a.setContent(html_276ce1e6b369d37fe2b5e81867d3325d);
|
|
|
|
|
|
|
|
marker_5d0d21183b38fd60b63fbb7971829534.bindPopup(popup_6ca42d8fe3ddab528479d90f8d84517a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d0d21183b38fd60b63fbb7971829534.setIcon(icon_1785d20be0bcd15a88e855db503b135e);
|
|
|
|
|
|
var marker_1ac18c0ec999f63869dc8e1f8f9142e7 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d98ad2798618d65274e94b86f874ed01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df6cc2747639fbed7f74040deaf49a79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7382f4903c7186c732f09d19bdc19d6 = $(`<div id="html_f7382f4903c7186c732f09d19bdc19d6" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_df6cc2747639fbed7f74040deaf49a79.setContent(html_f7382f4903c7186c732f09d19bdc19d6);
|
|
|
|
|
|
|
|
marker_1ac18c0ec999f63869dc8e1f8f9142e7.bindPopup(popup_df6cc2747639fbed7f74040deaf49a79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ac18c0ec999f63869dc8e1f8f9142e7.setIcon(icon_d98ad2798618d65274e94b86f874ed01);
|
|
|
|
|
|
var marker_8eb4ee8eb8d8f08bdf99ea5a3c12327d = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3e462b4bf04dcdb54dd016ed35152afb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03f1da03b16c08e312075c75e13e9636 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0b0605a516ea12a3b0a387265e348b6 = $(`<div id="html_c0b0605a516ea12a3b0a387265e348b6" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_03f1da03b16c08e312075c75e13e9636.setContent(html_c0b0605a516ea12a3b0a387265e348b6);
|
|
|
|
|
|
|
|
marker_8eb4ee8eb8d8f08bdf99ea5a3c12327d.bindPopup(popup_03f1da03b16c08e312075c75e13e9636)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb4ee8eb8d8f08bdf99ea5a3c12327d.setIcon(icon_3e462b4bf04dcdb54dd016ed35152afb);
|
|
|
|
|
|
var marker_d887c9c81b400539bd1dd8c38621076a = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b398f1ea628053d55c7e625e64aeae03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cae50b33a0fb797147c089306920f60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c490cd743bdc62d7833b76b7bb9ba7ab = $(`<div id="html_c490cd743bdc62d7833b76b7bb9ba7ab" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_4cae50b33a0fb797147c089306920f60.setContent(html_c490cd743bdc62d7833b76b7bb9ba7ab);
|
|
|
|
|
|
|
|
marker_d887c9c81b400539bd1dd8c38621076a.bindPopup(popup_4cae50b33a0fb797147c089306920f60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d887c9c81b400539bd1dd8c38621076a.setIcon(icon_b398f1ea628053d55c7e625e64aeae03);
|
|
|
|
|
|
var marker_bbfe2d4f3470c3d73a5184d4d000b3d1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e629cab01d859d41938fcdccc004d148 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f963e581295530925f7c3e7b842890 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca389845e84902eafd76e6389041e593 = $(`<div id="html_ca389845e84902eafd76e6389041e593" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_94f963e581295530925f7c3e7b842890.setContent(html_ca389845e84902eafd76e6389041e593);
|
|
|
|
|
|
|
|
marker_bbfe2d4f3470c3d73a5184d4d000b3d1.bindPopup(popup_94f963e581295530925f7c3e7b842890)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbfe2d4f3470c3d73a5184d4d000b3d1.setIcon(icon_e629cab01d859d41938fcdccc004d148);
|
|
|
|
|
|
var marker_7ac04087c9fb52342b5cc1409c34a556 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1b2b57552415cfcb810f6e5ae446d355 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73249ecb74555d88238c75d456bccae6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dcbd35ceeed2f4704876e6c30896dab = $(`<div id="html_3dcbd35ceeed2f4704876e6c30896dab" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_73249ecb74555d88238c75d456bccae6.setContent(html_3dcbd35ceeed2f4704876e6c30896dab);
|
|
|
|
|
|
|
|
marker_7ac04087c9fb52342b5cc1409c34a556.bindPopup(popup_73249ecb74555d88238c75d456bccae6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ac04087c9fb52342b5cc1409c34a556.setIcon(icon_1b2b57552415cfcb810f6e5ae446d355);
|
|
|
|
|
|
var marker_b98c7b163064a33df2ca6f99b9a091de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5713d2ae1c27c850640e9959016f1290 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_165fcc04925c897396cbc986dded3693 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51103132ab100b75140166da6461d28a = $(`<div id="html_51103132ab100b75140166da6461d28a" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_165fcc04925c897396cbc986dded3693.setContent(html_51103132ab100b75140166da6461d28a);
|
|
|
|
|
|
|
|
marker_b98c7b163064a33df2ca6f99b9a091de.bindPopup(popup_165fcc04925c897396cbc986dded3693)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b98c7b163064a33df2ca6f99b9a091de.setIcon(icon_5713d2ae1c27c850640e9959016f1290);
|
|
|
|
|
|
var marker_9487436f5544e67283ed4ba636df62bc = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2678bf5320af45b2d1853ef86efaacff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a121e44f2cd57c77762a00899f53eee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ba97a90421902f520f303b3f173f780 = $(`<div id="html_2ba97a90421902f520f303b3f173f780" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_0a121e44f2cd57c77762a00899f53eee.setContent(html_2ba97a90421902f520f303b3f173f780);
|
|
|
|
|
|
|
|
marker_9487436f5544e67283ed4ba636df62bc.bindPopup(popup_0a121e44f2cd57c77762a00899f53eee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9487436f5544e67283ed4ba636df62bc.setIcon(icon_2678bf5320af45b2d1853ef86efaacff);
|
|
|
|
|
|
var marker_2e99174eba27f5a1124f7b5ff1a53d02 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_52fe3e11d061d8055f16a11e1002bd5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fa39a3b8534f4b0fdb963b14a3b8fc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e24384003f359847661fa57a7ccecd5 = $(`<div id="html_7e24384003f359847661fa57a7ccecd5" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_4fa39a3b8534f4b0fdb963b14a3b8fc2.setContent(html_7e24384003f359847661fa57a7ccecd5);
|
|
|
|
|
|
|
|
marker_2e99174eba27f5a1124f7b5ff1a53d02.bindPopup(popup_4fa39a3b8534f4b0fdb963b14a3b8fc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e99174eba27f5a1124f7b5ff1a53d02.setIcon(icon_52fe3e11d061d8055f16a11e1002bd5a);
|
|
|
|
|
|
var marker_960aac948a581c35f0c06734d5038477 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c4532c55bb8f09587c4b01a9d740323f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29aca329b2cd1e8029fcd432dc4b1bf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8aad8c1f4f01d0d0ee875d1b75c1ca39 = $(`<div id="html_8aad8c1f4f01d0d0ee875d1b75c1ca39" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_29aca329b2cd1e8029fcd432dc4b1bf1.setContent(html_8aad8c1f4f01d0d0ee875d1b75c1ca39);
|
|
|
|
|
|
|
|
marker_960aac948a581c35f0c06734d5038477.bindPopup(popup_29aca329b2cd1e8029fcd432dc4b1bf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_960aac948a581c35f0c06734d5038477.setIcon(icon_c4532c55bb8f09587c4b01a9d740323f);
|
|
|
|
|
|
var marker_754e1545cf58d010049ddbe67583f9a5 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_eef692732c50a0811ef180f34124771a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12f0a62ea4acf00491ea501fac24b091 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbecd5ae8ecd652cf33afd4ea664b0e0 = $(`<div id="html_bbecd5ae8ecd652cf33afd4ea664b0e0" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_12f0a62ea4acf00491ea501fac24b091.setContent(html_bbecd5ae8ecd652cf33afd4ea664b0e0);
|
|
|
|
|
|
|
|
marker_754e1545cf58d010049ddbe67583f9a5.bindPopup(popup_12f0a62ea4acf00491ea501fac24b091)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_754e1545cf58d010049ddbe67583f9a5.setIcon(icon_eef692732c50a0811ef180f34124771a);
|
|
|
|
|
|
var marker_602c6b39b916620d56e4583bdf5b4f97 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5f0248213a4c2599e59d6fa664c0b178 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4545df43449e1f141abf2619dac51ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc5e7a13e26dfc61f14f42a784f4c4aa = $(`<div id="html_cc5e7a13e26dfc61f14f42a784f4c4aa" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_e4545df43449e1f141abf2619dac51ba.setContent(html_cc5e7a13e26dfc61f14f42a784f4c4aa);
|
|
|
|
|
|
|
|
marker_602c6b39b916620d56e4583bdf5b4f97.bindPopup(popup_e4545df43449e1f141abf2619dac51ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_602c6b39b916620d56e4583bdf5b4f97.setIcon(icon_5f0248213a4c2599e59d6fa664c0b178);
|
|
|
|
|
|
var marker_466056c2acfad1e09d3b0212266f2822 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d0f7b82b1e901fe2a8886ada1b43b34a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_684523e23d829bc8223d765f847ec763 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d71f3b7fd8e0c0989cf318ddaadc18d = $(`<div id="html_2d71f3b7fd8e0c0989cf318ddaadc18d" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_684523e23d829bc8223d765f847ec763.setContent(html_2d71f3b7fd8e0c0989cf318ddaadc18d);
|
|
|
|
|
|
|
|
marker_466056c2acfad1e09d3b0212266f2822.bindPopup(popup_684523e23d829bc8223d765f847ec763)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_466056c2acfad1e09d3b0212266f2822.setIcon(icon_d0f7b82b1e901fe2a8886ada1b43b34a);
|
|
|
|
|
|
var marker_31533d785fe88606c59edb00d59fefe3 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_47417e261ea17a560bb9014f291267b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d487d8337809d5cc197f433cd4ad118 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5810284b5b29e90d4f17473d7a72490 = $(`<div id="html_c5810284b5b29e90d4f17473d7a72490" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_5d487d8337809d5cc197f433cd4ad118.setContent(html_c5810284b5b29e90d4f17473d7a72490);
|
|
|
|
|
|
|
|
marker_31533d785fe88606c59edb00d59fefe3.bindPopup(popup_5d487d8337809d5cc197f433cd4ad118)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31533d785fe88606c59edb00d59fefe3.setIcon(icon_47417e261ea17a560bb9014f291267b9);
|
|
|
|
|
|
var marker_bddf9db74e17bf6146c88429eb36500b = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4a84382c3c36ce05de5754796aa8c50e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9403b8a9ba6e53415c40a6b73612b59d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef073c159605d601a34ca5f6a4c604a = $(`<div id="html_aef073c159605d601a34ca5f6a4c604a" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_9403b8a9ba6e53415c40a6b73612b59d.setContent(html_aef073c159605d601a34ca5f6a4c604a);
|
|
|
|
|
|
|
|
marker_bddf9db74e17bf6146c88429eb36500b.bindPopup(popup_9403b8a9ba6e53415c40a6b73612b59d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bddf9db74e17bf6146c88429eb36500b.setIcon(icon_4a84382c3c36ce05de5754796aa8c50e);
|
|
|
|
|
|
var marker_bc65ba23e33500db292c40f00af92dec = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_09699cf967947277caa11dad9dcccf75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e0dbffcaf1c5c0aa1208d7f4c2b6464 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f45734a5252ad99a2cf09bc3f2955d8 = $(`<div id="html_7f45734a5252ad99a2cf09bc3f2955d8" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_1e0dbffcaf1c5c0aa1208d7f4c2b6464.setContent(html_7f45734a5252ad99a2cf09bc3f2955d8);
|
|
|
|
|
|
|
|
marker_bc65ba23e33500db292c40f00af92dec.bindPopup(popup_1e0dbffcaf1c5c0aa1208d7f4c2b6464)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc65ba23e33500db292c40f00af92dec.setIcon(icon_09699cf967947277caa11dad9dcccf75);
|
|
|
|
|
|
var marker_2b68d7a66d5611bd15bc75fc9bbf2efa = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_72f4d3083938dfe72303d0db29bce682 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_982358b09cf0f6b01a15d335d17b65a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8b4c2beb5dd50d77022bc402b053b66 = $(`<div id="html_f8b4c2beb5dd50d77022bc402b053b66" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_982358b09cf0f6b01a15d335d17b65a9.setContent(html_f8b4c2beb5dd50d77022bc402b053b66);
|
|
|
|
|
|
|
|
marker_2b68d7a66d5611bd15bc75fc9bbf2efa.bindPopup(popup_982358b09cf0f6b01a15d335d17b65a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b68d7a66d5611bd15bc75fc9bbf2efa.setIcon(icon_72f4d3083938dfe72303d0db29bce682);
|
|
|
|
|
|
var marker_583e68543f225e33a9e59c172a8f3c4a = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f093f41137d04f371812e88d07daed86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fd6f4b1018fe7f1834d96273c066534 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_063d57f373dd76b53c05c3483d818ed7 = $(`<div id="html_063d57f373dd76b53c05c3483d818ed7" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_3fd6f4b1018fe7f1834d96273c066534.setContent(html_063d57f373dd76b53c05c3483d818ed7);
|
|
|
|
|
|
|
|
marker_583e68543f225e33a9e59c172a8f3c4a.bindPopup(popup_3fd6f4b1018fe7f1834d96273c066534)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_583e68543f225e33a9e59c172a8f3c4a.setIcon(icon_f093f41137d04f371812e88d07daed86);
|
|
|
|
|
|
var marker_9f35288e3fffc01309af68801fcd5721 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_95d2734f5bcaeb6f30627c568b77f644 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_936f5c6f81dc8429c7d1fb52b5533bd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3ae645d8d45ad6c14430e1868d164d3 = $(`<div id="html_d3ae645d8d45ad6c14430e1868d164d3" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_936f5c6f81dc8429c7d1fb52b5533bd1.setContent(html_d3ae645d8d45ad6c14430e1868d164d3);
|
|
|
|
|
|
|
|
marker_9f35288e3fffc01309af68801fcd5721.bindPopup(popup_936f5c6f81dc8429c7d1fb52b5533bd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f35288e3fffc01309af68801fcd5721.setIcon(icon_95d2734f5bcaeb6f30627c568b77f644);
|
|
|
|
|
|
var marker_f8a77ef4287dbd58e80d1a9cd1f9687a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_56effb932b588eb281b5884025b9a686 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44e41248b775a1800e3f0e4c8c3f01aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1318ab41000fe2df47e189d56adf667 = $(`<div id="html_e1318ab41000fe2df47e189d56adf667" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_44e41248b775a1800e3f0e4c8c3f01aa.setContent(html_e1318ab41000fe2df47e189d56adf667);
|
|
|
|
|
|
|
|
marker_f8a77ef4287dbd58e80d1a9cd1f9687a.bindPopup(popup_44e41248b775a1800e3f0e4c8c3f01aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8a77ef4287dbd58e80d1a9cd1f9687a.setIcon(icon_56effb932b588eb281b5884025b9a686);
|
|
|
|
|
|
var marker_2a2e80fde18d197340cef533b458bfd3 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c7fef3c11adcbbb6c69e3117da91d02b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62f044f2a0ba24c7d9153d1ea7b1cb4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_650267252edc36d2c48d6129821f23af = $(`<div id="html_650267252edc36d2c48d6129821f23af" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_62f044f2a0ba24c7d9153d1ea7b1cb4a.setContent(html_650267252edc36d2c48d6129821f23af);
|
|
|
|
|
|
|
|
marker_2a2e80fde18d197340cef533b458bfd3.bindPopup(popup_62f044f2a0ba24c7d9153d1ea7b1cb4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a2e80fde18d197340cef533b458bfd3.setIcon(icon_c7fef3c11adcbbb6c69e3117da91d02b);
|
|
|
|
|
|
var marker_3d17d4c4396898201368adea717a504c = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e958107c6efd5d7772c58b862928cec2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c614d141a8023237d605f6bcfe8b412d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_346604a9a6d6f76e825f9d4b5d688031 = $(`<div id="html_346604a9a6d6f76e825f9d4b5d688031" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_c614d141a8023237d605f6bcfe8b412d.setContent(html_346604a9a6d6f76e825f9d4b5d688031);
|
|
|
|
|
|
|
|
marker_3d17d4c4396898201368adea717a504c.bindPopup(popup_c614d141a8023237d605f6bcfe8b412d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d17d4c4396898201368adea717a504c.setIcon(icon_e958107c6efd5d7772c58b862928cec2);
|
|
|
|
|
|
var marker_d86fc278d5a2b42786bec95fb67cd58e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_05f88e8bbb975a320159cfd741e7d47a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f9295789be434d781667c9888cbc089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58364a7d84bbc9a2cfbdb53235de7815 = $(`<div id="html_58364a7d84bbc9a2cfbdb53235de7815" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_6f9295789be434d781667c9888cbc089.setContent(html_58364a7d84bbc9a2cfbdb53235de7815);
|
|
|
|
|
|
|
|
marker_d86fc278d5a2b42786bec95fb67cd58e.bindPopup(popup_6f9295789be434d781667c9888cbc089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d86fc278d5a2b42786bec95fb67cd58e.setIcon(icon_05f88e8bbb975a320159cfd741e7d47a);
|
|
|
|
|
|
var marker_0c75af1107506ac0c6dd102380f5b2e8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a3203b26a9e53ac3edfd39777940ebeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8ab556d2f4ac6624bb6af91c809af07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f593b8243157f122d4e1c5fb59d3287 = $(`<div id="html_7f593b8243157f122d4e1c5fb59d3287" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_a8ab556d2f4ac6624bb6af91c809af07.setContent(html_7f593b8243157f122d4e1c5fb59d3287);
|
|
|
|
|
|
|
|
marker_0c75af1107506ac0c6dd102380f5b2e8.bindPopup(popup_a8ab556d2f4ac6624bb6af91c809af07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c75af1107506ac0c6dd102380f5b2e8.setIcon(icon_a3203b26a9e53ac3edfd39777940ebeb);
|
|
|
|
|
|
var marker_c456ab2e1daaa2f355d2fb33e4119f61 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d7e1857117d2e9e867b3a964d03e9dc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bb90d5c1d1c46cf51c137628a329ae4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59559fbcf74c64b7daa2e0b090e9d947 = $(`<div id="html_59559fbcf74c64b7daa2e0b090e9d947" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_3bb90d5c1d1c46cf51c137628a329ae4.setContent(html_59559fbcf74c64b7daa2e0b090e9d947);
|
|
|
|
|
|
|
|
marker_c456ab2e1daaa2f355d2fb33e4119f61.bindPopup(popup_3bb90d5c1d1c46cf51c137628a329ae4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c456ab2e1daaa2f355d2fb33e4119f61.setIcon(icon_d7e1857117d2e9e867b3a964d03e9dc4);
|
|
|
|
|
|
var marker_955637ba5821a68bee1efdbacab50664 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4d620f9c8bc0db11cebda281f5aae23c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_277b1d4c55623952f09f843e6dd17f7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa8104fca7fc50ae5f7722ebc38d12ef = $(`<div id="html_aa8104fca7fc50ae5f7722ebc38d12ef" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_277b1d4c55623952f09f843e6dd17f7a.setContent(html_aa8104fca7fc50ae5f7722ebc38d12ef);
|
|
|
|
|
|
|
|
marker_955637ba5821a68bee1efdbacab50664.bindPopup(popup_277b1d4c55623952f09f843e6dd17f7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_955637ba5821a68bee1efdbacab50664.setIcon(icon_4d620f9c8bc0db11cebda281f5aae23c);
|
|
|
|
|
|
var marker_6b421c78aa9a3d9c371898cd9174c8ef = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d6057aeaa96007bbe2f16b97c65429fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c07e729dfb176cb59ac7207a2c3cebf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_038e251ad8375179cd4337daee13f3f3 = $(`<div id="html_038e251ad8375179cd4337daee13f3f3" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_7c07e729dfb176cb59ac7207a2c3cebf.setContent(html_038e251ad8375179cd4337daee13f3f3);
|
|
|
|
|
|
|
|
marker_6b421c78aa9a3d9c371898cd9174c8ef.bindPopup(popup_7c07e729dfb176cb59ac7207a2c3cebf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b421c78aa9a3d9c371898cd9174c8ef.setIcon(icon_d6057aeaa96007bbe2f16b97c65429fb);
|
|
|
|
|
|
var marker_032e1cb75f2988855a982ef3f1ad88f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b5c0f3b59b77d3d6462ef8944becb41a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e72130294b7f4e5df0950a5ea08495 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ec6ca995e1ea36502e068f0030ae127 = $(`<div id="html_5ec6ca995e1ea36502e068f0030ae127" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_84e72130294b7f4e5df0950a5ea08495.setContent(html_5ec6ca995e1ea36502e068f0030ae127);
|
|
|
|
|
|
|
|
marker_032e1cb75f2988855a982ef3f1ad88f5.bindPopup(popup_84e72130294b7f4e5df0950a5ea08495)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_032e1cb75f2988855a982ef3f1ad88f5.setIcon(icon_b5c0f3b59b77d3d6462ef8944becb41a);
|
|
|
|
|
|
var marker_92d229c8f5386f0d072d27dead1e65d7 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_260b94851324374e1b13aad6ed828513 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_391cb6ce7cfe3b71d57a19c31f0db24c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bee54a0519cbdb118537b78dbd09909f = $(`<div id="html_bee54a0519cbdb118537b78dbd09909f" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_391cb6ce7cfe3b71d57a19c31f0db24c.setContent(html_bee54a0519cbdb118537b78dbd09909f);
|
|
|
|
|
|
|
|
marker_92d229c8f5386f0d072d27dead1e65d7.bindPopup(popup_391cb6ce7cfe3b71d57a19c31f0db24c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92d229c8f5386f0d072d27dead1e65d7.setIcon(icon_260b94851324374e1b13aad6ed828513);
|
|
|
|
|
|
var marker_36883e6d3c6047812d4048535553364d = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d0220bb43cc218ed0ad2914500acb28a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5734acce7452538fdb3d9b82f13fd3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_688177b995aa53229c7429671478cd98 = $(`<div id="html_688177b995aa53229c7429671478cd98" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_a5734acce7452538fdb3d9b82f13fd3d.setContent(html_688177b995aa53229c7429671478cd98);
|
|
|
|
|
|
|
|
marker_36883e6d3c6047812d4048535553364d.bindPopup(popup_a5734acce7452538fdb3d9b82f13fd3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36883e6d3c6047812d4048535553364d.setIcon(icon_d0220bb43cc218ed0ad2914500acb28a);
|
|
|
|
|
|
var marker_9f0bc16b2b64fffe41e50bb0615d34ea = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ee3c41c34065a86de7cf2aaa576f1d54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb6b369c7749f5d682f8f9c20fd91b78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afb05448b3fcfcaea6135c285c20ea36 = $(`<div id="html_afb05448b3fcfcaea6135c285c20ea36" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_bb6b369c7749f5d682f8f9c20fd91b78.setContent(html_afb05448b3fcfcaea6135c285c20ea36);
|
|
|
|
|
|
|
|
marker_9f0bc16b2b64fffe41e50bb0615d34ea.bindPopup(popup_bb6b369c7749f5d682f8f9c20fd91b78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f0bc16b2b64fffe41e50bb0615d34ea.setIcon(icon_ee3c41c34065a86de7cf2aaa576f1d54);
|
|
|
|
|
|
var marker_ed32e09aa770c7f0b5819adfacce5bd0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a84bcb41fe09c73ab618205b243265c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_195f6401740b7d5c412d1a6bdd1fe908 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6a777bb9587c6b351b8fed9ae42a1d6 = $(`<div id="html_e6a777bb9587c6b351b8fed9ae42a1d6" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_195f6401740b7d5c412d1a6bdd1fe908.setContent(html_e6a777bb9587c6b351b8fed9ae42a1d6);
|
|
|
|
|
|
|
|
marker_ed32e09aa770c7f0b5819adfacce5bd0.bindPopup(popup_195f6401740b7d5c412d1a6bdd1fe908)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed32e09aa770c7f0b5819adfacce5bd0.setIcon(icon_a84bcb41fe09c73ab618205b243265c9);
|
|
|
|
|
|
var marker_8b34c0b193df51bd8d270d5045a0a92c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a22064308ed3888d010cf0c5483111ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8acd1942685c7239c436a09ae7a8469e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e68c3158e381696b9e576765d7854f8c = $(`<div id="html_e68c3158e381696b9e576765d7854f8c" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_8acd1942685c7239c436a09ae7a8469e.setContent(html_e68c3158e381696b9e576765d7854f8c);
|
|
|
|
|
|
|
|
marker_8b34c0b193df51bd8d270d5045a0a92c.bindPopup(popup_8acd1942685c7239c436a09ae7a8469e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b34c0b193df51bd8d270d5045a0a92c.setIcon(icon_a22064308ed3888d010cf0c5483111ab);
|
|
|
|
|
|
var marker_57c991437503412ec0b705b1ffa181b9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8a518d51a78402fae3fd680499cf53ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afa001faf96ecbba8a1c9fcfe3ce4e8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cad6756ac6ffee52f7ca0a61a1301ab3 = $(`<div id="html_cad6756ac6ffee52f7ca0a61a1301ab3" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_afa001faf96ecbba8a1c9fcfe3ce4e8d.setContent(html_cad6756ac6ffee52f7ca0a61a1301ab3);
|
|
|
|
|
|
|
|
marker_57c991437503412ec0b705b1ffa181b9.bindPopup(popup_afa001faf96ecbba8a1c9fcfe3ce4e8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57c991437503412ec0b705b1ffa181b9.setIcon(icon_8a518d51a78402fae3fd680499cf53ea);
|
|
|
|
|
|
var marker_100f472b6b83dab51697199fa8bc12e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1feb83d6a89b7af88a6ead903cdab0c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69c5f6379e3a69602e0ea419b4591b6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45d086256ef809832ccd241bc474848b = $(`<div id="html_45d086256ef809832ccd241bc474848b" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_69c5f6379e3a69602e0ea419b4591b6b.setContent(html_45d086256ef809832ccd241bc474848b);
|
|
|
|
|
|
|
|
marker_100f472b6b83dab51697199fa8bc12e4.bindPopup(popup_69c5f6379e3a69602e0ea419b4591b6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_100f472b6b83dab51697199fa8bc12e4.setIcon(icon_1feb83d6a89b7af88a6ead903cdab0c7);
|
|
|
|
|
|
var marker_d1c92fa200069ba39d109a79be740dd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_001d475a566caec573fe0547efd4cd56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9640755027082334a4e35750eaebc128 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95cf4e8193947ac264cdf8fab3eb988a = $(`<div id="html_95cf4e8193947ac264cdf8fab3eb988a" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_9640755027082334a4e35750eaebc128.setContent(html_95cf4e8193947ac264cdf8fab3eb988a);
|
|
|
|
|
|
|
|
marker_d1c92fa200069ba39d109a79be740dd7.bindPopup(popup_9640755027082334a4e35750eaebc128)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1c92fa200069ba39d109a79be740dd7.setIcon(icon_001d475a566caec573fe0547efd4cd56);
|
|
|
|
|
|
var marker_0b61c11279b671373c6c5ad8cfa398cd = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_62b7ee42f4331f73c59b6f87faf9e4ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_738720029f6fdf40921502e1b9e6c1be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dd0d524f780925dbd63da4310889214 = $(`<div id="html_3dd0d524f780925dbd63da4310889214" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_738720029f6fdf40921502e1b9e6c1be.setContent(html_3dd0d524f780925dbd63da4310889214);
|
|
|
|
|
|
|
|
marker_0b61c11279b671373c6c5ad8cfa398cd.bindPopup(popup_738720029f6fdf40921502e1b9e6c1be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b61c11279b671373c6c5ad8cfa398cd.setIcon(icon_62b7ee42f4331f73c59b6f87faf9e4ca);
|
|
|
|
|
|
var marker_88bce713b13d031ed4cc7a87974e0d08 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8a1e35a8b5030f3360727a5b1e1286a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51f50566960794db58fb74179deddc2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecedc0c202b183397a3fa149844facc1 = $(`<div id="html_ecedc0c202b183397a3fa149844facc1" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_51f50566960794db58fb74179deddc2d.setContent(html_ecedc0c202b183397a3fa149844facc1);
|
|
|
|
|
|
|
|
marker_88bce713b13d031ed4cc7a87974e0d08.bindPopup(popup_51f50566960794db58fb74179deddc2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88bce713b13d031ed4cc7a87974e0d08.setIcon(icon_8a1e35a8b5030f3360727a5b1e1286a8);
|
|
|
|
|
|
var marker_3bc5dd0da839491029c68749984b3456 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ba34a5bb0655fbd64f55c3865e0e1855 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7598e9f298024414c3084be4f5ab5748 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30d0e10d2f13b6e7aac606ef354b77c5 = $(`<div id="html_30d0e10d2f13b6e7aac606ef354b77c5" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_7598e9f298024414c3084be4f5ab5748.setContent(html_30d0e10d2f13b6e7aac606ef354b77c5);
|
|
|
|
|
|
|
|
marker_3bc5dd0da839491029c68749984b3456.bindPopup(popup_7598e9f298024414c3084be4f5ab5748)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bc5dd0da839491029c68749984b3456.setIcon(icon_ba34a5bb0655fbd64f55c3865e0e1855);
|
|
|
|
|
|
var marker_20497b692203b4dee083aed2b1953bb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c6d342b6a8670c76e595aff9b1e19419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e81e6e7f8e41bf76124ab4a7da5387a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbf66de1830e129f0df13cd7e9afba2c = $(`<div id="html_cbf66de1830e129f0df13cd7e9afba2c" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_0e81e6e7f8e41bf76124ab4a7da5387a.setContent(html_cbf66de1830e129f0df13cd7e9afba2c);
|
|
|
|
|
|
|
|
marker_20497b692203b4dee083aed2b1953bb0.bindPopup(popup_0e81e6e7f8e41bf76124ab4a7da5387a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20497b692203b4dee083aed2b1953bb0.setIcon(icon_c6d342b6a8670c76e595aff9b1e19419);
|
|
|
|
|
|
var marker_e567e5b5b9df50f598a405a13d499ef2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1b745fa523db497461743a4a3014cf3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7cac1ff58ecb889e8a12fb5406f84fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8995e375a351e5aca92f182e5cffc068 = $(`<div id="html_8995e375a351e5aca92f182e5cffc068" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_a7cac1ff58ecb889e8a12fb5406f84fb.setContent(html_8995e375a351e5aca92f182e5cffc068);
|
|
|
|
|
|
|
|
marker_e567e5b5b9df50f598a405a13d499ef2.bindPopup(popup_a7cac1ff58ecb889e8a12fb5406f84fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e567e5b5b9df50f598a405a13d499ef2.setIcon(icon_1b745fa523db497461743a4a3014cf3d);
|
|
|
|
|
|
var marker_fb18a75d29ea551fe810074ec63b8b7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_92832008fe221af6eabd20b85afe20e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf4e343e8a101e257392e03d6b6a3c79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_708a4544ef16154340c0391a92d6f85f = $(`<div id="html_708a4544ef16154340c0391a92d6f85f" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_bf4e343e8a101e257392e03d6b6a3c79.setContent(html_708a4544ef16154340c0391a92d6f85f);
|
|
|
|
|
|
|
|
marker_fb18a75d29ea551fe810074ec63b8b7f.bindPopup(popup_bf4e343e8a101e257392e03d6b6a3c79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb18a75d29ea551fe810074ec63b8b7f.setIcon(icon_92832008fe221af6eabd20b85afe20e5);
|
|
|
|
|
|
var marker_a72ef8dc198847329181683dd1f6ab12 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_baec5404fa7c3ab6095328f11446eca8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85cb6e57d33da2ad1e99cf16af748730 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43458f334af4f3dad98f83a98eade020 = $(`<div id="html_43458f334af4f3dad98f83a98eade020" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_85cb6e57d33da2ad1e99cf16af748730.setContent(html_43458f334af4f3dad98f83a98eade020);
|
|
|
|
|
|
|
|
marker_a72ef8dc198847329181683dd1f6ab12.bindPopup(popup_85cb6e57d33da2ad1e99cf16af748730)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a72ef8dc198847329181683dd1f6ab12.setIcon(icon_baec5404fa7c3ab6095328f11446eca8);
|
|
|
|
|
|
var marker_0e87338604e7b07929e0ded7102288db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ee052e7de8e10d89cced0ef5aade4c8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4df7e72dcf3294ed654d00c40f53806c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44f045436bc105cfa3fadeb8e1cb9b8a = $(`<div id="html_44f045436bc105cfa3fadeb8e1cb9b8a" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_4df7e72dcf3294ed654d00c40f53806c.setContent(html_44f045436bc105cfa3fadeb8e1cb9b8a);
|
|
|
|
|
|
|
|
marker_0e87338604e7b07929e0ded7102288db.bindPopup(popup_4df7e72dcf3294ed654d00c40f53806c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e87338604e7b07929e0ded7102288db.setIcon(icon_ee052e7de8e10d89cced0ef5aade4c8d);
|
|
|
|
|
|
var marker_80484a641f7e623ac2cc7178f614fac2 = L.marker(
|
|
[47.4857, 8.72929],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_68da2f6563d6a75c16174b4774c36e09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_291fc0444a17d7d4c20819039d819188 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d9e4771c4e3d6600dbe4ebd0ac5b1ec = $(`<div id="html_7d9e4771c4e3d6600dbe4ebd0ac5b1ec" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_291fc0444a17d7d4c20819039d819188.setContent(html_7d9e4771c4e3d6600dbe4ebd0ac5b1ec);
|
|
|
|
|
|
|
|
marker_80484a641f7e623ac2cc7178f614fac2.bindPopup(popup_291fc0444a17d7d4c20819039d819188)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80484a641f7e623ac2cc7178f614fac2.setIcon(icon_68da2f6563d6a75c16174b4774c36e09);
|
|
|
|
|
|
var marker_c52b9ead3d3d6f4c485104c2fe5b0f2d = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f9917418143bff2bfa39c0a1155521b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96a6934fc9493e8bd00ac71152962719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9aaae899b44b9acfcf696f75eb0ead5 = $(`<div id="html_d9aaae899b44b9acfcf696f75eb0ead5" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_96a6934fc9493e8bd00ac71152962719.setContent(html_d9aaae899b44b9acfcf696f75eb0ead5);
|
|
|
|
|
|
|
|
marker_c52b9ead3d3d6f4c485104c2fe5b0f2d.bindPopup(popup_96a6934fc9493e8bd00ac71152962719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c52b9ead3d3d6f4c485104c2fe5b0f2d.setIcon(icon_f9917418143bff2bfa39c0a1155521b6);
|
|
|
|
|
|
var marker_a75ba3570e02ef7a2431a72c6a162601 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_506bb45a2c2059fc403c55d763adb74e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f3af4268a1e26aace711ca109f52a05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b239e8344ce433f50b575f935f960672 = $(`<div id="html_b239e8344ce433f50b575f935f960672" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_9f3af4268a1e26aace711ca109f52a05.setContent(html_b239e8344ce433f50b575f935f960672);
|
|
|
|
|
|
|
|
marker_a75ba3570e02ef7a2431a72c6a162601.bindPopup(popup_9f3af4268a1e26aace711ca109f52a05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a75ba3570e02ef7a2431a72c6a162601.setIcon(icon_506bb45a2c2059fc403c55d763adb74e);
|
|
|
|
|
|
var marker_11cdd2a25b8ddd825e13274cae163471 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2a2af8199bb0a11fce8d77531947608b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c91c8c0a6dd86737268ef3b8b8504a46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e665b03dbc26497d3883459163d47ca = $(`<div id="html_1e665b03dbc26497d3883459163d47ca" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_c91c8c0a6dd86737268ef3b8b8504a46.setContent(html_1e665b03dbc26497d3883459163d47ca);
|
|
|
|
|
|
|
|
marker_11cdd2a25b8ddd825e13274cae163471.bindPopup(popup_c91c8c0a6dd86737268ef3b8b8504a46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11cdd2a25b8ddd825e13274cae163471.setIcon(icon_2a2af8199bb0a11fce8d77531947608b);
|
|
|
|
|
|
var marker_9ee0990f3f05def435d81a4c02845865 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5d169189221e67f096daaa9f1661a5d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de73577f33b6e0321208828bd852ad78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0321d805478212c23ca1fc24ac58d485 = $(`<div id="html_0321d805478212c23ca1fc24ac58d485" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_de73577f33b6e0321208828bd852ad78.setContent(html_0321d805478212c23ca1fc24ac58d485);
|
|
|
|
|
|
|
|
marker_9ee0990f3f05def435d81a4c02845865.bindPopup(popup_de73577f33b6e0321208828bd852ad78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ee0990f3f05def435d81a4c02845865.setIcon(icon_5d169189221e67f096daaa9f1661a5d9);
|
|
|
|
|
|
var marker_09ebf2e43602c7cb501759839800eb70 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ccb94b1ce657f01ba4d5b637ed5560d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c270010b27148a3ed50db016c69f42f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea297122f4dd46b7a361dc7cf0515dc4 = $(`<div id="html_ea297122f4dd46b7a361dc7cf0515dc4" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_9c270010b27148a3ed50db016c69f42f.setContent(html_ea297122f4dd46b7a361dc7cf0515dc4);
|
|
|
|
|
|
|
|
marker_09ebf2e43602c7cb501759839800eb70.bindPopup(popup_9c270010b27148a3ed50db016c69f42f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09ebf2e43602c7cb501759839800eb70.setIcon(icon_ccb94b1ce657f01ba4d5b637ed5560d6);
|
|
|
|
|
|
var marker_4ff6899789de714c1149e0fc4ff058fa = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8ca1b3102701c207c7375881b126d07e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a72dfb27139157c7bbb67d07a9bac409 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39dfa9be0c8552b5fea1b34bb620f229 = $(`<div id="html_39dfa9be0c8552b5fea1b34bb620f229" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_a72dfb27139157c7bbb67d07a9bac409.setContent(html_39dfa9be0c8552b5fea1b34bb620f229);
|
|
|
|
|
|
|
|
marker_4ff6899789de714c1149e0fc4ff058fa.bindPopup(popup_a72dfb27139157c7bbb67d07a9bac409)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ff6899789de714c1149e0fc4ff058fa.setIcon(icon_8ca1b3102701c207c7375881b126d07e);
|
|
|
|
|
|
var marker_11a2a96f864c544f9ed850c46d0f754f = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9daf5c8cd0dd48d5caf6ffe16e8c0aab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c65479005e83c8d5310be53ffeec6336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cdc4eb2215f2706fa702edc7a9562f6 = $(`<div id="html_7cdc4eb2215f2706fa702edc7a9562f6" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_c65479005e83c8d5310be53ffeec6336.setContent(html_7cdc4eb2215f2706fa702edc7a9562f6);
|
|
|
|
|
|
|
|
marker_11a2a96f864c544f9ed850c46d0f754f.bindPopup(popup_c65479005e83c8d5310be53ffeec6336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11a2a96f864c544f9ed850c46d0f754f.setIcon(icon_9daf5c8cd0dd48d5caf6ffe16e8c0aab);
|
|
|
|
|
|
var marker_e71eb590dbfe003a413ad4d29c23a7b2 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c91dd82293ab10b27fbfa7323c62fbcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0795c464d75a285d7237c36dec4e456 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb8f9ef43cb853387f49a610450ec0f8 = $(`<div id="html_bb8f9ef43cb853387f49a610450ec0f8" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_b0795c464d75a285d7237c36dec4e456.setContent(html_bb8f9ef43cb853387f49a610450ec0f8);
|
|
|
|
|
|
|
|
marker_e71eb590dbfe003a413ad4d29c23a7b2.bindPopup(popup_b0795c464d75a285d7237c36dec4e456)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e71eb590dbfe003a413ad4d29c23a7b2.setIcon(icon_c91dd82293ab10b27fbfa7323c62fbcc);
|
|
|
|
|
|
var marker_ee6bb4a26e862d6096a6d912469198ba = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_df269434cbc0548bbe525e042507f298 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_445af5baa903f627a03c2249bc3c6e02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_979460f502f89d2d6e7a6c025fdfadea = $(`<div id="html_979460f502f89d2d6e7a6c025fdfadea" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_445af5baa903f627a03c2249bc3c6e02.setContent(html_979460f502f89d2d6e7a6c025fdfadea);
|
|
|
|
|
|
|
|
marker_ee6bb4a26e862d6096a6d912469198ba.bindPopup(popup_445af5baa903f627a03c2249bc3c6e02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee6bb4a26e862d6096a6d912469198ba.setIcon(icon_df269434cbc0548bbe525e042507f298);
|
|
|
|
|
|
var marker_a258caf7d02718dc466a80b8d239b8da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ba2407b2dc1674c81a167bf92141cacd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ec7c51c58d590ecbadaf795e4f8bef1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dced25a8c7c8c47751300777f768e087 = $(`<div id="html_dced25a8c7c8c47751300777f768e087" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_7ec7c51c58d590ecbadaf795e4f8bef1.setContent(html_dced25a8c7c8c47751300777f768e087);
|
|
|
|
|
|
|
|
marker_a258caf7d02718dc466a80b8d239b8da.bindPopup(popup_7ec7c51c58d590ecbadaf795e4f8bef1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a258caf7d02718dc466a80b8d239b8da.setIcon(icon_ba2407b2dc1674c81a167bf92141cacd);
|
|
|
|
|
|
var marker_8216b3fa59c57e205940b1a3c2fc928e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_aba9842e0353476432aa14c208368e29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02c9bb7fab67c8e457921305bfb37bbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42ab4a7d166b03172e15b1a30e8647d2 = $(`<div id="html_42ab4a7d166b03172e15b1a30e8647d2" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_02c9bb7fab67c8e457921305bfb37bbd.setContent(html_42ab4a7d166b03172e15b1a30e8647d2);
|
|
|
|
|
|
|
|
marker_8216b3fa59c57e205940b1a3c2fc928e.bindPopup(popup_02c9bb7fab67c8e457921305bfb37bbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8216b3fa59c57e205940b1a3c2fc928e.setIcon(icon_aba9842e0353476432aa14c208368e29);
|
|
|
|
|
|
var marker_42db2e5e0426043e291e90d1d76bbdac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8029223dbb08c190829a872549f309bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88a54f41c4510ea18972190aa4ed6a8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_099e2eec2a7d361f1cf7011bdcb8ab50 = $(`<div id="html_099e2eec2a7d361f1cf7011bdcb8ab50" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_88a54f41c4510ea18972190aa4ed6a8b.setContent(html_099e2eec2a7d361f1cf7011bdcb8ab50);
|
|
|
|
|
|
|
|
marker_42db2e5e0426043e291e90d1d76bbdac.bindPopup(popup_88a54f41c4510ea18972190aa4ed6a8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42db2e5e0426043e291e90d1d76bbdac.setIcon(icon_8029223dbb08c190829a872549f309bf);
|
|
|
|
|
|
var marker_671980be26e7204004516b902b374bef = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_67fca47ed2f12b91706ccc3f354aca3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d825113742f9d6321bce6a3a2b8b6f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8105d0ee201ad10eecc89da6a22d44c = $(`<div id="html_c8105d0ee201ad10eecc89da6a22d44c" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_9d825113742f9d6321bce6a3a2b8b6f1.setContent(html_c8105d0ee201ad10eecc89da6a22d44c);
|
|
|
|
|
|
|
|
marker_671980be26e7204004516b902b374bef.bindPopup(popup_9d825113742f9d6321bce6a3a2b8b6f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_671980be26e7204004516b902b374bef.setIcon(icon_67fca47ed2f12b91706ccc3f354aca3c);
|
|
|
|
|
|
var marker_31cea11dbc329a5c34bfcafe76a04b79 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_16bc16cdc50a85ed9073a0386cb7f31e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_955797003397abc167ad323ac6f22b64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fd8f938132761af012b133010e77f46 = $(`<div id="html_3fd8f938132761af012b133010e77f46" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_955797003397abc167ad323ac6f22b64.setContent(html_3fd8f938132761af012b133010e77f46);
|
|
|
|
|
|
|
|
marker_31cea11dbc329a5c34bfcafe76a04b79.bindPopup(popup_955797003397abc167ad323ac6f22b64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31cea11dbc329a5c34bfcafe76a04b79.setIcon(icon_16bc16cdc50a85ed9073a0386cb7f31e);
|
|
|
|
|
|
var marker_8d309ae339951f70984aede3eda70ff2 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_040fd0d0aacee79e43c798157b7cc003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_369e9d9f3d6beea5cdb8d9bb33014397 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fadad20742ecae0dd2fb1b82fd1dc50 = $(`<div id="html_5fadad20742ecae0dd2fb1b82fd1dc50" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_369e9d9f3d6beea5cdb8d9bb33014397.setContent(html_5fadad20742ecae0dd2fb1b82fd1dc50);
|
|
|
|
|
|
|
|
marker_8d309ae339951f70984aede3eda70ff2.bindPopup(popup_369e9d9f3d6beea5cdb8d9bb33014397)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d309ae339951f70984aede3eda70ff2.setIcon(icon_040fd0d0aacee79e43c798157b7cc003);
|
|
|
|
|
|
var marker_d0ceb9e826c54fae9062abf2fcc7859e = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e3a0b99ee4ed50cccbc7d86fa29781f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_312031ebb9098a909de6c72da2c45b3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac19f64ed5a583f69af8289a35d81ff8 = $(`<div id="html_ac19f64ed5a583f69af8289a35d81ff8" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_312031ebb9098a909de6c72da2c45b3c.setContent(html_ac19f64ed5a583f69af8289a35d81ff8);
|
|
|
|
|
|
|
|
marker_d0ceb9e826c54fae9062abf2fcc7859e.bindPopup(popup_312031ebb9098a909de6c72da2c45b3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0ceb9e826c54fae9062abf2fcc7859e.setIcon(icon_e3a0b99ee4ed50cccbc7d86fa29781f1);
|
|
|
|
|
|
var marker_3d387322da20e3475d1aa718d1c97dda = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7ff596bc7bf34950430b74ff007333ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70130f00059ac42833712c08fb9d632e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d82de554f64d51f1917aa988be69d414 = $(`<div id="html_d82de554f64d51f1917aa988be69d414" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_70130f00059ac42833712c08fb9d632e.setContent(html_d82de554f64d51f1917aa988be69d414);
|
|
|
|
|
|
|
|
marker_3d387322da20e3475d1aa718d1c97dda.bindPopup(popup_70130f00059ac42833712c08fb9d632e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d387322da20e3475d1aa718d1c97dda.setIcon(icon_7ff596bc7bf34950430b74ff007333ac);
|
|
|
|
|
|
var marker_6f8710218b01293974159c313ebffea4 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2d8a79747844b38e4341418cae9acbda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f21a3847326efda588a87587c6ee1bc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab2ff31fb8d5d43d5e7b421ff63feea1 = $(`<div id="html_ab2ff31fb8d5d43d5e7b421ff63feea1" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f21a3847326efda588a87587c6ee1bc2.setContent(html_ab2ff31fb8d5d43d5e7b421ff63feea1);
|
|
|
|
|
|
|
|
marker_6f8710218b01293974159c313ebffea4.bindPopup(popup_f21a3847326efda588a87587c6ee1bc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f8710218b01293974159c313ebffea4.setIcon(icon_2d8a79747844b38e4341418cae9acbda);
|
|
|
|
|
|
var marker_c6edcf1587291ab21d5af1b5f3cd279a = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7d35ce15b37d6f8acf36478832cbc0be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5155a33b7c0a2c2d5ce6fb46fc6cdc9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbdffb3872a2f402c16655592760a486 = $(`<div id="html_dbdffb3872a2f402c16655592760a486" style="width: 100.0%; height: 100.0%;">dev.architectcontext.aarpia.net</div>`)[0];
|
|
popup_5155a33b7c0a2c2d5ce6fb46fc6cdc9e.setContent(html_dbdffb3872a2f402c16655592760a486);
|
|
|
|
|
|
|
|
marker_c6edcf1587291ab21d5af1b5f3cd279a.bindPopup(popup_5155a33b7c0a2c2d5ce6fb46fc6cdc9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6edcf1587291ab21d5af1b5f3cd279a.setIcon(icon_7d35ce15b37d6f8acf36478832cbc0be);
|
|
|
|
|
|
var marker_55f36b9fade204626ea10bbf42b0046a = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2d54697ba79c14eda3ce108631063142 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f52e4b1e241d97f9e2d0fbc7d411b2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fa88d34ff6892e500ba3e6b9680a81b = $(`<div id="html_3fa88d34ff6892e500ba3e6b9680a81b" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_9f52e4b1e241d97f9e2d0fbc7d411b2b.setContent(html_3fa88d34ff6892e500ba3e6b9680a81b);
|
|
|
|
|
|
|
|
marker_55f36b9fade204626ea10bbf42b0046a.bindPopup(popup_9f52e4b1e241d97f9e2d0fbc7d411b2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55f36b9fade204626ea10bbf42b0046a.setIcon(icon_2d54697ba79c14eda3ce108631063142);
|
|
|
|
|
|
var marker_7d428c8598887112edd96d441280b5ad = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0e248cd08d19923bbb93d49c1dadfa75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51cd6c023f7767a3c2338109c3382276 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85932c7e1f59eee004a34ecad9d2fe85 = $(`<div id="html_85932c7e1f59eee004a34ecad9d2fe85" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_51cd6c023f7767a3c2338109c3382276.setContent(html_85932c7e1f59eee004a34ecad9d2fe85);
|
|
|
|
|
|
|
|
marker_7d428c8598887112edd96d441280b5ad.bindPopup(popup_51cd6c023f7767a3c2338109c3382276)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d428c8598887112edd96d441280b5ad.setIcon(icon_0e248cd08d19923bbb93d49c1dadfa75);
|
|
|
|
|
|
var marker_d918e5808f987715a2b6debc97e4d4f9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b1d611fd987b9487976e6c70e0212e16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e8874c5d10775ce5d6e46f275881079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_934115353f7c983599945014bce75721 = $(`<div id="html_934115353f7c983599945014bce75721" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_4e8874c5d10775ce5d6e46f275881079.setContent(html_934115353f7c983599945014bce75721);
|
|
|
|
|
|
|
|
marker_d918e5808f987715a2b6debc97e4d4f9.bindPopup(popup_4e8874c5d10775ce5d6e46f275881079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d918e5808f987715a2b6debc97e4d4f9.setIcon(icon_b1d611fd987b9487976e6c70e0212e16);
|
|
|
|
|
|
var marker_488d1bea5c824247e7ac695a1eaaa74d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3d776b98958d0c40d3281f65e3e11f11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_886dbca565f2f932b71e667ddd26b60e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b207cbf6eb3e3d9fb3e92163a1da4cc = $(`<div id="html_2b207cbf6eb3e3d9fb3e92163a1da4cc" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_886dbca565f2f932b71e667ddd26b60e.setContent(html_2b207cbf6eb3e3d9fb3e92163a1da4cc);
|
|
|
|
|
|
|
|
marker_488d1bea5c824247e7ac695a1eaaa74d.bindPopup(popup_886dbca565f2f932b71e667ddd26b60e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_488d1bea5c824247e7ac695a1eaaa74d.setIcon(icon_3d776b98958d0c40d3281f65e3e11f11);
|
|
|
|
|
|
var marker_39889dc3c819acb759ca5cab3a64f3c2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_62afcaf6f71dbe3d06115d6d5ccee6ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cc654e56bc3de3150236c8c46d180de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa3c9b366f5642ce10fe68e2e098d16f = $(`<div id="html_aa3c9b366f5642ce10fe68e2e098d16f" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_3cc654e56bc3de3150236c8c46d180de.setContent(html_aa3c9b366f5642ce10fe68e2e098d16f);
|
|
|
|
|
|
|
|
marker_39889dc3c819acb759ca5cab3a64f3c2.bindPopup(popup_3cc654e56bc3de3150236c8c46d180de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39889dc3c819acb759ca5cab3a64f3c2.setIcon(icon_62afcaf6f71dbe3d06115d6d5ccee6ef);
|
|
|
|
|
|
var marker_6bfea82e83a7815817b73eaf35582ff7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8e85d9f6702ac0bd9d7e2e1d07389981 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6844f2ee122faca51e1d1f846e3b9366 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39af516475c850436b737d56a9e586b2 = $(`<div id="html_39af516475c850436b737d56a9e586b2" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_6844f2ee122faca51e1d1f846e3b9366.setContent(html_39af516475c850436b737d56a9e586b2);
|
|
|
|
|
|
|
|
marker_6bfea82e83a7815817b73eaf35582ff7.bindPopup(popup_6844f2ee122faca51e1d1f846e3b9366)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bfea82e83a7815817b73eaf35582ff7.setIcon(icon_8e85d9f6702ac0bd9d7e2e1d07389981);
|
|
|
|
|
|
var marker_17106e4fc0a58074ddcdf7563427a26f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_577a9871d9dca9bf3eed9682e5bcca38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f576f4569ecdc5864cb1920c22f6268 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dea6f39dcd7ecd2a2d1c09d700c99c0d = $(`<div id="html_dea6f39dcd7ecd2a2d1c09d700c99c0d" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_1f576f4569ecdc5864cb1920c22f6268.setContent(html_dea6f39dcd7ecd2a2d1c09d700c99c0d);
|
|
|
|
|
|
|
|
marker_17106e4fc0a58074ddcdf7563427a26f.bindPopup(popup_1f576f4569ecdc5864cb1920c22f6268)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17106e4fc0a58074ddcdf7563427a26f.setIcon(icon_577a9871d9dca9bf3eed9682e5bcca38);
|
|
|
|
|
|
var marker_e60d3bf9871c063e62a5e50b54de4004 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_883af43395fd5b67c834f60a28645dc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5de2947925305b0cadc2aa24f6d1693 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18ef460cfb05b956ffc2706bbf5a3118 = $(`<div id="html_18ef460cfb05b956ffc2706bbf5a3118" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_c5de2947925305b0cadc2aa24f6d1693.setContent(html_18ef460cfb05b956ffc2706bbf5a3118);
|
|
|
|
|
|
|
|
marker_e60d3bf9871c063e62a5e50b54de4004.bindPopup(popup_c5de2947925305b0cadc2aa24f6d1693)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e60d3bf9871c063e62a5e50b54de4004.setIcon(icon_883af43395fd5b67c834f60a28645dc0);
|
|
|
|
|
|
var marker_9801588a8d6f788149b7fc606cc4205f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4bee38203eaf0f1c0b49ec11a460845e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81233f65c10d2d5342b498ba6b3bc6d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_386be88ce575066f7b2b085af3d1feed = $(`<div id="html_386be88ce575066f7b2b085af3d1feed" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_81233f65c10d2d5342b498ba6b3bc6d0.setContent(html_386be88ce575066f7b2b085af3d1feed);
|
|
|
|
|
|
|
|
marker_9801588a8d6f788149b7fc606cc4205f.bindPopup(popup_81233f65c10d2d5342b498ba6b3bc6d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9801588a8d6f788149b7fc606cc4205f.setIcon(icon_4bee38203eaf0f1c0b49ec11a460845e);
|
|
|
|
|
|
var marker_e7737e2c014c0c83737b3fe567cd44ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f1a6ba1d9889cc5fe35298289de7d348 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09a2ec059ef48217e6bd6c8624c9c549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0ac85728c851364a8f8512accf8ceeb = $(`<div id="html_b0ac85728c851364a8f8512accf8ceeb" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_09a2ec059ef48217e6bd6c8624c9c549.setContent(html_b0ac85728c851364a8f8512accf8ceeb);
|
|
|
|
|
|
|
|
marker_e7737e2c014c0c83737b3fe567cd44ca.bindPopup(popup_09a2ec059ef48217e6bd6c8624c9c549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7737e2c014c0c83737b3fe567cd44ca.setIcon(icon_f1a6ba1d9889cc5fe35298289de7d348);
|
|
|
|
|
|
var marker_e64e04584bfed3a270acec97d0afb653 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_bfbbc003b1905c6540da3bc64f7bc740 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fdaab5f06a031b0b45251a75880f8af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08decba4d129152b91ddd54e7a5298ca = $(`<div id="html_08decba4d129152b91ddd54e7a5298ca" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_7fdaab5f06a031b0b45251a75880f8af.setContent(html_08decba4d129152b91ddd54e7a5298ca);
|
|
|
|
|
|
|
|
marker_e64e04584bfed3a270acec97d0afb653.bindPopup(popup_7fdaab5f06a031b0b45251a75880f8af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e64e04584bfed3a270acec97d0afb653.setIcon(icon_bfbbc003b1905c6540da3bc64f7bc740);
|
|
|
|
|
|
var marker_8296530797cd86b78ca1d373010d1287 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9dbe458bad72a175a80338921fc5db3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d3dae33e800975d1b3adaa866b781af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0df870c19b38f8c4424c070a411ff44 = $(`<div id="html_a0df870c19b38f8c4424c070a411ff44" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_3d3dae33e800975d1b3adaa866b781af.setContent(html_a0df870c19b38f8c4424c070a411ff44);
|
|
|
|
|
|
|
|
marker_8296530797cd86b78ca1d373010d1287.bindPopup(popup_3d3dae33e800975d1b3adaa866b781af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8296530797cd86b78ca1d373010d1287.setIcon(icon_9dbe458bad72a175a80338921fc5db3a);
|
|
|
|
|
|
var marker_d140681ef16076976b27d2285f78d082 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d901ab81454319be8ed62de63700be99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06f81e0c197c8dfe0349f6516748d7ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c90c03be4a8c41e04816cbda456a66bb = $(`<div id="html_c90c03be4a8c41e04816cbda456a66bb" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_06f81e0c197c8dfe0349f6516748d7ff.setContent(html_c90c03be4a8c41e04816cbda456a66bb);
|
|
|
|
|
|
|
|
marker_d140681ef16076976b27d2285f78d082.bindPopup(popup_06f81e0c197c8dfe0349f6516748d7ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d140681ef16076976b27d2285f78d082.setIcon(icon_d901ab81454319be8ed62de63700be99);
|
|
|
|
|
|
var marker_06fcfdf84271649e66aeb5008d8d2712 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f94d4fc96f3ab4a09b7823e22f15c028 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e892f55a13760ce2c5b1ed9b50fe18e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32623bb7ed5e8cbd7d75d4c0b7414230 = $(`<div id="html_32623bb7ed5e8cbd7d75d4c0b7414230" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_e892f55a13760ce2c5b1ed9b50fe18e4.setContent(html_32623bb7ed5e8cbd7d75d4c0b7414230);
|
|
|
|
|
|
|
|
marker_06fcfdf84271649e66aeb5008d8d2712.bindPopup(popup_e892f55a13760ce2c5b1ed9b50fe18e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06fcfdf84271649e66aeb5008d8d2712.setIcon(icon_f94d4fc96f3ab4a09b7823e22f15c028);
|
|
|
|
|
|
var marker_de736d7063096ff83c6701211c3b8e34 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5403cc703f7dfc0b22aa95056c5eac58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6477eced95e948ca196e6afe456e205c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_856391e09e1c4e3269188ca791ffb750 = $(`<div id="html_856391e09e1c4e3269188ca791ffb750" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_6477eced95e948ca196e6afe456e205c.setContent(html_856391e09e1c4e3269188ca791ffb750);
|
|
|
|
|
|
|
|
marker_de736d7063096ff83c6701211c3b8e34.bindPopup(popup_6477eced95e948ca196e6afe456e205c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de736d7063096ff83c6701211c3b8e34.setIcon(icon_5403cc703f7dfc0b22aa95056c5eac58);
|
|
|
|
|
|
var marker_ad4b8adbf20241e5babab1206fb01043 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6266fc8a7186d8f1b34deb0311cabb81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_179f9ac4c0a27cc6cec26c9b765999f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a4c8b9e94a6a8f86142061f56936721 = $(`<div id="html_5a4c8b9e94a6a8f86142061f56936721" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_179f9ac4c0a27cc6cec26c9b765999f0.setContent(html_5a4c8b9e94a6a8f86142061f56936721);
|
|
|
|
|
|
|
|
marker_ad4b8adbf20241e5babab1206fb01043.bindPopup(popup_179f9ac4c0a27cc6cec26c9b765999f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad4b8adbf20241e5babab1206fb01043.setIcon(icon_6266fc8a7186d8f1b34deb0311cabb81);
|
|
|
|
|
|
var marker_21688afe6713076208e44c6cfa277e4c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_981117ae18b04f0fb53a7dcca100ff1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7baec359e96d23d66cc531eac20e25b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04d70c14907657ae9e6cbc1492f9d0d9 = $(`<div id="html_04d70c14907657ae9e6cbc1492f9d0d9" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_7baec359e96d23d66cc531eac20e25b6.setContent(html_04d70c14907657ae9e6cbc1492f9d0d9);
|
|
|
|
|
|
|
|
marker_21688afe6713076208e44c6cfa277e4c.bindPopup(popup_7baec359e96d23d66cc531eac20e25b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21688afe6713076208e44c6cfa277e4c.setIcon(icon_981117ae18b04f0fb53a7dcca100ff1d);
|
|
|
|
|
|
var marker_6a7e878c80bcc5a87019edbb9603d45c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_733fc7c5aa69a94db8cd5fabd678ecbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2b0c2770c58ebd359459029c195f9fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbb35a1a1c79a64de95f3a56fd47308b = $(`<div id="html_dbb35a1a1c79a64de95f3a56fd47308b" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_c2b0c2770c58ebd359459029c195f9fd.setContent(html_dbb35a1a1c79a64de95f3a56fd47308b);
|
|
|
|
|
|
|
|
marker_6a7e878c80bcc5a87019edbb9603d45c.bindPopup(popup_c2b0c2770c58ebd359459029c195f9fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a7e878c80bcc5a87019edbb9603d45c.setIcon(icon_733fc7c5aa69a94db8cd5fabd678ecbd);
|
|
|
|
|
|
var marker_ea8becac3891e9b70316f643c2246896 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_837fd4f600d736a7f750c1e2069f557b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58902bbe3275daf8cef38fb39efe274e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bd80d384a54f6a6a57d66e6de0afdf7 = $(`<div id="html_9bd80d384a54f6a6a57d66e6de0afdf7" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_58902bbe3275daf8cef38fb39efe274e.setContent(html_9bd80d384a54f6a6a57d66e6de0afdf7);
|
|
|
|
|
|
|
|
marker_ea8becac3891e9b70316f643c2246896.bindPopup(popup_58902bbe3275daf8cef38fb39efe274e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea8becac3891e9b70316f643c2246896.setIcon(icon_837fd4f600d736a7f750c1e2069f557b);
|
|
|
|
|
|
var marker_79968d85714ab890e7fd2e76befb87c0 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_96804373473b96a3cf8508b4ad286bba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b43fbf30b325f251f62b647813350c49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ee12912516aa8c52fe0d80d13c1e8bd = $(`<div id="html_0ee12912516aa8c52fe0d80d13c1e8bd" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_b43fbf30b325f251f62b647813350c49.setContent(html_0ee12912516aa8c52fe0d80d13c1e8bd);
|
|
|
|
|
|
|
|
marker_79968d85714ab890e7fd2e76befb87c0.bindPopup(popup_b43fbf30b325f251f62b647813350c49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79968d85714ab890e7fd2e76befb87c0.setIcon(icon_96804373473b96a3cf8508b4ad286bba);
|
|
|
|
|
|
var marker_37ec4ab0c8f61cf2de638ff10987f975 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b0741b6ce706477d6069060366805549 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_358ae1922e526fc5a0665417958ed621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43675056939d074adb99cbaee4c6620d = $(`<div id="html_43675056939d074adb99cbaee4c6620d" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_358ae1922e526fc5a0665417958ed621.setContent(html_43675056939d074adb99cbaee4c6620d);
|
|
|
|
|
|
|
|
marker_37ec4ab0c8f61cf2de638ff10987f975.bindPopup(popup_358ae1922e526fc5a0665417958ed621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37ec4ab0c8f61cf2de638ff10987f975.setIcon(icon_b0741b6ce706477d6069060366805549);
|
|
|
|
|
|
var marker_5d48234f9b922932ec352383bfede9f0 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7d4ac74089187c4472d5571043035cd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43745528ea7a175cdf9fc5561f06caa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bb5f4e2094562283934f26c3a146f1b = $(`<div id="html_9bb5f4e2094562283934f26c3a146f1b" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_43745528ea7a175cdf9fc5561f06caa5.setContent(html_9bb5f4e2094562283934f26c3a146f1b);
|
|
|
|
|
|
|
|
marker_5d48234f9b922932ec352383bfede9f0.bindPopup(popup_43745528ea7a175cdf9fc5561f06caa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d48234f9b922932ec352383bfede9f0.setIcon(icon_7d4ac74089187c4472d5571043035cd8);
|
|
|
|
|
|
var marker_b888f559fb4fcb0c314af5cff58e1dda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_44ed6b8e7fa88ab456cc925890e608af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fba67dd0f3143b6f8dd052ca604d6397 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aeca5e854eb8d9a7fad088a2e703b1b9 = $(`<div id="html_aeca5e854eb8d9a7fad088a2e703b1b9" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_fba67dd0f3143b6f8dd052ca604d6397.setContent(html_aeca5e854eb8d9a7fad088a2e703b1b9);
|
|
|
|
|
|
|
|
marker_b888f559fb4fcb0c314af5cff58e1dda.bindPopup(popup_fba67dd0f3143b6f8dd052ca604d6397)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b888f559fb4fcb0c314af5cff58e1dda.setIcon(icon_44ed6b8e7fa88ab456cc925890e608af);
|
|
|
|
|
|
var marker_d72881a3ec920e5fc8268cd55ca10723 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2ddf92a12b28e989678cf4c324ff2caa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fde7ddd0a92457ed1202991bca671fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6eaabf65111717d6f8b07dda15fe7b6f = $(`<div id="html_6eaabf65111717d6f8b07dda15fe7b6f" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_5fde7ddd0a92457ed1202991bca671fa.setContent(html_6eaabf65111717d6f8b07dda15fe7b6f);
|
|
|
|
|
|
|
|
marker_d72881a3ec920e5fc8268cd55ca10723.bindPopup(popup_5fde7ddd0a92457ed1202991bca671fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d72881a3ec920e5fc8268cd55ca10723.setIcon(icon_2ddf92a12b28e989678cf4c324ff2caa);
|
|
|
|
|
|
var marker_416a259d79b00335102ebafb974331cf = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_eabeae76acb2902f3b8b6520b7dd76e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3761aff94e1f8a700c9cc7808d10b23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bb495204ec4ba563a3a1360b98acdee = $(`<div id="html_3bb495204ec4ba563a3a1360b98acdee" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_e3761aff94e1f8a700c9cc7808d10b23.setContent(html_3bb495204ec4ba563a3a1360b98acdee);
|
|
|
|
|
|
|
|
marker_416a259d79b00335102ebafb974331cf.bindPopup(popup_e3761aff94e1f8a700c9cc7808d10b23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_416a259d79b00335102ebafb974331cf.setIcon(icon_eabeae76acb2902f3b8b6520b7dd76e4);
|
|
|
|
|
|
var marker_456d24fa862a6312e23e696e0e89c360 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f7ede60715a53bc9695c7927ac7f9720 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_971199fa4a7a658a340514b32bca7740 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0971b47ae29b7a5e3b0ed64b70417121 = $(`<div id="html_0971b47ae29b7a5e3b0ed64b70417121" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_971199fa4a7a658a340514b32bca7740.setContent(html_0971b47ae29b7a5e3b0ed64b70417121);
|
|
|
|
|
|
|
|
marker_456d24fa862a6312e23e696e0e89c360.bindPopup(popup_971199fa4a7a658a340514b32bca7740)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_456d24fa862a6312e23e696e0e89c360.setIcon(icon_f7ede60715a53bc9695c7927ac7f9720);
|
|
|
|
|
|
var marker_e0443b2e335044e1d59aa438706e5ae5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1b9fb046dc98029737ce19f47ad311c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5745155a0405f99ca5d0981d40040719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b59d63a83b4a980e6beff6a2290fc60 = $(`<div id="html_2b59d63a83b4a980e6beff6a2290fc60" style="width: 100.0%; height: 100.0%;">relay.rushmi0.win</div>`)[0];
|
|
popup_5745155a0405f99ca5d0981d40040719.setContent(html_2b59d63a83b4a980e6beff6a2290fc60);
|
|
|
|
|
|
|
|
marker_e0443b2e335044e1d59aa438706e5ae5.bindPopup(popup_5745155a0405f99ca5d0981d40040719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0443b2e335044e1d59aa438706e5ae5.setIcon(icon_1b9fb046dc98029737ce19f47ad311c3);
|
|
|
|
|
|
var marker_2fe4a41fa6987e567a19051dfeefed4c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_fc4b30ce273564d0a8fc36dca771df38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7840213a84cc998a832c2c1fbb13d532 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a50acda58258d286eaf3989a501b0b5 = $(`<div id="html_1a50acda58258d286eaf3989a501b0b5" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_7840213a84cc998a832c2c1fbb13d532.setContent(html_1a50acda58258d286eaf3989a501b0b5);
|
|
|
|
|
|
|
|
marker_2fe4a41fa6987e567a19051dfeefed4c.bindPopup(popup_7840213a84cc998a832c2c1fbb13d532)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fe4a41fa6987e567a19051dfeefed4c.setIcon(icon_fc4b30ce273564d0a8fc36dca771df38);
|
|
|
|
|
|
var marker_637683b856a3a039b5015405ac263880 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_11603f2eb35773864e84898fec2cbc68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc92fd1bd21b62f23a1c9733dbb54c57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5db67086b610b3a27f0a534d17a20016 = $(`<div id="html_5db67086b610b3a27f0a534d17a20016" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_dc92fd1bd21b62f23a1c9733dbb54c57.setContent(html_5db67086b610b3a27f0a534d17a20016);
|
|
|
|
|
|
|
|
marker_637683b856a3a039b5015405ac263880.bindPopup(popup_dc92fd1bd21b62f23a1c9733dbb54c57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_637683b856a3a039b5015405ac263880.setIcon(icon_11603f2eb35773864e84898fec2cbc68);
|
|
|
|
|
|
var marker_bf893c0598a8cc3c249293293e0deae2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f9e1785440ed05ae460515edb42718a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74531c1da0255163aac189fe05fa150b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2ce6e2c6343b050e81c73e547059bae = $(`<div id="html_f2ce6e2c6343b050e81c73e547059bae" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_74531c1da0255163aac189fe05fa150b.setContent(html_f2ce6e2c6343b050e81c73e547059bae);
|
|
|
|
|
|
|
|
marker_bf893c0598a8cc3c249293293e0deae2.bindPopup(popup_74531c1da0255163aac189fe05fa150b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf893c0598a8cc3c249293293e0deae2.setIcon(icon_f9e1785440ed05ae460515edb42718a8);
|
|
|
|
|
|
var marker_ea2755d1fcdfba5efc32cdd9ec5fd498 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8b7d1a04f545ef660ec3335527811aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcaa395ab6d16df9448ddbc885ee998d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532149cf38b7dd4a3026fff3d61b0422 = $(`<div id="html_532149cf38b7dd4a3026fff3d61b0422" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_bcaa395ab6d16df9448ddbc885ee998d.setContent(html_532149cf38b7dd4a3026fff3d61b0422);
|
|
|
|
|
|
|
|
marker_ea2755d1fcdfba5efc32cdd9ec5fd498.bindPopup(popup_bcaa395ab6d16df9448ddbc885ee998d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea2755d1fcdfba5efc32cdd9ec5fd498.setIcon(icon_8b7d1a04f545ef660ec3335527811aee);
|
|
|
|
|
|
var marker_f382904ec292649868c26b001ec7ead2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_744bc82823c2f9806a8f0f3d94e5a342 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f50e92293ca1960c6fb9541d1e6a651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ea7f67d635483f1243e0263219e6ca7 = $(`<div id="html_5ea7f67d635483f1243e0263219e6ca7" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_0f50e92293ca1960c6fb9541d1e6a651.setContent(html_5ea7f67d635483f1243e0263219e6ca7);
|
|
|
|
|
|
|
|
marker_f382904ec292649868c26b001ec7ead2.bindPopup(popup_0f50e92293ca1960c6fb9541d1e6a651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f382904ec292649868c26b001ec7ead2.setIcon(icon_744bc82823c2f9806a8f0f3d94e5a342);
|
|
|
|
|
|
var marker_92a73e28c7df81602470060678ecd3ec = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c1d0f692dd9a885da209e6e821eb1387 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed86affabd5a80f49dbd0276c0d37232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae253173be14373ce593eef511868d0d = $(`<div id="html_ae253173be14373ce593eef511868d0d" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_ed86affabd5a80f49dbd0276c0d37232.setContent(html_ae253173be14373ce593eef511868d0d);
|
|
|
|
|
|
|
|
marker_92a73e28c7df81602470060678ecd3ec.bindPopup(popup_ed86affabd5a80f49dbd0276c0d37232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92a73e28c7df81602470060678ecd3ec.setIcon(icon_c1d0f692dd9a885da209e6e821eb1387);
|
|
|
|
|
|
var marker_dfd2799e606fc9105b9ff2a48e44b84b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_60325a022c3f0085058b212c452d13f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55e2243b2854c019b31b8886a9e9979f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_614177beecd8fb459719366e7d975085 = $(`<div id="html_614177beecd8fb459719366e7d975085" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_55e2243b2854c019b31b8886a9e9979f.setContent(html_614177beecd8fb459719366e7d975085);
|
|
|
|
|
|
|
|
marker_dfd2799e606fc9105b9ff2a48e44b84b.bindPopup(popup_55e2243b2854c019b31b8886a9e9979f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfd2799e606fc9105b9ff2a48e44b84b.setIcon(icon_60325a022c3f0085058b212c452d13f8);
|
|
|
|
|
|
var marker_d02253adcd6b0e5507195353e706143b = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9cf4543d8a84fa342535239fd288f93b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8df2ce14699cee10610622d24cefa284 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8662b284d5c7e92bed879d043f6e78af = $(`<div id="html_8662b284d5c7e92bed879d043f6e78af" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_8df2ce14699cee10610622d24cefa284.setContent(html_8662b284d5c7e92bed879d043f6e78af);
|
|
|
|
|
|
|
|
marker_d02253adcd6b0e5507195353e706143b.bindPopup(popup_8df2ce14699cee10610622d24cefa284)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d02253adcd6b0e5507195353e706143b.setIcon(icon_9cf4543d8a84fa342535239fd288f93b);
|
|
|
|
|
|
var marker_dc8efddd1590ad56a96a2ba100aa819a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_becc6cdf2ef1694c7f10827cb12947ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd95d4fb9a55a4b33d4edf04e971ada3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23d10ef1c222268b77221604df8787d2 = $(`<div id="html_23d10ef1c222268b77221604df8787d2" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_dd95d4fb9a55a4b33d4edf04e971ada3.setContent(html_23d10ef1c222268b77221604df8787d2);
|
|
|
|
|
|
|
|
marker_dc8efddd1590ad56a96a2ba100aa819a.bindPopup(popup_dd95d4fb9a55a4b33d4edf04e971ada3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc8efddd1590ad56a96a2ba100aa819a.setIcon(icon_becc6cdf2ef1694c7f10827cb12947ce);
|
|
|
|
|
|
var marker_8c68c08d99aa7b839c7927d5df011b71 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7473def0682818dd0b8d630201ae9969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2430250c765398537e2a4f74dc7c9dc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f614068785a4100afaad20f5219044d4 = $(`<div id="html_f614068785a4100afaad20f5219044d4" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_2430250c765398537e2a4f74dc7c9dc7.setContent(html_f614068785a4100afaad20f5219044d4);
|
|
|
|
|
|
|
|
marker_8c68c08d99aa7b839c7927d5df011b71.bindPopup(popup_2430250c765398537e2a4f74dc7c9dc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c68c08d99aa7b839c7927d5df011b71.setIcon(icon_7473def0682818dd0b8d630201ae9969);
|
|
|
|
|
|
var marker_559b6656400eebcd5f253a2cdd4a429c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_00724b4ff05b34345d9c0d3603d4d18d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e229c3bf385a2db11e9f89f2c0b8af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a79eaff25e9ff77df1e4eb766d256e02 = $(`<div id="html_a79eaff25e9ff77df1e4eb766d256e02" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_87e229c3bf385a2db11e9f89f2c0b8af.setContent(html_a79eaff25e9ff77df1e4eb766d256e02);
|
|
|
|
|
|
|
|
marker_559b6656400eebcd5f253a2cdd4a429c.bindPopup(popup_87e229c3bf385a2db11e9f89f2c0b8af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559b6656400eebcd5f253a2cdd4a429c.setIcon(icon_00724b4ff05b34345d9c0d3603d4d18d);
|
|
|
|
|
|
var marker_ff2fb3b5ba335be9a628d5e572c6ad76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5f92cb7195d2e4fc990440f874d5e6b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e3bc5f098f5a5509a9e4d123f9a7ebb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b108f517765b5d3ebc5d723ea652d426 = $(`<div id="html_b108f517765b5d3ebc5d723ea652d426" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_1e3bc5f098f5a5509a9e4d123f9a7ebb.setContent(html_b108f517765b5d3ebc5d723ea652d426);
|
|
|
|
|
|
|
|
marker_ff2fb3b5ba335be9a628d5e572c6ad76.bindPopup(popup_1e3bc5f098f5a5509a9e4d123f9a7ebb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff2fb3b5ba335be9a628d5e572c6ad76.setIcon(icon_5f92cb7195d2e4fc990440f874d5e6b9);
|
|
|
|
|
|
var marker_5da078d19aa73221237d68e47271d99a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a1ba859a23d02fe8487e8e52e2ba1325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcfad5227049425cbe42d6e9b5a4191b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_741119acfd7abca6d18694b527470a93 = $(`<div id="html_741119acfd7abca6d18694b527470a93" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_fcfad5227049425cbe42d6e9b5a4191b.setContent(html_741119acfd7abca6d18694b527470a93);
|
|
|
|
|
|
|
|
marker_5da078d19aa73221237d68e47271d99a.bindPopup(popup_fcfad5227049425cbe42d6e9b5a4191b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5da078d19aa73221237d68e47271d99a.setIcon(icon_a1ba859a23d02fe8487e8e52e2ba1325);
|
|
|
|
|
|
var marker_998f03a0b2df60cb237c23745b87f408 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6452a00effe887c1fe26512e200c6dfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dab1211a25c163802dc8273e105d1778 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc7c3b9c47a807ff0546097ce527df60 = $(`<div id="html_fc7c3b9c47a807ff0546097ce527df60" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_dab1211a25c163802dc8273e105d1778.setContent(html_fc7c3b9c47a807ff0546097ce527df60);
|
|
|
|
|
|
|
|
marker_998f03a0b2df60cb237c23745b87f408.bindPopup(popup_dab1211a25c163802dc8273e105d1778)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_998f03a0b2df60cb237c23745b87f408.setIcon(icon_6452a00effe887c1fe26512e200c6dfe);
|
|
|
|
|
|
var marker_ed58f00ce1e62f1981df7206e26adbfd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5f6e1b85aadddb2ac07a8429d0057817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_466e2b3af8cf145d7b55ff9f0cca20ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37b2142e180e81f4c29a48662920f206 = $(`<div id="html_37b2142e180e81f4c29a48662920f206" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_466e2b3af8cf145d7b55ff9f0cca20ac.setContent(html_37b2142e180e81f4c29a48662920f206);
|
|
|
|
|
|
|
|
marker_ed58f00ce1e62f1981df7206e26adbfd.bindPopup(popup_466e2b3af8cf145d7b55ff9f0cca20ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed58f00ce1e62f1981df7206e26adbfd.setIcon(icon_5f6e1b85aadddb2ac07a8429d0057817);
|
|
|
|
|
|
var marker_263f6f29303df69b386f96c05a888507 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_68eb2eeda3fc4e2a21972aaccf32a378 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa7f7b6e09ffb9feb2b4e13af70645c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_726fe83645cc44b7771d1539f428a24f = $(`<div id="html_726fe83645cc44b7771d1539f428a24f" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_aa7f7b6e09ffb9feb2b4e13af70645c9.setContent(html_726fe83645cc44b7771d1539f428a24f);
|
|
|
|
|
|
|
|
marker_263f6f29303df69b386f96c05a888507.bindPopup(popup_aa7f7b6e09ffb9feb2b4e13af70645c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_263f6f29303df69b386f96c05a888507.setIcon(icon_68eb2eeda3fc4e2a21972aaccf32a378);
|
|
|
|
|
|
var marker_4e261ab76c5597488530526c3efdd3cb = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a0be1e8369a6157a856f361bdb7fad25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_043320e67e207ce6174eff3c748010ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d614c8cda7313d5b582d77227ef2f351 = $(`<div id="html_d614c8cda7313d5b582d77227ef2f351" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_043320e67e207ce6174eff3c748010ee.setContent(html_d614c8cda7313d5b582d77227ef2f351);
|
|
|
|
|
|
|
|
marker_4e261ab76c5597488530526c3efdd3cb.bindPopup(popup_043320e67e207ce6174eff3c748010ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e261ab76c5597488530526c3efdd3cb.setIcon(icon_a0be1e8369a6157a856f361bdb7fad25);
|
|
|
|
|
|
var marker_db8237c91362527b4c194df84a8cd887 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c11b1e7db8671683073affd698107ca1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d806004cef1e3e9b5b948af16371b988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bc196ba35168c24ec613ac3cdc44faa = $(`<div id="html_2bc196ba35168c24ec613ac3cdc44faa" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_d806004cef1e3e9b5b948af16371b988.setContent(html_2bc196ba35168c24ec613ac3cdc44faa);
|
|
|
|
|
|
|
|
marker_db8237c91362527b4c194df84a8cd887.bindPopup(popup_d806004cef1e3e9b5b948af16371b988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db8237c91362527b4c194df84a8cd887.setIcon(icon_c11b1e7db8671683073affd698107ca1);
|
|
|
|
|
|
var marker_b32fff89eae36af8e8367094aa4b12ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_40ded80cb220a2f4ae38a94e64f6e7d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7ee099e9a401198ff40a6558177f9bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5241740e2f042b9f94d141eabd61809f = $(`<div id="html_5241740e2f042b9f94d141eabd61809f" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_e7ee099e9a401198ff40a6558177f9bc.setContent(html_5241740e2f042b9f94d141eabd61809f);
|
|
|
|
|
|
|
|
marker_b32fff89eae36af8e8367094aa4b12ca.bindPopup(popup_e7ee099e9a401198ff40a6558177f9bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b32fff89eae36af8e8367094aa4b12ca.setIcon(icon_40ded80cb220a2f4ae38a94e64f6e7d7);
|
|
|
|
|
|
var marker_fbace8fdcd3e1500afe2a8a69c7c1d72 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c76e084306a7b9e8db42516e43bece8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e0bad65787e923baa8fd64d510b7fc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79eb494bf0eb7b8b80af9be52e06d988 = $(`<div id="html_79eb494bf0eb7b8b80af9be52e06d988" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_3e0bad65787e923baa8fd64d510b7fc6.setContent(html_79eb494bf0eb7b8b80af9be52e06d988);
|
|
|
|
|
|
|
|
marker_fbace8fdcd3e1500afe2a8a69c7c1d72.bindPopup(popup_3e0bad65787e923baa8fd64d510b7fc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbace8fdcd3e1500afe2a8a69c7c1d72.setIcon(icon_c76e084306a7b9e8db42516e43bece8a);
|
|
|
|
|
|
var marker_e0e057bc33de087d29c6c2502f3c037d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0195be3c29f3d0e1545dcee360633f19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_add73b3351daff177c01f12e9867f544 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef236b492d837d58c5670e45df1897b = $(`<div id="html_aef236b492d837d58c5670e45df1897b" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_add73b3351daff177c01f12e9867f544.setContent(html_aef236b492d837d58c5670e45df1897b);
|
|
|
|
|
|
|
|
marker_e0e057bc33de087d29c6c2502f3c037d.bindPopup(popup_add73b3351daff177c01f12e9867f544)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0e057bc33de087d29c6c2502f3c037d.setIcon(icon_0195be3c29f3d0e1545dcee360633f19);
|
|
|
|
|
|
var marker_51df9c5b3789e8d8d005ce9ba687d86c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_58d09e9ea83d0a109ec9caabf9bf0b83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc176d4276a37671d48919c004f75e48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae0dda82b755280458f74b35bee6183d = $(`<div id="html_ae0dda82b755280458f74b35bee6183d" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_fc176d4276a37671d48919c004f75e48.setContent(html_ae0dda82b755280458f74b35bee6183d);
|
|
|
|
|
|
|
|
marker_51df9c5b3789e8d8d005ce9ba687d86c.bindPopup(popup_fc176d4276a37671d48919c004f75e48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51df9c5b3789e8d8d005ce9ba687d86c.setIcon(icon_58d09e9ea83d0a109ec9caabf9bf0b83);
|
|
|
|
|
|
var marker_5e0993d06334cdcf4516f2ac532b916f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_317b3fc3664953fd3d6ed0be47f186f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba243555165a072208d9af2c12d56394 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f00b6f67a788b335bad1919c770fe398 = $(`<div id="html_f00b6f67a788b335bad1919c770fe398" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_ba243555165a072208d9af2c12d56394.setContent(html_f00b6f67a788b335bad1919c770fe398);
|
|
|
|
|
|
|
|
marker_5e0993d06334cdcf4516f2ac532b916f.bindPopup(popup_ba243555165a072208d9af2c12d56394)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e0993d06334cdcf4516f2ac532b916f.setIcon(icon_317b3fc3664953fd3d6ed0be47f186f1);
|
|
|
|
|
|
var marker_fb8d7993c7dc089baebe0c2b3e6e3da4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0c8e1984c9756cc6bc686538f2a09cce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58b95bc43c178255a817c0728dcabeca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e33e137bd7a7bc4cb2dabcafd2d6599 = $(`<div id="html_8e33e137bd7a7bc4cb2dabcafd2d6599" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_58b95bc43c178255a817c0728dcabeca.setContent(html_8e33e137bd7a7bc4cb2dabcafd2d6599);
|
|
|
|
|
|
|
|
marker_fb8d7993c7dc089baebe0c2b3e6e3da4.bindPopup(popup_58b95bc43c178255a817c0728dcabeca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb8d7993c7dc089baebe0c2b3e6e3da4.setIcon(icon_0c8e1984c9756cc6bc686538f2a09cce);
|
|
|
|
|
|
var marker_aebe76a10a1bd2c7b0cb283bd3aabc3f = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a9294240c54f7f13f5b79a1b058f54ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e43d1319dea4368ea3fa34cff63b7498 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a98991faa24dd198d139e57ea2f90087 = $(`<div id="html_a98991faa24dd198d139e57ea2f90087" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_e43d1319dea4368ea3fa34cff63b7498.setContent(html_a98991faa24dd198d139e57ea2f90087);
|
|
|
|
|
|
|
|
marker_aebe76a10a1bd2c7b0cb283bd3aabc3f.bindPopup(popup_e43d1319dea4368ea3fa34cff63b7498)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aebe76a10a1bd2c7b0cb283bd3aabc3f.setIcon(icon_a9294240c54f7f13f5b79a1b058f54ba);
|
|
|
|
|
|
var marker_5f765980881bb386c7dbee32d34aab55 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9d82b43b2b310e543a8ac05b44510754 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c23f78e8d50eac29202e61d1e6c6cf0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0aab3c986aa8f05ef0087c3198bfdf2 = $(`<div id="html_a0aab3c986aa8f05ef0087c3198bfdf2" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_c23f78e8d50eac29202e61d1e6c6cf0a.setContent(html_a0aab3c986aa8f05ef0087c3198bfdf2);
|
|
|
|
|
|
|
|
marker_5f765980881bb386c7dbee32d34aab55.bindPopup(popup_c23f78e8d50eac29202e61d1e6c6cf0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f765980881bb386c7dbee32d34aab55.setIcon(icon_9d82b43b2b310e543a8ac05b44510754);
|
|
|
|
|
|
var marker_3d6c6d83e66c13ea3ea92e11b6eb4ecc = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_59a32566912ec0562d03ba3caf3d0e50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af57c1f39325dd889dc6e834b9a07aab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_984f675cb3cc3b88103a51dcbef84496 = $(`<div id="html_984f675cb3cc3b88103a51dcbef84496" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_af57c1f39325dd889dc6e834b9a07aab.setContent(html_984f675cb3cc3b88103a51dcbef84496);
|
|
|
|
|
|
|
|
marker_3d6c6d83e66c13ea3ea92e11b6eb4ecc.bindPopup(popup_af57c1f39325dd889dc6e834b9a07aab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d6c6d83e66c13ea3ea92e11b6eb4ecc.setIcon(icon_59a32566912ec0562d03ba3caf3d0e50);
|
|
|
|
|
|
var marker_abafa4225ac0afe81af71e4d5c7cda0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d1745ff86e2b515955fbdc82ddee830c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cd8908c24b6cfc943c0690a29b5c3d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddc4d4ae5e77eae14564457930b54b8d = $(`<div id="html_ddc4d4ae5e77eae14564457930b54b8d" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_5cd8908c24b6cfc943c0690a29b5c3d4.setContent(html_ddc4d4ae5e77eae14564457930b54b8d);
|
|
|
|
|
|
|
|
marker_abafa4225ac0afe81af71e4d5c7cda0a.bindPopup(popup_5cd8908c24b6cfc943c0690a29b5c3d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abafa4225ac0afe81af71e4d5c7cda0a.setIcon(icon_d1745ff86e2b515955fbdc82ddee830c);
|
|
|
|
|
|
var marker_7ae82e1654d371bd3462e07136e9c83c = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8a75ed110d01c485410cfea73f5b2669 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67681a32432ebc124d37b8fbbeb9ef67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c506a32e61216e5ea0b93017553958af = $(`<div id="html_c506a32e61216e5ea0b93017553958af" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_67681a32432ebc124d37b8fbbeb9ef67.setContent(html_c506a32e61216e5ea0b93017553958af);
|
|
|
|
|
|
|
|
marker_7ae82e1654d371bd3462e07136e9c83c.bindPopup(popup_67681a32432ebc124d37b8fbbeb9ef67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ae82e1654d371bd3462e07136e9c83c.setIcon(icon_8a75ed110d01c485410cfea73f5b2669);
|
|
|
|
|
|
var marker_d1cfb344c3d39068fcf258548dbaa733 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_bae67246f8f7fc4aa45496a2fe596e1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a33dc9e98090acd4c89460f8ee9b7c86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bed919d8d4daa6df94996ed1335ff4b = $(`<div id="html_4bed919d8d4daa6df94996ed1335ff4b" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_a33dc9e98090acd4c89460f8ee9b7c86.setContent(html_4bed919d8d4daa6df94996ed1335ff4b);
|
|
|
|
|
|
|
|
marker_d1cfb344c3d39068fcf258548dbaa733.bindPopup(popup_a33dc9e98090acd4c89460f8ee9b7c86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1cfb344c3d39068fcf258548dbaa733.setIcon(icon_bae67246f8f7fc4aa45496a2fe596e1f);
|
|
|
|
|
|
var marker_197fb170480afea004c8b0acb85017e3 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7d27b11bf0ae6005fc65c1f16470ddf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_061f5f5223ff00c4e12250184e851d7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aca2ce9ca07c9fa2b94e550182395a92 = $(`<div id="html_aca2ce9ca07c9fa2b94e550182395a92" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_061f5f5223ff00c4e12250184e851d7d.setContent(html_aca2ce9ca07c9fa2b94e550182395a92);
|
|
|
|
|
|
|
|
marker_197fb170480afea004c8b0acb85017e3.bindPopup(popup_061f5f5223ff00c4e12250184e851d7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197fb170480afea004c8b0acb85017e3.setIcon(icon_7d27b11bf0ae6005fc65c1f16470ddf9);
|
|
|
|
|
|
var marker_7ddb04ca8d7f3fd6892da6d11ad0cfd8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a76256c7c1b87d1a13b50176d73da092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cb13965cea970b2498ee8479179c948 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88fc82e4aed01a6dcd75c7a60e581f1a = $(`<div id="html_88fc82e4aed01a6dcd75c7a60e581f1a" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_0cb13965cea970b2498ee8479179c948.setContent(html_88fc82e4aed01a6dcd75c7a60e581f1a);
|
|
|
|
|
|
|
|
marker_7ddb04ca8d7f3fd6892da6d11ad0cfd8.bindPopup(popup_0cb13965cea970b2498ee8479179c948)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ddb04ca8d7f3fd6892da6d11ad0cfd8.setIcon(icon_a76256c7c1b87d1a13b50176d73da092);
|
|
|
|
|
|
var marker_b78b201c92f66a6a56a687b2333675f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6f95b234106a2fd3d79cdaa7d94a2f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72cd1ac513b6e7f4c39df834a198409e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2441a9d764330afb6d4d6b72522cb0e4 = $(`<div id="html_2441a9d764330afb6d4d6b72522cb0e4" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_72cd1ac513b6e7f4c39df834a198409e.setContent(html_2441a9d764330afb6d4d6b72522cb0e4);
|
|
|
|
|
|
|
|
marker_b78b201c92f66a6a56a687b2333675f4.bindPopup(popup_72cd1ac513b6e7f4c39df834a198409e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b78b201c92f66a6a56a687b2333675f4.setIcon(icon_6f95b234106a2fd3d79cdaa7d94a2f9d);
|
|
|
|
|
|
var marker_485465adc8cca986a2384aabc11db447 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_735adb3c9a0c3a56eadb191b67d84880 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de929380da76e726357f7acd230b3a9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f6b482ab9d3c4bff318d0d8bd0c7378 = $(`<div id="html_8f6b482ab9d3c4bff318d0d8bd0c7378" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_de929380da76e726357f7acd230b3a9f.setContent(html_8f6b482ab9d3c4bff318d0d8bd0c7378);
|
|
|
|
|
|
|
|
marker_485465adc8cca986a2384aabc11db447.bindPopup(popup_de929380da76e726357f7acd230b3a9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_485465adc8cca986a2384aabc11db447.setIcon(icon_735adb3c9a0c3a56eadb191b67d84880);
|
|
|
|
|
|
var marker_49d78a645531476ac858e9b6752d6ccb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_93eb55fc86dca3f03642295e51c18473 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4681e35b8fb0f80eb51e8f8cde6c7e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3430f32c6be6dc7b3b163be92d0110a2 = $(`<div id="html_3430f32c6be6dc7b3b163be92d0110a2" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_4681e35b8fb0f80eb51e8f8cde6c7e71.setContent(html_3430f32c6be6dc7b3b163be92d0110a2);
|
|
|
|
|
|
|
|
marker_49d78a645531476ac858e9b6752d6ccb.bindPopup(popup_4681e35b8fb0f80eb51e8f8cde6c7e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49d78a645531476ac858e9b6752d6ccb.setIcon(icon_93eb55fc86dca3f03642295e51c18473);
|
|
|
|
|
|
var marker_b343c5ce9c0056e575d9c09e2106f345 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5c986fbcd549a9e00f7b483acd531855 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_046ddd6bdecb2ab85101f6a5b34b676a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e212be6495db30b954a2a149e1e56f39 = $(`<div id="html_e212be6495db30b954a2a149e1e56f39" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_046ddd6bdecb2ab85101f6a5b34b676a.setContent(html_e212be6495db30b954a2a149e1e56f39);
|
|
|
|
|
|
|
|
marker_b343c5ce9c0056e575d9c09e2106f345.bindPopup(popup_046ddd6bdecb2ab85101f6a5b34b676a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b343c5ce9c0056e575d9c09e2106f345.setIcon(icon_5c986fbcd549a9e00f7b483acd531855);
|
|
|
|
|
|
var marker_a5a7a53f3033eacf729d5192608ac8c0 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2ea71d867c54856e5bcbe20a8cfdf351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa2176025e3b0d6f7a63ab4c19c5c13e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_073cfe0119685a9adab1c5bba2a76618 = $(`<div id="html_073cfe0119685a9adab1c5bba2a76618" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_aa2176025e3b0d6f7a63ab4c19c5c13e.setContent(html_073cfe0119685a9adab1c5bba2a76618);
|
|
|
|
|
|
|
|
marker_a5a7a53f3033eacf729d5192608ac8c0.bindPopup(popup_aa2176025e3b0d6f7a63ab4c19c5c13e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5a7a53f3033eacf729d5192608ac8c0.setIcon(icon_2ea71d867c54856e5bcbe20a8cfdf351);
|
|
|
|
|
|
var marker_84ebab7f432e2e2d153f1c97a75b72b9 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_daef221b58be4079515609dad6d248cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_502518b276afe33af4b43b7edc45bca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80d6544af5a4faab872eb1cf5306158b = $(`<div id="html_80d6544af5a4faab872eb1cf5306158b" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_502518b276afe33af4b43b7edc45bca1.setContent(html_80d6544af5a4faab872eb1cf5306158b);
|
|
|
|
|
|
|
|
marker_84ebab7f432e2e2d153f1c97a75b72b9.bindPopup(popup_502518b276afe33af4b43b7edc45bca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84ebab7f432e2e2d153f1c97a75b72b9.setIcon(icon_daef221b58be4079515609dad6d248cc);
|
|
|
|
|
|
var marker_970e83d504554a5e44138e978f5a9476 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_c1e00f32dbc112cee41f0b33cab37e63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c86b3e388438ce16940e3d7367fbdb12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15ca2d37ff9fdaa1a468a0afae5494e8 = $(`<div id="html_15ca2d37ff9fdaa1a468a0afae5494e8" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_c86b3e388438ce16940e3d7367fbdb12.setContent(html_15ca2d37ff9fdaa1a468a0afae5494e8);
|
|
|
|
|
|
|
|
marker_970e83d504554a5e44138e978f5a9476.bindPopup(popup_c86b3e388438ce16940e3d7367fbdb12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_970e83d504554a5e44138e978f5a9476.setIcon(icon_c1e00f32dbc112cee41f0b33cab37e63);
|
|
|
|
|
|
var marker_58379eb57e00fd7dedb7e9bf7dccc547 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e94f0d636aaabd1737e3275b7884c4e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5f1c739d46c9b403f4bcb52b926dde3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55d0495378ae862f292562c4c81e0f7a = $(`<div id="html_55d0495378ae862f292562c4c81e0f7a" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_b5f1c739d46c9b403f4bcb52b926dde3.setContent(html_55d0495378ae862f292562c4c81e0f7a);
|
|
|
|
|
|
|
|
marker_58379eb57e00fd7dedb7e9bf7dccc547.bindPopup(popup_b5f1c739d46c9b403f4bcb52b926dde3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58379eb57e00fd7dedb7e9bf7dccc547.setIcon(icon_e94f0d636aaabd1737e3275b7884c4e9);
|
|
|
|
|
|
var marker_5c3cb17b04136e940a46d07a98a75817 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f2112ecf7f3aaeed2928ac354065a0b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9038f29c76bcff50be5017f0671b27b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ed6a63cbd9adb633cf144d2b476c2d8 = $(`<div id="html_8ed6a63cbd9adb633cf144d2b476c2d8" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_9038f29c76bcff50be5017f0671b27b6.setContent(html_8ed6a63cbd9adb633cf144d2b476c2d8);
|
|
|
|
|
|
|
|
marker_5c3cb17b04136e940a46d07a98a75817.bindPopup(popup_9038f29c76bcff50be5017f0671b27b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c3cb17b04136e940a46d07a98a75817.setIcon(icon_f2112ecf7f3aaeed2928ac354065a0b5);
|
|
|
|
|
|
var marker_c0ad17f03cfebaeaf0b8776e77100728 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9f0f15f98e2aca9006ee264d41170051 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb1d27e95a825f6e2c7b19746864420b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4011d05f60804bee20c3d10ae4141a25 = $(`<div id="html_4011d05f60804bee20c3d10ae4141a25" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_fb1d27e95a825f6e2c7b19746864420b.setContent(html_4011d05f60804bee20c3d10ae4141a25);
|
|
|
|
|
|
|
|
marker_c0ad17f03cfebaeaf0b8776e77100728.bindPopup(popup_fb1d27e95a825f6e2c7b19746864420b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ad17f03cfebaeaf0b8776e77100728.setIcon(icon_9f0f15f98e2aca9006ee264d41170051);
|
|
|
|
|
|
var marker_88729bc0fb722d986be96348430366bf = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3a62518dd94cc6b96b62eba94359d2f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c7ed48fb0bde4ed9aff91e278394a1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4857acb992401ba0fa5877030dda052 = $(`<div id="html_d4857acb992401ba0fa5877030dda052" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_5c7ed48fb0bde4ed9aff91e278394a1c.setContent(html_d4857acb992401ba0fa5877030dda052);
|
|
|
|
|
|
|
|
marker_88729bc0fb722d986be96348430366bf.bindPopup(popup_5c7ed48fb0bde4ed9aff91e278394a1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88729bc0fb722d986be96348430366bf.setIcon(icon_3a62518dd94cc6b96b62eba94359d2f6);
|
|
|
|
|
|
var marker_113a1642c51f4fb1c0933ec28d666e82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ce43471e1681deff0afe7d0b3d156c28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f3e25570cb20fd0e1cf084a50c89d83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a90775947b57eec8118effdfc467cfbf = $(`<div id="html_a90775947b57eec8118effdfc467cfbf" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_4f3e25570cb20fd0e1cf084a50c89d83.setContent(html_a90775947b57eec8118effdfc467cfbf);
|
|
|
|
|
|
|
|
marker_113a1642c51f4fb1c0933ec28d666e82.bindPopup(popup_4f3e25570cb20fd0e1cf084a50c89d83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_113a1642c51f4fb1c0933ec28d666e82.setIcon(icon_ce43471e1681deff0afe7d0b3d156c28);
|
|
|
|
|
|
var marker_f1258b200a1772ab00f32cdc1255d37d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_849c669e65fc81c131bd07d73a263158 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_806896b1745d82dc5dcce6ca238489fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d30a2dbf483f4caedda4eaa9567428d1 = $(`<div id="html_d30a2dbf483f4caedda4eaa9567428d1" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_806896b1745d82dc5dcce6ca238489fa.setContent(html_d30a2dbf483f4caedda4eaa9567428d1);
|
|
|
|
|
|
|
|
marker_f1258b200a1772ab00f32cdc1255d37d.bindPopup(popup_806896b1745d82dc5dcce6ca238489fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1258b200a1772ab00f32cdc1255d37d.setIcon(icon_849c669e65fc81c131bd07d73a263158);
|
|
|
|
|
|
var marker_c6021271f8422e8aa4cc8b65e09cb4b0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_bd480f824d64d473d3905d753769fcbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c209bc902d4391e2f4e9caa8abf290c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_652e1a71027c227efbb270607f8f98f3 = $(`<div id="html_652e1a71027c227efbb270607f8f98f3" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_6c209bc902d4391e2f4e9caa8abf290c.setContent(html_652e1a71027c227efbb270607f8f98f3);
|
|
|
|
|
|
|
|
marker_c6021271f8422e8aa4cc8b65e09cb4b0.bindPopup(popup_6c209bc902d4391e2f4e9caa8abf290c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6021271f8422e8aa4cc8b65e09cb4b0.setIcon(icon_bd480f824d64d473d3905d753769fcbc);
|
|
|
|
|
|
var marker_9267cf7430e44d52318e4fdd257d75ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_ccaeb4ac2f002dc08f63578612a25080 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82edc76d9d7d879ffbb09adf27f96d3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48522807b2563c8da4c60db40f2cf9fd = $(`<div id="html_48522807b2563c8da4c60db40f2cf9fd" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_82edc76d9d7d879ffbb09adf27f96d3d.setContent(html_48522807b2563c8da4c60db40f2cf9fd);
|
|
|
|
|
|
|
|
marker_9267cf7430e44d52318e4fdd257d75ac.bindPopup(popup_82edc76d9d7d879ffbb09adf27f96d3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9267cf7430e44d52318e4fdd257d75ac.setIcon(icon_ccaeb4ac2f002dc08f63578612a25080);
|
|
|
|
|
|
var marker_7896972150bd29dbd91d5e8c71576259 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0839d5e5586c48e51003fa86707792d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f34ee0f54e1e40ae2132cbb753158e08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10338cef73108aedc27fcc4bda7203f1 = $(`<div id="html_10338cef73108aedc27fcc4bda7203f1" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_f34ee0f54e1e40ae2132cbb753158e08.setContent(html_10338cef73108aedc27fcc4bda7203f1);
|
|
|
|
|
|
|
|
marker_7896972150bd29dbd91d5e8c71576259.bindPopup(popup_f34ee0f54e1e40ae2132cbb753158e08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7896972150bd29dbd91d5e8c71576259.setIcon(icon_0839d5e5586c48e51003fa86707792d3);
|
|
|
|
|
|
var marker_28740c5d12b583a9471f4ad531a44f37 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_064739c3315b3919b024523f6f488556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36f1d3b1edc01c4f28f4d5217829c0d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23ab9733a28d25be07efc0ca3ce7256f = $(`<div id="html_23ab9733a28d25be07efc0ca3ce7256f" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_36f1d3b1edc01c4f28f4d5217829c0d8.setContent(html_23ab9733a28d25be07efc0ca3ce7256f);
|
|
|
|
|
|
|
|
marker_28740c5d12b583a9471f4ad531a44f37.bindPopup(popup_36f1d3b1edc01c4f28f4d5217829c0d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28740c5d12b583a9471f4ad531a44f37.setIcon(icon_064739c3315b3919b024523f6f488556);
|
|
|
|
|
|
var marker_2062a940a9c4e9981acfc6bc5143624a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0142eb15f3ab536f71523cf92370ae0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_777efca85e023c9e8e42e8391c52db7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cf4fee9da1374586d70642eba4fed2b = $(`<div id="html_4cf4fee9da1374586d70642eba4fed2b" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_777efca85e023c9e8e42e8391c52db7d.setContent(html_4cf4fee9da1374586d70642eba4fed2b);
|
|
|
|
|
|
|
|
marker_2062a940a9c4e9981acfc6bc5143624a.bindPopup(popup_777efca85e023c9e8e42e8391c52db7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2062a940a9c4e9981acfc6bc5143624a.setIcon(icon_0142eb15f3ab536f71523cf92370ae0b);
|
|
|
|
|
|
var marker_3e3d31d1a00268a535a526ff32720783 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_103033e231cc81ec71bf00e6cf231a5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82112825de1c2e17f68a5dc608c619c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4373e321a9296364f2fa72f40c3018d1 = $(`<div id="html_4373e321a9296364f2fa72f40c3018d1" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_82112825de1c2e17f68a5dc608c619c3.setContent(html_4373e321a9296364f2fa72f40c3018d1);
|
|
|
|
|
|
|
|
marker_3e3d31d1a00268a535a526ff32720783.bindPopup(popup_82112825de1c2e17f68a5dc608c619c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e3d31d1a00268a535a526ff32720783.setIcon(icon_103033e231cc81ec71bf00e6cf231a5a);
|
|
|
|
|
|
var marker_efefdf435b09fda013b037e01ee13253 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1766efa51cea2a7ff46c2029a04cc515 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5b767ef2134de4ee9b5fe5a720dbc5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ed1a2814d9dc81d9a4dc4d8f45493c7 = $(`<div id="html_0ed1a2814d9dc81d9a4dc4d8f45493c7" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_a5b767ef2134de4ee9b5fe5a720dbc5b.setContent(html_0ed1a2814d9dc81d9a4dc4d8f45493c7);
|
|
|
|
|
|
|
|
marker_efefdf435b09fda013b037e01ee13253.bindPopup(popup_a5b767ef2134de4ee9b5fe5a720dbc5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efefdf435b09fda013b037e01ee13253.setIcon(icon_1766efa51cea2a7ff46c2029a04cc515);
|
|
|
|
|
|
var marker_ef304155700b1303b840d5b42cd85835 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0a95c1867813fc400ce1325b6a2e2657 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6905ea2fb02b93fd4e4edda5cf2d7a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9be218f2d8fe3d6b5f5e5441a0117ad4 = $(`<div id="html_9be218f2d8fe3d6b5f5e5441a0117ad4" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_e6905ea2fb02b93fd4e4edda5cf2d7a0.setContent(html_9be218f2d8fe3d6b5f5e5441a0117ad4);
|
|
|
|
|
|
|
|
marker_ef304155700b1303b840d5b42cd85835.bindPopup(popup_e6905ea2fb02b93fd4e4edda5cf2d7a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef304155700b1303b840d5b42cd85835.setIcon(icon_0a95c1867813fc400ce1325b6a2e2657);
|
|
|
|
|
|
var marker_97907f871806acb3923b38d3efbfc290 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_df7dcc6ce766f442caa1fd868e9edb4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36b042059abe301e31ab2e07d9e83462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5490d2ad26adf30e7ad3eb2c6cd7069e = $(`<div id="html_5490d2ad26adf30e7ad3eb2c6cd7069e" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_36b042059abe301e31ab2e07d9e83462.setContent(html_5490d2ad26adf30e7ad3eb2c6cd7069e);
|
|
|
|
|
|
|
|
marker_97907f871806acb3923b38d3efbfc290.bindPopup(popup_36b042059abe301e31ab2e07d9e83462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97907f871806acb3923b38d3efbfc290.setIcon(icon_df7dcc6ce766f442caa1fd868e9edb4b);
|
|
|
|
|
|
var marker_d7b840a60ba08a90ace7a09a5dae9f98 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_457baee67800a3197cba7840e5201a36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebd644bcb235e4cabec116bf13b4b529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50972b2fa1f5acbac0fee42dc8dc3b3a = $(`<div id="html_50972b2fa1f5acbac0fee42dc8dc3b3a" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_ebd644bcb235e4cabec116bf13b4b529.setContent(html_50972b2fa1f5acbac0fee42dc8dc3b3a);
|
|
|
|
|
|
|
|
marker_d7b840a60ba08a90ace7a09a5dae9f98.bindPopup(popup_ebd644bcb235e4cabec116bf13b4b529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7b840a60ba08a90ace7a09a5dae9f98.setIcon(icon_457baee67800a3197cba7840e5201a36);
|
|
|
|
|
|
var marker_e5e1386ad4a8c3489453ce172b91896f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4290b862ed60b64768ab1302c5e13f25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97167ef86e69e1e85402f8761f555a52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b790401e4040737f179fcf28169eb59 = $(`<div id="html_6b790401e4040737f179fcf28169eb59" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_97167ef86e69e1e85402f8761f555a52.setContent(html_6b790401e4040737f179fcf28169eb59);
|
|
|
|
|
|
|
|
marker_e5e1386ad4a8c3489453ce172b91896f.bindPopup(popup_97167ef86e69e1e85402f8761f555a52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5e1386ad4a8c3489453ce172b91896f.setIcon(icon_4290b862ed60b64768ab1302c5e13f25);
|
|
|
|
|
|
var marker_c7bc89b01449b50f16d2bc53c0c30c74 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e358c2c0e943cfe18bcd69f413ee27af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb15db3fb4a0d09fb1f4f1396358dddc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cdc1f4d1c056a4bc7ca2818d5efcbb4 = $(`<div id="html_6cdc1f4d1c056a4bc7ca2818d5efcbb4" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_bb15db3fb4a0d09fb1f4f1396358dddc.setContent(html_6cdc1f4d1c056a4bc7ca2818d5efcbb4);
|
|
|
|
|
|
|
|
marker_c7bc89b01449b50f16d2bc53c0c30c74.bindPopup(popup_bb15db3fb4a0d09fb1f4f1396358dddc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7bc89b01449b50f16d2bc53c0c30c74.setIcon(icon_e358c2c0e943cfe18bcd69f413ee27af);
|
|
|
|
|
|
var marker_62c606d0c7139118a70db7dcc6e4fa07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_2edc65951aa60a01bdcf3f99ef81c89e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa08d009cb832b29f59ed25d71f57f9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2b1db0f38b839fb7fe1e02543587bca = $(`<div id="html_e2b1db0f38b839fb7fe1e02543587bca" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_aa08d009cb832b29f59ed25d71f57f9e.setContent(html_e2b1db0f38b839fb7fe1e02543587bca);
|
|
|
|
|
|
|
|
marker_62c606d0c7139118a70db7dcc6e4fa07.bindPopup(popup_aa08d009cb832b29f59ed25d71f57f9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62c606d0c7139118a70db7dcc6e4fa07.setIcon(icon_2edc65951aa60a01bdcf3f99ef81c89e);
|
|
|
|
|
|
var marker_b9fa6e15134d125016a59810fe52ec6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_9e9c6c7c13ede12f5562e6396f1ac64a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f1b2ecab11653f6c95f22d2f9a13de0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f07b1aaf6d9d1dc166ea7d647749ffd = $(`<div id="html_9f07b1aaf6d9d1dc166ea7d647749ffd" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_7f1b2ecab11653f6c95f22d2f9a13de0.setContent(html_9f07b1aaf6d9d1dc166ea7d647749ffd);
|
|
|
|
|
|
|
|
marker_b9fa6e15134d125016a59810fe52ec6e.bindPopup(popup_7f1b2ecab11653f6c95f22d2f9a13de0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9fa6e15134d125016a59810fe52ec6e.setIcon(icon_9e9c6c7c13ede12f5562e6396f1ac64a);
|
|
|
|
|
|
var marker_5ff41155491459f0e2d0d67f2bf4a5f3 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_60d19cb9c663b4a634c2176253fd1222 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72a9d840a170b91b71d2e9839f029382 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45e093d48cf59d08a6ddbdc1d1346e72 = $(`<div id="html_45e093d48cf59d08a6ddbdc1d1346e72" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_72a9d840a170b91b71d2e9839f029382.setContent(html_45e093d48cf59d08a6ddbdc1d1346e72);
|
|
|
|
|
|
|
|
marker_5ff41155491459f0e2d0d67f2bf4a5f3.bindPopup(popup_72a9d840a170b91b71d2e9839f029382)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ff41155491459f0e2d0d67f2bf4a5f3.setIcon(icon_60d19cb9c663b4a634c2176253fd1222);
|
|
|
|
|
|
var marker_97c09b57086b9dc56811103bb5f6709e = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_048ae5980831fffe12a1132dc06079c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b624106180bbed9b4f76d4672cc4b79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8e87c5cff9fcb45583242121720590b = $(`<div id="html_e8e87c5cff9fcb45583242121720590b" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_8b624106180bbed9b4f76d4672cc4b79.setContent(html_e8e87c5cff9fcb45583242121720590b);
|
|
|
|
|
|
|
|
marker_97c09b57086b9dc56811103bb5f6709e.bindPopup(popup_8b624106180bbed9b4f76d4672cc4b79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97c09b57086b9dc56811103bb5f6709e.setIcon(icon_048ae5980831fffe12a1132dc06079c9);
|
|
|
|
|
|
var marker_6e27cd51ed1fef2bb201679070d9e097 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_fd0ba5cd7f1701aa6e5abeba4a097cdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f52e38befacece5fcbd3e9ff39cf01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a3c9d45e54312bd354b51bd5c2f350d = $(`<div id="html_9a3c9d45e54312bd354b51bd5c2f350d" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_94f52e38befacece5fcbd3e9ff39cf01.setContent(html_9a3c9d45e54312bd354b51bd5c2f350d);
|
|
|
|
|
|
|
|
marker_6e27cd51ed1fef2bb201679070d9e097.bindPopup(popup_94f52e38befacece5fcbd3e9ff39cf01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e27cd51ed1fef2bb201679070d9e097.setIcon(icon_fd0ba5cd7f1701aa6e5abeba4a097cdc);
|
|
|
|
|
|
var marker_2b1371cd20f5af57517b78d2447fe590 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_cc2db56f4993632cace8042018fce9c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca5d9beebf05ddf1f94aa2d62b2ce414 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5acb0698b20b36d55db610b690a478a6 = $(`<div id="html_5acb0698b20b36d55db610b690a478a6" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_ca5d9beebf05ddf1f94aa2d62b2ce414.setContent(html_5acb0698b20b36d55db610b690a478a6);
|
|
|
|
|
|
|
|
marker_2b1371cd20f5af57517b78d2447fe590.bindPopup(popup_ca5d9beebf05ddf1f94aa2d62b2ce414)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b1371cd20f5af57517b78d2447fe590.setIcon(icon_cc2db56f4993632cace8042018fce9c8);
|
|
|
|
|
|
var marker_3dc0e303347174ea1779ee1056301ffe = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_85a6899e30e8e1421538ca32e9096fee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_608892911d1ebc081f7dd011b4f420eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc8fcd713c6ebb32531c0af999ac5450 = $(`<div id="html_cc8fcd713c6ebb32531c0af999ac5450" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_608892911d1ebc081f7dd011b4f420eb.setContent(html_cc8fcd713c6ebb32531c0af999ac5450);
|
|
|
|
|
|
|
|
marker_3dc0e303347174ea1779ee1056301ffe.bindPopup(popup_608892911d1ebc081f7dd011b4f420eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dc0e303347174ea1779ee1056301ffe.setIcon(icon_85a6899e30e8e1421538ca32e9096fee);
|
|
|
|
|
|
var marker_4150be61455c31c5f59da321cff3753f = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_294448b180592eb6fbbbf9bef0eeb3f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f19aac081a477a16c4fa2bd7a280ad90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942c977ca41ebf628ebad869f4a77873 = $(`<div id="html_942c977ca41ebf628ebad869f4a77873" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_f19aac081a477a16c4fa2bd7a280ad90.setContent(html_942c977ca41ebf628ebad869f4a77873);
|
|
|
|
|
|
|
|
marker_4150be61455c31c5f59da321cff3753f.bindPopup(popup_f19aac081a477a16c4fa2bd7a280ad90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4150be61455c31c5f59da321cff3753f.setIcon(icon_294448b180592eb6fbbbf9bef0eeb3f3);
|
|
|
|
|
|
var marker_248afbe8ee1920804609113e20123173 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_adba6f211b5c9f5db1cd9cff9a249d63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bdb5e33fdb5ce2630e64173df9e17dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97ffece8c458e2fbdb2d2f06885071e5 = $(`<div id="html_97ffece8c458e2fbdb2d2f06885071e5" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_5bdb5e33fdb5ce2630e64173df9e17dd.setContent(html_97ffece8c458e2fbdb2d2f06885071e5);
|
|
|
|
|
|
|
|
marker_248afbe8ee1920804609113e20123173.bindPopup(popup_5bdb5e33fdb5ce2630e64173df9e17dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248afbe8ee1920804609113e20123173.setIcon(icon_adba6f211b5c9f5db1cd9cff9a249d63);
|
|
|
|
|
|
var marker_9bcdd7e2c243a613ff58d551af7b903c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_cce43d5902c3bdcbc9ee5d1d22259c10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_082652986ae0c7bf0846c68df3a2819f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b0a473e94f06feeb9e5693242e806bd = $(`<div id="html_9b0a473e94f06feeb9e5693242e806bd" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_082652986ae0c7bf0846c68df3a2819f.setContent(html_9b0a473e94f06feeb9e5693242e806bd);
|
|
|
|
|
|
|
|
marker_9bcdd7e2c243a613ff58d551af7b903c.bindPopup(popup_082652986ae0c7bf0846c68df3a2819f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bcdd7e2c243a613ff58d551af7b903c.setIcon(icon_cce43d5902c3bdcbc9ee5d1d22259c10);
|
|
|
|
|
|
var marker_754b0d99c39237e1470c2255fc0a042e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_144be6c29ccda418558753980e1c11ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4df472b9a3ff090463d7ba1bd10f651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9f30ebae0db4cdf46fc7375d4f15d83 = $(`<div id="html_f9f30ebae0db4cdf46fc7375d4f15d83" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_c4df472b9a3ff090463d7ba1bd10f651.setContent(html_f9f30ebae0db4cdf46fc7375d4f15d83);
|
|
|
|
|
|
|
|
marker_754b0d99c39237e1470c2255fc0a042e.bindPopup(popup_c4df472b9a3ff090463d7ba1bd10f651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_754b0d99c39237e1470c2255fc0a042e.setIcon(icon_144be6c29ccda418558753980e1c11ce);
|
|
|
|
|
|
var marker_c3d36ba57a54410e454de5b92f58e374 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3ec12284d7d4d435138caecf1eb25d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ed07815783dc5f3a260fa736d4163e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa4f1da59c92c24b323ea0dffa41fe7f = $(`<div id="html_fa4f1da59c92c24b323ea0dffa41fe7f" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_2ed07815783dc5f3a260fa736d4163e8.setContent(html_fa4f1da59c92c24b323ea0dffa41fe7f);
|
|
|
|
|
|
|
|
marker_c3d36ba57a54410e454de5b92f58e374.bindPopup(popup_2ed07815783dc5f3a260fa736d4163e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3d36ba57a54410e454de5b92f58e374.setIcon(icon_3ec12284d7d4d435138caecf1eb25d9d);
|
|
|
|
|
|
var marker_ac1493d2ac6d33c41f6a906f6ee96332 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5265abde6ea732f84ee337deecdd5874 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddfb495cfbd5a1e49b8badba64c0d744 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f3d0633445371a97d3a283d60145a54 = $(`<div id="html_5f3d0633445371a97d3a283d60145a54" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_ddfb495cfbd5a1e49b8badba64c0d744.setContent(html_5f3d0633445371a97d3a283d60145a54);
|
|
|
|
|
|
|
|
marker_ac1493d2ac6d33c41f6a906f6ee96332.bindPopup(popup_ddfb495cfbd5a1e49b8badba64c0d744)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac1493d2ac6d33c41f6a906f6ee96332.setIcon(icon_5265abde6ea732f84ee337deecdd5874);
|
|
|
|
|
|
var marker_e0781c2e91de1d161f3f8ab198d441a7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4e31416e6cee8c9d1b678cfc626e4ee7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ba733c4aecdeeca356d01896cef31a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cf263ce450589c6125697a526a1292b = $(`<div id="html_9cf263ce450589c6125697a526a1292b" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_8ba733c4aecdeeca356d01896cef31a4.setContent(html_9cf263ce450589c6125697a526a1292b);
|
|
|
|
|
|
|
|
marker_e0781c2e91de1d161f3f8ab198d441a7.bindPopup(popup_8ba733c4aecdeeca356d01896cef31a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0781c2e91de1d161f3f8ab198d441a7.setIcon(icon_4e31416e6cee8c9d1b678cfc626e4ee7);
|
|
|
|
|
|
var marker_6d7e52ee343f4975186565f9941df84f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f13655e456ecb1a5429b41de04c5e24e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5598adc2fe8d82ee879b151e80079a35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc0631b1d598e5f5d7a3816ced6234b3 = $(`<div id="html_fc0631b1d598e5f5d7a3816ced6234b3" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_5598adc2fe8d82ee879b151e80079a35.setContent(html_fc0631b1d598e5f5d7a3816ced6234b3);
|
|
|
|
|
|
|
|
marker_6d7e52ee343f4975186565f9941df84f.bindPopup(popup_5598adc2fe8d82ee879b151e80079a35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d7e52ee343f4975186565f9941df84f.setIcon(icon_f13655e456ecb1a5429b41de04c5e24e);
|
|
|
|
|
|
var marker_cca2dc512fe87c6be0bd7ae2ec9c46d6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_fae12ec0a8c79676a898255db697b879 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57ad5d29c46838d326e4c01590cb041a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9373be99085d6654f31fd661d10807ab = $(`<div id="html_9373be99085d6654f31fd661d10807ab" style="width: 100.0%; height: 100.0%;">sandbox.registros.aarpia.net</div>`)[0];
|
|
popup_57ad5d29c46838d326e4c01590cb041a.setContent(html_9373be99085d6654f31fd661d10807ab);
|
|
|
|
|
|
|
|
marker_cca2dc512fe87c6be0bd7ae2ec9c46d6.bindPopup(popup_57ad5d29c46838d326e4c01590cb041a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cca2dc512fe87c6be0bd7ae2ec9c46d6.setIcon(icon_fae12ec0a8c79676a898255db697b879);
|
|
|
|
|
|
var marker_d8039612b8e51af989ce5a90109bc8e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6d0bec68d25db321d5af45d71acd4605 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_499d9e32b3267d6f4b4dbba881a329f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fa5bb2efcc60da07b40306bf851b568 = $(`<div id="html_3fa5bb2efcc60da07b40306bf851b568" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_499d9e32b3267d6f4b4dbba881a329f8.setContent(html_3fa5bb2efcc60da07b40306bf851b568);
|
|
|
|
|
|
|
|
marker_d8039612b8e51af989ce5a90109bc8e4.bindPopup(popup_499d9e32b3267d6f4b4dbba881a329f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8039612b8e51af989ce5a90109bc8e4.setIcon(icon_6d0bec68d25db321d5af45d71acd4605);
|
|
|
|
|
|
var marker_bd4cf3c049bf20e3ab946277ecded0dc = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_bcb000501223597e954f4f562d696b62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab7ab7318a9e9ccd08f298027bc6aeb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb063d1619ac8e01d7c5e447e3e9735c = $(`<div id="html_fb063d1619ac8e01d7c5e447e3e9735c" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_ab7ab7318a9e9ccd08f298027bc6aeb6.setContent(html_fb063d1619ac8e01d7c5e447e3e9735c);
|
|
|
|
|
|
|
|
marker_bd4cf3c049bf20e3ab946277ecded0dc.bindPopup(popup_ab7ab7318a9e9ccd08f298027bc6aeb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd4cf3c049bf20e3ab946277ecded0dc.setIcon(icon_bcb000501223597e954f4f562d696b62);
|
|
|
|
|
|
var marker_d245de28630c7d2891e71da1540f8f97 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7a759dad2b7e8e5da26a9057e092a992 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd7081fa9a65e7bb6d20e23c9c0597d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8664ec861dc021c8a8f518ae3b64e3e6 = $(`<div id="html_8664ec861dc021c8a8f518ae3b64e3e6" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_dd7081fa9a65e7bb6d20e23c9c0597d3.setContent(html_8664ec861dc021c8a8f518ae3b64e3e6);
|
|
|
|
|
|
|
|
marker_d245de28630c7d2891e71da1540f8f97.bindPopup(popup_dd7081fa9a65e7bb6d20e23c9c0597d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d245de28630c7d2891e71da1540f8f97.setIcon(icon_7a759dad2b7e8e5da26a9057e092a992);
|
|
|
|
|
|
var marker_7b9ef627f7c011b2405be5312fec367f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7b7b8dd52b6504dda97536915ebd6d40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80047c5e45e4bae5eedd1abb873c589d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdb8fd2d0f1efea77bd5ab69e329ec34 = $(`<div id="html_fdb8fd2d0f1efea77bd5ab69e329ec34" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_80047c5e45e4bae5eedd1abb873c589d.setContent(html_fdb8fd2d0f1efea77bd5ab69e329ec34);
|
|
|
|
|
|
|
|
marker_7b9ef627f7c011b2405be5312fec367f.bindPopup(popup_80047c5e45e4bae5eedd1abb873c589d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b9ef627f7c011b2405be5312fec367f.setIcon(icon_7b7b8dd52b6504dda97536915ebd6d40);
|
|
|
|
|
|
var marker_33d2bde8b703af0a6b1dc4a9466c7658 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d580b880962eb3e25f45ea2a6a52f8e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b7ffd50b660a215e191c5d6ba9da449 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c100f0a3e8de8fb4022c1e6cf55ea31 = $(`<div id="html_9c100f0a3e8de8fb4022c1e6cf55ea31" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_6b7ffd50b660a215e191c5d6ba9da449.setContent(html_9c100f0a3e8de8fb4022c1e6cf55ea31);
|
|
|
|
|
|
|
|
marker_33d2bde8b703af0a6b1dc4a9466c7658.bindPopup(popup_6b7ffd50b660a215e191c5d6ba9da449)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33d2bde8b703af0a6b1dc4a9466c7658.setIcon(icon_d580b880962eb3e25f45ea2a6a52f8e8);
|
|
|
|
|
|
var marker_0e4c4416d9b139f77a351deeded7489a = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b89fa22a153b35dc8e69a74e05eda577 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cde20bb849783777d12f3faf54a82285 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3e8c28e1d5d6bd5295c9d98a66459c3 = $(`<div id="html_e3e8c28e1d5d6bd5295c9d98a66459c3" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_cde20bb849783777d12f3faf54a82285.setContent(html_e3e8c28e1d5d6bd5295c9d98a66459c3);
|
|
|
|
|
|
|
|
marker_0e4c4416d9b139f77a351deeded7489a.bindPopup(popup_cde20bb849783777d12f3faf54a82285)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e4c4416d9b139f77a351deeded7489a.setIcon(icon_b89fa22a153b35dc8e69a74e05eda577);
|
|
|
|
|
|
var marker_f3b14c3b8b105d4414936544c41a0107 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_379df6275cc81f644038a007bcb3eb9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b01766ef559c28e764066cf82ef7a917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acd82ec953de8ed0a4e200d0018a0562 = $(`<div id="html_acd82ec953de8ed0a4e200d0018a0562" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_b01766ef559c28e764066cf82ef7a917.setContent(html_acd82ec953de8ed0a4e200d0018a0562);
|
|
|
|
|
|
|
|
marker_f3b14c3b8b105d4414936544c41a0107.bindPopup(popup_b01766ef559c28e764066cf82ef7a917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3b14c3b8b105d4414936544c41a0107.setIcon(icon_379df6275cc81f644038a007bcb3eb9e);
|
|
|
|
|
|
var marker_91b34acc5512a43df23c172f43eaeec9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_de57ba4adc7a6ad3d139e12a241b34dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45e1016eeae3619548ab4edab6fcb8b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b09482c19b582cc7a26c58e427da22b = $(`<div id="html_1b09482c19b582cc7a26c58e427da22b" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_45e1016eeae3619548ab4edab6fcb8b4.setContent(html_1b09482c19b582cc7a26c58e427da22b);
|
|
|
|
|
|
|
|
marker_91b34acc5512a43df23c172f43eaeec9.bindPopup(popup_45e1016eeae3619548ab4edab6fcb8b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91b34acc5512a43df23c172f43eaeec9.setIcon(icon_de57ba4adc7a6ad3d139e12a241b34dc);
|
|
|
|
|
|
var marker_779c32b0a0f357df32b7649bc8c029a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_994294ddf752bb0be466106c7a8ddbe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c1bf62f0e5ce9e7ec87840f2d1a167d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_817d3eb255d728c572624e1130ad8286 = $(`<div id="html_817d3eb255d728c572624e1130ad8286" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_1c1bf62f0e5ce9e7ec87840f2d1a167d.setContent(html_817d3eb255d728c572624e1130ad8286);
|
|
|
|
|
|
|
|
marker_779c32b0a0f357df32b7649bc8c029a8.bindPopup(popup_1c1bf62f0e5ce9e7ec87840f2d1a167d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_779c32b0a0f357df32b7649bc8c029a8.setIcon(icon_994294ddf752bb0be466106c7a8ddbe5);
|
|
|
|
|
|
var marker_3aa7e19af61ed7a450561c7f1306e677 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_aad37f3eafbc01d109f6ea3377fc5a8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b95cf3e2bb560adfdda82cf59c3d961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cb6af1a14a5bae68b0fd8452c8dbbc7 = $(`<div id="html_1cb6af1a14a5bae68b0fd8452c8dbbc7" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_3b95cf3e2bb560adfdda82cf59c3d961.setContent(html_1cb6af1a14a5bae68b0fd8452c8dbbc7);
|
|
|
|
|
|
|
|
marker_3aa7e19af61ed7a450561c7f1306e677.bindPopup(popup_3b95cf3e2bb560adfdda82cf59c3d961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3aa7e19af61ed7a450561c7f1306e677.setIcon(icon_aad37f3eafbc01d109f6ea3377fc5a8a);
|
|
|
|
|
|
var marker_2137d62e11ed22361398326da36e9e94 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f1947bba97798738b7b7bf77ff604eda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a6202672013440c541d307ba9fe6a10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44582b72ed13c8612675a44601096fde = $(`<div id="html_44582b72ed13c8612675a44601096fde" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_9a6202672013440c541d307ba9fe6a10.setContent(html_44582b72ed13c8612675a44601096fde);
|
|
|
|
|
|
|
|
marker_2137d62e11ed22361398326da36e9e94.bindPopup(popup_9a6202672013440c541d307ba9fe6a10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2137d62e11ed22361398326da36e9e94.setIcon(icon_f1947bba97798738b7b7bf77ff604eda);
|
|
|
|
|
|
var marker_b79468b27290a765129878906324b02c = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b2e1824c2c7ab87e7f994ceaf232dd14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ddd3cd966144de95439354b5c197a28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_412c508681be32916223bdfba4dad439 = $(`<div id="html_412c508681be32916223bdfba4dad439" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_9ddd3cd966144de95439354b5c197a28.setContent(html_412c508681be32916223bdfba4dad439);
|
|
|
|
|
|
|
|
marker_b79468b27290a765129878906324b02c.bindPopup(popup_9ddd3cd966144de95439354b5c197a28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b79468b27290a765129878906324b02c.setIcon(icon_b2e1824c2c7ab87e7f994ceaf232dd14);
|
|
|
|
|
|
var marker_81eb3363630dce1c9fc90cdcef717d03 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f97ecf879254bf022d1b8df4deda68c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_219fd2f1d6bf92c7ed72872cb2b17b9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ad4fefcbd927f04fd29d7af702be010 = $(`<div id="html_2ad4fefcbd927f04fd29d7af702be010" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_219fd2f1d6bf92c7ed72872cb2b17b9f.setContent(html_2ad4fefcbd927f04fd29d7af702be010);
|
|
|
|
|
|
|
|
marker_81eb3363630dce1c9fc90cdcef717d03.bindPopup(popup_219fd2f1d6bf92c7ed72872cb2b17b9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81eb3363630dce1c9fc90cdcef717d03.setIcon(icon_f97ecf879254bf022d1b8df4deda68c7);
|
|
|
|
|
|
var marker_93a98298a95abb489af731946cad9eb5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b6dd0311d8321f62dfb5b836ee37c806 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_387c59dde3060cf541e8fb28e2563b56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3ce13cfd2b2fe0b3a71e76c6aae045f = $(`<div id="html_e3ce13cfd2b2fe0b3a71e76c6aae045f" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_387c59dde3060cf541e8fb28e2563b56.setContent(html_e3ce13cfd2b2fe0b3a71e76c6aae045f);
|
|
|
|
|
|
|
|
marker_93a98298a95abb489af731946cad9eb5.bindPopup(popup_387c59dde3060cf541e8fb28e2563b56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93a98298a95abb489af731946cad9eb5.setIcon(icon_b6dd0311d8321f62dfb5b836ee37c806);
|
|
|
|
|
|
var marker_618da40c88f78cdaa68d2166e0e046b5 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a97644d367ebeff5a8a43cc087619705 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf968769f579aa9fa778504d7cc21eb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_575ad1ded8bfc709ea0a3e6077994189 = $(`<div id="html_575ad1ded8bfc709ea0a3e6077994189" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_bf968769f579aa9fa778504d7cc21eb3.setContent(html_575ad1ded8bfc709ea0a3e6077994189);
|
|
|
|
|
|
|
|
marker_618da40c88f78cdaa68d2166e0e046b5.bindPopup(popup_bf968769f579aa9fa778504d7cc21eb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_618da40c88f78cdaa68d2166e0e046b5.setIcon(icon_a97644d367ebeff5a8a43cc087619705);
|
|
|
|
|
|
var marker_79b6a620570f440a37a14c220b2c89ec = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_83e0a2f244bbf9e4ae5d3b33ec65be8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffd20da36a77cb41aabee8542071e897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0521f1931b43c8106d85bcb4d3e999e2 = $(`<div id="html_0521f1931b43c8106d85bcb4d3e999e2" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_ffd20da36a77cb41aabee8542071e897.setContent(html_0521f1931b43c8106d85bcb4d3e999e2);
|
|
|
|
|
|
|
|
marker_79b6a620570f440a37a14c220b2c89ec.bindPopup(popup_ffd20da36a77cb41aabee8542071e897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79b6a620570f440a37a14c220b2c89ec.setIcon(icon_83e0a2f244bbf9e4ae5d3b33ec65be8c);
|
|
|
|
|
|
var marker_e39c6a688f403b4311c26f35c5993512 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5bdd0180b43a4ebfa388247f969ce427 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d296c4e26d2523e0614e6b88940296c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95d3aae649a129f2a17718575058de70 = $(`<div id="html_95d3aae649a129f2a17718575058de70" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_7d296c4e26d2523e0614e6b88940296c.setContent(html_95d3aae649a129f2a17718575058de70);
|
|
|
|
|
|
|
|
marker_e39c6a688f403b4311c26f35c5993512.bindPopup(popup_7d296c4e26d2523e0614e6b88940296c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e39c6a688f403b4311c26f35c5993512.setIcon(icon_5bdd0180b43a4ebfa388247f969ce427);
|
|
|
|
|
|
var marker_85d7cfc74820859efc99203bae7d6554 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b447b32af740bb43b0371a22d2dbce76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35afbeb7f3332a352fb10bb70e532d04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6276c8a444230ed85c0fc16f833c4511 = $(`<div id="html_6276c8a444230ed85c0fc16f833c4511" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_35afbeb7f3332a352fb10bb70e532d04.setContent(html_6276c8a444230ed85c0fc16f833c4511);
|
|
|
|
|
|
|
|
marker_85d7cfc74820859efc99203bae7d6554.bindPopup(popup_35afbeb7f3332a352fb10bb70e532d04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85d7cfc74820859efc99203bae7d6554.setIcon(icon_b447b32af740bb43b0371a22d2dbce76);
|
|
|
|
|
|
var marker_3d5129125ae8d50209b1c69bbf3e9325 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_a51a2c766e8406b25980432440a1eba0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e33ee1502fcd3d93884715b1305b60ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9c5a5f537e5f2c6103200c436f0cc66 = $(`<div id="html_a9c5a5f537e5f2c6103200c436f0cc66" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_e33ee1502fcd3d93884715b1305b60ba.setContent(html_a9c5a5f537e5f2c6103200c436f0cc66);
|
|
|
|
|
|
|
|
marker_3d5129125ae8d50209b1c69bbf3e9325.bindPopup(popup_e33ee1502fcd3d93884715b1305b60ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d5129125ae8d50209b1c69bbf3e9325.setIcon(icon_a51a2c766e8406b25980432440a1eba0);
|
|
|
|
|
|
var marker_ddb5be45daaa9f0ecc8fe08ed2b62ea2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_16e7688e3efdad6a07624e889c78cb47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_381a54164134df56946dd77f87b75213 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_717b78a6341ddfe7b5d528ff2114183b = $(`<div id="html_717b78a6341ddfe7b5d528ff2114183b" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_381a54164134df56946dd77f87b75213.setContent(html_717b78a6341ddfe7b5d528ff2114183b);
|
|
|
|
|
|
|
|
marker_ddb5be45daaa9f0ecc8fe08ed2b62ea2.bindPopup(popup_381a54164134df56946dd77f87b75213)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddb5be45daaa9f0ecc8fe08ed2b62ea2.setIcon(icon_16e7688e3efdad6a07624e889c78cb47);
|
|
|
|
|
|
var marker_bf3722c0fcb200c42be3003e6f877600 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_bf43dee886a93400b1283cd6e3751e74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2e593ba563945c6fb694c522e34eb5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22801338a280a5108b9b407b53fd31d2 = $(`<div id="html_22801338a280a5108b9b407b53fd31d2" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_f2e593ba563945c6fb694c522e34eb5b.setContent(html_22801338a280a5108b9b407b53fd31d2);
|
|
|
|
|
|
|
|
marker_bf3722c0fcb200c42be3003e6f877600.bindPopup(popup_f2e593ba563945c6fb694c522e34eb5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf3722c0fcb200c42be3003e6f877600.setIcon(icon_bf43dee886a93400b1283cd6e3751e74);
|
|
|
|
|
|
var marker_239356f2b2bc07ddbd685654b801f858 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_df2e231dcc0c32665dfe90d1731ca97c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e8708e3f46385087f4bc14c8c3e8c44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_642eae9d5745ef4b49cef749580bd803 = $(`<div id="html_642eae9d5745ef4b49cef749580bd803" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_1e8708e3f46385087f4bc14c8c3e8c44.setContent(html_642eae9d5745ef4b49cef749580bd803);
|
|
|
|
|
|
|
|
marker_239356f2b2bc07ddbd685654b801f858.bindPopup(popup_1e8708e3f46385087f4bc14c8c3e8c44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_239356f2b2bc07ddbd685654b801f858.setIcon(icon_df2e231dcc0c32665dfe90d1731ca97c);
|
|
|
|
|
|
var marker_2b267d8939892bafb85836c8b7fe72bc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_266e220a3a8152006ae89db471d0cadc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15efb01d0803294e2920a7af454442e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8569342d0228080967ee6af749ff725d = $(`<div id="html_8569342d0228080967ee6af749ff725d" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_15efb01d0803294e2920a7af454442e3.setContent(html_8569342d0228080967ee6af749ff725d);
|
|
|
|
|
|
|
|
marker_2b267d8939892bafb85836c8b7fe72bc.bindPopup(popup_15efb01d0803294e2920a7af454442e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b267d8939892bafb85836c8b7fe72bc.setIcon(icon_266e220a3a8152006ae89db471d0cadc);
|
|
|
|
|
|
var marker_732303fdcbde1e46149dde479b23e14c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f16ea3b279548a2daf3a9acbcf5b2e2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b18e36b8f15f029b7bacdbcf759b0fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ded0feaa4d4f568ae6e7ac0c25f5598d = $(`<div id="html_ded0feaa4d4f568ae6e7ac0c25f5598d" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_1b18e36b8f15f029b7bacdbcf759b0fe.setContent(html_ded0feaa4d4f568ae6e7ac0c25f5598d);
|
|
|
|
|
|
|
|
marker_732303fdcbde1e46149dde479b23e14c.bindPopup(popup_1b18e36b8f15f029b7bacdbcf759b0fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_732303fdcbde1e46149dde479b23e14c.setIcon(icon_f16ea3b279548a2daf3a9acbcf5b2e2a);
|
|
|
|
|
|
var marker_bb09fa63e2ca4e6b4ff1c47b42aa0cb5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_4845f12bd13c524a94c8cad966ae0e29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab3deb3baafe076a7c1342e417ef97d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c989ca79ac754ff9a59091ca2da9ecf = $(`<div id="html_8c989ca79ac754ff9a59091ca2da9ecf" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_ab3deb3baafe076a7c1342e417ef97d0.setContent(html_8c989ca79ac754ff9a59091ca2da9ecf);
|
|
|
|
|
|
|
|
marker_bb09fa63e2ca4e6b4ff1c47b42aa0cb5.bindPopup(popup_ab3deb3baafe076a7c1342e417ef97d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb09fa63e2ca4e6b4ff1c47b42aa0cb5.setIcon(icon_4845f12bd13c524a94c8cad966ae0e29);
|
|
|
|
|
|
var marker_ae37ad82a90d56e6ef7432764934c6ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_eba28327b1a6d63e1483a54c7fd90f40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b747eb98ace2894109c24ab8c22b47b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_495473085d278b00e927682ffe3993a1 = $(`<div id="html_495473085d278b00e927682ffe3993a1" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_8b747eb98ace2894109c24ab8c22b47b.setContent(html_495473085d278b00e927682ffe3993a1);
|
|
|
|
|
|
|
|
marker_ae37ad82a90d56e6ef7432764934c6ea.bindPopup(popup_8b747eb98ace2894109c24ab8c22b47b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae37ad82a90d56e6ef7432764934c6ea.setIcon(icon_eba28327b1a6d63e1483a54c7fd90f40);
|
|
|
|
|
|
var marker_9f5cec2a179e96d165ddde0f795efb0c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7500ae465757f3bc2ffe3aab8cead2a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_959ce4481013982aeb7ac88c2e6355fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af1d472376f0453b9d3fe963740af422 = $(`<div id="html_af1d472376f0453b9d3fe963740af422" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_959ce4481013982aeb7ac88c2e6355fe.setContent(html_af1d472376f0453b9d3fe963740af422);
|
|
|
|
|
|
|
|
marker_9f5cec2a179e96d165ddde0f795efb0c.bindPopup(popup_959ce4481013982aeb7ac88c2e6355fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f5cec2a179e96d165ddde0f795efb0c.setIcon(icon_7500ae465757f3bc2ffe3aab8cead2a0);
|
|
|
|
|
|
var marker_0ea088a1cbbed82fd29aae26053b93b3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_bc21e530554ed23dc8b4a82cb43766b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bda36ffcb72aa90553249f99cf622e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2038f6db7d844c52b6bd4812be7c73c = $(`<div id="html_f2038f6db7d844c52b6bd4812be7c73c" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_8bda36ffcb72aa90553249f99cf622e8.setContent(html_f2038f6db7d844c52b6bd4812be7c73c);
|
|
|
|
|
|
|
|
marker_0ea088a1cbbed82fd29aae26053b93b3.bindPopup(popup_8bda36ffcb72aa90553249f99cf622e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ea088a1cbbed82fd29aae26053b93b3.setIcon(icon_bc21e530554ed23dc8b4a82cb43766b0);
|
|
|
|
|
|
var marker_9f5ad5b4707751e9cfaa441696ce7eaf = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8e94f5ccc5e2fbaa536d6d7b70e0363e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd819ff0965d3df0d0b108ce204d2281 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_053c9942b527cd2ddc9f1d85c96aff4d = $(`<div id="html_053c9942b527cd2ddc9f1d85c96aff4d" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_dd819ff0965d3df0d0b108ce204d2281.setContent(html_053c9942b527cd2ddc9f1d85c96aff4d);
|
|
|
|
|
|
|
|
marker_9f5ad5b4707751e9cfaa441696ce7eaf.bindPopup(popup_dd819ff0965d3df0d0b108ce204d2281)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f5ad5b4707751e9cfaa441696ce7eaf.setIcon(icon_8e94f5ccc5e2fbaa536d6d7b70e0363e);
|
|
|
|
|
|
var marker_6f9149e2cfde1ccb365124ff9e98f00c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_7d90da9b23b3ccdce548009da359b67a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0541f3a1ad2ea080ceaca2c62584a75f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17399366ef46c4b52af87987238aa4e2 = $(`<div id="html_17399366ef46c4b52af87987238aa4e2" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_0541f3a1ad2ea080ceaca2c62584a75f.setContent(html_17399366ef46c4b52af87987238aa4e2);
|
|
|
|
|
|
|
|
marker_6f9149e2cfde1ccb365124ff9e98f00c.bindPopup(popup_0541f3a1ad2ea080ceaca2c62584a75f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f9149e2cfde1ccb365124ff9e98f00c.setIcon(icon_7d90da9b23b3ccdce548009da359b67a);
|
|
|
|
|
|
var marker_9e459f38e8acf82871129589a61a8b7f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_b5e2b6e175776e5146658f332844b524 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf0e2af7fa95f7384d7ed4c4b34b4b46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da7297498ac2f0bd1f176f048c9972e7 = $(`<div id="html_da7297498ac2f0bd1f176f048c9972e7" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_cf0e2af7fa95f7384d7ed4c4b34b4b46.setContent(html_da7297498ac2f0bd1f176f048c9972e7);
|
|
|
|
|
|
|
|
marker_9e459f38e8acf82871129589a61a8b7f.bindPopup(popup_cf0e2af7fa95f7384d7ed4c4b34b4b46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e459f38e8acf82871129589a61a8b7f.setIcon(icon_b5e2b6e175776e5146658f332844b524);
|
|
|
|
|
|
var marker_f1c8870d10485bf32eaf1b2003ff6c5c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_576836bbd2579016653af62bce31afef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e80a781ee29608949d105249e0e979d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3428630ea8e854dabb800d0b23e0668 = $(`<div id="html_e3428630ea8e854dabb800d0b23e0668" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_3e80a781ee29608949d105249e0e979d.setContent(html_e3428630ea8e854dabb800d0b23e0668);
|
|
|
|
|
|
|
|
marker_f1c8870d10485bf32eaf1b2003ff6c5c.bindPopup(popup_3e80a781ee29608949d105249e0e979d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1c8870d10485bf32eaf1b2003ff6c5c.setIcon(icon_576836bbd2579016653af62bce31afef);
|
|
|
|
|
|
var marker_ae23bf1c1994984ee2eea57630288756 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_46db613ea4bff1c78571230c91815ce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a8e803f3bb598cb0cbad48517283130 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cae44a6b1c6ad4a347abc10e9aa6a93 = $(`<div id="html_4cae44a6b1c6ad4a347abc10e9aa6a93" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_3a8e803f3bb598cb0cbad48517283130.setContent(html_4cae44a6b1c6ad4a347abc10e9aa6a93);
|
|
|
|
|
|
|
|
marker_ae23bf1c1994984ee2eea57630288756.bindPopup(popup_3a8e803f3bb598cb0cbad48517283130)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae23bf1c1994984ee2eea57630288756.setIcon(icon_46db613ea4bff1c78571230c91815ce5);
|
|
|
|
|
|
var marker_ffb6899ef7196e0af4956b0dc211b29b = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_f1e49c8888c5f4b6fc759a13770858ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e10bbced4c786ca4dbfa36bc1a1d48e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20ad865463d61b410c704620699dea92 = $(`<div id="html_20ad865463d61b410c704620699dea92" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_e10bbced4c786ca4dbfa36bc1a1d48e1.setContent(html_20ad865463d61b410c704620699dea92);
|
|
|
|
|
|
|
|
marker_ffb6899ef7196e0af4956b0dc211b29b.bindPopup(popup_e10bbced4c786ca4dbfa36bc1a1d48e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffb6899ef7196e0af4956b0dc211b29b.setIcon(icon_f1e49c8888c5f4b6fc759a13770858ee);
|
|
|
|
|
|
var marker_636a01936ebde6c7077b155f54d55d80 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_5077668ba490e573fbad863e482457e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d533a4a69201e196f271c5c97c41b920 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b02f4748269e0ccde021cf347797293e = $(`<div id="html_b02f4748269e0ccde021cf347797293e" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_d533a4a69201e196f271c5c97c41b920.setContent(html_b02f4748269e0ccde021cf347797293e);
|
|
|
|
|
|
|
|
marker_636a01936ebde6c7077b155f54d55d80.bindPopup(popup_d533a4a69201e196f271c5c97c41b920)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_636a01936ebde6c7077b155f54d55d80.setIcon(icon_5077668ba490e573fbad863e482457e0);
|
|
|
|
|
|
var marker_bccf1a2f2630262b61401846e0ef740f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_1421412cd9a91600e2e68d28dba3b935 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31a91111831e5212258a262bc2d2c61e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e609fe15fd05f40e95ce262d503a93d0 = $(`<div id="html_e609fe15fd05f40e95ce262d503a93d0" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_31a91111831e5212258a262bc2d2c61e.setContent(html_e609fe15fd05f40e95ce262d503a93d0);
|
|
|
|
|
|
|
|
marker_bccf1a2f2630262b61401846e0ef740f.bindPopup(popup_31a91111831e5212258a262bc2d2c61e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bccf1a2f2630262b61401846e0ef740f.setIcon(icon_1421412cd9a91600e2e68d28dba3b935);
|
|
|
|
|
|
var marker_1617f94581ab604f6aaaaf89edc57700 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_6def9ce7b0f3beedfb73f57c0ffe4ee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0e057bf7a7ed7ed19652625385f320b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cb34b011d5c1bf9951a42f6f39d5d61 = $(`<div id="html_9cb34b011d5c1bf9951a42f6f39d5d61" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_c0e057bf7a7ed7ed19652625385f320b.setContent(html_9cb34b011d5c1bf9951a42f6f39d5d61);
|
|
|
|
|
|
|
|
marker_1617f94581ab604f6aaaaf89edc57700.bindPopup(popup_c0e057bf7a7ed7ed19652625385f320b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1617f94581ab604f6aaaaf89edc57700.setIcon(icon_6def9ce7b0f3beedfb73f57c0ffe4ee8);
|
|
|
|
|
|
var marker_e461ab5a9f705ce576491af0bead9892 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_27037509affb1f7eab12bc98e744860f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_453079d68e6c1de8d2b33297c3dedde7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98740b703787410d956125000087dde2 = $(`<div id="html_98740b703787410d956125000087dde2" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_453079d68e6c1de8d2b33297c3dedde7.setContent(html_98740b703787410d956125000087dde2);
|
|
|
|
|
|
|
|
marker_e461ab5a9f705ce576491af0bead9892.bindPopup(popup_453079d68e6c1de8d2b33297c3dedde7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e461ab5a9f705ce576491af0bead9892.setIcon(icon_27037509affb1f7eab12bc98e744860f);
|
|
|
|
|
|
var marker_f8042d6bb056b18c9a89c8322afee698 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_01f4ac252a8cce5832c27defa5e8e358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aee0c0e15fca46e653495204e7bd07fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcb7675852975552f812169245d9ad9a = $(`<div id="html_bcb7675852975552f812169245d9ad9a" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_aee0c0e15fca46e653495204e7bd07fe.setContent(html_bcb7675852975552f812169245d9ad9a);
|
|
|
|
|
|
|
|
marker_f8042d6bb056b18c9a89c8322afee698.bindPopup(popup_aee0c0e15fca46e653495204e7bd07fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8042d6bb056b18c9a89c8322afee698.setIcon(icon_01f4ac252a8cce5832c27defa5e8e358);
|
|
|
|
|
|
var marker_0e4dc50936e6edb7f2cd50523441f067 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_e62be6eff29456bf9eb49500f82caeb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52e2bc01fe9cabcea2a14b836b8f0c85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc0dda37b2e061867cd8a88aeebebff = $(`<div id="html_abc0dda37b2e061867cd8a88aeebebff" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_52e2bc01fe9cabcea2a14b836b8f0c85.setContent(html_abc0dda37b2e061867cd8a88aeebebff);
|
|
|
|
|
|
|
|
marker_0e4dc50936e6edb7f2cd50523441f067.bindPopup(popup_52e2bc01fe9cabcea2a14b836b8f0c85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e4dc50936e6edb7f2cd50523441f067.setIcon(icon_e62be6eff29456bf9eb49500f82caeb4);
|
|
|
|
|
|
var marker_6365e6d3b7922e0d53ef03670853823f = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_0e527558483fcbc754d5a21af4c36594 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f381b808b24a2f7d7bbb6498a2906626 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5397f38b47fd5b8d6cec8f1bbe8bd598 = $(`<div id="html_5397f38b47fd5b8d6cec8f1bbe8bd598" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_f381b808b24a2f7d7bbb6498a2906626.setContent(html_5397f38b47fd5b8d6cec8f1bbe8bd598);
|
|
|
|
|
|
|
|
marker_6365e6d3b7922e0d53ef03670853823f.bindPopup(popup_f381b808b24a2f7d7bbb6498a2906626)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6365e6d3b7922e0d53ef03670853823f.setIcon(icon_0e527558483fcbc754d5a21af4c36594);
|
|
|
|
|
|
var marker_7d6795032b565fc271bbf05864d99664 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_acffcf1e826c3f0d7924156429b478d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09ef1b7df1bc547673d342c57bf8ef3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ab4dc535604f352f4352fc9be284fb2 = $(`<div id="html_2ab4dc535604f352f4352fc9be284fb2" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_09ef1b7df1bc547673d342c57bf8ef3f.setContent(html_2ab4dc535604f352f4352fc9be284fb2);
|
|
|
|
|
|
|
|
marker_7d6795032b565fc271bbf05864d99664.bindPopup(popup_09ef1b7df1bc547673d342c57bf8ef3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d6795032b565fc271bbf05864d99664.setIcon(icon_acffcf1e826c3f0d7924156429b478d5);
|
|
|
|
|
|
var marker_2e7807dc9fd6595bd9dff8cdd135665c = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_d01f977b1b690fad0f5bbb95dab77eee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a1263592c4d3fda97a36f56bfbd52cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c1969459e58db008d1823d305e2a7dc = $(`<div id="html_1c1969459e58db008d1823d305e2a7dc" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_6a1263592c4d3fda97a36f56bfbd52cd.setContent(html_1c1969459e58db008d1823d305e2a7dc);
|
|
|
|
|
|
|
|
marker_2e7807dc9fd6595bd9dff8cdd135665c.bindPopup(popup_6a1263592c4d3fda97a36f56bfbd52cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e7807dc9fd6595bd9dff8cdd135665c.setIcon(icon_d01f977b1b690fad0f5bbb95dab77eee);
|
|
|
|
|
|
var marker_37ffb1e28c873cfc3f67f1e71994aa9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_8937674e3dd17be1a0b34e5e8e9cc889 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9718a3e34ccfa7573dc2bc957f21a556 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_893f009a776d406952c8920a514229ee = $(`<div id="html_893f009a776d406952c8920a514229ee" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_9718a3e34ccfa7573dc2bc957f21a556.setContent(html_893f009a776d406952c8920a514229ee);
|
|
|
|
|
|
|
|
marker_37ffb1e28c873cfc3f67f1e71994aa9f.bindPopup(popup_9718a3e34ccfa7573dc2bc957f21a556)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37ffb1e28c873cfc3f67f1e71994aa9f.setIcon(icon_8937674e3dd17be1a0b34e5e8e9cc889);
|
|
|
|
|
|
var marker_6680acf285b5d514a47eb4d5a1525e9d = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_45de53cef3b2c976a8864e8c883b5c8f);
|
|
|
|
|
|
var icon_3e3efdcfa62115b5cbf9f03e43d3ef4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1f329f79966fffeeff1686e3b03e20c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2f854923b493ed62aa153167db5f00b = $(`<div id="html_d2f854923b493ed62aa153167db5f00b" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_d1f329f79966fffeeff1686e3b03e20c.setContent(html_d2f854923b493ed62aa153167db5f00b);
|
|
|
|
|
|
|
|
marker_6680acf285b5d514a47eb4d5a1525e9d.bindPopup(popup_d1f329f79966fffeeff1686e3b03e20c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6680acf285b5d514a47eb4d5a1525e9d.setIcon(icon_3e3efdcfa62115b5cbf9f03e43d3ef4b);
|
|
|
|
|
|
marker_cluster_45de53cef3b2c976a8864e8c883b5c8f.addTo(map_8b640fc87d2abf70e91cf8b68da0b6b5);
|
|
|
|
</script>
|
|
</html> |